@media (max-width: 767.98px) { 
    .main-slider__btn.btn_white:not(:active):hover {
        background-color: transparent;
    }
      
    .footer-menu__list_custom .footer-menu__item:nth-child(n+3),
    .footer-menu__list_custom .footer-menu__item:nth-child(n+4),
    .footer-menu__list_custom .footer-menu__item:nth-child(n+5) {
        margin-top: 10px;
    }
}

.product__options .options__box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product__options .options__title {
    display: inline;
}
.product__options .options__box + .prices__info {
    margin-top: 24px;
}