/* Корзина */
.t706__carticon-text:after {
    right: -18px;
}
.t706__product-amount,
.t706__product-amount--portion {
    font-weight: 600 !important;
}
.t706 .t-input-subtitle {
    font-weight: 400;
}
/* Кастомизация кнопки активации промокода | https://necodim.ru/tilda/custom-promocode */
.t-inputpromocode__wrapper {
    width: calc(100% + 30px) !important;
    position: relative;
    left: -15px;
    border-collapse: separate;
    border-spacing: 15px 0px;
}
.t-inputpromocode__btn.t-btn {
    color: #ffffff !important;
    background-color: #952029 !important;
}

/* Заголовки H2 */
@media screen and (max-width: 1200px) {
    .uc-h2 .t-title_xxl {
        font-size: 81px;
    }
}
@media screen and (max-width: 640px) {
    .uc-h2 .t-title_xxl {
        font-size: 64px;
    }
}
@media screen and (max-width: 480px) {
    .uc-h2 .t-title_xxl {
        font-size: 48px;
    }
}
.uc-h2 .t-title_xxl {
    line-height: 0.95 !important;
}

/* Карточка с экскурсией */
.t-slds__container,
.t-store__empty-part-msg-wrapper,
.t-store__error-msg-wrapper {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.uc-shop .t-descr {
    font-weight: 400 !important;
    font-size: 14px !important;
}
.uc-shop .t-name_xs {
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
}
@media screen and (max-width: 480px) {
    .uc-shop .t-name_xs {
        font-size: 14px !important;
    }
}
.t-store__relevants-grid-cont .t-store__card__wrap_all {
    background: #f5f5f5 !important;
}

/* Галерея */
.t979__image {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* О гиде */
.t814__blocktext,
.t814__blockimg {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* Отзывы */
.t979__image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
}