@import "fonts.css";
@import "reset.css";
@import "jquery.bxslider.min.css";
@import "jquery.fancybox-1.3.4.css";
@import "mediaelementplayer.css";
@import "jquery.formstyler.css";
@import "jquery-ui.css";

body {
	background:#fff;
	font-family: 'proxima_nova_rgregular';
	font-size:14px;
	color:#000;
}
section, header, footer {
	min-width:1000px;
}
.container {
	max-width:1171px;
	min-width:1000px;
	margin: 0 auto;
	position:relative;
}
.main_page header .lodfggo {
	display:block;
	width:157px;
	height:39px;
	background: url(../images/main_logo.svg) no-repeat center top;
	background-size:contain;
	position:absolute;
	top:-11px;
	left:-1px;
}

header {
	
}
header:after {
	clear:both;
	display:block;
	content:'';
}
header .container:before {
	content:'';
	width:0px;
	height:108px;
	display:inline-block;
	vertical-align:middle;
}
header .logo {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width: 50%;
	height:108px;
	color:#000;
	display: table;
	text-decoration:none;
	}
header .logo:before {
	content:'';
	width:0px;
	height:108px;
	display:inline-block;
	vertical-align:middle;
}
header .logo .l-text {
	font-size:28px;
    display: table-cell;
 	vertical-align:middle;
}
header .logo .l-text span {
	border-bottom:1px solid #ff5722;
}
header .logo .l-description {
    display: table-cell;
 	vertical-align:middle;
	font-size:17px;
	font-family: 'proxima_nova_ltlight';
 	box-sizing:border-box;
 	line-height:20px;
}
header .call {
	display:inline-block;
	vertical-align:middle;
	width:22%;
	margin:0px 0 0 47.8%;
	padding: 0 0 0 50px;
	box-sizing:border-box;
	font-size:13px;
	font-family: 'proxima_nova_ltlight';
	position:relative;
}
header .call:before {
	content:'';
	border-radius:50px;
	position:absolute;
	left:0;
	top:0;
	width:31px;
	height:31px;
	border:1px solid #000;
	background: url(../images/header-phone-icon.png) no-repeat center center;
}
header .call .phone, header .call .phone a {
	font-size:22px;
	font-family: 'proxima_nova_rgbold';
	margin: 3px 0 0 0;
}
header .consultation {
	display:inline-block;
	vertical-align:middle;
	width:27%;
	margin: 0 0 0 2%;
}
header .consultation a {
	display:block;
	height:53px;
	line-height:53px;
	color:#fff;
	text-align:center;
	font-size:17px;
	background:#0fb8ff;
	border-radius:50px;
	text-decoration:none;
	position:relative;
}
header .consultation a:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
header .consultation a:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
section.block-1 {
	height:512px;
	background: url(../images/block_1_bg.jpg) no-repeat center center;
}
section.block-1 .container {
	height:100%;
}
section.block-1 .l-side {
	width:68%;
	padding: 86px 0 0 0;
}
section.block-1 .l-side .b-text {
	font-size:51.5px;
	line-height:69.5px;
	font-family: 'proxima_novaextrabold';
	display: inline;
	background:#ff5722;
	color:#fff;
}
section.block-1 .l-side .b-text span {
	background-color: #ff5722; 
	padding: 9px 20px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
section.block-1 .l-side .s-text {
	font-size:21px;
	color:#fff;
	margin:30px 0 0 0;
}
section.block-1 .l-side .s-text span {
	background-color: #ff5722;
	padding: 11px 12px 12px 47px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background: #ff5722 url(../images/s-text-icon.png) no-repeat 10px center;
}
section.block-1 .r-side {
	position:absolute;
	right:-15px;
	top:66px;
	border:1px solid #c4c1c3;
	padding:15px;
	box-sizing:border-box;
	width:45.8%;
}
section.block-1 .r-side .video {

}
section.block-1 .r-side .video img {
	display:block;
	max-width:100%;
}
section.block-1 .r-side .video i {
	display:block;
	position:absolute;
	width:111px;
	height:78px;
	top:50%;
	left:50%;
	margin:-39px  0 0 -55px;
}
section.block-1 .r-side .video i:before {
	width:111px;
	height:78px;
	background:url(../images/r-side-play-button.png) no-repeat center center;
	content:'';
	display:block;
	opacity:0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-1 .r-side .video:hover i:before {
	opacity:1;
}
section.block-1 .r-side .video i:after {
	width:111px;
	height:78px;
	background:url(../images/r-side-play-button-icon.png) no-repeat center center;
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
section.block-1 .d-side {
    position: absolute;
    bottom: -59px;
    background: #0fb8ff;
    width: 805px;
    left: 50%;
    margin: 0 0 0 -402px;
    padding: 30px 35px;
    box-sizing: border-box;
	box-shadow: 20px 20px 83px rgba(15, 184, 255, 0.3);
}
section.block-1 .d-side .block {
	display:table-cell;
	width:1%;
	font-size:20px;
	color:#fff;
	font-family: 'proxima_novasemibold';
}
section.block-1 .d-side .block:before {
	width:51px;
	height:41px;
	padding: 0 0 20px 0;
	border-bottom:2px solid #fff;
	display:inline-block;
	vertical-align:middle;
	content:'';
	margin-right: 7px;
}
section.block-1 .d-side .block.icon-1:before {
	background:url(../images/d-side-icon-1.png) no-repeat center center;
}
section.block-1 .d-side .block.icon-2:before {
	background:url(../images/d-side-icon-2.png) no-repeat center center;
}
section.block-1 .d-side .block.icon-3:before {
	background:url(../images/d-side-icon-3.png) no-repeat center center;
}
section.block-1 .d-side .block span {
	display:inline-block;
	vertical-align:middle;
	width: 170px;
}
section.block-2 {
	background:#f5f8fb;
	padding: 90px 0 53px 0;
}
section.block-2.down {
	padding: 56px 0 53px 0;
}
section.block-2 .name {
	text-align:center;
	font-size:38px;
	font-family: 'proxima_nova_rgbold';
}
section.block-2 .name span {
	color:#fe5621;
}
section.block-2 .first-block {
	text-align:center;
	margin: 10px 0 0 0;
	position:relative;
}
section.block-2 .first-block:after {
	background: url(../images/block-1-arrow.png) no-repeat center 0px;
	width:38px;
	height:98px;
	content:'';
    display: block;
    position: absolute;
    top: 184px;
    left: 50%;
    margin: 0 0 0 380px;
}
section.block-2 .first-block .img {
	display:inline-block;
	vertical-align:top;
	width:269px;
	height:226px;
	background:url(../images/block-2-img.jpg) no-repeat center center;
	margin:0 20px 0 0;
}

section.block-2 .first-block .img22 {
	display:inline-block;
	vertical-align:top;
	width: 273px;
	height: 243px;
	background:url(../images/block-22-img.jpg) no-repeat center center;
	margin:0 20px 0 0;
}
section.block-2 .first-block .center-text {
	display:inline-block;
	vertical-align:top;
	width:263px;
	margin: 42px 0 0 0;
}
section.block-2 .first-block .center-text .t-block {
	border-radius:10px;
	height:109px;
	background:#ff5722 url(../images/block-2-gift.gif) no-repeat center 16px;
}

section.block-2 .first-block .center-text .t-block22 {
	border-radius:10px;
	height:109px;
	background:#ff5722 url(../images/block-22-gift.gif) no-repeat center 16px;
}
section.block-2 .first-block .center-text .d-block {
	background:#0fb8ff;
	color:#fff;
	border-radius:10px;
	font-size:27px;
	font-family: 'proxima_nova_rgbold';
	width:170px;
	padding: 9px 0;
	line-height: 27px;
	margin: -21px auto 0 auto;
}
section.block-2 .first-block #show, #show2, #show3, #show4 {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:270px;
	margin:38px 10px 0 41px;
}
section.block-2 .first-block #show .title, #show2 .title, #show3 .title, #show4 .title {
	text-align:left;
	font-size:15px;
}
section.block-2 .first-block .time-block, section.block-23 .time-block, section.block-24 .time-block, .popup .time-block {
	background:#0fb8ff;
	border-radius:5px;
	width:50px;
	height:50px;
	line-height:55px;
	display:inline-block;
	vertical-align:top;
	font-size:29px;
	color:#fff;
	font-family: 'proxima_novaextrabold';
	position:relative;
	text-align:center;
	margin:10px 21px 0 0;
}
section.block-2 .first-block .time-block:last-child, section.block-23 .time-block:last-child, section.block-24 .time-block:last-child {
	margin-right:0;
}
section.block-2 .first-block .time-block span, section.block-23 .time-block span, section.block-24 .time-block span, .popup .time-block span {
	display:block;
	text-align:center;
	width:100%;
	color:#000;
	position:absolute;
	top:42px;
	font-size:11px;
	font-family: 'proxima_nova_rgregular';
}
section.block-2 .second-block {
	width:765px;
	margin: 33px auto 0 auto;
}
section.block-2 .second-block .d-name {
	padding: 0 40px;
	font-size: 20px;
	color:#010101;
	font-family: 'proxima_novasemibold';
	text-align:center;
}
section.block-2 .second-block .block {
	border:2px solid #dedede;
	padding: 26px 30px 20px 30px;
	margin: 23px 0 0 0;
	text-align:center;
}
section.block-2 .second-block .block .t-name {
	font-size:18px;
	height:30px;
}
section.block-2 .second-block .block .l-side,section.block-2 .second-block .block .r-side {
	width:310px;
	display:inline-block;
	vertical-align:top;
	margin: 0 17px;
	text-align:left;
}
section.block-2 .second-block .block .l-side input[type="text"] {
	display:block;
	width:100%;
	border:0;
	outline:0;
	background:#d5dbdf;
	border-radius:5px;
	box-sizing:border-box;
	padding:22px 20px;
	font-size:18px;
	color:#9ba0a3;
	font-family: 'proxima_nova_rgregular';
	margin: 0 0 18px 0;
	border:1px solid transparent;
}
section.block-2 .second-block .block .l-side input[type="text"]:hover, section.block-2 .second-block .block .l-side input[type="text"]:focus {
	background:#e8e8e8;
}
section.block-2 .second-block .block .l-side span {
	display:block;
	text-align:center;
	font-size:14px;
}
section.block-2 .second-block .block .r-side .button {
	display:block;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-family: 'proxima_nova_rgregular';
	background:#ff5722;
	border-radius:5px;
	padding:22px 20px;
	cursor:pointer;
	margin: 0 0 19px 0;

}
section.block-2 .second-block .block .r-side .button:hover {
	box-shadow: 10px 10px 83px rgba(255, 74, 34, 0.3)
}
section.block-2 .second-block .block .r-side .button.disable {
	background: #b8b8b8;
    justify-content: space-between;
    pointer-events: none;
	cursor:default;
}
section.block-2 .second-block .block .r-side label.rules {
	font-size:12px;
	color:#000;
	text-align:left;
	display:block;
	margin:20px 0 0 0;
}
section.block-2 .second-block .block .r-side label.rules a {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
	display:inline-block;
 }
section.block-2 .second-block .block .r-side label.rules a:hover {
	border-bottom-color:transparent;
}
section.block-3 {
	margin: 55px 0 0 0;
}
.bx-wrapper {
	background:transparent;
	border:0;
	box-shadow:none;
	margin:0;
}
section.block-3 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -48px;
    outline: 0;
    width: 32px;
    height: 96px;
    text-indent: -9999px;
    z-index: 999;
}
section.block-3 .bx-wrapper .bx-prev {
    left: -70px;
	background: url(../images/slider-nav-arrow.gif) no-repeat center center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	text-indent: 9999px!important;
}
section.block-3 .bx-wrapper .bx-next {
    right: -70px;
	background: url(../images/slider-nav-arrow.gif) no-repeat center center;
}
section.block-3 .bx-wrapper .bx-controls-direction a:hover {
	opacity:0.5;
	background: url(../images/slider-nav-arrow.gif) no-repeat center center!important;
}
section.block-3 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #dddddd;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
section.block-3 .bx-wrapper .bx-pager.bx-default-pager a:hover, section.block-3 .bx-wrapper .bx-pager.bx-default-pager a.active, section.block-3 .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ff5722;
}
section.block-3 .slide {
	
}
section.block-3 .slide .line-block {
	margin: 0;
}

section.block-3 .slide .line-block .block {
	width:23.5%;
	height:270px;
	background:red;
	float:left;
	margin-right:2%;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
	text-align:center;
	background-size:cover!Important;
}
section.block-3 .slide .line-block .block.big {
	width:49%;
}
section.block-3 .slide .line-block .block.big .text {
	text-align:left;
	font-size:34px;
	font-family: 'proxima_nova_ltlight';
}
section.block-3 .slide .line-block .block.big .text span {
	display:inline-block;
}
section.block-3 .slide .line-block .block.big .text .line {
	font-size:23px;
	font-family: 'proxima_nova_rgbold';
	margin: 10px 0 0 0;
}
section.block-3 .slide .line-block .block.big .text .line:before {
	width:45px;
	height:1px;
	display:block;
	content:'';
	margin: 0 0 7px 0;
	background:#fff;
}
section.block-3 .slide .line-block .block:before {
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	content:'';
	background: rgba(58, 65, 78, 0.8);
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-3 .slide .line-block .block:after {
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	content:'';
	background-image: rgba(191,97,14,0.54);
	background-image: linear-gradient(91deg,rgba(191,97,14,0.54) 0%, rgba(0,0,0,0) 50%);
	background-image: -webkit-linear-gradient(91deg,rgba(191,97,14,0.54) 0%, rgba(0,0,0,0) 50%);
	background-image: -moz-linear-gradient(91deg,rgba(191,97,14,0.54) 0%, rgba(0,0,0,0) 50%);
	background-image:     -ms-linear-gradient(91deg,rgba(191,97,14,0.54) 0%, rgba(0,0,0,0) 50%);
	bottom:-270px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-3 .slide .line-block .block:hover:before, section.block-3 .slide .line-block .block.big:before {
	opacity:1;
}
section.block-3 .slide .line-block .block:hover:after, section.block-3 .slide .line-block .block.big:after {
	bottom:0;
}
section.block-3 .slide .line-block .block:last-child {
	margin-right:0;
}
section.block-3 .slide .line-block .block .text {
	position:absolute;
 	left:20px;
	right:20px;
	bottom:-100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size:22px;
	color:#fff;
	font-family: 'proxima_nova_rgbold';
	z-index:1;
}
section.block-3 .slide .line-block .block .text span {
	display:block;
	font-size:20px;
	font-family: 'proxima_nova_ltlight';
	margin: 7px 0 0 0;
}
section.block-3 .slide .line-block .block .text span i {
	font-style:normal;
	font-size:11px;
	display:inline-block;
	vertical-align:top;
}
section.block-3 .slide .line-block .block .text .price {
	margin: 8px 0 0 0;

}
section.block-3 .slide .line-block .block .text .price:after {
    margin: 6px 0 0 4px;
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 14px;
    background-size: contain!important;
    background: url(../images/rub-ico.png) no-repeat center left;
}
section.block-3 .slide .line-block .block:hover .text {
	top:auto;
	bottom:76px;
}
section.block-3 .slide .line-block .block.big:hover .text, section.block-3 .slide .line-block .block.big .text {
	top:auto;
	bottom:50px;
}
section.block-3 .slide .line-block .block .button {
	display:block;
	width:179px;
	height:43px;
	line-height:43px;
	text-align:center;
	color:#fff;
	font-size:17px;
	border:1px solid #fff;
	border-radius:50px;
	text-decoration:none;
	position:absolute;
	left:50%;
	margin: 0 0 0 -90px;
	bottom:-100%;
	z-index:1;
}
section.block-3 .slide .line-block .block .button:hover {
	background:#fff;
	color:#000
}
section.block-3 .slide .line-block .block:hover .button {
	bottom:16px;
}
section.block-3 .slide .line-block .block .zoom {
	display:block;
	width:38px;
	height:38px;
	background: rgba(0,0,0,0.47);
	position:absolute;
	right:5px;
	top:5px;
	border-radius: 50px;
	z-index:2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-3 .slide .line-block .block .zoom:after {
	position:absolute;
	top:0;
	content:'';
	display:block;
	width:38px;
	height:38px;
	background: url(../images/slider-zoom-arrow.png) no-repeat top center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-3 .slide .line-block .block .zoom:before {
	position:absolute;
	top:0;
	content:'';
	display:block;
	width:38px;
	height:38px;
	background: url(../images/slider-zoom-arrow.png) no-repeat -1px -39px;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-3 .slide .line-block .block .zoom:hover {
	background: rgba(0,0,0,0.8);
}
section.block-3 .slide .line-block .block .zoom:hover:after {
	opacity:0;
}
section.block-3 .slide .line-block .block .zoom:hover:before {
	opacity:1;
}
section.block-4 {
	margin:86px 0 0 0;
}
section.block-4 .name {
	font-size:45px;
	text-align:center;
	font-family: 'proxima_nova_rgbold';
}
section.block-4 .name:after {
	width:96px;
	height:3px;
	background:#ff5722;
	display:block;
	content:'';
	margin: 20px auto 79px auto;
}
.block-4 .block {
	padding: 0 0 40px 0;
}
.popup.block-4 .block {
	box-sizing:border-box;
	padding: 25px 5%;
}
.popup.block-4 .bx-viewport {
	max-height:330px;
}
.popup.block-4 .block .left-side .slider {
    overflow:hidden;
	min-height:450px;
}
.popup.block-4 .block .left-side .slider img {
	max-width:450px;
}
.block-4 .block:after {
	clear:both;
	display:block;
	content:'';
}
.block-4 .block .left-side {
	width:42%;
	float:left;
}
.block-4 .block .left-side .project {
	font-size:23px;
}
.block-4 .block .left-side .project div {
	font-size:29px;
	font-family: 'proxima_nova_rgbold';
}
.block-4 .block .left-side .slider {
	margin: 28px 0 0 0;
}

.block-4 .block .left-side .slider .bx-pager {
	margin:20px 0 0 0;
}
.block-4 .block .left-side .slider .bx-pager a {
	float:left;
	display:block;
	width:22%;
	height:72px;
	overflow:hidden;
	margin-right:4%;
	margin-bottom: 20px;
	border:1px solid transparent;
	box-sizing:border-box;
	background:#000;
}
.block-4 .block .left-side .slider .bx-pager a:nth-child(4) {
	margin-right:0;
}
.block-4 .block .left-side .slider .bx-pager a.active {
	box-shadow: 0px 0px 50px rgba(15, 184, 255, 1);
	border:1px solid #0fb8ff;
}
.block-4 .block .left-side .slider .bx-pager img {
	width:100%;
	display:block;
	opacity:0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.block-4 .block .left-side .slider .bx-pager a.active img, .block-4 .block .left-side .slider .bx-pager a:hover img {
	opacity:1;
}
.block-4 .block .left-side .slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: auto;
    margin-top:0;
	bottom:10px;
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 999;
	background:#fff;
	border-radius:50px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.block-4 .block .left-side .slider .bx-wrapper .bx-controls-direction a:hover {
	background:rgba(255, 255, 255, 0.7);
}
.block-4 .block .left-side .slider .bx-wrapper .bx-controls-direction a:before {
	width:10px;
	height:19px;
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-9px 0 0 -5px;
}
.block-4 .block .left-side .slider .bx-wrapper .bx-prev {
	right:60px;
}
.block-4 .block .left-side .slider .bx-wrapper .bx-next {
    right: 10px;
}
.block-4 .block .left-side .slider .bx-wrapper .bx-prev:before {
    left: -70px;
	background: url(../images/slider-nav-arrow.gif) no-repeat center center;
	background-size:cover;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	text-indent: 9999px!important;
}
.block-4 .block .left-side .slider .bx-wrapper .bx-next:before {
	background: url(../images/slider-nav-arrow.gif) no-repeat center center;
	background-size:cover;
}
.block-4 .block .right-side {
    width: 45%;
    float: left;
    margin: 20px 0 0 6.4%;
}
.block-4 .block .right-side .price {
	border-top:1px dashed #ff5823;
	border-bottom:1px dashed #ff5823;
	padding: 15px 0;
	margin: 0 0 10px 0;
}
.block-4 .block .right-side .price  span {
	font-size:30px;
	font-family: 'proxima_nova_ltlight';
	display:inline-block;
	margin: 0 0 0 10px;
	position:relative;
}
.block-4 .block .right-side .price  span.sale {
	padding: 0 5px;
	font-size:26px;
}
.block-4 .block .right-side .price  span.sale:before {
	width:100%;
	height:2px;
	left:0;
	right:0;
	top:50%;
	margin-top:-1px;
	position:absolute;
	background:red;
	display:block;
	content:'';
}
.block-4 .block .right-side .price  span:after {
	margin:7px 0 0 4px;
	content:'';
	display:inline-block;
	vertical-align:top;
	width:12px;
	height:20px;
	background: url(../images/rub-dark-ico.png) no-repeat center left;
}
.block-4 .block .right-side b {
	font-size:21px;
	font-family: 'proxima_nova_rgbold';
}
.block-4 .block .right-side ul {
	font-size:21px;
	font-family: 'proxima_nova_ltlight';
}
.block-4 .block .right-side ul li {
	margin: 0 0 14px 0;
}
.block-4 .block .right-side .video-review {
	margin: 16px 0 0 0;
}
.block-4 .block .right-side .videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin:26px 0 0 0;
}
.block-4 .block .right-side .videowrapper a {
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 84%;
	background-size:cover!important;
}
.block-4 .block .right-side .videowrapper a i {
	display:block;
	position:absolute;
	width:111px;
	height:78px;
	top:50%;
	left:50%;
	margin:-39px  0 0 -55px;
}
.block-4 .block .right-side .videowrapper a i:before {
	width:111px;
	height:78px;
	background:url(../images/r-side-play-button.png) no-repeat center center;
	content:'';
	display:block;
	opacity:0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.block-4 .block .right-side .videowrapper a:hover i:before {
	opacity:1;
}
.block-4 .block .right-side .videowrapper a i:after {
	width:111px;
	height:78px;
	background:url(../images/r-side-play-button-icon.png) no-repeat center center;
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.block-4 .block .show_hidden_text {
	display:block;
	width:350px;
	height:53px;
	line-height:56px;
	color:#fff;
	text-align:center;
	font-size:20px;
	background:#0fb8ff;
	border-radius:50px;
	text-decoration:none;
	position:relative;
	left:50%;
	margin: 0px 0 0 -245px;
	cursor:pointer;
}
.block-4 .block .show_hidden_text:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.block-4 .block .show_hidden_text:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.block-4 .block .show_hidden_text span:after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:17px;
	height:9px;
	background:url(../images/down-arrow.png) no-repeat right center;
	margin: -4px -11px 0 14px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.block-4 .block .show_hidden_text.active span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.block-4 .block .hidden_text {
	margin:40px 0 0 0;
	display:none;
}
.block-4 .block .hidden_text .tasks-block {
	font-size:17px;
}
.block-4 .block .hidden_text .tasks-block .t-name {
	font-size:21px;
	font-family: 'proxima_nova_rgbold';
	display:inline-block;
	vertical-align:top;
	border-bottom:1px solid #ff5722;
	margin: 0 0 10px 0;
	line-height:34px;
}
.block-4 .block .hidden_text .t-audio {
	margin:20px 0 0 0;
	font-size:16px;
}
.block-4 .block .hidden_text .t-audio .t-block {
	margin:38px 0 0 15px;
	width:320px;
}
.block-4 .block .hidden_text .right-side {
	margin-top:0;
}
.block-4 .block .hidden_text .t-review {
	border:3px solid #ff5722;
	padding:15px 25px;
	font-size:17px;
	font-family: 'proxima_novasemibold';
	margin: 33px 0 0 0;
	width:93.4%;
	box-sizing:border-box;
}
.block-4 .block .hidden_text .t-review p {
	font-size:19px;
	font-family: 'proxima_novaregular_italic';
	margin:19px 0 12px 0;
	padding:0 0 0 23px;
	position:relative;
}
.block-4 .block .hidden_text .t-review p:before {
	width:4px;
	height:22px;
	background:#ff5722;
	position:absolute;
	left:0;
	top:0;
	display:block;
	content:'';
}
.block-4 .block .hidden_text .m-top {
	margin-top:35px;
}
.block-4 .block .hidden_text .t-question {
	font-size:21px;
	font-family: 'proxima_nova_rgbold';
	margin:0 0 24px 0;
}
.block-4 .block .hidden_text .t-question p {
	font-size:17px;
	font-family: 'proxima_novaregular_italic';
	margin:17px 0 12px 0;
	padding:0 0 0 23px;
	position:relative;
}
.block-4 .block .hidden_text .t-question p:before {
	width:3px;
	height:12px;
	background:#ff5722;
	position:absolute;
	left:5px;
	top:5px;
	display:block;
	content:'';
}
.block-4 .block .hidden_text .table {
	width: 85%;
}
.block-4 .block .hidden_text .table table {
	width:100%;
	border-collapse: collapse;
	font-size:18px;
	font-family: 'proxima_nova_ltlight';
}
.block-4 .block .hidden_text .table table tr td, .block-4 .block .hidden_text .table table tr th {
	padding: 14px 0 ;
}
.block-4 .block .hidden_text .table table tr th {
	border-bottom:1px solid #000;
	font-size:19px;
	font-family: 'proxima_nova_rgbold';
	text-align:left;
}
.block-4 .block .hidden_text .table table tr th:nth-child(2) {
	text-align:center;
	padding: 16px 23px;
	text-align:center;
}
.block-4 .block .hidden_text .table table tr td {
	border-bottom:1px solid #000
}
.block-4 .block .hidden_text .table table tr td:nth-child(2) {
	border-left:1px solid #000;
	text-align:center;
	font-size:22px;
	font-family: 'proxima_nova_rgbold';
}
.block-4 .block .hidden_text .table table tr td:nth-child(2) span {
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	font-family: 'proxima_nova_ltlight';
}
section.block-5 {
	padding: 37px 0;
	background:url(../images/block-5-bg.jpg) no-repeat center top;
	background-size:cover;
}
section.block-5 .form-block {
	width:45%;
	margin: 0 0 0 50%;
}
section.block-5 .form-block .t-name {
	font-size:35px;
	font-family: 'proxima_nova_rgbold';
}
section.block-5 .form-block .t-name span {
	color:#0fb8ff;
	display:block;
}
section.block-5 .form-block .phone {
	font-size:27px;
	margin: 20px 0 0 0;
}
section.block-5 .form-block .phone a {
	display:inline-block;
	border-bottom:1px dashed #fe5a26;
	font-family: 'proxima_novabold_italic';
	color:#000;
	text-decoration:none;
	margin: 6px 0 0 0;
	line-height: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-5 .form-block .phone a:hover {
	border-bottom-color:transparent;
}
section.block-5 .form-block .form {
	border:10px solid rgba(255, 255, 255, 0.5);
	font-size:19px;
	text-align:center;
	margin: 37px 0 0 0;
	width: 380px;
	box-sizing: border-box;
	padding: 24px 23px;
}
section.block-5 .form-block .form input[type="text"] {
	display:block;
	background:transparent;
	border:1px solid #a2a2a2;
	border-radius:5px;
	font-size:19px;
	color:#000;
	font-family: 'proxima_nova_rgregular';
	box-sizing:border-box;
    padding: 17px 10px;
    width: 100%;
    margin: 15px 0;
}
section.block-5 .form-block .form input[type="text"]:hover, section.block-5 .form-block .form input[type="text"]:focus {
	background:#e8e8e8;
}
section.block-5 .form-block .form .file-upload input[type="file"]{
	display: none;
}
section.block-5 .form-block .form  .file-upload {
	position: relative;
	overflow: hidden;
	background: #b4b4b5;
	background: linear-gradient(90deg,#b4b4b5 0%, #e2e2e2 80%);
	background: -webkit-linear-gradient(90deg,#b4b4b5 0%, #e2e2e2 80%);
	background: -moz-linear-gradient(90deg,#b4b4b5 0%, #e2e2e2 80%);
	height:42px;
	border-radius:5px;
	border:1px solid #747b7f;
	font-size:17px;
	text-align: center;
}
section.block-5 .form-block .form .file-upload label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
section.block-5 .form-block .form .file-upload span {
	line-height: 40px;
}
section.block-5 .form-block .form .button {
	display: block;
	height: 58px;
	line-height: 62px;
	color: #fff;
	text-align: center;
	font-size: 21px;
	background: #ff5722;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 16px 0 0 0;
}
section.block-5 .form-block .form .button.disable {
	background: #b8b8b8;
    justify-content: space-between;
    pointer-events: none;
	cursor:default;
}
section.block-5 .form-block .form .button span {
	position:relative;
	z-index:1;
}
section.block-5 .form-block .form .button:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
section.block-5 .form-block .form .button:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
section.block-5 .form-block .form label.rules {
	font-size:12px;
	color:#000;
	text-align:left;
	display:block;
	margin:20px 0 0 0;
}
section.block-5 .form-block .form label.rules a {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
	display:inline-block;
 }
section.block-5 .form-block .form label.rules a:hover {
	border-bottom-color:transparent;
}
a {
	outline:none;
}
section.block-6 {
	background:#f5f5f5;
	padding:47px 0 23px 0;
}
section.block-6:after {
	clear:both;
	display:block;
	content:'';
}
section.block-6 .block {
	width:23.5%;
	height:270px;
	float:left;
	margin-right:2%;
	margin-bottom:30px;
	position:relative;
	overflow:inherit;
	text-align:center;
	background-size:cover!important;
	box-sizing:border-box;
}
section.block-6 .block.hover {
	overflow:hidden;
}
section.block-6 .block:nth-child(3) {
	margin-right:0;
}
section.block-6 .block.big {
	width:49%;
}
section.block-6 .block.big .text {
	text-align:left;
	font-size:34px;
	font-family: 'proxima_nova_ltlight';
	opacity:1;
	display:block;
}
section.block-6 .block.big .text span {
	display:inline-block;
}
section.block-6 .block:before {
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	content:'';
	background: rgba(58, 65, 78, 0.8);
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-6 .block:after {
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	content:'';
	background: rgba(191,97,14,0.54);
	background: linear-gradient(91deg,rgba(191,97,14,0.54) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(91deg,rgba(191,97,14,0.54) 0%, rgba(0,0,0,0) 50%);
	background: -moz-linear-gradient(91deg,rgba(191,97,14,0.54) 0%, rgba(0,0,0,0) 50%);
	bottom:0;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-6 .block.hover:before, section.block-6 .block.active:before {
	opacity:1;
}
section.block-6 .block.hover:after, section.block-6 .block.active:after {
	opacity:1;
}
section.block-6 .block:last-child {
	margin-right:0;
}
section.block-6 .block .text {
	position:absolute;
 	left:10px;
	right:10px;
	bottom:-100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size:19px;
	color:#fff;
	z-index:1;
	display:none
}
section.block-6 .block .text .title {
	text-align:center;
	margin:0 0 10px 0;
}
section.block-6 .block .text .title div {
	font-family: 'proxima_nova_rgbold';
}
section.block-6 .block .text .info {
	text-align:left;
}
section.block-6 .block .text .info .amount {
	font-size:24px;

}
section.block-6 .block .text .info .amount span {
	font-size:16px;
	display:inline-block;
	vertical-align:top;
}
section.block-6 .block .text .info .price {
	font-size:30px;
	font-family: 'proxima_nova_rgbold';
}
section.block-6 .block .text .price:after {
	margin:7px 0 0 4px;
	content:'';
	display:inline-block;
	vertical-align:top;
	width:12px;
	height:20px;
	background: url(../images/rub-ico.png) no-repeat center left;
}
section.block-6 .block.hover .text, section.block-6 .block.active .text {
	top:auto;
	bottom:76px;
	display:block;
}
section.block-6 .block.big {
	border:3px solid #e8e8e8;
}
section.block-6 .block.big .text {
	font-size: 79px;
	font-family: 'proxima_nova_rgbold';
	bottom: 0;
	top: 0;
	box-sizing: border-box;
	padding: 50px 36px;
	line-height: 76px;
	color:#000;
}
section.block-6 .block.big .text a {
	
}
section.block-6 .block.big .text span {
	font-size:118px;
	position:relative;
	display:inline-block;

}
section.block-6 .block.big .text span:after {
	content:'+';
	color:#ff5722;
	font-size:48px;
	display:inline-block;
	vertical-align:top;
	margin:-27px 0 0 28px;
}
section.block-6 .block.big .text i {
	font-style:normal;
	display:inline-block;
	border-bottom:1px solid #ff5722;
	float:right;
	padding: 0 0 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-6 .block.big .text a:hover i {
	border-color:transparent;
}
section.block-6 .block.big:before, section.block-6 .block.big:after{
	display:none;
}
section.block-6 .block .button {
	display:block;
	width:115px;
	height:33px;
	line-height:33px;
	text-align:center;
	color:#fff;
	font-size:14px;
	border:1px solid #fff;
	border-radius:50px;
	text-decoration:none;
	position:absolute;
	right:0px;
	z-index:1;
}
section.block-6 .block .button:hover {
	background:#fff;
	color:#000
}
section.block-6 .block.hover .button, section.block-6 .block.active .button {
	bottom:16px;
}
section.block-6 .block .audio {
	display:none;
	background:#070504;
	position:absolute;
	bottom:-100px;
	left:0;
	right:0;
	padding:10px 10px;
	z-index:10;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-6 .block.hover .audio, section.block-6 .block.active .audio {
	bottom:0;
	display:block;
}
section.block-6 .block .audio .audioplayer {
    height: 2em;
}
section.block-6 .block .audio .audioplayer-playpause {
    width: 2em;
}
section.block-6 .block .audio .audioplayer-bar {
    right: 2.275em;
    left: 2.975em;
}
section.block-6 .block .audio .audioplayer-volume-button a {
    background-color: #fff;
}
section.block-6 .block .audio .audioplayer-volume-button a:before {
    border-right-color: #fff;
}
section.block-6 .block .audio .audioplayer-volume {
    width: 2em;
}
section.block-6 .block .audio .audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
    border-color: #fff!important;
}
section.block-6 .block .zoom {
	display:block;
	width:38px;
	height:38px;
	background: rgba(0,0,0,0.47);
	position:absolute;
	right:5px;
	top:5px;
	border-radius: 50px;
	z-index:2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-6 .block .zoom:after {
	position:absolute;
	top:0;
	content:'';
	display:block;
	width:38px;
	height:38px;
	background: url(../images/slider-zoom-arrow.png) no-repeat top center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-6 .block .zoom:before {
	position:absolute;
	top:0;
	content:'';
	display:block;
	width:38px;
	height:38px;
	background: url(../images/slider-zoom-arrow.png) no-repeat -1px -39px;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-6 .block .zoom:hover {
	background: rgba(0,0,0,0.8);
}
section.block-6 .block .zoom:hover:after {
	opacity:0;
}
section.block-6 .block .zoom:hover:before {
	opacity:1;
}
section.block-7 {
    margin: 35px 0 30px 0;
}
section.block-7 .name {
    font-size: 50px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
}
section.block-7 .name span {
	font-size:25px;
	display:inline-block;
	vertical-align:top;
}
section.block-7 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 20px auto 29px auto;
}
section.block-7 .t-name {
	font-size:26px;
	text-align:center;
}
section.block-7 .video {
	margin: 34px auto 41px auto;
	width:505px;
	font-size:18px;
	text-align:right;
	font-family: 'proxima_nova_ltlight';
	position:relative;
}
section.block-7 > .container > .video:after {
	width:33px;
	height:53px;
	content:'';
	display:block;
	position:absolute;
    top: 11px;
    right: -78px;
	background:url(../images/block-7-arrow.gif) no-repeat center center;
}
section.block-7 .video a {
	position:relative;
	display:block;
	/* height:100%; */
	/* width:100%; */
	/* margin:13px 0 0 0; */
}
section.block-7 .video img {
	width:100%;
}
section.block-7 .video i {
	display:block;
	position:absolute;
	width:111px;
	height:78px;
	top:50%;
	left:50%;
	margin:-39px  0 0 -55px;
}
section.block-7 .video i:before {
	width:111px;
	height:78px;
	background:url(../images/r-side-play-button.png) no-repeat center center;
	content:'';
	display:block;
	opacity:0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-7 .video:hover i:before {
	opacity:1;
}
section.block-7 .video i:after {
	width:111px;
	height:78px;
	background:url(../images/r-side-play-button-icon.png) no-repeat center center;
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
section.block-7 .review {
	width:220px;
	margin: 0 auto;
	font-size:19px;
	position:relative;
}
section.block-7 .review:after {
	width:102px;
	height:44px;
	display:block;
	content:'';
	position:absolute;
	right:-120px;
	top:0;
	background:url(../images/block-7-arrow-2.gif) no-repeat center center;
}
section.block-7 .review .audio {
	position:absolute;
    right: -515px;
    top: -126px;
	width:360px;
	border:2px solid #e8e8e8;
	font-size:16px;
	box-sizing:border-box;
	padding:12px 19px;
}
section.block-7 .review .audio .audioplayer {
	margin:12px 0 19px 0;
}
section.block-7 .review .audio .link {
	color:#000;
	display:inline-block;
	border-bottom:1px dashed #e60837;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
}
section.block-7 .review .audio .link:hover {
	border-color:transparent;
}
section.block-7 .s-name {
	font-size:36px;
	font-family: 'proxima_nova_rgbold';
	text-align:center;
	margin:45px 0 0 0;
}
section.block-7 .s-name:after {
	display:block;
	width:250px;
	height:1px;
	background:#ff5722;
	content:'';
	margin: 10px auto 0 auto;
}

section.block-7 .block {
	width:23.5%;
	height:270px;
	float:left;
	margin-right:2%;
	margin-bottom:55px;
	position:relative;
	overflow:hidden;
	text-align:center;
	background-size:cover!Important;
	box-sizing:border-box;
}
section.block-7 .block:nth-child(4) {
	margin-right:0;
}
section.block-7 .block:before {
	display:block;
	position:absolute;
	left:0;
	top:50%;
	height:100%;
	right:0;
	content:'';
	background: rgba(58, 65, 78, 0.8);
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-7 .block:after {
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	content:'';
	background: rgba(191,97,14,0.54);
	background: linear-gradient(91deg,rgba(191,97,14,0.54) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(91deg,rgba(191,97,14,0.54) 0%, rgba(0,0,0,0) 50%);
	background: -moz-linear-gradient(91deg,rgba(191,97,14,0.54) 0%, rgba(0,0,0,0) 50%);
	bottom:-270px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-7 .block:hover:before {
	opacity:1;
	top:0;
}
section.block-7 .block:hover:after {
	bottom:0;
}
section.block-7 .block .text {
	position:absolute;
	bottom:75px;
	color:#fff;
	text-align:center;
	left:0;
	right:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-7 .block:hover .text {
	opacity:0;
}
section.block-7 .block .hidden-text {
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	z-index:99;	
	bottom:75px;
	position:absolute;
	left:0;
	right:0;
}
section.block-7 .block:hover .hidden-text {
	opacity:1;
}
section.block-7 .block .text .title, section.block-7 .block .hidden-text .title {
	font-size:30px;
	font-family: 'proxima_nova_rgbold';
}
section.block-7 .block .hidden-text  .price {
	font-size:34px;
	font-family: 'proxima_nova_ltlight';
	margin:20px 0;
}
section.block-7 .block .hidden-text  .price span {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}
section.block-7 .block .hidden-text  i {
	display:inline-block;
	border-bottom:1px dashed #ff5722;
	font-style:normal;
	font-size:16px;
	font-family: 'proxima_nova_ltlight';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-7 .block .hidden-text  i:hover {
	border-color:transparent;
}
section.block-7 .block .hidden-text  i a {
	color:#fff;
	text-decoration:none;
}
section.block-7 .block .button {
	width:245px;
	height:41px;
	line-height:41px;
	color:#fff;
	font-size:16px;
	text-align:center;
	display:block;
	margin: 0 auto;
	border:1px solid #fff;
	border-radius:50px;
	text-decoration:none;
	position:absolute;
	bottom:10px;
	left:50%;
	margin:0 0 0 -122px;
	z-index:99;
}
section.block-7 .block .button:hover {
	background:#ff5722;
	border-color:#ff5722;
}
section.block-7 .portfolio {
	margin: 55px 0 0px 0;
}
section.block-7 .portfolio:after {
	clear:both;
	display:block;
	content:'';
}
section.block-7 .portfolio.bl-2 .block  {
	width:35%;
	margin:0 7.5%;
}
section.block-7 .portfolio.bl-2 .block .text .title, section.block-7 .portfolio.bl-2 .block .hidden-text .title {
	font-size:38px;
}
section.block-7 .portfolio.bl-4 .block .text .title, section.block-7 .portfolio.bl-4 .block .hidden-text .title {
	font-size:24px;
}
section.block-7 .portfolio.bl-2 .block .text, section.block-7 .portfolio.bl-2 .block .hidden-text {
	bottom:70px;
}
section.block-7 .portfolio.bl-3 .block  {
    width: 31.8%;
    margin-right: 2.3%;
}
section.block-7 .portfolio.bl-3 .block:nth-child(3), section.block-7 .portfolio.bl-3 .block:nth-child(6) {
	margin-right:0;
}
section.block-8 {
	border-top:1px solid #c6c6c6;
}
section.block-8 .name {
    font-size: 57px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	padding: 20px 0 0 0;
}
section.block-8 .name span {
	font-size:68px;
	color:#ff5722;
}
section.block-8 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 5px auto 17px auto;
}
section.block-8 .t-name {
	font-size:19px;
	text-align:center;
}
section.block-8 .steaps {
	width:500px;
	margin:43px auto 0 auto;
	position:relative;
}
section.block-8 .steaps .steap-line {
	background:#e1e1e1;
	height:5px;
	position:relative;
}
section.block-8 .steaps .steap-line div {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	background:#0fb8ff;
}
section.block-8 .steaps .steap-1, section.block-8 .steaps .steap-2, section.block-8 .steaps .steap-3 {
	position:absolute;
	width:33px;
	height:33px;
	text-align:center;
	line-height:37px;
	font-size:17px;
	border-radius:50px;
	background:#e1e1e1;
	top:-14px;
}
section.block-8 .steaps .steap-1 {
	left:0;
}
section.block-8 .steaps .steap-2 {
	left:50%;
	margin-left:-16px;
}
section.block-8 .steaps .steap-3 {
	right:0;
}
section.block-8 .steaps .steap-1.active, section.block-8 .steaps .steap-2.active, section.block-8 .steaps .steap-3.active {
	background:#0fb8ff;
	color:#fff;
}
section.block-8 .steap-block-1 {
	
}
section.block-8 .steap-block-1 .border, section.block-8 .steap-block-2 .border, section.block-8 .steap-block-3 .border {
	width:860px;
	margin:74px auto 0 auto;
	border:2px solid #e8e8e8;
	padding:40px 30px 80px 30px;
	box-sizing:border-box;
	position:relative;
}
section.block-8 .steap-block-2 .border {
	width:100%;
}
section.block-8 .steap-block-3 .border {
	width:650px;
	padding:40px 125px 40px 125px;
}
section.block-8 .steap-block-1 .t-name, section.block-8 .steap-block-2 .t-name, section.block-8 .steap-block-3 .t-name {
	font-size:23px;
	font-family: 'proxima_novasemibold';
	margin:0 0 80px 0;
}
section.block-8 .steap-block-2 .t-name {
	margin:0 0 40px 0;
}
section.block-8 .steap-block-3 .t-name {
	font-size:38px;
	margin:0;
}
section.block-8 .steap-block-2 .s-name, section.block-8 .steap-block-3 .s-name {
	font-size:20px;
	font-family: 'proxima_novasemibold';
	margin:0 0 15px 0;
}
section.block-8 .steap-block-3 .s-name {
	font-size:25px;
	text-align:center;
}
section.block-8 .steap-block-3 .s-name div {
	font-size:17px;
	font-family: 'proxima_nova_rgregular';
	margin: 10px 0 0 0;
}
section.block-8 .steap-block-1 .size {
	position:absolute;
	left:50px;
	top:120px;
}
section.block-8 .steap-block-1 .size .float {
	width:47px;
	height:47px;
	line-height:47px;
	text-align:center;
	border:2px solid #e1e1e1;
	font-size:22px;
	font-family: 'proxima_nova_rgbold';
	position:relative;
}
section.block-8 .steap-block-1 .size .m {
	position: absolute;
	top: -17px;
	color: #e1e1e1;
	right: -9px;
}
section.block-8 .steap-block-1 .slider {
	margin:0 130px 0 150px;
	position:relative;
}
section.block-8 .steap-block-1 .slider .min {
	position: absolute;
	left: -40px;
	top: -30px;
	font-size: 23px;
	font-family: 'proxima_nova_ltlight';
}
section.block-8 .steap-block-1 .slider .max {
	position: absolute;
	right: -75px;
	top: -30px;
	font-size: 23px;
	font-family: 'proxima_nova_ltlight';
}
section.block-8 .steap-block-1 .slider .min span, section.block-8 .steap-block-1 .slider .max span {
	font-size:14px;
	display:inline-block;
	vertical-align:top;
}
section.block-8 .steap-block-1 .slider .value {
	position:absolute;
	text-align:center;
	width:30px;
	margin-left:15px;
    left: 158px;
    top: 25px;
}
#sliderValue {
    position:absolute;
    width: 50px;
	top:40px;
	text-align:center;
	margin-left:-25px;
	left:50%;
	font-family: 'proxima_nova_ltlight';
	font-size:18px;
    justify-content: space-between;
    pointer-events: none;
}
.ui-slider-horizontal {
    height: 4px;
}
.ui-widget-content {
    border: none;
    background: #e1e1e1;
}
.ui-widget.ui-widget-content {
    border: none;
}
.ui-widget-header {
    border: none;
    background: #ff5722;
    color: #333333;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border: none;
    background:transparent url(../images/ui-slider-dot.png) no-repeat center center;
    width:26px;
	height:26px;
	border-radius:30px;
	box-shadow: 0 0 30px rgba(230, 8, 55, 0.4);
	cursor:pointer;
	outline:none;
}
.ui-state-default, .ui-widget-content .ui-state-default:hover {
	box-shadow: 0 0 35px rgba(230, 8, 55, 0.6);
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.8em;
    margin-left: -.6em;
}
section.block-8 .button {
	display: block;
	width:320px;
	height: 66px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	background: #0fb8ff;
	border-radius: 70px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 50px auto 0 auto;
	font-family: 'proxima_nova_ltlight';
}
section.block-8 .button span {
	position:relative;
	z-index:1;
}
section.block-8 .button span:after {
	content:'';
	height: 7px;
    width: 7px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	display:inline-block;
	vertical-align:middle;
	margin:-6px 0 0 17px;
}
section.block-8 .steap-block-3 .button span:after {
	display:none;
}
section.block-8 .steap-block-3 .button {
	width:100%;
}
section.block-8 .button:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
section.block-8 .button:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
section.block-8 .steap-block-2, section.block-8 .steap-block-3 {
	display:none;
}
section.block-8 .steap-block-2 .parametrs {
	margin:0 0 27px 0;
}
section.block-8 .steap-block-2 .parametrs li {
	display:inline-block;
	vertical-align:top;
	margin:0 0 13px 0;
}
section.block-8 .steap-block-2 .parametrs li .radio {
	display:inline-block;
	vertical-align:top;
	border:2px solid #b9c5ce;
	color:#000;
	font-family: 'proxima_nova_ltlight';
	font-size:17px;
	border-radius:5px;
	padding: 13.5px 20px;
	cursor:pointer;
	margin-right:8px;
	min-width:138px;
	box-sizing:border-box;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-8 .steap-block-2 .parametrs li .radio:hover {
	border:2px solid #ff5722;
}
section.block-8 .steap-block-2 .parametrs li .radio.checked {
	border:2px solid #ff5722;
	background:#ff5722;
	color:#fff;
}section.block-8 .steap-block-2 .border {
    padding: 40px 30px 0px 30px;
}
section.block-8 .steap-block-2 .last-steap {
	text-align:center;
	font-size:15px;
	color:#747373;
	font-family: 'proxima_nova_ltlight';
	margin:20px 0 0 0;
}
section.block-8 .steap-block-2 .button {
    margin: 20px auto 0 auto;
}
section.block-8 .steap-block-3 input[type="text"] {
	display:block;
	background:transparent;
	border:1px solid #a2a2a2;
	border-radius:5px;
	font-size:19px;
	color:#000;
	font-family: 'proxima_nova_rgregular';
	box-sizing:border-box;
    padding: 17px 10px;
    width: 100%;
    margin: 10px 0 25px 0;
}
section.block-8 .steap-block-3 input[type="text"]:hover, section.block-8 .steap-block-3 input[type="text"]:focus {
	background:#e8e8e8;
}
section.block-8 .steap-block-3 .button {
	display: block;
	height: 58px;
	line-height: 62px;
	color: #fff;
	text-align: center;
	font-size: 21px;
	background: #ff5722;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 16px 0 20px 0;
}
section.block-8 .steap-block-3 .button.disable {
	background: #b8b8b8;
    justify-content: space-between;
    pointer-events: none;
	cursor:default;
}
section.block-8 .steap-block-3 .button span {
	position:relative;
	z-index:1;
}
section.block-8 .steap-block-3 .button:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
section.block-8 .steap-block-3 .button:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
section.block-8 .steap-block-3 label.rules {
	font-size:12px;
	color:#000;
	text-align:left;
	display:block;
	margin:20px 0 0 0;
}
section.block-8 .steap-block-3 label.rules a {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
	display:inline-block;
}
section.block-8 .steap-block-3 label.rules a:hover {
	border-bottom-color:transparent;
}
section.block-8 .steap-block-3 label.phone {
	font-size:14px;
}
section.block-9 {
	background:#f5f5f5;
	margin: 0px 0 0 0;
	padding: 38px 0 60px 0;
	overflow:hidden;
}
section.block-9:after {
	clear:both;
	display:block;
	content:'';
}
section.block-9 .name {
    font-size: 50px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	padding: 20px 0 7px 0;
}
section.block-9 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 19px auto 17px auto;
}
section.block-9 .t-name {
	font-size:29px;
	text-align:center;
	font-family: 'proxima_nova_ltlight';
	margin: 0 0 91px 0;
}
section.block-9 .block {
	width:30%;
	margin:0 5% 0 0;
	padding:0 0 0 40px;
	position:relative;
	font-size:17px;
	font-family: 'proxima_nova_ltlight';
	box-sizing:border-box;
	z-index:1;
	float:left;
}
section.block-9 .block.right {
	float:right;
}
section.block-9 .block:nth-child(5) {
	margin-right:0;
}
section.block-9 .block:nth-child(7) {
	margin-right:0;
}
section.block-9 .block .experience {
	font-size:20px;
	font-family: 'proxima_nova_rgbold';
	margin:0 0 13px 0;
}
section.block-9 .block .audio {
	margin:13px 0 0 0;
}
section.block-9 .block .number {
	position:absolute;
	left:0;
	top:-45px;
	font-size:134px;
	color:#cfa55b;
	font-family: 'proxima_novaextrabold';
 	opacity:0.3;
}
section.block-9 .block .p-box {
	position:relative;
	z-index:1;
}
section.block-9 .block:after {
	background: url(../images/block-1-arrow.png) no-repeat center 0px;
	background-size:contain;
	width:31px;
	height:73px;
	content:'';
    display: block;
    position: absolute;
    top: -47px;
    right: -54px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
section.block-9 .block:nth-child(5):after {
	top: auto;
	bottom: -112px;
	right: 54px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
section.block-9 .block.right:after {
	background: url(../images/block-9-arrow.png) no-repeat center 0px;
	width:72px;
	height:34px;
    top: -47px;
    left: -54px;
	right:auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
section.block-9 .block:nth-child(9):after {
    background: url(../images/block-1-arrow.png) no-repeat center 0px;
    background-size: contain;
    top: auto;
    bottom: -85px;
    right: auto;
    left: 120px;
    width: 31px;
    height: 73px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
section.block-9 .block:nth-child(12):after {
    background: url(../images/block-9-arrow.png) no-repeat center 0px;
    width: 72px;
    height: 34px;
    top: auto;
    bottom: 43px;
    left: auto;
    right: -90px;
    -webkit-transform: rotate(-202deg);
    transform: rotate(-202deg);
}
section.block-9 .block.last {
	position:absolute;
	bottom:-200px;
	right:0;
}
section.block-9 .block.last:after {
	display:none;
}
section.block-10 {
    margin: 27px 0 90px 0;
}
section.block-10:after {
	clear:both;
	display:block;
	content:'';
}
section.block-10 .name {
    font-size: 52px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	padding: 20px 0 0px 0;
}
section.block-10 .name span {
	color:#ff5722;
}
section.block-10 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 12px auto 15px auto;
}
section.block-10 .t-name {
	font-size:33px;
	text-align:center;
	font-family: 'proxima_novasemibold';
	margin: 0 0 55px 0;
}
section.block-10 .t-name span {
	display:inline-block;
	border-bottom:1px solid #000;
}
section.block-10 .border-text {
	text-align:center;
	font-size:24px;
	font-family: 'proxima_nova_ltlight';
	border:1px solid #dce2e6;
	width:630px;
	margin:0 auto 72px auto;
	box-sizing:border-box;
	padding:24px 30px;
}
section.block-10 .border-text span {
	color:#0fb8ff;
	display:block;
}
section.block-10 .block {
	width:33.333%;
	float:left;
	text-align:center;
	font-size:18px;
	box-sizing:border-box;
	padding:0 3%
}
section.block-10 .block .icon {
	width:114px;
	height:114px;
	border-radius:150px;
	border:2px solid #ff5722;
	margin:0 auto 32px auto;
	position:relative;
}
section.block-10 .block .icon:before {
	width:35px;
	height:1px;
	background:#ff5722;
	content:'';
	display:block;
	position:absolute;
	left:-65px;
	top:50%;
}
section.block-10 .block .icon:after {
	width:35px;
	height:1px;
	background:#ff5722;
	content:'';
	display:block;
	position:absolute;
	right:-65px;
	top:50%;
}
section.block-10 .block .icon.ico-1 {
	//*background: url(../images/block-10-ico-1.gif) no-repeat center center;*//
}
section.block-10 .block .icon.ico-2 {
	background: url(../images/block-10-ico-2.gif) no-repeat center center;
}
section.block-10 .block .icon.ico-3 {
	background: url(../images/block-10-ico-3.gif) no-repeat center center;
}
section.block-10 .block .tile {
	font-size:24px;
	font-family: 'proxima_nova_rgbold';
	margin:0 0 17px 0;
}
section.block-11 {
	background: url(../images/block-11-bg.jpg) no-repeat center center;
	height:430px;
}
section.block-11 .name {
	font-size:40px;
	color:#fff;
	text-align:center;
	font-family: 'proxima_nova_rgbold';
    padding: 40px 0 25px 0;
}
section.block-11 .t-name {
	font-size:26px;
	color:#0fb8ff;
	text-align:center;
	font-family: 'proxima_nova_ltlight';
	margin: 0 0 18px 0;
}
section.block-11 .t-name:after {
	width:75px;
	height:75px;
	margin:0 0 0 15px;
	display:inline-block;
	vertical-align:top;
	content:'';
    background: url(../images/block-1-arrow.png) no-repeat center 0px;
    background-size: contain;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
section.block-11 .form {
	width:700px;
	margin:0 auto;
	border:5px solid #fff;
	box-sizing:border-box;
	padding:35px 20px 25px 20px;
}
section.block-11 .form:after {
	clear:both;
	display:block;
	content:'';
}
section.block-11 .form .block {
	float:left;
	width:42%;
	margin: 0 3.5%;
}
section.block-11 .form .block input[type="text"] {
	display:block;
	width:100%;
	border:2px solid #fff;
	background:transparent;
	border-radius:5px;
	box-sizing:border-box;
	padding:22px 20px;
	font-size:18px;
	font-family: 'proxima_nova_ltlight';
	color:#fff;
}
section.block-11 .form .block .button {
    display: block;
    height: 68px;
    line-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'proxima_nova_ltlight';
    background: #ff5722;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 0;
}
section.block-11 .form .block .button.disable {
	background: #b8b8b8;
    justify-content: space-between;
    pointer-events: none;
	cursor:default;
}
section.block-11 .form .block .button span {
	position:relative;
	z-index:1;
}
section.block-11 .form .block .button:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
section.block-11 .form .block .button:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
section.block-11 .form .block label.rules {
	font-size:11.5px;
	color:#fff;
	text-align:left;
	display:block;
	margin:20px 0 0 0;
}
section.block-11 .form .block label.rules a {
	text-decoration:none;
	color:#fff;
	border-bottom:1px solid #fff;
	display:inline-block;
 }
section.block-11 .form .block label.rules a:hover {
	border-bottom-color:transparent;
}
section.block-11 .form .block .jq-checkbox {
    border: 1px solid #fff;
}
section.block-12 {
	margin:21px 0 0px 0;
}
section.block-12:after {
	clear:both;
	display:block;
	content:'';
}
section.block-12 .name {
    font-size: 50px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	padding: 20px 0 0px 0;
}
section.block-12 .name span {
	font-size:62px;
}
section.block-12 .name span span {
	color:#ff5722;
}
section.block-12 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 12px auto 15px auto;
}
section.block-12 .t-name {
	font-size:22px;
	text-align:center;
	font-family: 'proxima_novasemibold';
	margin: 0 0 80px 0;
}
section.block-12 .block {
	font-size:14px;
	width:41%;
}
section.block-12 .block.left {
	margin-right:9%;
}
section.block-12 .block.right {
	margin-left:9%;
}
section.block-12 .block .image {
	float:left;
	width:42%;
	margin: 0 0 34px 0;
}
section.block-12 .block .image img {
	width:100%;
}
section.block-12 .block .text {
	float:left;
	width:53%;
	margin:0 0 0 5%;
	font-size:19px;
}
section.block-12 .block .text div {
	font-size:31px;
	font-family: 'proxima_nova_rgbold';
	margin: 0 0 10px 0;
}
section.block-12 .block .audio {
	width:330px;
}
section.block-12 .block .audio .audioplayer {
	margin:15px 0 0 0;
}
section.block-13 {
	padding:28px 0 62px 0;
	text-align:center;
	background:#f5f5f5;
}
section.block-13 .name {
    font-size: 47px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	padding: 20px 0 0px 0;
}
section.block-13 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 20px auto 19px auto;
}
section.block-13 .t-name {
	font-size:23px;
	text-align:center;
	font-family: 'proxima_nova_ltlight';
	margin: 0 0 80px 0;
}
section.block-13 .block {
	display:inline-block;
	vertical-align:top;
	width:29%;
	font-family: 'proxima_nova_ltlight';
	font-size:19px;
	margin:0 1.5% 119px 1.5%;
}
section.block-13 .block .icon {
	width:100%;
	height:90px;
}
section.block-13 .block .icon.ico-1 {
	background: url(../images/block-13-ico-1.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-2 {
	background: url(../images/block-13-ico-2.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-3 {
	background: url(../images/block-13-ico-3.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-4 {
	background: url(../images/block-13-ico-4.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-5 {
	background: url(../images/block-13-ico-5.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-6 {
	background: url(../images/block-13-ico-6.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-7 {
	background: url(../images/block-13-ico-7.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-8 {
	background: url(../images/block-13-ico-8.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-9 {
	background: url(../images/block-13-ico-9.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-10 {
	background: url(../images/block-13-ico-10.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-11 {
	background: url(../images/block-13-ico-11.gif) no-repeat center center;
}
section.block-13 .block .icon.ico-12 {
	background: url(../images/block-13-ico-12.gif) no-repeat center center;
}
section.block-13 .block .tile {
	font-size:23px;
	font-family: 'proxima_nova_rgbold';
    margin: 23px 0 19px 0;
}
section.block-13 .audio-review {
	border:1px solid #ff5722;
	width:637px;
	margin:0 auto;
}
section.block-13 .audio-review .image {
	display:inline-block;
	vertical-align:top;
	width:20%;
	overflow:hidden;
	border-radius:100px;
	height:125px;
	margin: 50px 5%;
}
section.block-13 .audio-review .image img {
	width:100%;
	border-radius:100px;
	display:block;
}
section.block-13 .audio-review .text {
	display:inline-block;
	vertical-align:top;
	width:60%;
	font-size:16px;
	margin: 37px 1%;
	text-align: left;
}
section.block-13 .audio-review .text .audio {
	margin: 25px 0;
}
section.block-13 .audio-review .text .link {
	color:#000;
	display:inline-block;
	border-bottom:1px dashed #e60837;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
}
section.block-13 .audio-review .text .link:hover {
	border-color:transparent;
}
section.block-14 {
	padding:0px 0 85px 0;
	margin: -71px 0 0 0;
	text-align:center;
	background:#f5f5f5;
}
section.block-14:after {
	clear:both;
	display:block;
	content:'';
}
section.block-14 .name {
    font-size: 43px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	padding: 0px 0 50px 0;
}
section.block-14 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 20px auto 19px auto;
}
section.block-14 .block {
	float:left;
	width: 15%;
	margin: 0 5%;
	background:#1e1e1e;
	border:10px solid #282828;
	box-sizing:border-box;
	padding:22px 0;
	position:relative;
}
section.block-14 .block a {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:2;
}
section.block-14 .block .image {
	width:116px;
	height:151px;
	overflow:hidden;
	margin:0 auto;
}
section.block-14 .block .image img {
	width:100%;
}
section.block-14 .block .zoom {
	display:block;
	width:38px;
	height:38px;
	background: rgba(0,0,0,0.47);
	position:absolute;
	left:50%;
	top:50%;
	margin:-19px 0 0 -19px;
	border-radius: 50px;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0;
}
section.block-14 .block:hover .zoom {
	opacity:1;
}
section.block-14 .block .zoom:after {
	position:absolute;
	top:0;
	content:'';
	display:block;
	width:38px;
	height:38px;
	background: url(../images/slider-zoom-arrow.png) no-repeat top center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-15 {
    margin: 48px 0 40px 0;
}
section.block-15:after {
	clear:both;
	display:block;
	content:'';
}
section.block-15 .name {
    font-size: 51px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	padding: 0px 0 50px 0;
}
section.block-15 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 20px auto 19px auto;
}
section.block-15 .block {
	float:left;
	width:23%;
	margin-right:2.6%;
	font-size:18px;
}
section.block-15 .block:last-child {
	margin-right:0;
}
section.block-15 .block img {
	width:100%;
	display:block;
}
section.block-15 .block div {
	margin:20px 0;
	font-size:21px;
    font-family: 'proxima_nova_rgbold';
}
section.block-16 {
	border-top:1px solid #e8e8e8;
	padding:48px 0 0 0;
}
section.block-16:after {
	clear:both;
	display:block;
	content:'';
}
section.block-16 .left-side {
	width:45%;
	float:left;
	position:relative;
}
section.block-16 .left-side .s-name {
	font-size:30px;
	font-family: 'proxima_novasemibold';
	margin:0 0 10px 0;
}
section.block-16 .left-side .s-name:after {
	display:inline-block;
	vertical-align:top;
	width:50px;
	height:50px;
	background:url(../images/block-1-arrow.png) no-repeat center center;
	background-size:contain;
	content:'';
    -webkit-transform: rotate(-80deg);
    -moz-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    transform: rotate(-80deg);
	margin:0 0 0 20px;
}
section.block-16 .left-side .video {
	position:relative;
}
section.block-16 .left-side .video img {
	display:block;
	width:100%;
}
section.block-16 .left-side .video i {
	display:block;
	position:absolute;
	width:111px;
	height:78px;
	top:50%;
	left:50%;
	margin:-39px  0 0 -55px;
}
section.block-16 .left-side .video i:before {
	width:111px;
	height:78px;
	background:url(../images/r-side-play-button.png) no-repeat center center;
	content:'';
	display:block;
	opacity:0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-16 .left-side .video:hover i:before {
	opacity:1;
}
section.block-16 .left-side .video i:after {
	width:111px;
	height:78px;
	background:url(../images/r-side-play-button-icon.png) no-repeat center center;
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
section.block-16 .right-side {
	width:40%;
	float:right;
	font-size:19px;
}
section.block-16 .right-side .s-name {
	font-size:25px;
	font-family: 'proxima_nova_rgbold';
	margin: 0 0 7px 0;
}
section.block-16 .right-side .s-name span {
	color:#ff5722;
}
section.block-16 .right-side .form {
	border:10px solid #e8e8e8;
	font-size:19px;
	text-align:center;
	margin: 27px 0 0 0;
	width: 380px;
	box-sizing: border-box;
	padding: 24px 23px;
}
section.block-16 .right-side .form input[type="text"] {
	display:block;
	background:transparent;
	border:1px solid #a2a2a2;
	border-radius:5px;
	font-size:19px;
	color:#000;
	font-family: 'proxima_nova_rgregular';
	box-sizing:border-box;
    padding: 17px 10px;
    width: 100%;
    margin: 15px 0;
}
section.block-16 .right-side .form input[type="text"]:hover, section.block-16 .right-side .form input[type="text"]:focus {
	background:#e8e8e8;
}
section.block-16 .right-side .form .button {
	display: block;
	height: 58px;
	line-height: 62px;
	color: #fff;
	text-align: center;
	font-size: 21px;
	background: #ff5722;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 16px 0 0 0;
}
section.block-16 .right-side .form .button.disable {
	background: #b8b8b8;
    justify-content: space-between;
    pointer-events: none;
	cursor:default;
}
section.block-16 .right-side .form .button span {
	position:relative;
	z-index:1;
}
section.block-16 .right-side .form .button:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
section.block-16 .right-side .form .button:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
section.block-16 .right-side .form label.rules {
	font-size:12px;
	color:#000;
	text-align:left;
	display:block;
	margin:20px 0 0 0;
}
section.block-16 .right-side .form label.rules a {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
	display:inline-block;
 }
section.block-16 .right-side.form label.rules a:hover {
	border-bottom-color:transparent;
}
section.block-16 .right-side .form label.phone {
    font-size: 14px;
	font-family: 'proxima_novasemibold';
	margin: 22px 0 0 0;
	display: block;
}
section.block-17 {
    margin: 55px 0 0px 0;
	background:#f5f5f5;
	padding: 0 0 25px 0;
}
section.block-17:after {
	clear:both;
	display:block;
	content:'';
}
section.block-17 .name {
    font-size: 47px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	padding: 55px 0 50px 0;
}
section.block-17 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 20px auto 7px auto;
}
section.block-17 .t-name {
	font-size:22px;
	font-family: 'proxima_nova_rgbold';
	text-align:center;
	margin:0 0 16px 0;
}
section.block-17 .aside {
	float:left;
	width:27%;
}
section.block-17 .aside ul li {
	display:block;
	text-align:center;
	background:#ff5722;
	color:#fff;
	font-size:16px;
	font-family: 'proxima_nova_rgbold';
	border-radius:5px;
	padding:18px 0;
	margin:0 0 9px 0;
	border:1px solid #ff5722;
	box-sizing:border-box;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-17 .aside ul li.active, section.block-17 .aside ul li:hover {
	background:transparent;
	color:#000;
}
section.block-17 .nav-content {
	background:#fff;
	float:left;
    width: 70%;
    margin: 0 0 0 3%;
	box-sizing:border-box;
	position:relative;
	min-height:460px;
	padding:70px 0 0 0;
	box-sizing:border-box;
}
section.block-17 .nav-content > div {
	display:none;
}
section.block-17 .nav-content > div.active {
	display:block;
}
section.block-17 .nav-content .audio {
	display:inline-block;
	vertical-align:top;
	width:33%;
	margin:50px 0 0 9%;
	font-size:14px;
	position:relative;
	z-index:1;
}
section.block-17 .nav-content .audioplayer {
	margin:10px 0 0 0;
}
section.block-17 .nav-content .graph {
	position:absolute;
	left:30px;
	top:70px;
	right:30px;
	bottom:30px;
    justify-content: space-between;
    pointer-events: none;
}
section.block-18 {
    margin: 0px 0 40px 0;
	text-align:center;
}
section.block-18:after {
	clear:both;
	display:block;
	content:'';
}
section.block-18 .name {
    font-size: 41px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	padding: 37px 0 77px 0;
}
section.block-18 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 7px auto 7px auto;
}
section.block-18 .block {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4%;
    font-size: 18px;
	font-family: 'proxima_nova_rgbold';
}
section.block-18 .block .icon {
	width:100%;
	height:310px;
	border:2px solid #f5f5f5;
	margin:0 0 26px 0;
}
section.block-18 .block .icon.ico-1 {
	background:url(../images/block-18-ico-1.jpg) no-repeat center center;
}
section.block-18 .block .icon.ico-2 {
	background:url(../images/block-18-ico-2.jpg) no-repeat center center;
}
section.block-19 {
    margin: 0px 0 40px 0;
	text-align:center;
}
section.block-19:after {
	clear:both;
	display:block;
	content:'';
}
section.block-19 .name {
    font-size: 44px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	padding: 27px 0 26px 0;
}
section.block-19 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 7px auto 7px auto;
}
section.block-19 .t-name {
	font-size:17px;
	text-align:center;
	margin:0 0 82px 0;
}
section.block-19 .t-name span {
	color:#ff5722;
	font-size:23px;
}
section.block-19 .block {
	display:inline-block;
	vertical-align:top;
	width:45%;
	margin: 0 2%;
	font-size:22px;
	font-family: 'proxima_nova_ltlight';
	box-sizing:border-box;
	text-align:left;
	position:relative;
}
section.block-19 .block.border {
	border:1px solid #ff5722;
	padding: 20px 35px;
}
section.block-19 .block.border:after {
	background: url(../images/block-9-arrow.png) no-repeat center 0px;
	width: 72px;
	height: 34px;
	bottom: -42px;
	right: -30px;
	-webkit-transform: rotate(-160deg);
	transform: rotate(-160deg);
	display: block;
	content: '';
	position: absolute;
}
section.block-19 .block.border div {
	font-size:31px;
	margin: 0 0 15px 0;
}
section.block-19 .block .video img {
	display:block;
	max-width:100%;
}
section.block-19 .block .video i {
	display:block;
	position:absolute;
	width:111px;
	height:78px;
	top:50%;
	left:50%;
	margin:-39px  0 0 -55px;
}
section.block-19 .block .video i:before {
	width:111px;
	height:78px;
	background:url(../images/r-side-play-button.png) no-repeat center center;
	content:'';
	display:block;
	opacity:0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-19 .block .video:hover i:before {
	opacity:1;
}
section.block-19 .block .video i:after {
	width:111px;
	height:78px;
	background:url(../images/r-side-play-button-icon.png) no-repeat center center;
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
section.block-20 {
	margin: 95px 0 30px 0;
	padding: 43px 0 0 0;
	border-top:1px solid #e8e8e8;
}
section.block-20 .name {
    font-size: 50px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
}
section.block-20 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 20px auto 29px auto;
}
section.block-20 .review {
	width:470px;
	margin:0 auto 97px auto;
	font-size:19px;
	position:relative;
}
section.block-20 .review:after {
	width:102px;
	height:44px;
	display:block;
	content:'';
	position:absolute;
	right:-120px;
	top:0;
	background:url(../images/block-7-arrow-2.gif) no-repeat center center;
}
section.block-20 .review .audio {
	position:absolute;
    right: -515px;
    top: -126px;
	width:360px;
	border:2px solid #e8e8e8;
	font-size:16px;
	box-sizing:border-box;
	padding:12px 19px;
}
section.block-20 .review .audio .audioplayer {
	margin:12px 0 19px 0;
}
section.block-20 .review .audio .link {
	color:#000;
	display:inline-block;
	border-bottom:1px dashed #e60837;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
}
section.block-20 .review .audio .link:hover {
	border-color:transparent;
}
section.block-20 .t-name {
	font-size:25px;
	text-align:center;
	margin:45px 0 113px 0;
}
section.block-20 .t-name span {
	color:#ff5722;
}
section.block-20 .block {
	float:left;
	width:25%;
	margin:0 4.1%;
	font-size:18px;
	text-align:center;
}
section.block-20 .block .icon {
	width:160px;
	height:160px;
	position:relative;
	background:#ff5722;
	margin:0 auto;
	border-radius:200px;
}
section.block-20 .block .icon:before {
	position:absolute;
	content:'';
}
section.block-20 .block .icon.ico-1:before {
	left:15px;
	top:0;
	width:235px;
	height:125px;
	background:url(../images/block-20-ico-1.png) no-repeat center center;
}
section.block-20 .block .icon.ico-2:before {
	left:30px;
	top:15px;
	width:173px;
	height:135px;
	background:url(../images/block-20-ico-2.png) no-repeat center center;
}
section.block-20 .block .icon.ico-3:before {
	left:-15px;
	top:-30px;
	width:196px;
	height:157px;
	background:url(../images/block-20-ico-3.png) no-repeat center center;
}
section.block-20 .block .tile {
	font-size:20px;
	font-family: 'proxima_nova_rgbold';
	margin:40px 0 10px 0;
}
section.block-21 {
	padding: 70px 0 70px 0;
	box-sizing:border-box;
    margin: 90px 0 0 0;
	color:#fff;
	height:426px;
	background:url(../images/block-21-bg.jpg) no-repeat center center;
}
section.block-21:after, section.block-20:after {
	clear:both;
	display:block;
	content:'';
}
section.block-21 .left-side {
	float:left;
	width:50%;
	margin: 10px 0 0 9%;
}
section.block-21 .left-side .t-name {
	font-size:43px;
	font-family: 'proxima_nova_rgbold';
}
section.block-21 .left-side .t-name span {
	color:#0fb8ff;
	display:block;
}
section.block-21 .left-side .phone {
	font-size:27px;
	margin: 17px 0 0 0;
}
section.block-21 .left-side .phone a {
	display:inline-block;
	border-bottom:1px dashed #fff;
	font-family: 'proxima_novabold_italic';
	color:#fff;
	text-decoration:none;
	margin: 6px 0 0 0;
	line-height: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block-21 .left-side .phone a:hover {
	border-bottom-color:transparent;
}
section.block-21 .left-side .info-text {
	font-size:16px;
	font-family: 'proxima_nova_ltlight';
	position:relative;
	padding:0 0 0 40px;
    margin: 30px 0 0 0;
}
section.block-21 .left-side .info-text:before {
	position:absolute;
	width:27px;
	height:27px;
	text-align:center;
	line-height:30px;
	font-size:20px;
	font-family: 'proxima_nova_rgbold';
	content:'!';
	display:block;
	background:#0fb8ff;
	border-radius:30px;
	left:0;
	top:0;
}
section.block-21 .right-side {
	float:left;
	width:30%;
	border:10px solid rgba(255, 255, 255, 0.5);
	font-size:19px;
	text-align:center;
	box-sizing: border-box;
	padding: 24px 23px;
}
section.block-21 .right-side input[type="text"] {
	display:block;
	background:transparent;
	border:1px solid #a2a2a2;
	border-radius:5px;
	font-size:19px;
	color:#98a0a2;
	font-family: 'proxima_nova_rgregular';
	box-sizing:border-box;
    padding: 17px 10px;
    width: 100%;
    margin: 15px 0;
}
section.block-21 .right-side .button {
	display: block;
	height: 58px;
	line-height: 62px;
	color: #fff;
	text-align: center;
	font-size: 21px;
	background: #ff5722;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 16px 0 0 0;
}
section.block-21 .right-side .button.disable {
	background: #b8b8b8;
    justify-content: space-between;
    pointer-events: none;
	cursor:default;
}
section.block-21 .right-side .button span {
	position:relative;
	z-index:1;
}
section.block-21 .right-side .button:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
section.block-21 .right-side .button:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
section.block-21 .right-side label.rules {
	font-size:12px;
	color:#fff;
	text-align:left;
	display:block;
	margin:20px 0 0 0;
}
section.block-21 .right-side label.rules a {
	text-decoration:none;
	color:#fff;
	border-bottom:1px solid #fff;
	display:inline-block;
 }
section.block-21 .right-side label.rules a:hover {
	border-bottom-color:transparent;
}
section.block-21 .right-side .jq-checkbox {
    border: 1px solid #fff;
}
section.block-22 {
	padding: 40px 0 30px 0;
	background:#f5f5f5;
}
section.block-22:after {
	clear:both;
	display:block;
	content:'';
}
section.block-22 .name {
    font-size: 36px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
	margin:0 0 53px 0
}
section.block-22 .name:after {
    width: 96px;
    height: 3px;
    background: #ff5722;
    display: block;
    content: '';
    margin: 20px auto 29px auto;
}
section.block-22 .left-side {
	width:49.5%;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
}
section.block-22 .left-side .beforeAfterSlidebar {
	position: relative;  
	float: left;
}
section.block-22 .left-side .beforeAfterSlidebar {
	width: 100%;
	height: 350px;
	cursor: e-resize;
}
section.block-22 .left-side .topImage  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
section.block-22 .left-side .topImage {
	border-right: solid 3px #0fb8ff;
}
section.block-22 .left-side .center-button {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:1;
	overflow:inherit!important;
}
section.block-22 .left-side .center-button:after {
	width:59px;
	height:59px;
	content:'';
	position:absolute;
	right:-30px;
	top:50%;
	margin:-30px 0 0 0;
	display:block;
	background:url(../images/before-slider-icon.png) no-repeat center center;
}
section.block-22 .left-side .beforeAfterSlidebar:hover .label {
	opacity:0;
}
section.block-22 .left-side .labels {
	font-family: 'proxima_nova_rgbold';
	color:#000;  
	position: absolute;
	bottom:10px;
	opacity:0.2;
	font-size:73px;
}
section.block-22 .left-side .before { 
	left: 10px;
}
section.block-22 .left-side .after {
	right:10px;
}
section.block-22 .right-side {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	font-size: 24px;
	margin: 0 0 0 9%;
}
section.block-22 .right-side .audio {
	width:100%;
	border:2px solid #e8e8e8;
	font-size:16px;
	box-sizing:border-box;
	padding:12px 19px;
	margin:20px 0 0 0;
}
section.block-22 .right-side .audio .audioplayer {
	margin:12px 0 19px 0;
}
section.block-22 .right-side .audio .link {
	color:#000;
	display:inline-block;
	border-bottom:1px dashed #e60837;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
}
section.block-22 .right-side .audio .link:hover {
	border-color:transparent;
}
section.block-22 .block {
	width:30%;
	margin:105px 5% 0 0;
	padding:0 0 0 75px;
	position:relative;
	font-size:17px;
	font-family: 'proxima_nova_ltlight';
	box-sizing:border-box;
	z-index:1;
	float:left;
}
section.block-22 .block:after {
	width:68px;
	height:3px;
	background:#ff5722;
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:-60px;
}
section.block-22 .block.last {
	margin-right:0;
}
section.block-22 .block.last:after {
	display:none;
}
section.block-22 .block .experience {
	font-size:23px;
	font-family: 'proxima_nova_rgbold';
	margin:0 0 19px 0;
}
section.block-22 .block .time {
	min-height: 42px;
	padding:0 0 16px 31px;
	color:#ff5722;
	font-size:16px;
	background:url(../images/time-icon.png) no-repeat left top;
}
section.block-22 .block .number {
	position:absolute;
	left:28px;
	top:-63px;
	font-size:134px;
	color:#cfa55b;
	font-family: 'proxima_novaextrabold';
 	opacity:0.3;
}
section.block-22 .block .p-box {
	position:relative;
	z-index:1;
}
section.block-23 {
	margin: 90px 0 50px 0;
}
section.block-23 .name, section.block-24 .name {
	font-size:40px;
	text-align:center;
	font-family: 'proxima_nova_rgbold';
}
section.block-23 .name span {
	color:#0fb8ff;
}
section.block-23 .t-name, section.block-24 .t-name {
	font-size: 28px;
	text-align:center;
	margin: 34px 0;
}
section.block-23 .timer, section.block-24 .timer {
	font-size:14px;
	width:400px;
	margin: 0 auto;
}
section.block-23 #show2, section.block-24 #show3, #show4 {
	position:relative;
	margin:0 auto;
	display:block;
}
section.block-23 #show2 .title, section.block-24 #show3 .title, #show4 .title  {
	position:absolute;
	left:-120px;
	top:15px;
	text-align:right;
	font-size:14px;
	width:110px;
}
section.block-23 .gift {
	text-align:center;
}
section.block-23 .gift .block {
	display:inline-block;
	vertical-align:top;
	width:28%;
	box-sizing:border-box;
	padding:15px 10px 25px 10px;
	background:#fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    margin: 70px 2.4% 0 2.4%;
	position:relative;
}
section.block-23 .gift .block.plus:after {
	position:absolute;
	right:-12.7%;
	top:50%;
	margin-top:-10px;
	content:'+';
	display:block;
	font-size:45px;
	font-family: 'proxima_nova_rgbold';
	color:#c4c4c4;
}
section.block-23 .gift .block.equally:after {
	position:absolute;
	right:-12.7%;
	top:50%;
	margin-top:-10px;
	content:'=';
	display:block;
	font-size:45px;
	font-family: 'proxima_nova_rgbold';
	color:#c4c4c4;
}
section.block-23 .gift .block .tile {
	font-size:17px;
	font-family: 'proxima_novasemibold';
	border-bottom:1px solid #000;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
section.block-23 .gift .block .image {
	min-height:230px;
}
section.block-23 .gift .block .image img {
	max-width:100%;
}
section.block-23 .gift .block .gift-text {
	position:relative;
	padding: 12px 34% 12px 10px;
	box-sizing:border-box;
	font-size:16px;
	font-family: 'proxima_novasemibold';
	border:2px solid #dcdcdc;
	margin:0 auto;
	width:212px;
	text-align:left;
}
section.block-23 .gift .block .gift-text span {
	position:relative;
	padding:0 5px;
	display:inline-block;
}
section.block-23 .gift .block .gift-text span:after {
	margin:5px 0 0 4px;
	content:'';
	display:inline-block;
	vertical-align:top;
	width:7px;
	height:11px;
	background: url(../images/rub-dark-ico.png) no-repeat center left;
	background-size:contain;
}
section.block-23 .gift .block .gift-text span:before {
	width:100%;
	height:1px;
	background:#000;
	z-index:1;
	content:'';
	display:block;
	left:0;
	right:0;
	top:9px;
	position:absolute;
}
section.block-23 .gift .block .gift-text .text {
	position:absolute;
	top:-2px;
	bottom:-2px;
	right:-2px;
	line-height:70px;
	text-align:center;
	width:50%;
	background:#0fb8ff;
	font-size:19px;
	color:#fff;
	font-family: 'proxima_nova_rgbold';
}
section.block-23 .gift .block .gift-name {
	font-size:15px;
	font-family: 'proxima_nova_rgbold';
	text-align:center;
	margin: 20px 0
}
section.block-23 .gift .block .gift-bold-text{
	font-family: 'proxima_novaextrabold';
	font-size:20px;
	text-align:center;
}
section.block-23 .form, section.block-24 .form {
	width:900px;
	margin:25px auto 0 auto;
	border:2px solid #e8e8e8;
	box-sizing:border-box;
	padding:35px 20px 25px 20px;
	position:relative;
	background:#fff;
}
section.block-23 .form:before {
    background: url(../images/block-1-arrow.png) no-repeat center 0px;
    background-size: contain;
    width: 31px;
    height: 73px;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: -54px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
section.block-23 .form:after, section.block-24 .form:after {
	clear:both;
	display:block;
	content:'';
}
section.block-23 .form .block, section.block-24 .form .block {
	float: left;
	width: 46%;
	margin: 0 2%;
}
section.block-23 .form .block .text-top, section.block-24 .form .block .text-top, section.block-25 .text-top {
	font-size:14px;
	height:30px;
	text-align:left;
}
section.block-23 .form .block .text-bottom, section.block-24 .form .block .text-bottom {
	font-size:14px;
	color:#b0afaf;
	margin:10px 0 0 0;
}
section.block-23 .form .block input[type="text"], section.block-24 .form .block input[type="text"] {
	display:block;
	width:100%;
	border:1px solid #e8e8e8;
	background:transparent;
	border-radius:5px;
	box-sizing:border-box;
	padding:22px 20px;
	font-size:18px;
	font-family: 'proxima_nova_ltlight';
	color:#000;
}
section.block-23 .form .block input[type="text"]:hover, section.block-24 .form .block input[type="text"]:hover, section.block-23 .form .block input[type="text"]:focus, section.block-24 .form .block input[type="text"]:focus {
	background:#e8e8e8;
}
section.block-23 .form .block .button, section.block-24 .form .block .button {
    display: block;
    height: 68px;
    line-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'proxima_nova_ltlight';
    background: #ff5722;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 0;
    border: 0px;
    width: 100%;
}
section.block-23 .form .block .button.disable, section.block-24 .form .block .button.disable {
	background: #b8b8b8;
    justify-content: space-between;
    pointer-events: none;
	cursor:default;
}
section.block-23 .form .block .button span, section.block-24 .form .block .button span {
	position:relative;
	z-index:1;
}
section.block-23 .form .block .button:before, section.block-24 .form .block .button:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
section.block-23 .form .block .button:hover:before, section.block-24 .form .block .button:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
section.block-23 .form .block label.rules, section.block-24 .form .block label.rules {
	font-size:11.5px;
	color:#000;
	text-align:left;
	display:block;
	margin:20px 0 0 0;
}
section.block-23 .form .block label.rules a, section.block-24 .form .block label.rules a {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
	display:inline-block;
 }
section.block-23 .form .block label.rules a:hover, section.block-24 .form .block label.rules a:hover {
	border-bottom-color:transparent;
}
section.block-23 .show-full {
	text-align:center;
	font-size:15px;
	font-family: 'proxima_nova_rgbold';
	margin: 20px 0 0 0;
}
section.block-23 .show-full span {
	border-bottom:1px dashed #000;
	display:inline-block;
	cursor:pointer;
}
section.block-23 .show-full span:hover {
	border-color:transparent;
}
section.block-23 .hidden-action {
	display:none;
}
section.block-23 .hidden-action .tile {
	text-align:center;
	font-size:30px;
	font-family: 'proxima_nova_rgbold';
	margin: 50px 0 80px 0;
}

section.block-23 .hidden-action .tile1 {
	text-align:center;
	font-size:20px;
	font-family: 'proxima_nova_rgbold';
	margin: 50px 0 80px 0;
}

section.block-23 .hidden-action .left22 {
    text-align: center;
    font-size: 15px;
    font-family: 'proxima_nova_rgregular';
    margin: 4px 0 80px 0;
    width: 46%;
    float: left;
    text-align: left;
}

section.block-23 .hidden-action .left23{
    text-align: center;
    font-size: 15px;
    font-family: 'proxima_nova_rgregular';
    margin: 8px 4px 83px 75px;
    width: 78%;
    text-align: center;
}
section.block-23 .hidden-action .right22 {
    text-align: center;
    margin: 0px 6px 89px 10px;
    font-size: 15px;
    font-family: 'proxima_nova_rgregular';
    text-align: left;
    float: right;
    width: 44%;
}

section.block-23 .hidden-action .left-side {
	width:48%;
	display:inline-block;
	vertical-align:top;
	font-size:40px;
	font-family: 'proxima_nova_rgbold';
}

section.block-23 .hidden-action .left-side1 {
	width:48%;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	font-family: 'proxima_nova_rgbold';
}
section.block-23 .hidden-action .right-side {
	width:48%;
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	font-family: 'proxima_novasemibold';
}
section.block-23 .hidden-action .right-side ul li {
	position:relative;
	margin:0 0 30px 0;
	padding:0 0 0 45px;
}
section.block-23 .hidden-action .right-side ul li span {
	position:absolute;
	left:0;
	top:-8px;
	width:34px;
	height:34px;
	text-align:center;
	line-height:36px;
	color:#fff;
	background:#0fb8ff;
	border-radius:50px;
	font-size:21px;
	font-family: 'proxima_nova_rgbold';
}
section.block-24 {
	padding:50px 0 80px 0;
	border-top:1px solid #e8e8e8;
	margin:40px 0 0 0;
	background: url(../images/block-24-bg.gif) no-repeat center top;
}
section.block-24 .tile {
	text-align:center;
	font-size: 20px;
	margin: 50px 0 40px 0;
	position:relative;
}
section.block-24 .tile:before {
	background: url(../images/block-1-arrow.png) no-repeat center 0px;
	background-size: contain;
	width: 31px;
	height: 73px;
	content: '';
	display: block;
	position: absolute;
	top: 19px;
	left: 50%;
	margin: 0 0 0 240px;
	-webkit-transform: rotate(-56deg);
	transform: rotate(-56deg);
}
section.block-25 {
	margin:50px 0 60px 0;
}
section.block-25 .left-side {
	width:49.5%;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
}
section.block-25 .left-side .beforeAfterSlidebar2 {
	position: relative;  
	float: left;
}
section.block-25 .left-side .beforeAfterSlidebar2 {
	width: 100%;
	height: 350px;
	cursor: e-resize;
}
section.block-25 .left-side .topImage  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
section.block-25 .left-side .topImage {
	border-right: solid 3px #0fb8ff;
}
section.block-25 .left-side .center-button {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:1;
	overflow:inherit!important;
}
section.block-25 .left-side .center-button:after {
	width:59px;
	height:59px;
	content:'';
	position:absolute;
	right:-30px;
	top:50%;
	margin:-30px 0 0 0;
	display:block;
	background:url(../images/before-slider-icon.png) no-repeat center center;
}
section.block-25 .left-side .beforeAfterSlidebar2:hover .label {
	opacity:0;
}
section.block-25 .left-side .labels {
	font-family: 'proxima_nova_rgbold';
	color:#000;  
	position: absolute;
	bottom:10px;
	opacity:0.2;
	font-size:73px;
}
section.block-25 .left-side .before { 
	left: 10px;
}
section.block-25 .left-side .after {
	right:10px;
}
section.block-25 .right-side {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	font-size: 24px;
	margin: 0 0 0 9%;
}
section.block-25 .right-side .tile {
	font-size:39px;
	font-family: 'proxima_novaextrabold';
}
section.block-25 .right-side .tile span {
	color:#0fb8ff;
	font-family: 'proxima_novaextrabold';
}
section.block-25 .right-side .t-tile {
	font-size:24px;
	margin:10px 0 20px 0;
}
section.block-25 .right-side .form {
	border:10px solid #e8e8e8;
	font-size:19px;
	text-align:center;
	margin: 27px 0 0 0;
	width: 380px;
	box-sizing: border-box;
	padding: 24px 23px;
}
section.block-25 .right-side .form input[type="text"] {
	display:block;
	background:transparent;
	border:1px solid #a2a2a2;
	border-radius:5px;
	font-size:19px;
	color:#000;
	font-family: 'proxima_nova_rgregular';
	box-sizing:border-box;
    padding: 17px 10px;
    width: 100%;
    margin: 0px 0 15px 0;
}
section.block-25 .right-side .form .button {
	display: block;
	height: 58px;
	line-height: 62px;
	color: #fff;
	text-align: center;
	font-size: 21px;
	background: #ff5722;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 16px 0 0 0;
}
section.block-25 .right-side .form .button.disable {
	background: #b8b8b8;
    justify-content: space-between;
    pointer-events: none;
	cursor:default;
}
section.block-25 .right-side .form .button span {
	position:relative;
	z-index:1;
}
section.block-25 .right-side .form .button:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
section.block-25 .right-side .form .button:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
section.block-25 .right-side .form label.rules {
	font-size:12px;
	color:#000;
	text-align:left;
	display:block;
	margin:20px 0 0 0;
}
section.block-25 .right-side .form label.rules a {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
	display:inline-block;
 }
section.block-25 .right-side.form label.rules a:hover {
	border-bottom-color:transparent;
}
section.block-25 .right-side .form label.phone {
    font-size: 14px;
	font-family: 'proxima_novasemibold';
	margin: 22px 0 0 0;
	display: block;
}


















footer {
	background:#000;
	padding:30px 0;
}
footer:after {
	clear:both;
	display:block;
	content:'';
}
footer .logo {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:48%;
	height:108px;
	color:#fff;
	display: table;
	text-decoration:none;
 }
footer .logo a {
	color:#fff;
	text-decoration:none;
}
footer .logo:before {
	content:'';
	width:0px;
	height:108px;
	display:inline-block;
	vertical-align:middle;
}
footer .logo .l-text {
	font-size:28px;
    display: table-cell;
 	vertical-align:middle;
}
footer .logo .l-text span {
	border-bottom:1px solid #ff5722;
}
footer .logo .l-description {
    display: table-cell;
 	vertical-align:middle;
	font-size:17px;
	font-family: 'proxima_nova_ltlight';
 	box-sizing:border-box;
 	line-height:20px;
}
footer .logo .l-description a {
	color:#fff;
	text-decoration:underline;
	margin:10px 0 0 0;
	font-size:12px;
	font-family: 'proxima_nova_ltlight';
	display:inline-block;
}
footer .logo .l-description a:hover {
	text-decoration:none;
}
footer .call {
	float:right;
	width:30%;
	box-sizing:border-box;
	font-size:17px;
	font-family: 'proxima_nova_ltlight';
	position:relative;
	text-align:right;
	color:#fff;
}
footer .call .phone {
	font-size:22px;
	font-family: 'proxima_nova_rgbold';
	margin:5px 0 10px 0;
}
footer .call .button {
	display: block;
	width:183px;
	height: 39px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #ff5722;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	float:right;
	font-family: 'proxima_nova_ltlight';
}
footer .call .button span {
	position:relative;
	z-index:1;
}
footer .call .button:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
footer .call .button:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.blur {
    -webkit-filter: blur(5px)
}
.fancybox-overlay:before {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:'';
	display:block;
    -webkit-filter: blur(5px)
}
.popup {
	display:none;
	padding:0!important;
	margin:0!important;
}
.popup .small-block {
	width:540px;
	background:#fff;
	box-sizing:border-box;
	padding: 50px 50px;
	text-align:center;
}
.popup .small-block form {
	padding: 0 20px;
}
.popup#sale .small-block {
	padding:0;
}
.popup#sale .small-block .head .time-block:last-child {
	display:none;
}
.popup#sale .small-block .head .time-block span {
	color:#fff;
}
.popup .small-block .head {
	height:228px;
	background:url(../images/sale-popup-bg.jpg) no-repeat center top;
	background-size:cover;
	color:#fff;
}
.popup .small-block .head .t-name {
	text-align:center;
	font-size:36px;
	font-family: 'proxima_novaextrabold';
	padding:30px 0 0 0;
}
.popup .small-block .head .t-name span{
	font-size:30px;
	font-family: 'proxima_nova_rgregular';
	display:block;
	margin:10px 0;
}
.popup .small-block .head #show4 {
    margin: 0 auto 0 215px;
}
.popup#sale .small-block .name {
	font-size:20px;
	font-family: 'proxima_nova_rgbold';
	padding:15px 50px;
}
.popup#sale .small-block form {
	padding:0 70px 20px 70px
}
.popup .name {
	font-size:30px;
	font-family: 'proxima_nova_rgbold';
	margin:0 0 25px 0;
}
.popup input[type="text"] {
	display:block;
	background:transparent;
	border:2px solid #d0d0d0;
	border-radius:5px;
	font-size:19px;
	color:#000;
	font-family: 'proxima_nova_rgregular';
	box-sizing:border-box;
    padding: 17px 10px;
    width: 100%;
    margin: 15px 0 25px 0;
}
.popup input[type="text"]:hover, .popup input[type="text"]:focus {
	background:#e8e8e8;
}
.popup .button {
	display: block;
	height: 58px;
	line-height: 62px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	background: #ff5722;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 16px 0 0 0;
}
.popup .button.disable {
	background: #b8b8b8;
    justify-content: space-between;
    pointer-events: none;
	cursor:default;
}
.popup .button span {
	position:relative;
	z-index:1;
}
.popup .button:before {
    background: inherit;
    border-radius: inherit;
    border: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.popup .button:hover:before {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.popup label.rules {
	font-size:12px;
	color:#000;
	text-align:left;
	display:block;
	margin:20px 0 0 0;
	text-align:center
}
.popup label.rules a {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
	display:inline-block;
 }
.popup label.rules a:hover {
	border-bottom-color:transparent;
}
.popup .slider .bxslider img {
	height:340px;
}
.popup .slider .bxslider li {
	width:440px!Important;
}
.popup .slider .bx-viewport {
	height: 369px!important;
}
.noclick .fancybox-slide--current {
	pointer-events: fill;
}
.noclick #site-popup {
	pointer-events: auto;
}
#police.popup {
	width:1000px;
	box-sizing:border-box;
	padding:30px!important;
}
#police.popup h3 {
	display:block;
	margin:0 0 10px 0;
	font-family: 'proxima_nova_rgbold';
	font-weight:bold;
}
#site-popup {
	width:1000px;
	padding: 20px;
	text-align:center;
}
#site-popup .logo {
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	width: 60%;
	height: 108px;
	color: #000;
	display: table;
	text-decoration: none;
	text-align:left;
 }
#site-popup .logo:before {
	content:'';
	width:0px;
	height:108px;
	display:inline-block;
	vertical-align:middle;
}
#site-popup .logo .l-text {
	font-size:28px;
    display: table-cell;
 	vertical-align:middle;
}
#site-popup .logo .l-text span {
	border-bottom:1px solid #c4c4c4;
}
#site-popup .logo .l-description {
    display: table-cell;
 	vertical-align:middle;
	font-size:17px;
	font-family: 'proxima_nova_ltlight';
 	box-sizing:border-box;
 	line-height:20px;
}
#site-popup .call {
    display: inline-block;
    vertical-align: middle;
    width: 27%;
    margin: 26px 50px 0 47.8%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: 'proxima_nova_ltlight';
    position: relative;
    float: right;
    text-align: left;
}
#site-popup .call:before {
	content:'';
	border-radius:50px;
	position:absolute;
	left:0;
	top:0;
	width:31px;
	height:31px;
	border:1px solid #000;
	background: url(../images/header-phone-icon.png) no-repeat center center;
}
#site-popup .call .phone, header .call .phone a {
	font-size:22px;
	font-family: 'proxima_nova_rgbold';
	margin: 3px 0 0 0;
}
#site-popup .name {
	text-align:center;
	font-size:34px;
	color:#ff5722;
	margin:50px 0 50px 0;
}
#site-popup .name div {
	margin: 5px 0 10px 0;
	color:#000;
}
#site-popup .block {
	display:inline-block;
	vertical-align:top;
	width:40%;
	margin:0 3% 40px 3%;
	border:3px solid #e8e8e8;
	box-sizing:border-box;
	text-align:center;
	font-size:17px;
	padding:20px 0;
}
#site-popup .block .t-name {
	font-size:22px;
	font-family: 'proxima_novasemibold';
	margin:0 0 15px 0;
}
#site-popup .block .price {
	font-size:44px;
	font-family: 'proxima_nova_rgbold';
	margin:15px 0 0 0;
}
#site-popup .block .price span {
	font-size:26px;
	font-family: 'proxima_nova_rgregular';
}
#site-popup .block .button {
	width:230px;
	height:49px;
	text-align:center;
	display:block;
	border-radius:5px;
	line-height:52px;
	background:#68b7fd;
	font-size:20px;
	text-decoration:none;
	font-family: 'proxima_nova_ltlight';
	margin:10px auto 0 auto;
}
#site-popup .block.vip .button {
	background:#c2a35f;
}
#leave.popup {
	text-align:center;
	font-size:15px;
	font-family: 'proxima_novasemibold';
}
#leave.popup .name {
	font-size:38px;
}
#leave.popup .name div {
	font-size:33px;
	margin:10px 0 0 0;
}
#leave.popup .name div span {
	color:#ff5722;
}
#leave.popup .t-name {
	font-size:17px;
	font-family: 'proxima_nova_rgregular';
}
.fancybox-close-small {
	border:0;
	/*width:20px;
	height:20px;*/
	top: 5px;
    right: 4px;
}
.fancybox-close-small:after {
    font-family: 'proxima_nova_ltlight';
    font-size: 110px;
    color: #c4c4c4;
    outline:none!important;
    background:transparent!important;
    top: 20px;
    right: 38px;
}
#sucsess {
	width:540px;
	background:#fff;
	text-align:center;
	display:none;
	margin:0!important;
	padding:35px 0!important;
}
#sucsess .video {
	margin:40px 0 0 0;
	height:304px;
}
#sucsess .title {
	font-size:36px;
	font-family: 'proxima_nova_rgbold';
	margin:25px 0 15px 0;
}
#sucsess .title:before {
	width:85px;
	height:85px;
	content:'';
	display:block;
	margin:0 auto 15px auto;
	background:#ff5722 url(../images/sended-icon.png) no-repeat center center;
	border-radius:100px;
	box-shadow: 0px 0px 83px rgba(186, 15, 34, 0.3);
}
#sucsess p {
	font-size:25px;
}
#sucsess .close {
	display:inline-block;
	height:51px;
	background:#ff5722;
	border-radius:5px;
	line-height:53px;
	padding:0 25px;
	font-size:23px;
	color:#fff;
	font-family: 'proxima_nova_rgbold';
	text-decoration:none;
	margin:15px 0 0 0;
	outline:none;
	cursor:pointer;
}


#sucsess7 {
	width: 1000px;
	background:#fff;
	text-align:center;
	display:none;
	margin:0!important;
	padding:35px 0!important;
}
#sucsess7 .video {
	margin:10px 0 0 0;
	height:304px;
}
#sucsess7 .title {
	font-size:36px;
	font-family: 'proxima_nova_rgbold';
	margin:25px 0 15px 0;
}
#sucsess7 .title:before {
	width:85px;
	height:85px;
	content:'';
	display:block;
	margin:0 auto 15px auto;
	background:#ff5722 url(../images/sended-icon.png) no-repeat center center;
	border-radius:100px;
	box-shadow: 0px 0px 83px rgba(186, 15, 34, 0.3);
}
#sucsess7 p {
	font-size:25px;
}
#sucsess7 .close {
	display:inline-block;
	height:51px;
	background:#ff5722;
	border-radius:5px;
	line-height:53px;
	padding:0 25px;
	font-size:23px;
	color:#fff;
	font-family: 'proxima_nova_rgbold';
	text-decoration:none;
	margin:15px 0 0 0;
	outline:none;
	cursor:pointer;
}



section.block-2 .second-block .block .l-side input[type="text"]::-webkit-input-placeholder,
section.block-5 .form-block .form input[type="text"]::-webkit-input-placeholder,
section.block-8 .steap-block-3 input[type="text"]::-webkit-input-placeholder,
section.block-21 .right-side input[type="text"]::-webkit-input-placeholder {
	color: #98a0a2;
}
section.block-2 .second-block .block .l-side input[type="text"]::-moz-placeholder,
section.block-5 .form-block .form input[type="text"]::-moz-placeholder,
section.block-8 .steap-block-3 input[type="text"]::-moz-placeholder,
section.block-21 .right-side input[type="text"]::-moz-placeholder {
	color: #98a0a2;
}
section.block-2 .second-block .block .l-side input[type="text"]:-ms-input-placeholder,
section.block-5 .form-block .form input[type="text"]:-ms-input-placeholder,
section.block-8 .steap-block-3 input[type="text"]:-ms-input-placeholder,
section.block-21 .right-side input[type="text"]:-ms-input-placeholder {
	color:#98a0a2;
}
section.block-2 .second-block .block .l-side input[type="text"]:-moz-placeholder,
section.block-5 .form-block .form input[type="text"]:-moz-placeholder,
section.block-8 .steap-block-3 input[type="text"]:-moz-placeholder,
section.block-21 .right-side input[type="text"]:-moz-placeholder {
	color: #98a0a2;
}
/*
input.error::-webkit-input-placeholder {
	color:red;
}
input.error::-moz-placeholder {
	color:red;
}
input.error:-ms-input-placeholder {
	color:red;
}
input.error:-moz-placeholder {
	color:red;
}*/
@media (max-width: 1600px) {
	section.block-20 .review .audio {
		position: relative;
		right: auto;
		top: auto;
		margin: 25px auto 0 auto;
	}
	section.block-7 .review .audio {
		position: relative;
		right: auto;
		top: auto;
		margin: 25px auto 0 -73px;
	}
	section.block-20 .review:after, section.block-7 .review:after {
		display:none;
	}
	section.block-1 .r-side {
		right:0;
	}
}
@media (max-width: 1400px) {
	.container {
		box-sizing:border-box;
		padding:0 15px;
	}
	header .logo:before {
		display:none;
	}
	header .logo {
		display: block;
		padding: 10px 0;
		left: 15px;
		width: 30%;
	}
	footer .logo {
		left:15px;
	}
	header .logo .l-text {
		display: block;
		margin: 0 0 9px 0;
	}
	header .logo .l-description {
		display: block;
	}
	header .call {
		width: 27%;
		margin: 0px 0 0 32%;
	}
	header .consultation {
		width: 37%;
	}
	section.block-1 .l-side .b-text {
		font-size: 42.5px;
	}
	section.block-21 .left-side {
		margin: 10px 70px 0 5%;
	}
	section.block-21 .right-side {
		width: 35%;
	}
	#site-popup .name {
		font-size: 32px;
		margin: 30px 0 30px 0;
	}
	#site-popup .block .t-name {
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	#site-popup .block {
		margin: 0 3% 30px 3%;
	}
	#site-popup .block .price {
		font-size: 36px;
	}
	#site-popup .block .price span {
		font-size: 22px;
	}
}
@media (max-width: 1300px) {
	section.block-3 .bx-wrapper .bx-prev {
		left: 0px;
	}
	section.block-3 .bx-wrapper .bx-next {
		right:0;
	}
	section.block-3 .bx-wrapper .bx-viewport {
		width:95%!important;
		margin:0 auto;
	}
	section.block-3 .bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -45px;
		outline: 0;
		width: 20px;
		height: 60px;
		background-size:contain!important;
	}
	section.block-6 .block .text .info .amount {
		font-size: 20px;
	}
	section.block-6 .block .text .info .price {
		font-size: 24px;
	}
	section.block-6 .block .text .price:after {
		width: 12px;
		height: 14px;
		background-size: contain!important;
	}
	section.block-6 .block .button {
		width: 100px;
		height: 30px;
		line-height: 31px;
	}
	section.block-7 .block .button {
		width: 200px;
		margin: 0 0 0 -100px;
	}
	section.block-7 .portfolio.bl-4 .block .text .title, section.block-7 .portfolio.bl-4 .block .hidden-text .title {
		font-size: 20px;
	}
	section.block-3 .slide .line-block .block .text {
		font-size: 20px;
	}
	section.block-3 .slide .line-block .block .text .price:after {
		margin: 4px 0 0 4px;
		height: 15px;
		background-size: contain!important;
	}
}
.loader {
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index: 99999;
}
.cssload-tube-tunnel {
	width: 49px;
	height: 49px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-24px 0 0 -24px;
	border: 4px solid;
	border-radius: 50%;
	border-color: rgb(255,86,34);
	animation: cssload-scale 1035ms infinite linear;
		-o-animation: cssload-scale 1035ms infinite linear;
		-ms-animation: cssload-scale 1035ms infinite linear;
		-webkit-animation: cssload-scale 1035ms infinite linear;
		-moz-animation: cssload-scale 1035ms infinite linear;
}
@keyframes cssload-scale {
	0% { transform: scale(0); transform: scale(0); }
	90% { transform: scale(0.7); transform: scale(0.7); }
	100% { transform: scale(1); transform: scale(1); }
}

@-o-keyframes cssload-scale {
	0% { -o-transform: scale(0); transform: scale(0); }
	90% { -o-transform: scale(0.7); transform: scale(0.7); }
	100% { -o-transform: scale(1); transform: scale(1); }
}

@-ms-keyframes cssload-scale {
	0% { -ms-transform: scale(0); transform: scale(0); }
	90% { -ms-transform: scale(0.7); transform: scale(0.7); }
	100% { -ms-transform: scale(1); transform: scale(1); }
}
 
@-webkit-keyframes cssload-scale {
	0% { -webkit-transform: scale(0); transform: scale(0); }
	90% { -webkit-transform: scale(0.7); transform: scale(0.7); }
	100% { -webkit-transform: scale(1); transform: scale(1); }
}

@-moz-keyframes cssload-scale {
	0% { -moz-transform: scale(0); transform: scale(0); }
	90% { -moz-transform: scale(0.7); transform: scale(0.7); }
	100% { -moz-transform: scale(1); transform: scale(1); } 
}

.rigimg {background-image: url(../images/sslide1.png);
background-repeat: repeat-x;
background-repeat: repeat-y;
width: 89%;height: 160px;
background-position: 44px 0px;
background-repeat: repeat-y;
}

.rigimg.rigimg:hover {/* background-image: url(../images/sslide2.png); */
background-repeat: repeat-x;
background-repeat: repeat-y;
width: 89%;height: 160px;
background-position: 44px -170px;
background-repeat: repeat-y;

}

.rigimg2 {
background-image: url(../images/sslide3.png);
background-repeat: repeat-x;
background-repeat: repeat-y;
width: 89%;height: 160px;
background-position: 44px 0px;
background-repeat: repeat-y;
}

.rigimg2.rigimg2:hover {
background-repeat: repeat-x;
background-repeat: repeat-y;
width: 89%;height: 160px;
background-position: 44px -168px;
background-repeat: repeat-y;
}