@import "./libs/normilize/normilize.css";
@import "./fonts.css";
@import "./libs/owl/owl.carousel.min.css";
@import "./libs/owl/owl.theme.default.min.css";
@import "./libs/fancyBox/jquery.fancybox.min.css";

body {
	overflow-x: hidden;
}

body > div,
footer {overflow: hidden;}

body.hidden {overflow: hidden;}

.wrapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

.wrapper > * {
	position: relative;
	z-index: 1;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	width: 100%;
	padding: 15px 0;
	background: transparent;
	transition: 0.3s ease;
}

header.fixed {
	background-color: #222222;
	box-shadow: 0 0 15px #222222;
}

header nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav a {
    font-family: 'IBM Plex Sans SemiBold';
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	text-transform: uppercase;
	transition: 0.3s ease;
}

header nav a:hover {color: #FFA800;}

header nav a:not(:last-child) {margin-right: 15px;}

header .logo {
	width: 100%;
	max-width: 73px;
}

header .logo img {width: 100%;}

.callback-link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFA800;
}

.callback-link img {
	width: 16px;
	margin-right: 5px;
}

.callback-link:hover span {text-decoration: underline;}


.banner {
	position: relative;
	padding: 163px 0 230px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	/* overflow: hidden; */
}


.banner-cnt {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 640px;
}

h1 {
	margin-bottom: 15px;
	font-family: 'Base 02 Cyrillic';
	font-weight: 400;
	font-size: 45px;
	line-height: 67px;
	color: #ffffff;
}

h1 span {color: #FFA800;}

.banner-cnt p {
	margin-bottom: 47px;
    font-family: 'IBM Plex Sans Regular';
    font-size: 22px;
    line-height: 29px;
    color: #FFFFFF;
}

.banner-cnt form {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 540px;
}


.field {
	width: 100%;
	max-width: 538px;
	height: 55px;
	padding: 0 5px 0 15px;
	background: rgba(255, 255, 255, 0.07);
    font-family: 'IBM Plex Sans Regular';
	font-size: 22px;
	line-height: 55px;
	color: #7C7C7C;
}

textarea.field {
	min-height: 111px;
    padding: 13px 18px;
    line-height: 22px;
}

.field::-webkit-input-placeholder {color: #7C7C7C;}
.field::-moz-placeholder {color: #7C7C7C;}
.field:-ms-input-placeholder {color: #7C7C7C;}
.field:-moz-placeholder {color: #7C7C7C;}

.banner-cnt form input.field {max-width: 260px;}

.banner-cnt form .field {margin-bottom: 20px;}



.btn {
	display: inline-block;
	height: 54px;
	padding: 0 50px;
    font-family: 'IBM Plex Sans Regular';
	font-size: 22px;
	line-height: 54px;
	color: #ffffff;
	text-align: center;
	background-color: #FFA800;
	transition: 0.3s ease;
}

.btn-big {
    padding: 0 54px;
    height: 64px;
    line-height: 64px;
    font-size: 25px;
}

.btn-send {
    padding: 0 42px;
    height: 37px;
    line-height: 37px;
    font-size: 20px;
}

.btn-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn:hover {background-color: #d89000;}


.banner-img {
    position: absolute;
    top: -5px;
    right: -26px;
    z-index: 1;
    width: 100%;
    max-width: 1146px;
}

.banner-img img {width: 100%;}


.footer {
    position: relative;
    margin-top: -4px;
    padding: 10px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer h5 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
    font-family: 'IBM Plex Sans Bold';
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

.footer h5 span {color: #FFA800;}

.footer p {
	display: block;
	width: 100%;
	margin-bottom: 15px;
    font-family: 'IBM Plex Sans Regular';
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}

.footer a {
	display: block;
	width: 100%;
	margin-bottom: 15px;
    font-family: 'IBM Plex Sans Bold';
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	transition: 0.3s ease;
}

.footer a:hover {color: #FFA800;}

.social {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.social a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 30px;
	min-width: 30px;
	margin-bottom: 0;
}

.social a img {width: 100%;}

.social a:not(:first-child) {margin-left: 15px;}

.footer .toTop {
	position: absolute;
	bottom: 15px;
	right: 148px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding: 15px;
    font-family: 'IBM Plex Sans Regular';
	font-size: 19px;
	line-height: 19px;
	color: #FFFFFF;
	transition: 0.3s ease;
}

.footer .toTop:hover {
	background-color: #FFA800;
	color: #ffffff;
}

.footer .toTop img {margin-left: 12px;}


.title {
    position: relative;
    width: 100%;
    padding: 30px 0 30px;
}

.title .title-text {
    display: block;
	padding-bottom: 40px;
	font-family: 'Base 02 Cyrillic';
	font-weight: 400;
    font-size: 45px;
	line-height: 45px;
	text-transform: uppercase;
    color: #222222;
}

.title-white .title-text {color: #ffffff;}

.title .title-text span {color: #FFA800;}

.subtitle {
	font-family: 'IBM Plex Sans Regular';
	font-size: 18px;
	line-height: 23px;
	color: #222222;
}

.subtitle span {
	font-family: 'IBM Plex Sans Medium';
	font-size: 20px;
}

.title span.title-bg {
    position: absolute;
    top: -34px;
    left: -49px;
    z-index: 0;
    max-width: 100%;
    font-family: 'Snyder Speed Brush Cyr';
    white-space: nowrap;
    font-size: 238px;
    line-height: 308px;
    color: rgba(0, 0, 0, 0.03);
}

.title span.title-bg-2 {
	top: 281px;
}

.map {
	width: 100%;
	margin-bottom: -6px;
}

.questions {padding: 0 0 45px;}

.questions .title .title-text  {padding-bottom: 20px;}

.questions .title span.title-bg:not(.title-bg-2) {
    top: -6px;
    left: auto;
    right: -755px;
}

.questions .title span.title-bg-2 {
    top: 245px;
    left: -545px;
}

.questions-list {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.question {
	padding: 30px 0 34px;
	border-bottom: 3px solid #222222;
}

.question:first-child {border-top: 3px solid #222222;}

.question-title {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'IBM Plex Sans Bold';
	font-size: 22px;
	line-height: 29px;
	color: #222222;
	transition: 0.3s ease;
}

.question-title span {padding-right: 10px;}

.question-title:hover {color: #FFA800;}

.question-plus {
	font-family: 'IBM Plex Sans Regular';
    font-size: 52px;
    line-height: 30px;
    color: #222222;
    transition: 0.3s ease;
}

.question.open .question-title {padding-bottom: 10px;}
.question.open .question-plus {transform: rotate(45deg);}

.question-cnt {display: none;}

.question-cnt p {
	padding-right: 50px;
	font-family: 'IBM Plex Sans Regular';
	font-size: 18px;
	line-height: 23px;
	color: #222222;
}

.appointment {
	position: relative;
	padding: 254px 0 275px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.appointment .wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.appointment h4 {
	width: 100%;
	margin-bottom: 13px;
	font-family: 'IBM Plex Sans SemiBold';
	font-size: 45px;
	line-height: 58px;
	text-align: center;
	color: #ffffff;
}

.appointment p {
	width: 100%;
	margin-bottom: 45px;
	font-family: 'IBM Plex Sans SemiBold';
	font-size: 22px;
	line-height: 29px;
	text-align: center;
	color: #ffffff;
}

.mud-small {
	position: absolute;
	left: 0;
	z-index: 0;
	width: 100%;
}

.mud-small-top {top: 0px;}

.mud-small-bottom {bottom: 0px;}

.mud-small > * {
	position: relative;
	z-index: 1;
}

.about {
    position: relative;
    padding: 135px 0 87px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about .mud-small.mud-small-bottom {z-index: 3;}

.about-cup {
	position: absolute;
	top: 230px;
	right: -245px;
	z-index: 2;
	max-width: 811px;
}

.about .wrapper > * {
	position: relative;
	z-index: 2;
}

.about .title .title-text {padding-bottom: 13px;}

.about-list {
	display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.about-img {
    width: 100%;
    max-width: 568px;
    margin-left: -99px;
}

.about-img img {width: 100%;}

.about-cnt {
    width: 100%;
    max-width: 657px;
    padding-top: 67px;
}

.about-cnt p {
	font-family: 'IBM Plex Sans Regular';
	font-size: 18px;
	line-height: 23px;
	color: #FFFCFC;
}

.about-cnt p span {
    font-family: 'IBM Plex Sans Medium';
	font-size: 20px;
}

.about-cnt p span span {color: #FFA800;}

.about-cnt p {margin-bottom: 23px;}

.about-cnt .social {
	justify-content: flex-start;
	padding-top: 15px;
}

.about-cnt .social a {
    max-width: 40px;
    min-width: 40px;
}

.gallery,
.gallery-item,
.gallery-item img {width: 100%;}

.gallery .owl-dots {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.gallery .owl-dots .owl-dot span {display: none;}
.gallery .owl-dots .owl-dot {
	width: 100%;
	max-width: 210px;
	height: 6px;
	background-color: #ffffff !important;
	transition: 0.3s ease;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
}

.gallery .owl-dots .owl-dot.active {background-color: #FFA800 !important;}

.gallery .owl-dots .owl-dot:not(:last-child) {margin-right: 89px;}


.tracks {padding: 46px 0 0;}

.tracks .title span.title-bg {
	top: 66px;
    left: -633px;
}

.track .subtitle {margin-bottom: 10px ;}

.tabs-content .tab-cnt {display: none;}

.tabs-content .tab-cnt.active {display: block;}

.tabs-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.tabs-section-item  {
	cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 240px;
    margin: 0 10px 50px;
    padding-bottom: 47px;
}

.tabs-section-item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 49px;
	width: 100%;
	margin-bottom: 5px;
}

.tabs-section-item-img img {max-width: 100%;}

.tabs-section-ite-title {
	display: inline-block;
	font-family: 'IBM Plex Sans Regular';
	font-size: 22px;
	line-height: 22px;
	color: #222222;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent;
	transition: 0.3s ease;
}

.tabs-section-ite-title:hover {color: #d89000;}

.tabs-section-item p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: 'IBM Plex Sans Regular';
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #222222;
	transition: 0.3s ease;
	opacity: 0;
}


.tabs-section-item.active p {opacity: 1;}
.tabs-section-item.active .tabs-section-ite-title {border-bottom: 3px solid #FFA800;}

.track-img,
.track-img img {width: 100%;}


.start {
	position: relative;
	padding: 42px 0 60px;
}

.start .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.start-cnt {
	width: 100%;
	max-width: 680px;
	padding-right: 15px;
}

.start-cnt .title {
	position: static;
	padding: 0;
}


.start-cnt .title .title-text {
	padding-bottom: 30px;
    line-height: 63px;
}

.start-cnt .title span.title-bg {
	left: -466px;
    top: -36px;
    font-size: 286px;
    text-transform: uppercase;
}

.start-cnt p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 23px;
	font-family: 'IBM Plex Sans Regular';
	font-size: 18px;
	line-height: 23px;
	color: #222222;
}

p.bold-text {font-family: 'IBM Plex Sans Bold';}

.start-cnt p.bold-text {margin-bottom: 53px;}

.start-slider-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 417px;
	padding-left: 37px;
	padding-right: 13px;
}

.start-slider-prev {
    position: absolute;
    bottom: -40px;
    left: -26px;
    z-index: 1;
    width: 100%;
    max-width: 208px;
	max-height: 140px;
	overflow: hidden;
}

.start-slider-next {
    position: absolute;
    top: -55px;
    right: -2px;
    z-index: 1;
    width: 100%;
    max-width: 208px;
	max-height: 140px;
	overflow: hidden;
}

.start-slider-wrap img {
	width: 100% !important;
	transition: 0.3s ease;
}

.start-slider {
	position: relative;
	z-index: 2;
	width: 100%;
}

.start-slider-item {
	width: 100%;
	max-width: 367px;
}

.start-slider-item img {max-height: 367px;}

.start-slider .owl-nav {
	position: absolute;
	top: -12px;
	left: -37px;
}

.slider .owl-nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.slider.slider-column .owl-nav {flex-direction: column;}


.slider .owl-nav span {display: none;}

.slider .owl-nav button {
	position: relative;
	display: block;
	transition: 0.3s ease;
}

.slider.slider-column .owl-nav button {
	width: 25px;
	height: 43px;
}

.slider.slider-row .owl-nav button {
	width: 43px;
	height: 25px;
}

.slider .owl-nav button:hover{background: #C4C4C4;}

.slider.slider-column .owl-nav button:not(:last-child) {margin-bottom: 5px;}
.slider.slider-row .owl-nav button:not(:last-child) {margin-right: 5px;}

.slider .owl-nav button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../images/arrow-slider-orange.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.slider.slider-row .owl-nav button::before {background-image: url('../images/arrow-orange-left.svg');}

.slider .owl-nav button.owl-next::before {transform: rotate(180deg);}

.slider .owl-nav button:hover::before {background-image: url('../images/arrow-slider-white.svg');}

.slider.slider-row .owl-nav button:hover::before {background-image: url('../images/arrow-white-right.svg');}

.slider .owl-nav button.owl-next:hover::before {transform: rotate(0);}

.slider .owl-nav button.owl-prev:hover::before {transform: rotate(180deg);}

.slider .animated  {
	-webkit-animation-duration : 200 ms  ;
	animation-duration : 200 ms  ;
	-webkit-animation-fill-mode : both  ;
	animation-fill-mode : both  ;
}

.coaches .about-img {
	position: relative;
    padding: 9px 20px 0 9px;
    max-width: 472px;
	margin-left: 0;
}

.coaches .about-img img {
	position: relative;
	z-index: 2;
	width: 100%;
}

.coaches .about-img::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 418px;
	height: 292px;
	max-height: 100%;
	background-color: #FFA800;
}

.coaches .about-cnt {
	max-width: 637px;
    padding-top: 4px;
}

.coaches-slider {width: 100%;}

.coaches-slider .owl-nav {
	position: absolute;
	bottom: 0;
	left: 0;
}

p.coach-work {
	margin-bottom: 18px;
	color: #646464;
}

p.coach-name {
	margin-bottom: 10px;
    font-family: 'IBM Plex Sans Medium';
	font-size: 20px;
	line-height: 20px;
	color: #FFA800;
}

.coaches-haad {
    position: absolute;
    top: 136px;
    right: 0;

}

.coaches {padding: 182px 0 270px;}

.coaches .title .title-text {padding-bottom: 44px;}


.reviews {padding: 16px 0 18px;}

.reviews .title .title-text {padding-bottom: 65px;}

.reviews .title .title-bg {
	left: -66px;
    top: -20px;
}

.reviews-slider {
	width: 100%;
	padding-bottom: 55px;
}

.reviews-slider .owl-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	justify-content: flex-end;
}

.rev {
    position: relative;
    width: 100%;
    max-width: 335px;
    padding: 62px 57px 23px 67px;
	background-color: #F2F2F2;
	overflow: hidden;
}

.rev-quote {
    position: absolute;
    top: -10px;
    left: -54px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 70px;
    background-image: url(../images/quote-wrapper.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.rev-quote img {max-width: 52px;}

.rev-head {
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.rev-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 73px;
	min-width: 73px;
	height: 70px;
	margin-right: 7px;
	margin-bottom: 8px;
}

.rev-img::before {
	content: '';
	position: absolute;
	top: -8px;
	left: -9px;
	z-index: 1;
	width: 77px;
	height: 87px;
	border: 2px solid #FFA800;
}

.rev-img  img{
	position: relative;
	z-index: 2;
	max-width: 100%;
	max-height: 100%;
}

.rev-head-info p {
	margin-bottom: 5px;
    font-family: 'IBM Plex Sans Regular';
	font-size: 12px;
	line-height: 12px;
	color: #999999;
}

.rev-head-info a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
    font-family: 'IBM Plex Sans Regular';
	font-size: 14px;
	line-height: 14px;
	color: #222222;
	transition: 0.3s ease;
}

.rev-head-info a:hover {color: #FFA800;}

.rev-head-info a img {
	max-width: 13px;
	margin-left: 10px;
}

.rev-text {
    font-family: 'IBM Plex Sans Regular';
    font-size: 14px;
    line-height: 16px;
    height: 128px;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.prices {
	padding: 8px 0 40px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.prices .title .title-text {padding-bottom: 20px;}
.prices .title span.title-bg {
	top: -43px;
    left: -90px;
}


.price-item {
	width: 100%;
	max-width: 1110px;
	padding: 28px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.price-item:not(:last-child) {margin-bottom: 95px;}


.price-item-cnt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 37px;
}


.price-item-info {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 466px;
	min-height: 257px;
	padding: 10px 20px 10px 95px;
	background-size: contain;
	background-repeat: no-repeat;
}

.price-item-info h5 {
	margin-bottom: 0;
    font-family: 'IBM Plex Sans Bold';
    font-size: 22px;
    line-height: 22px;
    color: #222222;
}
.price-item-info p {
	font-family: 'IBM Plex Sans Regular';
	font-size: 20px;
	line-height: 20px;
	color: #222222;
}

.price-item-info p span:not(.slash) {
	font-family: 'IBM Plex Sans Bold';
	font-size: 22px;
	line-height: 22px;
}

.price-item-info .slash {
	font-family: 'IBM Plex Sans Regular';
	font-size: 39px;
	line-height: 50px;
	color: #FFA800;
}

.price-slider,
.price-slider-item-2 {margin-top: -125px;}

.price-slider,
.price-slider-item {
	width: 100%;
	max-width: 620px;
    padding-right: 30px;
}

.price-slider {margin-right: 16px;}

.price-slider-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-right: 0;
}

.price-slider-item-img {width: 100%;}
.price-slider-item-img img {max-width: 100%;}


.price-slider-text {
    position: absolute;
    bottom: 18px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.price-slider-text p {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-family: 'IBM Plex Sans Regular';
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	color: #C0C0C0;
}

.price-slider-text span {
	display: block;
	width: 100%;
	font-family: 'IBM Plex Sans Bold';
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
}

.price-slider .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}


.price-item-benefits {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 43px;
}

.price-item-bnf {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 180px;
    padding: 0 10px;
}


.price-item-bnf:not(:last-child) {margin-right: 20px;}

.price-item-bnf-img {
	display: flex;
    align-items: self-end;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin-bottom: 5px;
}

.price-item-bnf-img img {max-width: 100%;}

.price-item-bnf p {
	font-family: 'IBM Plex Sans Regular';
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	color: #ffffff;
}

.price-slider-item-2 {
	width: 100%;
    max-width: 423px;
    margin-top: -104px;
}

.price-slider-item-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}































.popup-wrapper {
	position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 15px;
    display: none;
    transition: 0.4s ease;
}
	
	.popup-layout {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 6;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(0, 0, 0, 0.6);
	}
	
	.popup-layout::-webkit-scrollbar {width: 0px;}
	 
	.popup-layout::-webkit-scrollbar-track {box-shadow: inset 0 0 0px #ffffff;}
	
	.popup-layout::-webkit-scrollbar-thumb {background-color: transparent;}
	
	
	.popup {
	  position: relative;
	  width: 100%;
	  max-width: 406px;
	  padding: 50px 66px 55px;
	  background-color: #ffffff;
	}


	.popup-close {
		position: absolute;
		cursor: pointer;
		z-index: 2;
		top: 18px;
		right: 18px;
		width: 100%;
		max-width: 18px;
	}
	
	.popup-close img {width: 100%;}
	

	.form-row {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 32px;
	}
	
	
	.form-row > span {
		cursor: pointer;
		position: absolute;
		top: calc(50% - 13.5px);
		left: 0;
	}
	
	.form-row span {
		font-family: 'IBM Plex Sans Regular';
		font-size: 20px;
		line-height: 20px;
		color: #D6D0D0;
	}
	
	.form-row.active span:not(.square-info) {display: none;}

	.form-row input:focus + span {display: none;}
	
	.form-row span span {
		font-size: 21px;
		color: #FF0000;
	}
	
	.form-field {
		display: block;
		width: 100%;
		height: 28px;
		padding: 0 0 5px;
		font-family: 'IBM Plex Sans Regular';
		font-size: 20px;
		line-height: 20px;
		color: #D6D0D0;
		border-bottom: 1px solid #D6D0D0;
		border-radius: 0;
		transition: 0.3s ease;
	}

	.form-field::-webkit-input-placeholder {color: #D6D0D0;}
	.form-field::-moz-placeholder {color: #D6D0D0;}
	.form-field:-ms-input-placeholder {color: #D6D0D0;}
	.form-field:-moz-placeholder {color: #D6D0D0;}
	
	textarea.form-field  {
		min-height: 89px;
		margin-bottom: 24px;
		padding: 10px;
		border: 1px solid #D6D0D0;
	}

	.form-row-wrap p {
		margin-bottom: 18px;
		font-family: 'IBM Plex Sans Medium';
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		color: #222222;
	}
	
	.popup .btn {margin: 0 auto;}

	

	
.header-mob {
	position: relative;
	z-index: 6;
	display: none;
	align-items: center;
	justify-content: space-between;
}

.menu-trigger {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    width: 45px;
    height: 25px;
	transition: 0.6s ease;
}

.menu-trigger span {
	display: block;
	width: 100%;
	height: 3px;
	background: #FFA800;
	transition: 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.menu-trigger span:nth-child(1) {width: 75%;}

.menu-trigger span:nth-child(3) {width: 40%;}

header.open .menu-trigger span {
	position: relative;
	width: 100%;
}

header.open .menu-trigger  {justify-content: center;}

header.open .menu-trigger span:nth-child(1) {
	transform: rotate(-40deg);
    margin-bottom: -3px;
}

header.open .menu-trigger span:nth-child(2) {display: none;}

header.open .menu-trigger span:nth-child(3) {transform: rotate(40deg);}


@media(max-width: 1400px) {
	.about-cup,
	.coaches-haad {display: none;}
	.field {
		background: rgba(0, 0, 0, 0.5);
	}
}

@media(max-width: 1120px) {
	.about-img {
		max-width: 370px;
		margin-left: 0;
	}
	.about-list {align-items: flex-end;}
	.coaches .about-list {align-items: flex-start;}
	.about-cnt .social {padding-bottom: 80px;}
	.about {padding: 135px 0 50px;}
	.coaches {
		padding: 90px 0 190px;
	}
	.rev {padding: 62px 20px 23px 20px;}
	.appointment {padding: 150px 0;}
	.price-item-cnt {
		align-items: center;
		flex-direction: column;
	}
	.price-item-info {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.price-slider {
		margin-right: 15px;
		margin: 0;
		margin-right: 15px;
		width: calc(100% - 15px);
	}
	.price-item-benefits {
		justify-content: center;
		flex-wrap: wrap;
	}
	.price-item-bnf {
		max-width: 33%;
		margin: 0 0 15px !important;
	}
	.price-slider-item-2 {    margin-top: -40px;}
}

@media(max-width: 992px) {
	/* .slider .owl-nav button{background: #C4C4C4 !important;}
	.slider .owl-nav button::before {background-image: url('../images/arrow-slider-white.svg');}
	.slider.slider-row .owl-nav button::before {background-image: url('../images/arrow-white-right.svg');}
	.slider .owl-nav button.owl-next::before {transform: rotate(0);}
	.slider .owl-nav button.owl-prev::before {transform: rotate(180deg);} */

	.coaches .about-img::before {display: none;}
	.coaches .about-img {padding: 0;}
	.header-mob {display: flex;}
	header nav {
		flex-direction: column;
		justify-content: flex-start;
	}

	header nav a {margin: 0 0 15px !important;}

	.header-wrap {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100vh;
		background-color: #222222;
		padding: 100px 20px 90px;
		overflow: scroll;
	}
	header  .logo {max-width: 50px;}
	header nav .logo {display: none;}

	.title-bg,
	.mud-small {display: none !important;}
	.banner-cnt {max-width: 100%;}
	.banner-img {opacity: 0.4;}
	.banner {padding: 100px 0;}
	h1 {
		font-size: 26px;
		line-height: 32px;
		text-align: center;
	}
	.banner-cnt p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 25px;
		text-align: center;
	}

	.banner-cnt p br,
	.start-slider-prev,
	.start-slider-next {display: none;}
	.banner-cnt form {
		margin: 0 auto;
	}
	.btn-big,
	.btn {
		padding: 0 30px;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		margin: 0 auto;
	}
	.field {
		height: 45px;
		font-size: 16px;
		line-height: 45px;
	}
	.banner-cnt form input.field {
		max-width: 100%;
	}
	.start .wrapper {
		flex-direction: column;
	}
	.start-cnt {
		max-width: 100%;
		padding: 0px 0 20px;
	}
	.title .title-text {
		font-size: 24px !important;
		line-height: 36px !important;
		text-align: center;
		padding-bottom: 20px;
	}




	.start-cnt p,
	.subtitle,
	.appointment p,
	.about-cnt p {
		font-size: 14px;
		line-height: 17px;
	}

	.subtitle {
		text-align: center;
		padding-bottom: 15px;
	}

	.subtitle span {font-size: 14px;}

	.start-cnt p {
		margin-bottom: 17px;
		text-align: center;
		justify-content: center;
	}

	.start-cnt .btn {
		display: flex;
		max-width: 155px;
		text-align: center;
		justify-content: center;
	}

	.about {
		padding: 50px 0 0;
	}
	.about-list {
		flex-direction: column;
    	align-items: center;
	}
	.about-img {order: 2;}
	.about-cnt {
		order: 1;
		max-width: 100%;
		text-align: center;
		padding-top: 0;
	}
	.about-cnt .social {
		padding: 0;
		justify-content: center;
	}
	.gallery .owl-dots .owl-dot {
		max-width: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.gallery .owl-dots .owl-dot:not(:last-child) {
		margin-right: 15px;
	}
	.gallery .owl-dots {bottom: 15px;}
	.title {padding: 0;}
	.tabs-section {
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: space-around;
	}
	.tabs-section-ite-title {
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 5px;
	}
	.tabs-section-item {margin: 0 10px 20px;}
	.coaches .about-list {align-items: center;}
	.coaches .about-cnt {
		max-width: 100%;
		padding: 0;
		order: 2;
	}
	.coaches .about-img {
		order: 1;
		margin-bottom: 30px;
	}
	.coaches {
		padding: 50px 0;
	}
	.coaches-slider .owl-nav {
		position: static;
		justify-content: center;
		margin-top: 30px;
	}
	.reviews .title .title-text {
		padding-bottom: 20px;
	}
	.appointment,
	.prices,
	.reviews {
		padding: 40px 0;
	}
	.appointment h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.question {padding: 15px 0;}
	.footer .toTop {display: none;}
	.reviews-slider .owl-nav {justify-content: center;}
}
@media(max-width: 767px) {
	.footer h5 {
		font-size: 16px;
		line-height: 19px;
	}
	.footer p {
		font-size: 14px;
		line-height: 17px;
	}
	.footer a,
	.question-title {
		font-size: 16px;
		line-height: 16px;
	}
	.tabs-section-item p {opacity: 1;}
	.question {
		padding: 10px 0;
		border-bottom: 1px solid #222222;
	}
	.question:first-child {
		border-top: 1px solid #222222;
	}
	.question-plus {
		font-size: 30px;
		line-height: 10px;
	}
	.question-cnt p {
		padding-right: 10px;
		font-size: 14px;
		line-height: 17px;
	}
}
@media(max-width: 500px) {
	.reviews-slider .owl-item {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rev-text {
		height: auto;
		-webkit-line-clamp: 100;
	}
	.price-item-bnf {max-width: 50%;}
	.price-slider-text {
		position: static;
		margin-right: -45px;
	}
	.price-item-info {
		padding: 20px;
		background-size: 100% 100%;
		min-height: 190px;
	}
}

.map {
 position: relative;
}


body {
	pointer-events: none;
}

html {
	pointer-events: none;
}

header {
	pointer-events: all;
}

div {
	pointer-events: all;
}

footer {
	pointer-events: all;
}

  .input-disabledd {
    display: none;
  }

  .banner {
    z-index: -1;
  }


  .newyear__box p {
    margin-bottom: 20px !important;
  }


  .newyear__box p:last-child {
    margin-bottom: 20px !important;
  }

  .newyear {
    font-family: 'IBM Plex Sans SemiBold';
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 280px;
    margin-top: -2Srem;
    position: relative;
    background-color: #FBFBFF;
  }

  .newyear .wrapper {
    max-width: 1350px;
    width: 100%;
  }

  .newyear__image img {
    margin-left: -67px;
  }

  .newyear h2 {
    font-family: 'Base 02 Cyrillic';
    font-size: 44px;
    color: #222222;
  }

  .newyear h2 span {
    display: block;
    color: #FFA800;
  }

  .newyear__container {
    display: flex;
    align-items: center;
  }

  .newyear__box {
    margin-bottom: 35px;
  }

  .newyear__box span {
    color: #FFA800;
  }

  .newyear__descript {
    color: #222222;
    margin-bottom: 30px;
    font-size: 22px;
  }

  .newyear__under {
    display: none;
  }

  .newyear__descript .line {
    position: relative;
  }

  .newyear__descript .line:before {
    content: '';
    position: absolute;
    background-color: #FF0B19;
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
  }

  .newyear__descript .red-bold {
    color: #FF0B19;
    font-size: 38px;
  }

  .newyear__descript .red-small {
    color: #FF0B19;
    font-size: 18px;
  }

  .newyear__image_m {
    display: none;
  }

  .newyear__descript br {
    display: none;
  }

  .newyear__desc {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
  }

  .newyear__desc img {
    max-width: 100%;
  }

  @media (max-width: 1270px) {
    .newyear__container {
      display: flex;
      flex-direction: column-reverse;
    }

    .newyear {
      background-size: cover;
      padding-bottom: 217px;
    }
  }

  @media (max-width: 990px) {

    .newyear__image {
      display: none;
    }

    .newyear__desc {
      bottom: 0;
    }

    .newyear__image_m {
      display: block;
    }

    .newyear {
      background-image: none !important;
      padding-top: 86px;
      padding-bottom: 143px;
      margin-top: -1rem;
      pointer-events: none;
    }

    .newyear .wrapper {
      pointer-events: all;
    }
  }

  @media (max-width: 650px) {
    .newyear__under {
      display: block;
    }

    .newyear__desc {
      display: none;
    }

    .newyear {
      position: relative;
    }

    .newyear {
      padding-top: 72px;
      padding-bottom: 33px;
      margin-top: 0;
    }

    .newyear h2 {
      text-align: center;
      font-size: 30px;
    }

    .newyear__descript {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .newyear__box {
      text-align: center;
    }

    .newyear .btn {
      display: none;
    }

    .newyear__descript br {
      display: block;
    }

    .newyear__descript .red-bold {
      display: block;
    }

    .newyear__descript .red-small {
      display: block;
    }

    .newyear__undern {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }

    .newyear__under img {
      width: 100%;
    }

    .newyear__image_m {
      margin-bottom: -4rem;
    }
  }


.header-social {
    display: flex;
    align-items: center;
}
.header-social a {
    margin-right: 10px;
}
.header-social a:last-child {
    margin-right: 0;
}

.btn-fixed-m {
    display: none;
}

@media (max-width: 990px) {
    .btn-fixed-m {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
		z-index: 4;
        align-items: center;
    }
    .btn-fixed-m .btn {
        width: 100% !important;
    }
    .header-mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

	.header-wrap a:nth-child(9) {
	display: none;
}
	.header-wrap a:nth-child(10) {
	display: none;
}
	.header-wrap a:nth-child(11) {
	display: none;
}
}



.banner-winter .field {
    background: rgba(255, 255, 255, 0.18);   
}

.banner-winter .mud-small-bottom {
    z-index: 1;
}

.banner-img-mobile {
    display: none;
}

@media (max-width: 1800px) {
    .banner-winter .banner-img {
        right: -9rem;
    }
}

@media (max-width: 1590px) {
    .banner-winter .banner-img {
        right: -21rem;
    }
}

@media (max-width: 1150px) {
    .banner-winter .banner-img {
        display: none;
    }
    .banner-img-mobile {
        margin-top: 53px;
        display: block;
    }
    .banner-img-mobile img {
        max-width: 100%;
    }
    .banner-winter .mud-small-bottom {
        display: none;
    }

    .banner-winter.banner {
        padding-bottom: 0;
    }
    
}

@media (max-width: 650px) {
	.jqmClose.top-close {
		right: 0
	}
}
/*new_style*/

.cost__subtitle {
	margin-bottom: 124px !important;
}

@media (max-width: 800px) {
	.cost__subtitle {
    margin-bottom: 44px !important;
	}
}