@charset "utf-8";
/* CSS Document */


/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong, b{ font-weight: bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/ProximaNovaSemibold.eot');
    src: url('../fonts/ProximaNovaSemibold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaSemibold.woff2') format('woff2'),
         url('../fonts/ProximaNovaSemibold.woff') format('woff'),
         url('../fonts/ProximaNovaSemibold.ttf') format('truetype'),
         url('../fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/ProximaNovaLight.eot');
    src: url('../fonts/ProximaNovaLight.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaLight.woff2') format('woff2'),
         url('../fonts/ProximaNovaLight.woff') format('woff'),
         url('../fonts/ProximaNovaLight.ttf') format('truetype'),
         url('../fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}

@font-face {
    font-family: 'Intro';
    src: url('../fonts/Intro.eot');
    src: url('../fonts/Intro.eot') format('embedded-opentype'),
         url('../fonts/Intro.woff2') format('woff2'),
         url('../fonts/Intro.woff') format('woff'),
         url('../fonts/Intro.ttf') format('truetype'),
         url('../fonts/Intro.svg#Intro') format('svg');
}

@font-face {
    font-family: 'ProximaNovaThin';
    src: url('../fonts/ProximaNovaThin.eot');
    src: url('../fonts/ProximaNovaThin.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaThin.woff2') format('woff2'),
         url('../fonts/ProximaNovaThin.woff') format('woff'),
         url('../fonts/ProximaNovaThin.ttf') format('truetype'),
         url('../fonts/ProximaNovaThin.svg#ProximaNovaThin') format('svg');
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaRegular.woff2') format('woff2'),
         url('../fonts/ProximaNovaRegular.woff') format('woff'),
         url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
         url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaBold.woff2') format('woff2'),
         url('../fonts/ProximaNovaBold.woff') format('woff'),
         url('../fonts/ProximaNovaBold.ttf') format('truetype'),
         url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}


/* Typography 
-------------------------------------*/

* {margin: 0; padding: 0;}

body {
	background: #fff;
	font: 17px/24px 'ProximaNovaLight', Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 980px;
}

a {
	color: #000;
	text-decoration: underline;
}

img {vertical-align: middle;}

.main-tt {
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
	font: 48px/1.1em 'Intro', Arial, sans-serif;
	margin-bottom: 10px;
	letter-spacing: 9px;
	padding-left: 15px;
}

.main-tt span {
	display: block;
	font-size: 24px;
	line-height: 18px;
	color: #010101;
	letter-spacing: 5px;
	margin-bottom: 15px;
}

.main-color-tt {
	color: #d52424;
}

.clients-seller-bg .main-color-tt,
.clients-seller-bg .main-color-tt span {
	color: #fff;
}

p {
	margin-bottom: 20px;
}

.wrap-centered {
	display: block;
	text-align: center;
}


/* Hover Effects 
-------------------------------------*/

a:hover {
	text-decoration: none;
}



/* Style Form 
-------------------------------------*/

input[type="text"],
input[type="password"],
textarea {
	position: relative;
	width: 410px;
	height: 37px;
	padding: 0 13px;
	color: #fff;
	background-color: #d81e28;
	border: 3px solid #fff;
	outline: none;
	font: 16px 'ProximaNovaThin', Arial, sans-serif;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
.reveal-form input[type="text"]:focus {
	border-color: #d81e28;
}

.input-1.error {
	border-color: #f00;
}

.st-form {
	padding: 42px 0 0 100px;
}

.st-form > div {
	margin-bottom: 34px;
}

.st-form > div > span {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	font-size: 30px;
	line-height: 30px;
}

.st-form .wrap-centered {
	padding: 15px 90px 0 0;
}

.form-img-send {
	position: absolute;
	left: 90px;
	top: -180px;
	width: 304px;
	height: 302px;
	background: url(../img/fix-img-send.png) 0 0 no-repeat;
}


::-webkit-input-placeholder {color: #fff;}
:-moz-placeholder {color: #fff;}
.placeholder {color: #fff;}
.reveal-form ::-webkit-input-placeholder {color: #4f546d;}
.reveal-form :-moz-placeholder {color: #4f546d;}
.reveal-form .placeholder {color: #4f546d;}
*:focus::-moz-placeholder {color: transparent !important;}
*[autofocus]::-moz-placeholder:focus {color: graytext !important;}
*:focus:-moz-placeholder {color: transparent !important;}
*[autofocus]:-moz-placeholder:focus {color: graytext !important;}
*:focus::-webkit-input-placeholder {color: transparent !important;}
*[autofocus]::-webkit-input-placeholder {color: graytext !important;}



/* Button style 
-------------------------------------*/
.btn {
	border: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 54px;
	min-width: 244px;
	padding: 0 9px;
	margin: 0 13px;
	font: 18px 'ProximaNovaRegular', Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #d52424;
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	outline: none;
	border: 2px solid #d52424;

	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

a.btn, input.btn {
	line-height: 54px;
}

.btn:before {
	content: ' ';
	position: absolute;
	left: -9px;
	top: -9px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #d52424;
	border-left: 1px solid #d52424;
}

.btn:after {
	content: ' ';
	position: absolute;
	right: -9px;
	bottom: -9px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #d52424;
	border-bottom: 1px solid #d52424;
}

.btn-light {
	color: #fff;
	border-color: #fff;
}

.btn-light:before,
.btn-light:after {
	border-color: #fff;
}

.btn:hover:before,
.btn:hover:after {
	border-color: #d52424;

	-moz-transition: border-color 0.3s ease;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}

.btn:hover {
	background-color: #d52424;
	text-decoration: none;
	color: #fff;
	border-color: #fff;
}

.client-wrapper-bg .btn:hover {
	background-color: #fff;
	border-color: #790000;
	color: #d81e28;
}

.client-wrapper-bg .btn:hover:before,
.client-wrapper-bg .btn:hover:after {
	border-color: #fff;
}

.btn-radius-form {
	display: inline-block;
	vertical-align: middle;
	width: 158px;
	height: 158px;
	text-align: center;
	color: #13151a;
	background-color: #fff;
	font: 24px 'ProximaNovaRegular', Arial, sans-serif;
	border: 10px solid #0f2b37;
	cursor: pointer;
	outline: none;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

	-webkit-box-shadow: 0 0 0 1px #fff;
	-moz-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}

/* fix button firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding:0;
}


/* Navigation
-------------------------------------*/
.menu-fixed {
	position: fixed;
	left: -300px;
	top: 45px;
	z-index: 5;

	-moz-transition: left 0.3s ease;
	-webkit-transition: left 0.3s ease;
	transition: left 0.3s ease;
}

.menu-fixed.sticky {
	display: block;
	left: 0;
}

.menu-fixed li {
	margin-bottom: 2px;
	background-color: rgba(0, 0, 0, .8);
	position: relative;
	font: 14px/33px 'ProximaNovaRegular', Arial, sans-serif;
	width: 148px;
	border-top: 1px solid #aeaeaf;
	border-bottom: 1px solid #aeaeaf;

	-moz-transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;

	-moz-border-radius: 0 18px 18px 0;
	-webkit-border-radius: 0 18px 18px 0;
	border-radius: 0 18px 18px 0;
}

.menu-fixed li:hover,
.menu-fixed li.menu-active {
	width: 166px;
}

.menu-fixed li:hover a,
.menu-fixed li.menu-active a {
	color: #d81e28;
	background: url(../img/menu-ic2.png) 5px 50% no-repeat;
}

.menu-fixed li a {
	display: block;
	color: #fff;
	padding: 0 0 0 26px;
	text-decoration: none;
	position: relative;
	background: url(../img/menu-ic1.png) 5px 50% no-repeat;
}


/* Page 
-------------------------------------*/
.clear {clear: both;}
.group:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

#wrapper {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.centered-bl {
	position: relative;
	width: 950px;
	padding: 0 15px;
	margin: 0 auto;
}

.ptrn-bg-wrapper {
	background: url(../img/repaet-ptrn.png) 0 0 repeat;
}

#about {
	position: absolute;
	left: 0;
	top: 415px;
}

#aboutTop {
	position: absolute;
	left: 0;
	top: 68px;
}

#prem {
	position: absolute;
	left: 0;
	top: 325px;
}

#clientMan {
	position: absolute;
	left: 0;
	top: 105px;
}

#clientSeller {
	position: absolute;
	left: 0;
	top: 325px;
}

#clientConsum {
	position: absolute;
	top: 650px;
	left: 0;
}

#algoritm {
	position: absolute;
	top: 590px;
	left: 0;
}

#institut {
	position: absolute;
	left: 0;
	top: 330px;
}

#contactsFoot {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 310px;
}


/* Header 
-------------------------------------*/
.header {
	height: 720px;
	background: #555966 url(../img/head.jpg) 50% 0 no-repeat;
}

.header .centered-bl {
	padding: 17px 0 16px;
}

.head-phone {
	float: right;
	text-align: right;
	padding: 5px 0;
	color: #fff;
	font: 24px/24px 'ProximaNovaLight', Arial, sans-serif;
}

.head-phone span {
	font-family: 'ProximaNovaSemibold', Arial, sans-serif;
	color: #d52424;
}

.head-pan {
	margin-bottom: 10px;
	position: relative;
	z-index: 6;
}

.logo {
	float: left;
}

.logo img {
	display: inline-block;
	vertical-align: top;
	width: 71px;
}

.logo span {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	text-align: center;
	color: #fff;
	font: 15px/20px 'ProximaNovaRegular', Arial, sans-serif;
}

.logo span b {
	display: block;
	font: 25px/25px 'ProximaNovaSemibold', Arial, sans-serif;
	color: #d52424;
}

.head-title-info {
	left: 50%;
	position: absolute;
	z-index: 5;
	top: 10px;
	width: 675px;
	height: 640px;
	margin-left: -337px;
	background: url(../img/head-show-4.png) 50% 0 no-repeat;
	padding: 145px 0 0;
	color: #fff;
	text-align: center;
}

.head-title-info > span,
.head-title-info .btn {
	position: relative;
	z-index: 2;
}

.head-title-info .head-show-5 {
	position: absolute;
	z-index: 1;
}

.head-show-1 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1435px;
	height: 1144px;
	margin-left: -717px;
	background: url(../img/head-show-1.png) 0 0 no-repeat;
}

.head-show-3 {
	position: absolute;
	left: 50%;
	top: 316px;
	width: 471px;
	height: 471px;
	margin-left: -270px;
	background: url(../img/head-show-3.png) 0 0 no-repeat;
}

.head-show-5 {
	position: absolute;
	left: 50%;
	top: 196px;
	width: 515px;
	height: 514px;
	margin-left: -15px;
	background: url(../img/head-show-5.png) 0 0 no-repeat;
}

.header span.loaded img{
	opacity: 1;
}

.head-tt-top {
	display: block;
	width: 320px;
	margin: 0 auto 30px;
}

.head-tt-top b {
	display: block;
	margin-bottom: 2px;
	font: 24px/30px 'Intro', Arial, sans-serif;
}

.head-tt-top span {
	display: block;
	font-size: 22px;
	line-height: 22px;
}

.min-line-fixed {
	position: relative;
	padding-bottom: 13px;
}

.min-line-fixed-dark {
	padding-bottom: 20px;
}

.min-line-fixed:before {
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 90px;
	height: 4px;
	margin-left: -45px;
	background-color: #fff;
}

.min-line-fixed-dark:before {
	background-color: #000;
}

.head-tt-middle {
	display: block;
	position: relative;
	padding-bottom: 60px;
	font: 48px/58px 'Intro', Arial, sans-serif;
}

.head-tt-middle > a {
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
}

.head-tt-middle > a:hover {
	text-decoration: none;
}

/*.head-tt-middle:hover .btn {
	display: block;
}

.head-tt-middle > .btn {
	position: absolute;
	left: 50%;
	margin-left: -133px;
	bottom: 0;
	display: none;
}*/

.head-tt-bottom {
	display: block;
	font: 22px/28px 'ProximaNovaLight', Arial, sans-serif;
	width: 320px;
	margin: 32px auto 50px;
}

.head-tt-bottom span {
	text-transform: uppercase;
}


/* about section
-------------------------------------*/
.about-section {
	position: relative;
}

.about-section .centered-bl {
	padding: 90px 0 140px;
}

.aside-img {
	float: left;
	width: 270px;
	padding: 53px 55px 0 20px;
}

.aside-img img {
	max-width: 100%;
}

.aside-img b {
	position: relative;
	z-index: 2;
	display: block;
	font: 48px/56px 'Intro', Arial, sans-serif;
	color: #000;
	text-align: center;
	letter-spacing: 9px;
	padding: 15px 0 0 10px;
}

.img-column-descript {
	position: relative;
	z-index: 2;
	margin-left: 345px;
	padding: 44px 0 0;
}

.img-column-descript p {
	display: inline-block;
	vertical-align: top;
	width: 278px;
	padding-right: 20px;
}

.img-column-descript p span {
	display: block;
	color: #d52424;
	font-family: 'ProximaNovaSemibold', Arial, sans-serif;
}

.line-img-fixed {
	position: absolute;
	left: 50%;
	z-index: 2;
	bottom: -172px;
	width: 69px;
	margin-left: -32px;
	height: 247px;
	background: url(../img/sprite.png) 0 -435px no-repeat;
}


/* main-service
-------------------------------------*/
.main-service {
	position: relative;
	padding: 185px 0 272px;
	background: url(../img/head-repeat-ptrn.png) 0 0 repeat-x;
}

.main-service .centered-bl {
	width: 1000px;
	padding: 0;
}

.service-icons-group {
	padding: 10px 0 0;
}

.service-icons-group ul {
	padding: 132px 0 0px;
}

.service-icons-first {
	background: url(../img/line-icon1.png) 10px 0 no-repeat;
}

.service-icons-second {
	background: url(../img/line-icon2.png) 10px 0 no-repeat;
}

.service-icons-group ul li {
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-size: 14px;
	line-height: 17px;
	width: 186px;
	text-align: center;
}

.service-icons-group ul li:first-child {
	width: 150px;
	margin: 0 35px 0 0;
}

.service-icons-group ul li:first-child + li {
	width: 180px;
	margin-right: 50px;
}

.service-icons-group ul li:first-child + li + li {
	width: 120px;
	margin-right: 65px;
}

.service-icons-group ul li:first-child + li + li + li {
	width: 150px;
	margin-right: 15px;
}

.service-icons-group ul li:first-child + li + li + li + li {
	width: 210px;
}

.service-icons-group ul span {
	display: block;
	font: 18px/21px 'ProximaNovaSemibold', Arial, sans-serif;
	color: #d81e28;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.main-service .line-img-fixed {
	bottom: 0;
}


/* client-manufact
-------------------------------------*/
.client-manufact {
	padding: 35px 0 0;
}

.clients-tt {
	margin-bottom: 88px;
}

.min-main-tt {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 36px;
	line-height: 50px;
}

.client-wrapper-bg {
	position: relative;
	background-color: #d81e28;
	padding-bottom: 32px;
}

.clients-icons {
	position: relative;
	top: -42px;
	text-align: center;
	margin-left: -5px;
}

.clients-icons li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin-left: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
}

.clients-icons li > span {
	display: block;
	position: relative;
	height: 187px;
	margin: 0 auto 10px;
	width: 187px;
	border: 10px solid #d81e28;
	background-image: url(../img/sprite.png);
	background-color: #fff;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.clients-icons li b {
	font: 18px/22px 'ProximaNovaBold', Arial, sans-serif;
	display: block;
	text-transform: uppercase;
}

.c-icon-1 {background-position: 0 -42px;}
.c-icon-2 {background-position: -193px -42px;}
.c-icon-3 {background-position: 0 -240px;}
.c-icon-4 {background-position: -193px -240px;}
.c-icon-5 {background-position: -500px 0px;}
.c-icon-6 {background-position: -695px 0px;}
.c-icon-7 {background-position: -500px -194px;}
.c-icon-8 {background-position: -695px -194px;}

.clients-manufact-info {
	padding: 0 0 100px;
	position: relative;
	background-color: #fff;
}

.clients-manufact-info .aside-img {
	padding-top: 35px;
}

.client-manufact-tt {
	display: block;
	font: 48px/56px 'Intro', Arial, sans-serif;
	color: #000;
	letter-spacing: 9px;
	margin: -12px 0 10px;
	text-align: left;
	padding-left: 0;
}

.client-manufact-tt.min-line-fixed:before {
	height: 7px;
	left: 0;
	margin-left: 0;
	background-color: #959595;
}

.clients-manufact-info .img-column-descript p {
	display: block;
	font-size: 24px;
	line-height: 28px;
	width: auto;
	margin-bottom: 30px;
}

.clients-manufact-info .img-column-descript p span {
	font: 30px/34px 'ProximaNovaBold', Arial, sans-serif;
}

.clients-bott-manufact-tt {
	position: relative;
	z-index: 2;
	display: block;
	font: 36px/36px 'Intro', Arial, sans-serif;
	color: #000;
	text-align: center;
	letter-spacing: 7px;
	padding-left: 35px;
	margin-top: 165px;
}

.clients-manufact-info .line-img-fixed {
	width: 69px;
	height: 387px;
	bottom: -141px;
	margin-left: -34px;
	background: url(../img/sprite.png) -76px -435px no-repeat;
}


/* clients-seller
-------------------------------------*/
.clients-seller-bg {
	position: relative;
	padding: 175px 0 74px;
	height: 925px;
	background: url(../img/clients-bg.jpg) 50% 0 no-repeat;
}

.steps-client-seller {
	width: 755px;
	margin: 0 auto 35px;
}

.steps-client-seller li {
	margin-bottom: 20px;
	position: relative;
	min-height: 100px;
	padding: 40px 0 0 84px;
}

.steps-client-seller li span {
	width: 110px;
	padding-left: 25px;
	height: 140px;
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 2;
	font: 80px/130px 'ProximaNovaBold', Arial, sans-serif;
	color: #303238;
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
	background: url(../img/sprite.png) -170px -435px no-repeat;
}

.steps-client-seller li p {
	position: relative;
	z-index: 1;
	font-size: 18px;
	line-height: 25px;
	padding-right: 35px;
	color: #fff;
}

.client-seller-icon {
	text-align: center;
	margin-bottom: 25px;
	background: url(../img/pic1.png) 50% 0 no-repeat;
}

.client-seller-icon li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding: 145px 0 0;
	text-align: center;
	color: #fff;
}

.client-seller-icon li span {
	display: block;
	margin-bottom: 2px;
	text-transform: uppercase;
	font: 18px/22px 'ProximaNovaBold', Arial, sans-serif;
}

.client-seller-icon li p {
	font-size: 18px;
	line-height: 20px;
}

.client-seller-icon li:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -52px;
	width: 105px;
	height: 105px;
	background-image: url(../img/sprite.png);
}

.cs-icon1:before {
	background-position: -387px -34px;
}

.cs-icon2:before {
	background-position: -385px -144px;
}

.clients-seller-bg .line-img-fixed {
	width: 69px;
	height: 325px;
	margin-left: -34px;
	background-position: -311px -435px;
	bottom: -268px;
}


/* client-consumer
-------------------------------------*/
.client-consumer {
	position: relative;
}

.client-consumer > .centered-bl {
	padding: 322px 0 0;
}

.client-consumer .clients-tt {
	margin-bottom: 70px;
}

.client-consumer .clients-icons li b {
	font-size: 24px;
	line-height: 30px;
	padding-top: 20px;
}

.clients-reg-bottom {
	color: #fff;
	overflow: hidden;
	padding: 30px 0 25px;
	margin-top: -35px;
	background: url(../img/line-client.png) 50% 0 no-repeat;
}

.clients-reg-bottom .btn {
	float: right;
	padding: 0 19px;
}

.clients-reg-bottom p {
	margin-right: 250px;
	font-size: 24px;
	line-height: 30px;
}

.clients-reg-bottom b {
	display: block;
	font: 24px 'ProximaNovaBold', Arial, sans-serif;
}

.client-consumer .client-wrapper-bg:before {
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 366px;
	height: 18px;
	margin-left: -183px;
	z-index: 1;
	background: url(../img/sprite.png) 0 -843px no-repeat;
}

.client-consumer .line-img-fixed {
	width: 69px;
	height: 325px;
	margin-left: -35px;
	background-position: -311px -435px;
	bottom: -250px;
}


/* work-section
-------------------------------------*/
.work-section > .centered-bl {
	padding: 272px 0 0;
}

.work-icons {
	height: 734px;
	margin-top: 30px;
	background: url(../img/work-bg.jpg) 50% 0 no-repeat;
}

.work-icons-bg {
	width: 790px;
	padding: 72px 0 0;
	margin: 0 auto;
	color: #fff;
}

.work-icons-bg ul {
	overflow: hidden;
	background: url(../img/work-icons-bg.png) 0 67px no-repeat;
}

.work-icons-bg ul li:first-child {
	margin-left: 0;
}

.work-icons-bg ul li {
	float: left;
	position: relative;
	width: 166px;
	padding: 0 10px 204px;
	margin-left: 50px;
	text-align: center;
}

.work-icons-bg ul li span {
	display: block;
	line-height: 22px;
}

.work-icons-bg ul + ul {
	background: url(../img/work-icons-bg.png) 100% -181px no-repeat;
}

.work-icons-bg ul + ul li {
	float: right;
	padding: 218px 10px 0;
}

.work-icons-bg ul + ul li:first-child {
	margin-left: 50px;
}

.work-icons-bg ul li b {
	position: absolute;
	border: 3px solid #d81e28;
	width: 19px;
	padding-left: 3px;
	height: 22px;
	color: #333333;
	background-color: #fff;
	font: 18px/22px 'ProximaNovaRegular', Arial, sans-serif;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.w-icon1 b {
	left: 22px;
	top: 95px;
}

.w-icon2 b {
	top: 95px;
	left: 40px;
}

.w-icon3 b {
	top: 70px;
	left: 28px;
}

.w-icon4 b {
	top: 70px;
	left: 50px;
}

.work-icons-bg ul li:before {
	content: ' ';
	position: absolute;
	width: 178px;
	height: 178px;
	background-image: url(../img/sprite.png);
}

.w-icon1:before {
	background-position: -500px -389px;
	top: 67px;
	left: 0;
}

.w-icon2:before {
	background-position: -695px -389px;
	top: 67px;
	left: 5px;
}

.w-icon3:before {
	background-position: -500px -576px;
	top: 28px;
	left: 0;
}

.w-icon4:before {
	background-position: -695px -576px;
	top: 28px;
	left: 10px;
}

/* foot-spec-form
-------------------------------------*/
.foot-spec-form {
	padding: 85px 0 0;
}

.form-head-bg .min-main-tt {
	display: inline-block;
	font-size: 36px;
	line-height: 48px;
}

.form-head-bg {
	padding-bottom: 245px;
	background: url(../img/graf-ptrn.jpg) 50% 100% no-repeat;
}

.form-head-bg .aside-img {
	padding: 45px 0 0  25px;
}

.form-head-bg .img-column-descript {
	margin-left: 330px;
	padding-top: 38px;
}

.form-head-bg .img-column-descript p {
	width: 300px;
	padding: 0 0 20px 15px;
}

.form-head-bg .img-column-descript p:first-child {
	padding: 0;
}

.boss-name {
	margin: 22px 38px 0 10px;
	display: block;
	font: 14px/16px 'Intro', Arial, sans-serif;
	color: #666666;
}

.boss-name b {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #d42323;
}

.qw-wrapp-block {
	position: relative;
	color: #fff;
	padding: 25px 0 22px;
	background: url(../img/form-ptrn.jpg) 0 0 repeat;
}

.main-tt .new-main-line-tt {
	display: block;
	color: #fff;
	letter-spacing: 0;
	padding: 8px 0 0;
	margin-bottom: 3px;
	font: 30px/36px 'ProximaNovaThin', Arial, sans-serif;
}

.main-tt .new-main-line-tt i {
	font-style: normal;
	text-transform: uppercase;
	display: block;
}


/* Footer 
-------------------------------------*/
.contacts-foot {
	padding: 42px 0 10px;
}

.contacts-foot .aside-img {
	padding: 28px 0 0 43px;
}

.map-foot {
	margin-left: 380px;
}

.map-foot span {
	position: relative;
	z-index: 2;
	display: block;
	color: #000000;
	font-size: 24px;
	line-height: 34px;
	padding: 10px 0;
}

.footer {
	width: 100%;
	background: #333333;
	padding: 30px 0;
}

.aside-footer {
	text-align: right;
}

.aside-footer .head-phone {
	display: block;
	float: none;
	font-size: 18px;
	padding: 0 0 8px;
}

.soc a {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	width: 38px;
	height: 36px;
	background-image: url(../img/sprite.png);
}

.soc-vk {background-position: 0 -869px;}
.soc-fb {background-position: -48px -869px;}
.soc-tw {background-position: -97px -869px;}
.soc-m {background-position: -146px -869px;}


/* Reveal modal window
------------------------------------- */
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
	z-index: 1001;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 110px;
	left: 50%;
	width: 372px;
	margin-left: -194px;
	padding: 7px 8px 8px;
	background: url(../img/modal-form-bg.png) 50% 0 no-repeat;
	position: absolute;
	z-index: 1002;

	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.reveal-form {
	width: 318px;
	background-color: #fff;
	position: relative;
	padding: 25px 27px;
	text-align: center;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.reveal-tt {
	display: block;
	font: 16px/20px 'Myriad Pro', Arial, sans-serif;
	text-align: center;
	color: #333;
	margin-bottom: 15px;
}

.reveal-tt span {
	display: block;
	font-size: 26px;
	line-height: 36px;
	text-transform: uppercase;
}

.reveal-tt b {
	display: block;
	text-transform: uppercase;
	font: 36px/36px 'Myriad Pro', Arial, sans-serif;
}

.reveal-form input[type="text"] {
	position: relative;
	border: 1px solid #e6e6e6;
	width: 230px;
	height: 43px;
	padding: 0 22px 0 42px;
	background-color: #fff;
	margin-bottom: 15px;
	color: #4f546d;
	font: 16px 'ProximaNovaLight', Arial, sans-serif;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 0 2px 0 0 #f3f3f3;
	-moz-box-shadow: 0 2px 0 0 #f3f3f3;
	box-shadow: 0 2px 0 0 #f3f3f3;
}

.reveal-form .wrap-centered {
	padding: 10px 0 15px;
}

.reveal-bottom-txt {
	font: 15px/18px 'Myriad Pro', Arial, sans-serif;
	color: #bfbfbf;
	display: block;
	text-align: center;
	padding: 2px 0 5px;
}

.rev-input-phone {
	background: url(../img/modal-pic1.png) 17px 50% no-repeat;
}

.rev-input-name {
	background: url(../img/modal-pic2.png) 16px 50% no-repeat;
}


/* parallax effects 
-------------------------------------*/
.parallax-viewport {
	position: relative;
	overflow: hidden;
}

.parallax-layer {position: absolute;}
.parallax-layer img {position: absolute;}
.parallax-item-1 {top: 0; left: 0; width: 98%; height: 415px;}
.parallax-item-1 img { top: 110px; left: -55px;}
.parallax-item-2 {width: 94%; height: 138px; top: 0; left: 0;}
.parallax-item-2 img { top: 350px; left: 25px;}
.clients-manufact-info .parallax-item-1 img {top: 0;}
.clients-manufact-info .parallax-item-2 img {top: 170px;}
.form-head-bg .parallax-item-1 {height: 90%;}
.form-head-bg .parallax-item-1 img {left: -30px; top: 40px;}
.form-head-bg .parallax-item-2 {height: 70%;}
.form-head-bg .parallax-item-2 img {top: 240px; left: 75px;}
.contacts-foot .parallax-item-1 img {top: 0; left: 0;}
.contacts-foot .parallax-item-2 img {top: 0px; left: 45px;}
.parallax-item-3 {width: 88%; height: 259px;}
.parallax-item-3 img { top: -100px; left: 740px; z-index: 1;}
.parallax-item-4 {width: 94%; height: 700px;}
.parallax-item-4 img {top: 208px; left: 560px; z-index: 1; }
.parallax-item-5 {width: 94%; height: 581px;}
.parallax-item-5 img { top: 500px; left: -240px; z-index: 1;}
.parallax-item-6 {width: 94%; height: 415px;}
.parallax-item-6 img {top: -50px; left: 870px;}
.parallax-item-7 {width: 80%; height: 264px;}
.parallax-item-7 img { top: -236px; left: 770px;}
.parallax-item-8 {width: 98%; height: 200px;}
.parallax-item-8 img { left: 410px; top: 20px;}
.parallax-item-9 {width: 90%; height: 50%;}
.parallax-item-9 img {top: 720px; left: 480px;}
.parallax-item-10, .parallax-item-11 {height: 147px; width: 94%;}
.parallax-item-11 {height: 50%;}
.parallax-item-10 img { top: 810px; left: 580px;}
.parallax-item-11 img { left: 230px; top: 780px;}
.client-consumer .parallax-item-9 {width: 94%;}
.client-consumer .parallax-item-9 img {top: 20px;}
.client-consumer .parallax-item-10 img {top: 100px;}
.client-consumer .parallax-item-11 img {top: 85px;}
.work-section .parallax-item-9 img {top: -20px; left: 460px;}
.work-section .parallax-item-11 img {top: 85px;}
.parallax-item-12 {width: 92%; height: 242px;}
.parallax-item-12 img {left: 500px; top: 140px;}


/* animation
------------------------------------- */
.zoomIn, .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.head-show-1 {
	-webkit-animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	-o-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.head-show-2 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.head-show-3 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.head-show-4 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.head-show-5 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn:hover {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hidden {
	opacity:0;
}

.visible {
	opacity:1;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}