body,
html {
	height: 100%
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

a {
	color: inherit;
	text-decoration: none
}

img {
	max-width: 100%;
	height: auto
}

li {
	list-style-type: none;
	white-space: normal
}

input,
textarea {
	border: none;
	font-family: inherit;
	outline: 0;
	resize: none
}

body {
	overflow-x: hidden;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	width: 100%;
	font-family: "Segoe UI", arial, sans-serif;
	font-weight: 400;
	background: url(../img/bg-grey.png) center repeat
}

.container {
	max-width: 1480px;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 30px
}

.red {
	color: #ff1600
}

.btn {
	display: block;
	background: linear-gradient(85.93deg, #af0000 2.31%, #fe4b33 69.35%, #b20000 94.39%);
	box-shadow: 0 3.73px 0 -1.24px #900300;
	border-radius: 5px;
	text-align: center;
	outline: 0;
	cursor: pointer;
	line-height: 60px;
	position: relative;
	color: #fff500;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Segoe UI';
	width: 100%;
	max-width: 345px;
	border: 1px solid transparent;
	transition: .3s;
	margin: 0 auto
}

.btn::before {
	content: '';
	position: absolute;
	border: 1px solid #fff500;
	border-radius: 5px;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	transition: .3s
}

.btn:hover {
	border-color: #fff500;
	box-shadow: 0 0 12px #f4e18d
}

.section-title {
	font-family: Metro, arial;
	font-weight: 400;
	text-align: center;
	letter-spacing: .05em;
	font-size: 24px;
	line-height: 44px;
	padding-bottom: 25px
}

.section-title .red {
	font-size: 40px
}

.section {
	padding: 100px 0
}

.form-input {
	background: #fff;
	border: 1px solid #9d9d9d;
	border-radius: 2px;
	width: 100%;
	line-height: 58px;
	font-size: 18px;
	padding: 0 35px;
	transition: .3s
}

.form-input:focus {
	border: 1px solid #f8f1b5;
	box-shadow: 0 0 6px rgba(244, 225, 141, .7)
}

.yellow-bg {
	background: #f8f1b5;
	position: relative
}

.yellow-bg__bot::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 200px;
	background: url(../img/yellow-bg.png) center no-repeat;
	background-size: 100% 100%
}

.yellow-bg__top::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 200px;
	background: url(../img/yellow-bg.png) center no-repeat;
	background-size: 100% 100%;
	transform: scale(1, -1)
}

.star-bg {
	background: url(../img/icons/ic-star-bg.webp) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 210px;
	height: 210px;
	z-index: 20;
	left: 50%
}

.star-bg__sm {
	width: 62px;
	height: 62px;
	transform: rotate(15deg)
}

.star-bg__mid {
	width: 120px;
	height: 120px;
	transform: rotate(30deg)
}

.variants-bg .start-bg-1 {
	top: -100px;
	margin-left: -300px
}

.variants-bg .start-bg-2 {
	top: 23px;
	margin-left: -700px
}

.variants-bg .start-bg-3 {
	top: 420px;
	margin-left: -889px
}

.variants-bg .start-bg-4 {
	top: -100px;
	margin-left: 400px
}

.variants-bg .start-bg-5 {
	top: 150px;
	margin-left: 700px
}

.variants-bg .start-bg-6 {
	top: 260px;
	margin-left: 660px
}

.variants-bg .start-bg-7 {
	bottom: -24px;
	margin-left: 134px
}

.variants-bg .start-bg-8 {
	bottom: -45px;
	margin-left: 421px
}

.variants-bg .start-bg-9 {
	bottom: -21px;
	margin-left: 700px
}

.variants-bg .start-bg-10 {
	bottom: 76px;
	margin-left: -1001px
}

.variants-bg .start-bg-11 {
	bottom: -69px;
	margin-left: -743px
}

.variants-bg .start-bg-12 {
	bottom: -194px;
	margin-left: -262px
}

header {
	background: url(../img/head.jpg) center top;
	background-size: cover;
	z-index: 120;
	font-family: Metro, arial, sans-serif;
	position: relative
}

.head {
	padding: 5px 0;
	height: 81px;
	/*color: #fff;*/
	color: #292828;
	display: flex;
	justify-content: space-between;
	position: relative
}

.head-left {
	display: flex;
	position: relative;
	padding-left: 130px;
	width: 355px
}

.logo {
	position: absolute;
	width: 105px;
	height: 99px;
	left: 0;
	top: 0
}

.logo-txt {
	padding-top: 15px;
	max-width: 225px
}

.menu {
	width: 550px;
	padding: 0 15px;
	align-self: center
}

.list {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between
}

.list-item a {
	display: block;
	padding: 10px;
	transition: .3s
}

.list-item a:hover {
	color: #868686
}

.head-right {
	width: 420px;
	display: flex;
	justify-content: space-between
}

.head_soc {
	align-self: center;
	width: 130px
}

.soc-icons {
	display: flex;
	justify-content: space-between;
	padding-top: 6px
}

.soc-desc {
	display: none;
	position: absolute;
	left: 50%;
	top: 110%;
	padding: 3px 10px;
	transform: translateX(-50%);
	font-size: 12px;
	line-height: 14px;
	font-family: 'Segoe UI';
	text-align: center;
	background: rgba(255, 255, 255, .1);
	box-shadow: inset 6.36538px -6.36538px 6.36538px rgba(194, 194, 194, .1), inset -6.36538px 6.36538px 6.36538px rgba(255, 255, 255, .1);
	backdrop-filter: blur(12.7308px);
	white-space: nowrap;
	border-radius: 2px;
	border: 2px solid rgba(255, 255, 255, .3)
}

.soc-desc_ic {
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent rgba(255, 255, 255, .3) transparent
}

.soc-desc_ic::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	background: radial-gradient(50% 50% at 50% 50%, red 45.83%, rgba(255, 0, 0, 0) 100%);
	transform: matrix(.62, -.78, .78, .63, 0, 0);
	width: 10px;
	height: 10px
}

.soc-ic {
	display: block;
	position: relative;
	width: 26px
}

.soc-ic:hover .soc-desc {
	display: block
}

.head_phone {
	padding-left: 75px;
	position: relative;
	align-self: center
}

.head_phone::before {
	content: '';
	position: absolute;
	background: url(../img/icons/ic-phone.webp) center no-repeat;
	width: 81px;
	height: 82px;
	left: 0;
	top: -15px
}

.phone-call {
	letter-spacing: 1.2px;
	display: block;
	padding-bottom: 2px;
	font-size: 16px
}

.phone-modal {
	display: block;
	padding-bottom: 2px;
	transition: .3s
}

.phone-modal:hover {
	border-color: transparent
}

.main {
	height: 672px;
	background: url(../img/main-bg.jpg) left top no-repeat;
	background-size: cover;
	padding: 74px 0 80px;
	margin-bottom: 50px;
	z-index: 1
}

.door {
	position: absolute;
	width: 820px;
	height: 540px;
	top: -100px;
	right: 0;
	background: url(../img/main/door.webp) center top no-repeat;
	background-size: 100% 100%
}

.main-in {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main_left {
	width: 600px;
	margin-bottom: 25px;
}


.title {
	font-size: 45px;
	line-height: 65px;
	font-family: Metro, arial;
	color: #000;
	padding-bottom: 60px;
}

.title .red {
	color: #BD0B07;
}

.main .btn {
	margin-left: 0;
	max-width: 500px;
	font-size: 24px;
	line-height: 81px;
}

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

.main_slider {
	margin-right: 14px;
	width: 607px;
	padding-bottom: 80px;
}

.main_slide {
	position: relative;
	padding: 17px 23px;
	border-radius: 5px;
	background: linear-gradient(32deg, #AF0000 0%, #FE4B33 72.81%, #B20000 100%);
	box-shadow: 0px 3.7300000190734863px 0px -1.2400000095367432px #900300;
}

.main_img {
	border-radius: 3px;
	border: 3px solid #FFF500;
	position: relative;
}

.main_img::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 40%;
	background: linear-gradient(180deg, rgba(35, 31, 35, 0.00) 0%, #000 64.36%);
}

.main_slide-txt {
	position: absolute;
	color: #fff;
	font-size: 35px;
	font-family: "Segoe UI Semibold";
	line-height: 43px;
	bottom: 40px;
	min-height: 85px;
	left: 40px;
	right: 40px;
	z-index: 1;
	padding-left: 168px;
	background: url(../img/main/ic-1.svg) left center no-repeat;
}

.main_slide-txt__2 {
	background-image: url(../img/main/ic-2.svg);
}

.main_slide-txt__3 {
	background-image: url(../img/main/ic-3.svg);
}

.main_slide-txt__4 {
	background-image: url(../img/main/ic-4.svg);
}

.main_slide-txt__5 {
	background-image: url(../img/main/ic-5.svg);
}

.main_slider .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
}

.main_slider .slick-dots button {
	margin: 0 14px;
	font-size: 0;
	width: 39px;
	height: 39px;
	border: none;
	background: url(../img/main/goal.svg) center no-repeat;
	position: relative;
	cursor: pointer;
}

.main_slider .slick-dots button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 39px;
	background: url(../img/main/goal-active.svg) center no-repeat;
	opacity: 0;
	transition: 0.3s;
}

.main_slider .slick-dots button:hover::before,
.main_slider .slick-active button::before {
	opacity: 1;
}

.main_slider .slick-arrow {
	width: 40px;
	height: 40px;
	bottom: 0;
	top: auto;
	margin-top: 0;
	background: url(../img/icons/arrow-wh.svg), linear-gradient(4deg, #AF0000 0%, #FE4B33 27.68%, #B20000 100%);
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 3.7300000190734863px 0px -1.2400000095367432px #900300;
}

.main_slider .slick-prev {
	left: 70px;
}

.main_slider .slick-next {
	right: 70px;
	transform: scale(-1, 1);
}

.dib {
	display: inline-block;
}

.main_right {
	max-width: 775px;
	width: calc(100% - 600px);
}

.main_slider-nav {
	width: 154px;
}

.main_slide-nav {
	padding: 5px 8px;
	border-radius: 5px;
	background: #FFF;
	position: relative;
	box-shadow: 0px 4px 4px -1.5px rgba(0, 0, 0, 0.25);
	transition: 0.3s;
	margin-bottom: 3px;
}

.slick-current .main_slide-nav {
	background: #B20000;
}

.main_slide-nav-img {
	border-radius: 3px;
	border: 1.5px solid #FFF500;
	position: relative;
}

.main_slide-nav-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(223deg, rgba(35, 31, 35, 0.00) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.main_slide-nav p {
	position: absolute;
	font-size: 16px;
	font-family: "Segoe UI Semibold";
	line-height: 18px;
	color: #fff;
	left: 20px;
	bottom: 18px;
}

.title-desc {
	display: block
}

.main-menu {
	z-index: 10;
	position: relative;
	background: url(../img/main/silver.webp) center no-repeat;
	background-size: 100% 100%;
	border-radius: 30px;
	width: 60px;
	padding: 5px 9px;
	box-shadow: 0 3px 10px rgba(71, 70, 70, .9)
}

.main-menu-wrap {
	position: fixed;
	left: 50%;
	margin-left: 750px;
	bottom: 35%;
	z-index: 100
}

.main-menu-wrap::before {
	content: '';
	background: #ebd354;
	width: 119px;
	height: 119px;
	filter: blur(50px);
	position: absolute;
	top: 50%;
	margin-top: -60px;
	left: 50%;
	margin-left: -60px
}

.main-ic a {
	display: block;
	padding: 12px;
	position: relative
}

.main-ic:first-child {
	border: none
}

.main-ic_desc {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	opacity: 0;
	right: calc(100% + 9px);
	background: rgba(255, 255, 255, .1);
	box-shadow: inset 6.36538px -6.36538px 6.36538px rgba(194, 194, 194, .1), inset -6.36538px 6.36538px 6.36538px rgba(255, 255, 255, .1);
	backdrop-filter: blur(12.7308px);
	border-radius: 31.696px 0 0 31.696px;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
	line-height: 28px;
	padding: 0 5px 0 10px;
	overflow: hidden;
	transition: .3s;
	pointer-events: none;
	cursor: default
}

.main-ic {
	border-top: 1px solid #555
}

.main-ic a:hover .main-ic_desc {
	opacity: 1
}

.main-items {
	display: flex;
	padding-bottom: 10px
}

.main-item {
	width: 160px;
	position: relative;
	display: block
}

.main-item_desc {
	transition: .3s;
	display: block;
	text-align: center;
	font-family: Metro, arial;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 8px;
	line-height: 22px;
	z-index: 10
}

.main-item:hover img {
	transform: scale(1.01)
}

.main-item img {
	transition: .3s
}

.main-item:hover .main-item_desc {
	color: #ff1600
}

.map {
	z-index: 20;
	position: relative;
	padding-bottom: 20px
}

.map-in {
	display: flex;
	justify-content: space-between
}

.map-container {
	position: relative;
}

.map-btn {
	position: absolute;
	top: 25px;
	right: 185px;
	width: 220px;
}

.map-btn .btn {
	font-size: 16px;
	line-height: 50px;
	max-width: 200px;
}

.map-left {
	align-self: center
}

.map-right {
	display: block;
	position: relative
}

.btn-map {
	max-width: 250px;
	padding-left: 35px
}

.btn-map::after {
	content: '';
	position: absolute;
	width: 23px;
	height: 22px;
	background: url(../img/map/loop.webp) center no-repeat;
	left: 22px;
	top: 50%;
	margin-top: -11px
}

.map-dots {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: red url(../img/icons/ic-plus.svg) center no-repeat;
	box-shadow: 0 0 10px 6px red;
	position: absolute;
	cursor: pointer;
	transition: .3s
}

.map-dots:hover {
	box-shadow: 0 0 10px 10px red
}

.map-dots:hover .map-dots_txt {
	opacity: 1
}

.map-dots_txt {
	font-style: normal;
	min-width: 100px;
	transition: .3s;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	padding: 5px 7px;
	background: #fff;
	border-radius: 3px;
	bottom: 100%;
	left: 100%;
	opacity: 0;
	pointer-events: none;
	cursor: default;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);
	z-index: 10
}

.map-dots_txt__active {
	opacity: 1
}

.map-dots__1 {
	left: 534px;
	top: 43px
}

.map-dots__2 {
	left: 397px;
	top: 187px
}

.map-dots__3 {
	left: 240px;
	top: 190px
}

.map-dots__4 {
	left: 201px;
	top: 251px
}

.map-dots__5 {
	left: 335px;
	top: 337px
}

.map-dots__6 {
	left: 218px;
	top: 418px
}

.map-dots__7 {
	left: 147px;
	top: 613px
}

.map-dots__8 {
	left: 534px;
	top: 587px
}

.map-dots__9 {
	left: 604px;
	top: 392px
}

.map-dots__10 {
	left: 547px;
	top: 242px
}

.map-dots__11 {
	left: 671px;
	top: 198px
}

.map-dots__12 {
	left: 753px;
	top: 141px
}

.map-dots__13 {
	left: 895px;
	top: 199px
}

.map-dots__14 {
	left: 976px;
	top: 578px
}

.variants {
	position: relative;
	padding-top: 200px
}

.variant-head_ic {
	margin: 0
}

.variants .section-title {
	padding-bottom: 0
}

.variants-body-wrap {
	background: url(../img/variants/info-bg.webp) top center no-repeat;
	background-size: 100% 100%;
	padding: 40px 0 0;
	margin-top: -130px;
	min-height: 675px
}

.variants-body {
	display: flex
}

.variants-in {
	position: relative
}

.variants-info {
	background: #fff;
	padding: 30px 50px;
	color: #000;
	box-shadow: 0 3px 10px rgba(71, 70, 70, .9);
	border-radius: 5px;
	width: 880px;
	align-self: center;
	z-index: 25
}

.variants-info_txt {
	padding-bottom: 10px
}

.variants-img {
	align-self: end
}

.variants-info_title {
	display: flex;
	padding-bottom: 25px
}

.variants-info img {
	border-radius: 50%;
	overflow: hidden;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 25px 0 0 !important
}

.variants-info_name {
	color: #555;
	font-size: 18px;
	line-height: 24px;
	align-self: center;
	width: calc(100% - 85px)
}

.variants-info_desc {
	color: rgba(0, 0, 0, .4);
	display: block
}

.variants-heads {
	height: 350px;
	z-index: 22
}

.variant-head {
	cursor: pointer;
	transition: .3s;
	padding: 22px
}

.variant-head__active {
	padding-top: 55px
}

.variant-head__active .variant-head_in {
	transform: scale(1.2)
}

.variant-head_in {
	transition: .3s;
	background-size: 100% auto;
	background: url(../img/variants/variants-items.webp) center top no-repeat;
	height: 280px;
	background-size: 100% 100%;
	padding: 50px 0 40px;
	position: relative
}

.variant-head_title {
	font-weight: 400;
	color: #fff500;
	font-family: Metro, arial;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	height: 85px;
	transition: 0.3s;
}

.variant-head_in:hover {
	transform: scale(1.05);
}

.variant-head_in:hover .variant-head_star {
	transform: rotate(145deg);
}

.variant-head_ic img {
	margin: 0 auto;
	display: block
}

.variant-head_star {
	transition: 0.3s;
	top: -18px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/icons/ic-star-gold.svg), linear-gradient(180deg, #fff500 0, #d20500 29.17%);
	box-shadow: inset 0 0 2.92771px 4.22891px rgba(255, 245, 0, .15);
	border-radius: 50%
}

.variants .btn-wrap {
	padding-top: 20px
}

.sertificate {
	padding: 300px 0 170px;
	background: url(../img/sertificate/sertificate-bg.webp) bottom center no-repeat;
	background-size: 100% auto
}

.sertificate-in {
	display: flex;
	justify-content: space-between
}

.sertificate-left {
	padding-top: 30px
}

.sertificate-title {
	font-family: Metro, arial;
	font-size: 28px;
	line-height: 44px;
	letter-spacing: .05em;
	padding-bottom: 10px;
	display: block
}

.sertificate-desc {
	font-family: Metro, arial;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: .05em;
	color: #ff1600;
	padding-bottom: 40px
}

.sertificate-btn .btn {
	margin: 0;
	max-width: 480px
}

.sertificate-btn {
	position: relative
}

.sertificate-btn::before {
	content: '';
	position: absolute;
	width: 196px;
	height: 196px;
	right: -87px;
	top: 50%;
	margin-top: -98px;
	background: url(../img/icons/goal.svg) center no-repeat
}

.sertificate-slide {
	padding: 40px
}

.sertificate-slide img {
	border-radius: 5px;
	box-shadow: 0 5px 20px 0 red
}

.sertificate-right {
	max-width: 750px
}

.sertificate-bg {
	padding: 30px;
	background: url(../img/sertificate/sertificate-item-bg.webp) center no-repeat;
	background-size: 100% 100%
}

.sertificate-slider {
	max-width: 670px;
	margin: 0 auto;
	border: 1px solid #9d9d9d;
	border-radius: 5px
}

.sertificate .slick-next {
	right: -25px
}

.sertificate .slick-prev {
	left: -25px;
	z-index: 10
}

.like {
	background: url(../img/grey-bg.webp) top center no-repeat;
	background-size: 100% calc(100% - 400px);
	color: #fff;
	margin-top: -70px;
	padding-top: 170px;
	position: relative
}

.like::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: calc(100% - 500px);
	background: #f8f1b5;
	z-index: -10
}

.like::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 680px;
	background: url(../img/like/guns.webp) bottom left no-repeat;
	background-size: 100% auto;
	z-index: 10
}

.like-body:first-child,
.like-body:nth-child(2) {
	padding-bottom: 680px;
	position: relative;
	z-index: 100
}

.shoot {
	position: absolute;
	z-index: 5
}

.shoot__1 {
	background: url(../img/like/goal-light.webp) center no-repeat;
	width: 55px;
	height: 36px;
	left: 10%;
	top: 30%
}

.shoot__2 {
	background: url(../img/like/goal-red.webp) center no-repeat;
	width: 99px;
	height: 85px;
	left: 5%;
	bottom: 40%
}

.shoot__3 {
	background: url(../img/like/goal-red.webp) center no-repeat;
	width: 99px;
	height: 85px;
	right: 10%;
	top: 30%
}

.shoot__4 {
	background: url(../img/like/goal-light.webp) center no-repeat;
	width: 55px;
	height: 36px;
	right: 10%;
	top: 50%
}

.coach_desc {
	font-size: 24px;
	line-height: 30px;
	max-width: 440px;
	padding: 20px 0 120px
}

.coach-quote {
	font-size: 18px;
	line-height: 24px;
	padding: 25px 35px;
	border-radius: 15px;
	background: rgba(196, 196, 196, .1);
	box-shadow: inset 22.0188px -22.0188px 22.0188px rgba(149, 149, 149, .1), inset -22.0188px 22.0188px 22.0188px rgba(255, 255, 255, .1);
	backdrop-filter: blur(44.0376px);
	max-width: 330px;
	position: relative
}

.coach-quote::before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 129px;
	height: 74px;
	background: url(../img/like/trianle.webp) center no-repeat
}

.coach-slider {
	padding-bottom: 200px;
	width: 1420px
}

.coach-slide_in {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 530px
}

.coach-slide_img {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -600px;
	z-index: 5
}

.coach-review_img {
	border-radius: 50%;
	overflow: hidden;
	width: 59px;
	align-self: center;
	height: 59px
}

.coach-review {
	max-width: 480px
}

.coach-review_info {
	align-self: flex-end;
	display: flex;
	padding-right: 80px;
	min-height: 80px;
	background: url(../img/icons/ic-quote.svg) center right no-repeat
}

.coach-review_name {
	align-self: center;
	display: block;
	padding-left: 10px;
	color: #9d9d9d;
	font-size: 18px;
	line-height: 24px
}

.coach-right {
	display: flex;
	flex-direction: column
}

.coach-review_txt {
	padding-right: 60px
}

.coach-review_link {
	display: block;
	text-align: right;
	text-decoration: underline
}

.coach-name {
	height: 285px;
	padding-top: 120px;
	margin: 30px auto 0;
	width: 285px;
	background: url(../img/like/coach-star.webp) center no-repeat;
	background-size: cover
}

.coach-name_desc {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
	position: relative
}

.coach-name_title {
	font-family: Metro, arial;
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	position: relative
}

.coach-name_title span {
	z-index: 20;
	position: relative
}

.coach-name_title::before {
	content: '';
	width: 684px;
	height: 49px;
	background: #ff1600;
	top: 0;
	right: -65px;
	position: absolute;
	z-index: 4
}

.tab-head {
	cursor: pointer;
	transition: .3s
}

.tab-head:hover {
	opacity: .8
}

.tab-body {
	display: none
}

.tab-body__active {
	display: block
}

.game {
	padding: 0 0 190px;
	background-color: #f8f1b5;
}

.game.place-game {
	background-color: transparent;
	padding: 0 0 350px;
	position: relative;
	z-index: 3;
}

.game.place-game .tab-body {
	display: block;
}

.game .like-tab {
	width: 100%;
}

.game .like-tab:nth-child(2)::after {
	content: unset;
}

.game-gallery {
	background: url(../img/game/game-gallery-bg.webp) center no-repeat;
	background-size: 100% 100%;
	padding: 25px 42px
}

.game-gallery img {
	display: block;
	min-height: 100%
}

.game-gallery_top {
	display: flex
}

.game-gallery_top-item {
	width: 20%;
	overflow: hidden;
	align-self: stretch
}

.game-gallery_bot {
	display: flex
}

.game-gallery_bot-item {
	width: 25%
}

.like-head-wrap {
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	position: relative
}

.like-tab {
	font-family: Metro;
	font-size: 16px;
	padding: 27px 0;
	line-height: 24px;
	height: 80px;
	text-align: center;
	background: #ebd354;
	position: relative;
	width: calc(33.3% - 53px);
	z-index: 10;
	color: #555;
	display: flex;
	justify-content: center
}

.like-tab::after,
.like-tab::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	transition: .3s
}

.like-tab:first-child::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 0 0 80px;
	border-color: transparent transparent transparent #ebd354;
	right: -79px
}

.like-tab:nth-child(2)::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 80px 80px 0;
	border-color: transparent #ebd354 transparent transparent;
	left: -79px
}

.like-tab:nth-child(2)::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 0 0 80px;
	border-color: transparent transparent transparent #ebd354;
	right: -79px
}

.like-tab:last-child::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 80px 80px 0;
	border-color: transparent #ebd354 transparent transparent;
	left: -79px
}

.like-tab-ic {
	display: inline-block;
	transition: .3s;
	align-self: center;
	margin-right: 14px
}

.like-tab:first-child .like-tab-ic {
	background: url(../img/game/1.svg) center no-repeat;
	width: 105px;
	height: 38px
}

.like-tab:nth-child(2) .like-tab-ic {
	background: url(../img/game/2.svg) center no-repeat;
	width: 53px;
	height: 55px
}

.like-tab:last-child .like-tab-ic {
	background: url(../img/game/3.svg) center no-repeat;
	width: 55px;
	height: 55px
}

.tab-head__active {
	background: #fff;
	color: #ff1600;
	cursor: default;
	pointer-events: none
}

.tab-head__active.like-tab:first-child::before {
	border-color: transparent transparent transparent #fff
}

.tab-head__active.like-tab:first-child .like-tab-ic {
	background: url(../img/game/11.svg) center no-repeat
}

.tab-head__active.like-tab:nth-child(2)::before {
	border-color: transparent #fff transparent transparent
}

.tab-head__active.like-tab:nth-child(2)::after {
	border-color: transparent transparent transparent #fff
}

.tab-head__active.like-tab:nth-child(2) .like-tab-ic {
	background: url(../img/game/22.svg) center no-repeat
}

.tab-head__active.like-tab:last-child::before {
	border-color: transparent #fff transparent transparent
}

.tab-head__active.like-tab:last-child .like-tab-ic {
	background: url(../img/game/33.svg) center no-repeat
}

.like-tab-shadow {
	position: absolute;
	height: 10px;
	bottom: -1px;
	box-shadow: 0 8px 4px rgba(0, 0, 0, .25);
	z-index: 10
}

.like-tab:first-child .like-tab-shadow {
	left: 0;
	right: -79px
}

.like-tab:nth-child(2) .like-tab-shadow {
	left: 0;
	right: -79px
}

.like-tab:last-child .like-tab-shadow {
	left: 0;
	right: 0
}

.yellow .like-tab {
	background: #ebd354;
	color: #555
}

.yellow .tab-head__active.like-tab {
	background: #fff;
	color: #ff1600
}

.like .like-tab:first-child .like-tab-ic {
	background: url(../img/like/1.svg) center no-repeat
}

.like .like-tab:nth-child(2) .like-tab-ic {
	background: url(../img/like/2.svg) center no-repeat
}

.like .like-tab:last-child .like-tab-ic {
	background: url(../img/like/3.svg) center no-repeat
}

.yellow .like-tab:first-child::before {
	border-color: transparent transparent transparent #ebd354
}

.yellow .like-tab:nth-child(2)::before {
	border-color: transparent #ebd354 transparent transparent
}

.yellow .like-tab:nth-child(2)::after {
	border-color: transparent transparent transparent #ebd354
}

.yellow .like-tab:last-child::before {
	border-color: transparent #ebd354 transparent transparent
}

.yellow .tab-head__active.like-tab:first-child::before {
	border-color: transparent transparent transparent #fff
}

.like .tab-head__active.like-tab:first-child .like-tab-ic {
	background: url(../img/like/11.svg) center no-repeat
}

.yellow .tab-head__active.like-tab:nth-child(2)::before {
	border-color: transparent #fff transparent transparent
}

.yellow .tab-head__active.like-tab:nth-child(2)::after {
	border-color: transparent transparent transparent #fff
}

.like .tab-head__active.like-tab:nth-child(2) .like-tab-ic {
	background: url(../img/like/22.svg) center no-repeat
}

.yellow .tab-head__active.like-tab:nth-child(3)::before {
	border-color: transparent #fff transparent transparent
}

.yellow .tab-head__active.like-tab:nth-child(3)::after {
	border-color: transparent transparent transparent #fff
}

.yellow .tab-head__active.like-tab:last-child::before {
	border-color: transparent #fff transparent transparent
}

.like .tab-head__active.like-tab:last-child .like-tab-ic {
	background: url(../img/like/33.svg) center no-repeat
}

.game-body {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 15px 20px 20px rgba(0, 0, 0, .25)
}

.game-body img {
	display: block;
	width: 100%
}

.game-tab:first-child {
	width: 26.7%
}

.game-tab:nth-child(2) {
	width: 35%
}

.game-tab:last-child {
	width: 26.7%
}

.game-tr {
	display: flex;
	width: 100%;
	justify-content: space-between
}

.game-left {
	width: 440px;
	align-self: center
}

.game-mid {
	width: 540px;
	align-self: center
}

.game-right {
	width: 350px;
	align-self: center
}

.game-left_title {
	font-family: Metro, arial;
	font-size: 22px;
	line-height: 32px;
	padding-left: 90px;
	color: #ff1600;
	margin-bottom: 30px;
	background: url(../img/icons/ic-like.webp) left center no-repeat
}

.game-left_desc {
	max-width: 370px;
	font-size: 18px;
	line-height: 24px
}

.game-mid {
	padding: 73px 54px;
	background: rgba(196, 196, 196, .1);
	box-shadow: inset 22.0188px -22.0188px 22.0188px rgba(149, 149, 149, .1), inset -22.0188px 22.0188px 22.0188px rgba(255, 255, 255, .1);
	backdrop-filter: blur(44px);
	border-radius: 15px
}

.game-mid_title {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 18px;
	display: block;
	font-family: Metro, arial
}

.game-mid_txt {
	padding-bottom: 8px;
	font-size: 18px;
	line-height: 24px
}

.game-right_item {
	cursor: pointer;
	font-size: 24px;
	line-height: 30px;
	padding: 8px 10px 8px 65px;
	margin-bottom: 8px;
	background: url(../img/icons/ic-bullet.webp) left 4px no-repeat;
	transition: .3s;
	opacity: .6
}

.game-right_item:hover {
	opacity: 1
}

.game-right .slick-current .game-right_item {
	opacity: 1
}

.game-mid_item {
	display: none;
	transition: .3s
}

.game-mid_item__active {
	display: block
}

.like-list-wrap {
	display: flex;
	justify-content: space-between;
	padding: 10px 70px
}

.like-list {
	width: 50%;
	color: #fff
}

.like-list:first-child {
	border-right: 1px solid #fff;
	padding-right: 55px
}

.like-list:last-child {
	padding-left: 55px;
	position: relative;
	z-index: 2
}

.like-item {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 23px 70px
}

.like-item__left {
	background: url(../img/icons/ic-star-white.webp) 15px 3px no-repeat
}

.like-item__right {
	background: url(../img/icons/ic-shoot.webp) 15px 3px no-repeat;
	z-index: 2;
	position: relative
}

.like-item__title {
	font-family: Metro, arial;
	font-size: 16px;
	line-height: 24px;
	padding: 25px 0 25px 70px;
	background: 0 0;
	background: url(../img/like/like-plus.webp) left center no-repeat;
	background-size: auto 90%
}

.like-list:first-child .like-item__title {
	background-size: auto 100%;
	background-position: -3px 0
}

.like-list:last-child .like-item__title {
	background-image: url(../img/like/like-minus.webp)
}

.price {
	position: relative
}

.price::after,
.price::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 350px;
	height: 700px;
	background: url(../img/price/price-bg.webp) right bottom no-repeat;
	background-size: 100% 100%;
	z-index: 5
}

.price::before {
	left: 0;
	transform: rotate(180deg);
	bottom: -50px
}

.price::after {
	right: 0
}

.price-in {
	z-index: 10;
	position: relative
}

.price .tab-head {
	width: calc(32.9% - 47px);
	align-items: center;
}

.price .like-tab:nth-child(3)::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 80px 80px 0;
	border-color: transparent #ebd354 transparent transparent;
	left: -79px
}

.price .like-tab:nth-child(3)::after {
	display: none;
	/* width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 0 0 80px;
	border-color: transparent transparent transparent #ebd354;
	right: -79px */
}

.like-tab:nth-child(3) .like-tab-ic {
	width: 55px;
	height: 55px
}

.price .like-tab:first-child .like-tab-ic {
	background: url(../img/price/1.svg) center no-repeat
}

.price .like-tab:nth-child(2) .like-tab-ic {
	background: url(../img/price/2.svg) center no-repeat
}

.price .tab-head__active.like-tab:first-child .like-tab-ic {
	background: url(../img/price/11.svg) center no-repeat
}

.price .tab-head__active.like-tab:nth-child(2) .like-tab-ic {
	background: url(../img/price/22.svg) center no-repeat
}

.price .like-tab:nth-child(3) .like-tab-ic {
	background: url(../img/price/3.svg) center no-repeat
}

.price .like-tab:last-child .like-tab-ic {
	background: url(../img/price/4.svg) center no-repeat
}

.price .tab-head__active.like-tab:nth-child(3) .like-tab-ic {
	background: url(../img/price/33.svg) center no-repeat
}

.price .tab-head__active.like-tab:last-child .like-tab-ic {
	background: url(../img/price/44.svg) center no-repeat
}

.price .like-tab:nth-child(3) .like-tab-shadow {
	left: 0;
}

.price-head-wrap {
	margin-bottom: 55px
}

.price-tems {
	margin-left: -15px;
	margin-right: -15px;
	position: relative
}

.price-item_top {
	box-shadow: 0 8px 15px rgba(0, 0, 0, .25);
	color: #fff;
	padding: 17px 10px;
	text-align: center;
	border-radius: 2px 2px 0 0;
	background: linear-gradient(250.8deg, #b60604 .8%, #f94630 27.15%, #e80c0c 57.63%, #950808 100%)
}

.price-item_top span {
	display: block
}

.price-top_title {
	font-family: Metro, arial;
	font-size: 22px;
	line-height: 32px
}

.price-top_desc {
	font-size: 18px;
	line-height: 24px;
	padding-top: 2px
}

.ic-clock {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../img/icons/ic-clock.svg) center no-repeat;
	margin-right: 5px
}

.price-item_mid {
	padding-bottom: 20px;
	background: #fff;
	box-shadow: 0 8px 15px rgba(0, 0, 0, .25)
}

.price-mid {
	padding: 5px 25px 0
}

.price-mid li {
	height: 65px;
	display: flex;
	justify-content: space-between;
	padding: 11px 0;
	border-bottom: 1px solid #9d9d9d
}

.price-mid li:last-child {
	border-bottom: none
}

.price-mid-txt {
	width: 50%;
	align-self: center;
	font-size: 12px;
	line-height: 14px
}

.price-ic {
	width: 50%;
	padding-right: 10px;
	align-self: center;
	display: block;
	height: 100%
}

.price-num i {
	background: url(../img/icons/ic-num.webp) center left no-repeat
}

.price-clothes i {
	background: url(../img/icons/ic-clothes.webp) center left no-repeat
}

.price-complect i {
	background: url(../img/icons/ic-complect.webp) center left no-repeat
}

.price-optional i {
	background: url(../img/icons/ic-optional.webp) center left no-repeat
}

.price-rest i {
	background: url(../img/icons/ic-rest.webp) center left no-repeat
}

.price-help i {
	background: url(../img/icons/ic-help.webp) center left no-repeat
}

.price-clothes-2 i {
	background: url(../img/icons/ic-clothes-2.webp) center left no-repeat
}

.price-complect-2 i {
	background: url(../img/icons/ic-complect-2.webp) center left no-repeat
}

.price-optional-2 i {
	background: url(../img/icons/ic-optional-2.webp) center left no-repeat
}

.price-optional-3 i {
	background: url(../img/icons/ic-optional-3.png) 3px center no-repeat
}

.price-def i {
	background: url(../img/icons/ic-def.webp) center left no-repeat
}

.price-svg i {
	background: url(../img/icons/ic-svg.webp) center left no-repeat
}

.price-square i {
	background: url(../img/icons/ic-square.webp) center left no-repeat
}

.price-table i {
	background: url(../img/icons/ic-table.webp) center left no-repeat
}

.price-tech i {
	background: url(../img/icons/ic-tech.webp) center left no-repeat
}

.price-num-2 i {
	background: url(../img/icons/ic-num-2.webp) center left no-repeat
}

.price-num-3 i {
	background: url(../img/icons/ic-num-3.webp) center left no-repeat
}

.price-list i {
	background: url(../img/icons/ic-list.webp) center left no-repeat
}

.price-item_btn {
	padding: 20px 40px 0
}

.price-stars {
	padding-top: 10px;
	text-align: center
}

.price-star {
	display: inline-block;
	margin: 0 2px;
	width: 25px;
	height: 25px;
	background: url(../img/icons/ic-star.svg) center no-repeat
}

.price-item_bot {
	background: url(../img/price/triangle.webp) top center no-repeat;
	height: 195px
}

.price-item_mid p {
	padding: 20px 25px 0;
	font-size: 12px;
	line-height: 14px
}

.goal {
	width: 315px;
	height: 315px;
	background: url(../img/icons/goal.svg) center no-repeat;
	display: flex;
	background-size: 100% 100%;
	flex-direction: column;
	justify-content: center;
	position: relative
}

.goal_num {
	width: 100%;
	text-align: center;
	font-family: Metro, arial;
	color: #ff1600;
	font-size: 40px;
	line-height: 52px;
	padding-bottom: 10px;
	position: relative;
	z-index: 10
}

.goal_txt {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	max-width: 205px;
	align-self: center;
	color: #000;
	position: relative;
	z-index: 10
}

.goal::before {
	content: '';
	position: absolute;
	background: #ebd354;
	filter: blur(50px);
	width: 116px;
	height: 116px;
	left: 50%;
	margin-left: -58px;
	top: 50%;
	margin-top: -58px
}

.goal::after {
	content: '';
	position: absolute;
	background: #ebd354;
	opacity: .5;
	filter: blur(81px);
	width: 116px;
	height: 116px;
	left: 50%;
	margin-left: -58px;
	top: 50%;
	margin-top: -58px
}

.price-list {
	padding-top: 35px
}

.price-list li {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 25px 43px;
	color: #000;
	background: url(../img/icons/ic-star-silver.webp) left 3px no-repeat
}

.star-block {
	height: 320px;
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative
}

.star-txt {
	align-self: center;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	max-width: 200px;
	z-index: 20
}

.star-color {
	color: #ff1600;
	font-family: Metro, arial;
	font-size: 16px;
	display: block;
	padding: 8px 0
}

.star-block::before {
	content: '';
	background: url(../img/icons/ic-star-stroke.svg) center no-repeat;
	width: 320px;
	height: 300px;
	position: absolute;
	top: 20px;
	left: -10px;
	z-index: 1
}

.star-block::after {
	content: '';
	background: url(../img/icons/ic-star-yellow.svg) center no-repeat;
	background-size: 100% 100%;
	z-index: 10;
	width: 320px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

.big-bg {
	position: relative
}

.big-bg::before {
	content: '';
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
	height: 2830px;
	background: url(../img/big-bg.webp) center no-repeat;
	background-size: 100% 100%;
	z-index: 1
}

.reveiw {
	padding-top: 200px;
	z-index: 10;
	position: relative
}

.reveiw .section-title {
	color: #fff;
	z-index: 10
}

.reveiw-tab:first-child {
	width: 470px
}

.reveiw-tab:last-child {
	width: calc(100% - 553px)
}

.reveiw-tab:first-child .like-tab-ic {
	background: url(../img/review/1.svg) center no-repeat;
	width: 51px;
	height: 51px
}

.tab-head__active.reveiw-tab:first-child .like-tab-ic {
	background: url(../img/review/11.svg) center no-repeat
}

.reveiw-tab:last-child .like-tab-ic {
	background: url(../img/review/2.svg) center no-repeat;
	width: 69px;
	height: 55px
}

.tab-head__active.reveiw-tab:last-child .like-tab-ic {
	background: url(../img/review/22.svg) center no-repeat
}

.reveiw .reveiw-tab:last-child::after {
	content: none
}

.reveiw-body-wrap {
	margin-top: 25px;
	min-height: 650px;
	padding-bottom: 25px;
	padding-top: 50px;
	position: relative;
}

.reveiw-body-wrap::after {
	content: '';
	position: absolute;
	width: 173px;
	height: 163px;
	background: url(../img/stamp.png) center no-repeat;
	bottom: -100px;
	right: 250px;
	background-size: 100% 100%;
}

.gallery .section-title {
	color: #fff;
	padding-bottom: 50px
}

.slick-arrow {
	color: transparent;
	font-size: 0;
	width: 50px;
	height: 50px;
	background: #fff url(../img/icons/arrow-grey.svg) 16px center no-repeat;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(71, 70, 70, .9);
	transition: .3s;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 90
}

.slick-arrow:hover {
	opacity: .8
}

.slick-prev {
	left: 0
}

.slick-next {
	right: 0;
	transform: rotate(180deg)
}

.slick-disabled {
	cursor: default;
	opacity: .5;
	pointer-events: none
}

.gallery {
	position: relative;
	z-index: 10;
	padding: 360px 0 200px
}

.gallery-block {
	border: 10px solid #fff;
	overflow: hidden;
	display: block
}

.gallery-block img {
	width: 100%;
	height: auto;
	min-height: 100%
}

.gallery-in {
	display: flex;
	justify-content: space-between
}

.gallery-left {
	width: 480px
}

.galler-right {
	width: calc(100% - 510px)
}

.gallery-db {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px
}

.gallery-half {
	width: calc(50% - 15px)
}

.gallery .slick-arrow {
	margin-top: 0;
	top: auto;
	bottom: 0
}

.gallery .slick-prev {
	right: 150px;
	left: auto
}

.gallery-wrap {
	padding-bottom: 80px
}

.pagination {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	position: absolute;
	bottom: 5px;
	right: 76px
}

.pagination-current {
	font-family: Metro, arial;
	font-size: 28px;
	line-height: 44px
}

.gallery .slick-arrow.deactive {
	pointer-events: none;
}

.pagination-mid {
	font-family: Metro, arial;
	font-size: 28px;
	line-height: 44px
}

.gallery-container {
	position: relative
}

.order {
	position: relative;
	padding-bottom: 200px
}

.order::before {
	content: '';
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	height: 300px;
	background: #f8f1b5
}

.order-wrap {
	position: relative;
	z-index: 10;
	padding-top: 100px
}

.order-tab:first-child {
	width: calc(50% - 42px)
}

.order-tab:last-child {
	width: calc(50% - 42px)
}

.order-body-wrap {
	margin-top: 30px
}

.order-tab:first-child .like-tab-ic {
	background: url(../img/order/1.svg) center no-repeat
}

.order .tab-head__active.like-tab:first-child .like-tab-ic {
	background: url(../img/order/11.svg) center no-repeat
}

.order-tab:last-child .like-tab-ic {
	background: url(../img/order/2.svg) center no-repeat
}

.order .tab-head__active.like-tab:last-child .like-tab-ic {
	background: url(../img/order/22.svg) center no-repeat
}

.btn-in-wrap br {
	display: none
}

.order-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 50px;
	position: relative;
	max-width: 1165px;
	margin: 0 auto
}

.order-items::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	height: 0;
	border-bottom: 3px dotted #555
}

.order-item {
	width: 270px;
	background: #f8f1b5;
	position: relative;
	z-index: 10
}

.order-img img {
	display: block;
	text-align: center;
	margin: 0 auto
}

.order-txt {
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	line-height: 24px
}

.tu {
	display: inline-block;
	transition: .3s;
	border-bottom: 1px solid #000
}

.tu:hover {
	color: #ff1600;
	border-color: #ff1600
}

.memo {
	padding-bottom: 100px;
	background: url(../img/memo/memo-bg.png) left -120px no-repeat
}

.memo-in {
	color: #000;
	display: flex;
	justify-content: space-between
}

.memo-left img {
	display: block;
	width: 100%
}

.memo-left {
	width: 850px
}

.memo-right {
	width: calc(100% - 850px);
	max-width: 590px
}

.memo-title {
	font-family: Metro, arial;
	display: block;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 5px
}

.memo-desc {
	font-size: 24px;
	line-height: 30px
}

.memo-top {
	position: relative;
	padding-bottom: 40px
}

.memo-txt {
	font-family: Metro, arial;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 35px
}

.memo-form_btns {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px
}

.memo-form_btn {
	width: calc(33.33% - 10px);
	height: 60px;
	line-height: 24px;
	color: #9d9d9d;
	font-size: 18px;
	background: #e9e9e9;
	cursor: pointer;
	transition: .3s;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 2px;
	display: flex;
	justify-content: center
}

.memo-form_ic {
	align-self: center;
	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	opacity: .5;
	transition: .3s
}

.memo-form_btn span {
	align-self: center;
	display: block
}

.memo-form_ic__sms {
	background: url(../img/icons/sms.webp) center no-repeat
}

.memo-form_ic__wa {
	background: url(../img/icons/wa.webp) center no-repeat
}

.memo-form_ic__tg {
	background: url(../img/icons/tg.webp) center no-repeat
}

.memo-form_btn:hover .memo-form_ic {
	opacity: 1
}

.memo-form_btn__active .memo-form_ic {
	opacity: 1
}

.memo-form_btn__active {
	background: #fff;
	color: #555;
	box-shadow: 0 4px 4px rgba(255, 0, 0, .5);
	cursor: default;
	pointer-events: none
}

.memo-form_desc {
	font-size: 12px;
	line-height: 14px;
	padding-left: 27px;
	position: relative;
	display: block;
	cursor: pointer
}

.memo-form_access {
	display: inline-block;
	margin: 30px 0 25px
}

.memo-form_desc::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #cecece;
	border-radius: 1px;
	background: #fff
}

.memo-form_desc::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 2px;
	width: 15px;
	height: 10px;
	background: url(../img/icons/ic-check.svg) center no-repeat;
	display: none
}

.memo-form_desc a {
	transition: .3s;
	border-bottom: 1px solid #000
}

.memo-form_desc a:hover {
	border-color: #cecece
}

.memo-form_access input {
	display: none
}

.memo-form_access input:checked+span::after {
	display: block
}

.memo_btn-wrap .btn {
	margin: 0
}

.memo-desc {
	padding-top: 23px;
	font-size: 18px;
	line-height: 24px
}

footer {
	padding: 180px 0 100px;
	background: url(../img/grey-bg.webp) top center no-repeat;
	background-size: 100% 100%;
	color: #fff
}

.footer-txt {
	background: #fff;
	color: #000;
	padding: 10px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin: 0 10px;
	box-shadow: 0 5px 10px 3px rgb(0 0 0 / 50%);
	display: inline-block
}

.footer-img {
	margin-bottom: 45px
}

.footer-address {
	padding-bottom: 15px
}

.footer-address_title {
	font-family: Metro, arial;
	font-size: 18px;
	line-height: 24px;
	display: inline-block
}

.footer-address_desc {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	padding-left: 35px;
	position: relative
}

.footer-address_desc::before {
	content: '';
	left: 13px;
	top: 1px;
	width: 13px;
	height: 18px;
	position: absolute;
	background: url(../img/icons/ic-location.svg) center no-repeat
}

.footer-tel {
	font-size: 24px;
	line-height: 22px;
	padding-bottom: 20px
}

.footer-tel span {
	display: inline-block;
	padding-right: 40px;
	font-family: Metro, arial;
	font-size: 18px;
	line-height: 24px
}

.footer-info {
	padding-bottom: 40px;
	border-bottom: 1px solid #fff;
	width: 100%;
	display: flex;
	justify-content: space-between
}

.footer-links_desc {
	font-family: Metro, arial;
	font-size: 18px;
	line-height: 20px;
	display: block;
	width: 100%
}

.footer-links {
	display: flex;
	max-width: 215px;
	flex-wrap: wrap;
	justify-content: space-between
}

.footer-link {
	width: 40px;
	height: 40px;
	background: #000;
	transition: .3s;
	display: block
}

.footer-link:hover {
	opacity: .8
}

.footer-link__wa {
	background: url(../img/icons/ic-wa.svg) center no-repeat;
	background-size: 100% 100%
}

.footer-link__tg {
	background: url(../img/icons/ic-tg.svg) center no-repeat;
	background-size: 100% 100%
}

.footer-link__mail {
	background: url(../img/icons/ic-mail.svg) center no-repeat;
	background-size: 100% 100%
}

.footer-bot {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	font-size: 18px;
	line-height: 24px
}

.footer-bot a {
	display: inline-block;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	line-height: 20px;
	transition: .3s
}

.footer-bot a:hover {
	border-color: transparent
}

.reveiw .slick-slide {
	padding: 0 20px
}

.slick-slide img {
	margin: 0 auto
}

.letter-slider,
.slider {
	max-width: 990px;
	margin: 0 auto
}

.reveiw .slide a {
	display: block;
	padding: 40px 30px;
	transition: .3s
}

.reveiw .slick-center a,
.reveiw .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] a {
	transform: scale(1.2)
}

.policy {
	padding: 100px 0 100px;
	font-size: 18px;
	line-height: 24px
}

.policy-color {
	color: #ff1600
}

.policy-title {
	padding-bottom: 35px;
	font-family: Metro, arial;
	font-size: 40px;
	line-height: 44px;
	text-align: center
}

.policy-desc {
	padding-bottom: 25px
}

.policy li {
	padding-bottom: 10px
}

.modal {
	padding: 0;
	display: none;
	background: url(../img/bg-grey.png) center repeat
}

.modal-in {
	padding: 50px
}

.callback .modal_title {
	max-width: 330px
}

.modal_title {
	display: block;
	font-family: Metro, arial;
	font-size: 28px;
	line-height: 44px;
	text-align: center;
	letter-spacing: .05em;
	margin: 0 auto 39px
}

.modal_input-wrap {
	padding-bottom: 16px
}

.modal_input {
	line-height: 60px;
	padding: 0 30px;
	font-size: 18px;
	background: #fff;
	border: 1px solid #9d9d9d;
	border-radius: 2px;
	transition: .3s;
	width: 100%
}

.modal_input:focus {
	border: 1px solid #f8f1b5;
	box-shadow: 0 0 6px rgba(244, 225, 141, .7)
}

.callback {
	max-width: 516px
}

.modal_choose-time {
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px
}

.modal_choose-time div {
	cursor: pointer;
	width: calc(50% - 8px);
	background: #e9e9e9;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 2px;
	text-align: center;
	line-height: 60px;
	transition: .3s
}

.modal_choose-time .modal_choose-time__active {
	background: #fff;
	box-shadow: 0 4px 4px rgba(255, 0, 0, .5);
	color: #ff1600;
	cursor: default;
	pointer-events: none
}

.modal_choose-time div:hover {
	box-shadow: 0 4px 4px rgba(255, 0, 0, .5)
}

.thanks-modal {
	padding: 0;
	background: url(../img/bg-dark.jpg);
	filter: drop-shadow(0px 8px 10px rgba(255, 29, 29, .5)) drop-shadow(0px 20px 30px rgba(255, 29, 29, .7));
	border-radius: 5px;
	max-width: 530px
}

.thanks-modal-in {
	font-size: 18px;
	line-height: 24px;
	padding: 55px 25px;
	color: #fff
}

.thanks-modal_title {
	font-family: Metro, arial;
	font-size: 28px;
	line-height: 44px;
	text-align: center;
	letter-spacing: .05em;
	display: block;
	text-align: center;
	padding-bottom: 40px
}

.thanks-modal_desc {
	padding-bottom: 25px;
	position: relative;
	text-align: center;
	max-width: 400px;
	margin: 0 auto
}

.thanks-modal_desc::before {
	content: '';
	bottom: 0;
	width: 254px;
	position: absolute;
	left: 50%;
	margin-left: -127px;
	border: 1px dashed #9d9d9d
}

.thanks-modal_foot {
	display: block;
	text-align: center;
	padding-top: 25px
}

.form-check {
	text-align: center
}

.modal-big-in {
	padding: 70px;
	max-width: 1400px
}

.form_flex {
	display: flex;
	justify-content: space-between
}

.form_left {
	width: 315px;
	padding-right: 35px;
	justify-content: end;
	display: flex
}

.form_right {
	width: calc(100% - 250px);
	display: flex
}

.form_flex .modal_input-wrap {
	width: calc(50% - 10px)
}

.form_flex .modal_input-wrap:nth-child(2) {
	margin: 0 0 0 20px
}

.modal_input-desc {
	align-self: center;
	padding-bottom: 16px;
	font-size: 18px;
	line-height: 24px
}

::-webkit-input-placeholder {
	color: #cecece
}

::-moz-placeholder {
	color: ##cecece
}

.form_select {
	position: relative
}

.form_select__num .form_select-tab {
	text-align: center
}

.form_select__passive {
	cursor: default;
	pointer-events: none;
	opacity: .4
}

.form_select-tab {
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	padding: 12px 7px;
	transition: .3s;
	border: 1px solid transparent;
	border-bottom-color: #cecece
}

.form_select-tab:last-child {
	border-bottom-color: transparent
}

.select-num .form_select-tab:last-child {
	border-bottom-color: #cecece
}

.form_select-tab:hover,
.form_select-tab__active {
	color: #ff1600;
	border-color: #ff1600 !important
}

.form_select-body {
	display: none;
	padding: 17px;
	background: #fff;
	border-radius: 2px;
	border-top: 10px solid #ebd354;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.form_select-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px 45px 5px 22px;
	color: #cecece;
	border: 1px solid #9d9d9d;
	border-radius: 2px;
	font-size: 18px;
	line-height: 16px;
	height: 60px;
	background: #fff;
	cursor: pointer;
	position: relative;
	transition: .3s
}

.form_select-btn::before {
	background: url(../img/icons/ic-select-arrow.svg) center no-repeat;
	content: '';
	position: absolute;
	width: 12px;
	height: 8px;
	right: 25px;
	top: 50%;
	margin-top: -4px;
	transition: .3s
}

.form_select-btn-min {
	font-size: 12px;
	line-height: 14px
}

.form_select-btn__active::before {
	transform: rotate(180deg)
}

.form_select-col__passive {
	cursor: default;
	pointer-events: none;
	opacity: .4
}

.form_select-body {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 10
}

.form_file-input {
	display: none
}

.select-flex {
	display: flex;
	justify-content: space-between
}

.select-flex_left {
	display: flex;
	align-self: center;
	flex-direction: column;
	justify-content: center
}

.select-flex_bot {
	font-size: 12px;
	line-height: 14px;
	display: block;
	text-align: left
}

.select-flex_top {
	display: block;
	text-align: left
}

.select-flex_right {
	color: #9d9d9d;
	font-size: 12px;
	line-height: 14px;
	align-self: center
}

.select-item {
	display: none
}

.form_select-tab__input {
	font-size: 18px
}

.select-num {
	height: 210px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #FF1600 #cfd2d1
}

.select-num::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(3, 32, 25, .1)
}

.select-num::-webkit-scrollbar-thumb {
	background-color: #ff1600
}

.form-right_txt {
	font-family: Metro, arial;
	font-size: 14px;
	line-height: 22px;
	color: #030303;
	align-self: center;
	padding-bottom: 16px
}

.form-right_txt br {
	display: none
}

.form_flex__bg {
	position: relative
}

.form_flex__bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 688px;
	height: 28px;
	background: #f8f1b5;
	border-radius: 2px;
	background: #f8f1b5
}

.form_flex__bg .form_left,
.form_flex__bg .form_right {
	z-index: 2
}

.modal_textarea-wrap {
	width: 100%;
	padding-bottom: 16px
}

.modal_textarea {
	padding: 17px 30px;
	font-size: 18px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #9d9d9d;
	border-radius: 2px;
	transition: .3s;
	width: 100%
}

.modal_input-desc__big {
	align-self: start;
	padding-top: 10px
}

.countdown {
	padding: 15px;
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative
}

.countdown:after,
.countdown:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #4a4a47;
	left: 50%;
	margin-left: -3px;
	top: 58px
}

.countdown:after {
	top: 80px
}

.countdown .bloc-time {
	text-align: center;
	padding-left: 10px
}

.countdown .bloc-time:last-child {
	margin-right: 0
}

.countdown .count-title {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 24px;
	padding-top: 10px
}

.countdown .figure {
	overflow: hidden;
	position: relative;
	float: left;
	height: 112px;
	width: 60px;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 5px;
	border: 3px solid #42423c;
	-moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2), inset 2px 4px 0 0 rgba(255, 255, 255, .08);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2), inset 2px 4px 0 0 rgba(255, 255, 255, .08);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2), inset 2px 4px 0 0 rgba(255, 255, 255, .08)
}

.countdown .figure:last-child {
	margin-right: 0
}

.countdown .figure>span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font: normal 5.94em/107px "Bebas Neue";
	font-weight: 700;
	color: #ff1600
}

.min .figure>span {
	color: #5f5f5b
}

.countdown .figure .top {
	z-index: 3;
	background-color: #f7f7f7;
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-transform: perspective(200px);
	-ms-transform: perspective(200px);
	-webkit-transform: perspective(200px);
	transform: perspective(200px);
	background: linear-gradient(180deg, #fff 30%, #efece8 50%, #e8e3de 60%)
}

.countdown .figure .bottom {
	z-index: 1;
	background: linear-gradient(180deg, #fff 50%, #f8f6f5 75%, #e8e3de 90%)
}

.countdown .figure .bottom:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(0, 0, 0, .02)
}

.countdown .figure .bottom-back {
	z-index: 2;
	top: 0;
	height: 50%;
	overflow: hidden;
	background: linear-gradient(180deg, #fff 30%, #efece8 50%, #e8e3de 60%)
}

.countdown .figure .bottom-back span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}

.countdown .figure .top,
.countdown .figure .top-back {
	height: 50%;
	overflow: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.countdown .figure .top-back {
	z-index: 4;
	bottom: 0;
	background: linear-gradient(180deg, #fff 50%, #f8f6f5 60%, #e8e3de 80%);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-moz-transform: perspective(200px) rotateX(180deg);
	-ms-transform: perspective(200px) rotateX(180deg);
	-webkit-transform: perspective(200px) rotateX(180deg);
	transform: perspective(200px) rotateX(180deg);
	border-bottom-right-radius: 10px
}

.countdown .figure .top-back span {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	margin: auto
}

.bloc-time.hours {
	display: none
}

.bonus {
	display: flex;
	justify-content: space-between
}

.bonus-left {
	width: 450px;
	padding: 40px;
	background: #fff;
	box-shadow: 0 8px 15px rgba(0, 0, 0, .25)
}

.bonus-in {
	text-align: center
}

.bonus-right {
	width: calc(100% - 450px);
	padding-left: 100px
}

.bonus_title-top {
	font-family: Metro, arial;
	display: block;
	font-size: 14px;
	line-height: 22px
}

.bonus_title-bot {
	font-size: 22px;
	line-height: 32px;
	font-family: Metro, arial;
	color: #ff1600;
	padding: 5px 0 20px
}

.bonus_title-bot span {
	color: #555;
	position: relative;
	display: inline-block;
	margin-right: 5px
}

.bonus_title-bot span::before {
	content: '';
	position: absolute;
	height: 2px;
	background: #ff1600;
	left: -5px;
	right: -5px;
	top: 49%
}

.bonus-des {
	font-size: 18px;
	line-height: 24px
}

.bonus-img {
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.bonus-img img {
	display: block;
	width: 100%
}

.bonus-bot {
	font-size: 18px;
	line-height: 24px;
	padding-top: 5px
}

.modal-bonus_btn {
	display: none
}

.datepicker-inline .datepicker {
	border: none;
	width: 100%
}

.datepicker--cell-day {
	border: 1px solid #cecece;
	width: 14.28571%
}

.datepicker--cells {
	border: 1px solid #cecece;
	font-size: 18px;
	color: #000
}

.datepicker--cell.-disabled- {
	color: rgba(0, 0, 0, .3) !important
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: rgba(0, 0, 0, .5)
}

.datepicker--cell {
	border-radius: 0
}

.datepicker--day-name {
	font-size: 18px;
	line-height: 24px;
	color: #555;
	padding-bottom: 5px
}

.datepicker--nav-title {
	font-family: Metro, arial;
	font-size: 14px;
	line-height: 22px;
	color: #555
}

.datepicker--nav {
	background: #ebd354
}

.datepicker--nav-action path {
	stroke: #555
}

.calendare-in {
	padding: 5px 45px 5px 22px;
	border: 1px solid #9d9d9d;
	border-radius: 2px;
	font-size: 18px;
	line-height: 48px;
	background: #fff;
	cursor: pointer;
	position: relative;
	transition: .3s;
	width: 100%
}

.calendare {
	position: relative;
	color: #cecece
}

.calendare::before {
	background: url(../img/icons/ic-select-arrow.svg) center no-repeat;
	content: '';
	position: absolute;
	width: 12px;
	height: 8px;
	right: 25px;
	top: 50%;
	margin-top: -4px;
	z-index: 10;
	transition: .3s
}

.calendare__active {
	color: #000
}

.calendare__active::before {
	transform: rotate(180deg)
}

.datepicker-inline {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	z-index: 20;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	background: #fff
}

.datepicker--nav {
	padding: 0
}

.datepicker--content {
	padding: 0 10px 20px
}

.mobile-menu-wrap {
	position: absolute;
	top: 0;
	right: -20px;
	z-index: 120;
	display: none
}

.mobile-menu-body {
	height: 0;
	width: 300px;
	position: relative;
	transition: .3s;
	overflow: hidden
}

.mobile-menu__active {
	height: 571px
}

.mobile-menu {
	position: absolute;
	padding: 30px;
	color: #555;
	left: 0;
	top: 0;
	background: url(../img/bg-grey.png) center repeat
}

.mobile-list {
	font-family: Metro, arial;
	font-size: 14px;
	line-height: 42px;
	padding-bottom: 30px;
	border-bottom: 1px solid #9d9d9d
}

.mobile-tel {
	padding: 10px 0;
	border-bottom: 1px solid #9d9d9d
}

.mobile-tel a {
	display: inline-block;
	padding: 10px 0 2px;
	margin-bottom: 18px;
	border-bottom: 1px solid #555
}

.mobile-links-wrap {
	padding: 30px 0 10px
}

.mobile-links-wrap p {
	padding-bottom: 20px
}

.mobile-links p {
	font-size: 12px;
	line-height: 14px;
	width: 72px;
	margin: 0 auto;
	font-family: "Segoe UI", arial;
	text-align: center;
	padding-top: 4px
}

.mobile-links .soc-ic {
	width: 33.33%;
	text-align: center
}

.mobile-links img {
	width: 40px;
	height: 40px
}

.mobile-btn {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 200;
	width: 35px;
	height: 40px;
	padding: 7px 2px;
	cursor: pointer;
	margin-right: 20px
}

.mobile-btn::after,
.mobile-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #ff1600;
	opacity: .5;
	transition: .3s;
	z-index: 199
}

.mobile-btn::before {
	width: 34px;
	height: 40px;
	margin-top: -17px;
	margin-left: -20px;
	filter: blur(20px)
}

.mobile-btn::after {
	filter: blur(10px);
	width: 26px;
	height: 30px;
	margin-top: -15px;
	margin-left: -13px
}

.mobile-btn i {
	width: 32px;
	height: 2px;
	background: #fff;
	border-radius: 5px;
	display: block;
	z-index: 300;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
	transition: .3s
}

.mobile-btn i::after,
.mobile-btn i::before {
	content: '';
	position: absolute;
	background: #fff;
	width: 32px;
	height: 2px;
	left: 0;
	right: 0;
	z-index: 300;
	transition: .3s
}

.mobile-btn i::before {
	top: -12px
}

.mobile-btn i::after {
	top: 12px
}

.mobile-btn__active::after,
.mobile-btn__active::before {
	background: 0 0
}

.mobile-btn__active i {
	background: 0 0
}

.mobile-btn__active i::before {
	background: #9d9d9d;
	transform: rotate(45deg);
	top: 0
}

.mobile-btn__active i::after {
	transform: rotate(-45deg);
	background: #9d9d9d;
	top: 0
}

.order .like-tab:nth-child(2)::after {
	display: none
}

.reveiw .slide img {
	max-height: 600px;
	width: auto
}

.sertificate-btn__right {
	display: none
}

.btn-map__mid,
.btn-map__sm,
.coach-review__sm,
.game-body .img__sm,
.goal_txt br,
.memo-left img:last-child,
.order .order-sm,
.order-txt br,
.slick-slide .variants-img__sm,
.title br {
	display: none
}

.goal_txt-1 br {
	display: block;
}

.reveiw .tab-head__active.like-tab:first-child .like-tab-ic {
	background: url(../img/review/11.svg) center no-repeat
}

.reveiw .tab-head__active.like-tab:last-child .like-tab-ic {
	background: url(../img/review/22.svg) center no-repeat
}

.footer-tel p {
	display: inline-block;
	position: relative
}

.footer-tel svg {
	width: 19px;
	height: 19px;
	position: absolute;
	fill: #fff;
	left: -26px;
	top: 3px
}

.game .tab-head-wrap {
	padding-bottom: 0
}

.modal-coach-in {
	display: flex;
	overflow: hidden;
	height: 720px
}

.modal-coach_left {
	width: 530px;
	position: relative;
	height: 100%
}

.modal-coach_img {
	position: absolute;
	width: 700px;
	height: 972px;
	left: -30%;
	top: -10%
}

.modal-coach-img {
	width: 100%;
	height: auto;
	display: block
}

.modal-coach_title {
	position: absolute;
	left: 122px;
	bottom: 25%;
	font-size: 18px;
	line-height: 24px
}

.modal-coach_name {
	font-family: Metro, arial;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: .05em;
	color: #000;
	padding-top: 15px
}

.modal-coach_right {
	width: calc(100% - 530px);
	padding: 70px 90px 70px 0;
	position: relative;
	z-index: 10;
	align-self: center;
	font-size: 18px;
	line-height: 24px
}

.modal-coach_item {
	padding-bottom: 30px;
	position: relative
}

.modal-coach_item:first-child::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	height: 1px;
	background: #9d9d9d
}

.modal-coach_item:nth-child(2) {
	padding-bottom: 0;
}

.modal-coach_txt {
	padding: 30px 0
}

.modal-coach_btn .btn {
	margin: 0
}

.modal-coach_info {
	display: flex;
	justify-content: space-between
}

.modal-coach_user {
	display: flex;
	position: relative;
}

.modal-coach_user-img {
	border-radius: 50%;
	overflow: hidden;
	width: 60px;
	height: 60px;
	z-index: 2;
	position: relative;
}

.modal-coach_user-img img {
	display: block;
	width: 100%;
	height: 100%
}

.modal-coach_user-info {
	padding-left: 60px;
	align-self: center
}

.modal-coach_date {
	opacity: .6;
	display: block
}

.modal-coach_links {
	display: flex
}

.modal-coach_link {
	display: flex;
	align-self: center
}

.modal-coach_links span {
	display: block;
	align-self: center
}

.modal-coach-ic {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../img/icons/ic-vk.png) center no-repeat;
	background-size: 100% 100%;
	transition: .3s;
	position: absolute;
	z-index: 1;
	left: 47px;
}

.modal-coach-ic:hover {
	opacity: .7
}

.modal-coach-img-sm {
	display: none
}

._error .memo-form_desc::before,
input._error,
textarea._error {
	box-shadow: 0 0 5px red
}

._req {
	transition: .3s
}

.card {
	width: 150px;
	height: 80px;
	color: #fff;
	font-family: Metro, arial;
	font-size: 12px;
	line-height: 24px
}

.card-wrap {
	border-radius: 10px;
	position: absolute;
	bottom: 56px;
	left: 164px;
	margin-left: 242px
}

.card span {
	display: block;
	align-self: center;
	padding: 0 10px;
	text-align: center
}

span.card-txt-big {
	font-size: 26px;
	line-height: 1.1;
	display: flex;
}

.card-txt-big i {
	font-style: normal;
	font-size: 16px;
	padding-top: 7px;
}

.card-txt-big b {
	font-weight: normal;
}

.back,
.front {
	width: 100%;
	border-radius: 10px;
	background: linear-gradient(180deg, #464646 0, #5a5a5a 100%);
	justify-content: center;
	height: 100%;
	overflow: hidden;
	backface-visibility: hidden;
	position: absolute;
	display: flex;
	flex-direction: column;
	border: 1px solid #505050
}

.front {
	transform: perspective(1000px) rotateY(0);
	animation: card-front 10s ease-in-out infinite reverse
}

.back {
	transform: perspective(1000px) rotateY(180deg);
	animation: card-back 10s ease-in-out infinite reverse
}

.card.deactive>div {
	animation: none;
}

@keyframes card-front {
	0% {
		transform: perspective(1000px) scale(1) rotateY(0)
	}

	45% {
		transform: perspective(1000px) scale(1) rotateY(0);
		box-shadow: none
	}

	47.5% {
		transform: perspective(1000px) scale(1.2) rotateY(-90deg);
		box-shadow: 5px 15px 10px 10px rgba(0, 0, 0, .6)
	}

	50% {
		transform: perspective(1000px) scale(1) rotateY(-180deg);
		box-shadow: none
	}

	95% {
		transform: perspective(1000px) scale(1) rotateY(-180deg);
		box-shadow: none
	}

	97.5% {
		transform: perspective(1000px) scale(1.2) rotateY(-90deg);
		box-shadow: 5px 15px 10px 10px rgba(0, 0, 0, .6)
	}

	100% {
		transform: perspective(1000px) scale(1) rotateY(0);
		box-shadow: none
	}
}

@keyframes card-back {
	0% {
		transform: perspective(1000px) scale(1) rotateY(180deg);
		box-shadow: none
	}

	45% {
		transform: perspective(1000px) scale(1) rotateY(180deg);
		box-shadow: none
	}

	47.5% {
		transform: perspective(1000px) scale(1.2) rotateY(90deg);
		box-shadow: 5px 15px 10px 10px rgba(0, 0, 0, .6)
	}

	50% {
		transform: perspective(1000px) scale(1) rotateY(0);
		box-shadow: none
	}

	95% {
		transform: perspective(1000px) scale(1) rotateY(0);
		box-shadow: none
	}

	97.5% {
		transform: perspective(1000px) scale(1.2) rotateY(90deg);
		box-shadow: 5px 15px 10px 10px rgba(0, 0, 0, .6)
	}

	100% {
		transform: perspective(1000px) scale(1) rotateY(180deg);
		box-shadow: none
	}
}

.head_phone__policy::before {
	width: 56px;
	height: 50px;
	left: 19px;
	top: -12px;
}

.coach-slider .slick-prev {
	display: none !important
}

.coach-slider .slick-next::before {
	content: 'Следующий инструктор';
	color: #fff;
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	transform: rotate(180deg);
	line-height: 50px;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -25px
}

.coach-slider .slick-next {
	right: 164px;
	margin-top: 0;
	top: 40%
}

.footer-map .red {
	display: block;
	line-height: 60px;
}

.footer-in {
	margin-bottom: 50px;
	padding: 30px;
	background: url(../img/game/game-gallery-bg.webp) no-repeat;
	background-size: 100% 100%
}

.main-ic__open {
	width: 42px;
	height: 48px;
	background: url(../img/icons/ic-chat.svg) center no-repeat;
	background-size: 80% 80%;
	cursor: pointer;
	display: none
}

.in-btn {
	position: relative;
	padding-bottom: 50px
}

.btn-in-wrap {
	position: absolute;
	left: 50%;
	bottom: 5px;
	margin-left: -170px;
	width: 340px
}

.select-time {
	max-height: 210px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #FF1600 #cfd2d1
}

.select-time::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(3, 32, 25, .1)
}

.select-time::-webkit-scrollbar-thumb {
	background-color: #ff1600
}

.modal_choose-input {
	display: none;
}

.coach-slide_img .btn-review {
	display: none;
}

/* table */
.table-wrap {
	background: #fff;
	position: relative;
}

.price .tab-body-in {
	position: relative;
	padding-bottom: 205px;
}

.price .tab-body-in::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 130px;
	width: 100%;
	height: 77px;
	background: url(../img/icons/table/t-triangle.png) center top no-repeat;
	background-size: 100% 100%;
	z-index: 10;
}

.price .tab-body-in::after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: 0px;
	width: 70px;
	height: 138px;
	background: url(../img/icons/table/t-ic.png) center top no-repeat;
	background-size: 100% 100%;
	z-index: 10;
}

.table_row {
	padding: 35px 27px 35px 0;
	display: flex;
	justify-content: space-between;
}

.table-body .table_ceil {
	background: #fff;
}

.table-body .table_row:nth-child(2n - 1) .table_ceil,
.table-body .table_row:nth-child(2n - 1) {
	background: #F9F9F9;
}

.table_ceil {
	width: calc((100% - 460px) / 4);
}

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

.table_ceil__big {
	width: 460px;
	height: 100%;
	justify-content: start;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding-left: 27px;
}

.ceil_txt {
	color: #555555;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	align-items: center;
}

.ceil_check {
	display: block;
	width: 20px;
	height: 15px;
	background: url(../img/icons/table/t-check.png) center no-repeat;
}

.table_ceil__big>span {
	width: calc(100% - 110px);
}

.table_ceil__big span.ceil_ic {
	width: 110px;
}

.ceil_ic {
	display: flex;
	justify-content: center;
}

.ceil_ic span {
	margin: 0 3px;
}

.t-time {
	width: 28px;
	height: 30px;
	background: url(../img/icons/table/t-time.png) center no-repeat;
}

.t-bandaj {
	width: 23px;
	height: 23px;
	background: url(../img/icons/table/t-bandaj.png) center no-repeat;
}

.t-granade {
	width: 28px;
	height: 31px;
	background: url(../img/icons/table/t-granade.png) center no-repeat;
}

.t-granade-2 {
	width: 31px;
	height: 30px;
	background: url(../img/icons/table/t-granade-2.png) center no-repeat;
}

.t-gun {
	width: 45px;
	height: 24px;
	background: url(../img/icons/table/t-gun.png) center no-repeat;
}

.t-hand {
	width: 27px;
	height: 27px;
	background: url(../img/icons/table/t-hand.png) center no-repeat;
}

.t-hat {
	width: 30px;
	height: 30px;
	background: url(../img/icons/table/t-hat.png) center no-repeat;
}

.t-human {
	width: 27px;
	height: 31px;
	background: url(../img/icons/table/t-human.png) center no-repeat;
}

.t-jack {
	width: 20px;
	height: 25px;
	background: url(../img/icons/table/t-jack.png) center no-repeat;
}

.t-list {
	width: 34px;
	height: 34px;
	background: url(../img/icons/table/t-list.png) center no-repeat;
}

.t-mail {
	width: 46px;
	height: 31px;
	background: url(../img/icons/table/t-mail.png) center no-repeat;
}

.t-mask-1 {
	width: 29px;
	height: 30px;
	background: url(../img/icons/table/t-mask-1.png) center no-repeat;
}

.t-mask-2 {
	width: 29px;
	height: 30px;
	background: url(../img/icons/table/t-mask-2.png) center no-repeat;
}

.t-mail {
	width: 46px;
	height: 31px;
	background: url(../img/icons/table/t-mail.png) center no-repeat;
}

.t-mask-3 {
	width: 23px;
	height: 24px;
	background: url(../img/icons/table/t-mask-3.png) center no-repeat;
}

.t-pantalon {
	width: 23px;
	height: 31px;
	background: url(../img/icons/table/t-pantalon.png) center no-repeat;
}

.t-people {
	width: 37px;
	height: 31px;
	background: url(../img/icons/table/t-people.png) center no-repeat;
}

.t-plus {
	width: 54px;
	height: 30px;
	background: url(../img/icons/table/t-plus.png) center no-repeat;
}

.t-servise {
	width: 77px;
	height: 26px;
	background: url(../img/icons/table/t-servise.png) center no-repeat;
}

.t-shirt {
	width: 28px;
	height: 28px;
	background: url(../img/icons/table/t-shirt.png) center no-repeat;
}

.t-svd {
	width: 77px;
	height: 33px;
	background: url(../img/icons/table/t-svd.png) center no-repeat;
}

.t-table {
	width: 33px;
	height: 30px;
	background: url(../img/icons/table/t-table.png) center no-repeat;
}

.t-table-2 {
	width: 65px;
	height: 23px;
	background: url(../img/icons/table/t-table-2.png) center no-repeat;
}

.t-uzi {
	width: 31px;
	height: 31px;
	background: url(../img/icons/table/t-uzi.png) center no-repeat;
}

.t-ava-1 {
	width: 27px;
	height: 27px;
	background: url(../img/icons/table/t-ava-1.png) center no-repeat;
}

.t-ava-2 {
	width: 27px;
	height: 27px;
	background: url(../img/icons/table/t-ava-2.png) center no-repeat;
}

.t-ava-3 {
	width: 27px;
	height: 27px;
	background: url(../img/icons/table/t-ava-3.png) center no-repeat;
}

.table_row__top .table_ceil {
	flex-direction: column;
	color: #000;
}

.ceil_top-top {
	display: block;
	font-family: 'Metro', arial;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
}

.ceil_top-mid {
	font-weight: 600;
	font-size: 38px;
	line-height: 24px;
	padding: 15px 0;
}

.ceil_top-bot {
	color: #555;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.table_bot .btn-order {
	max-width: 180px;
}

.table_bot .table_row {
	padding: 26px 26px 26px 0;
}

.tab-body__sm .table_ceil:not(.table_ceil__big) {
	width: calc((100% - 460px) / 2);
}

.price_list {
	display: none;
	border: 1px solid #FF0000;
	border-radius: 6px;
	padding: 35px;
	align-self: start;
}

.price_list-item {
	padding-bottom: 27px;
	font-size: 18px;
	line-height: 24px;
	padding-left: 43px;
	position: relative;
}

.price_list-item:last-child {
	padding-bottom: 0;
}

.price_list-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 28px;
	background: url(../img/icons/table/t-star.png) center no-repeat;
}

.price_list-wrap {
	display: none;
}

.ceil_big {
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
}

.ceil_ic__goal {
	width: 132px;
	height: 132px;
	margin-right: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: url(../img/icons/goal.svg) center no-repeat;
	background-size: 100% 100%;
}

.ceil_ic__goal::after {
	content: '';
	position: absolute;
	background: #ebd354;
	opacity: .5;
	filter: blur(30px);
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ceil_ic__goal::before {
	content: '';
	position: absolute;
	background: #ebd354;
	filter: blur(25px);
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ceil_ic__goal span {
	position: relative;
	z-index: 1;
	font-size: 25px;
	line-height: 33px;
	font-family: 'Metro', arial;
	color: #ff1600;
	background: url() center no-repeat;
	background-size: 100% 100%;
}

.ceil_desc-txt {
	font-size: 17px;
	line-height: 22px;
}

.table_desc {
	display: flex;
	justify-content: center;
	font-size: 26px;
	font-family: 'Metro', arial;
	color: #ff1600;
	line-height: 44px;
	align-items: center;
	padding: 45px;
}

.ceil_txt-ic {
	display: flex;
}

.t-ava {
	margin-right: 17px;
}

.ceil_ic__star {
	background: url(../img/icons/table/t-star-2.png) center no-repeat;
	background-size: 100% 100%;
	width: 119px;
	height: 119px;
	margin-right: 28px;
}

.ceil_desc-txt-2 {
	width: calc(100% - 147px);
}

.ceil_desc-txt-2 span {
	display: block;
	font-size: 14px;
	line-height: 11px;
}

.ceil_desc-txt-2 i {
	display: block;
	font-style: normal;
	font-size: 18px;
	line-height: 23px;
	font-family: 'Metro', arial;
	color: #FF1600;
	padding: 6px 0;
}

.form_select-tab__input::placeholder {
	color: #000;
}

.form_select__num .form_select-tab {
	text-align: left;
}

.form_select-tab__input:focus::placeholder {
	color: #ddd;
}

.split-container.blur {
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}

.shine {
	overflow: hidden;
	position: relative;
}

.shine::after {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
	top: 0;
	width: 53px;
	height: 90%;
	left: 10px;
	z-index: 1;
	transform: skew(31deg);
	animation-timing-function: ease-in-out;
	transition: all 0.1s;
	animation-name: slideme;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes slideme {
	0% {
		left: -70px;
	}

	30% {
		left: 110%;
	}

	100% {
		left: 110%;
	}
}