/* кнопка внизу в мобильной версии */
/* .uc-button-bottom-mobile */
.t943__buttonwrapper {
    width: 50%;
}

/* кнопки под галереей */
.t588__buttons {
        margin-top: 0px; 
    }
    
/* корректируем сдвиг логотипа на десктопе */
@media screen and (max-width: 1200px) {
    .t228__imglogo {
        margin-right: 25px;
        padding-top: 2px;
    }
}