@import url(../../https@fonts.googleapis.com/css@family=Roboto_3A400,100,300,500,700,900&subset=latin,cyrillic);
@import url(../fonts/bebasneue.css);
ul, li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
    text-align: center;
}

a, a:hover, a:active, a:visited, a:focus{
    text-decoration: none;
}
body{
    font-family: 'Roboto', sans-serif;
    
    background: #fff;
}
header{
    width: 100%;
	background: #fff;
	position: fixed;
	display: inline-block;
	z-index:10;
    height: 60px;
	left: 0;
	top: 0;
	right: 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    
}
header .logo{
	display: inline-block;
	padding-top: 5px;
}
header .logo img{
    height: 50px;
}

header nav a.pull{display: none;}

header nav ul{
	
	position: relative;
	display: inline-block;
}
header nav ul li{
    float: left;
}
header nav ul li a{
	display: inline-block;
	line-height: 60px;
	height: 60px;
    margin-right: 20px;
	box-sizing: border-box;
    font-family: 'Bebas Neue'; 
    font-size: 22px;
    font-weight: 400;
    color: #343434;
    border-bottom: 4px solid transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header nav ul li:hover a{
    border-bottom: 4px solid #ff3838;
	color: #ff3838;
        
}
.contact{
    text-align: right;
	margin-top: 10px;
}
header .contact a{
    display: block;
    font-size: 31px;
    
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #ff3838;
}
header .contact span{
    display: block;
    font-size: 12px;
    color: #303030;
    font-weight: 400;
}
/*section1*/
#sec1{
	
    margin-top: 60px;
    padding-bottom: 70px;
    text-align: center;
    background: url(../img/bg1.jpg)50% 100% no-repeat;
    
}
.emblem{
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
.emblem li{
    width: 120px;
    padding-top: 40px;
    background: url(../img/shadow.png) 50% no-repeat;
    background-size: 100%
}

#sec1 .emblem li{
    float: left;
}
#sec1 h1{
	margin-top: 20px;
}

#sec1 h1, #sec1 h2{
	line-height: 1;
	letter-spacing: 1px;
	font-family: 'Bebas Neue';
	color: #ffffff;
	font-size: 32px;
	font-weight: 400;
}
#sec1 h1 strong, #sec1 h2 strong{
	font-family: 'Bebas Neue';
	color: #ff3838;
	font-size: 42px;
	font-weight: 700;
}
#sec1 h1 img{
	margin-top: -40px;
}
#sec1 .car{
    z-index:1;
	margin-top:70px;
	position: relative;
}
#sec1 .car img:last-child{
	
	position: relative;
	width: 100%;
	
}
#sec1 .car img:first-child{
	right: 0;
	top: 0;
	position: absolute;
	
}

/*form*/
form input{
	width: 100%;
	border: 1px solid #fff;
	height: 45px;
	line-height: 45px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	background: transparent;
	outline:none;
	margin-bottom: 15px;
	
}

button{
	outline:none;
	color:#ffffff;
	font-size: 32px;
	font-weight: 400;
	font-family: 'Bebas Neue';
	background:#ff3838;
	border-radius: 50px;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 60px;
	border:none;
	border-bottom: 3px solid #E33131;
	cursor:pointer;
	-webkit-box-shadow: 3px 3px 4px  rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 4px  rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
button:hover{
	background:#9b1919;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#f1 input, #f1 button{
	width: 100%;
	display: inline-block;
}
/*section2*/
#sec2{
    
	z-index:1;
	background: #fff url(../img/s2b.png) 50% no-repeat;
	background-size: contain;
	text-align: center;
	
}
#sec2 .s2p div{
	margin-top: 30px;
	padding: 25px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #343434;
	border-radius: 50%;
	border: 5px solid #ff3838;
	-webkit-box-shadow: 0 10px 10px rgba(255, 56, 56, 0.7);
	box-shadow: 0 10px 10px rgba(255, 56, 56, 0.7);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#sec2 .s2p:hover div{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#sec2 .s2p div img{
	text-align: center;
	width: 50px;
}
#sec2 .s2p{
	height: 315px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: center;
}
#sec2 .s2p span{
	margin-top: 35px;
	display: block;
	color: #343434;
	font-size: 16px;
	font-weight: 400;
	text-shadow: 0px 1px 25.9px #ffffff;
}
#sec2 .s2p span strong{
	font-weight: 700;
	font-size: 18px;
}
/*section3*/
#sec3{
    
	z-index: 1;
	text-align: center;
	background: #fff url(../img/s3b.png) 50%  0 no-repeat;
	padding-bottom: 90px;
}
#sec3 .s3img{
	position: relative;
	margin-top: 30px;
}
#sec3 h2{
	font-size: 32px;
	color: #ffffff;
	font-weight: 700;
	font-family: 'Bebas Neue';
	padding-bottom: 20px;
	margin: 15px 0;
}

#sec3 ul{
    display: inline-block;
}
#sec3 ul li{
    vertical-align: top;
    position: relative;
	width: 240px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}
#sec3 ul li div{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	border-radius: 50%;
	padding: 25px;
	background-color: #ffffff;
	-webkit-box-shadow: 4px 4px 9px rgba(140, 24, 24, 0.69);
	box-shadow: 4px 4px 9px rgba(140, 24, 24, 0.69);
}
#sec3 ul li div:after{
	cursor:pointer;
	opacity: 0;
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	bottom: 5px;
	right: 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6) url(../img/buying.png) 50% no-repeat;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#sec3 ul li div:hover:after{
	opacity: 1;
}
#sec3 ul li div img{
	width: 120px;
}
#sec3 ul li span{
	display: inline-block;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
}
/*section4*/
#sec4{
    z-index:0;
	background: url(../img/dots.png) 50%  18px no-repeat;
}
#sec4 .s4left li{
	width: 100%;
	height: 100px;
	display: table;
	background: url(../img/s4libg.png);
	background-size: 100% 100%;
	margin-bottom: 15px;

}

#sec4 h3{
    color: #f04040;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Bebas Neue';
    margin-bottom: 40px;
}
#sec4 ul li img{
    margin: 20px;
	float: left;
    padding-top: 15px;
    vertical-align: middle;
}
#sec4 ul li{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#sec4 ul li:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
#sec4 ul li div{
	padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 280px;
    font-size: 14px;
    font-weight: 400;
    color: #343434;
}
#sec4 ul li div strong{
    font-size: 16px;
}
#sec4 ul li div img{
    margin: 0;
    float:none;
    padding: 0;
    width: 90%;
}
#sec4 .s4right li{
	width: 100%;
	height: 100px;
	display: table;
	background: url(../img/s4lirbg.png);
	background-size: 100% 100%;
	margin-bottom: 15px;
    
}
/*section5*/
#sec5{
    z-index:0;
    text-align: center;
    background: url(../img/bgs4.png) 50% no-repeat;
    padding: 110px 0;
}
#sec5 h2 strong{
    font-weight: 400;
    color: #ff3838;
}
#sec5 h2{
    font-family: 'Bebas Neue';
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
   
    margin-bottom: 70px;
}
#f2{
	
	margin-left: auto;
	margin-right: auto;
}
#f2 input{
	width: 100%;
	display: inline-block;
}
#f2 button{
    margin:auto;
    padding: 0 50px;
    max-width: 290px;
}
#f2 button{
    margin-top: 36px;
}
/*section6*/
#sec6{
    z-index:0;
    text-align: center;
}
#sec6 h2{
    font-family: 'Bebas Neue';
    color: #ff3838;
    margin-bottom: 90px;
    font-size: 32px;
    font-weight: 400;
}


#sec6 .samuray{
	position: relative;
    background: url(../img/samuray.png) no-repeat;
	
	background-size: contain;
    padding-left: 435px;
    height: 670px;
    box-sizing: border-box;
}
#sec6 ul{
	display: inline-block;
    padding: 30px 0;
    background: url(../img/asfalt.png) no-repeat 25px 0;
    background-size: auto 100%;
    
}
#sec6 ul li{
    display: inline-block;
    width: 100%;
}
#sec6 .s6pi{
    margin-right: 10px;
    padding: 15px;
    display: block;
    float: left;
    border-radius: 50%;
    background: #343434;
    border: 5px solid #ff3838;
    -webkit-box-shadow: 4px 4px 9px rgba(140, 24, 24, 0.69);
	box-shadow: 4px 4px 9px rgba(140, 24, 24, 0.69);
}
#sec6 ul li {
    margin-bottom: 60px;
}
#sec6 .s6t{
    width: 410px;
    padding:0 20px;
    background: url(../img/s6t.png);
    background-size: 100% 100%;
    display: table;
    height: 90px;
	
}
#sec6 ul li{
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#sec6 ul li:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#sec6 .s6t span{
    color: #343434;
    font-size: 16px;
    text-align: center;
    display:table-cell;
    width: 100%;
    vertical-align: middle;
}
#sec6 .s6t span a, #sec6 .s6t span strong{
	cursor: pointer;
    color: #ff3838;
	text-decoration: underline;
}
/*section7*/
#sec7{
    z-index:0;
    padding-top: 100px;
    text-align: center;
}
#sec7 h2{
    font-family: 'Bebas Neue';
    color: #ff3838;
    margin-bottom: 80px;
    font-size: 32px;
    font-weight: 400;
}


#sec7 .s7p div{
    display: inline-block;
    background: url(../img/frame.png) 50% no-repeat;
    background-size: 100% 100%;
    max-width: 450px;
	min-width: 290px;
    padding: 40px;
	display: inline-block;
    padding-bottom: 50px;
    box-sizing: border-box;
}
iframe{
    width: 100%;
    background: #000;
}

#sec7 .s7p span {
	display: block;
    font-size: 18px;
    font-weight: 400;
    color: #343434;
}
#sec7 .s7p span strong{
	display: block;
    margin-top: 10px;
    color: #ff3838;
    font-size: 22px;
    font-weight: 400;
}

/*section8*/
#sec8{
    z-index:0;
	text-align: center;
	background: url(../img/s8bg.jpg) 50% 0 no-repeat;
}
#sec8 h2{
	font-family: 'Bebas Neue';
	color: #ffffff;
	font-size: 35px;
	font-weight: 300;
	margin-top: 110px;
	margin-bottom: 70px;
}
#sec8 h2 strong{
	font-weight: 400;
	color: #ff3838;
}

#sec8 .map{
	background: url(../img/map.png);
	background-size: 100% 100%;
	width: 700px;
	height: 450px;
	margin: 40px auto;
	padding: 50px;
	margin-bottom: 300px;
}
#sec8 #map{
	width: 600px;
	height: 350px;
}
#f3 button{
    margin:auto;
    width: 290px;
    max-width: 290px;
}
/*footer*/
footer{
	padding-top: 50px;
}
.flogo{
	display: block;
	margin-bottom: 50px;
}
.ftel{
	color: #ff3838;
	font-size: 41px;
	font-weight: 400;
	font-family: 'Bebas Neue';
	display: block;
	
}
.ftel:hover{
	color: #343434;
}
.fmail{
	color: #303030;
	font-size: 16px;
	font-weight: 400;
}
.fmail:hover{
	color: #ff3838;
}
footer span{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #303030;
}
footer h3{
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: 500;
	text-align: left;
	color: #303030;
}
.vmap{
	color: #ff3838;
	font-size: 16px;
	font-weight: 400;
}
.vmap:hover{
	color: #303030;
}
footer button{
	margin: 50px 0;
}
.sdelano img{
	display: block;
}
/*modal*/
.modal{
    overflow-y: auto;
    overflow-x: hidden;
	z-index:999;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(58, 58, 58, 0.84);
}
.modal .form{
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
	margin-top: 50px;
	background: #fff;
	padding: 25px;
}
.modal .form span{
	display: inline-block;
	margin-bottom: 30px;
	color: #252627;
	font-size: 18px;
	font-weight: 400;
}
.modal .form span strong{
	font-size: 30px;
	font-weight: 400;
}
.modal .form input{
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #B1B7C2;
	color: #343434;
}
.modal,#f4,#thanks {display: none;}
.modal .form button{
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal form button{width: 100%;}
.close{
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(../img/close.png) 50% no-repeat;
	padding: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.close:hover{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.modal .ok{
	display: inline-block;
	width: 130px;
}
.error {
	border: 1px solid #ff0000!important;
}
label{
	display: none!important;
}
a.top{
	z-index:10;
	right: 0;
	bottom: 0;
	position: fixed;
	font-weight: 900;
	color: #ff3838;
	font-family: 'Bebas Neue';
	font-size: 21px;
	margin: 20px;
}
a.top:hover{
	color: #777;
}
a.top:hover:after{
	border-left: 1px solid #777;
	border-top: 1px solid #777;
}
.pasive{display:inline-block}
.active{display:none}
a.top:after{
	content: "";
	position: absolute;
	left: 25%;
	top: -15px;
	width: 25px;
	height: 25px;
	border-left: 1px solid #ff3838;
	border-top: 1px solid #ff3838;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

