* {
	margin: 0;
	padding: 0;
	border: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb {
	clear: both;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.dn {
	display: none;
}
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.ttu {
	text-transform: uppercase;
}
.nbsp {
	white-space: nowrap;
}
ul {
	list-style: none;
}
ul.bullet li {
	position: relative;
	padding-left: 1em;
}
ul.bullet li:before {
	content: "•";
	position: absolute;
	left: 0;
}
ul.bullet, ol {
	list-style-position: inside;
}
a {
	color: inherit;
	text-decoration: none;
}
a[href^="tel:"] {
	text-decoration: none;
	cursor: text;
}
:focus {
	outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, section:before, section:after, header:after, footer:before, footer:after, form:before {
	content: "";
	display: table;
	clear: both;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto-Black.woff") format("woff"), url("fonts/Roboto-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}
html {
	background: #f5f5f5;
}
body {
	font: 16px/1.2 Roboto, Arial, Helvetica, sans-serif;
	max-width: 1520px;
	min-width: 1120px;
	margin: 0 auto;
	background: #fff;
	color: #000;
	text-align: center;
}
.container {
	width: 1094px;
	margin: 0 auto;
}
#header {
	height: 160px;
	padding: 30px 0;
	background: #fff;
	position: relative;
}
.logo {
	float: left;
}
.logo img {
	display: block;
	width: 163px;
	height: 97px;
}
nav {
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	margin: 40px 0 0 30px;
	color: #222323;
}
nav li {
	float: left;
	margin: 0 9px;
}
nav a:hover {
	text-decoration: underline;
}
#header .callback {
	float: right;
	margin-top: 18px;
}
#header .callback .button {
	height: 32px;
	font-size: 13px;
	font-weight: 600;
	line-height: 32px;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 6px;
}
#header:after, #solutions:before, #solutions:after, #installation:after, #integrations:after, #questions:after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background: url("img/divider-2.png") 50% 0 repeat-x;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 2;
}
#solutions:before {
	bottom: auto;
	top: -10px;
}
#showcase {
	height: 338px;
	background: #34363c url("img/bg-showcase.jpg") 50% 0 no-repeat;
	color: #fff;
}
h1 {
	width: 53%;
	float: right;
	margin-top: 114px;
	font-size: 36px;
	line-height: 1.25;
	color: #ffd211;
	text-transform: uppercase;
}
h1 span {
	display: block;
	color: #fff;
	font-weight: normal;
}
#about .container {
	border: 2px solid #ffd211;
	padding: 0 100px 20px;
	margin: 44px auto 52px;
}
h2, .modal-window h3 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
}
#about h2 {
	margin: -18px 0 22px;
}
#about h2 > span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
}
#about p {
	line-height: 1.8125;
}
#problems {
	height: 406px;
	background: url("img/bg-problems.png") 50% 100% no-repeat;
	padding-top: 58px;
	overflow: hidden;
	text-align: left;
}
.problems {
	width: 52%;
	padding: 30px 0 0 196px;
	float: left;
	position: relative;
	margin-top: 20px;
	z-index: 2;
}
.problems:last-child {
	width: 46.4%;
	float: right;
}
.problems:before {
	content: "";
	width: 640px;
	height: 640px;
	background: url("img/problems-shadow.png") 50% 50% no-repeat;
	position: absolute;
	left: -220px;
	top: -210px;
	z-index: -1;
}
.problems img {
	position: absolute;
	left: -10px;
	top: 0;
}
.problems h3 {
	display: inline-block;
	padding: 0 1em;
	background: #111;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	margin-bottom: 6px;
}
.problems ul {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
#solutions {
	height: 273px;
	padding-top: 20px;
	background: #34363c url("img/bg-solutions.jpg") 50% 0 no-repeat;
	color: #fff;
	position: relative;
}
#solutions .container {
	width: 836px;
}
#solutions:before {
	background-position: 50% -44px;
}
#solutions .text {
	width: 52%;
	float: left;
}
#solutions h3 {
	font-size: 34px;
	color: #ffd211;
	text-transform: uppercase;
	margin: 30px 0 18px;
}
#solutions ol {
	font-size: 25px;
	font-weight: 300;
	list-style: none;
	counter-reset: li;
	text-align: left;
}
#solutions li {
	padding-left: 66px;
	margin-bottom: 16px;
	position: relative;
}
#solutions li:before {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: counter(li, decimal);
	counter-increment: li;
	font-size: 25px;
	line-height: 36px;
	font-weight: 600;
	color: #ffd211;
	text-align: center;
	float: left;
	margin: 10px 0 0 -66px;
}
#solutions li:not(:last-child):after {
	content: "";
	display: block;
	width: 2px;
	height: 37px;
	height: calc(100% - 23px);
	background: #fff;
	position: absolute;
	left: 19px;
	top: 50px;
	z-index: 2;
}
#solutions li span {
	font-weight: 600;
	text-transform: uppercase;
}
#solutions .form, #questions .form {
	width: 300px;
	padding: 0 25px 15px;
	background: #f1f1f1 url("img/form-overlay.png") 100% 0 no-repeat;
	color: #23282e;
	border: 1px solid #cfdede;
	float: right;
	margin-top: -60px;
	position: relative;
	z-index: 3;
}
#solutions .form h4 {
	padding: 5px 20px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background: #373c3e;
    background: -webkit-linear-gradient(315deg, #4a4e4a, #2c3238);
    background: linear-gradient(135deg, #4a4e4a, #2c3238);
	color: #fff;
    float: left;
	margin: -3px 0 20px;
	position: relative;
}
.form .note {
	font-size: 14px;
	line-height: 1.286;
	font-weight: 300;
	text-align: center;
	margin: 15px auto 0;
}
#advantages {
	height: 965px;
	padding-top: 270px;
	background: url("img/bg-advantages.png") 50% 0 no-repeat;
	position: relative;
	z-index: 2;
}
h2.plate {
	display: inline-block;
	height: 69px;
	font-size: 24px;
	line-height: 69px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	padding: 0 1em;
	background: #303643;
	color: #fff;
}
h2.plate.alt {
	background: #ffd211;
	color: #000;
}
#advantages h2 {
	margin-bottom: 42px;
}
#advantages li {
	display: inline-block;
	vertical-align: top;
	width: 232px;
	height: 240px;
	padding: 10px;
	border: 2px solid #ffd211;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 40px 30px;
	color: #ffd211;
	font-size: 13px;
	line-height: 1.54;
	text-transform: uppercase;
}
#advantages li:before {
	content: "";
	display: block;
	font-size: 100px;
	width: 1em;
	height: 1em;
	background: url("img/advantages.png") no-repeat;
	margin: 12px auto 8px;
}
#advantages li:nth-child(2):before {
	background-position: -1em 0;
}
#advantages li:nth-child(3):before {
	background-position: -2em 0;
}
#advantages li:nth-child(4):before {
	background-position: -3em 0;
}
#advantages li:nth-child(5):before {
	background-position: -4em 0;
}
#advantages li:nth-child(6):before {
	background-position: -5em 0;
}
#order {
	background: #c4aa94 url("img/bg-order.jpg") 50% 50% no-repeat;
	padding: 146px 0 70px;
	margin: -100px 0 0;
}
#order h2 {
	height: 76px;
	line-height: 84px;
	background: url("img/bg-order-heading.png") 50% 0 no-repeat;
}
#order form {
	width: 879px;
	padding: 20px 108px;
	background: #f4f4f4;
	border: 1px solid #cfdede;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0 auto;
}
#order label {
	width: 48%;
	font-size: 17px;
	font-weight: 300;
	float: left;
	margin: 0 0 16px 4%;
}
#order label:nth-child(odd) {
	clear: left;
	margin-left: 0;
}
#order input {
	height: 33px;
	margin-top: 8px;
}
#order .note {
	height: 74px;
	padding-top: 44px;
	background: url("img/bg-order-note.png") 50% 0 no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
#order button {
	width: 316px;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 4px auto -56px;
	position: relative;
}
#clients {
	padding: 170px 0 140px;
	background: url("img/bg-clients-top.png") 50% 0 no-repeat, url("img/bg-clients-bottom.png") 50% 100% no-repeat;
	margin-top: -110px;
	position: relative;
	z-index: 2;
}
#clients h2 {
	min-width: 454px;
}
#clients li {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
}
#clients .lemurrr {
	margin-top: 60px;
}
#features {
	height: 564px;
	background: #1e202c url("img/bg-features.jpg") 50% 0 no-repeat;
	margin-top: -100px;
}
#features h2 {
	display: block;
	width: 454px;
	margin: -20px auto 66px;
	position: relative;
	z-index: 3;
}
#features .col {
	width: 42%;
	float: left;
}
#features .col:last-child {
	float: right;
}
#features h3 {
	width: 335px;
	line-height: 51px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	font-size: 18px;
	background: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#features ul {
	text-align: left;
	position: relative;
}
#features ul:after {
	content: "";
	width: 1px;
	height: 100%;
	padding: 15px 0;
	background: #ffd211;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	position: absolute;
	left: 10px;
	top: 0;
	margin-bottom: 10px;
}
#features li {
	font-size: 18px;
	margin-top: 30px;
	padding-left: 36px;
	position: relative;
	color: #fff;
}
#features li:before {
	content: "";
	width: 21px;
	height: 21px;
	border: 1px solid #ffd211;
	background: #1e212a;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	z-index: 2;
}
#installation {
	background: url("img/bg-installation-top.png") no-repeat;
	margin-top: -102px;
	position: relative;
	z-index: 2;
	padding: 130px 0 80px;
	position: relative;
}
#installation:after, #integrations:after, #questions:after {
	background-position: -22px 50%;
}
#installation h2 {
	display: inline-block;
	width: auto;
}
#installation ol {
	list-style: none;
	counter-reset: li;
	font-size: 18px;
	line-height: 1.61;
	text-transform: uppercase;
}
#installation li {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin: 40px 40px 0;
	position: relative;
}
#installation li:first-child {
	margin-left: 0;
}
#installation li:nth-child(3) {
	margin-right: 0;
}
#installation li:before {
	content: "";
	display: block;
	font-size: 150px;
	width: 1em;
	height: 1em;
	background: url("img/installation.png") no-repeat;
	margin: 0 auto 10px;
}
#installation li:nth-child(2):before {
	background-position: -1em 0;
}
#installation li:nth-child(3):before {
	background-position: -2em 0;
}
#installation li:nth-child(4):before {
	background-position: -3em 0;
}
#installation li:nth-child(5):before {
	background-position: -4em 0;
}
#installation li:after {
	content: counter(li, decimal);
	counter-increment: li;
	font-size: 102px;
	line-height: 1;
	font-weight: 900;
	color: #d1d1d1;
	position: absolute;
	left: 32px;
	top: 60px;
	z-index: -1;
}
#installation li:nth-child(3):after {
	left: 26px;
}
#installation li:nth-child(5):after {
	left: 18px;
}
#integrations {
	background: #eee;
	padding-bottom: 50px;
	position: relative;
}
#integrations h2 {
	width: auto;
	display: inline-block;
	position: relative;
	z-index: 2;
	top: -40px;
}
#integrations h3 {
	font-size: 20px;
	text-transform: uppercase;
}
#integrations h3:before {
	content: "";
	display: block;
	font-size: 100px;
	width: 1em;
	height: 1em;
	background: url("img/integrations.png") no-repeat;
	margin: 0 auto 4px;
}
#integrations h3:nth-of-type(2):before {
	background-position: -1em 0;
}
#integrations ul {
	margin-bottom: 20px;
}
#integrations li {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	margin: 10px 0 0;
}
#integrations img {
	display: block;
	max-width: 90%;
	max-height: 120px;
	height: auto;
	margin: 0 auto;
}
#technologies {
	padding: 100px 0 10px;
}
#technologies h2 {
	min-width: 415px;
}
#technologies li {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 50px 50px;
}
#technologies li:before {
	content: "";
	display: block;
	font-size: 134px;
	width: 1em;
	height: 1em;
	background: #303643 url("img/technologies.png") no-repeat;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 16px;
}
#technologies li:nth-child(2):before {
	background-color: #ffd315;
	background-position: -1em 0;
}
#technologies li:nth-child(3):before {
	background-position: -2em 0;
}
#technologies li:nth-child(4):before {
	background-position: -3em 0;
}
#technologies h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
#questions {
	padding: 74px 0 54px;
	background: url("img/bg-questions.jpg") 50% 0 no-repeat;
	position: relative;
}
#questions h2 {
	min-width: 415px;
}
#questions .form {
	width: 340px;
	padding: 25px 30px;
	float: none;
	margin: 40px auto 0;
}
#questions label {
	font-size: 16px;
}
#questions button {
	height: 63px;
	font-size: 18px;
	line-height: 63px;
}
#questions .note {
	font-size: 16px;
	margin-top: 30px;
}
#footer {
	background: #eee;
	padding: 38px 0;
	text-align: left;
}
#footer .container {
	width: 864px;
}
#footer .logo img {
	width: 263px;
	height: 64px;
	margin-right: 70px;
}
#footer .contacts, #footer .legal {
	margin-top: 10px;
	float: left;
}
#footer .legal {
	min-width: 200px;
	float: right;
}
label, input, textarea, button, .button {
	display: block;
	width: 100%;
	font-family: inherit;
}
label {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: left;
}
input, textarea {
	padding: 0 10px;
	background: #fff;
	border: 1px solid #cfdede;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.03);
	box-shadow: 0 1px 3px rgba(0,0,0,0.03);
	font-size: 14px;
	margin-top: 10px;
}
input {
	height: 30px;
}
input:focus, textarea:focus {
	border-color: #ffd211;
}
textarea {
	height: 120px;
	padding-top: 8px;
	overflow: auto;
	resize: none;
}
::-moz-placeholder {
	color: #666;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #666;
}
::-webkit-input-placeholder {
	color: #666;
}
:focus::-moz-placeholder {
	opacity: .5;
}
:focus:-ms-input-placeholder {
	opacity: .5;
}
:focus::-webkit-input-placeholder {
	opacity: .5;
}
.input-error ::-moz-placeholder {
	color: #f00;
}
.input-error :-ms-input-placeholder {
	color: #f00;
}
.input-error ::-webkit-input-placeholder {
	color: #f00;
}
.input-error, .input-error input, .input-error textarea {
	color: #f00;
	border-color: #f00;
}
button, .button {
	height: 68px;
	padding: 0 1em;
	background: #ffd310;
	-webkit-background-image: linear-gradient(#ffdc29, #ffcb0e);
	background-image: linear-gradient(#ffdc29, #ffcb0e);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	color: #23282e;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 68px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button:hover, .button:hover {
	background: #fcdc00;
	-webkit-background-image: linear-gradient(#fce000, #fcd500);
	background-image: linear-gradient(#fce000, #fcd500);
}
button:active, .button:active {
	position: relative;
	top: 1px;
}
button:disabled {
	pointer-events: none;
}
.modal-container {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.67);
	text-align: center;
	overflow: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1010;
	-webkit-transform-style: preserve-3d;
	display: none;
}
.modal-window {
    width: 300px;
	padding: 20px 25px;
	background: #f1f1f1 url("img/form-overlay.png") 100% 0 no-repeat;
	border: 1px solid #cfdede;
 	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50.1%);
	transform: translateY(-50.1%);
	margin: 0 auto;
	z-index: 1500;
}
.modal-window h3 {
	margin-bottom: 20px;
}
#confirmation .modal-window {
	width: 600px;
	font-size: 24px;
	line-height: 1.33;
	font-weight: 600;
	background: #fff;
}
.modal-close {
	font-size: 40px;
	line-height: 0.5;
	position: absolute;
	right: -0.7em;
	top: -0.7em;
	color: #f1f1f1;
	cursor: pointer;
	z-index: 50;
}
.modal-close:hover {
	color: #fff;
}

div, h1, h2, h3, p, ul, ol, li, dl, span {
	max-height: 90000px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}