@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldExtraLight/Oswaldextralight.woff2') format('woff2'), url('../fonts/OswaldExtraLight/Oswaldextralight.woff') format('woff'), url('../fonts/OswaldExtraLight/Oswaldextralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldLight/Oswaldlight.woff2') format('woff2'), url('../fonts/OswaldLight/Oswaldlight.woff') format('woff'), url('../fonts/OswaldLight/Oswaldlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldRegular/Oswaldregular.woff2') format('woff2'), url('../fonts/OswaldRegular/Oswaldregular.woff') format('woff'), url('../fonts/OswaldRegular/Oswaldregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldMedium/Oswaldmedium.woff2') format('woff2'), url('../fonts/OswaldMedium/Oswaldmedium.woff') format('woff'), url('../fonts/OswaldMedium/Oswaldmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldDemiBold/Oswalddemibold.woff2') format('woff2'), url('../fonts/OswaldDemiBold/Oswalddemibold.woff') format('woff'), url('../fonts/OswaldDemiBold/Oswalddemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldBold/Oswaldbold.woff2') format('woff2'), url('../fonts/OswaldBold/Oswaldbold.woff') format('woff'), url('../fonts/OswaldBold/Oswaldbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldHeavy/Oswaldheavy.woff2') format('woff2'), url('../fonts/OswaldHeavy/Oswaldheavy.woff') format('woff'), url('../fonts/OswaldHeavy/Oswaldheavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldExtraLightItalic/Oswaldextralightitalic.woff2') format('woff2'), url('../fonts/OswaldExtraLightItalic/Oswaldextralightitalic.woff') format('woff'), url('../fonts/OswaldExtraLightItalic/Oswaldextralightitalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldLightItalic/Oswaldlightitalic.woff2') format('woff2'), url('../fonts/OswaldLightItalic/Oswaldlightitalic.woff') format('woff'), url('../fonts/OswaldLightItalic/Oswaldlightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldRegularItalic/Oswaldregularitalic.woff2') format('woff2'), url('../fonts/OswaldRegularItalic/Oswaldregularitalic.woff') format('woff'), url('../fonts/OswaldRegularItalic/Oswaldregularitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldMediumItalic/Oswaldmediumitalic.woff2') format('woff2'), url('../fonts/OswaldMediumItalic/Oswaldmediumitalic.woff') format('woff'), url('../fonts/OswaldMediumItalic/Oswaldmediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldDemiBoldItalic/Oswalddemibolditalic.woff2') format('woff2'), url('../fonts/OswaldDemiBoldItalic/Oswalddemibolditalic.woff') format('woff'), url('../fonts/OswaldDemiBoldItalic/Oswalddemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldBoldItalic/Oswaldbolditalic.woff2') format('woff2'), url('../fonts/OswaldBoldItalic/Oswaldbolditalic.woff') format('woff'), url('../fonts/OswaldBoldItalic/Oswaldbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/OswaldHeavyItalic/Oswaldheavyitalic.woff2') format('woff2'), url('../fonts/OswaldHeavyItalic/Oswaldheavyitalic.woff') format('woff'), url('../fonts/OswaldHeavyItalic/Oswaldheavyitalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

html, body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	height: 100%
}

html {
	font-size: 100%;
}

* {
    -webkit-transition: -webkit-transform 0.6s linear;
    -moz-transition: -moz-transform 0.6s linear;
    -o-transition: -o-transform 0.6s linear;
    transition: transform 0.6s linear;
}

aside, nav, footer, header, section, div { display: block }

img {
	border: none;
}

body {
	background: #ffffff;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: 400;
	color: #201f1f;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6, p, ol , ul, li, a,
table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
}

iframe {
	border: none;
}

b {
	font-weight: bold;       
}

section {
	overflow: hidden;
}

input, textarea, select, button { -webkit-appearance: none; outline: none; font-family: 'Oswald'; }
input.error, textarea.error, select.error { border-color: red!important; }
input::-moz-placeholder { color: #7b7b7b; }
input::-webkit-input-placeholder { color: #7b7b7b; }
textarea::-moz-placeholder { color: #7b7b7b; }
textarea::-webkit-input-placeholder { color: #7b7b7b; }

label {
	position: relative;
	display: block;
}

.error-text {
	border: 1px solid #444;
    background: #FFF;
    z-index: 5;
    border-radius: 6px;
    top: 100%;
    margin-top: 10px;
    left: -1px;
    position: absolute;
    display: none;
}

.error-text .text {
	padding: 8px 12px;
    font-size: 15px;
    line-height: 18px;
}

.error-text .tail {
	background: url(../img/tail.png) no-repeat;
    width: 12px;
    height: 7px;
    position: absolute;
    top: -7px;
    left: 30px;
}

.wrap {
	box-sizing: border-box;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.clr {
	clear: both;
}

.cols {
	overflow: hidden;
	margin: 0 -15px;
}

.col {
	box-sizing: border-box;
	padding: 0 15px;
	float: left;
}

.btn {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	box-sizing: border-box;
}

.btn:hover {
	opacity: .8;
	cursor: pointer;
}

.btn-red {
	background: #c51919;
	color: #ffffff;
	border: none;
}

.sheen {
	position: relative;
	overflow: hidden;
}

.sheen::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    animation: sheen 1s forwards infinite;
}

@keyframes sheen {
	100% {
		transform: rotateZ(60deg) translate(1em, -9em);
	}
}

section,
footer {
	overflow: hidden;
}

/* header */
header {
	transition: padding .4s linear;
	-o-transition: padding .4s linear;
	-moz-transition: padding .4s linear;
	-webkit-transition: padding .4s linear;
	position: fixed;
	top: 0; left: 0;
	padding: 15px 0;
	width: 100%;
	z-index: 101;
}

header.scrolled {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.33);
	background: #ffffff;
	padding: 15px 0;
}

header .nav-btn {
    position: absolute;
    top: 50%; left: 15px;
	margin: -20px 0 0;
    line-height: 1;
	display: none;
}

header .nav-btn i {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-size: 46px;
    color: #c51919;
}

header .wrap {
	display: table;
	height: 100%;
}

header .wrap .cell {
	display: table-cell;
	vertical-align: middle;
}

header .wrap .cell:last-child {
	text-align: right;
}

header .logo {
	background: url(../img/logo.png) no-repeat center;
	display: block;
	width: 165px;
	height: 54px;
}

header .address {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 500;
	color: #1a1429;
	line-height: 1.2;
}

header .phone {
	font-size: 20px;
	font-weight: 500;
	color: #1a1429;
	line-height: 1.2;
}

header .callback {
	border-bottom: 1px solid #c51919;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #c51919;
	line-height: 24px;
}

header nav ul {
	display: table;
	width: 100%;
	height: 100%;
}

header nav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

header nav ul li a {
	border-bottom: 1px dashed transparent;
	display: inline-block;
	position: relative;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 300;
	color: #1a1429;
}

header nav ul li a:hover,
header nav ul li a.active {
	border-bottom: 1px solid #c51919;
	cursor: pointer;
}

header nav ul li a:after {
	background: url(../img/car-ico.png) no-repeat center;
	position: absolute;
	left: 50%; bottom: -5px;
	margin-left: -17px;
	content: '';
	width: 33px;
	height: 13px;
	display: none;
}

header nav ul li a:hover:after,
header nav ul li a.active:after {
	display: block;
}

/* firstpage */
#firstpage {
	background: #e8e9eb;
	padding: 160px 0 135px;
	overflow: hidden;
}

#firstpage .wrapper {
	position: relative;
	max-width: 540px;
}

#firstpage .wrapper:after {
	content: url(../img/firstpage/car.png);
	position: absolute;
	top: -10px; right: -950px;
}

#firstpage h1 {
	text-transform: uppercase;
	margin: 0 0 20px;
	font-size: 40px;
	font-weight: 600;
	color: #201f20;
	line-height: 1.2;
}

#firstpage h1 span {
	display: block;
	color: #e64444;
}

#firstpage .desc {
	background: #2366ab;
	background: -moz-linear-gradient(left, #2366ab 0%, #8cc4ea 100%);
	background: -webkit-linear-gradient(left, #2366ab 0%,#8cc4ea 100%);
	background: linear-gradient(to right, #2366ab 0%,#8cc4ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2366ab', endColorstr='#8cc4ea',GradientType=1 );
	margin: 0 0 20px;
	padding: 18px 0;
}

#firstpage .desc-text {
	max-width: 320px;
	font-size: 25px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.2;
}

#firstpage .cols {
	max-width: 550px;
}

#firstpage .col {
	text-align: center;
	margin: 0 0 30px;
	width: 25%;
}

#firstpage .cols .col:first-child {
	width: 35%;
}

#firstpage .cols .col:last-child {
	width: 40%;
}

#firstpage .col p {
	font-size: 20px;
	font-style: italic;
	color: #201f20;
}

#firstpage .col p:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#firstpage .col p.ico-1:before { content: url(../img/firstpage/icons/1.png); }
#firstpage .col p.ico-2:before { content: url(../img/firstpage/icons/2.png); }
#firstpage .col p.ico-3:before { content: url(../img/firstpage/icons/3.png); }

#firstpage .btn {
	display: inline-block;
	padding: 17px 40px;
	font-size: 20px;
	font-weight: 500;
}

/* advantages */
#advantages {
	background: url(../img/advantages-bg.jpg) no-repeat center; /*#0f2029*/
	background-size: cover;
	padding: 70px 0 75px;
}

#advantages .wrapper {
	max-width: 780px;
}

#advantages h2 {
	text-transform: uppercase;
	margin: 0 0 35px;
	font-size: 35px;
	font-weight: 300;
	color: #d4d2d2;
	line-height: 1.2;
}

#advantages h2 span {
	display: block;
	font-weight: 500;
	color: #ffffff;
}

#advantages .cols {
	font-size: 0;
}

#advantages .col {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 40px;
	width: 33.33%;
	float: none;
}

#advantages ol li {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 300;
	color: #8f8f8f;
}

#advantages ol li:last-child {
	margin: 0;
}

#advantages ol li.audi { background-image: url(../img/advantages/audi.png); }
#advantages ol li.bmw { background-image: url(../img/advantages/bmw.png); }
#advantages ol li.mercedes-benz { background-image: url(../img/advantages/mercedes-benz.png); }
#advantages ol li.lexus { background-image: url(../img/advantages/lexus.png); }
#advantages ol li.toyota { background-image: url(../img/advantages/toyota.png); }
#advantages ol li.nissan { background-image: url(../img/advantages/nissan.png); }
#advantages ol li.infiniti { background-image: url(../img/advantages/infiniti.png); }
#advantages ol li.land-rover { background-image: url(../img/advantages/land-rover.png); }
#advantages ol li.acura { background-image: url(../img/advantages/acura.png); }
#advantages ol li.volkswagen { background-image: url(../img/advantages/volkswagen.png); }

#advantages ol li.mitsubishi { background-image: url(../img/advantages/mitsubishi.png); }
#advantages ol li.volvo { background-image: url(../img/advantages/volvo.png); }
#advantages ol li.subaru { background-image: url(../img/advantages/subaru.png); }
#advantages ol li.mazda { background-image: url(../img/advantages/mazda.png); }
#advantages ol li.honda { background-image: url(../img/advantages/honda.png); }
#advantages ol li.suzuki { background-image: url(../img/advantages/suzuki.png); }
#advantages ol li.kia { background-image: url(../img/advantages/kia.png); }
#advantages ol li.opel { background-image: url(../img/advantages/opel.png); }
#advantages ol li.fiat { background-image: url(../img/advantages/fiat.png); }
#advantages ol li.skoda { background-image: url(../img/advantages/skoda.png); }

#advantages ol li.renault { background-image: url(../img/advantages/renault.png); }
#advantages ol li.peugeot { background-image: url(../img/advantages/peugeot.png); }
#advantages ol li.chevrolet { background-image: url(../img/advantages/chevrolet.png); }
#advantages ol li.ford { background-image: url(../img/advantages/ford.png); }
#advantages ol li.citroen { background-image: url(../img/advantages/citroen.png); }
#advantages ol li.ssang-yong { background-image: url(../img/advantages/ssang-yong.png); }
#advantages ol li.lifan { background-image: url(../img/advantages/lifan.png); }
#advantages ol li.chery { background-image: url(../img/advantages/chery.png); }
#advantages ol li.geely { background-image: url(../img/advantages/geely.png); }

#advantages .btn {
	display: inline-block;
	padding: 19px 45px;
	font-size: 18px;
	font-weight: 500;
}

/* types */
#types {
	text-align: center;
	padding: 70px 0;
}

#types h2 {
	text-transform: uppercase;
	margin: 0 0 80px;
	font-size: 35px;
	font-weight: 300;
	color: #201f1f;
	line-height: 1.2;
}

#types h2 span {
	display: block;
	font-weight: 600;
}

#types .cols {
	overflow: visible;
	font-size: 0;
}

#types .col {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	float: none;
}

#types .item {
	border: 1px solid #c51919;
	box-sizing: border-box;
	max-width: 360px;
	margin: 0 auto;
	padding: 20px;
}

#types .item .img {
	margin: -65px 0 10px;
	line-height: 145px;
}

#types .item .img img {
	display: inline-block;
	vertical-align: bottom;
}

#types .item h3 {
	text-transform: uppercase;
	margin: 0 0 25px;
	font-size: 25px;
	font-weight: 500;
	color: #201f1f
}

#types .item ol {
	display: inline-block;
	text-align: left;
	margin: 0 0 35px;
}

#types .item ol li {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 300;
}

#types .item ol li span {
	font-size: 20px;
	font-weight: 500;
}

#types .item ol li:last-child {
	margin: 0;
}

#types .item ol li.ico-1 { background-image: url(../img/types/icons/1.png); }
#types .item ol li.ico-2 { background-image: url(../img/types/icons/2.png); }
#types .item ol li.ico-3 { background-image: url(../img/types/icons/3.png); }

#types .item .btn {
	display: inline-block;
	padding: 12px 30px;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 300;
}

#types .item .consult {
	border-bottom: 1px solid #c51919;
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	color: #c51919;
}

#types .item .consult:hover {
	border-bottom-color: transparent;
}

/* problems */
#problems {
	background: url(../img/problems-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0 75px;
	text-align: center;
}

#problems h2 {
	text-transform: uppercase;
	margin: 0 0 45px;
	font-size: 35px;
	font-weight: 300;
	color: #ffffff;
}

#problems h2 span {
	display: block;
	font-weight: 600;
}

#problems .cols {
	font-size: 0;
}

#problems .col {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 45px;
	width: 33.33%;
	float: none;
}

#problems .col img {
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto 20px;
	max-width: 100%;
	display: block;
}

#problems .col p {
	font-size: 22px;
	font-weight: 500;
	font-style: italic;
	color: #ffffff;
}

#problems .col p span {
	display: block;
	font-style: normal;
	color: #eedc64;
}

#problems .btn {
	display: inline-block;
	margin: 30px 0 0;
	padding: 18px 45px;
	font-size: 20px;
	font-weight: 500;
}

/* services */
#services {
	padding: 75px 0 40px;
	text-align: center;
}

#services h2 {
	text-transform: uppercase;
	margin: 0 0 40px;
	font-size: 35px;
	font-weight: 300;
	color: #121212;
}

#services h2 span {
	display: block;
	font-weight: 600;
}

#services .col {
	margin: 0 0 35px;
	width: 50%;
}

#services .item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	max-width: 549px;
	min-height: 367px;
	margin: 0 auto;
}

#services .item-1 { background-image: url(../img/services/1.jpg); }
#services .item-2 { background-image: url(../img/services/2.jpg); }
#services .item-3 { background-image: url(../img/services/3.jpg); }
#services .item-4 { background-image: url(../img/services/4.jpg); }
#services .item-5 { background-image: url(../img/services/5.jpg); }
#services .item-6 { background-image: url(../img/services/6.jpg); }
#services .item-7 { background-image: url(../img/services/7.jpg); }
#services .item-8 { background-image: url(../img/services/8.jpg); }
#services .item-9 { background-image: url(../img/services/9.jpg); }
#services .item-10 { background-image: url(../img/services/10.jpg); }

#services .item .wrapper {
	background: rgba(15, 32, 41, .8);
	padding: 15px 15px 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#services .item h3 {
	margin: 0 0 15px;
	font-size: 25px;
	font-weight: 500;
	color: #ffffff;
}

#services .item ol li {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 300;
	color: #eedc64;
	width: 30%;
}

#services .item ol li span {
	font-size: 20px;
}

#services .item ol li:before {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	content: '';
	width: 31px;
	height: 31px
}

#services .item .ico-1:before { background-image: url(../img/services/icons/1.png); }
#services .item .ico-2:before { background-image: url(../img/services/icons/2.png); }

#services .item .btns a {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

#services .item .btns .btn {
	padding: 10px 45px;
	font-size: 18px;
	font-weight: 500;
}

#services .item .btns .consult {
	border-bottom: 1px dotted #d0cdcd;
	font-size: 18px;
	font-weight: 300;
	color: #d0cdcd;
}

#services .item .btns .consult:hover {
	border-bottom-color: transparent;
}

/* calculation */
#calculation {
	background: url(../img/calculation-bg.jpg) no-repeat center;
	background-size: cover;
	text-align: right;
	padding: 30px 0 0;
	overflow: hidden;
}

#calculation .wrap {
	position: relative;
}

#calculation .wrap:before {
	content: url(../img/calculation/line.png);
	position: absolute;
	top: -30px; left: 0;
}

#calculation h2 {
	background: url(../img/calculation/title.png) no-repeat center;
	box-sizing: border-box;
	text-transform: uppercase;
	text-align: left;
	position: absolute;
	top: 115px; left: 0;
	padding-left: 55px;
	font-size: 35px;
	font-weight: 600;
	color: #212121;
	width: 448px;
	line-height: 119px;
}

#calculation .form {
	background: url(../img/calculation/form.png) no-repeat center;
	box-sizing: border-box;
	padding: 125px 65px 90px;
	display: inline-block;
	text-align: center;
	position: relative;
	max-width: 428px;
	width: 100%;
	height: 589px;
}

#calculation .form:before {
	content: url(../img/calculation/master.png);
	position: absolute;
	top: 80px; left: -450px;
}

#calculation .form h3 {
	text-transform: uppercase;
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: 600;
	color: #eedc64;
}

#calculation .form p {
	margin: 0 0 35px;
	font-size: 25px;
	font-weight: 300;
	color: #ffffff;
	line-height: 28px;
}

#calculation .form .btn {
	display: inline-block;
	padding: 14px 30px;
	font-size: 18px;
	font-weight: 500;
}

/* examples */
#examples {
	background: url(../img/examples-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 65px 0 125px;
	text-align: center;
}

#examples h2 {
	text-transform: uppercase;
	margin: 0 0 35px;
	font-size: 35px;
	font-weight: 300;
	color: #ffffff;
}

#examples h2 span {
	display: block;
	font-weight: 600;
}

#examples .slider {
	background: rgba(255, 255, 255, .8);
	box-sizing: border-box;
	padding: 35px 45px;
	max-width: 945px;
	margin: 0 auto;
}

#examples .slider .col {
	margin: 0 0 35px;
	width: 50%;
}

#examples .slider .col img {
	max-width: 100%;
	display: block;
}

#examples .slider .col ol li {
	text-align: left;
	padding-left: 60px;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

#examples .slider .col ol li.ico-1 { background: url(../img/examples/icons/1.png) no-repeat 6px 0; }
#examples .slider .col ol li.ico-2 { background: url(../img/examples/icons/2.png) no-repeat 18px 0; }
#examples .slider .col ol li.ico-3 { background: url(../img/examples/icons/3.png) no-repeat 11px 0; }
#examples .slider .col ol li.ico-4 { background: url(../img/examples/icons/4.png) no-repeat 19px 0; }

#examples .slider .col ol li span {
	font-weight: 500;
}

#examples .slider .btn {
	display: inline-block;
	padding: 14px 50px;
	font-size: 18px;
	font-weight: 500;
}

#examples .slider .owl-controls .owl-nav .owl-prev, 
#examples .slider .owl-controls .owl-nav .owl-next {
	margin-top: -21px;
	width: 42px;
	height: 42px;
	zoom: 1;
}

#examples .slider .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 50%; left: -95px;
}

#examples .slider .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%; right: -95px;
}

#examples .slider .owl-controls .owl-dots {
	position: absolute;
	bottom: -55px; left: 0;
	width: 100%;
}

#examples .slider .owl-controls .owl-dots .owl-dot span {
	border: 1px solid #ffffff;
	box-sizing: border-box;
	background: #ffffff;
	width: 14px;
	height: 14px;
}

#examples .slider .owl-controls .owl-dots .owl-dot.active span,
#examples .slider .owl-controls .owl-dots .owl-dot:hover span {
	background: transparent;
}

/* masters */
#masters {
	padding: 60px 0 80px;
	text-align: center;
}

#masters h2 {
	text-transform: uppercase;
	margin: 0 0 40px;
	font-size: 35px;
	font-weight: 300;
}

#masters h2 span {
	display: block;
	font-weight: 600;
}

#masters .slider {
	box-sizing: border-box;
	padding: 0 25px;
}

#masters .slider img {
	margin: 0 auto 10px;
	max-width: 100%;
	width: auto;
}

#masters .slider ol {
	display: inline-block;
}

#masters .slider ol li {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 500;
}

#masters .slider ol li.name {
	margin: 0;
	color: #c51919;
}

#masters .slider ol li.experience {
	background: url(../img/masters/car-ico.png) no-repeat left center;
	padding-left: 30px;
	min-height: 23px;
}

#masters .btn {
	display: inline-block;
	margin: 55px 0 0;
	padding: 16px 45px;
	font-size: 20px;
	font-weight: 500;
}

#masters .slider .owl-controls .owl-nav .owl-prev, 
#masters .slider .owl-controls .owl-nav .owl-next {
	margin-top: -21px;
	width: 42px;
	height: 42px;
	zoom: 1;
}

#masters .slider .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 50%; left: 0;
}

#masters .slider .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%; right: 0;
}

/* photos */
#photos {
	background: url(../img/photos-bg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 75px 0;
}

#photos h2 {
	text-transform: uppercase;
	margin: 0 0 40px;
	font-size: 35px;
	font-weight: 300;
	color: #ffffff;
}

#photos h2 span {
	display: block;
	font-weight: 600;
}

#photos .slider {
	box-sizing: border-box;
	padding: 0 0 55px;
	max-width: 945px;
	margin: 0 auto;
}

#photos .slider img {
	max-width: 100%;
}

#photos .btn {
	display: inline-block;
	padding: 17px 45px;
	margin: 60px 0 0;
	font-size: 20px;
	font-weight: 500;
}

#photos .slider .owl-controls .owl-nav .owl-prev, 
#photos .slider .owl-controls .owl-nav .owl-next {
	margin-top: -21px;
	width: 42px;
	height: 42px;
	zoom: 1;
}

#photos .slider .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 50%; left: -95px;
}

#photos .slider .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%; right: -95px;
}

#photos .slider .owl-controls .owl-dots {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}

#photos .slider .owl-controls .owl-dots .owl-dot span {
	border: 1px solid #ffffff;
	box-sizing: border-box;
	background: #ffffff;
	width: 14px;
	height: 14px;
}

#photos .slider .owl-controls .owl-dots .owl-dot.active span,
#photos .slider .owl-controls .owl-dots .owl-dot:hover span {
	background: transparent;
}

/* why-us */
#why-us {
	text-align: center;
	padding: 75px 0;
}

#why-us h2 {
	text-transform: uppercase;
	margin: 0 0 40px;
	font-size: 35px;
	font-weight: 300;
}

#why-us h2 span {
	display: block;
	font-weight: 600;
}

#why-us .cols {
	font-size: 0;
}

#why-us .col {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 55px;
	width: 33.33%;
	float: none;
}

#why-us .img {
	line-height: 166px;
}

#why-us .img img {
	vertical-align: middle;
}

#why-us .text {
	background: url(../img/why-us/text-bg.png) no-repeat left center;
	display: inline-block;
	padding-left: 70px;
	text-align: left;
	line-height: 52px;
}

#why-us p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}

#why-us p span {
	font-weight: 500;
}

#why-us .btn {
	display: inline-block;
	padding: 18px 50px;
	margin: 20px 0 0;
	font-size: 20px;
	font-weight: 500;
}

/* delivery */
#delivery {
	background: url(../img/delivery-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 135px 0 140px;
}

#delivery .wrapper {
	margin-left: 30px;
	position: relative;
	max-width: 615px;
}

#delivery .wrapper:after {
	content: url(../img/delivery-car.png);
	position: absolute;
	top: -50px; left: 830px;
}

#delivery h2 {
	text-transform: uppercase;
	margin: 0 0 30px;
	font-size: 35px;
	font-weight: 300;
	color: #fefbfb;
}

#delivery h2 span {
	display: block;
	font-weight: 600;
}

#delivery h3 {
	margin: 0 0 5px;
	font-size: 26px;
	font-weight: 500;
	color: #fbf9f9;
}

#delivery p {
	max-width: 485px;
	margin: 0 0 35px;
	font-size: 20px;
	font-weight: 100;
	color: #fbf9f9;
	line-height: 22px;
}

#delivery .btn {
	display: inline-block;
	padding: 18px 40px;
	font-size: 20px;
	font-weight: 500;
}

/* how-we-work */
#how-we-work {
	background: url(../img/how-we-work-bg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 80px 0;
}

#how-we-work h2 {
	text-transform: uppercase;
	margin: 0 0 40px;
	font-size: 35px;
	font-weight: 300;
}

#how-we-work h2 span {
	display: block;
	font-weight: 600;
}

#how-we-work ul {
	margin-left: 80px;
	position: relative;
}

#how-we-work ul:before {
	content: url(../img/how-we-work/line.png);
	position: absolute;
	top: -60px;
	left: -60px; 
}

#how-we-work ul li {
	position: relative;
	text-align: left;
	margin: 0 0 100px;
	padding-left: 195px;
}

#how-we-work ul li:before {
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	top: calc(50% - 81px);
	left: 0;
	width: 145px;
	height: 162px;
}

#how-we-work ul li.ico-1:before { background-image: url(../img/how-we-work/1.png); }
#how-we-work ul li.ico-2:before { background-image: url(../img/how-we-work/2.png); }
#how-we-work ul li.ico-3:before { background-image: url(../img/how-we-work/3.png); }
#how-we-work ul li.ico-4:before { background-image: url(../img/how-we-work/4.png); }
#how-we-work ul li.ico-5:before { background-image: url(../img/how-we-work/5.png); }
#how-we-work ul li.ico-6:before { background-image: url(../img/how-we-work/6.png); }
#how-we-work ul li.ico-7:before { background-image: url(../img/how-we-work/7.png); }
#how-we-work ul li.ico-8:before { background-image: url(../img/how-we-work/8.png); }
#how-we-work ul li.ico-9:before { background-image: url(../img/how-we-work/9.png); }

#how-we-work ul li:nth-child(even) {
	margin-left: 145px;
}

#how-we-work ul li h3 {
	font-size: 25px;
	font-weight: 500;
	color: #121212;
}

#how-we-work ul li hr {
	background: #16303d;
	margin: 15px 0 10px;
	display: block;
	border: none;
	width: 41px;
	height: 2px;
}

#how-we-work ul li p {
	font-size: 25px;
	font-weight: 300;
	color: #121212;
}

#how-we-work .btn {
	display: inline-block;
	padding: 18px 50px;
	font-size: 20px;
	font-weight: 500;
}

/* faq */
#faq {
	background: url(../img/faq-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 70px 0 75px;
	text-align: center;
}

#faq h2 {
	text-transform: uppercase;
	margin: 0 0 60px;
	font-size: 35px;
	font-weight: 300;
	color: #ffffff;
}

#faq h2 span {
	display: block;
	font-weight: 600;
}

#faq .cols {
	overflow: visible;
	text-align: left;
}

#faq .col {
	padding: 0 30px;
	width: 50%;
}

#faq .item {
	border-bottom: 1px solid rgba(72, 72, 72, .6);
	position: relative;
	margin: 0 0 30px;
}

#faq .col .item:last-child {
	border-bottom: none;
	margin: 0;
}

#faq .item:before {
	content: url(../img/faq-ico.png);
	position: absolute;
	top: -25px; left: -40px;
}

#faq .item h3 {
	margin: 0 0 5px;
	font-size: 25px;
	font-weight: 500;
	color: #faf5f5;
}

#faq .item p {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 100;
	color: #faf5f5;
	line-height: 24px;
}

#faq .btn {
	display: inline-block;
	padding: 14px 50px;
	margin: 30px 0 0;
	font-size: 20px;
	font-weight: 500;
}

/* special-offer */
#special-offer {
	background: url(../img/special-offer-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 135px 0 140px;
	overflow: hidden;
}

#special-offer .wrapper {
	background: rgba(255, 255, 255, .7);
	padding: 50px 70px 60px 195px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	max-width: 750px;
	margin: 0 auto;
}

#special-offer .wrapper:before {
	content: url(../img/special-offer/photo.png);
	position: absolute;
	top: 0; left: -215px;
}

#special-offer h3 {
	text-transform: uppercase;
	margin: 0 0 30px;
	font-size: 35px;
	font-weight: 300;
}

#special-offer h3 span {
	display: block;
	font-size: 38px;
	font-weight: 500;
}

#special-offer ol li {
	position: relative;
	padding-left: 60px;
	margin: 0 0 30px;
	font-size: 22px;
	font-weight: 500;
	color: #101010;
}

#special-offer ol li:last-child {
	margin: 0;
}

#special-offer ol li:before {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 18px);
	left: 0;
	content: '';
	width: 45px;
	height: 36px;
}

#special-offer ol li.ico-1:before { background-image: url(../img/special-offer/icons/1.png); }
#special-offer ol li.ico-2:before { background-image: url(../img/special-offer/icons/2.png); }

#special-offer .btn {
	display: inline-block;
	text-align: center;
	padding: 18px 50px;
	margin: 35px 0 0;
	font-size: 20px;
	font-weight: 500;
	max-width: 350px;
	width: 100%;
}

/* contacts */
#contacts .contacts {
	position: relative;
	text-align: left;
	height: 655px;
}

#contacts .info {
	box-shadow: 2px 2px 40px rgba(155, 156, 157, .55);
	-o-box-shadow: 2px 2px 40px rgba(155, 156, 157, .55);
	-moz-box-shadow: 2px 2px 40px rgba(155, 156, 157, .55);
	-webkit-box-shadow: 2px 2px 40px rgba(155, 156, 157, .55);
	box-sizing: border-box;
	display: inline-block;
	background: #ffffff;
	padding: 35px 50px;
	margin: 80px 0 0;
	max-width: 455px;
	width: 100%;
	position: relative;
	z-index: 1;
}

#contacts .info .logo {
	background: url(../img/logo.png) no-repeat center;
	margin: 0 0 15px;
	display: block;
	width: 165px;
	height: 54px;
}

#contacts .info ol li {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 8px 0 8px 35px;
	position: relative;
	font-size: 18px;
	font-weight: 300;
	color: #0e0e0e;
}

#contacts .info ol li:nth-child(-n+2):after {
	background: rgba(220, 220, 220, .5);
	position: absolute;
	top: 0; left: -25px;
	bottom: 0; right: -25px;
	content: '';
	z-index: -1;
}

#contacts .info ol li.address { background-image: url(../img/address-ico.png); }
#contacts .info ol li.mode { background-image: url(../img/mode-ico.png); }
#contacts .info ol li.phone { background-image: url(../img/phone-ico.png); }
#contacts .info ol li.email { background-image: url(../img/email-ico.png); }

#contacts .info ol li.phone a {
	font-weight: 500;
}

#contacts .info ol li a {
	font-weight: 300;
	color: #0e0e0e;
}

#contacts .info .btn {
	display: inline-block;
	padding: 14px 45px;
	margin: 12px 0 0;
	font-size: 18px;
	font-weight: 500;
}

#map {
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
}

/* footer */
footer {
	padding: 20px 0;
}

footer .wrap {
	display: table;
}

footer .cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

footer .cell:last-child {
	text-align: right;
}

footer a.link {
	font-size: 18px;
	font-weight: 300;
	color: #111111;
}

footer a.link:hover {
	text-decoration: underline;
}

footer .studio {
	font-size: 18px;
	font-weight: 300;
	color: #111111;
}

footer .studio .logo {
	background: url(../img/studio-logo.png) no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 35px;
	width: 156px;
	height: 46px;
}

/* pop-ups */
.pop-ups {
	position: relative;
	z-index: 101;
	display: none;
}

#pop-up {
    box-sizing: border-box;
    background: #ffffff;
    padding: 50px 50px 70px;
	max-width: 460px;
	width: 100%;
}

#pop-up.bg {
	background: #ffffff url(../img/pop-ups/manager-1.jpg) no-repeat right 50px bottom 70px;
	max-width: 750px;
}

#pop-up.bg-2 {
	background: #ffffff url(../img/pop-ups/manager-2.png) no-repeat right 15px bottom;
	padding-bottom: 50px;
	max-width: 750px;
}

#pop-up h3 {
	margin: 0 0 40px;
	font-size: 30px;
	font-weight: 500;
	color: #131313;
	line-height: 35px;
}

#pop-up h3 span {
	display: block;
	font-weight: 300;
}

#pop-up form {
	margin: 0 0 40px;
	max-width: 360px;
}

#pop-up form input {
	border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	box-sizing: border-box;
	width: 100%;
}

#pop-up form input[type="text"] {
	border: 1px solid #a9a9a9;
    background: #ffffff;
	margin: 0 0 27px;
	padding: 0 30px;
	height: 63px;
	font-size: 20px;
	font-weight: 300;
	color: #131313;
}

#pop-up form button[type="submit"] {
    border: none;
    width: 100%;
	padding: 17px 15px;
	font-size: 20px;
	font-weight: 500;
}

#pop-up form .error-text {
	margin-top: -4px;
}

#pop-up .remark,
#pop-up .remark .phone {
	font-size: 20px;
	font-weight: 300;
	color: #131313;
}

#pop-up .remark {
	max-width: 360px;
}

/* pop-up-success */
#pop-up-success {
	box-sizing: border-box;
	padding: 50px 50px 60px;
	background: #ffffff;
	max-width: 460px;
	width: 100%;
}

#pop-up-success.bg {
	background: #ffffff url(../img/pop-ups/manager-3.jpg) no-repeat right -30px bottom;
	max-width: 750px;
}

#pop-up-success h3 {
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: 500;
	color: #131313;
}

#pop-up-success p {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 300;
	color: #050505;
	line-height: 1.7;
}

#pop-up-success .mode {
	font-size: 20px;
	font-weight: 300;
	color: #0e0e0e;
}

#pop-up-success .mode span {
	background: url(../img/mode-ico.png) no-repeat left center;
	padding-left: 35px;
	margin: 0 0 10px;
	display: block;
	font-weight: 500;
}

/* pop-up-conf */
.pop-up-conf {
	color: #42a5df;
}

#pop-up-conf {
	box-sizing: border-box;
	padding: 30px 50px 50px;
    background: #ffffff;
	position: relative;
	max-width: 970px;
	max-height: 100%;
	overflow-y: scroll;
}

#pop-up-conf h3 {
	text-align: center;
	margin: 0 0 25px;
	font-size: 32px;
	font-weight: 600;
}

#pop-up-conf h4 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 600;
}

#pop-up-conf p {
	margin: 0 0 25px;
	font-size: 16px;
	font-weight: 300;
}

#pop-up-conf ol {
	margin: -10px 0 20px;
}

#pop-up-conf ol li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 300;
}

#pop-up-conf ol li a {
	font-weight: 300;
	color: #222222;
}

/* pop-up-quiz */
#pop-up-quiz {
	box-sizing: border-box;
    background: #ffffff;
	position: relative;
	padding: 0 45px;
	max-width: 1170px;
	width: 100%!important;
	height: 100%!important;
	overflow-x: hidden;
	overflow-y: scroll;
}

#pop-up-quiz .header {
	padding: 30px 0;
	display: table;
	width: 100%;
}

#pop-up-quiz .header .cell {
	display: table-cell;
	vertical-align: middle;
}

#pop-up-quiz .header .cell:nth-child(1) {
	width: 30%;
}

#pop-up-quiz .header .cell:nth-child(2) {
	width: 70%;
}

#pop-up-quiz .header .logo {
	background: url(../img/logo.png) no-repeat center;
	display: inline-block;
	width: 165px;
	height: 54px;
}

#pop-up-quiz .header .desc {
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 500;
	color: #212020;
}

#pop-up-quiz .progress-bar {
	box-sizing: border-box;
	background: #8bc3e9;
	position: relative;
	margin: 0 -50px;
	overflow: hidden;
	line-height: 97px;
}

#pop-up-quiz .progress-bar .line {
	transition: all .4s linear;
	-o-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	background: #2466ab;
	background: -moz-linear-gradient(left, #2466ab 0%, #8bc3e9 100%);
	background: -webkit-linear-gradient(left, #2466ab 0%,#8bc3e9 100%);
	background: linear-gradient(to right, #2466ab 0%,#8bc3e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2466ab', endColorstr='#8bc3e9',GradientType=1 );
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 11.11%;
}

#pop-up-quiz .progress-bar .text {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.2;
	letter-spacing: -.2px;
	padding: 0 15%;
}

#pop-up-quiz .progress-step {
	margin: 35px 0 25px;
}

#pop-up-quiz .progress-step .text,
#pop-up-quiz .progress-step .circle {
	display: inline-block;
	vertical-align: middle;
}

#pop-up-quiz .progress-step .text {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	color: #1c1b1b;
}

#pop-up-quiz .progress-step .circles {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	font-size: 0;
}

#pop-up-quiz .progress-step .circle {
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #c51919;
	box-sizing: border-box;
	background: #ffffff;
	position: relative;
	margin-right: 42px;
	width: 20px;
	height: 20px;
}

#pop-up-quiz .progress-step .circles .circle:last-child {
	margin-right: 0;
} 

#pop-up-quiz .progress-step .circle.active {
	background: #c51919;
}

#pop-up-quiz .progress-step .circle:after {
	display: inline-block;
	vertical-align: middle;
	background: #c51919;
	position: absolute;
	top: 50%; right: -42px;
	content: '';
	width: 42px;
	height: 2px;
}

#pop-up-quiz .progress-step .circle:last-child:after {
	display: none;
}

#pop-up-quiz .step {
	padding-bottom: 50px;
	display: none;
}

#pop-up-quiz .step.active {
	display: block;
}

#pop-up-quiz .step h3 {
	margin: 0 0 25px;
	font-size: 25px;
	font-weight: 500;
	color: #131313;
	line-height: 1.2;
}

#pop-up-quiz .step h3 span {
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #131313;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	margin: 0 20px 5px 0;
	font-size: 22px;
	font-weight: 500;
	color: #131313;
	width: 48px;
	height: 48px;
	line-height: 44px;
}

#pop-up-quiz .step input[type="text"],
#pop-up-quiz .step select,
#pop-up-quiz .step textarea {
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
	background: #ffffff;
	display: block;
	width: 100%;
	height: 52px;
	padding: 0 15px;
	font-size: 20px;
	font-weight: 300;
	color: #131313;
}

#pop-up-quiz .step textarea {
	padding: 25px 35px;
	height: 237px;
}

#pop-up-quiz .step .remark {
	text-align: center;
	margin: 20px 0 0;
	color: #615757;
	line-height: 1.5;
}

#pop-up-quiz .step .remark a {
	color: #c51919;
}

#pop-up-quiz input[type="radio"],
#pop-up-quiz input[type="checkbox"] {
	position: absolute;
	left: -9999px;
}

#pop-up-quiz input[type="radio"] ~ label,
#pop-up-quiz input[type="checkbox"] ~ label {
	padding-left: 50px;
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 300;
	color: #131313;
	cursor: pointer;
}

#pop-up-quiz input[type="radio"] ~ label:before,
#pop-up-quiz input[type="checkbox"] ~ label:before {
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
	background: #f9f9f9;
	position: absolute;
	top: 0; left: 0;
 	width: 27px;
	height: 27px;
	content: '';
}

#pop-up-quiz input[type="radio"]:checked ~ label:after,
#pop-up-quiz input[type="checkbox"]:checked ~ label:after {
	background: url(../img/quiz/tick.png) no-repeat center;
	text-align: center;
	position: absolute;
	top: 0; left: 0;
	content: '';
	width: 27px;
	height: 27px;
	line-height: 25px;
}

/*----- btn -----*/
#pop-up-quiz .btn-main {
    box-sizing: border-box;
    text-align: center;
	margin: 35px auto 0;
	padding: 17px 25px;
	max-width: 320px;
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
}

#pop-up-quiz .btn-main i {
	background: url(../img/quiz/arrow-ico.png);
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 22px;
	height: 22px;
}

/*-------- cols ---------*/
#pop-up-quiz .step .col {
	width: 50%;
}

#pop-up-quiz .step .col img {
	margin: -35px auto 0;
	max-width: 100%;
	display: block;
}

/*----- step 1 ----- */
#pop-up-quiz .step-1 {
	display: block;
}

#pop-up-quiz .step-1 .str {
	margin: 0 0 10px;
}

#pop-up-quiz .step-1 .col .str:last-child {
	margin: 30px 0 0;
}

#pop-up-quiz .step-1 .str .label,
#pop-up-quiz .step-1 .str label {
	display: inline-block;
	vertical-align: middle;
}

#pop-up-quiz .step-1 .str .label {
	box-sizing: border-box;
	padding-right: 15px;
	font-size: 20px;
	font-weight: 300;
	color: #131313;
	width: 145px;
}

#pop-up-quiz .step-1 .str label {
	max-width: 245px;
	width: 100%;
}

/*----- step 2 ----- */
#pop-up-quiz .step-2 ul li {
	margin: 0 0 5px;
}

#pop-up-quiz .step-2 ul li:nth-child(3n+3) {
	margin: 0 0 28px;
}

#pop-up-quiz .step-2 ul li:last-child {
	margin: 0;
}

#pop-up-quiz .step-2 ul li input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	max-width: 175px;
	width: 100%;
	height: 30px;
}

/*----- step 3 ----- */
#pop-up-quiz .step-3 ul li {
	margin: 0 0 22px 68px;
}

#pop-up-quiz .step-3 ul li:last-child {
	margin-bottom: 0;
}

/*----- step 4 ----- */
#pop-up-quiz .step-4 .col {
	float: right;
}

#pop-up-quiz .step-4 .col img {
	margin: 0 auto;
}

#pop-up-quiz .step-4 h3 {
	padding: 30px 0;
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	color: #131313;
}

#pop-up-quiz .step-4 .form {
	border: 2px solid #c51919;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	background: #ffffff;
	max-width: 440px;
	display: block;
	margin: 0 auto;
	width: 100%;
}

#pop-up-quiz .step-4 .form h4 {
	text-align: center;
	margin: 0 0 15px;
	font-size: 25px;
	font-weight: 500;
	color: #1f1f1f;
}

#pop-up-quiz .step-4 .form input[type="text"] {
	padding: 0 35px;
	height: 63px;
}

#pop-up-quiz .step-4 .form button[type="submit"] {
	margin: 20px 0 0;
	padding: 0 35px;
	border: none;
	height: 115px;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

#pop-up-quiz .step-4 .form input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

/* pop-ups close */
.b-close {
	background: url(../img/close.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	z-index: 100;
	width: 25px;
	height: 25px;
	top: 17px;
	right: 17px;
}

.b-close:hover {
	opacity: 1;
	cursor: pointer;
}

.b-modal {
	background: rgba(0, 0, 0, .45);
    opacity: 1!important;
}

@media screen and (max-width: 1170px) {
	#calculation h2 {
		z-index: 1;
	}

	#examples .slider {
		padding: 35px 55px;
	}

	#examples .slider .owl-controls .owl-nav .owl-prev {
		left: 5px;
	}

	#examples .slider .owl-controls .owl-nav .owl-next {
		right: 5px;
	}

	#photos .slider .owl-controls .owl-nav .owl-prev {
		left: 5px;
	}

	#photos .slider .owl-controls .owl-nav .owl-next {
		right: 5px;
	}
}

@media screen and (max-width: 1070px) {
	#services .item ol li {
		width: 49%;
	}

	#how-we-work ul:before {
		display: none;
	}
}

@media screen and (max-width: 970px) {	
	header .nav-btn {
		display: block;
	}
	
	header nav {
		background: #c51919;
		position: absolute;
		top: 108px;
		left: 0;
		right: 0;
		padding: 15px;
		display: none;
	}
	
	header nav ul li a {
		color: #ffffff;
	}
	
	header nav ul li a:hover,
	header nav ul li a.active   {
		color: #ffffff;
	}
	
	header .logo {
		margin-left: 60px;
	}

	#types .col {
		margin-bottom: 80px;
		width: 50%;
	}

	#types .cols .col:last-chiild {
		margin-bottom: 0;
	}

	#problems .col {
		width: 50%;
	}

	#calculation h2 {
		display: none;
	}

	#why-us .col {
		width: 50%;
	}

	#delivery {
		padding: 75px 0 80px;
		text-align: center;
	}

	#delivery .wrapper {
		max-width: 100%;
		margin: 0;
	}

	#delivery .wrapper:after {
		display: none;
	}

	#delivery p {
		margin: 0 auto 35px;
	}

	#pop-up-quiz .step .cols .col:last-child {
		display: none;
	}

	#pop-up-quiz .step .col {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#firstpage {
		text-align: center;
	}

	#firstpage .wrapper {
		max-width: 100%;
	}

	#firstpage .wrapper:after {
		display: none;
	}

	#firstpage .desc-text,
	#firstpage .cols {
		max-width: 100%;
	}

	#calculation {
		text-align: center;
	}

	#calculation .wrap:before,
	#calculation .form:before {
		display: none;
	}

	#examples .slider .col {
		width: 100%;
	}

	#how-we-work ul,
	#how-we-work ul li:nth-child(even) {
		margin-left: 0;
	}
	
	#pop-up-quiz {
		padding: 0 25px;
	}
	
	#pop-up-quiz .progress-bar {
		margin: 0 -25px;
	}

	#pop-up-quiz .header .cell:nth-child(1) {
		text-align: center;
		width: 100%;
	}

	#pop-up-quiz .header .cell:nth-child(2) {
		display: none;
	}
}

@media screen and (max-width: 670px) {	
	header .menu {
		background: #204890;
		box-sizing: border-box;
		position: absolute;
		top: 75px!important;
		left: 0!important;
		height: auto;
		width: 100%;
		display: none;
	}
	
	header .menu nav ul, 
	header .menu nav ul li	{
		display: block!important;
		border: none!important;
	}
	
	header .menu nav ul li a {
		padding: 10px 0;
		font-size: 16px;
	}
	
	header .menu nav ul li:last-child {
		display: none!important;
	}

	#types .col {
		width: 100%;
	}

	#services .col {
		width: 100%;
	}

	#why-us .col {
		width: 100%;
	}

	#faq .col {
		width: 100%;
	}

	#special-offer .wrapper:before {
		display: none;
	}

	#special-offer .wrapper {
		padding-left: 25px;
		padding-right: 25px;
		text-align: center;
	}

	#special-offer .wrapper ol {
		display: inline-block;
	}

	footer .cell {
		text-align: center!important;
		margin: 15px 0;
		display: block;
		width: 100%;
	}

	#pop-up-quiz .progress-bar .text {
		padding: 0 10%;
	}
}

@media screen and (max-width: 560px) {
	header .logo { display: none; }
	
	#firstpage  {
		padding: 135px 0 100px;
	}

	#firstpage .col {
		width: 100%!important;
	}
}

@media screen and (max-width: 420px) {
	#firstpage h1 {
		font-size: 26px;
	}

	#firstpage .desc-text {
		font-size: 24px;
	}
}

@media screen and (max-width: 380px) {
	#firstpage .col {
		width: 100%;
	}

	#firstpage .btn {
		font-size: 21px;
	}

	#services .item ol li {
	    display: block;
	    width: 100%;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	header nav ul {
		display: block;
	}
	
	header nav ul li {
		display: block;
		margin: 0 0 15px;
	}
	
	header nav ul li:last-child {
		margin: 0;
	}

	h2 {
		font-size: 32px!important;
	}

	h2:before,
	h2:after,
	h2 span:before,
	h2 span:after {
		display: none!important;
	}

	#firstpage .btn div {
		padding-left: 25px;
	}

	#firstpage .btn:before {
		display: none;
	}

	#advantages {
		text-align: center;
	}

	#advantages .cols {
		text-align: left;
	}

	#advantages .col {
		width: 50%;
	}

	#advantages .btn {
		padding-left: 30px;
		padding-right: 30px;
	}

	#problems .col {
		width: 100%;
	}

	#calculation {
		padding-bottom: 30px;
	}

	#calculation .form {
		border-radius: 10px;
		-o-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background: #00131d;
		padding: 60px 15px;
		height: auto;
	}

	#examples .slider {
		padding: 35px 15px;
	}

	#masters .slider {
		padding: 0 55px;
	}

	#how-we-work ul li {
		text-align: center;
		padding: 175px 0 0 0;
	}

	#how-we-work ul li hr {
		margin: 15px auto 10px;
	}

	#how-we-work ul li:before {
		left: calc(50% - 73px);
		top: 0;
	}

	#how-we-work ul li {
		margin: 0 0 75px;
	}

	#contacts .info {
		padding-left: 25px;
		padding-right: 25px;
	}

	#contacts .info ol li {
		font-size: 20px;
	}

	#contacts .info ol li:nth-child(-n+2):after {
		left: -10px; right: -10px;
	}

	#contacts .info .btn {
		padding-left: 15px;
		padding-right: 15px;
	}

	footer .studio .logo {
		margin-left: 15px;
	}

	.pop-ups {
		max-width: 90%;
	}
	
	.pop-ups .b-close {
		top: 17px;
		right: 17px;
	}
	
	#pop-up .form {
		padding: 30px 20px 50px;
	}
	
	#pop-up h3 { font-size: 28px; }
	#pop-up form input[type="text"] { padding: 0 15px; }
	#pop-up form input[type="submit"] { font-size: 20px; }
	
	#pop-up-quiz .progress-bar {
		text-align: center;
	}
	
	#pop-up-quiz .progress-bar .text {
		font-size: 20px;
		padding: 0 15px;
	}
	
	#pop-up-quiz .step {
		padding-bottom: 50px;
	}
	
	#pop-up-quiz .step h3 {
		font-size: 24px;
	}
	
	#pop-up-quiz .step input[type="text"] {
		padding: 0 15px!important;
	}
	
	#pop-up-quiz .btn-main {
		margin-top: 35px;
	}

	#pop-up-quiz .progress-step .circle {
		margin-right: 32px;
	}

	#pop-up-quiz .progress-step .circle:after {
		width: 32px;
		right: -32px;
	}

	#pop-up-quiz .step-4 .form {
		padding-left: 20px;
		padding-right: 20px;
	}

	#pop-up-quiz .step-4 .form h4 {
		font-size: 21px;
	}

	#pop-up-quiz .step-4 .form button[type="submit"] {
		padding: 0 20px;
	}

	#pop-up-quiz .step-2 ul li input[type="text"] {
		margin: 10px 0 0 0;
		display: block;
	}
	
	#pop-up-conf {
		padding: 20px;
		max-width: 90%;
	}
	
	#pop-up-conf h3 {
		font-size: 26px;
	}
	
}