.js-store-prod-text a {
    display: inline-block;
    padding: 15px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 600;
    width: var(--button-width, auto); /* Добавляем параметр для регулировки длины */
    min-width: 120px; /* Минимальная ширина кнопки */
    text-align: center;
    box-sizing: border-box;
}

/* Стили для основной кнопки */
.js-store-prod-text a:first-of-type {
    background-color: #2d2f4c;
    color: #ffffff !important;
}

.uc-fbg {
    background: url(https://telesochi.ru/fbg.png) no-repeat;
        background-attachment: scroll;
    background-size: cover;
}

/* Стили для дополнительной кнопки */
.js-store-prod-text a:nth-of-type(2) {
    background-color: #4CAF50; /* Пример другого цвета */
    color: #ffffff !important;
}

/* Стили для последней кнопки (если нужно) */
.js-store-prod-text a:last-of-type {
    background-color: #2d2f4c;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

.t451__container__bg {
     -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);   
}

@media screen and (max-width: 480px) {
    .t-rec_pt-res-480_60 {
        padding-top: 0px !important;
    }
}
