/* Слайдер */
.t833__slide[data-original="https://static.tildacdn.com/tild3466-6162-4535-b038-353566613565/u8AO-T_cTOQ.jpg"],
.t833__slide[data-original="https://static.tildacdn.com/tild3061-6236-4162-a638-363734373263/hL3Fv8RcQss.jpg"] {
    background-position: center bottom !important;
}

/* Меню */
.t-store__parts-switch-wrapper {
    margin: 0 auto 40px !important;
    max-width: 800px !important;
}
.t-store__parts-switch-btn {
    margin-left: 15px;
    margin-right: 0px;
    margin-bottom: 10px;
    background: rgba(54, 66, 81, 0.9);
    padding: 0px 10px;
    border-radius: 20px;
    color: #ffffff;
}
.t-store__parts-switch-btn.t-active {
    opacity: 1 !important;
    background: rgba(255, 51, 0, 0.9);
}
@media screen and (max-width: 980px) {
    .t228__mobile_text {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
    }
}

/* Скругление в каталоге и не только */
.t776__bgimg,
.t405__img,
.t165__img,
.t-popup__container,
.t686__table,
.t336__table,
.t270__descr,
.t270__title,
.t208__textwrapper,
.t-feed__post-bgimg,
.ytp-cued-thumbnail-overlay-image,
.ytp-cued-thumbnail-overlay {
    border-radius: 6px;
}
@media screen and (min-width: 981px) {
    .t107 img,
    .t257 .t257__wrapper,
    .t-slds__bgimg,
    .t772__bgimg,
    .t336__table,
    .t270__descr,
    .t270__title,
    .t672__textwrapper,
    .t257 .t257__wrapper {
        border-radius: 6px;
    }
}
@media screen and (max-width: 640px) {
    .t772 .t-name_md {
        font-size: 32px;
    }
    .t336__table {
        border-radius: 6px;
    }
}

/* Выделенный текст, цитата */
.t672__textwrapper,
.t257 .t257__wrapper {
    background: rgba(255, 255, 255, 0.75) !important;
}

/* Бэйджик */
.t776__mark {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

/* Блок «О нас» */
.t386__descr {
    text-align: left;
}

/* Полезные свойства бортевого мёда */
@media screen and (max-width: 640px) {
    .t686 .t686__table {
        height: 150px;
    }
}

/* Каталог продуктов */
.t405__descr {
    font-family: "Open Sans", sans-serif;
}

.t-store__card__mark {
    font-weight: bold;
}

/* Выделение цветом в HERO */
#rec160454396 .t716__descr span strong span {
    color: #000000 !important;
    background-color: rgba(255, 204, 0, 0.95);
    display: inline !important;
}
@media screen and (min-width: 981px) {
    #rec160454396 .t716__descr span strong span {
        padding: 5px;
    }
}

/* Текст рядом с виджетом */
.t825__btn-text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: right;
}

/* Картинка виджета */
.t898__btn_label,
.t825__btn_wrapper {
    border: 4px solid #ffff00 !important;
}

/* Селект в «Карточке клиента» */
.t-select__wrapper {
    background-color: #ffffff;
    border-radius: 4px;
}

/* Новости «Берлоги» */
.t-feed__post-popup__close-text {
    font-family: 'Open Sans';
}

/* Скругление у вариантов товара */
.js-product .t-product__option-selected_select,
.js-product .t-product__option-selected_image .t-product__option-selected-checkmark,
.js-product .t-product__option-variants_select .t-product__option-checkmark_image {
    border-radius: 50px !important;
}

/* Круглешки с пагинацией в «Товарах» */
.t-store .t-store__pagination__item {
    background-color: #364251 !important;
    color: #fff !important;
    font-weight: bold !important;
}
.t-store .t-store__pagination__item_active {
    border: 0px !important;
    color: #fff !important;
}
svg.t-store__pagination__arrow_prev,
svg.t-store__pagination__arrow_next {
    fill: #ffffff;
}

/* !!! Разные варианты товара */
form.t-product__option-variants.t-product__option-variants_custom.t-product__option-variants_radio.t-product__option-variants_image {
    flex-direction:row !important;
}
.js-product-edition-option.t-product__option {
    flex-direction: column !important;
}
label.t-product__option-item.t-product__option-item_radio.t-product__option-item_image:hover .js-product .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark::before {
    border: 1px solid red !important;
}

/* «Телефон» в виджете обратной связи */
a.t825__phone ~ div.t825__messenger-descr {
    color: transparent;
}
a.t825__phone ~ div.t825__messenger-descr:after {
    content: "Телефон";
    color: #17181e; /* set color to original text color */
    margin-left: -30px; /* margin-left equals length of text we're replacing */
}