/* General */
@font-face {
    font-family: 'ClearSans-Regular';
    src: url('../fonts/ClearSans-Regular.eot');
    src: url('../fonts/ClearSans-Regular.eot@') format('embedded-opentype'),
         url('../fonts/ClearSans-Regular.woff') format('woff'),
         url('../fonts/ClearSans-Regular.ttf.html') format('truetype'),
         url('../fonts/ClearSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ClearSans-Bold';
    src: url('../fonts/ClearSans-Bold.eot');
    src: url('../fonts/ClearSans-Bold.eot@') format('embedded-opentype'),
         url('../fonts/ClearSans-Bold.woff') format('woff'),
         url('../fonts/ClearSans-Bold.ttf.html') format('truetype'),
         url('../fonts/ClearSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intro_regular';
    src: url('../fonts/intro.eot');
    src: url('../fonts/intro.eot@') format('embedded-opentype'),
/*         url('../fonts/intro.woff2.html') format('woff2'), */
         url('../fonts/intro.woff') format('woff'),
         url('../fonts/intro.ttf.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNextCyrDemi';
    src: url('../fonts/AvenirNextCyr-Demi.eot');
    src: url('../fonts/AvenirNextCyr-Demi.eot') format('embedded-opentype'),
         url('../fonts/AvenirNextCyr-Demi.woff') format('woff'),
         url('../fonts/AvenirNextCyr-Demi.ttf.html') format('truetype')
} 
@font-face {
    font-family: 'AvenirNextCyrBold';
    src: url('../fonts/AvenirNextCyr-Bold.eot');
    src: url('../fonts/AvenirNextCyr-Bold.eot') format('embedded-opentype'),
         url('../fonts/AvenirNextCyr-Bold.woff') format('woff'),
         url('../fonts/AvenirNextCyr-Bold.ttf.html') format('truetype')
} 


html,body {
	height:100%;
	margin:0;
	padding:0;
	border:0;
}
body {
    font-family: 'ClearSans-Regular';
	font-size:15px;
	color:#292b2f;
	background:#fff;
	position:relative;
}
a, button, .btn {
	outline:none !important;
}
a {
	color:#009ce7;
}
hr {
	border-color:#CDD4D5;
	margin:25px 0;
}
strong {
    font-family: 'AvenirNextCyrBold';
	font-weight:normal;
}
label {
	font-weight: normal;
	margin-bottom: 0;
	color: #9DA3B6;
	background: #fff;
	display: block;
	padding: 10px 20px 0;
	border: 1px solid #dee4f0;
	border-bottom: none;
	font-size: 13px;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
h1 {
	font-family:'intro_regular';
	font-size:50px;
	letter-spacing: -1px;
	margin:0 0 30px;
	line-height:1.2;
}
h2 {
    font-family: 'intro_regular';
	font-size:44px;
	line-height:1.1;
	letter-spacing: -.4px;
	margin:0 0 30px;
}
h3 {
    font-family: 'intro_regular';
	font-size:44px;
	line-height:1.1;
	letter-spacing: -.4px;
	margin:0 0 30px;
}
h3:after {
	content:'';
	display:block;
	width:70px;
	height:2px;
	margin-top: 30px;
	background:#20aa97;
}
h4 {
    font-family: 'intro_regular';
	font-size:38px;
	line-height: 1.2;
	margin:0 0 60px;
}
h5 {
    font-family: 'ClearSans-Bold';
	font-size:26px;
	line-height: 1.1;
	margin:0 0 20px;
}
p {
	margin-bottom:15px;
	line-height:1.6;
}


	#wrap{
		display: none;
		opacity: 0.8;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;
		background-color: rgba(1, 1, 1, 0.725);
		z-index: 100;
		overflow: auto;
	}
	
		#window, #window2, #window3, #window4, #window5, #window6, #window7, #window8, #window9, #window10, #window11, #window12, #window13, #window14, #window15, #window16{
		width: 55%;
		height: 80%;
		margin: 100px auto;
		display: none;
		background: #fff;
		z-index: 200;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;		
		}
	
	.close{
		margin-left: 364px;
		margin-top: 4px;
		cursor: pointer;
	}

.frames-text p {
margin-top: 25px;
}

.form-control {
	color:#292b2f;
	font-family: 'AvenirNextCyrDemi';
	font-size: 15px;
	border-radius:0 !important;
	box-shadow:none !important;
	border: 1px solid #dee4f0 !important;
	border-top:none !important;
	height: 46px;
	padding: 10px 20px;
}
.form-control:focus {
	box-shadow:0 10px 20px 0px rgba(41, 63, 108, 0.15) !important;
}
textarea {
	resize:vertical;
}
*::-webkit-input-placeholder {color:#292b2f;}
*:-moz-placeholder {color:#292b2f !important; text-overflow:ellipsis;}
*::-moz-placeholder {color:#292b2f !important; text-overflow:ellipsis;}
*:-ms-input-placeholder {color:#292b2f !important; text-overflow:ellipsis;}
:focus::-webkit-input-placeholder {color:transparent !important;}
:focus::-moz-placeholder {color: transparent !important;}
:focus:-moz-placeholder {color: transparent !important;}
:focus:-ms-input-placeholder {color: transparent !important;}

button, .btn {
    font-family: 'AvenirNextCyrBold';
	font-size: 13px;
	letter-spacing: .2px;
	text-transform: uppercase;
	line-height:1;
	padding:17px 28px;
	border-radius:5px;
	outline:none !important;
	border:1px solid transparent !important;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.btn-primary {
	background:none !important;
	color:#fff !important;
	border-color:#fff !important;
}
.btn-primary:hover, .btn-primary:focus {
	background:#fff !important;
	color:#292b2f !important;
}
.btn-default {
	background:#20aa97;
	color:#fff !important;
}
.btn-default:hover, .btn-default:focus {
	background:#009994;
}




.container {
	position:relative;
	padding:0;
	width:100% !important;
	max-width:1200px !important;
}
.wrapper {
	position:relative;
	overflow-x:hidden;
}
.nav-opened {
	overflow-x:hidden;
}
.nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#292b2f;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.nav-opened .nav-overlay {
	visibility:visible;
	opacity:.8;
}
.content-wrapper {
	position:relative;
	left:0;
	overflow:hidden;
	-webkit-transition: left .3s cubic-bezier(0.2, 0.8, 0.4, 1);
	transition: left .3s cubic-bezier(0.2, 0.8, 0.4, 1);
}
.nav-opened .content-wrapper {
	left:240px;
}
.navigation-wrapper {
	position:fixed;
	z-index:999;
	left:0;
	top:0;
	right:0;
	padding-top:15px;
	-webkit-transition:padding .2s;
	transition:padding .2s;
}
.header-fixed .navigation-wrapper {
	padding-top:0;
}




/* Header */
.header {
	height:70px;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:998;
	padding-top:15px;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.header-fixed .header {
	padding-top:0;
	background:#fff;
	box-shadow:0 8px 12px -10px rgba(41, 63, 108, 0.2);
}
.logo {
	display:block;
	width:156px;
	height:40px;
	background:url(../img/logo.svg) no-repeat center / contain;
	position:absolute;
	left:0;
	top:15px;
}
.logo-inversed {
	display:none;
	background:url(../img/logo2.svg) no-repeat center / contain;
}
.header-fixed .logo {
	display:none;
}
.header-fixed .logo-inversed {
	display:block;
}
.logo-mobile {
	display:none;
}
.nav-toggle {
	position:absolute;
	right:0;
	top:0;
	background:none !important;
	border:none !important;
	border-radius:0;
	width:80px;
	height:60px;
	z-index:2;
	padding:5px 27px;
	display:none;
}
.nav-toggle span {
	display:block;
	position:relative;
	top:0;
	height:3px;
	margin:6px 0;
	background:#fff;
}
.nav-toggled span:nth-child(1) {
	top:-3px;
}
.nav-toggled span:nth-child(3) {
	top:3px;
}
.top-contacts {
	position:absolute;
	z-index:2;
	right:0;
	top:24px;
	line-height:1;
    font-family:'AvenirNextCyrBold';
	font-size: 23px;
	letter-spacing:-1px;
	color:#fff;
	-webkit-transition:color .2s;
	transition:color .2s;
}
.header-fixed .top-contacts {
	color:#292b2f;
}
.top-nav {
	position: absolute;
	z-index: 999;
	left:290px;
	top: 24px;
}
.top-nav ul {
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
}
.top-nav ul li {
	display:inline-block;
	padding:0 18px;
	position:relative;
}
.top-nav ul li a {
	display:block;
    font-family: 'AvenirNextCyrBold';
	font-size: 13px;
	text-transform:uppercase;
	letter-spacing:.2px;
	line-height:1;
	text-decoration: none !important;
	color: #fff !important;
	position:relative;
	-webkit-transition:color .2s;
	transition:color .2s;
}
.header-fixed .top-nav ul li a {
	color: #292b2f !important;
}
.top-nav ul li a:hover {
	color:#20aa97 !important;
}
.order-link {
	color: #20aa97 !important;
}
.top-nav ul li a.order-link:hover {
	color: #fff !important;
}
.order-link:after {
	display:block;
	content:'';
	position:absolute;
	z-index:-1;
	left:-14px;
	right:-14px;
	top:-9px;
	bottom:-10px;
	border-radius:30px;
	border:1px solid #20aa97;
	-webkit-transition:background .2s;
	transition:background .2s;
}
.order-link:hover:after {
	background:#20aa97;
}





/* Mainpage */
section {
	padding:120px 0;
}
.intro {
	height:1000px;
	height:100vh;
	overflow:hidden;
	padding:0;
	position: relative;
	z-index: 1;
	background: #292D33 url(../img/intro.jpg) no-repeat center / cover;
}
.intro-text {
	color:#fff;
	text-align:center;
	position:absolute;
	z-index:2;
	left:50%;
	width:840px;
	margin-left:-420px;
	top:50%;
	height:310px;
	margin-top:-155px;
}
.intro-text p {
	max-width:600px;
	margin:0 auto 50px;
	color: #DBDDE9;
	font-size:16px;
}
.intro-text .btn {
	margin:0 5px;
	width:230px;
}
.overlay {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(13, 16, 20, 0.6);	
}
video#bgvid {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	min-width:101%;
	min-height:101%;
	width:auto;
	height:auto;
	z-index:0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}




/* Features */
.features-wrapper {
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:60px;
	z-index:2;
}
.feature {
	width:290px;
	padding:0 30px;
	display:inline-block;
	position:relative;
	text-align:left;
}
.feature > div {
	font-size: 14px;
	color:#DBDDE9;
	display:inline-block;
	vertical-align:middle;
}
.feature:before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:40px;
	margin-right:15px;
}
.features .feature:nth-child(1):before {
	background:url(../img/icon-weight.svg) no-repeat center / contain;
}
.features .feature:nth-child(2):before {
	background:url(../img/icon-speed.svg) no-repeat center / contain;
}
.features .feature:nth-child(3):before {
	background:url(../img/icon-photo.svg) no-repeat center / contain;
}
.features .feature:nth-child(4):before {
	background:url(../img/icon-player.svg) no-repeat center / contain;
}



/* Slider */
.feats-slider {
	text-align:center;
}
.feats-p {
	color: #63646B;
	max-width:820px;
	margin:0 auto;
}
.feat-bg {
	background:url(../img/phone-bg.png) no-repeat center top;
	width:424px;
	height:790px;
	position:absolute;
	z-index:1;
	top:0;
	left:50%;
	margin-left:-212px;
}
.phone-img {
	position:relative;
	text-align:center;
}
.phone-img > div {
	position:absolute;
	left: 58px;
	width:310px;
	top: 190px;
	overflow:hidden;
}
.phone-img .wrapper--top {
	height:410px !important;
}
.circles {
	position:relative;
	z-index:0;
	height:790px;
}
.circles span {
	display:block;
	border-radius:50%;
	border:1px solid #eef0f3;
	position:absolute;
	left:50%;
	top:50%;
}
.circles span:nth-child(1) {
	width:440px;
	height:440px;
	margin-left:-220px;
	margin-top:-220px;
}
.circles span:nth-child(2) {
	width:600px;
	height:600px;
	margin-left:-300px;
	margin-top:-300px;
}
.circles span:nth-child(3) {
	width:920px;
	height:920px;
	margin-left:-460px;
	margin-top:-460px;
}
.feats-block {
	margin-top:100px;
	position:relative;
	text-align:left;
	height:790px;
}
.feat-item {
	position:absolute;
	width:300px;
}
.feat-item p {
	color: #63646B;
}
.feat-item:before {
	display:inline-block;
	margin-bottom:15px;
	font-family: 'intro_regular';
	font-size:24px;
	letter-spacing:-1px;
	line-height:50px;
	color:#fff;
	background:#1ab09c;
	width:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
}
#feat1:before {
	content:'01';
}
#feat2:before {
	content:'02';
}
#feat3:before {
	content:'03';
}
#feat4:before {
	content:'04';
}
.feat-item:after {
	content:'';
	display:block;
	width:60px;
	height:2px;
	background:#1ab09c;
	position:absolute;
	top:25px;
}
#feat1:after, #feat3:after {
	left:100%;
}
#feat2:after, #feat4:after {
	right:100%;
}
#feat1 {
	top:75px;
	left:0;
	text-align:right;
}
#feat2 {
	top:75px;
	right:0;
}
#feat3 {
	top:490px;
	left:0;
	text-align:right;
}
#feat4 {
	top:490px;
	right:0;
}



/* Video blocks */
.video-section {
	padding:0;
}
.video-block {
	width:33.33%;
	float:left;
	position:relative;
	text-align:center;
	height:400px;
	background:#ddd;
	padding-top:220px;
	cursor:pointer;
	color:#fff;
}
.video-block:before {
	display:block;
	content:'';
	position:absolute;
	z-index:0;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(13, 16, 20, 0.6);
	-webkit-transition:background .3s;
	transition:background .3s;
}
.video-block:hover:before {
	background:rgba(13, 16, 20, 0.3);
}
.video-section .video-block:nth-child(1) {
	background:url(../img/img-video1.jpg) no-repeat center / cover;
}
.video-section .video-block:nth-child(2) {
	background:url(../img/img-video2.jpg) no-repeat center / cover;
}
.video-section .video-block:nth-child(3) {
	background:url(../img/img-video3.jpg) no-repeat center / cover;
}
.video-block h4 {
	position:relative;
	z-index:1;
	font-size: 25px;
	margin:0 0 25px;
}
.video-block p {
	position:relative;
	z-index:1;
	max-width:360px;
	margin: 0 auto;
	color: #DBDDE9;
}
.play-icon {
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-35px;
	top:100px;
	width:70px;
	height:70px;
	background:url(../img/icon-player.svg) no-repeat center / cover;
}
.video-popup {
	background:#111;
	height:405px;
	width:720px;
	overflow:hidden;
	position:fixed;
	z-index: 9999;
	left:50%;
	top:50%;
	margin-left:-360px;
	margin-top:-200px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
	-webkit-transition: none;
	transition: none;
}
.video-popup.show-video {
	visibility: visible;
	opacity:1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .3s, transform .3s cubic-bezier(.06,.56,.3,.96);
	transition:  opacity .3s, transform .3s cubic-bezier(.06,.56,.3,.96);
}
.video-popup video {
	position:relative;
	z-index:0;
	display:block;
	width:100%;
	height:100%;
	border:none;
}




/* Works */
.works {
    background:#f5f9fc;
	overflow:hidden;
	padding-bottom:10px;
}
.section-anons {
	margin:0 0 30px;
	max-width:870px;
}
.section-anons h3 {
	float:left;
	width:450px;
	margin:0;
}
.section-anons p {
	margin:0;
	overflow:hidden;
	color: #63646B;
}
.items-wrapper {
	margin:0 -10px;
	padding-left:70px;
}
.item {
	float:left;
	padding:12px;
}
.item-25 {
	cursor: pointer;
	width:25%;
}
.item-33 {
	cursor: pointer;
	width:33%;
	float: left;
	padding: 3px;
}
.item-50 {
	cursor: pointer;
	width:50%;
}
.item a {
	display:block;
	position:relative;
	text-align:left;
	text-decoration:none !important;
	color:#292b2f !important;
	background:#fff;
	height:375px;
	padding-top: 30px;
	-webkit-transition:box-shadow .2s;
	transition:box-shadow .2s;
}
.item a:hover {
	box-shadow:0 10px 20px 0px rgba(41, 63, 108, 0.15);
}
.item a:before {
	content:'';
	display:block;
	position:absolute;
	right:28px;
	bottom:38px;
	width:40px;
	height:40px;
	background:url(../img/rotation.svg) no-repeat center / contain;
}
.item img {
	margin:0 auto;
}
.item div {
	position:absolute;
	left:35px;
	right:35px;
	bottom:35px;
}
.item span {
	font-family: 'AvenirNextCyrBold';
	font-size: 17px;
}
.item p {
	font-size: 13px;
	margin:0;
	color: #BCC1CE;
}

.items3d-wrapper {
}
.overlay-3d {
	position:fixed;
	z-index: 9998;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#292b2f;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.overlay-3d.show3d {
	visibility: visible;
	opacity: .8;
}
.item3d {
	background:#fff;
	height:610px;
	width:610px;
	overflow:hidden;
	position:fixed;
	z-index: 9999;
	left:50%;
	top:50%;
	margin-left:-305px;
	margin-top:-305px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
	-webkit-transition: none;
	transition: none;
}
.item3d.show3d {
	visibility: visible;
	opacity:1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .3s, transform .3s cubic-bezier(.06,.56,.3,.96);
	transition:  opacity .3s, transform .3s cubic-bezier(.06,.56,.3,.96);
}
.item3d-image {
	height:100%;
	text-align:center;
	padding-bottom:60px;
}
.item3d-image .icon--panel {
	top:100% !important;
	margin-top: -60px !important;
	width:100% !important;
	left:0 !important;
	margin-left:0 !important;
}
.icon-exit {
	position:absolute;
	right:25px;
	top:25px;
	width:30px;
	height:30px;
	cursor:pointer;
	background:url(../img/icon-remove.svg) no-repeat center / contain;
}




/* Facts */
.facts {
	overflow:hidden;
	color:#fff;
	background:#292D33 url(../img/bg.jpg) no-repeat center bottom / cover;
}
.facts .section-anons p {
	color:#DBDDE9;
}
.facts-wrapper {
	padding-left:70px;
	margin-right: -100px;
}
.fact {
	width:50%;
	float:left;
	margin-top:30px;
}
.fact strong {
	font-family: 'intro_regular';
	font-size:90px;
	font-weight:normal;
	line-height:1;
	float:left;
	width: 180px;
	color: #20aa97;
}
.fact i {
	font-family: 'ClearSans-Regular';
	font-size: 40px;
	font-style:normal;
	position: relative;
	top: -18px;
	margin-left: 5px;
}
.fact div {
    font-size: 14px;
    color: #DBDDE9;
	overflow:hidden;
	padding:2px 100px 0 0;
}



/* Price */
.price {
	background: #f5f9fc;
}
.price .section-anons {
	max-width:360px;
	float:left;
	margin:0;
}
.price .section-anons h3 {
	float:none;
	margin-bottom:30px;
}
.select-wrapper {
	padding-left:70px;
	margin:0 -10px;
	float: left;
	width: 840px;
}
.select-block {
	margin-bottom:20px;
	width: 50%;
	float: left;
	padding:0 12px;
}
.select-block-33 {
	width:33.33%;
}
.select-wrapper .btn {
	margin:0 24px 0 12px;
	float:left;
	width:233px;
	box-shadow: 4px 10px 10px -10px rgba(41, 63, 108, 0.5);
}
.total-price {
	font-family: 'AvenirNextCyrDemi';
	font-size: 15px;
	overflow: hidden;
	display: none;
	background: #fff;
	margin-right: 12px;
	padding: 0 20px;
	border: 1px solid #dee4f0;
}
.total-price span {
	font-family: 'AvenirNextCyrBold';
	font-size: 34px;
	letter-spacing: -1px;
	margin-right:3px;
}

div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	margin-bottom:15px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.cs-select:focus {outline:none;}
.cs-select select {display:none;}
.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding:10px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 46px;
}
.cs-select > span {
	padding-right:30px;
	border: 1px solid #dee4f0;
	border-top: none;
}
.cs-select .cs-selected {
	background:#f5f9fc;
}
.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top:14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cs-select > span::after {
	content: '';
	right:14px;
}
.cs-select .cs-selected span::after {
	content: '';
	right:14px;
}
.cs-select.cs-active > span::after {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
	border: 1px solid #dee4f0;
	border-top: none;
}
.cs-select.cs-active .cs-options {
	visibility: visible;
}
.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cs-select ul span {
	padding: 1em;
}
.cs-select ul li.cs-focus span {
	background-color: #ddd;
}
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}
.cs-select li.cs-optgroup > span {
	cursor: default;
}
div.cs-skin-border {
	background: transparent;
	font-family: 'AvenirNextCyrDemi';
	font-size: 15px;
}
.cs-skin-border > span {
	background:#fff;	
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
	width:17px;
	height:17px;
	background:url(../img/arr-down.png) no-repeat center;
	display:block;
}
.cs-skin-border ul span::after {
	content: '';
	opacity: 0;
}
.cs-skin-border .cs-selected span::after {
	width:17px;
	height:17px;
	display:block;
	background:url(../img/selected.png) no-repeat center;
	content: '';
	opacity: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.cs-skin-border.cs-active {
	z-index:999;
}
.cs-skin-border.cs-active > span {
	background: #fff;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.cs-skin-border .cs-options {
	opacity: 0;
}
.cs-skin-border.cs-active .cs-options {
	box-shadow:0 10px 20px 0px rgba(41, 63, 108, 0.15);
	opacity: 1;
}
.cs-skin-border ul span {
	padding:12px 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
    background:#f5f9fc;
}

.frames {
	margin-top:70px;
}
.frames-text {
	float:left;
	max-width:360px;
	font-family: 'AvenirNextCyrDemi';
	font-size: 19px;
	letter-spacing:-.4px;
}
.frames-items {
	padding:0 10px 0 60px;
	float: left;
	width: 840px;
}
.frames-items a {
	display:block;
	width:33.33333%;
	float:left;
	text-align:center;
	color: #63646B;
	text-decoration:none !important;
	padding:0 13px;
}
.frames-items a div {
	padding:10px 5px 15px;
	border-radius: 5px;
	background:#fff;
	-webkit-transition: box-shadow .2s;
	transition: box-shadow .2s;
}
.frames-items a:hover div {
	box-shadow: 0 10px 20px 0 rgba(41, 63, 108, 0.15);
}
.frames-items a p {
	margin:0;
	line-height:1;
	font-size: 13px;
	position:relative;
}
.frames-items a p:after {
	display:block;
	content:'';
	position:absolute;
	z-index:0;
	left:10px;
	right:10px;
	bottom:41px;
	height:1px;
	background:#dee4f0;
}
.frames-items a span {
	display:block;
	position:relative;
	z-index:1;
	margin:0 auto 5px;
	font-family: 'AvenirNextCyrBold';
	font-size: 22px;
	width:48px;
	height:48px;
	line-height:48px;
	color:#292b2f;
	background:#fff url(../img/frames.svg) no-repeat center / contain;
	-webkit-transition: color .2s;
	transition: color .2s;
}
.frames-items a:hover span {
	color:#20aa97;
}
.frames-items img {
	width:60px;
	margin:0 auto 5px;
}




/* Order */
.order {
	background:#fff;
	overflow:hidden;
}
.order .section-anons {
	max-width:360px;
	float:left;
	margin:0;
}
.order .section-anons h3 {
	float:none;
	margin-bottom:30px;
}
.order-wrapper {
	padding-left:70px;
	margin:0 -10px;
	float: left;
	width: 840px;
}
.select-column {
	width:50%;
	float:left;
}
.select-column .select-block {
	width:100%;
	float:none;
}
.order-wrapper textarea {
	height:237px;
}
.order-wrapper label {
	position: relative;
	z-index: 1;
}
.order-wrapper .btn {
	margin:0 0 0 12px;
	width:233px;
	box-shadow: 4px 10px 10px -10px rgba(41, 63, 108, 0.5);
}




/* Contacts */
.contacts {
	padding-bottom:0;
	background:#292D33 url(../img/foto360.svg) no-repeat center bottom / contain;
	color:#fff;
	text-align:center;
}
.contact-block h5 {
	font-size:15px;
	line-height: 1.6;
	color:#B3B3BF;
	margin:0 0 25px;
}
.contact-block p {
	font-family: 'AvenirNextCyrDemi';
	font-size:20px;
	margin:0 0 15px;
	color:#fff;
}
.contacts-phone {
	font-family: 'AvenirNextCyrBold' !important;
	font-size: 32px !important;
	letter-spacing: -1px;
	color:#20aa97 !important;
}
.contact-block a {
	color:#fff !important;
	text-decoration:none !important;
	border-bottom:1px solid #6A7380;
	padding-bottom:3px;
}
.map *, .map *:before, .map *:after {
    box-sizing:content-box !important;
}
.dg-control-round__icon {
	left:0;
}
#map {
	height:400px;
	position:relative;
	z-index:0;
}


/* Footer */
.footer {
	padding:50px 0;
	position:relative;
	color:#B3B3BF;
}
.aface {
	position:absolute;
	display:block;
	height:40px;
	width:40px;
	top: 40px;
	right: 25px;
	background:url(../img/logo-aface.svg) no-repeat center;
	opacity:.5;
}
.aface:hover {
	opacity:1;
}

.note{
  padding: 14px 0px 0px 13px;
  margin: 0;
  text-align: center;  
}

.error-price{
  display: none;
  color: #c00;
  padding-top: 12px;
  font-size: 16px;
}


/* Forms */
.fancybox-overlay {
    background:rgba(41,43,47,0.8);
}
.fancybox-skin {
	padding:0 !important;
	box-shadow:none !important;
	border-radius:0;
}
.fancybox-lock {
	overflow:visible !important;
}





/* Media queries */
@media (max-width:1280px) {
	.container {
		max-width:960px !important;
	}
	.logo {
		width:110px;
		height:35px;
		top:18px;
	}
	.top-nav {
		left:180px;
	}
	.top-nav ul li {
		padding:0 11px;
	}
	.top-contacts {
		top:25px;
		font-size:21px;
	}
	.feature {
		width: 230px;
		padding: 0 10px;
	}
	.items-wrapper {
		padding-left: 0;
	}
	.item div {
		left: 25px;
		right: 25px;
		bottom: 25px;
	}
	.item a:before {
		right: 18px;
		bottom: 20px;
		width: 30px;
		height: 30px;
	}
	.facts-wrapper {
		padding-left: 0;
		margin-right: -70px;
	}
	.fact div {
		padding: 2px 70px 0 0;
	}
	.fact strong {
		font-size: 65px;
		width: 150px;
	}
	.price .section-anons, .order .section-anons, .frames-text {
		max-width: 300px;
	}	
	.select-wrapper, .order-wrapper {
		padding-left: 60px;
		width: 670px;
	}
	div.cs-skin-border, .form-control, .cs-skin-border .cs-options {
		font-size: 14px;
	}
	.cs-select > span::after, .cs-select .cs-selected span::after {
		top: 12px;
	}
	.feat-item {
		width: 240px;
	}
	h5 {
		font-size: 20px;
	}
	.frames-items {
		padding: 0 0 0 50px;
		width: 660px;
	}	
	.video-block p {
		max-width: 270px;
	}
}
@media (max-width:1024px) {
	.container {
		max-width:730px !important;
	}
	.header {
		height:60px;
		position: absolute;
		padding: 0 !important;
		background:none !important;
	}
	.nav-toggle {
		display:block;
	}
	.navigation-wrapper {
		position:absolute;
		width:240px;
		padding:0;
		z-index:999;
		left:-240px;
		bottom:0;
		background: #fff;
		overflow-x:hidden;
		overflow-y:scroll;
		-webkit-transition: left .3s cubic-bezier(0.2, 0.8, 0.4, 1);
		transition: left .3s cubic-bezier(0.2, 0.8, 0.4, 1);
	}
	.nav-opened .navigation-wrapper {
		left:0;
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
	}
	.navigation-wrapper .container {
		width:100% !important;
	}
	.logo {
		left:25px;
		top:14px;
	}
	.logo-mobile {
		display:block;
		background: url(../img/logo2.svg) no-repeat center / contain;
	}
	.top-contacts {
		top: 60px;
		left:0;
		padding:12px 25px;
		border-top:1px solid #e0e6ef;
		border-bottom:1px solid #e0e6ef;
		color: #292b2f !important;
		background: #f5f9fc;
		font-size: 17px;
	}
	.top-nav {
		left: 0;
		right:0;
		top:115px;
		padding:0 25px;
	}
	.top-nav ul {
		margin: 0;
	}	
	.top-nav ul li {
		padding: 0;
		display:block;
	}
	.top-nav ul li a {
		display:inline-block;
		padding: 12px 0;
		color: #292b2f !important;
	}
	.intro-text {
		width: 730px;
		margin-left: -365px;
		height: 270px;
		margin-top: -135px;
	}
	h1 {
		font-size: 30px;
		letter-spacing: 0;
	}
	.features-wrapper {
		bottom: 20px;
	}
	.feature {
		width: 170px;
		padding: 0 10px;
		text-align: center;
	}
	.feature > div {
		font-size: 13px;
		margin-top: 6px;
	}
	.feature:before {
		display:block;
		margin:0 auto;
	}	
	.aface {
		right:15px;
	}
	section {
		padding: 100px 0;
	}
	.section-anons h3 {
		font-size: 32px;
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
	.section-anons h3 br {
		display:none;
	}
	h4, h2 {
		font-size: 32px;
	}
	.item a {
		padding:30px 10px 0;
		height: 290px;
	}
	.item span {
		font-size: 17px;
		line-height: 1.2;
		display: block;
		margin-bottom: 5px;
	}
	.item p {
		font-size: 12px;
		line-height: 1.2;
	}
	.fact strong {
		float: none;
	}
	.price .section-anons, .order .section-anons {
		max-width: none;
		margin-bottom:30px;
	}
	.select-wrapper, .order-wrapper {
		padding-left: 0;
		width: 100%;
		margin-top:20px;
	}
	.feats-slider {
		overflow:hidden;
	}
	.feats-block {
		height: 710px;
	}
	.circles {
		height: 710px;
	}
	.circles span:nth-child(3) {
		width: 700px;
		height: 700px;
		margin-left: -350px;
		margin-top: -350px;
	}	
	.feat-item {
		width: 190px;
	}
	#feat1, #feat2 {
		top:0;
	}
	#feat3, #feat4 {
		top:400px;
	}
	.feat-item:after {
		display:none;
	}
	.feat-item h5 br {
		display:none;
	}
	.feat-item p {
		font-size: 14px;
	}	
	.feat-bg {
		background-size: contain;
		width: 320px;
		height: 630px;
		margin-left: -160px;
		top: 70px;		
	}
	.phone-img > div {
		left: 44px;
		width: 235px;
		top: 87px;
		height: 415px;
		overflow: hidden;
	}
	.phone-img .wrapper--top {
		width:235px !important;
		height: 320px !important;
	}
	.phone-img .photo3d-preview-image {
		width:235px;
		height:235px;
	}
	.phone-img #move3d-image {
		display:none !important;
	}
	.frames-text {
		max-width: none;
		float:none;
		margin-bottom:30px;
	}
	.frames-items {
		padding: 0;
		width: 100%;
		margin: 0 -13px;
	}
	.video-block p {
		max-width: 180px;
	}
	.video-block h4 {
		font-size: 20px;
		margin: 0 0 15px;
	}
}
@media (max-width:767px) {
	body {
		font-size: 14px;
	}
	button, .btn {
	    font-size: 12px;
	}
	.container {
		max-width: none !important;
		padding:0 25px;
	}
	.intro {
		overflow:visible;
		margin-bottom:300px;
	}
	.intro-text {
		width: 310px;
		margin-left: -155px;
		height: 320px;
		margin-top: -150px;
	}
	h1 {
		font-size: 25px;
		line-height: 1.3;
		margin: 0 0 20px;
	}
	h1 br {
		display:none;
	}
	video#bgvid {
		display: none;
	}
	.intro {
		background: #292D33 url(../img/intro-sm.jpg) no-repeat center / cover;
	}
	.intro-text p {
		margin: 0 auto 25px;
		font-size: 13px;
	}
	.intro-text .btn {
		margin: 0 0 15px;
	}
	.features-wrapper {
		bottom: auto;
		top: 100%;
		height: 300px;
		padding-top:50px;
		background: #292D33;
	}
	.features {
		max-width: 300px;
		margin: 0 auto;
	}
	.feature {
		width: 130px;
		padding: 0 6px;
		margin-bottom:30px;
	}		
	section {
		padding:80px 0;
	}	
	.section-anons h3, h4, h2 {
		font-size: 25px;
	}
	.works {
    	background: #f5f9fc;
	}
	.item {
		width: 100% !important;
		float: none;
	}
	.item a {
		padding: 20px 10px 0;
		height: auto;
		padding-bottom: 80px;
	}
	.item3d {
		width: 320px;
		height: 363px;
		margin-left:-160px;
		margin-top:-181px;
	}
	.item3d-image {
		padding-bottom: 40px;
	}
	.item3d-image .icon--panel {
		margin-top: -35px !important;
	}
	.fact {
		width:100%;
		float: none;
	}
	.select-wrapper, .order-wrapper {
		margin:20px 0 0;
	}
	.select-column {
		float:none;
		width:100%;
	}
	.select-block {
		margin-: 15px;
		width: 100% !important;
		float: none;
		padding:0;
	}
	div.cs-select {
		margin-bottom:0;
		max-width:none;
	}
	.select-wrapper .btn {
		margin: 0 0 15px;
		float: none;
		width: 100%;
	}
	.order-wrapper .btn {
		margin:0;
		width: 100%;
	}
	.total-price {
		margin-right:0;
	}
	textarea.form-control {
		height: auto;
	}
	.contact-block h5 {
		font-size: 14px;
	}
	.contact-block p {
		font-size: 18px;
	}
	.contacts-phone {
		font-size: 26px !important;
	}
	.footer {
		padding: 20px 0;
	}
	#map {
		height:340px;
	}
	.aface {
		position: static;
		margin: 30px auto;
	}
	.circles {
		display:none;
	}
	.feats-block {
		height: auto;
		margin-top: 50px;
	}
	.feat-bg {
		position:static;
		margin:0 auto;
	}
	.feat-item {
		position:static;
		width:100%;
		text-align:center !important;
	}
	#feat4 {
		margin-bottom:-20px;
	}
	.feat-item::before {
		font-size: 17px;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
	h5 {
		margin: 0 0 10px;
	}
	.frames {
		margin-top: 40px;
	}
	.frames-text {
		font-size: 17px;
	}
	.frames-items {
		margin: 0 -3px;
	}
	.frames-items a {
		padding: 0 3px;
	}
	.frames-items a span {
		font-size: 18px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.frames-items a p:after {
		display:none;
	}
	.video-block {
		width:100%;
		float:none;
		height: 340px;
		padding-top: 170px;
	}
	.play-icon {
		top: 70px;
	}
	.video-popup {
		width:320px;
		height:300px;
		margin-left: -160px;
		margin-top: -150px;
	}
}


@media (min-width:768px) and (max-height:650px) {
	.intro {
		height:650px;
	}
}


@media (max-width: 770px){
.features-wrapper {
    height: 250px;
    padding-top: 20px;
}
}

@media (max-width: 767px){
	.intro {
		height:375px;
	}
.intro-text {
    width: 500px;
    margin-left: -250px;
    margin-top: -110px;
}	
}

		@media (max-width: 724px){
#window, #window2, #window3, #window4{
		width: 70%;
		height: 80%;
		}
}


@media (max-width:510px){
	.intro {
		height:450px;
	}
.intro-text {
    width: 310px;
    margin-left: -160px;
    margin-top: -140px;
}
#window, #window2, #window3, #window4{
		width: 80%;
		height: 80%;
		}
}

@media (max-width:510px){
#window, #window2, #window3, #window4{
		width: 85%;
		height: 70%;
		}
}

@media (max-width: 320px){
.feat-bg {
    margin-left: -33px;
}
.features-wrapper {
    height: 350px;
    padding-top: 20px;
}
	.intro {
		height:500px;
	}
.intro-text {
    width: 240px;
margin-left: -122px;
    margin-top: -180px;
}	
h1 {
    font-size: 20px;
}
}
@media (max-width: 242px){
.intro-text .btn {
    width: 190px;
}
.intro-text {
    width: 190px;
    margin-left: -100px;
    margin-top: -185px;
}	
h1 {
    font-size: 17px;
}
}