/* Правки навигационного бара внизу в мобильной версии */

.t975__wrapper {
    min-height: 80px !important; 
}

.t975__icon-wrapper {
    width: 30px !important;
    height: 28px !important;
    margin-bottom: 6px;
}




@media screen and (max-width: 480px) {

/* Анимация меню, выезжает справа */

#rec1211396891 .t830m_open.t830m {
    transform: translate(100%, 0) !important;
}

#rec1211396891 .t830m_open.t830m__menu_show.t830m {
    transform: translate(0, 0) !important;
}



/* Сместить мобильное меню вверху вправо */

#rec1211396891 .t830m {
    position: fixed;
    right: 0 !important;
    inset: auto;
    width: auto;
    height: 100vh !important;
    z-index: 99997;
    overflow: hidden;
    background-color: #fff;
}

#rec1211396891 .t830m__container {
    position: relative;
    inset: 0;
    overflow: hidden auto;
}


/* Убрать лишний отступ в мобильной версии */

.t-rec_pt-res-480_15 {
    padding-top: 0px !important;
}


/* Скрыть плашку меню вверху в мобильной версии */

#rec1211396891 .t830__panel.t830__panel_bg {
    background-color: #222222;
    display: none;
}

}


/* Правки в слайдере */

#rec1181342501 .option h2 {
    bottom: 31%;
    min-width: 550px;
    font-weight: bold !important;
}


@media screen and (max-width: 480px) {
    #rec1181342501 h2 {
        text-align: left !important;
        margin-left: 110px !important;
    }
}



