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

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	min-width: 960px;
	font-family: 'CirceLight', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #27282b;
}
img {
	border: none;
}
strong,
h1,
h2,
.bold {
	font-weight: 400;
	font-family: 'CirceBold';
}
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
.light {
	font-family: 'CirceLight';
}
.extra-bold {
	font-family: 'CirceExtraBold';
}
input::-ms-clear {
	display: none;
}
a,
u {
	text-decoration: none;
}
iframe {
	border: none;
}
ul li {
	list-style-type: none;
}
.center960 {
	position: relative;
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.btn {
	position: relative;
	display: inline-block;
	line-height: 68px;
	width: 300px;
	text-align: center;
	border-radius: 3px;
	background: #00ccff;
	font-family: 'CirceBold';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 2px 0 0 #0099bf;
	-moz-box-shadow: 0 2px 0 0 #0099bf;
	-webkit-box-shadow: 0 2px 0 0 #0099bf;
}
.btn:hover {
	background: #2cd0f9;
	box-shadow: 0 2px 0 0 #219cbb;
	-moz-box-shadow: 0 2px 0 0 #219cbb;
	-webkit-box-shadow: 0 2px 0 0 #219cbb;
}
.btn:active {
	top: 2px;
	background: #2cd0f9;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn.two-line {
	line-height: 20px;
	padding: 14px 0;
}
.btn u {
	display: block;
	font-family: 'CirceLight';
	text-transform: none;
}
.transparent-btn {
	display: inline-block;
	line-height: 46px;
	border-radius: 3px;
	background: transparent;
	font-family: 'CirceBold';
	font-size: 18px;
	color: #00ccff;
	text-transform: uppercase;
	border: 2px solid #00ccff;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.transparent-btn:hover {
	background: #00ccff;
	border-color: #00ccff;
	color: #fff;
}
.transparent-btn:active {
	background: #28d4ff;
	border-color: #28d4ff;
	color: #fff;
}
.first-block {
	position: relative;
	width: 100%;
	height: 900px;
	background: url(../images/background-1.png) no-repeat center center #fff;
	padding-top: 45px; 
}
.first-block:after {
	content: '';
	display: block;
	width: 610px;
	height: 707px;
	background: url(../images/coach-4.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -495px;
}
.first-block .header {
	padding-left: 320px;
}
.first-block .header .border-block {
	display: inline-block;
	border: 2px solid #27282b;
	margin-bottom: 25px;
}
.first-block .header .border-block p {
	float: left;
	padding: 0 15px;
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	color: #595959;
}
.first-block .header .border-block p:last-of-type {
	background: #27282b;
	color: #fff;
}
.first-block .header .text-block p {
	font-size: 18px;
	margin-bottom: 10px;
}
.first-block .header .text-block p strong {
	font-size: 24px;
}
.first-block .info {
	padding-left: 480px;
	margin-top: 50px;
}
.first-block .info h1 {
	font-size: 36px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.first-block .info h2 {
	font-size: 24px;
	line-height: 32px;
}
.first-block .btn-block {
	margin-top: 40px;
	padding-left: 115px;
}
.first-block .btn-block .white {
	position: relative;
	display: inline-block;
	background: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	line-height: 58px;
	padding: 0 27px;
	font-size: 18px;
	margin: 0 0 20px 60px;
	opacity: 0;
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.first-block .btn-block .white:before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 14px;
	background: url(../images/icon-white-corner.png) no-repeat 0 0;
	position: absolute;
	top: 18px;
	left: -19px;
}
.first-block .btn-block .gray {
	position: relative;
	width: 300px;
	background: #e8e8e8;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	line-height: 18px;
	padding: 11px 22px;
	font-size: 18px;
	margin-bottom: 20px;
	opacity: 0;
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.first-block .btn-block .gray:after {
	content: '';
	display: inline-block;
	width: 21px;
	height: 15px;
	background: url(../images/icon-gray-corner.png) no-repeat 0 0;
	position: absolute;
	top: 18px;
	right: -21px;
}
.first-block .btn-block .gray.active,
.first-block .btn-block .white.active {
	opacity: 1;
}
.popup-fon {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(26,26,26,.8);
	z-index: 5;
}
.popup-form {
	position: fixed;
	top: 50%;
	left: 50%;
	background: #f7f7f7;
	padding: 55px 80px 0;
	z-index: 10;
	width: 460px;
	height: 460px;
	margin: -230px 0 0 -230px;
}
.popup-form.big {
	width: 780px;
	height: 560px;
	margin: -280px 0 0 -390px;
	padding: 40px 60px 0;
}
.popup-form .bold {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.popup-form p {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -.3px;
}
.popup-form input {
	-webkit-appearance: none;
	width: 300px;
	height: 62px;
	border: 1px solid #ddd;
	outline: none;
	border-radius: 2px;
	padding: 0 25px 0 70px;
	font-family: 'CirceLight', sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #27282b;
	background-color: #fff;
	background-repeat: no-repeat;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	margin-bottom: 20px;
}
.popup-form input[name="name"] {
	background-image: url(../images/icon-input-name.png);
	background-position: 27px 20px;
}
.popup-form input[name="phone"] {
	background-image: url(../images/icon-input-phone.png);
	background-position: 25px 20px;
}
.popup-form input[name="email"] {
	background-image: url(../images/icon-input-email.png);
	background-position: 25px 23px;
}
::-webkit-input-placeholder {
	color: #27282b;
}
:-moz-placeholder {
	color: #27282b;
	opacity: 1;
}
::-moz-placeholder {
	color: #27282b;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #27282b;
}
.popup-form input:focus {
	border-color: #00ccff;
}
.popup-form input.error {
	border-color: #9e0c0c;
}
.popup-form .left {
	float: left;
	width: 300px;
	margin-right: 60px;
	text-align: center;
}
.popup-form .right {
	float: left;
	width: 300px;
	padding-top: 55px;
}
.popup-form .left img {
	margin: 20px 0;
}
.popup-form .left p {
	font-size: 14px;
	line-height: 18px;
}
.popup-form .left p strong {
	font-size: 18px;
}
.popup-form .phone-form {
	margin-top: 30px;
}
.th-page .first-block {
	padding-top: 310px;
}
.th-page .first-block h1 {
	font-size: 36px;
	line-height: 50px;
	text-transform: uppercase;
	padding-left: 465px;
}
.fixed-footer {
	position: fixed;
	bottom: -125px;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100px;
	background: #27282b;
}
.fixed-footer .center960 {
	height: 100%;
}
.fixed-footer .img {
	position: absolute;
	bottom: 12px;
	left: 10px;
	width: 99px;
	height: 110px;
	background: url(../images/coach-2.png) no-repeat 0 0;
}
.fixed-footer p {
	font-size: 18px;
	line-height: 100px;
	color: #fff;
	padding-left: 140px;
}
.fixed-footer .transparent-btn {
	padding: 0 28px;
	position: absolute;
	top: 25px;
	right: 10px;
}
.video-block {
	width: 100%;
	position: relative;
	padding: 185px 0 100px;
}
.video-block .parallax-block {
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
}
.video-block .background-block {
	width: 100%;
	height: 1000px;
	background: url(../images/background-2.png) no-repeat center top;
	position: absolute;
	top: 0;
	left: 0;
}
.video-block h3 {
	font-size: 30px;
	line-height: 28px;
	color: #00ccff;
	text-transform: uppercase;
	text-align: center;
}
.video-block .ipad {
	text-align: center;
	width: 732px;
	height: 519px;
	background: url(../images/ipad.png) no-repeat 0 0;
	margin: 35px auto 0;
	padding-top: 30px;
}
.video-block .ipad img {
	cursor: pointer;
}
.about-block {
	width: 100%;
	padding-top: 65px;
	position: relative;
	z-index: 1;
	background: #fff;
}
.about-block h3 {
	font-size: 30px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
}
.about-block .about {
	padding: 90px 0;
	background-color: #f9f9f9;
	background-image: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #f3f3f3 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
}
.about-block .about .left,
.about-block .about .right {
	float: left;
	width: 50%;
}
.about-block .about.first .left {
	padding-right: 23px;
}
.about-block .about.first .right {
	padding: 0 60px 0 10px;
	float: right;
}
.about-block .about.second .left {
	padding-left: 60px;
}
.about-block .about.second .right {
	padding-left: 23px;
}
.about-block .about h4 {
	font-size: 24px;
	line-height: 22px;
	color: #00ccff;
	text-transform: uppercase;
	text-shadow: 1px 0 2px rgba(0,0,0,.21);
	margin: 5px 0 55px;
}
.about-block .about p {
	line-height: 18px;
	color: #606060;
	margin-bottom: 8px;
}
.about-block .about p strong {
	font-size: 18px;
	color: #27282b;
}
.about-block .about .video {
	width: 447px;
	height: 332px;
	border: 4px solid #26d0ff;
}
.about-block .about .video img {
	cursor: pointer;
}
.about-block .about .slider {
	width: 447px;
	height: 332px;
}
.about-block .about .slider .slide {
	width: 439px;
}
.slider {
	position: relative;
	border: 4px solid #26d0ff;
}
.slider .nav {
	position: absolute;
	left: 0;
	bottom: -35px;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.slider .nav span {
	cursor: pointer;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #d3d3d3;
	background: transparent;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	margin: 0 2.5px;
}
.slider .nav span.active,
.slider .nav span:hover {
	background: #7c7c7c;
}
.slider .window {
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}
.slider .window .cont {
	width: 9999px;
	height: 100%;
}
.slider .window .slide {
	float: left;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.help-block {
	position: relative;
	width: 100%;
	height: 400px;
	background: url(../images/background-4.jpg) no-repeat center center;
	padding-top: 180px;
}
.help-block:before {
	content: '';
	display: block;
	width: 250px;
	height: 400px;
	background: url(../images/coach-5.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -375px;
}
.help-block h3 {
	color: #00ccff;
	font-size: 30px;
	line-height: 44px;
	text-transform: uppercase;
	text-shadow: 1px 0 2px rgba(0,0,0,.21);
	padding-left: 400px;
}
.goals-block {
	position: relative;
	width: 100%;
	height: 700px;
	padding-top: 70px;
}
.goals-block .parallax-block {
	width: 100%;
	height: 700px;
	position: absolute;
	top: 0;
	left: 0;
}
.goals-block h3 {
	color: #fff;
	font-size: 30px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
#goals {
	padding: 0;
}
#goals ul {
	font-size: 0;
	line-height: 0;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
#goals ul li {
	display: inline-block;
	float: none;
}
#goals ul li a {
	cursor: pointer;
	display: inline-block;
	line-height: 36px;
	border: 2px solid #00ccff;
	color: #00ccff;
	padding: 0 30px;
	font-size: 14px;
	font-family: 'CirceBold';
	text-transform: uppercase;
	outline: none;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#goals ul li a.men {
	border-right: none;
}
#goals ul li a.women {
	border-color: #e769a8;
	color: #e769a8;
	border-left: none;
}
#goals ul li.ui-state-active a,
#goals ul li a:hover {
	color: #fff;
}
#goals ul li.ui-state-active a.men,
#goals ul li a.men:hover {
	background: #00ccff;
}
#goals ul li.ui-state-active a.women,
#goals ul li a.women:hover {
	background: #e769a8;
}
#men,
#women {
	padding: 0;
}
#goals .block {
	overflow: hidden;
	position: relative;
	float: left;
	width: 220px;
	height: 300px;
	margin-left: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#goals .block:before {
	content: '';
	display: block;
	width: 196px;
	height: 276px;
	border: 2px solid #00ccff;
	position: absolute;
	top: 10px;
	left: 10px;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#goals .block:first-of-type {
	margin-left: 0;
}
#goals .block > p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	background: #00ccff;
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 100%;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#goals .block .hidden {
	display: block;
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,204,255,.9);
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	text-align: center;
	padding: 80px 10px 0;
}
#goals .block .hidden p {
	line-height: 18px;
	color: #fff;
	margin-bottom: 20px;
}
#goals .block:hover:before,
#goals .block.active:before {
	opacity: 0;
}
#goals .block:hover > p,
#goals .block.active > p {
	bottom: 300px;
}
#goals .block:hover .hidden,
#goals .block.active .hidden {
	top: 0;
}
#goals .block .hidden .btn {
	line-height: 54px;
	width: 200px;
	background: #fff;
	font-family: 'CirceBold';
	font-size: 14px;
	color: #27282b;
	box-shadow: 0 2px 0 0 #bfbfbf;
	-moz-box-shadow: 0 2px 0 0 #bfbfbf;
	-webkit-box-shadow: 0 2px 0 0 #bfbfbf;
}
#goals .block .hidden .btn:hover {
	background: #ebebeb;
	box-shadow: 0 2px 0 0 #b0b0b0;
	-moz-box-shadow: 0 2px 0 0 #b0b0b0;
	-webkit-box-shadow: 0 2px 0 0 #b0b0b0;
}
#goals .block .hidden .btn:active {
	background: #ebebeb;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#goals #women .block:before {
	border-color: #e769a8;
}
#goals #women .block > p {
	background: #e769a8;
}
#goals #women .block .hidden {
	background: rgba(231,105,168,.9);
}
.guarantee-block {
	width: 100%;
	height: 500px;
	background: url(../images/background-6.png) no-repeat center center;
	margin-top: -195px;
	padding-top: 225px;
	position: relative;
	z-index: 1;
}
.guarantee-block h3 {
	color: #fff;
	font-size: 30px;
	line-height: 44px;
	text-transform: uppercase;
	padding-left: 380px;
}
.examples-block .example {
	padding: 50px 0;
	background-color: #f9f9f9;
	background-image: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #f3f3f3 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
}
.examples-block .example .title {
	color: #00ccff;
	font-family: 'CirceBold';
	font-size: 30px;
	line-height: 36px;
	text-shadow: 1px 0 2px rgba(0,0,0,.21);
	text-align: center;
	margin-bottom: 35px;
}
.examples-block .example .column {
	width: 470px;
	float: left;
	padding-right: 10px;
	padding-left: 0;
}
.examples-block .example .column:first-of-type {
	float: right;
	padding-right: 0;
	padding-left: 22px;
}
.examples-block .example:nth-of-type(2n) .column {
	float: right;
	padding-right: 0;
	padding-left: 10px;
}
.examples-block .example:nth-of-type(2n) .column:first-of-type {
	float: left;
	padding-right: 22px;
	padding-left: 0;
}
.examples-block .example .slider {
	width: 448px;
	height: 448px;
}
.examples-block .example .slider .slide {
	width: 440px;
}
.examples-block .example .column p {
	line-height: 18px;
	color: #606060;
	margin-bottom: 8px;
}
.examples-block .example .column p strong {
	color: #27282b;
}
.examples-block .example .column .more {
	cursor: pointer;
	display: inline-block;
	color: #26d0ff;
	border-bottom: 1px dotted rgba(38,208,255,.7);
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	margin-top: 5px;
}
.examples-block .example .column .more:hover {
	border-color: transparent;
}
.examples-block .example .column .btn {
	display: block;
	margin-top: 30px;
}
.examples-block .example .column .text {
	max-height: 54px;
	overflow: hidden;
}
.examples-block .show-more {
	width: 100%;
	height: 298px;
	background: url(../images/background-7.jpg) no-repeat center center;
	padding-top: 115px;
	text-align: center;
}
.examples-block .show-more .transparent-btn {
	line-height: 66px;
	padding: 0 38px;
}
.advantages-block {
	position: relative;
	width: 100%;
	padding: 120px 0 60px;
}
.advantages-block:after {
	content: '';
	display: block;
	width: 369px;
	height: 694px;
	background: url(../images/coach-3.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -510px;
}
.advantages-block h5,
.advantages-block h6 {
	font-size: 30px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
}
.advantages-block h6 {
	color: #00ccff;
	margin: 20px 0 100px;
}
.advantages-block .block {
	position: relative;
	width: 485px;
	margin: 0 0 60px 450px;
}
.advantages-block .block p {
	line-height: 18px;
	margin-bottom: 13px;
}
.advantages-block .block p strong {
	text-transform: uppercase;
}
.advantages-block .block:before {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	border: 4px solid #00ccff;
	position: absolute;
	top: -25px;
	left: -80px;
	background-repeat: no-repeat;
	background-position: center center;
}
.advantages-block .block.first:before {
	background-image: url(../images/icon-advantage-1.png);
}
.advantages-block .block.second:before {
	background-image: url(../images/icon-advantage-2.png);
}
.advantages-block .block.third:before {
	background-image: url(../images/icon-advantage-3.png);
}
.advantages-block .block.fourth:before {
	background-image: url(../images/icon-advantage-4.png);
}
.free-block {
	width: 100%;
	height: 650px;
	background: url(../images/background-8.jpg) no-repeat center top;
	text-align: center;
	color: #fff;
	padding-top: 60px;
}
.free-block h6 {
	display: inline-block;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 92px;
	border: 4px solid #00ccff;
	padding: 0 35px;
	margin-bottom: 50px;
}
.free-block p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
.free-block p strong {
	color: #00ccff;
	text-transform: uppercase;
}
.free-block p span {
	display: inline-block;
	padding: 4px 0 0;
	line-height: 36px;
	background: #00ccff;
	margin-top: 10px;
	width: 40px;
	text-align: center;
}
.free-block .btn {
	margin-top: 15px;
}
footer {
	width: 100%;
	height: 100px;
	background: #27282b;
	color: #fff;
	position: relative;
}
footer .left {
	padding-top: 30px;
	font-size: 14px;
	line-height: 22px;
	float: left;
	position: relative;
	z-index: 1;
}
footer .center {
	position: absolute;
	top: 43px;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 12px;
	line-height: 12px;
}
footer .center a {
	display: inline-block;
	color: #fff;
	line-height: 12px;
	border-bottom: 1px solid rgba(255,255,255,.7);
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
footer .center a:hover {
	border-color: transparent;
}
footer .right {
	margin-top: 24px;
	float: right;
	display: inline-block;
	width: 184px;
	height: 52px;
	background: url(../images/logo.png) no-repeat 0 0;
	position: relative;
	z-index: 1;
}
.popup-form.info-popup {
	padding: 75px 80px 0;
	width: 780px;
	height: 500px;
	margin: -250px 0 0 -390px;
}
.popup-form.info-popup p {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
.popup-form.info-popup p.bold {
	font-size: 18px;
	text-transform: uppercase;
}
.for-women .btn {
	background: #e769a8;
	box-shadow: 0 2px 0 0 #ad507f;
	-moz-box-shadow: 0 2px 0 0 #ad507f;
	-webkit-box-shadow: 0 2px 0 0 #ad507f;
}
.for-women .btn:hover {
	background: #f176ad;
	box-shadow: 0 2px 0 0 #a24c77;
	-moz-box-shadow: 0 2px 0 0 #a24c77;
	-webkit-box-shadow: 0 2px 0 0 #a24c77;
}
.for-women .btn:active {
	background: #f176ad;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.for-women .popup-form input:focus,
.for-women .about-block .about .video,
.for-women .slider,
.for-women .advantages-block .block:before,
.for-women .free-block h6 {
	border-color: #e769a8;
}
.for-women .transparent-btn {
	color: #e769a8;
	border-color: #e769a8;
}
.for-women .transparent-btn:hover {
	color: #fff;
	background: #e769a8;
}
.for-women .transparent-btn:active {
	color: #fff;
	border-color: #f176ad;
	background: #f176ad;
}
.for-women .video-block h3,
.for-women .about-block .about h4,
.for-women .help-block h3,
.for-women .examples-block .example .title,
.for-women .advantages-block h6,
.for-women .free-block p strong {
	color: #e769a8;
}
.for-women .guarantee-block {
	background-image: url(../images/background-6-women.png);
}
.for-women .examples-block .example .column .more {
	color: #e769a8;
	border-color: rgba(231,105,168,.7);
}
.for-women .examples-block .example .column .more:hover {
	border-color: transparent;
}
.for-women .advantages-block .block.first:before {
	background-image: url(../images/icon-advantage-1-women.png);
}
.for-women .advantages-block .block.second:before {
	background-image: url(../images/icon-advantage-2-women.png);
}
.for-women .advantages-block .block.third:before {
	background-image: url(../images/icon-advantage-3-women.png);
}
.for-women .advantages-block .block.fourth:before {
	background-image: url(../images/icon-advantage-4-women.png);
}
.for-women .free-block p span {
	background: #e769a8;
}
.parallax-mirror {
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	padding: 50px 0;
	margin-top: -50px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.examples-for-women {
	display: none;
}
.for-women .examples-for-women {
	display: block;
}
.for-women .examples-for-men {
	display: none;
}
.video-block .parallax-block.for-mac {
	background-image: url(../images/background-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.goals-block .parallax-block.for-mac {
	background-image: url(../images/background-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.parallax-mirror.for-mac {
	display: none !important;
}