
@font-face {
    font-family: 'TT Lakes';
    src: url('/lib/fonts/TTLakes/Medium/TTLakes-Medium.woff') format('woff'),
         url('/lib/fonts/TTLakes/Medium/TTLakes-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
	font-family: "TT Lakes", sans-serif;
}





.header {
	display: flex;
	justify-content: space-between;
	padding: 20px 25px;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 20;
}


.main_menu {
	margin: 0;
	padding: 0;
	
}

.main_menu .item_menu {
	display: inline-block;
	list-style: none;
}

.main_menu .item_menu a {
	color: #353535;
	font-family: "TT Lakes", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
}

.main_menu .item_menu a.active {
	color: #db0100;
}

.main_menu .item_menu a:hover {
	color: #db0100;
}

.main_menu .item_menu a.select_language {
	color: #db0100;
} 
.main_menu .item_menu a.select_language:hover {
	border-bottom: transparent;
}


.header .call_back {
	display: flex;
	align-items: center;
	text-align: right;
}

.header .call_back .wrap_number {
	margin-right: 20px;
}

.header .call_back .phone {
	display: block;
	color: #353535;
	font-family: "TT Lakes", sans-serif;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	
}

.header .call_back .btn_call_back {
	display: block;
	cursor: pointer;
	color: #dd2a1b;
	font-family: "TT Lakes", sans-serif;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header .call_back .btn_call_back:hover {
	color: #353535;
}


/*CONTENT HEADER*/
	/*==================================*/

section.header_content {
	margin-top: 5px;
	background-image: url(/images/bg/pattern_black.png);
	position: relative;
	border-bottom: 1px solid #392750;
}
.main_photo {
    width: 850px;
    position: absolute;
    bottom: 0;
    right: -50%;
    left: 50%;
}

section.header_content .img_bg {
    position: absolute;
    bottom: 0px;
    right: 320px;
}

.header_content .wrap_text{
	margin-top: 120px;
}

.header_content .wrap_text .name_person {
	display: block;
	color: #181724;
	/*font-family: "Russo One", sans-serif;*/
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.header_content .wrap_text .discription_person {
	color: #201f2d;
	font-family: "TT Lakes", sans-serif;
	font-size: 21px;
	font-weight: 500;
	display: block;
	text-align: center;
}
.header_content .wrap_text .subtitle_wrap {
	display: block;
	width: 310px;
	height: 85px;
	display: flex;
	align-items: center;
	position: relative;
	margin: 30px auto 80px;
}

.header_content .wrap_text .subtitle_wrap:after {
	content: '';
	display: block; 
	position: absolute;
	width: 19px;
	height: 19px;
	background-image: url(/upload/header/arow.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	top: 0;
	right: 0;
	margin-top: -10px;
}
.header_content .wrap_text .subtitle_wrap:before {
	content: '';
	display: block; 
	position: absolute;
	width: 19px;
	height: 19px;
	background-image: url(/upload/header/arow.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	bottom: 0;
	left: 0;
	transform: rotate(180deg);
	margin-bottom: -10px;
	margin-left: -20px;
}

.wrap_text .subtitle_wrap .wrap_text_subtitle {
	margin: 0 15px 0 0 ;
	padding: 0;
}

.wrap_text .subtitle_wrap .wrap_text_subtitle .item_text {
	color: #181724;
	font-family: "Russo One", sans-serif;
	font-size: 19px;
	font-weight: 400;
	list-style: none;
	margin: 5px 0;
}

.wrap_text .subtitle_wrap .number_subtitle {
	color: #db0100;
	font-family: "Russo One", sans-serif;
	font-size: 55px;
	font-weight: 400;
}


.form_header {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.21);
	background-color: #ffffff;
	max-width: 435px;
	text-align: center;
	padding: 55px 0 30px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	margin: 0 auto;
}



.form_header .last_time {
	display: block;
	color: #201f2d;
	font-family: "TT Lakes";
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.form_header .last_time_fixed ul.day {
	margin: 0;
	padding: 0;
	list-style: none;
}
.form_header .title_form {
	position: absolute;
	top: 0;
	left: 93px;
    margin-top: -30px;
}

.form_header .last_time_fixed ul.hours {
	
}

.form_header .last_time_fixed {
	margin-bottom: 37px;
}
.form_header .last_time_fixed ul{
	position: relative;
	text-align: center;
}
.form_header .last_time_fixed ul .name {
	position: absolute;
	bottom: 0;
	text-align: center;
	opacity: 0.86;
	color: #7c7c7c;
	font-family: "Comfortaa", sanss-serif;
	font-size: 12px;
	font-weight: 400;
	left: 19px;
	margin-bottom: -19px;
}

.form_header .last_time_fixed ul {
	margin: 10px 5px 0;
	padding: 0;
	display: inline-block;
}

.form_header .last_time_fixed li {
	list-style: none;
	color: #ffffff;
	font-family: "Russo One", sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #db0100;
	display: inline-block;
	width: 35px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.form_header input{
	max-width: 350px;
	width: 100%;
	height: 60px;
	display: block;
	margin: 0 auto 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c7d0d4;
	padding: 0 18px;
	font-family: "TT Lakes", sans-serif;
}

.form_header input::placeholder {
	opacity: 0.59;
	color: #181724;
	font-family: "TT Lakes", sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.form_header .btn_registre {
	background-color: #201f2d;
	color: #ffffff;
	font-family: "TT Lakes", sans-serif;
	font-size: 21px;
	font-weight: 500;
	max-width: 350px;
	width: 100%;
	height: 60px;
	line-height: 56px;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: 2px solid #201f2d;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	
	cursor: pointer;
}

.form_header .btn_registre:hover {
	background: transparent;
	color: #201f2d;
}



/*SECTION SPICHER*/
	/*====================================*/
	
.spicher {
	padding-bottom: 0;
    margin-bottom: -120px;
}
.spicher .wrap_title {
	width: 100%;
	text-align: center;
}

.spicher .wrap_title .title_section {
	color: #181724;
	font-family: "Russo One", sans-serif;
	font-size: 52px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin: 75px auto 40px;
	text-align: center;
}

.spicher .title_section:after {
	content: '';
	display: block; 
	position: absolute;
	width: 19px;
	height: 19px;
	background-image: url(/upload/header/arow.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	top: 0;
	right: 0;
	margin-right: -15px;
	margin-top: -10px;
}


.spicher .person_spicher {
	text-align: center;
	margin-top: 40px;
}

.spicher .person_spicher img {
	max-width: 100%;
}

.spicher .left_section li {
	list-style: none;
	text-align: right;
	min-height: 175px;
}
.spicher .left_section li img {
	margin-bottom: 16px;
	
}

.spicher .left_section li .text_spicher {
	display: block;
	color: #353535;
	font-family: "TT Lakes", sans-serif;
	font-size: 17px;
	font-weight: 500;
}


.spicher .right_section li {
	list-style: none;
	text-align: left;
	min-height: 175px;
}

.spicher .right_section li img {
	margin-bottom: 16px;
}

.spicher .right_section li .text_spicher {
	display: block;
	color: #353535;
	font-family: "TT Lakes", sans-serif;
	font-size: 17px;
	font-weight: 500;
}



/*SECTION WHY*/
	/*========================================*/
section.why {
	/*background-image: url(/upload/2.png);*/
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	/*padding: 130px 0 60px;*/
}

section.why .title_section {
	color: #fff;
	/*font-family: "Russo One";*/
	font-size: 52px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 70px;
	padding: 25px 50px;
	background: #201f2d;
}

section.why .title_section span {
	color: #db0100;
}

.why_content {
	
}

.why_content .item_why {
	max-width: 350px;
	text-align: center;
}

.why_content .item_why .wrap_icon {
	margin-top: 120px;
}

.why_content .item_why .points {
	color: #db0100;
	font-size: 34px;
	margin-bottom: 5px;
}

.why_content .item_why .items_text {
	color: #353535;
	font-family: "TT Lakes", sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}


.wrap_btn_registre{
	width: 100%;
	text-align: center;
}

.wrap_btn_registre .btn_registre {
	background-color: #db0100;
	padding: 20px 70px;
	display: inline-block;
	color: #ffffff;
	font-family: "TT Lakes";
	font-size: 21px;
	font-weight: 500;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wrap_btn_registre .btn_registre:hover {
	background-color: #2e2c34;
}

.why_content .wrap_btn_registre {
	margin: 20px 0 50px;
}


.why .wrap_line {
	position: absolute;
	height: 35px;
}


/*SECTION FOR*/
	/*==================================================*/

section.for {
    background-image: url(/images/bg/pattern_black.png);
    background-position: center top;
    padding: 50px 0 80px;
    border-top: 1px solid #392750;
}

section.for .title_section {
	color: #000;
	font-family: "Russo One", sans-serif;
	font-size: 52px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 60px;
}

section.for .title_section span {
	color: #db0100;
}

.content_for .item_for{
	text-align: center;
	margin-bottom: 30px;
}

.content_for .item_for .pointer{
	color: #201f2d;
	font-size: 27px;
	display: block;
}

.content_for .item_for .text_item {
	color: #000;
	font-family: "TT Lakes";
	font-size: 17px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
}


/*SECTION VIDEO*/
	/*=======================================*/

section.video {
	background-image: url(/images/bg/video.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 788px;
	display: flex;
	align-items: center;
	text-align: center;
	
}

.content_video h3.title_section{
	color: #ffffff;
	font-family: "Russo One", sans-serif;
	font-size: 52px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.content_video .sub_title {
	color: #ffffff;
	font-family: "TT Lakes", sans-serif;
	font-size: 35px;
	font-weight: 300;
	display: block;
	margin-bottom: 60px;
}


.content_video .btn_video {
	cursor: pointer;
	position: relative;
}


/*SECTION PROGRAMS*/
	/*==========================================*/

section.programs {
	background-image: url(/images/bg/pattern_black.png);
	padding: 105px 0 124px;
}

section.programs .title_section {
	color: #181724;
	font-family: "Russo One", sans-serif;
	font-size: 52px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 85px 0;
}

.item_programs {
	background-color: #fff;
	max-width: 578px;
	padding:40px;
	margin: 0 auto 40px;
}

.item_programs:after{
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(/images/elements/star.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    top: 10px;
    left: 50%;
    right: -50%;
}
 

.item_programs .title_programs {
	color: #353535;
	/*font-family: "Russo One", sans-serif;*/
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.item_programs .subtitle_programs {
	color: #db0100;
	/*font-family: "Russo One", sans-serif;*/
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.item_programs .list_programs {
	margin: 0;
	padding: 0;
	margin-top: 16px;
}

.item_programs .list_programs li {
	color: #353535;
	font-family: "TT Lakes", sans-serif;
	font-size: 15px;
	font-weight: 500;
	list-style: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 2px;
}

.item_programs .list_programs li:before {
	content: '';
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	background-color: transparent;
	border: 1px solid #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: 4px;	
} 

.item_programs .wrap_img_registre {
	position: absolute;
	display: block;
	bottom: 0;
	right: 50%;
	margin-right: -170px;
	margin-bottom: -15px;
	cursor: pointer;
}


/*SECTION TAMETABLE*/
	/*======================================================*/

section.timetable {
	background-image: url(/images/bg/bg_table.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: -80px;
	padding: 100px 0 70px;
}

section.timetable h3.title_section {
	color: #ffffff;
	font-family: "Russo One", sans-serif;
	font-size: 52px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}


.content_timetable {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.content_timetable .item_timetable {
	display: flex;
	margin: 0 45px;
	padding: 0;
	
	margin: 0;
}

.content_timetable .item_timetable li {
	opacity: 0.89;
	color: #ffffff;
	font-family: "TT Lakes", sans-serif;
	font-size: 18px;
	font-weight: 500;
	list-style: none;
	max-width: 145px;
	line-height: 27px;
	margin-bottom: 50px;
	text-align: center;
	
	margin-right: 45px;
	margin-left: 45px;
	min-width: 145px;
}

.content_timetable .item_timetable li img {
	display: block;
	text-align: center;
	margin: 0 auto;
}


/*PRICE CATEGORY*/
	/*======================================================*/

section.price_category {
	padding: 110px 0 40px;
	background-image: url(/images/bg/pattern_black.png);
}

section.price_category .title_section {
	color: #181724;
	font-family: "Russo One", sans-serif;
	font-size: 52px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 50px;
}

.content_price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.content_price .start .head_cart{
	background-color: #8d9193;
	padding: 45px 0 20px;
	text-align: center;
}

.content_price .cart_price .head_cart {
	background-color: #8d9193;
	padding: 45px 0 20px;
	text-align: center;
}

.content_price .cart_price {
	position: relative;
	margin: 0 2px;
}

.content_price .cart_price .head_cart {
	-webkit-border-radius: 5px 5px 0 0 ;
	-moz-border-radius: 5px 5px 0 0 ;
	border-radius: 5px 5px 0 0 ;
}

.content_price .cart_price .head_cart .tipe_cart {
	color: #ffffff;
	font-family: "TT Lakes", sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	top: 14px;
	right: 18px;
}

.content_price .cart_price .head_cart .price_cart {
	color: #ffffff;
	font-family: "TT Lakes", sans-serif;
	font-size: 60px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.content_price .cart_price .head_cart .condition_cart {
	color: #ffffff;
	font-family: "TT Lakes", sans-serif;
	font-size: 18px;
	font-weight: 500;
}


.content_price .cart_price .body_cart {
	background-color: #fff;
	padding: 0 20px 35px 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}


.content_price .cart_price .body_cart ul.list_cart {
	padding: 50px 0 40px 45px;
	margin: 0;
}

.content_price .cart_price .body_cart ul.list_cart li {
	color: #353535;
	font-family: "TT Lakes", sans-serif;
	font-size: 18px;
	font-weight: 500;
	list-style: none;
	margin-bottom: 5px;
}

.content_price .cart_price .body_cart ul.list_cart li img {
	vertical-align: inherit;
	margin-right: 13px;
}

.content_price .cart_price .body_cart ul.list_cart li.negative {
	color: #aeaeae;
}

.content_price .cart_price .body_cart .btn_shop {
	background-color: #db0100;
	color: #ffffff;
	font-family: "TT Lakes";
	font-size: 16px;
	font-weight: 500;
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.content_price .cart_price .body_cart .btn_shop:hover {
	background-color: #2e2c34;
}


.content_price .business .head_cart {
	background-color: #626668;
}

.content_price .business .body_cart {
	background-color: #eaf0f2;
	padding-bottom: 50px;
	padding-top: 50px;
}

.content_price .vip .head_cart {
	background-color: #2e2c34;
}





.bottom_cart {
	background-image: url(/images/bg/bg_red.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 1129px;
	margin: 0 auto;
	text-align: center;
	padding: 72px 0 70px;	
}

.bottom_cart .title_block {
	color: #ffffff;
	font-family: "TT Lakes", sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}

.bottom_cart .btn_black {
	cursor: pointer;
}
.small_text_price {
    font-size: 20px;
    margin-top: 30px;
    color: #db0100;
    font-weight: 600;
}


/*CLUB CART*/
	/*======================================================*/


section.club_cart {
	background-color: #772527;
	text-align: center;
	padding: 142px 0;
	background-image: url(/images/bg/bg_cart.png);
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 15;
	position: relative;
}

.club_cart .text {
	color: #ffffff;
	font-family: "TT Lakes", sans-serif;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 18px;
	position: relative;
	z-index: 5;
}

.club_cart .title_clubcart {
	color: #ffffff;
	font-family: "Russo One", sans-serif;
	font-size: 48px;
	font-weight: 200;
	text-transform: uppercase;
	display: block;
	position: relative;
	z-index: 5;
}

.club_cart .discount {
	color: #ffffff;
	font-family: "TT Lakes", sans-serif;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	position: relative;
	z-index: 5;
}

.club_cart .discount span {
	font-size: 43px;
}

.club_cart .wrap_img {
	position: absolute;
	max-height: 450px;
	bottom: 0;
	right: 0;
}

.club_cart .wrap_img img {
	/*width: 450px;*/
}

/*SECTION QUESTIONS*/
	/*===============================================*/

section.questions {
	padding: 100px 0;
}

section.questions .title_section {
	color: #181724;
	/*font-family: "Russo One", sans-serif;*/
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

section.questions .sub_title {
	color: #181724;
	font-family: "TT Lakes", sans-serif;
	font-size: 28px;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-bottom: 65px;
}


.item_question {
	max-width: 295px;
	text-align: center;
}

.item_question .wrap_img {
	width: 295px;
	height: 295px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 24px;
	overflow: hidden;
	background: #ffffff; 
	background: -moz-linear-gradient(top, #ffffff 0%, #eff2f3 100%); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#eff2f3 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eff2f3 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff2f3',GradientType=0 );
}
.item_question .wrap_img img {
	vertical-align: bottom;
}

.item_question .name_person {
	color: #181724;
	font-family: "TT Lakes", sans-serif;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.item_question .post_person {
	opacity: 0.36;
	color: #181724;
	font-family: "TT Lakes", sans-serif;
	font-size: 17px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}

.item_question .phone_person {
	color: #db0100;
	font-family: "TT Lakes", sans-serif;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
}

/*SECTIOM ADVANTAGES*/	
	/*===================================================*/

section.advantages {
	background-color: #edf3f6;
	padding: 85px 0 70px;
}

section.advantages .title_section {
	color: #2e2c34;
	font-family: "Russo One", sans-serif;
	font-size: 38px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
section.advantages .title_section span {
	display: block;
	text-align: center;
	color: #db0100;
	font-size: 52px;
	letter-spacing: 4.75px;
	margin-bottom: 15px;
}

section.advantages .sub_title {
	color: #2e2c34;
	font-family: "TT Lakes", sans-serif;
	font-size: 18px;
	display: block;
	max-width: 665px;
	text-align: center;
	margin: 0 auto 60px;
}


.content_advantages .item_advantages {
	position: relative;
}

.content_advantages .item_advantages:before {
	content: '';
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	background-image: url(/upload/arow_advantages.png);
	left: 0;
	top: 60px;
	margin-left: -25px;
}

.content_advantages .item_advantages .numbers_advantages {
	color: #2e2c34;
	font-family: "TT Lakes";
	font-size: 41px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.content_advantages .item_advantages .text_advantages {
	color: #2e2c34;
	font-family: "TT Lakes", sans-serif;
	font-size: 17px;
	font-weight: 500;
}




/*SECTIOM PARTENERS*/	
	/*===================================================*/

section.parteners {
	padding: 100px 0 20px;
}

section.parteners .title_section {
	color: #2e2c34;
	font-family: "Russo One", sans-serif;
	font-size: 38px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

section.parteners .webmaster {
	margin: 60px auto 100px;
	text-align: center;
	display: block;
}


section.parteners .sub_title {
	color: #2e2c34;
	font-family: "TT Lakes",sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	display: block;
}




/*SECTIOM PARTENERS*/	
	/*===================================================*/

section.registre {
	background-image: url(/images/bg/pattern_black.png);
	padding: 40px 0 20px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #392750;
	border-top: 1px solid #392750;
}

section.registre .title_section span {
	display: block;	
	color: #db0100;
}

section.registre .title_section {
	color: #181724;
	font-family: "Russo One", sans-serif;
	font-size: 43px;
	font-weight: 400;
	text-transform: uppercase;
	max-width: 680px;
	display: block;
	line-height: 45px;
	margin-bottom: 50px;
}


.all_parteners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 830px;
	margin: 65px auto;
	text-align: center;
}

.all_parteners .wrap_partener {
	margin: 20px 40px;
}

.form_registre {
	max-width: 465px;
}

.form_registre .inp_registre{
	display: block;
	width: 100%;
	height: 57px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c7d0d4;
	margin-bottom: 20px;
	padding-left: 18px;
	color: #181724;
	font-family: "TT Lakes";
	font-size: 14px;
	font-weight: 500;
}

.form_registre .inp_registre::placeholder {
	color: #181724;
	font-family: "TT Lakes", sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.form_registre .btn_registre {
	color: #ffffff;
	font-family: "TT Lakes", sans-serif;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	line-height: 55px;
	display: block;
	background-color: #db0100;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form_registre .btn_registre:hover {
	background-color: #201f2d;
}


.registre .wrap_img_person {
	position: absolute;
    bottom: 0;
	left: 50%;
	width: 560px;
}

#timer7cd21db91bf2bad4096224206fb27f19{
	min-width: 100% !important;
    height: max-content !important;
}



/*FOOTER STYLE*/
	/*====================================*/

footer.footer {
	text-align: center;
	padding: 70px 0 45px;
}	

.footer ul.list_footer {
	margin: 40px 0;
	padding: 0;
	list-style: none;
}
.footer ul {
	padding: 0;
}

.footer ul.list_footer li {
	color: #262626;
	font-family: "TT Lakes", sans-serif;
	font-size: 22px;
	font-weight: 500;
	list-style: none;
}

.footer ul.list_footer li:first-child {
	color: #db0100;
}

.copy_text {
	color: #b7b7b7;
	font-family: "TT Lakes", sans-serif;
	font-size: 15px;
	font-weight: 500;
}







.header_content{
	padding-bottom: 20px;
}

section.header_content:after{
	/*content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: url(/upload/person_contact2.jpg) no-repeat;
	background-position: bottom center;*/
	
}

.header_content>.container{
	z-index: 5;
}



/*POPUP STYLE*/
	/*===========================================*/
 .overlay_price {
  	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0, 0.8);
    z-index: 99;
    overflow: hidden;
    display: none;
  }
    
.popup_price{
	background-color: #fff;
    width: 50%;
    margin: 12% auto;
    padding: 60px 40px;
    position: relative;
    z-index: 100;
}

.clouse_popup {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
	transition: all .2s;
}

.clouse_popup:hover {
	color: #db0100;
}

h6.title_popup {
	/*font-family: "Russo One", sans-serif;*/
	font-size: 38px;
	margin: 0 0 30px;
	text-align: center;
}

.form_popup {
	max-width: 350px;
	margin: 0 auto; 
}


.inp_popup {
	width: 100%;
	height: 60px;
	padding-left: 15px;
	display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c7d0d4;
    font-family: "TT Lakes", sans-serif;
    margin-bottom: 15px;
}

.btn_buy {
	background-color: #db0100;
	color: #fff;
	width: 100%;
	height: 60px;
	display: inline-block;
    font-family: "TT Lakes", sans-serif;
    font-size: 21px;
    transition: all .2s;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
	line-height: 60px;
}

.btn_buy:hover {
	background-color: #201f2d;
}

.select_popup {
	width: 100%;
	height: 60px;
	position: relative;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	margin-bottom: 15px;
	background-color: #fff;
	font-family: "TT Lakes", sans-serif;
	color: #181724;
	opacity: .7;
	padding-left: 15px;
}

.select_popup option {
	text-align: center;
	font-size: 18px;
	opacity: .7;
	color: #83827c;
}



/*=================================================*/






@media( min-width: 1200px ){
	.header_manu{
		display: block!important;
	}
	section.header_content .img_bg {
		right: 0;
	}
}


@media( max-width: 1599px){
	.main_menu .item_menu a{
		letter-spacing: -1px;
		margin: 0 7px;
	}
}

@media( max-width: 1365px){
	.main_menu .item_menu a{
		font-size: 14px;
	}
	.header .call_back .phone{
		font-size: 17px;
	}
	.header .call_back .btn_call_back{
		font-size: 13px;
	}
}


@media( max-width: 1199px ){
	.header_manu{
		position: absolute;
		top: 80px;
		background: #fff;
		width: 100%;
		line-height: 35px;
		left: 0;
		display: none;
		
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
	.header{
		height: 80px;
	    padding: 15px 15px;

	}
	section.header_content{
		margin-top: 80px;
	}
	.logo img{
		height: 50px;
	}
	
	.header{
		display: block;
		text-align: center;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
	.header:after{
		content: "";
		display: block;
		clear: both;
		text-align: center;
	}
	.logo{
		display: inline-block;
	}
	.call_back{
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
	.mm{
		position: absolute;
		top: 22px;
		left: 15px;
		cursor: pointer;
		
	}
	
	.header .call_back .phone{
		letter-spacing: -1px;
	}

	.registre .wrap_img_person {
		max-width: 450px;
		z-index: 0;
	}
	section.registre .title_section {
		z-index: 2;
		position: relative;
	}
	.form_registre {
		z-index: 2;
		position: relative;
	}
	.item_programs .wrap_img_registre {
		margin-bottom: -30px;
	}
	
}


@media( max-width: 959px ){
    .registre .wrap_img_person{
        display:none;
    }
	.header_content .wrap_text{
		margin-top: 80px;
		padding-top: 25px;
	}
	section.header_content:after{
		background-size: 200%
	}
	.spicher .left_section li,.spicher .right_section li {
		text-align: left;
		min-height: 90px;
	}
	.spicher .left_section li .text_spicher, .spicher .right_section li .text_spicher {
		margin-bottom: 20px;
	}
	.spicher ul {
		padding: 0;
	}
	.spicher .wrap_title .title_section {
		margin-bottom: 30px;
	}
	.spicher {
		padding-bottom: 0;
        margin-bottom: -50px;
	}
	section.why {
		padding-top: 40px;
	}
	.why_content .item_why .wrap_icon {
		margin-top: 80px;
	}
	.content_for .item_for {
		margin: 30px auto 0;
	}
	.content_price {
		flex-wrap: wrap;
		align-items: center;
	}
	.content_price .business .body_cart {
		padding: 0 20px 35px 0;
	}
	.content_price .cart_price {
		margin: 0 2px 15px;
	}
	.item_question {
		margin: 18px auto 0;
	}
	.item_question .wrap_img {
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	.item_question .wrap_img img {
		max-width: 100%;
	}
	.registre .wrap_img_person {
		max-width: 350px;
	}

	.club_cart .wrap_img {
		display: none;
	}
	.popup_price {
		width: 70%;
	}
}

@media( max-width: 768px ){
	section.header_content:after{
		background-size: 230%
	}
	.header_manu{
		padding-top: 15px;
	}
	.spicher .wrap_title .title_section {
		font-size: 38px;
	}
	section.why .title_section {
		font-size: 38px;
	}
	section.for .title_section {
		font-size: 38px;
		margin-bottom: 40px;
	}
	section.for {
		padding: 60px 0 40px;
	}
	.content_video h3.title_section {
		font-size: 38px;
	}
	.content_video .sub_title {
		font-size: 28px;
	}
	section.programs .title_section {
		font-size: 38px;
		margin-bottom: 40px;
	}
	section.programs {
		padding: 60px 0;
	}
	/*.content_timetable .item_timetable {
		margin: 0 20px; 
	}*/
	.content_timetable .item_timetable li {
		margin-right: 20px;
		margin-left: 20px;
	}
	section.price_category .title_section {
		font-size: 38px;
	}
	section.price_category {
		padding: 80px 0 50px;
	}
	.registre .wrap_img_person {
		display: none;
	}
	section.registre .title_section {
		font-size: 38px;
	}
	section.timetable h3.title_section {
		font-size: 38px;
	}
	.header_content .wrap_text .name_person {
		font-size: 38px;
	}
	
}

@media( max-width: 599px ){
	#page .header .call_back{
		display: none;
	}
	section.header_content:after{
		display: none !important;
	}
	.wrap_person_img {
		display: none;
	}
	.header .call_back .wrap_number {
		margin: 0 0 18px 0;
		text-align: center;
	}
	.why_content .item_why {
		margin: 0 auto;
	}
	.why_content .item_why .wrap_icon {
		margin-top: 50px;
	}
	section.video {
		height: 500px;
	}
	.content_timetable {
		flex-wrap: wrap;
		flex-direction: row;
	}
	.content_timetable .item_timetable {
		flex-direction: column;
	}
	.content_advantages .item_advantages .text_advantages {
		margin-bottom: 25px;
		display: block;
	}
	.footer ul.list_footer li {
		font-size: 18px;
	}
	.registre .wrap_img_person {
		display: none;
	}
	.item_programs .list_programs ul {
		padding: 0;
	}
	.item_programs>div {
		padding-left: 20px;
		padding-right: 20px;
	}
	.item_question .wrap_img {
		width: 220px;
		height: 220px;
	}
	.popup_price {
		width: 90%;
	}
	h6.title_popup {
		font-size: 28px;
	}
}

@media( max-width: 420px ){
	.form_header{
		padding-left: 15px;
		padding-right: 15px;
	}
	.form_header .title_form{
		left: 50%;
		margin-left: -125px;
	}
	.wrap_btn_registre .btn_registre {
		padding: 13px 35px;
		margin-left: auto;
		margin-right: auto;
	}
	.why_content .wrap_btn_registre {
		margin: 50px auto 120px;
	}
	.content_video .sub_title {
		font-size: 20px;
	}
	.content_timetable .item_timetable li {
		margin-bottom: 15px;
		line-height: 22px;
	}
	.content_timetable .item_timetable {
		margin-bottom: 35px;
	}
	.content_price .cart_price .body_cart ul.list_cart {
		padding-left: 15px;
	}
	.content_price .cart_price .body_cart ul.list_cart li {
		font-size: 16px;
	}
	.bottom_cart .btn_black img {
		width: 280px;
	}
	.item_programs .wrap_img_registre img {
		width: 280px;
		margin-right: 29px;
	}
	section.parteners .title_section {
		font-size: 32px;
	}
	section.parteners {
		padding-top: 60px;
	}
	section.parteners .webmaster img {
		max-width: 100%;
	}
	section.parteners .webmaster {
		margin-bottom: 60px;
	}
	.all_parteners {
		margin: 40px auto;
	}
	.footer ul.list_footer li {
		font-size: 16px;
	}
	section.registre .title_section {
		font-size: 30px;
		line-height: 30px;
	}
	.header_content .wrap_text .subtitle_wrap {
		width: 290px;
	}
	.wrap_text .subtitle_wrap .number_subtitle {
		font-size: 52px;
	}
	.header_content .wrap_text .subtitle_wrap:before {
		margin-left: -11px;
	}
	.item_programs>div {
		padding-start: 0;
	}

}




.item_programs{
	padding: 0;
}

/*.hyper-figure .item_programs:before{
	content: "";
	display: block;
	height: 19px;
	background: url(/images/elements/m-top.png);
	background-size: 100% 100%;
}
.hyper-figure .item_programs:after{
	content: "";
	display: block;
	height: 19px;
	background: url(/images/elements/m-bottom.png);
	background-size: 100% 100%;
}*/


.item_programs>div{
	padding: 40px;
	height: 250px;
}


.last-elem{
	margin-top: 8px;
}


@media( max-width: 1199px ){
	.hyper-figure .item_programs:before, .hyper-figure .item_programs:after{
		display: none;
	}
	.item_programs{
		border-radius: 5px;
		margin-bottom: 15px;
	}
	.item_programs>div{
		height: auto;
		min-height: 295px;
	}
	
	.item_programs>div{
		padding-right: 50px;
	}
}



@media( max-width: 599px ){
	#page .mm-callback{
		position: relative;
	}
	#page .header .lwr span{
		display: inline-block;
	}
	#page .header .lwr img{
		
	}
	.item_programs>div{
		padding: 40px 20px 40px 20px;
		min-height: 291px;
	}
}

#scroll_top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 70px;
    height: 70px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url(/images/common/scroll_up.svg);
    z-index: 50;
}

#popup_wind{
    position:fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 55;
    display:none;
}
.pop_zone{
    width: 700px;
    min-height: 200px;
    padding: 40px;
    background:#fff;
    color:#353535;
    margin: 150px auto 0;
    position:relative;
}

.pop_title span{
    text-transform:uppercase;
    font-weight: 600;
    font-size: 25px;
}

.pop_title p{
    font-size: 16px;
    line-height: 1.4;
}

.pop_cls{
    color:#000;
    font-size: 20px;
    position:absolute;
    top: 10px;
    right: 10px;
    cursor:pointer;
}

.pop_int{
    display: block;
    width: 100%;
    height: 57px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c7d0d4;
    margin-bottom: 20px;
    padding-left: 18px;
    color: #181724;
    font-family: "TT Lakes";
    font-size: 14px;
    font-weight: 500;
}

.register{
    color: #ffffff;
    font-family: "TT Lakes", sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    line-height: 55px;
    display: block;
    background-color: #db0100;
    transition: all .2s;
    cursor: pointer;
    border-radius: 5px;
}
.register:hover{
    background-color: #201f2d;
}

@media (max-width: 800px){
    .pop_zone{
        width: 300px;
        margin: 25px auto 0;
        padding: 22px;
    }
    
    .pop_title span{
        font-size: 15px;
    }
    
    .pop_title p{
        font-size: 14px;
    }
}

.date_from{
    padding: 15px 15px;
    background: #db0100;
    color: #fff;
    font-size: 25px;
    border-radius: 10px;
    width: 240px;
}

.s-10 ul{
    text-align: center;
    margin-top: 70px;
}
.s-10 ul li:nth-child(odd) {
    margin-left: -80px;
}
.s-10 ul li {
    display: inline-block;
    vertical-align: top;
    width: 700px;
    height: 240px;
    border: 5px solid #392750;
    padding: 40px 80px;
    margin-bottom: 20px;
    border-left: none;
    position: relative;
}
.s-10 ul li:before {
    content: '';
    width: 120px;
    height: 240px;
    background: url(/images/bg/s10sprite.png) 0 0 no-repeat;
    position: absolute;
    left: -54px;
    top: -15px;
}
.s-10 ul li .title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: left;
}
.s-10 ul li p {
    font-size: 17px;
    text-align: left;
    color: #353535;
    line-height: 24px;
}
.s-10 ul li:nth-child(even) {
    margin-left: 270px;
}
.s-10 ul .i2:before {
    background-position: -145px 0;
}
.s-10 ul .i3:before {
    background-position: -280px 0;
}
.s-10 ul .i4:before {
    background-position: -425px 0;
}
.s-10 ul .i5:before {
    background-position: -560px 0;
}

.s-4 ul {
    text-align: center;
    padding-left: 0;
}
.s-4 ul li {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    background: url(/upload/training/1.png) no-repeat center top;
    padding-top: 130px;
    margin-bottom: 70px;
}
.s-4 ul li p {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}
.s-4 ul li .title {
    font-size: 20px;
    font-weight: bold;
    
}
.s-4 ul .i2 {
    background: url(/upload/training/2.png) no-repeat center top;
}
.s-4 ul .i3 {
    background: url(/upload/training/3.png) no-repeat center top;
}
.s-4 ul .i4 {
    background: url(/upload/training/4.png) no-repeat center top;
}
.s-4 ul .i5 {
    background: url(/upload/training/5.png) no-repeat center top;
}

.wrap_icon img{
    width: 60px;
}

@media screen and (min-width: 961px) and (max-width: 1400px)
{
   .main_photo {
        width: 510px;
        position: absolute;
        bottom: 0;
        right: 0;
    } 
}


@media screen and (min-width: 1500px) and (max-width: 1840px)
{
    .main_photo{
        right: 45px;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1499px)
{
    .main_photo{
        right: 0px;
        width: 720px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px)
{
    .main_photo{
        right: 50px;
        width: 660px;
    }
}
@media screen and (max-width: 1200px){
    .item_menu .select_language{
        display:none;
    }
    
    .item_menu .select_language_mob{
        display:block;
        color:#db0100;
    }
    .item_menu{
        display:inline-block;
    }
}
.item_menu .select_language_mob{
    display:none;
}