:root {
    --main-color: #4caf50;
    --main-dark-color: #3c8a3e;
    --main-desktop-menu-width: 1500px;
}
@media screen and (min-width: 1300px) {
    .s-service {
        padding-bottom: 220px!important;
    }
}

.s-banner__video-bg {
    background-image: url('../../res/img/others/sublimation/sbg3.webp');
}
@media screen and (max-width: 1300px) {
    .s-banner__video-bg {
        background-image: url('../../res/img/others/sublimation/sbg2.webp');
    }
}
@media screen and (max-width: 790px) {
    .s-banner__video-bg {
        background-image: url('../../res/img/others/sublimation/sbg1.webp');
    }
}
@media screen and (max-width: 400px) {
    .s-banner__video-bg {
        background-image: url('../../res/img/others/sublimation/sbg0.webp');
    }
}