@font-face {
    font-family: 'BebasNeueBook';
    src: url('../css/fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),  
    	 url('../css/fonts/BebasNeueBook.woff') format('woff'), 
         url('../css/fonts/BebasNeueBook.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'LetoSans';
    src: url('../css/fonts/LetoSans.eot?#iefix') format('embedded-opentype'),  
    	 url('../css/fonts/LetoSans.woff') format('woff'), 
    	 url('../css/fonts/LetoSans.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LetoSans-Bold';
    src: url('../css/fonts/LetoSans-Bold.eot?#iefix') format('embedded-opentype'),  
    	 url('../css/fonts/LetoSans-Bold.woff') format('woff'), 
    	 url('../css/fonts/LetoSans-Bold.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
html,
body,
main {
    height: 100%;
}
body {
    background: #4c4c4c;
    opacity: 0;
    -webkit-transition-property: all;
	-o-transition-property: all;
 	-moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    min-width: 320px;	
}
a {
	text-decoration: none;
}
img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}
header {
	-webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.header__row > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
}
.header__row {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #ffffff;
}
.logo-lada {
	display: block;
}
.address {
	color: #ed6b21;
	font-size: 30px;
	font-family: 'BebasNeueBook';
}
.phone a {
	padding-left: 30px;
	position: relative;
	color: #7d7d7d;
	font-size: 30px;
	font-family: 'BebasNeueBook';
}
.phone a:before {
    content: '';
    background: url(/images/icon/icon-phone.png) no-repeat;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 0;
}
@media screen and (max-width: 1190px) {
	.address {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.logo-lada,
	.phone{
		margin-bottom: 10px;
	}
	.logo-lada,
	.phone,
	.logo-tehno{
		width: 100%;
		text-align: center;
	}
}
main {
	-webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}
.pre-order {
	padding: 40px 0;
}
h1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 40px;
    line-height: normal;
}
h1 span:nth-child(1) {
	font-size: 37px;
	font-family: 'LetoSans';
}
h1 span:nth-child(2) {
	font-size: 37px;
	font-family: 'LetoSans-Bold';
	text-transform: uppercase;
}
h1 span:nth-child(3) {
	margin-top: 5px;
	display: block;
	font-size: 31px;
	font-family: 'LetoSans';
}
@media screen and (max-width: 767px) {
	h1 span:nth-child(1) {
		font-size: 18px;
	}
	h1 span:nth-child(2) {
		font-size: 18px;
	}
	h1 span:nth-child(3) {
		font-size: 16px;
	}
}
.button-popup {
	display: block;
	margin: 0 auto;
	max-width: 320px;
  	z-index: 1000;
    background: #ed6b21;
	padding: 0 10px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
    line-height: 44px;
	text-transform: uppercase;
	font-family: 'LetoSans-Bold';
}
.button-popup:hover {
    background: #F84E06;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.slider {
	position: relative;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: visible;
}
/* system
---------------------------------------------------------------*/
.container {
	width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
}
/*
 *                 #input
 =================================================*/
input[type=text], 
input[type=email], 
input[type=password], 
input[type=phone], 
input[type=search] {
	background: #ffffff;
    border: 1px solid #c7c7c7;
    padding: 5.5px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
	-webkit-appearance: none;
}
input[type="search"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
   
}
.has-danger input.required {
    border: 1px solid red;
}
input[type="password"]::-ms-reveal {
    display: none;
}
input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
input[type="submit"], 
button[type="submit"], 
button[type="button"] {
    cursor: pointer;
    outline: none;
    text-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="text"]::placeholder {font-size: 18px; font-family: 'LetoSans'; color: #7d7d7d;}
input[placeholder]::-webkit-input-placeholder {font-size: 18px; font-family: 'LetoSans'; color:  #7d7d7d;}
input[placeholder]::-moz-placeholder {font-size: 18px; font-family: 'LetoSans'; color: #7d7d7d;}
input[placeholder]:-moz-placeholder {font-size: 18px; font-family: 'LetoSans'; color: #7d7d7d;}
input[placeholder]:-ms-input-placeholder {font-size: 18px; font-family: 'LetoSans'; color: #7d7d7d;}
input[type='search']::-webkit-search-decoration {-webkit-appearance: none; -moz-appearance: none; display:none;}
input[type='search']::-webkit-search-results-button {-webkit-appearance: none; -moz-appearance: none; display:none;}
input[type='search']::-webkit-search-results-decoration {-webkit-appearance: none; -moz-appearance: none; display:none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;-moz-appearance: none;display:none;}
input[type="search"]::-ms-clear{ -webkit-appearance: none;-moz-appearance: none; display:none;}
.form_wrapper .button {
	display: block;
    color: #ffffff;
    background: #ed6b21;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
	font-family: 'LetoSans';
    min-width: 235px;
    padding-top: 1px;
}
.form_wrapper .button:hover {
    background: #F84E06;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
/*
 *             #popup from
 =================================================*/
 #form_popup{
	display: none;
}
.message_done_container {
	display: none;
}
.popup_container,
.message_done {
    width: 440px;
    height: 330px;
    max-width: 100%;
   	overflow: auto;
   	padding: 0 40px;
    position: relative;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 360px) {
	.popup_container,
	.message_done {
		padding: 0 20px;
	}
}
.popup_container .form_title,
.popup_container .form_popup_spec--title,
.message_done .window_title {
    font-size: 22px;
    text-align: center;
    font-family: 'LetoSans-Bold';
    margin-bottom: 33px;
}
.message_done .text {
	text-align: center;
	font-family: 'LetoSans';
}
.popup_container .form_wrapper .input-phone,
.popup_container .form_wrapper .input-name{
	width:100%;	
    margin-bottom: 20px;
}
.popup_container .form_wrapper .button{
	min-width: 100%;
}
.form_wrapper .input-name,
.form_wrapper .input-phone{
    font-size: 18px;
    line-height: normal;
	font-family: 'LetoSans';
    color: #7d7d7d;
}