/* Reset*/
*{outline:none;max-height:99999px}*,:before,:after{-moz-box-sizing:border-box;box-sizing:border-box}html{overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%;font-weight:400;vertical-align:baseline;background:transparent}article,aside,figure,footer,header,nav,section,details,summary{display:block}img,object,embed{max-width:100%;margin-top:0}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}th{font-weight:700;vertical-align:bottom}td{font-weight:400;vertical-align:top}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}input[type="radio"]{vertical-align:text-bottom}input[type="checkbox"]{vertical-align:bottom}.ie7 input[type="checkbox"]{vertical-align:baseline}.ie6 input{vertical-align:text-bottom}select,input,textarea{font-size:100%;font-family:inherit}table{font-size:inherit;font:100%}small{font-size:85%}strong,b{font-weight:700}td,td img{vertical-align:top}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}pre,code,kbd,samp{font-family:monospace,sans-serif}.clickable,label,input[type=button],input[type=submit],input[type=file],button{cursor:pointer}button,input,select,textarea{margin:0}button,input[type=button]{width:auto;overflow:visible;font-family:inherit;font-size:100%}.ie7 img{-ms-interpolation-mode:bicubic}.clr:before,.clr:after{content:"\0020";display:block;height:0;overflow:hidden}.clr:after{clear:both}.clr{zoom:1}

/* Main style*/
body {
	font-family: 'Gotham Pro';
	line-height: 1.2;
	font-size: 16px;
	color: #151515;
	min-width: 360px;
	overflow: hidden;
	padding-top: 40px;
}
.container {
	width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
a {
	color: inherit;
	text-decoration: none;
}
#nav {
    text-align: center;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-size: cover;
    font-size: 15px;
    background: #063956;
}
#nav .container a {
    display: inline-block;
    margin: 0 15px;
}
#nav .container a:hover {
    text-decoration: underline;
}
#first {
	color: #fff;
	padding-bottom: 72px;
	background-image: url(../img/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#first .container .header {
	padding-top: 21px;
	overflow: hidden;
}
.logo {
	float: left;
}
.phone {
	float: right;
	text-align: right;
	margin-top: -3px;
}
.phone .number {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.phone .link {
	display: inline-block;
	color: #0338ff;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px dotted;
}
.phone .link:hover {
	border-bottom-color: transparent;
}
#first .container .text {
	width: 780px;
	margin-top: 112px;
	margin-left: 84px;
}
#first .container .text h1 {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 31px;
}
#first .container .text p {
	font-size: 30px;
}
#first .container .text .btn {
	margin-top: 85px;
}
.btn {
	height: 58px;
	line-height: 58px;
	padding: 0 30px;
	min-width: 322px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	background: #0338ff;
	border-radius: 100px;
	display: inline-block;
	color: #FFFFFF;
	border: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:hover {
	background: #426aff;
}
.btn.small {
	height: 50px;
	line-height: 50px;
	min-width: 270px;
	font-size: 18px;
}
h2 {
	font-size: 48px;
	font-weight: bold;
	position: relative;
	padding-left: 108px;
	text-align: left;
}
h2:after {
	content: '';
	width: 84px;
	height: 6px;
	background: #0338ff;
	display: block;
	position: absolute;
	left: 0;
	top: 27px;
}
h2 span {
	font-size: 24px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 16px;
}
#video {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #F5F5F5;
}
#video .container h2 {
	margin-bottom: 68px;
}
#video .container .video {
	width: 850px;
	height: 478px;
	background: #ccc;
	margin: 0 auto;
	position: relative;
}
#video .container .video:after {
	content: "";
	width: 100px;
	height: 50px;
	display: block;	
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 50;
	opacity: 0;
}
#video .container .video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#quote {
	border-radius: 5px;
	background-color: #F5F5F5;
	-webkit-box-shadow: 0px 5px 0px 0px #E0E0E0;
	box-shadow: 0px 5px 0px 0px #E0E0E0;
	width: 820px;
	margin: 82px auto;
	overflow: hidden;
	padding: 35px;
}
#quote .img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin-right: 40px;
}
#quote span {
	font-size: 18px;
	font-style: italic;
	color: #8a8a8a;
	display: block;
	margin-top: 8px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-left: 10px;
}
#quote p {
	font-size: 20px;
	font-style: italic;
	overflow: hidden;
	padding-left: 10px;
	line-height: 1.5;
}
#for-what {
	padding-top: 80px;
	overflow: hidden;
	background: #fff;
}
#for-what .container h2 {
	margin-bottom: 100px;
}
#for-what .items {
}
#for-what .items .item {
	margin-bottom: 97px;
}
#for-what .items .item:last-of-type {
	margin-bottom: 0px;
}
#for-what .items .item .container .text {
	width: 600px;
	margin-left: 60px;
	float: left;
	padding-top: 50px;
	padding-bottom: 44px;
	min-height: 450px;
}
#for-what .items .item:nth-of-type(2n) .container .text {
	float: right;
}
#for-what .items .item:last-of-type .container .text {
	padding-bottom: 116px;
}
#for-what .items .item .container .text h3 {
	position: relative;
	margin-bottom: 66px;
}
#for-what .items .item .container .text h3 i {
	font-size: 200px;
	color: #f1f1f1;
	font-style: normal;
	font-family: 'Marta';
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -105px;
	line-height: 1;
}
#for-what .items .item .container .text h3 span {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
.list {
	font-size: 18px;
	line-height: 1.35;
}
.list li {
	padding-left: 52px;
	margin-bottom: 26px;
	position: relative;
}
.list li:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #0338ff;
	display: block;
	position: absolute;
	left: 23px;
	top: 8px;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 0px 1px #0338ff;
	box-shadow: 0px 0px 0px 1px #0338ff;
}
#for-what .items .item .container .img {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	background: #fefbe9;
	width: 100vw;
	display: block;
	margin-left: 84px;
	min-width: 1000px;
}
#for-what .items .item:nth-of-type(2n) .container .img {
	left: auto;
	background: #f5f5f5;
	margin-left: 0;
	right: 50%;
	margin-right: 84px;
}
#for-what .items .item .container .img img {
	position: absolute;
	bottom: 0;
	left: 40px;
}
#for-what .items .item:nth-of-type(2n) .container .img img {
	left: auto;
	right: 40px;
}
#about {
	color: #fff;
	padding-top: 87px;
	padding-bottom: 77px;
	background-image: url(../img/bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#about .container h2 {
	margin-bottom: 71px;
}
#about .container .items {
	padding-left: 70px;
}
#about .container .items li {
	display: table;
	margin-bottom: 43px;
	padding-left: 12px;
	table-layout: fixed;
}
#about .container .items li:nth-of-type(2n+1) {
	padding-left: 208px;
}
#about .container .items li .icon {
	display: table-cell;
	vertical-align: middle;
	width: 162px;
	text-align: left;
}
#about .container .items li .text {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	width: 655px;
}
#worth {
	padding-top: 88px;
	background: #fff;
}
#worth .container h2 {
	margin-bottom: 90px;
}
#worth .container .block {
	position: relative;
}
#worth .container .block .img {
	position: absolute;
	right: 50%;
	top: 0;
	height: 100%;
	background: #fefbe9;
	width: 100vw;
	display: block;
	margin-right: 84px;
	min-width: 1000px;
}
#worth .container .block .img img {
	position: absolute;
	bottom: 0;
	right: 20px;
}
#worth .container .block .text {
	padding-left: 570px;
	padding-bottom: 35px;
	padding-top: 15px;
	min-height: 730px;
}
#worth .container .block .text ul li {
	margin-bottom: 56px;
}
#worth .container .block .text ul li .icon {
	margin-bottom: 22px;
}
#worth .container .block .text ul li p {
	font-size: 20px;
}
.sign-up {
	background: #f5f5f5;
	padding-top: 86px;
	padding-bottom: 92px;
}
.sign-up.yellow {
	background: #fefbe9;
}
.sign-up .container .text {
	font-size: 36px;
	font-weight: bold;
	padding-left: 113px;
	display: inline-block;
	vertical-align: middle;
	width: 682px;
	margin-right: 46px;
	padding-right: 114px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.sign-up .container .btn {
	vertical-align: middle;
}
#program {
	padding-top: 88px;
	background: #fff;
}
#program .container h2 {
	margin-bottom: 35px;
}
#program>.container .text {
	padding-left: 112px;
	line-height: 1.3;
	padding-right: 112px;
	margin-bottom: 97px;
}
#program>.container .text p {
	font-size: 18px;
	margin-bottom: 26px;
}
#program .items .item {
	padding-bottom: 60px;
	padding-top: 60px;
}
#program .items .item:nth-of-type(1) {
	padding-top: 0;
}
#program .items .item:nth-of-type(2n) {
	background: #f5f5f5;
}
#program .items .item:nth-of-type(4) {
	background: #fefbe9;
}
#program .items .item .container {
	padding-left: 114px;
}
#program .items .item .container .img {
	position: relative;
	width: 290px;
	float: left;
	margin-top: 4px;
	margin-bottom: 40px;
}
#program .items .item .container .img i {
	font-size: 150px;
	font-weight: bold;
	font-family: 'Marta';
	font-style: normal;
	position: absolute;
	line-height: 1;
	left: -34px;
	top: 50%;
	margin-top: -82px;
	color: #e4e3e3;
	-webkit-text-stroke: 5px #f5f5f5;
}
#program .items .item .container .img img {
	border-radius: 50%;
}
#program .items .item .container .text {
	overflow: hidden;
}
#program .items .item .container .text h4 {
	font-size: 24px;
	font-weight: bold;
	color: #0338ff;
}
#program .items .item .container .text h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 36px;
}
#program .items .item .container .text .list {
	margin-left: -23px;
	margin-bottom: 45px;
}
#program .items .item .container .img+.text {
	padding-left: 69px;
	padding-right: 80px;
}
#program .items .item .container .text p {
	font-size: 20px;
	color: #858585;
	padding-right: 100px;
}
#program .items .item .container .text p b {
	text-transform: uppercase;
}
#trainers {
	padding-top: 68px;
	background: #fff;
}
#trainers .container h2 {
	margin-bottom: 56px;
}
#trainers .items .item {
	padding-top: 40px;
	padding-bottom: 20px;
}
#trainers .items .item:nth-of-type(1) {
	padding-top: 0px;
}
#trainers .items .item:nth-of-type(2n) {
	background: #f9f9f9;
}
#trainers .items .item .container .img {
	width: 263px;
	height: 263px;
	overflow: hidden;
	border-radius: 50%;
	margin-left: 141px;
	float: left;
	margin-top: 5px;
}
#trainers .items .item .container .text {
	overflow: hidden;
	padding-left: 50px;
	min-height: 280px;
}
#trainers .items .item .container .text h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 36px;
	margin-left: 17px;
}
#curator {
	padding-top: 85px;
	background: #fff;
}
#curator h2 {
	margin-bottom: 92px;
}
#curator .container .block {
	position: relative;
	padding-left: 548px;
}
#curator .container .block .img {
	position: absolute;
	right: 50%;
	top: 0;
	height: 100%;
	background: #fefbe9;
	width: 100vw;
	display: block;
	margin-right: 84px;
	min-width: 1000px;
}
#curator .container .block .img img {
	position: absolute;
	bottom: 0;
	right: 20px;
}
#curator .container .block .text {
	overflow: hidden;
	padding-top: 24px;
	min-height: 460px;
}
#curator .container .block .text h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 36px;
	margin-left: 17px;
}
#price {
	padding-top: 86px;
	text-align: center;
	padding-bottom: 52px;
	background: #fff;
}
#price .container h2 {
	margin-bottom: 65px;
}
#price .container .select {
	padding-bottom: 40px;
}
#price .container .select li {
	font-size: 24px;
	display: inline-block;
	border: 3px solid #c4c1c1;
	padding: 14px 50px;
	min-width: 580px;
	margin: 0 50px 14px 50px;
	border-radius: 100px;
	cursor: pointer;
}
#price .container .select li:not(.active):hover {
	background:  #1445ff;
	border-color: #1445ff;
	color: #fff;
}
#price .container .select li.active {
	border-color: #1445ff;
	font-size: 27px;
	min-width: 640px;
	cursor: default;
}
#discount {
	padding-top: 46px;
	text-align: center;
	padding-bottom: 50px;
	background: #f9f9f9;
}
#discount .container h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 27px;
}
#discount .container h3:after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	background: #0338ff;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}
#discount .container .text {
	line-height: 1.3;
}
#discount .container .text b,
#discount .container .text span  {
	color: red;
}
#discount .container .text p {
	font-size: 18px;
}
#discount .container .text p span {
	font-size: 24px;
	font-weight: bold;
}
#discount .container .text .row {
	margin-top: 55px;
	margin-bottom: 40px;
	overflow: hidden;
}
#discount .container .text .row .col {
	text-align: left;
	width: 50%;
	padding: 0px 30px;
	float: left;
}
#discount .container .text .row .col p {
	line-height: 1.45;
	margin-bottom: 10px;
}
#discount .container .text .row .col ul {
	line-height: 1.45;
	margin-left: -20px;
}
#discount .container .text .small {
	font-size: 14px;
	color: #575757;
	line-height: 1.2;
}
#record {
	color: #fff;
	padding-top: 80px;
	text-align: center;
	padding-bottom: 90px;
	background-image: url(../img/bg-3.jpg);
	background-position: center center;
	background-size: cover;
}
#record .container h2 {
	margin-bottom: 39px;
}
#record .container .text {
	padding-left: 112px;
	padding-right: 260px;
	margin-bottom: 75px;
	text-align: left;
}
#record .container .text p {
	font-size: 18px;
	margin-bottom: 23px;
}
#record .container .text .big {
	font-size: 24px;
	font-weight: bold;
}
#reviews {
	padding-top: 90px;
	background: #fff;
	padding-bottom: 50px;
}
#reviews .container h2 {
	margin-bottom: 90px;
}
#reviews .container .items {
	max-width: 1005px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
	margin-top: -30px;
}
#reviews .container .items li {
	max-width: 810px;
	background: #eeecec;
	border-radius: 10px;
	margin-bottom: 42px;
	float: left;
	padding: 38px 56px;
	position: relative;
	width: 85%;
}
#reviews .container .items li:before {
	content: '';
	width: 39px;
	height: 28px;
	display: block;
	position: absolute;
	left: 55px;
	top: -26px;
	background-image: url(../img/corner-1.svg);
	background-repeat: no-repeat;
}
#reviews .container .items li:nth-child(2n) {
	float: right;
	background: #dce3ff;
}
#reviews .container .items li:nth-child(2n):before {
	left: auto;
	right: 55px;
	background-image: url(../img/corner-2.svg);
}
#reviews .container .items li h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
#reviews .container .items li h3 span {
	color: #9c9c9c;
	font-weight: bold;
}
#reviews .container .items li p {
	font-size: 18px;
	font-style: italic;
	line-height: 1.3;
}
#footer {
	background: #252525;
	color: #fff;
	padding: 20px 0;
}

.popup {
	width: 420px;
	padding: 50px;
	text-align: center;
	background: #f5f5f5;
	display: none;
}
.popup h3 {
	font-size: 24px;
	font-weight: bold;
}
.popup form {
	margin-top: 30px;
}
.popup form input {
	width: 270px;
	height: 50px;
	border: 2px solid #c7c7c7;
	border-radius: 50px;
	padding-left: 25px;
	margin-bottom: 20px;
	background: #f5f5f5;
}
.popup form input:focus {
	border-color: #0338ff;
}
.popup form .btn {
	margin-top: 20px;
}
@media (max-width: 1199px) { 
	#nav {
		font-size: 13px;
	}
	#nav .container a {
		margin: 0px 8px;
	}
	.container {
		width: 960px;
	}
	h2 {
		font-size: 48px;
	}
	h2 span {
		font-size: 22px;
	}
	#for-what .items .item .container .text {
		margin-left: 0px;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	#for-what .items .item .container .img {
		margin-left: 134px;
	}
	#for-what .items .item:nth-of-type(2n) .container .img {
		margin-right: 134px;
	}
	#about .container .items {
		padding-left: 0px;
	}
	#about .container .items li .text {
		width: auto;
	}
	#worth .container .block .text {
		padding-left: 420px;
	}
	#worth .container .block .text br {
		display: none;
	}
	.sign-up .container .text {
		padding-left: 0;
		width: 550px;
	}
	#program .container .text br {
		display: none;
	}
	#program .items .item .container {
		padding-left: 50px;
	}
	#trainers .items .item .container .img {
		margin-left: 0px;
	}
	#curator .container .block {
		padding-left: 300px;
	}
	#curator .container .block .img {
		margin-right: 180px;
	}
	#record .container .text {
		padding-right: 160px;
		margin-bottom: 75px;
	}
	#reviews .container .items li p br {
		display: none;
	}
}
@media (max-width: 991px) {
	.container {
		width: 720px;
	}
	#nav .container{
		white-space: nowrap;
		overflow: scroll;
	}
	#nav:after {
		content: '';
		display: block;
		width: 100px;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 10;
		pointer-events: none;
		right: 0;
		background: linear-gradient(90deg,rgba(255,255,255,0),#053e5c);
	}
	#first .container .text {
		width: 100%;
		margin-left: 0;
	}
	#first .container .text h1 {
		font-size: 42px;
	}
	#first .container .text p {
		font-size: 26px;
	}
	h2 {
		font-size: 40px;
		padding-left: 0;
		padding-bottom: 20px;
		margin-bottom: 50px !important;
	}
	h2:after {
		top: auto;
		bottom: 0;
	}
	h2 span {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#video .container .video {
		width: 640px;
		height: 360px;
	}
	#video {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#quote {
		width: 100%;
		margin: 50px auto;
	}
	#quote .img {
		width: 120px;
		height: 120px;
		margin-right: 20px;
	}
	#quote p {
		font-size: 16px;
	}
	#for-what {
		padding-top: 50px;
	}
	#for-what .items .item {
		margin-bottom: 50px;
	}
	#for-what .items .item .container .text {
		width: 480px;
	}
	#for-what .items .item .container .text h3 {
		margin-bottom: 50px;
	}
	#for-what .items .item .container .text h3 i {
		font-size: 150px;
		margin-top: -75px;
	}
	#for-what .items .item .container .text h3 span {
		font-size: 28px;
	}
	#for-what .items .item .container .img img {
		left: 20px;
		max-width: 32vw;
	}
	#for-what .items .item:nth-of-type(2n) .container .img img {
		right: 20px;
	}
	.list {
		font-size: 16px;
	}
	.list li {
		padding-left: 40px;
		margin-bottom: 15px;
	}
	.list li:after {
		left: 10px;
		top: 8px;
	}
	#about {
		padding-top: 45px;
		padding-bottom: 35px;
	}
	#about .container .items li {
		padding-left: 0px;
	}
	#about .container .items li:nth-of-type(2n+1) {
		padding-left: 100px;
	}
	#about .container .items li .icon {
		width: 120px;
		padding-right: 20px;
	}
	#about .container .items li .text {
		font-size: 18px;
	}
	#about .container .items li .text br {
		display: none;
	}
	#worth {
		padding-top: 44px;
	}
	#worth .container .block .text {
		padding-left: 290px;
		min-height: 0;
	}
	#worth .container .block .text ul li {
		margin-bottom: 40px;
	}
	#worth .container .block .text ul li .icon {
		margin-bottom: 10px;
	}
	#worth .container .block .text ul li .icon img {
		height: 50px;
	}
	#worth .container .block .text ul li p {
		font-size: 16px;
	}
	#worth .container .block .img img {
		max-width: 32vw;
	}
	.sign-up {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.sign-up .container .text {
		width: 420px;
		font-size: 26px;
		margin-right: 20px;
	}
	.sign-up .container .btn {
		font-size: 18px;
		min-width: 200px;
	}
	#program {
		padding-top: 40px;
	}
	#program>.container .text {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 50px;
	}
	#program>.container .text p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#program .items .item {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	#program .items .item .container {
		padding-left: 30px;
	}
	#program .items .item .container .img {
		width: 180px;
		margin-bottom: 30px;
	}
	#program .items .item .container .img i {
		font-size: 120px;
		left: -14px;
		margin-top: -65px;
	}
	#program .items .item .container .text h4 {
		font-size: 18px;
	}
	#program .items .item .container .text h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#program .items .item .container .text .list {
		margin-left: 2px;
		margin-bottom: 30px;
	}
	#program .items .item .container .img+.text {
		padding-left: 40px;
		padding-right: 23px;
	}
	#program .items .item .container .text p {
		font-size: 16px;
		padding-right: 0;
	}
	#trainers {
		padding-top: 40px;
	}
	#trainers .items .item .container .img {
		width: 200px;
		height: 200px;
	}
	#trainers .items .item .container .text {
		padding-left: 30px;
		min-height: 0;
	}
	#trainers .items .item .container .text h3 {
		font-size: 24px;
		margin-bottom: 25px;
		margin-left: 8px;
	}
	#curator {
		padding-top: 50px;
	}
	#curator .container .block {
		padding-left: 282px;
	}
	#curator .container .block .img {
		margin-right: 81px;
	}
	#curator .container .block .text h3 {
		font-size: 24px;
		margin-bottom: 20px;
		margin-left: 10px;
	}
	#price {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	#price .container .select li {
		min-width: 580px;
		margin-left: 0;
		margin-right: 0;
	}
	#discount .container .text .row .col {
		width: 100%;
		padding: 0px;
		float: none;
		margin-bottom: 30px;
	}
	#discount .container .text .row .col ul {
		margin-left: 0px;
	}
	#discount .container .text p {
		font-size: 16px;
	}
	#discount .container .text p span {
		font-size: 20px;
	}
	#record {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#record .container .text {
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 50px;
	}
	#record .container .text p {
		font-size: 16px;
	}
	#record .container .text .big {
		font-size: 20px;
	}
	#reviews {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	#reviews .container .items li {
		padding: 20px 30px;
	}
	#reviews .container .items li h3 {
		font-size: 18px;
	}
	#reviews .container .items li p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.container {
		width: 540px;
	}
	#first .container .text h1 {
		font-size: 32px;
	}
	#first .container .text p {
		font-size: 20px;
	}
	h2 {
		font-size: 32px;
	}
	h2 span {
		font-size: 16px;
		margin-bottom: 3px;
	}
	#video .container .video {
		width: 480px;
		height: 270px;
	}
	#quote {
		width: 100%;
		padding: 15px;
	}
	#quote .img {
		width: 100px;
		height: 100px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#for-what .items .item .container .img {
		margin-left: 0;
		left: 50%;
		opacity: 0.25;
		background: none !important;
	}
	#for-what .items .item:nth-of-type(2n) .container .img {
		margin-right: 0px;
	}
	#for-what .items .item .container .img img {
		max-width: 50vw;
	}
	#for-what .items .item .container .text {
		width: 100%;
		position: relative;
		z-index: 50;
	}
	#for-what .items .item .container .text h3 {
		margin-bottom: 50px;
	}
	#for-what .items .item .container .text h3 i {
		font-size: 120px;
		margin-top: -61px;
	}
	#for-what .items .item .container .text h3 span {
		font-size: 22px;
	}
	#about .container .items li:nth-of-type(2n+1) {
		padding-left: 50px;
	}
	#about .container .items li .icon {
		width: 90px;
		padding-right: 20px;
	}
	#about .container .items li .text {
		font-size: 16px;
	}
	#worth .container .block .text {
		padding-left: 0;
	}
	#worth .container .block .img {
		opacity: 0.25;
		background: none !important;
		margin-right: 0;
		right: auto;
		left: 50%;
		margin-left: 0px;
	}
	#worth .container .block .img img {
		max-width: 45vw;
		left: 0;
	}
	.sign-up {
		text-align: center;
	}
	.sign-up .container .text {
		width: 100%;
		text-align: center;
		font-size: 26px;
		margin-right: 0;
		background: none;
		padding: 0;
		margin-bottom: 30px;
	}
	.sign-up .container .btn {
		min-width: 322px;
	}
	.sign-up .container .text br {
		display: none;
	}
	#program>.container .text {
		padding-left: 0px;
		padding-right: 0px;
	}
	#program>.container .text p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#program .items .item .container {
		padding-left: 30px;
	}
	#program .items .item .container .img {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#program .items .item .container .text h4 {
		text-align: center;
	}
	#program .items .item .container .text h3 {
		text-align: center;
	}
	#program .items .item .container .img+.text {
		padding-left: 0;
		padding-right: 0;
	}
	#trainers .items .item .container .img {
		margin: 0 auto;
		float: none;
	}
	#trainers .items .item .container .text {
		padding-left: 0;
	}
	#trainers .items .item .container .text h3 {
		margin-bottom: 25px;
		margin-left: 0;
		text-align: center;
		margin-top: 25px;
	}
	#curator .container .block {
		padding-left: 0;
	}
	#curator .container .block .img {
		margin: 0 auto;
		position: relative;
		right: 0;
		width: 200px;
		height: 200px;
		min-width: 0;
		text-align: center;
		border-radius: 50%;
		overflow: hidden;
		padding-top: 15px;
	}
	#curator .container .block .img img {
		position: relative;
		right: 0;
		height: 125%;
	}
	#curator .container .block .text {
		min-height: 0;
	}
	#curator .container .block .text h3 {
		font-size: 24px;
		margin-bottom: 20px;
		margin-left: 0;
		text-align: center;
	}
	#price .container .select li {
		min-width: 0;
		font-size: 16px;
		padding: 14px 30px;
	}
	#price .container .select li.active {
		min-width: 0;
		font-size: 18px;
	}
	#reviews .container .items li {
		padding: 15px;
		width: 90%;
	}
	#reviews .container .items li h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
}
@media (max-width: 575px) {
	.container {
		width: 100%;
	}
	#first .container .text {
		text-align: center;
		margin-top: 50px;
	}
	#first .container .text h1 {
		font-size: 24px;
	}
	#first .container .text p {
		font-size: 18px;
	}
	.logo {
		float: none;
		text-align: center;
	}
	.phone {
		float: none;
		text-align: center;
		margin-top: 15px;
	}
	#first .container .text .btn {
		margin-top: 50px;
	}
	h2 {
		font-size: 26px;
	}
	#video .container .video {
		width: 100%;
		height: 270px;
	}
	#about .container .items li:nth-of-type(2n+1) {
		padding-left: 0px;
	}
	#about .container .items li .icon {
		width: 70px;
		vertical-align: top;
	}
	#about .container .items li .text {
		font-size: 16px;
	}
	#price .container .select li b:before{
		content: "";
		display: block;
		clear: both;
	}
	#record .container .btn {
		font-size: 15px;
	}
	.popup {
		width: 320px;
		padding: 30px 15px;
	}
}
