/*section1*/
#sec1{
	
    margin-top: 60px;
    padding-bottom: 70px;
    text-align: center;
    background: url(/assets/img/bg1.jpg)50% 100% no-repeat;
    
}
.emblem{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.emblem li{
    width: 120px;
    padding-top: 40px;
    background: url(/assets/img/shadow.png) 50% no-repeat;
    background-size: 100%
}


#sec1 .emblem li {
    float: left;
    display: flex;
}
@media (max-width: 767px) {
    .emblem li {
        padding-top: 10px;
        width: 35px;
    }
    
    .emblem li img {
        max-width: 35px;
    }
    
    #sec1 {
        /*margin-top: 115px;*/
        background: url(/assets/img/bg1r.jpg);
    }
}

#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;
	
}

#f1 input, #f1 select {
    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;
}

#f1 select {
    color: #757573;
}


#f1 input[type="tel"]::-webkit-input-placeholder {
	color: #757573;
}

#f1 input[type="tel"]::-moz-placeholder {
	color: #757573;
}

#f1 input[type="tel"]:-ms-input-placeholder {
	color: #757573;
}

#f1 input[type="tel"]::-ms-input-placeholder {
	color: #757573;
}

#f1 input[type="tel"]::placeholder {
	color: #757573;
}


#f1 input, #f1 button {
    width: 100%;
    display: inline-block;
}

#f1 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 rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 4px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
