@font-face {
    font-family: 'TT Fors';
    src: url("../font/TT_Fors_Regular.eot");
    src: local("TT Fors Regular"), local("TT_Fors_Regular"), url("../font/TT_Fors_Regular.eot?#iefix") format("embedded-opentype"), url("../font/TT_Fors_Regular.woff") format("woff"), url("../font/TT_Fors_Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: url("../font/TT_Fors_Bold.eot");
    src: local("TT Fors Bold"), local("TT_Fors_Bold"), url("../font/TT_Fors_Bold.eot?#iefix") format("embedded-opentype"), url("../font/TT_Fors_Bold.woff") format("woff"), url("../font/TT_Fors_Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Fors';
    src: url("../font/TT_Fors_Bold.eot");
    src: local("TT Fors Italic"), local("TT_Fors_Italic"), url("../font/TT_Fors_Italic.eot?#iefix") format("embedded-opentype"), url("../font/TT_Fors_Italic.woff") format("woff"), url("../font/TT_Fors_Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Autonomous';
    src: url("../font/TT_Autonomous_Regular.eot");
    src: local("TT Autonomous Regular"), local("TT_Autonomous_Regular"), url("../font/TT_Autonomous_Regular.eot?#iefix") format("embedded-opentype"), url("../font/TT_Autonomous_Regular.woff") format("woff"), url("../font/TT_Autonomous_Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Autonomous';
    src: url("../font/TT_Autonomous_Regular.eot");
    src: local("TT Autonomous Regular"), local("TT_Autonomous_Regular"), url("../font/TT_Autonomous_Regular.eot?#iefix") format("embedded-opentype"), url("../font/TT_Autonomous_Regular.woff") format("woff"), url("../font/TT_Autonomous_Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Autonomous';
    src: url("../font/TT_Autonomous_Italic.eot");
    src: local("TT Autonomous Italic"), local("TT_Autonomous_Italic"), url("../font/TT_Autonomous_Italic.eot?#iefix") format("embedded-opentype"), url("../font/TT_Autonomous_Italic.woff") format("woff"), url("../font/TT_Autonomous_Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PHGTL';
    src: url("../font/PHGTL.eot");
    src: local("PHGTL"), local("PHGTL"), url("../font/PHGTL.eot?#iefix") format("embedded-opentype"), url("../font/PHGTL.woff") format("woff"), url("../font/PHGTL.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg-color: #000000;
    --font-color: #ffffff;
    --font-family-1: 'TT Fors', sans-serif;
    --font-family-2: 'TT Autonomous', sans-serif;
    --font-family-3: 'PHGTL', sans-serif;
}
  
*, *::before, *::after {
    box-sizing: border-box;
}
  
* {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
  
body {
    width: 100%;
    max-width: 2048px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: var(--font-family-1);
    font-size: 16px;
    color: var(--font-color);
    line-height: 1.3;
    /*background: var(--bg-color) url('../img/header_bg.png') 0% 0% no-repeat;*/
	background: var(--bg-color);
    overflow: hidden;
    overflow-y: auto;
}
a {
    color: #F500FF;
    text-decoration: none;
}
button:hover {
	cursor: pointer;
}
a:hover {
    color: #00FFFF;
}
img{
	max-width: 100%;
}
.header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 80px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	gap: 50px;
    min-height: 80px;
}
.header .top.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 10;
}
.header .top.fixed .logo {
    height: 60px;
}
.header .top.fixed .logo img {
    height: 100%;
}
.navbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0px;
    row-gap: 7px;
    justify-content: flex-end;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.nav ul li {
    display: inline-block;
    margin-left: 30px;
}
.nav ul li a {
    font-family: var(--font-family-2);
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav ul li a:hover {
    opacity: 1;
}

.home-head-slider--item {
	position: relative;
	z-index: 0;
	color: white;
	background: #161717;
}
.home-head-slider--item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 33.08%);
	z-index: -1;
}
.home-head-slider--item .background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	opacity: 0.5;
}
.home-head-slider--item .block-content {
	height: calc(100vh - 145px);
	max-height: 890px;
	align-items: center;
	align-content: center;
}

.home-head-slider--item .title {
    font-family: var(--font-family-3);
    font-size: 62px;
	max-width: 780px;
    background-color: #F500FF;
    background-image: linear-gradient(90deg, #00FFFF, #F500FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-head-slider--item .text {
    font-family: var(--font-family-2);
    font-size: 26px;
    line-height: 44px;
    color: #fff;
    max-width: 500px;
    margin: 30px 0 0px;
}

.home-head-slider--item .btn .btn-link {
    display: inline-block;
    padding: 15px 30px;
    background: #F500FF;
    color: #fff;
    font-family: var(--font-family-3);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
	margin-top: 50px;
}


.slider {
    padding-bottom: 30px;
}
.slider-box{
    position: relative;
}
.slider-box .slick-arrow {
    position: absolute;
    top: 50%;
    border: 0;
    background: transparent;
    margin: 0;
    margin-top: -11px;
    padding: 0;
    outline: none;
	z-index: 100;
}
.slider-box .slick-prev {
    left: 40px;
}
.slider-box .slick-next {
    right: 40px;
}

.slide-content {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slide-content-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    -webkit-transform: translate(calc(-50% - 300px), -50%);
    transform: translate(calc(-50% - 300px), -50%);
}

.slide-content .title {
    font-family: var(--font-family-3);
    font-size: 62px;
    background-color: #F500FF;
    background-image: linear-gradient(90deg, #00FFFF, #F500FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide-content .text {
    font-family: var(--font-family-2);
    font-size: 26px;
    line-height: 44px;
    color: #fff;
    max-width: 500px;
    margin: 30px 0 0px;
}

.slide-content .btn .btn-link {
    display: inline-block;
    padding: 15px 30px;
    background: #F500FF;
    color: #fff;
    font-family: var(--font-family-3);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
	margin-top: 50px;
}
.container {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}
.heading {
    color: #F500FF;
    font-family: var(--font-family-3);
    font-size: 42px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 60px;
	margin: 0;
}
.heading span {
    display: block;
    color: #fff;
}
.heading.bg {
    background: url('../img/code.svg') 100% 50% no-repeat;
}
section {
    margin-top: 100px;
}
section#operator {
    margin-top: 150px;
}
section p {
    font-family: var(--font-family-2);
    font-size: 20px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
section p.nrl {
    font-family: var(--font-family-1);
}
section .nrl p {
    font-family: var(--font-family-1);
}
section .flex-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

section .flex-content.op-flex {
    align-items: flex-start;
    margin-top: 50px;
}

section .flex-content .image {
    flex: 0 0 680px;
    max-width: 680px;
    width: 680px;
}
section .flex-content .text {
    flex: 0 0 calc(100% - 680px);
    max-width: calc(100% - 680px);
    width: calc(100% - 680px);
    padding-left: 100px;
    padding-right: 30px;
    font-family: var(--font-family-2);
    font-size: 24px;
    line-height: 44px;
}
section .flex-content .text p {
    font-size: 24px;
    line-height: 44px;
}
section .flex-content .text .icons {
    margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}
section .flex-content .text .icons img{
	margin-right: 15px;
	margin-bottom: 15px;
}
.list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list li {
    display: block;
    padding: 10px 0 10px 60px;
    position: relative;
}
.list li::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #F500FF;
    background: linear-gradient(90deg, #00FFFF, #F500FF);
}
.list li .h {
    font-family: var(--font-family-2);
    font-size: 22px;
}
.list li .t {
    font-family: var(--font-family-1);
    font-size: 20px;
}
.notice {
    position: relative;
    padding: 10px 0 10px 60px;
    margin: 100px 120px 100px 120px;
    border-width: 4px;
    border-style: solid;
    border-image: 
        linear-gradient(
        to bottom, 
        #d4c549, 
        #5aa463
    ) 1 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}
.notice.small {
    margin: 50px 120px 50px 120px;
}
.notice, .notice p {
    font-family: var(--font-family-1);
    font-size: 20px;
}
.notice::before {
    content: '';
    position: absolute;
    top: -38px;
    left: -8px;
    width: 215px;
    height: 39px;
    background: url('../img/line_top.png') 0% 0% no-repeat;
}
.notice::after {
    content: '';
    position: absolute;
    bottom: -38px;
    left: -8px;
    width: 215px;
    height: 43px;
    background: url('../img/line_bottom.png') 0% 0% no-repeat;
}
.notice p.notice-title {
    font-family: var(--font-family-3);
    text-transform: uppercase;
    color: #F500FF;
    font-size: 20px;
    line-height: 32px;
}
.block-link-box {
    position: absolute;
    bottom: -9px;
    left: 260px;
}
.block-link {
    display: inline-block;
    color: #F500FF;
    font-family: var(--font-family-3);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}
.block-link::after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 21px;
    background: url('../img/arrow-r.svg') 0% 0% no-repeat;
    vertical-align: top;
    margin-left: 15px;
}
section .flex-content .ntc {
    flex: 0 0 550px;
    max-width: 550px;
    width: 550px;
}
section .flex-content .lst {
    flex: 0 0 calc(100% - 550px);
    max-width: calc(100% - 550px);
    width: calc(100% - 550px);
    padding-left: 20px;
    padding-right: 200px;
}
.title-list {
    font-family: var(--font-family-2);
    font-size: 22px;
    color: #fff;
    margin: 40px 0 30px;
}
.list-digit {
    margin: 0;
    padding: 0 0 40px;
    list-style: none;
}
.list-digit li {
    display: block;
    padding: 10px 0 10px 40px;
    position: relative;
}
.list-digit li .h {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: var(--font-family-2);
    font-size: 22px;
    background-color: #F500FF;
    background-image: linear-gradient(90deg, #00FFFF, #F500FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.list-digit li .t {
    font-family: var(--font-family-1);
    font-size: 20px;
}
.list-digit li .t p{
	font-family: var(--font-family-1);
    font-size: 20px;
	margin-bottom: 0px;
}
.flex-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
}
.full-field {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px 25px;
}
.half-field {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 25px;
}
form label {
    display: block;
    font-family: var(--font-family-2);
    font-size: 20px;
    margin-bottom: 10px;
}
form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="date"] {
    font-family: var(--font-family-1);
    font-size: 18px;
    width: 100%;
    border: 1px solid rgba(255,255,255, 0.5);
    padding: 10px 15px;
    outline: none;
    background: #000;
    color: #fff;
}

form select {
    font-family: var(--font-family-1);
    font-size: 18px;
    width: 100%;
    border: 1px solid rgba(255,255,255, 0.5);
    padding: 10px 15px;
    outline: none;
    color: #fff;
    background: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.75L7 7.5L13 1.5" stroke="white" stroke-opacity="0.5" stroke-width="2"/></svg>')
	#000
    right 1rem
    center
    no-repeat;
    cursor:pointer;
}

form input[type="date"] {
    color: #fff;
    background: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.5"><path d="M5.83335 3.83325V2.58325M14.1667 3.83325V2.58325M2.08335 7.99992H17.9167M1.66669 10.4999C1.66669 7.35722 1.66669 5.78588 2.643 4.80956C3.61931 3.83325 5.19065 3.83325 8.33335 3.83325H11.6667C14.8094 3.83325 16.3808 3.83325 17.357 4.80956C18.3334 5.78588 18.3334 7.35722 18.3334 10.4999V12.1666C18.3334 15.3093 18.3334 16.8807 17.357 17.8569C16.3808 18.8333 14.8094 18.8333 11.6667 18.8333H8.33335C5.19065 18.8333 3.61931 18.8333 2.643 17.8569C1.66669 16.8807 1.66669 15.3093 1.66669 12.1666V10.4999Z" stroke="white" stroke-width="1.5" stroke-linecap="round"/><path d="M15 14.6667C15 15.1269 14.6269 15.5 14.1667 15.5C13.7064 15.5 13.3333 15.1269 13.3333 14.6667C13.3333 14.2064 13.7064 13.8333 14.1667 13.8333C14.6269 13.8333 15 14.2064 15 14.6667Z" fill="white"/><path d="M15 11.3333C15 11.7936 14.6269 12.1667 14.1667 12.1667C13.7064 12.1667 13.3333 11.7936 13.3333 11.3333C13.3333 10.8731 13.7064 10.5 14.1667 10.5C14.6269 10.5 15 10.8731 15 11.3333Z" fill="white"/><path d="M10.8333 14.6667C10.8333 15.1269 10.4602 15.5 10 15.5C9.53975 15.5 9.16667 15.1269 9.16667 14.6667C9.16667 14.2064 9.53975 13.8333 10 13.8333C10.4602 13.8333 10.8333 14.2064 10.8333 14.6667Z" fill="white"/><path d="M10.8333 11.3333C10.8333 11.7936 10.4602 12.1667 10 12.1667C9.53975 12.1667 9.16667 11.7936 9.16667 11.3333C9.16667 10.8731 9.53975 10.5 10 10.5C10.4602 10.5 10.8333 10.8731 10.8333 11.3333Z" fill="white"/><path d="M6.66667 14.6667C6.66667 15.1269 6.29357 15.5 5.83333 15.5C5.3731 15.5 5 15.1269 5 14.6667C5 14.2064 5.3731 13.8333 5.83333 13.8333C6.29357 13.8333 6.66667 14.2064 6.66667 14.6667Z" fill="white"/><path d="M6.66667 11.3333C6.66667 11.7936 6.29357 12.1667 5.83333 12.1667C5.3731 12.1667 5 11.7936 5 11.3333C5 10.8731 5.3731 10.5 5.83333 10.5C6.29357 10.5 6.66667 10.8731 6.66667 11.3333Z" fill="white"/></g></svg>')
    right 1rem
    center
    no-repeat;
    cursor:pointer;
}
form textarea {
    font-family: var(--font-family-1);
    font-size: 18px;
    width: 100%;
    border: 1px solid rgba(255,255,255, 0.5);
    padding: 10px 15px;
    outline: none;
    background: #000;
    color: #fff;
    height: 100px;
    resize: none;
}

.file-upload {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(255,255,255, 0.5);
    height: 47px;
    background: #000;
    color: rgba(255,255,255, 0.5);
}
.file-upload input[type="file"]{
   display: none;
}
.file-upload > label {
    font-family: var(--font-family-1);
    font-size: 18px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.5"><path d="M12 18.5V12.5M12 12.5L14 14.5M12 12.5L10 14.5M13 3.5H8.2C7.0799 3.5 6.51984 3.5 6.09202 3.71799C5.71569 3.90973 5.40973 4.21569 5.21799 4.59202C5 5.01984 5 5.5799 5 6.7V18.3C5 19.4201 5 19.9802 5.21799 20.408C5.40973 20.7843 5.71569 21.0903 6.09202 21.282C6.51984 21.5 7.0799 21.5 8.2 21.5H15.8C16.9201 21.5 17.4802 21.5 17.908 21.282C18.2843 21.0903 18.5903 20.7843 18.782 20.408C19 19.9802 19 19.4201 19 18.3V9.5M13 3.5L19 9.5M13 3.5V7.9C13 8.46005 13 8.74008 13.109 8.95399C13.2049 9.14215 13.3578 9.29513 13.546 9.39101C13.7599 9.5 14.0399 9.5 14.6 9.5H19" stroke="white" stroke-width="1.5" stroke-linecap="round"/></g></svg>')
    right 1rem
    center
    no-repeat;
    cursor:pointer;
}
.file-upload span {
    padding: 10px 15px;
    line-height: 44px;
}
form input[type="text"].filename {
    font-family: var(--font-family-3);
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    margin: 16px 0 0;
    color: #F500FF;
}

.form-btn-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

form button, form .wpcf7-submit, .button{
    display: block;
    width: 100%;
    padding: 15px 30px;
    background: #F500FF;
    color: #fff;
    font-family: var(--font-family-3);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: none;
    cursor: pointer;
}

.checkbox-list {
    width: 50%;
    margin-top: 20px;
    float: left;
    padding-right: 20px;
}
.style-a .wpcf7-list-item {
	margin: 0px;
}
.checkbox.style-a, .wpcf7-checkbox.style-a {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox.style-a input, .wpcf7-checkbox.style-a input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
	.wpcf7-checkbox.style-a .wpcf7-list-item-label{
		position: relative;
	}
	.wpcf7-checkbox.style-a input:after, .wpcf7-list-item-label::before{
		content:'';
		position: absolute;
		top: 0px;
		left: -40px;
		height: 24px;
		width: 24px;
		background-color: transparent;
		border: 1px solid rgba(255,255,255, 0.5);
		transition: background-color 0.25s ease;	  
	}
  .checkbox.style-a .checkbox__checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255, 0.5);
    transition: background-color 0.25s ease;
  }
  .checkbox.style-a input:checked ~ .checkbox__checkmark:after, .wpcf7-checkbox.style-a input:checked ~ .wpcf7-list-item-label::after {
    opacity: 1;
  }
  .checkbox.style-a .checkbox__checkmark:after, .wpcf7-checkbox.style-a .wpcf7-list-item-label::after{
    content: "";
    position: absolute;
    left: -35px;
    top: 7px;
    width: 11px;
    height: 9px;
    background: url('data:image/svg+xml,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.25L4 7L10 1" stroke="url(%23paint0_linear_23_13887)" stroke-width="2"/><defs><linearGradient id="paint0_linear_23_13887" x1="10" y1="4" x2="1" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="%23F500FF"/><stop offset="1" stop-color="%2300FFFF"/></linearGradient></defs></svg>')
    center
    center
    no-repeat;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .checkbox.style-a .checkbox__body {
    font-family: var(--font-family-1);
    color: #fff;
    line-height: 32px;
    font-size: 18px;
  }

.checkbox.style-e {
    display: inline-block;
    position: relative;
    padding-left: 65px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox.style-e input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkbox.style-e .checkbox__border {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 45px;
    border: 1px solid rgba(255,255,255, 0.5);
    border-radius: 14px;
  }
  .checkbox.style-e input ~ .checkbox__border .checkbox__checkmark {
    background: #838383 url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7L7 1M7 7L1 1" stroke="black" stroke-width="2"/></svg>')
    right 5px
    center
    no-repeat;
  }
  .checkbox.style-e input:checked ~ .checkbox__border .checkbox__checkmark {
    background: url('data:image/svg+xml,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.25L4 7L10 1" stroke="black" stroke-width="2"/></svg>')
    left 5px
    center
    no-repeat, linear-gradient(90deg, #00FFFF, #F500FF);
  }
  .checkbox.style-e input:checked ~ .checkbox__border .checkbox__checkmark:after {
    left: 21px;
  }
  .checkbox.style-e .checkbox__border .checkbox__checkmark {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 17px;
    width: 37px;
    background-color: #838383;
    transition: background-color 0.25s ease;
    border-radius: 11px;
    z-index: 2;
  }
  .checkbox.style-e .checkbox__border .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 2px;
    width: 13px;
    height: 13px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    transition: left 0.25s ease;
  }
  .checkbox.style-e .checkbox__body, .checkbox-list .wpcf7-list-item-label{
    font-family: var(--font-family-1);
    color: #fff;
    line-height: 32px;
    font-size: 18px;
    transition: color 0.25s ease;
  }
.wpcf7-checkbox .wpcf7-list-item-label:hover{
	cursor: pointer;
}
input[type=checkbox] {
    padding-left:5px;
    padding-right:5px;

    -webkit-appearance:button;

    border: double 2px rgb(151, 55, 199);

    background-color:transparent;
    color:#FFF;
    white-space: nowrap;
    overflow:hidden;

    width:15px;
    height:15px;
}

input[type=checkbox]:checked {
    background-color: rgb(151, 55, 199);
    border-radius: 45px;
}

input[type=checkbox]:hover {
    box-shadow:0px 0px 10px #1300ff;
}


.nav-mobile {
    display: none;
    margin: 7px 0;
    width: 26px;
}
.nav-mobile:after, .nav-mobile:before, .nav-mobile div {
    background-color: #fff;
    border-radius: 1px;
    content: '';
    display: block;
    height: 2px;
    margin: 8px 0;
    transition: all .2s ease-in-out;
}
.nav-mobile.active:before {
    transform: translateY(9px) rotate(135deg);
}
.nav-mobile.active div {
    transform: scale(0);
}
.nav-mobile.active:after {
    transform: translateY(-11px) rotate(-135deg);
}

.nav.active .navbar {
    justify-content: flex-start;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 80px 80px;
    background: url('../img/footer_bg.png') 0% 100% repeat-x;
}
.footer .links  a {
    display: inline-block;
    vertical-align: top;
    font-family: var(--font-family-2);
    line-height: 30px;
    font-size: 14px;
    color: #F500FF;
    text-decoration: none;
    margin-left: 15px;
}
.footer .links  a:last-child {
    margin-left: 40px;
}

@media (max-width: 1559px) {
    .container {
        width: 70%;
        margin: 0 auto;
        padding: 0;
    }
    .header .top {
        padding: 10px 15px;
    }
    .header .top .logo {
        height: 50px;
    }
    .header .top.fixed {
        width: 100%;
    }
    .header .top .logo img {
        height: 100%;
    }
    .header .top.fixed .logo {
        height: 50px;
    }
    .header .top.fixed .logo img {
        height: 100%;
    }
    .nav {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        background: #000;
        z-index: 11;
        padding: 18px 30px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav.active {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .nav ul {
        text-align: left;
    }
    .nav ul li {
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .nav-mobile {
        display: block;
    }
	.home-head-slider--item .block-content {
		height: calc(100vh - 70px);
	}
    section {
        padding: 0 15px;
        margin-top: 60px;
    }
    section .flex-content {
        flex-wrap: wrap;
    }
    section .flex-content .image {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    section .flex-content .image img {
        width: 100%;
    }
    section .flex-content .text {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 30px;
    }
    section .flex-content .ntc {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    section .flex-content .lst {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .image img {
        width: 100%;
    }
    .icons img {
        
    }
    .heading {
        font-size: 26px;
        padding-bottom: 30px;
    }
    .notice {
        padding: 10px 0 10px 25px;
        margin: 100px 15px 100px 15px;
    }
    .notice.small {
        margin: 40px 15px 40px 15px;
    }
    .notice, .notice p {
        font-size: 14px;
    }
    .notice p.notice-title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .block-link-box {
        position: absolute;
        bottom: -40px;
        left: 40px;
    }
    .block-link {
        font-size: 12px;
        line-height: 22px;
    }
    .heading.bg {
        background: url(../img/code.svg) 100% 120% no-repeat;
    }
    section p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    section .flex-content .text p {
        font-size: 14px;
        line-height: 24px;
    }
    section .flex-content .text .icons {
        margin-top: 30px;
    }
    .list li .h {
        font-size: 18px;
    }
    .list li .t {
        font-size: 14px;
        line-height: 24px;
    }
    .title-list {
        font-size: 18px;
    }
    .list-digit li .h {
        top: 4px;
    }
    .list-digit li .t {
        font-size: 14px;
    }
    .list-digit li .t p{
        font-size: 14px;
    }	
    .slide {
        height: auto;
        padding: 0 15px;
    }
    .slide-content {
        height: auto;
        flex-direction: column;
    }
    .slide-content-text {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        -webkit-transform: unset;
        transform: unset;
    }
    .slide-content .title {
        font-size: 32px;
    }
    .slide-content .text {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
        width: 100%;
        margin: 20px 0 0px;
    }
    .slide-content-image {
        width: 100%;
    }
    .slick-slide img {
        width: 100%;
    }
    .slide-content .btn .btn-link {
        font-size: 12px;
		margin-top: 30px;
    }
    .slider-box .slick-prev {
        left: 10px;
    }
    .slider-box .slick-next {
        right: 10px;
    }
    form {
        margin-top: 40px;
    }
    form label {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .half-field {
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 10px 25px;
    }
    .checkbox-list {
        width: 100%;
    }
	.wpcf7-list-item{
		width: 100%;
	}
    form button, form .wpcf7-submit, .button{
        padding: 15px 15px;
        font-size: 12px;
    }
    .footer .logo {
        display: none;
    }
    .footer {
        padding: 50px 15px 80px;
    }
    .footer .links {
        width: 100%;
        text-align: center;
    }
    .footer .links a {
        margin: 0 7px;
    }
    .footer .links a:last-child {
        display: block;
        margin-left: 7px;
    }
}
@media (max-width: 1366px) {
	.home-head-slider--item .title {
		max-width: 100%;
		font-size: 48px;
	}
	.home-head-slider--item .text {
		max-width: 60%;
	}
}
@media (max-width: 1024px) {
	.home-head-slider--item .title {
		max-width: 100%;
		text-align: center;
	}
	.home-head-slider--item .text {
		max-width: 100%;
		text-align: center;
	}
	.home-head-slider--item .btn{
		text-align: center;
	}
}
@media (max-width: 767px) {
    body {
        /*background: var(--bg-color) url(../img/header_bg.png) 50% 250px no-repeat;*/
		background: var(--bg-color);
        background-size: 150%;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .slide {
        height: 400px;
        padding: 0 15px;
    }
    .slide-content {
        height: 400px;
        flex-direction: column;
    }
	.home-head-slider--item .block-content {
		height: calc(50vh);
	}
	.slide-content .title {
		font-size: 22px;
	}
	.home-head-slider--item .title {
		max-width: 100%;
		font-size: 38px;
	}
	.home-head-slider--item .text {
		max-width: 100%;
		font-size: 22px;
		padding: 0px 35px;
		line-height: 1.5;
	}
	.home-head-slider--item .btn .btn-link {
	}
}
@media (max-width: 560px) {
	.home-head-slider--item .title {	
		font-size: 24px;
	}
	.home-head-slider--item .text {
		font-size: 18px;
		padding: 0px 35px;
		line-height: 1.5;
	}
}

@media (max-width: 374px) {
    .header .top.fixed {
        width: 100%;
    }
	.home-head-slider--item .title {	
		font-size: 18px;
	}
	.home-head-slider--item .text {
		font-size: 14px;
		padding: 0px 35px;
	}	
    .home-head-slider--item .btn .btn-link {
        font-size: 10px;
        padding: 10px 15px;
    }	
    .slide-content .title {
        font-size: 18px;
    }
    .slide-content .text {
        font-size: 14px;
        line-height: 24px;
    }
    .slide-content .btn .btn-link {
        font-size: 10px;
        padding: 10px 15px;
    }
    .heading {
        font-size: 20px;
    }
    section .flex-content .text p {
        font-size: 12px;
        line-height: 22px;
    }
    section p {
        font-size: 12px;
        line-height: 22px;
    }
    .list li .h {
        font-size: 16px;
    }
    .list li .t {
        font-size: 12px;
        line-height: 20px;
    }
    .notice {
        padding: 10px 0 10px 25px;
        margin: 70px 15px 70px 15px;
    }
    .notice, .notice p {
        font-size: 12px;
    }
    .block-link {
        font-size: 9px;
        line-height: 22px;
    }
    .title-list {
        font-size: 16px;
    }
    .list-digit li .t {
        font-size: 12px;
    }
    .list-digit li .t p{
        font-size: 12px;
    }	
    .list-digit li .h {
        top: 2px;
    }
    form label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .full-field {
        margin: 0 10px 15px;
    }
    .half-field {
        margin: 0 10px 15px;
    }
}

/* 25.06.24 */
.body-overflow {
	overflow: hidden;
	overflow: clip;
	position: relative;
}

.style-btn {
	display: inline-flex;
	justify-content: center;
    padding: 15px 30px;
    background: #F500FF;
    color: #fff;
    font-family: var(--font-family-3);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
	outline: 0;
	cursor: pointer;
	border-radius: 0;
	border: none;
}
.style-slider:not(.slick-initialized) { 
	display: flex;
    opacity: 0;
}
.main-page {
	padding-top: 50px;
    padding-bottom: 50px;
}
.breadcrumb {
	margin-bottom: 20px;
}
.html {
	font-family: var(--font-family-2);
    line-height: 1.7;
}
.html p {
	margin: 0;
}
.html * + p {
	margin-top: 20px;
}

@media (max-width: 1559px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
	.style-section {
		padding-right: 15px;
		padding-left: 15px;
    }
	.main-page {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width: 560px) {
}
@media (max-width: 374px) {
}

/* section-news */
.section-news .block-btn {
	margin-top: 60px;
	text-align: center;
}
.news--slider .slick-list {
	margin: 0 -15px;
}
.news--slider .slick-slide {
	margin: 0 15px;
}

.item--news .block-image {
	aspect-ratio: 570 / 400;
    display: flex;
    background: #181818;
}
.item--news .block-image img {
	aspect-ratio: 570 / 400;
	object-fit: cover;
	width: 100%;
	height: auto;
}
.item--news .title {
    font-family: var(--font-family-2);
    font-size: 20px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    display: block;
	margin-top: 15px;
	line-height: normal;
}

.item--news .desc {
	font-family: var(--font-family-1);
    line-height: normal;
    font-size: 18px;
	margin-top: 10px;
}
.item--news .desc p {
	margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.item--news .desc > * + p {
	margin-top: 10px;
}

.item--news .date {
	font-family: var(--font-family-2);
    font-size: 14px;
    line-height: 1;
    padding: 0;
    margin: 0;
	margin-top: 20px;
}
.item--news .link-more {
	display: inline-flex;
    align-items: center;
    color: #F500FF;
	font-family: var(--font-family-2);
	font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
	margin-top: 20px;
	
	background-color: #F500FF;
    background-image: linear-gradient(90deg, #00FFFF, #F500FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item--news .link-more:after {
	content: '';
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url('../img/arrow-r.svg') 0% 0% no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 15px;
}

@media (max-width: 1559px) {
	.item--news .desc {
		font-size: 16px;
	}
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
	.news--slider {
		padding-right: 30%;
	}
	.news--slider .slick-list {
		overflow: visible;
	}
	.news--slider .slick-list {
		margin: 0 -7.5px;
	}
	.news--slider .slick-slide {
		margin: 0 7.5px;
	}
	.section-news .block-btn .style-btn {
		width: 100%;
	}
	.section-news .block-btn {
		margin-top: 50px;
	}
}
@media (max-width: 560px) {
	.news--slider {
		padding-right: 20%;
	}
}
@media (max-width: 374px) {
	.news--slider {
		padding-right: 50px;
	}
	.section-news .block-btn {
		margin-top: 40px;
	}
}

/* news */
.grid--news {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-content: flex-start;
	margin-left: -30px;
	margin-bottom: -50px;
}
.grid--news > * {
	flex: 0 0 calc(100%/3 - 30px);
	margin-left: 30px;
	margin-bottom: 50px;
}

.pagination {
	margin: 0;
    padding: 0;
	margin-top: 50px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    column-gap: 30px;
	font-family: var(--font-family-2);
    font-size: 20px;
}

@media (max-width: 1559px) {
}
@media (max-width: 1366px) {
	.grid--news > * {
		flex: 0 0 calc(100%/2 - 30px);
	}
}
@media (max-width: 1024px) {
	.grid--news > * {
		flex: 0 0 calc(100%/1 - 30px);
	}
}
@media (max-width: 767px) {
	.grid--news  {
		margin-left: -15px;
	}
	.grid--news > * {
		flex: 0 0 calc(100%/1 - 15px);
		margin-left: 15px;
	}
	.pagination > li:not(.previous,.active,.next) {
		display: none;
	}
}
@media (max-width: 560px) {
}
@media (max-width: 374px) {
}

/* section-documents */
.documents-list {
	margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
    column-gap: 100px;
}
.documents-list > li {
	page-break-inside: avoid;
	break-inside: avoid;
	display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
}
.documents-list > li > .icon {
	flex: 0 0 auto;
	color: #F500FF;
}
.documents-list > li > .content {
	margin-top: 5px;
}
.documents-list > li + li {
	margin-top: 30px;
}

.documents-list .name {
	display: inline-flex;
    align-items: center;
    color: #F500FF;
    font-family: var(--font-family-2);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #F500FF;
    background-image: linear-gradient(90deg, #00FFFF, #F500FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.documents-list .desc {
	margin-top: 10px;
}

@media (max-width: 1559px) {
	.documents-list {
		column-count: 70px;
	}
}
@media (max-width: 1366px) {
	.documents-list {
		column-count: 1;
	}
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
	.documents-list .name {
		font-size: 16px;
	}
}
@media (max-width: 560px) {
}
@media (max-width: 374px) {
}

/* .search-form */
.search-form {
	position: relative;
	z-index: 2;
	direction: rtl;
	width: 46px;
    height: 50px;
	margin: 0;
}
.search-form .icon {
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: white;
	display: flex;
}
.search-form input[type="text"] {
	background: transparent;
	border: 1px solid transparent;
	outline: 0;
	background-color: black;
	width: 46px;
	height: 50px;
	padding-right: 60px;
	transition: all 0.5s;
	direction: ltr;
	border-radius: 0px;
	color: white;
	font-family: var(--font-family-2);
	font-weight: 400;
	font-size: 14px;
}
.search-form input[type="text"]::placeholder {
	color: inherit;
	opacity: 0.8;
}
.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover {
	width: 300px;
	padding-left: 20px;
	box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 10%);
	background-color: #000000;
    border-color: rgba(255,255,255, 0.5);
}
.grid--search {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-content: flex-start;
	margin-left: -30px;
	margin-bottom: -30px;
}
.grid--search > * {
	flex: 0 0 calc(100%/2 - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
}

.search--item {
	background: #161717;
    padding: 30px 40px;
}

.search--item .title {
	margin: 0;
	font-family: var(--font-family-2);
    font-size: 20px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    display: block;
    line-height: normal;
	margin-bottom: 15px;
}

.search--item .link-more {
	margin-top: 15px;
	display: inline-block;
}

.search--item .desc p {
	margin: 0;
}
.search--item .desc * + p {
	margin-top: 15px;
}

@media (max-width: 1559px) {
	.nav-mobile {
		order: 99;
	}
	.header .top .logo {
		flex: 1;
		min-width: 1px;
	}
	.header .top {
		gap: 25px;
	}
	.search-form {
		width: 45px;
		height: 45px;
	}
	.search-form input[type="text"] {
		width: 45px;
		height: 45px;
	}
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
}
@media (max-width: 560px) {
	.search-form input[type="text"]:focus, .search-form input[type="text"]:hover {
		width: 65vw;
	}
	.header .top {
		gap: 15px;
	}
}
@media (max-width: 374px) {
}

/* section-rating */
.rating-tabs-content {
	margin-top: 50px;
	background: #161717;
    padding: 30px;
}
.rating-tabs-content--item {
	display: none;
}

.rating-tabs-content--item.active {
	display: block;
	animation: rating-tabs 0.5s;
}

@keyframes rating-tabs {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.rating-tabs  {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-content: flex-start;
	margin-left: -15px;
	margin-bottom: -15px;
}
.rating-tabs > * {
	flex: 0 0 calc(100%/4 - 15px);
	margin-left: 15px;
	margin-bottom: 15px;
}

.rating-tabs--item {
	background: #161717;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 15px;
	cursor: pointer;
	min-height: 60px;
}
.rating-tabs--item .icon {
	display: flex;
	flex: 0 0 auto;
}
.rating-tabs--item .name {
	font-family: var(--font-family-2);
    font-weight: 600;
    font-size: 14px;
	line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
	text-align: center;
}
.rating-tabs--item.active {
	background: #f500ff;
    color: white;
}

.rating-tabs-table {
	display: flex;
    flex-direction: column;
    gap: 5px;
	
	font-family: var(--font-family-2);
    font-size: 14px;
    line-height: normal;
}
.rating-tabs-table > .row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 5px;
}
.rating-tabs-table .row-head {
	font-family: var(--font-family-2);
    font-size: 16px;
    line-height: normal;
}
.rating-tabs-table > .row > * {
	padding: 15px 15px;
}
.rating-tabs-table > .row-item > * {
	background: black;
}
.rating-tabs-table > .row-head > * {
}
.rating-tabs-table .col-number {
	width: 100px;
	text-align: center;
}
.rating-tabs-table .col-points {
	width: 150px;
	text-align: center;
}
.rating-tabs-table .col-region {
	flex: 1;
	min-width: 1px;
}
.rating-tabs-table  .col-title {
	width: 40%;
}
.rating-tabs-table-overflow {
	position: relative;
	z-index: 1;
}
.rating-tabs-table-overflow .scroll-icon {
	display: none;
	pointer-events: none;
	position: absolute;
	left: 10px;
	top: 25px;
}

@media (max-width: 1559px) {
}
@media (max-width: 1366px) {
	.rating-tabs--item .name {
		font-size: 12px;
	}
	.rating-tabs > * {
		flex: 0 0 calc(100%/3 - 15px);
	}
}
@media (max-width: 1024px) {
	.rating-tabs > * {
		flex: 0 0 calc(100%/2 - 15px);
	}
	.rating-tabs-table-overflow .scroll-icon {
		display: inline-block;
	}
	.rating-tabs-table-overflow {
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		width: calc(100% + 60px);
		margin-left: -30px;
		display: flex;
	}
	.rating-tabs-table-overflow:before,
	.rating-tabs-table-overflow:after {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		flex: 0 0 auto;
		opacity: 0;
	}
	.rating-tabs-table-overflow::-webkit-scrollbar {
		display: none; 
	}
	.rating-tabs-table-overflow .rating-tabs-table {
		min-width: 800px;
	}
}
@media (max-width: 767px) {
	.rating-tabs-content {
		padding: 0;
		background: transparent;
		margin-top: 30px;
	}
	.rating-tabs-table > .row-item > * {
		background: #161717;
	}
	.rating-tabs-table-overflow {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.rating-tabs-table-overflow:before,
	.rating-tabs-table-overflow:after {
		width: 15px;
		height: 15px;
	}
}
@media (max-width: 560px) {
	.rating-tabs > * {
		flex: 0 0 calc(100%/1 - 15px);
	}
}
@media (max-width: 374px) {
}


/* fappt */
.fappt  {
    margin-top: 50px;
}
.fappt-block {
    margin-top: 50px;
}
.fappt-block-info {
    background: #161717;
    padding: 50px;
}
.fappt-item-discipline select {
    display: none;
}

.fappt-item-name {
    color: white;
    font-family: var(--font-family-3);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    display: block;
    margin-bottom: 20px;
}
.fappt-item-name span {
    color: #F500FF;
}
.fappt-item-name-big {
    font-size: 24px;
}


.fappt-tabs-discipline {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-content: flex-start;
	margin-left: -15px;
	margin-bottom: -15px;
}
.fappt-tabs-discipline > * {
	flex: 0 0 calc(100%/4 - 15px);
	margin-left: 15px;
	margin-bottom: 15px;
}

.fappt-tabs-discipline a {
	background: #161717;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 15px;
	cursor: pointer;
	min-height: 60px;
}
.fappt-tabs-discipline a .icon {
	display: flex;
	flex: 0 0 auto;
}
.fappt-tabs-discipline a .name {
	font-family: var(--font-family-2);
    font-weight: 600;
    font-size: 14px;
	line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
	text-align: center;
}
.fappt-tabs-discipline a.active {
	background: #f500ff;
    color: white;
}

.fappt-item input:not([type="checkbox"]),
.fappt-item select,
.fappt-item textarea {
    font-family: var(--font-family-1);
    font-size: 18px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    outline: none;
    background: #000;
    color: #fff;
}

.fappt-item select {
    background: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.75L7 7.5L13 1.5" stroke="white" stroke-opacity="0.5" stroke-width="2"/></svg>')
	#000
    right 1rem
    center
    no-repeat;
    cursor: pointer;
}

.fappt-block-grid {
    --width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-bottom: -50px;
}
.fappt-block-grid > * {
    flex: 0 0 calc(var(--width) - 50px);
    max-width: calc(var(--width) - 50px);
    margin-left: 50px;
    margin-bottom: 50px;
}
.fappt-block-grid > .clm-2 {
    --width: 50%;
}
.fappt-block-grid > * > .fappt-item + .fappt-item {
    margin-top: 30px;
}

.fappt-item, .fappt-item-submit {
    display: flex;
    flex-direction: column;
}
.fappt-item .fappt-item-name {
    flex: 1;
}
.fappt-item-textarea .fappt-item-name {
    flex: unset;
}
.fappt-item-textarea textarea {
    flex: 1;
}
.fappt-select-region {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.fappt-select-region .fappt-item-value {
    flex: 1;
    min-width: 1px;
}
.fappt-select-region .other:not([type="checkbox"]) {
    width: 60%;
    flex: 0 0 auto;
}

.fappt-sub-item-name {
    color: white;
    font-family: var(--font-family-3);
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    display: block;
    margin-bottom: 10px;
}
.fappt-item-player {
    padding: 30px;
    border: 3px solid black;
    background: #0e0e0e;
}
.fappt-sub-item + * {
    margin-top: 30px;
}

.fappt-block .block-control {
    margin-top: 50px;
}

.fappt .js-add.hidden {
    display: none;
}

.fappt-select-region .other {
    display: none;
}
.fappt-select-region .other.visible {
    display: block;
}

.fappt-select-stage select [disabled] {
    display: none;
}

.fappt [data-v] {
    display: none;
}
.fappt-item-caption {
    font-family: var(--font-family-2);
    line-height: 1.7;
    margin-bottom: 20px;
}
.fappt-submit {
    max-width: max-content;
    margin-top: 30px;
}
.fappt-submit.disabled {
    cursor: no-drop;
    opacity: 0.7;
    pointer-events: none;
    background: #6b6b6b;
}
.fappt-checkbox-label {
    font-family: var(--font-family-2);
    line-height: 1.7; 
}

.fappt .danger {
    border-color: red ! IMPORTANT;
}

.fappt-successfully {
    display: none;
    background: #161717;
    padding: 50px;
    font-family: var(--font-family-2);
    line-height: 1.7;
    margin-top: 50px;
}

@media (max-width: 1559px) {
    .fappt-tabs-discipline > * {
        flex: 0 0 calc(100% / 3 - 15px);
    }
    .fappt-item-name {
        font-size: 14px;
    }
    .fappt-item-name-big {
        font-size: 20px;
    }
    .fappt-block-info {
        padding: 40px;
    }
    .fappt-successfully {
        padding: 40px;
    }
    .fappt-block-grid {
        margin-left: -40px;
        margin-bottom: -40px;
    }
    .fappt-block-grid > * {
        flex: 0 0 calc(var(--width) - 40px);
        max-width: calc(var(--width) - 40px);
        margin-left: 40px;
        margin-bottom: 40px;
    }
    .fappt-block .block-control {
        margin-top: 40px;
    }
}
@media (max-width: 1366px) {
    .fappt-tabs-discipline > * {
        flex: 0 0 calc(100% / 2 - 15px);
    }
    .fappt-block-grid > .clm-2 {
        --width: 100%;
    }
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
    .fappt-block-info {
        padding: 30px 15px;
    }
    .fappt-item-player {
        padding: 30px 15px;
    }
    .fappt-successfully {
        padding: 30px 15px;
    }
    .fappt-select-region .other:not([type="checkbox"]) {
        width: 100%;
    }

    .fappt .style-btn {
        font-size: 14px;
        width: 100%;
        max-width: unset;
    }
    .fappt-item-name {
        font-size: 12px;
    }
    .fappt-item-name-big {
        font-size: 18px;
    }
    .fappt-tabs-discipline a .name {
        font-size: 12px;
    }
    .fappt-block {
        margin-top: 30px;
    }
}
@media (max-width: 560px) {
    .fappt-tabs-discipline > * {
        flex: 0 0 calc(100% / 1 - 15px);
    }
}
@media (max-width: 374px) {
}

/*
* loader
*/
#layer {
    display: none;
}
#layer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 9999;
}

.contpre {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -125px;
    color: #fff;
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 35px;
}
#layer .svg_anm {
    position: absolute;
    width: 41px;
    height: 41px;
    background: url('../img/oval.svg') center center no-repeat;
    background-size: 41px;
    margin: -16px 0 0 -16px;
}


/* WP gallery */
.gallery img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1;
    height: auto;
}
.gallery:not(.gallery-columns-1) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin-bottom: -30px;
    margin-left: -30px;
}

.gallery:not(.gallery-columns-1)>br {
    display: none;
}

.gallery:not(.gallery-columns-1) * {
    height: 100%;
}

.gallery:not(.gallery-columns-1)>* {
    width: auto;
    padding-left: 30px;
    margin: 0;
    margin-bottom: 30px;
    height: auto;
}

*+.gallery {
    margin-top: 40px;
}

.gallery+* {
    margin-top: 40px;
}

.gallery.gallery-columns-2>* {
    width: 50%;
}

.gallery.gallery-columns-3>* {
    width: 33.333333333333%;
}

.gallery.gallery-columns-4>* {
    width: 25%;
}

.gallery.gallery-columns-1:not(.slick-initialized) {
    display: flex;
    opacity: 0;
}

.gallery.gallery-columns-1 br {
    display: none;
}

.gallery.gallery-columns-1 .slick-slide {
    margin: 0 15px;
}

.gallery.gallery-columns-1 .slick-list {
    margin: 0 -15px;
}

@media (max-width: 1559px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
    .gallery.gallery-columns-1 .slick-slide {
        margin: 0 10px;
    }
    
    .gallery.gallery-columns-1 .slick-list {
        margin: 0 -10px;
    }
    .gallery:not(.gallery-columns-1) {
        margin-bottom: -20px;
        margin-left: -20px;
    }    
    .gallery:not(.gallery-columns-1)>* {
        width: auto;
        padding-left: 20px;
        margin: 0;
        margin-bottom: 20px;
        height: auto;
    }
    .gallery.gallery-columns-2>* {
        width: 50%;
    }
    .gallery.gallery-columns-3>* {
        width: 33.333%;
    }
    .gallery.gallery-columns-4>* {
        width: 33.333%;
    }
}
@media (max-width: 767px) {
    .gallery.gallery-columns-2>* {
        width: 50%;
    }
    .gallery.gallery-columns-3>* {
        width: 50%;
    }
    .gallery.gallery-columns-4>* {
        width: 50%;
    }
}
@media (max-width: 560px) {
    .gallery.gallery-columns-2>* {
        width: 100%;
    }
    .gallery.gallery-columns-3>* {
        width: 100%;
    }
    .gallery.gallery-columns-4>* {
        width: 100%;
    }
}
@media (max-width: 374px) {
}


.style-arrow-default .slick-arrow {
    filter: drop-shadow(2px 2px 4px black);
} 
.style-arrow-default .slick-prev {
    left: -60px;
}
.style-arrow-default .slick-next {
    right: -60px;
}

@media (max-width: 560px) {
    .style-arrow-default .slick-prev {
        left: 10px;
    }
    .style-arrow-default .slick-next {
        right: 10px;
    }
}