@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro-Medium.eot');
	src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
		url('fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Medium.woff') format('woff'),
		url('fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro-Bold.eot');
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
		url('fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Bold.woff') format('woff'),
		url('fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro-Light.eot');
	src: local('Gotham Pro Light'), local('GothamPro-Light'),
		url('fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Light.woff') format('woff'),
		url('fonts/GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
		url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro.woff') format('woff'),
		url('fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro-Black.eot');
	src: local('Gotham Pro Black'), local('GothamPro-Black'),
		url('fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Black.woff') format('woff'),
		url('fonts/GothamPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Acumin Pro';
	src: url('fonts/Acumin-BdPro.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Acumin Pro';
	src: url('fonts/Acumin-RPro.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}


*{margin:0;border:0;padding:0;}
a,select,input,textarea,button{outline:none;}
body{font-family: 'Gotham Pro';width:100%;overflow-x: hidden;font-weight: normal;font-weight:400;}

header{width:100%;position: fixed;top:0;left:0;background:#fff;z-index:10;}
header .title{margin:37px auto 41px;text-align: center;font-size:25px;color:#292929;display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: normal;}
header .title .liner{
    width: 100%;
    font-weight: bold;
    position: relative;
    z-index:1;
}
header .title .liner:after{
    content: '';
    width: 260px;
    margin-left: -130px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    z-index: -1;
}
header .title .liner:before{
    content: '';
    width: 400px;
    margin-left: -200px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #292929;
    z-index:-2;
}
header .button-home{
    width: 140px;
    display: block;
    position: absolute;
    right: 15px;
    top: 44px;
    z-index: 1;
}
header .button-home img{
    width: 100%;
    float: left;
}
.rel{position: relative;}
header .menu{background:#008fa3;width:100%;}
header .menu-list{width:100%;height:50px;list-style: none;display:flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
header .menu-list li a{color:#fff;text-decoration: none;font-size:18px;}
#app{margin-top:156px;width:100%;overflow-x: hidden;}

.table{
	margin-top:27px;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	position: relative;
	list-style: none;
}
.table ul{
	list-style: none;
	width: 100%;
}
.table > li{
	float:left;
	display:block;
	width:auto;
	height:100%;
	text-align: center;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	position: relative;
}
.table li ul li{
	font-size:18px;
	font-weight:500;
	padding:21px 10px;
	font-size:16px;
	border-bottom:1px solid #bababa;
}
.table li ul li:nth-child(1){
	background:#008fa3;
	color:#fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	font-size:18px;
	font-weight:500;
	padding:21px 0;
	font-size:16px;
	border-bottom:none;
}
.table > li:after{
	content:'';
	width:1px;
	height:calc(100% - 90px);
	background:#bababa;
	position: absolute;
	bottom:3px;
	right:-3.5px;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	z-index:2;
	box-sizing: unset;
}
.table > li:last-child:after{
	display:none;
}


section{
	width:100%;
}
section.utp{
    width: 100%;
    background: url(/img/utp.png);
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
section.utp .video-bgr{
    z-index: -2;
    min-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
}
section.utp:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}
section.utp .title{
	width:100%;
	text-align: center;
	margin-top:120px;
	color:#fff;
	font-size:60px;
	font-weight: bold;
	text-transform: uppercase;
}
section.utp .desc{
	width:100%;
	text-align: center;
	font-size:30px;
	font-weight:300;
	color:#fff;
	margin-top:56px;
}
section.utp .icon{
	margin:92px auto 0;
	width:58px;
	height:58px;
	display:block;
}
section.utp .text{
	margin-top:23px;
	width:100%;
	height:auto;
	display:block;
	color:#fff;
	text-align: center;
	font-weight:300;
	line-height:26px;
	font-size:18px;
}
section.utp button{
	margin:87px auto;
	padding:0 40px;
	height:56px;
	border-radius:28px;
	color:#fff;
	text-transform: uppercase;
	display:block;
	font-size:20px;
	background:#a82682;
	cursor:pointer;
}

section.about .title{
	width:100%;
	margin:165px auto 80px;
	text-align: center;
	position: relative;
	font-size:40px;
	color:#171717;
	font-weight:500;
	z-index:1;
}
section.about .title span{
	position: absolute;
	top:-118px;
	width:100%;
	text-align: center;
	left:0;
	font-size:248px;
	color:#ececec;
	line-height:1;
	z-index:-1;
}
section.about .text{
	width:100%;
	color:#171717;
	text-align: center;
	font-size:16px;
	line-height:30px;
}
section.about-person{
	width:100%;
	margin-top:60px;
	background:url('/img/about.png');
	background-size:cover; 
	background-position:50% 50%;
	padding-bottom:50px;
}
section.about-person .title{
	width:100%;
	margin-top:60px;
	color:#fff;
	text-align: center;
	font-size:40px;
	font-weight:500;
}
section.about-person .title span{
	width:100%;
	text-align: center;
	display:block;
	margin-top:24px;
	font-size:80px;
	text-transform:uppercase;
}
section.about-person .avatar{
	width:220px;
	height:220px;
	border-radius:100%;
	overflow: hidden;
	display:block;
	margin:54px auto 0;
}
section.about-person .avatar img{
	max-width:100%;
	float:left;
}
section.about-person .name{
	width:100%;
	text-align: center;
	margin-top:45px;
	color:#fff;
	display:block;
	font-size:24px;
	font-weight:500;
}
section.about-person .charted{
	width:100%;
	margin-top:15px;
	list-style: none;
}
section.about-person .charted li{
	width:100%;
	text-align: center;
	margin-top:20px;
	color:#fff;
	font-size:16px;
	line-height:20px;
}

section.program-training .title{
	width:100%;
	margin:145px auto 60px;
	text-align: center;
	position: relative;
	font-size:40px;
	color:#171717;
	font-weight:500;
	z-index:1;
}
section.program-training .title span{
	width:100%;
	text-align: center;
	left:0;
	font-size:165px;
	color:#ececec;
	line-height:1;
	z-index:-1;
	text-transform: uppercase;
}
section.program-training .select-tabs{
	width:100%;
	list-style: none;
}
section.program-training .select-tabs li{
	width:25%;
	float:left;
	position: relative;
	z-index:1;
	display:block;
}
section.program-training .select-tabs li:hover{
	z-index:2;
}
section.program-training .select-tabs li:hover:after{
	content:'';
	position: absolute;
	z-index:-1;
	width:100%;
	height:100%;
	background:#eeeeee;
	top:-15px;
	left:-15px;
	padding:15px;
	box-sizing: unset;
}
section.program-training .select-tabs li .num{
	width:100%;
	margin-top:30px;
	color:#a82682;
	font-size:28px;
	font-weight:500; 
	text-align: center;
	display:block;
}
section.program-training .select-tabs li .name{
	width:100%;
	margin-top:30px;
	color:#171717;
	font-size:28px;
	font-weight:500; 
	text-align: center;
	display:block;
	text-transform: uppercase;
}
section.program-training .select-tabs li .text{
	width:100%;
	margin-top:15px;
	color:#171717;
	font-size:15px;
	line-height:20px;
	text-align: center;
	display:block;
}
section.program-training .select-tabs li button{
	width:230px;
	height:56px;
	border-radius:28px;
	background:#a82682;
	color:#fff;
	margin:35px auto 15px;
	display:block;
	cursor:pointer;
	font-size:20px;
	text-transform: uppercase;
}
section.program-training .tabs{
	margin-top:70px;
	width:100%;
	list-style: none;
}
section.program-training .tabs li{
	width:100%;
}
section.program-training .tabs > li{
	display:none;
}
section.program-training .tabs li.active{
	display:inline-block;
}
section.program-training .tabs li .name{
	width:100%;
	text-align: center;
	display:block;
	font-size:24px;
	color:#171717;
}
section.program-training .table > li{
	width:50%;	
}

section.program-training .tabs li .ps{
	margin-top:58px;
	font-size:18px;
	color:#171717;
	width:100%;
	text-align: center;
	list-style: none;
}
section.program-training .tabs li .ps li{
	width:100%;
	text-align: center;
	margin-top:20px;
}
section.program-training .tabs li .ps li span{	
	width:6px;
	height:6px;
	background:#171717;
	display:inline-block;
	border-radius:100%;
	margin-right:10px;
	position: relative;
	top:-3px;
}

section.program-training-view{
	margin-top:115px;
	background:#e4dee1;
}
section.program-training-view .title{
	width:100%;
	text-align: center;
	font-size:24px;
	margin-top:65px;
    margin-bottom:65px;
	font-weight:400;
	line-height:36px;
}
section.program-training-view button{
	width:100%;
	text-align: center;
	font-size:20px;
	width:632px;
	min-height:56px;
	max-width:100%;
	margin:70px auto;
	border-radius:28px;
	background:#a82682;
	display:block;
	color:#fff;
	text-transform:uppercase;
}
section.program-training-view .desc{
	width:100%;
	text-align: center;
	font-size:16px;
	margin-bottom:60px;
	font-weight:400;
	line-height:24px;

}

section.schedule .title{
	width:100%;
	text-align: center;
	font-size:40px;
	margin-top:125px;
	font-weight:500;
}
section.schedule .table > li{
	width:16.666666%;	
}
section.schedule .table li ul li:nth-child(2){
	min-height:151px;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
section.schedule .table li ul li:nth-child(3){
	min-height:97px;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

section.resultat .title{
	margin-top:190px;
	font-weight:500;
	font-size:40px;
	text-align: center;
	width:100%;
} 
section.resultat .title span{
	display:block;
	text-align:center;
	width:100%;
	font-size:190px;
	text-transform: uppercase;
	color:#ececec;
	font-weight:bold;
}
section.resultat .avatar{
	width:218px;
	height:218px;
	border-radius:100%;
	margin:70px auto 0;
	display:block;
}
section.resultat .avatar img{
	width:100%;
	float:left;
}
section.resultat .name{
	margin-top:50px;
	width:100%;
	text-align: center;
	display:block;
	float:left;
	color:#171717;
}

section.reward{
	width:100%;
	margin-top:60px;
	background:url('/img/about.png');
	background-size:cover; 
	background-position:50% 50%;
	padding-bottom:50px;
}
section.reward .title{
	width:100%;
	text-align: center;
	margin-top:60px;
	font-size:200px;
	line-height:180px;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	opacity:0.6;
}
section.reward .text{
	width:100%;
	text-align: center;
	margin-top:45px;
	font-size:32px;
	line-height:50px;
	color:#ffffff;
}
section.reward .decs{
	width:100%;
	text-align: center;
	margin-top:45px;
	font-size:40px;
	line-height:50px;
	font-weight:500;
	color:#ffffff;
}
section.reward img{
	margin:55px 0 70px;
	width:100%;
	float:left;
}
section.bonus{
	background:#f1f7f7;
}
section.bonus .img{
	margin-top:98px;
	max-width:100vw;
	display:block;
}
section.bonus .desc{
	width:100%;
	margin-top:360px;
	font-size:20px;
	line-height:1;
	color:#171717;
	display:block;
}
section.bonus .title{
	width:100%;
	margin-top:25px;
	font-size:36px;
	line-height:42px;
	color:#ad3d8b;
	font-weight: bold;
	display:block;
	text-transform: uppercase;
}
section.bonus .text{
	width:100%;
	margin-top:22px;
	font-size:20px;
	line-height:1;
	color:#171717;
	display:block;
	margin-bottom:108px;
}
section.price .title{
	width:100%;
	margin-top:98px;
	font-size:40px;
	line-height:1;
	color:#171717;
	display:block;
	font-weight:500;
	text-align: center;
}
section.price .title span{
	width:100%;
	display:block;
	text-align: center;
	font-size:160px;
	text-transform: uppercase;
	line-height:1;
	font-weight:bold;
	color:#ececec;
}
section.price .text{
	width:100%;
	margin-top:84px;
	font-size:20px;
	color:#171717;
	display:block;
	font-weight:400;
	text-align: center;
}
section.price strong{
	width:100%;
	margin-top:25px;
	font-size:36px;
	color:#ad3d8b;
	display:block;
	font-weight:500;
	text-align: center;
	text-transform: uppercase;
}
section.price button{
	width:240px;
	margin:56px auto 100px;
	font-size:20px;
	border-radius:28px;
	height:56px;
	background:#ad3d8b;
	color:#fff;
	display:block;
	font-weight:500;
	text-align: center;
	text-transform: uppercase;
}
section.comparison{
	background:#edeff0;
}
section.comparison .mt{
	margin-top:65px;
	width:100%;
	height:150px;
	display:flex;
	flex-wrap: wrap;
	color:#171717;
	font-size:24px;
	justify-content: center;
	text-align: center;
	line-height:32px;
	align-items: center;
}
section.comparison .box{
	width:100%;
	background:#fff;
	height: calc(100% - 215px);
	position:relative;
	display: inline-block;
}
section.comparison .box .text{
	margin-top:40px;
	width:100%;
	text-align:center;
	color:#171717;
	font-size:20px;
	display:block;
}
section.comparison .box .price{
	margin:25px 0 10px;
	width:100%;
	text-align:center;
	color:#a82682;
	font-size:30px;
	display:block;
	font-family:'Acumin Pro';
	font-weight:bold;
}
section.comparison .box .price span{
	font-family:'Gotham Pro';
}
section.comparison .box .line{
	margin:45px auto 0;
	width:258px;
	max-width:100%;
	height:2px;
	text-align:center;
	background:#dddddd;;
	display:block;
}
section.comparison .box .title{
	margin-top:45px;
	width:100%;
	text-align:center;
	color:#171717;
	font-size:24px;
	font-weight:bold;
	display:block;
}
section.comparison .box .ps{
	margin-top:35px;
	width:100%;
	text-align:center;
	color:#171717;
	font-size:14px;
	line-height:20px;
	display:block;
	margin-bottom:65px;
}
section.comparison .desc{
	margin:60px auto 0;
	width:100%;
	text-align:center;
	color:#171717;
	font-size:24px;
	line-height:36px;
	display:block;
}
section.comparison .desc span{
	font-family:'Acumin Pro';
	font-weight:bold;
}
section.comparison button{
	margin:53px auto 58px;
	width:240px;
	height:56px;
	border-radius:28px;
	color:#fff;
	display:block;
	background: #a82682;
	text-transform:uppercase;
	font-size:20px;
	cursor:pointer;
}
section.support{
	background:url('/img/about.png');
	background-size:cover; 
	background-position:50% 50%;
    padding:70px 0;
}
section.support .title{
	width:100%;
	text-align: center;
    font-weight: bold;
	color:#fff;
	font-size:80px;
}
section.support .phone{
	width:100%;
	margin:56px 0 60px;
	text-align: center;
	color:#fff;
    font-weight:500;
	font-size:36px;
	font-weight:500;
	display:block;
	text-decoration: none;
}
section.support .address{
	width:100%;
	margin-top:45px;
	text-align: center;
	color:#fff;
	font-size:20px;
}
section.support .email{
	width:100%;
	margin-top:20px;
	text-align: center;
	color:#fff;
	font-size:20px;
    display: block;
    text-decoration: none;
}
section.support .soc-inst{
	width:100%;
	margin-top:15px;
	text-align: center;
	color:#fff;
	font-size:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
section.support .soc-vk{
	width:100%;
	margin-top:15px;
	text-align: center;
	color:#fff;
	font-size:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
section.support .soc-vk .icon, section.support .soc-inst .icon{
    width:25px;
    height:25px;
    margin-right:10px;
}
section.support .soc-vk .icon{
    background:url('/img/icon-vk.png');
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
section.support .soc-inst .icon{
    background:url('/img/icon-inst.png');
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


section.maps iframe{
	width:100%;
	height:562px;
}
footer{
	width:100%;
	height:240px;
	background:#313131;
}
.mobile-menu{
	display:none;
}

.popup{
	position: fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	display:none;
	flex-wrap:wrap;
	align-items: baseline;
	align-content: center;
	justify-content: center;
}
.popup.active{
	display:flex;

}
.popup .close{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
	cursor: pointer;

}
.popup .box{
	width:600px;
	height:auto;
	padding:15px 30px;
	max-width:100%;
	position: relative;
	background:#fff;
	z-index:2;
}
.popup .box .icon-close{
	position: absolute;
	right:20px;
	top:20px;
	width:20px;
	height:20px;
	cursor: pointer;
}
.popup .box .icon-close:after{
	width:20px;
	height:2px;
	content:'';
	position: absolute;
	top:7.5px;
	left:0;
	transform: rotateZ(45deg);
	background:#000;
}
.popup .box .icon-close:before{
	width:20px;
	height:2px;
	content:'';
	position: absolute;
	top:7.5px;
	left:0;
	transform: rotateZ(-45deg);
	background:#000;
}
.popup .box  h2{
	width:100%;
	text-align: center;
	color:#171717;
	margin-top:40px;
}
.popup .box  input{
	width:100%;
	height:56px;
	border:1px solid #bbbbbb;
	text-align: center;
	color:#171717;
	margin-top:20px;
	font-size:20px;
}
.popup .box button{
	margin:20px auto;
	padding:0 40px;
	height:56px;
	border-radius:28px;
	color:#fff;
	text-transform: uppercase;
	display:block;
	font-size:18px;
	background:#a82682;
	cursor:pointer;
}
#owl-carousel{
    position:relative;
}
#owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    width: calc(100% + 180px);
    margin-left:-90px;
    margin-top:-30px;
}
#owl-carousel .owl-nav button.owl-prev{
    width: 60px;
    height: 60px;
    background:url('/img/arrow.png');
    background-size:cover;
    background-position:50% 50%;
    transform: rotateZ(180deg);
}
#owl-carousel .owl-nav button.owl-prev span{
    display:none;
}
#owl-carousel .owl-nav button.owl-next{
    width: 60px;
    height: 60px;
    background:url('/img/arrow.png');
    background-size:cover;
    background-position:50% 50%;
    float:right;
}
#owl-carousel .owl-nav button.owl-next span{
    display:none;
}


.program-training.mobile{
    display:none;
}
.program-training.mobile .tabs.active li{
	display:block;
}

@media (max-width: 1200px) {
	.mobile-menu{
		display:block;
		width:100%;
		background:#008fa3;
		height:50px;display:flex;flex-wrap: wrap;align-items: center;
	}
	.mobile-menu .box{
		width:100%;
		height:auto;
		display:flex;
		flex-wrap:wrap;
		align-items: center;
		color:#fff;
		cursor:pointer;
	}
	.mobile-menu .icon-menu{
		width: 20px;
		height: 20px;
		display: inline-block;
		position: relative;
		margin-right:10px;
	}
	.mobile-menu .icon-menu span{
		width:100%;
		height:1px;
		background:#fff;
		position: absolute;
		top:0;
		left:0;
	}
	.mobile-menu .icon-menu span:nth-child(2){
		top:50%;
		margin-top:-0.5px;
	}
	.mobile-menu .icon-menu span:nth-child(3){
		top:100%;
		margin-top:-1px;
	}
	header .menu{display:none;}

	header .menu.active{
		display:block;
	}
	header .menu-list{
		height:auto;
	}
	header .menu-list li{
		width: 100%;
		padding: 15px 0;
	}

	section.program-training .title span{
		font-size: 135px;
	}
	section.program-training .select-tabs li{
		width:50%;
	}
	section.schedule .table > li{
		width: 33.33333%;
	}
	section.resultat .title span{
		font-size:150px;
	}
	section.reward .title{
		font-size:180px;
	}
	section.price .title span{
		font-size:138px;
	}
}
@media (max-width: 996px) {
    header .rel{
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    header .button-home {
        width: 140px;
        display: inline-block;
        position: relative;
        right: auto;
        top: auto;
        z-index: 1;
        margin: 0 auto;
        margin-bottom: 40px;
    }
	section.utp .title{
		font-size:56px;
	}
	section.about-person .title span{
		font-size:64px;
	}
	section.program-training .title span{
		font-size:100px;
		top: -75px;
	}
	section.resultat .title span{
		font-size:110px;
	}
	section.reward .title{
		font-size:132px;
	}
	section.price .title span{
		font-size:100px;
	}
}
@media (max-width: 768px) {
    #app{margin-top:116px;}
    section.utp .video-bgr{
        display:none;
    }
    #owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -30px;
}
    header .title {margin: 10px auto 10px;font-size: 20px;}
    
	section.utp .title{
		font-size: 40px;
	}
	section.about-person .title span{
		font-size:46px;
	}
	section.program-training .title span {
		font-size: 74px;
		top: -46px;
	}
	section.program-training .select-tabs li{
		width:100%;
	}
	section.program-training .tabs li{
		min-height: 78px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	section.program-training .tabs > li{
		display:none;
	}
	section.program-training .tabs > li.active{
		display: flex;
	}
	
	section.program-training .tabs li .ps li span{
        margin: 0 auto;
        clear: both;
        display: inline-block;
        float: left;
        top: 6px;
        margin-right: 20px;
	}
	section.resultat .title span{
		font-size:78px;
	}
	section.reward .title {
		font-size: 90px;
		line-height: 80px;
	}
	section.bonus .img{
		max-width: 67vw;
	}
	section.bonus .desc{
		margin-top:100px;
		text-align: center;
	}
	section.bonus .title{text-align: center;}
	section.bonus .text{text-align: center;}
	section.price .title span {
		font-size: 74px;
	}
    .program-training{
        display:none;
    }
    .program-training.mobile{
    display:block;
    }
    section.program-training .tabs li .ps li{
        text-align: left;
    }
}
@media (max-width: 576px) {
	.table > li{
		border-right: 0px solid #fff;
		border-left: 0px solid #fff;
	}
	section.utp .title {
		font-size: 22px;
	}
	section.utp .desc{
		font-size:18px;
	}
	section.utp button{
		font-size:18px;
	}
	section.about .title span{
		font-size:140px;
	}
	section.about-person .title{
		font-size:30px;
	}
	section.about-person .title span {
		font-size: 25px;
	}
	section.program-training .title{
		margin: 120px auto 120px;
            text-shadow: 0px -6px 0px #ececec;
	}
	section.program-training .title span {
		display:none;
	}
	section.program-training .table > li{
		width:50%;
	}
	section.program-training .table > li:after{display:none;}
	section.program-training-view .title{
		font-size: 18px;
		line-height: 30px;
	}
    .table li ul li:nth-child(1){
        min-height:96px;
    }
    section.program-training .tabs li{
        min-height:80px;
    }
	section.program-training-view button{
		font-size:16px;
	}
	section.schedule .table > li{
		width:50%;
	}
	section.resultat .title{
		margin-top:100px;
	}
	section.resultat .title span{
		font-size: 40px;
	}
	section.reward .title{
		font-size: 44px;
		line-height: 40px;
	}
	section.reward .text{
		font-size: 18px;
    	line-height: 24px;
	}
	section.reward .decs{
		font-size: 20px;
		line-height: 32px;
	}
	section.bonus .img {
		max-width: 88vw;
	}
	section.bonus .title{
		font-size:28px;
	}
    section.price .title{
        text-shadow: 0px -6px 0px #ececec;
    }
	section.price .title span {
		font-size: 38px;
        display: none;
	}
	section.support .phone{
		font-size:28px;
	}
    section.support .title{
	   font-size:40px;
    }
}
@media (max-width: 420px) {
    section.support .phone {
        font-size: 18px;
    }
}