@font-face {
	font-family: 'ProximaNova';
	src:url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/ProximaNova-Regular.otf')  format('opentype'),
	url('fonts/ProximaNova-Regular.woff') format('woff'),
	url('fonts/ProximaNova-Regular.ttf')  format('truetype'),
	url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src:url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/ProximaNova-Bold.otf')  format('opentype'),
	url('fonts/ProximaNova-Bold.woff') format('woff'),
	url('fonts/ProximaNova-Bold.ttf')  format('truetype'),
	url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
	src:url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/ProximaNova-Light.otf')  format('opentype'),
	url('fonts/ProximaNova-Light.woff') format('woff'),
	url('fonts/ProximaNova-Light.ttf')  format('truetype'),
	url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src:url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
	url('fonts/ProximaNova-Semibold.otf')  format('opentype'),
	url('fonts/ProximaNova-Semibold.woff') format('woff'),
	url('fonts/ProximaNova-Semibold.ttf')  format('truetype'),
	url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

body{
	font-family: 'ProximaNova', sans-serif;
}

.clearfix:before,
.clearfix:after{
	content: " ";
	display: table;
}

.clearfix:after{
	clear: both;
}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.header{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
	top: 50px;
}

.section1{
	background: #78deff;
	background: -moz-linear-gradient(45deg, #78deff 0%, #b88cf5 100%);
	background: -webkit-linear-gradient(45deg, #78deff 0%,#b88cf5 100%);
	background: linear-gradient(45deg, #78deff 0%,#b88cf5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78deff', endColorstr='#b88cf5',GradientType=1 );
	height: 1320px;
	position: relative;
	padding-top: 255px;
}

.logo{
	text-align: center;
}

.logo img{
	margin: 0 auto;
}

.g-play{
	text-align: right;
}

.section1:after{
	content: "";
	display: block;
	position: absolute;
	background: url(../images/triangle.png) no-repeat 0px 0px;
	width: 100%;
	height: 200px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	bottom: 0;
}

.slogan{
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 90px;
}

.slogan img{
	display: block;
	margin: 0 auto 50px;
}

.s1-img{
	position: relative;
	z-index: 2;
	text-align: center;
}

.s1-item{
	text-align: center;
}

.s1-item__img{
	position: relative;
	width: 160px;
	height: 160px;
	background: rgba(255,255,255,0.15);
	border-radius: 50%;
	margin: 0 auto 50px;
}

.s1-item__img img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.s1-item p{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

.s1-item p span{
	font-weight: 700;
}

.block-title{
	text-align: center;
	text-transform: uppercase;
	color: #26272d;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 70px;
	letter-spacing: 2px
}

.section2{
	padding: 100px 0 80px;
}

.block-title:after,
.block-title:before{
	content: "";
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #ccc;
	width: 40px;
	top: -8px;
}

.block-title:before{
	margin-right: 30px;
}

.block-title:after{
	margin-left: 30px;
}

.s2-text{
	margin: 0 170px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #26272d;
	margin-bottom: 70px;
}

.s2-img{
	text-align: center;
	background: url(../images/s2-img.png) no-repeat top center;
	height: 648px;
}

.section3{
	padding: 30px 0 60px;
}

.s3-item__count{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 100px;
}

.s3-item:first-child .s3-item__count{
	background: #78deff;
}

.s3-item:nth-child(2) .s3-item__count{
	background: #79ddff;
	background: -moz-linear-gradient(45deg, #79ddff 0%, #94b9fa 100%);
	background: -webkit-linear-gradient(45deg, #79ddff 0%,#94b9fa 100%);
	background: linear-gradient(45deg, #79ddff 0%,#94b9fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79ddff', endColorstr='#94b9fa',GradientType=1 );
}

.s3-item:nth-child(3) .s3-item__count{
	background: #94bafb;
	background: -moz-linear-gradient(45deg, #94bafb 0%, #b68ff5 100%);
	background: -webkit-linear-gradient(45deg, #94bafb 0%,#b68ff5 100%);
	background: linear-gradient(45deg, #94bafb 0%,#b68ff5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94bafb', endColorstr='#b68ff5',GradientType=1 );
}

.s3-item:nth-child(4) .s3-item__count{
	background: #b88cf5;
}

.s3-item p{
	color: #26272d;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

.section4{
	padding:  60px 0;
}

.s4-block{
	height: 430px;
	margin-top: 180px;
	background: #78deff;
	padding-top: 78px;
	background: -moz-linear-gradient(45deg, #78deff 0%, #b88cf5 100%);
	background: -webkit-linear-gradient(45deg, #78deff 0%,#b88cf5 100%);
	background: linear-gradient(45deg, #78deff 0%,#b88cf5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78deff', endColorstr='#b88cf5',GradientType=1 );
}

.s4-img{
	text-align: center;
	position: relative;
}

.s4-img img{
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -178px);
}

.s4-item{
	height: 125px;
	margin-bottom: 25px;
	background: rgba(255,255,255,0.2);
	position: relative;
	padding: 0 20px 0 120px;
}

.s4-item2{
	height: 125px;
	background: rgba(255,255,255,0.2);
	position: relative;
	padding: 0 20px 0 120px;
	width: 340px;
	margin: 0 auto;
}

.s4-item span,
.s4-item2 span{
	display: table-cell;
	height: 125px;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	line-height: 130%;
}

.s4-item2 span{
	color: #73bbff;
}

.s4-item:hover{
	background: #fff;
}

.s4-item:hover span{
	color: #8bc6fc;
}

.s4-item:hover i{
	background-image: url(../images/s4-sprite-h.png);
}

.s4-item2 i{
	background-image: url(../images/s4-sprite-h.png);
}

.s4-icon4, .s4-icon3, .s4-icon1, .s4-icon2
{ display: inline-block; background: url('../images/s4-sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.s4-icon4 { background-position: -0px -0px; width: 51px; height: 45px; }
.s4-icon3 { background-position: -0px -45px; width: 47px; height: 52px; }
.s4-icon1 { background-position: -0px -97px; width: 40px; height: 44px; }
.s4-icon2 { background-position: -0px -141px; width: 40px; height: 36px; }

.s4-item i,
.s4-item2 i{
	position: absolute;
	left: 42px;
	top: 50%;
	transform: translate(0, -50%);
}

.s4-item:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 62.5px 0 62.5px 15px;
	border-color: transparent transparent transparent #ffffff;
	top: 0;
	right: -15px;
	opacity: .2;
}

.s4-item-right:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 62.5px 15px 62.5px 0;
	border-color: transparent #ffffff transparent transparent;
	right: auto;
	left: -15px;
}

.s4-item:hover:after{
	opacity: 1;
}

.section5{
	padding: 160px 0;
}

.s5-item h3{
	color: #26272d;
	font-size: 16px;
	font-weight: 300;
	line-height: 150%;
	margin: 0 0 40px 0;
	text-align: center;
}

.s5-item__link{
	display: inline-block;
	margin-bottom: 20px;
	opacity: .6;
}

.s5-item__link:hover{
	opacity: 1;
}


.s5-item__left h3{
	margin-left: 23px;
	text-align: left;
}

.s5-item__right{
	padding-left: 40px;
}
.s5-item a{
	color: #b88cf5;
	font-size: 16px;
	text-decoration: underline;
}

.s5-item a:hover{
	text-decoration: none;
}

.s5-item a.registration-link{
	display: inline-block;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 38px 0 90px;
	background: #b88cf5 url(../images/cos.png) no-repeat 21px 15px;
	margin-bottom: 35px;
	text-decoration: none;
}

.s5-item a.registration-link:hover{
	background-color: #ae85e6;
}

.s5-item{
	text-align: center;
}

.s5-item__left{
	text-align: left;
}


.review-slider{
	margin: 0;
	padding: 0;
	list-style: none;
}

.section6{
	padding-bottom: 130px;
}

.section6 .bx-wrapper{
	margin: 0 auto;
}

.review-photo{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0.2;
	transform: scale(0.55);
	margin: 0 auto 70px;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	position: relative;
	z-index: 10;
}

.review-photo img{
	width: 100%;
}

.review-slider__wrapp{
	max-width: 770px;
	margin: 0 auto;
	position: relative;
}

.review-text{
	width: 450px;
	text-align: center;
	left: 50%;
	position: relative;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	opacity: 0;
	visibility: hidden;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}

.center .review-text{
	opacity: 1;
	visibility: visible;
}

.center .review-photo{
	opacity: 1;
	transform: scale(1);
	box-shadow: 10px 10px 50px rgba(0,0,0,0.1)
}

.review-slider li{
	position: relative;
}

.rating img{
	width: auto !important;
	max-width: auto;
	display: inline-block !important;
}

.review-text h3{
	color: #26272d;
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 28px 0;
}

.review-text p{
	color: #8c8f94;
}

.rating{
	margin: 25px 0;
}

.author{
	color: #26272d;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.owl-nav div{
	position: absolute;
	background: url(../images/carousel-arrow.png) no-repeat;
	width: 23px;
	height: 42px;
	text-indent: -99999px;
	opacity: .2;
	top: 50%;
	margin-top: -21px;
}

.owl-nav div:hover{
	opacity: .7
}

.owl-prev{
	left: -150px;
}

.owl-nav div.owl-next{
	right: -150px;
	background-position: -23px 0;
}

.footer .container{
	padding: 60px 0;
	border-top: 1px solid #f2f2f2;
}

.f-logo{
	float: left;
	margin-right: 70px;
}

.pol{
	float: left;
	margin: 5px 0px 0px 0px;
}

.pol a{
	color: #999;
	font-size: 13px;
	text-decoration: underline;
}

.pol a:hover{
	text-decoration: none;
}

.f-right{
	float: right;
}

.f-right a{
	float: left;
	margin-left: 10px;
	opacity: .8;
	display: inline-block;
}

.f-right a:hover{
	opacity: 1;
}

.s4-img2{
	text-align: center;
}

.header2{
	background: #83d0fd;
	height: 90px;
	background: -moz-linear-gradient(left, #83d0fd 0%, #b88cf5 100%);
	background: -webkit-linear-gradient(left, #83d0fd 0%,#b88cf5 100%);
	background: linear-gradient(to right, #83d0fd 0%,#b88cf5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83d0fd', endColorstr='#b88cf5',GradientType=1 );
}

.logo2{
	float: left;
	margin-top: 32px;
}

.header-right{
	float: right;
}

.navigation{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 35px;
	float: left;
}

.navigation li{
	float: left;
	margin-left: 30px;
}

.navigation li a{
	font-size: 15px;
	color: #fff;
}

.search-field{
	float: left;
	position: relative;
	margin-top: 25px;
	margin-left: 25px;
}

.search-field label{
	position: absolute;
	font-size: 15px;
	color: #fff;
	opacity: .5;
	font-weight: 400;
	left: 19px;
	top:11px;
}

.search-field input[type="text"]{
	height: 42px;
	background: #267df4;
	border: none;
	border-radius: 21px;
	padding: 0 35px 0 75px;
	width: 252px;
	color: #fff;
	font-size: 15.38px;
	font-family: 'ProximaNova';
	outline: none;
}

.search-field input[type="submit"]{
	position: absolute;
	background: url(../images/arrow.png) no-repeat 0px 0px;
	width: 14px;
	height: 12px;
	border: none;
	right: 14px;
	top: 50%;
	margin-top: -6px;
}

.profile{
	padding: 60px 0 160px;
}

.profile-photo{
	width: 248px;
	height: 248px;
	border-radius: 50%;
	border: 2px solid #ac9ff7;
	text-align: center;
	overflow: hidden;
}

.profile-photo img{
	width: 100%;
}

.profile-form{
	text-align: center;
}

.inputbox input[type="text"],
.inputbox input[type="password"],
.inputbox select{
	width: 280px;
	height: 58px;
	border: 1px solid #e6e6e6;
	outline: none;
	padding: 0 12px;
	padding-top: 15px;
}

.inputbox select{
	padding-left: 7px;
}

.form-row input[type="submit"]{
	width: 280px;
	height: 60px;
	background: #b88cf5;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	letter-spacing: 1px
}

.form-row input[type="submit"]:hover{
	background-color: #ae85e6;
}

.error-field input[type="text"]{
	border-color: #e53948;
}

.error-text{
	position: absolute;
	font-size: 12px;
	color: #e53948;
	width: 100%;
	left: 0;
	text-align: left;
}

.inputbox{
	position: relative;
	display: inline-block;
}

.inputbox label{
	position: absolute;
	color: #ccc;
	font-size: 14px;
	font-weight: 400;
	top: 18px;
	left: 12px;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}

.inputbox.focused label,
.inputbox.changed label{
	top: 10px;
}

.form-row{
	margin-bottom: 22px;
}

.profole-btns{
	text-align: right;
}

.profole-btns a{
	display: inline-block;
	width: 280px;
	height: 60px;
	background: #d2ced9;
	text-align: center;
	margin-bottom: 20px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px
}

.profole-btns a:hover{
	background: #c7c2d0;
	text-decoration: none;
}


a.menu-btn{
	width: 26px;
	height: 20px;
	position: relative;
	float: right;
	margin: 33px 0 0 0;
	z-index: 110;
	display: none;
}

a.menu-btn .button-spik{
	display: block;
	height: 2px;
	width: 100%;
	position: relative;
	background: #fff;
	top: 50%;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
}

a.menu-btn .button-spik:before,
a.menu-btn .button-spik:after{
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fff;
}

a.menu-btn .button-spik:before{
	top: -7px;
	transition-property: top, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}

a.menu-btn .button-spik:after{
	bottom: -7px;
	transition-property: bottom, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}

a.menu-btn.active .button-spik{
	background: transparent;
}

a.menu-btn.active .button-spik:before{
	top: 0;
	transition-delay: 0s, 0.2s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

a.menu-btn.active .button-spik:after{
	bottom: 0;
	transition-delay: 0s, 0.2s;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.app-store a,
.g-play a{
	opacity: .8;
	display: inline-block;
}

.app-store a:hover,
.g-play a:hover{
	opacity: 1;
}

.modal-block{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	padding: 75px;
}

.modal-wrapp{
	position: relative;
	width: 430px;
	margin: 0 auto;
}

.modal-block__login a{
	display: block;
	margin-bottom: 1px;
}

.modal-block p{
	text-align: center;
	color: #b2b2b2;
	font-size: 14px;
	margin: 15px 0;
}

.modal-block__form-row{
	margin-bottom: 20px;
	position: relative;
}

.modal-block__form-row input{
	display: block;
	border: 1px solid #e6e6e6;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	outline: none;
}

.modal-block__form-row input:focus{
	border-color: #1fbad6;
}

.modal-block__form a{
	color: #1fbad6;
}

.modal-block__form-btn{
	margin-top: 40px;
	text-align: center;
}

.modal-block__form-btn input[type="submit"]{
	display: block;
	width: 100%;
	border: none;
	height: 60px;
	background: #78deff;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: -moz-linear-gradient(45deg, #78deff 0%, #b88cf5 100%);
	background: -webkit-linear-gradient(45deg, #78deff 0%,#b88cf5 100%);
	background: linear-gradient(45deg, #78deff 0%,#b88cf5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78deff', endColorstr='#b88cf5',GradientType=1 );
}

.modal-block__form-btn a{
	display: inline-block;
	width: 80px;
	height: 40px;
	background: #78deff;
	color: #fff;
	margin: 0 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 40px;
	background: -moz-linear-gradient(45deg, #78deff 0%, #b88cf5 100%);
	background: -webkit-linear-gradient(45deg, #78deff 0%,#b88cf5 100%);
	background: linear-gradient(45deg, #78deff 0%,#b88cf5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78deff', endColorstr='#b88cf5',GradientType=1 );
}

.modal-block__form-btn a:hover{
	text-decoration: none;
}

.text{
	padding: 80px 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 160%;
}

.text h2{
	font-size: 30px;
	margin-bottom: 45px;
}


.text p{
	margin: 20px 0;
}

.text h3{
	font-size: 18px;
	margin: 60px 0 30px;
}

.text ul{
	margin: 30px 0;
	padding: 0 0 0 15px;
}

.text ul li{
	margin-bottom: 15px;
}

.text p strong{
	font-weight: 600;
}

@media (max-width: 1199px){
	.navigation li{
		margin-left: 15px;
	}
}

@media (max-width: 1100px){
	.owl-nav div.owl-next{
		right: 0;
	}

	.owl-nav div.owl-prev{
		left: 0;
	}
}

@media (min-width: 992px){
	.header-right{
		display: block !important;
	}
}

@media (max-width: 992px){
	.header-right{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 100;
		left: 0;
		text-align: center;
		display: none;
		background: -moz-linear-gradient(left, #83d0fd 0%, #b88cf5 100%);
		background: -webkit-linear-gradient(left, #83d0fd 0%,#b88cf5 100%);
		background: linear-gradient(to right, #83d0fd 0%,#b88cf5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83d0fd', endColorstr='#b88cf5',GradientType=1 );
	}
	.navigation li{
		float: none;
		margin-bottom: 20px;
	}

	.navigation li a{
		font-size: 24px;
		font-weight: 300;
	}

	.navigation{
		float: none;
	}

	.search-field{
		float: none;
		display: none;
	}
	a.menu-btn{
		display: block;
	}
	.profile-form{
		margin-bottom: 60px;
	}
	.profole-btns{
		text-align: center;
	}
	.profile-photo{
		margin: 0 auto 40px;
	}

	.section5{
		padding-top: 0px;
	}

	.s5-item__left h3{
		text-align: center;
	}

	.s5-item__link{
		display: block;
		text-align: center;
	}
	.s5-item__right{
		padding: 0;
	}
	.s5-item{
		margin-bottom: 40px;
	}
	.s2-text{
		margin: 0 60px 70px 60px;
	}

	.s2-img{
		position: relative;
	}

	.s2-img:after,
	.s2-img:before{
		content: "";
		display: block;
		position: absolute;
		width: 104px;
		height: 100%;
	}

	.s2-img:after{
		background: url(../images/shadow-right.png) no-repeat;
		right: 0;
	}

	.s2-img:before{
		background: url(../images/shadow-left.png) no-repeat;
		left: 0;
	}

	.s3-item{
		margin-bottom: 40px;
	}
}

@media (max-width: 768px){

	.f-logo{
		float: none;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.pol{
		float: none;
		text-align: center;
		margin-bottom: 40px;
	}
	.f-right{
		float: none;
		text-align: center;
	}

	.f-right a{
		float: none;
	}
	.review-slider__wrapp{
		width: 100%;
	}
	.logo{
		margin-top: 30px;
	}

	.section1{
		height: auto;
		padding-bottom: 50px;
	}

	.section1:after{
		display: none;
	}

	.s1-img,
	.s1-item{
		margin-bottom: 40px;
	}

	.block-title:after,
	.block-title:before{
		display: none;
	}
}

@media (max-width: 450px){
	.s2-img:after,
	.s2-img:before{
		display: none;
	}

	.review-text{
		width: 320px;
	}

	.s2-text{
		margin: 0 0 60px 0;
	}

	.s5-item a.registration-link{
		padding: 0 25px 0 75px;
	}

	.s4-item2{
		width: 100%;
	}
}
