
.blend-cars{
    background: url(../../img/main-header-cars-opt.webp) center;
    height: 400px;
    background-size: cover;
}

body {
    min-width: 360px;
}

.bg-cars{
    background: url(../../img/car-damage-b-min.png) left no-repeat, url(../../img/car-damage-a-min.png) right no-repeat;
}
@media screen and (max-width: 992px) {
    .bg-cars{
        /*background: url(../img/car-damage-a-min.png) right no-repeat;*/
        background: none;
    }
}
@media screen and (max-width: 767px) {
    .bg-cars{
        background: url(../../img/car-damage-a-min.png) right no-repeat;
    }
}
@media screen and (max-width: 575px) {
    .bg-cars{
        background: none;
    }
}
@media screen and (max-width: 414px){
    #logo{
        width: 150px;
    }
    #logo > img{
        width: 100%
    }
    .mt-xs-1{
        margin-top: .25rem !important;
    }
}
@media screen and (max-width: 360px){
    #logo{
        width: 150px;
    }
    #logo > img{
        width: 100%
    }
}

.lang{
    width: 58px;
    border-radius: 25px;
}

::-webkit-input-placeholder{
    text-align: center;
}
