/* **************************************** */
/* ГЛАВНАЯ ******************************** */
/* **************************************** */

/* Корзина */
.t706__carticon-text {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.t706__carticon-text:after {
    right: -18px;
}
.t706__carticon-counter {
    font-family: 'Circe', Arial, sans-serif;
}
.t706__cartwin-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* Первый экран */
.uc-hero-bgblock .tn-atom {
    transition: opacity 0.2s ease-in-out !important;
    opacity: 0.4;
}
.uc-hero-bgblock .tn-atom:hover {
    opacity: 1;
}
.uc-topmenu .tn-atom {
    background-color: rgba(255, 255, 255, 0.4) !important;
}
.uc-topmenu .tn-atom:hover {
    background-color: #ffffff !important;
}

/* Популярные товары / Каталог */
.t-store__card__mark {
    font-family: 'Circe', Arial, sans-serif !important;
    line-height: 1.1;
    font-weight: 300 !important;
    text-transform: lowercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.t-store__card-preloader .t-store__card__img-preloader {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.t-slds__arrow-withbg {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.t-slds__thumbsbullet-border {
    border-width: 1px;
}
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: #030503;
}
@media screen and (max-width: 960px) {
    [data-col-gap='20'] .t-store__stretch-col {
        padding: 0 10px 0 10px;
    }
}
@media screen and (max-width: 960px) {
    .t-store__grid-cont_mobile-one-row[data-col-gap='10'] .t-store__stretch-col:first-child,
    .t-store__grid-cont_mobile-one-row[data-col-gap='20'] .t-store__stretch-col:first-child {
        margin-left: 10px;
    }
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.t-store__empty-part-msg-wrapper, .t-store__error-msg-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.js-store-prod-all-text,
.t-product__option-title,
.t-product__option-title_buttons,
.t-product__option-title_simple,
.t-store__prod-popup__btn,
.t-store__prod-popup__close-txt,
.t-typography__options {
    font-size: 16px !important;
    font-weight: 300 !important;
}

/* Разделы каталога */
@media screen and (min-width: 961px) {
    .t959__row:first-child .t959__card {
        padding-top: 0; /* Убираем верхний паддинг */
    }
}
@media screen and (max-width: 960px) {
    .t959__card {
        padding-top: 20px;
    }
    .t959__row:first-child .t959__card:first-child {
        padding-top: 0; /* Убираем верхний паддинг */
    }
    .t959__container_indent {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* Кнопка «Заказать» */
.t944__arrow_sm {
    width: 10px;
    height: 10px;
}
span.t944__btn-inner {
    font-size: 16px !important;
}

/* Футер */
.uc-footer .t977__descr strong {
    font-weight: 300 !important;
    opacity: 0.3;
}
.uc-footer .t977__descr ul{
    padding-top: 5px !important;
}
.uc-footer .t977__descr li {
    margin-bottom: 5px !important;
}
.uc-footer .t977__descr li:last-child {
    margin-bottom: 0px !important;
}

/* **************************************** */
/* ОТЗЫВЫ ********************************* */
/* **************************************** */

.uc-testimonials .t-feed__post-popup__cover-wrapper {
    display: none !important;
}