:root {
    --main-color: #BA5536;
    --main-desktop-menu-width: 1400px;
}
.modal-button-input-1.nonactive {
    background-color: #91422a;
}
.modal-button-input-1:hover {
    background-color: #91422a;
}
.s-banner__video-bg {
    background-image: url('../../res/img/others/bg4.png');
}
@media screen and (max-width: 1300px) {
    .s-banner__video-bg {
        background-image: url('../../res/img/others/bg42.png');
    }
}
@media screen and (max-width: 790px) {
    .s-banner__video-bg {
        background-image: url('../../res/img/others/mbg1.png');
    }
}
@media screen and (max-width: 400px) {
    .s-banner__video-bg {
        background-image: url('../../res/img/others/bg6.png');
    }
}