/* Магазин и иже с ним */
.t776__markwrapper {
    left: 10px !important;
    right: 0px !important;
}

.t-store__card__mark, .t776__mark {
    font-family: 'Arial' !important;
    max-width: 100px !important;
    border-radius: 10px !important;
    font-weight: normal !important;
}

.t706__cartwin-content {
    border-radius: 20px;
    background-color: #e6dccf;
}
.t706__cartwin-top {
    border: 0;
    text-align: center;
}
.t706__cartwin-top .t-name {
    font-size: 30px;
    color: #393939;
}
.t-input-subtitle, .t706__product-title, .t-input-block > input {
    font-family: 'Arial';
}
.t706__cartwin-bottom {
    display: none;
}

.t-input {
    background-color: #e6dccf;
}

.t-checkbox__control {
    border-radius: 10px;
}

.t-banktransfer .t-popup__container {
    background-color: #e6dccf !important;
}
.t-banktransfer .t-title {
    margin-bottom: 20px;
}
.t-banktransfer input {
    background-color: #e6dccf !important;
    border-radius: 10px;
}
.t-banktransfer .t-submit {
    border-radius: 10px;
    font-family: 'Arial';
    font-weight: bold;
    background-color: #e23a3b !important;
}

/* Отзывы */

.t958__previous,
.t958__next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    top: 0;
    height: 100%;
}

.t958__previous::before,
.t958__previous::after,
.t958__next::before,
.t958__next::after {
    content: '';
    position: absolute;
    width: 50px; /* Ширина изображения стрелки */
    height: 50px; /* Высота изображения стрелки */
    top: 50%;
    margin-top: -25px;
}

@keyframes moveRight {
    0% { right: 0; }
    50% { right: 10px; }
    100% { right: 0; }
}

@keyframes moveLeft {
    0% { left: 0; }
    50% { left: 10px; }
    100% { left: 0; }
}

.t958__next::after {
    background-image: url('https://static.tildacdn.com/tild6266-3361-4465-a531-323634333334/arrow_right.png');
    right: 0;
    margin-right: 10px;
    animation: moveRight 1s infinite; /* Запускаем анимацию вправо на протяжении 2 секунд, бесконечно */
}

.t958__previous::before {
    background-image: url('https://static.tildacdn.com/tild3033-6132-4531-b163-373166613463/arrow_left.png');
    left: 0;
    margin-left: 10px;
    animation: moveLeft 1s infinite; /* Запускаем анимацию вправо на протяжении 2 секунд, бесконечно */
}

.t958__next::after,
.t958__previous::before {
    background-repeat: no-repeat;
    background-size: contain; /* Растягиваем изображение стрелки для соответствия размерам */
}

.t958__next::before,
.t958__previous::after {
    content: none;
}

.t958__slider {
    margin: 0;
}

.t958__card {
    border-radius: 20px;
}

.t958__more-dot {
    width: 5px;
    height: 5px;
    background: #e6dccf;
}

/* Скругление таблицы FAQ */
.t668__wrapper{ 
    border-radius: 20px !important;
    overflow: hidden;
}

/* Попап */
.t-popup__container {
  border-radius: 20px;
}

.t-form__successbox {
    border-radius: 0px;
}

.t-form__errorbox-wrapper {
    border-radius: 0px;
}
