.main{
    background-color: #eaeaea;
    padding-bottom: 70px;
}

.container{
    height: 510px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container .pimage{
    height: 100%;
    width: auto;
}

.img-wrapper{
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.btns{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 33px;
}

.btns a{
    height: 55px;
    width: 260px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 1rem 1rem 0 rgb(0 0 0 / 10%);
}
.btns a .img{
    margin-right: 20px;
}
.btns a.a1{
    background-color: #f5e436;
    margin-right:50px;
}

.btns a.a2{
    background-color: #27509b;
    color: #fff;
}
.btns a.a1 .img{
    width: 17px;
    height: 23px;
    background: url(/assets/images/tire-icon.png) scroll no-repeat 0 0;
    background-size: 100% auto;
}
.btns a.a2 .img{
    width: 14px;
    height: 22px;
    background: url(/assets/images/location-icon-2.png) scroll no-repeat 0 0;
    background-size: 100% auto;
}

.btns a.a1:hover{
    background-color: #27509b;
    color: #fff;
}

.btns a.a1:hover .img{
    background-image: url(/assets/images/tire-icon-white.png);
}

.btns a.a2:hover{
    background-color: #f5e436;
    color: #000;
}

.btns a.a2:hover .img{
    background-image: url(/assets/images/location-hover-icon.png);
}

.kv-nav{
    position: relative;
    bottom: 0;
}
.headline{
    margin: 14px 0 47px;
    font-size: 30px;
    color: #395197;
    text-align: center;
    line-height: 1;
}

.swiper-slide:hover span{
    border-color: #364d96;
    color: #364d96;
}

@media (max-width:1366px){
    .container{
        height: 410px;
    }
    .btns a{
        width: 200px;
        height: 50px;
    }
}



@media (max-width:750px){
    .container{
        height: auto;
        overflow: visible;
    }
    .img-wrapper{
        position: relative;
        width: 100%;
    }
    .container .pimage{
        width: 100%;
        height: auto;
    }
    .kv-nav{
        bottom: 0;
    }
    .btns{
        position: relative;
        flex-direction: column;
        width: 100%;
        bottom: 0;
    }
    .btns a{
        width: 65%;
        height: 45px;
    }
    .btns a.a1{
        margin-right: 0;
        margin-bottom: 17px;
    }
    .headline{
        margin-top: 41px;
        margin-bottom: 26px;
        font-size: 24px;
    }
}