/*Подчёркивание ёлементов в меню*/
.menu__borbder-bottom a:hover{
    border-bottom: 1px solid black!important;
}
.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Текст’; 
  visibility: visible;
  display: block;
  color: #333333;
}
.t-store__card__textwrapper {
    margin-bottom: -25px!important;
}
.js-store-price-wrapper.t-store__card__price-wrapper {
    margin-top: 2px!important;
}
/*Выпадающий список*/
/* Скрываем стандартные вкладки */
#rec920047429{
    display: flex!important;
    align-items: center!important;
    flex-direction: column!important;
}
.t395__wrapper {
    display: none;
}
/* Отображаем выпадающий список */
.t395__wrapper_mobile {
    display: block;
    margin-left: -35px;
}
/* Стилизация выпадающего списка */
.t395__select {
    width: 100%;
    margin: 0 20px;
    cursor: pointer;
    font-weight: 100;
    border: 1px solid black!important;
    border-radius: 10px;
}
.uc-dropdown .t395__col {
    margin: 0;
}
/*Выпадающий список КОНЕЦ*/
/*Табы*/
/*Оцентровал тескт в товаре*/
.t-store__prod-popup__info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Стили для раскрытия всех вкладок */
.t-store__tabs__item {
    display: block !important;
}

.t-store__tabs__content {
    display: block !important;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-bottom: 15px!important;
    text-align: left;
    font-weight: 500;
    /*min-width: -webkit-fill-available;*/
}

/* Скрытие кнопок, если они не нужны */
.t-store__tabs__item-button {
    display: none !important;
}
.t-store__prod-popup__btn-wrapper {
    margin-bottom: 0px!important;
}
/*Табы КОНЕЦ*/
.page__video {
    width: 100%!important;
    height: auto!important;
    object-fit: cover!important;
    border-radius: 0px!important;
}
#rec766960139 .t396__artboard {
    height: 820px!important;
}
.t-store__relevants-grid-cont.js-store-relevants-grid-cont.js-store-grid-cont.t-store__valign-buttons.t-store__grid-cont_mobile-one-row {
    padding-bottom: 10px !important;
}
.t778 .t-store__card__wrap_txt-and-btns{
    justify-content: space-around;
}
/*.t-col:nth-child(4){*/
/*    padding: 0!important;*/
/*}*/
.t395__wrapper_mobile:after {
    right: 5px!important;
}
.t-store__card {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1)!important;
}
.uc-wrap-txt {
    margin-bottom: -40px;
    margin-right: 40px;
    position: relative;
    top: -45px;
}
.t-store__prod-popup__btn-wrapper {
    width: -webkit-fill-available;
    text-align: center;
}
.js-product-controls-wrapper {
    width: -webkit-fill-available;
    text-align: center;
}
.t-store .t-product__option-variants {
    min-width: 100%!important;
}
a.t-store__prod-popup__btn.t-btn.t-btn_sm {
    width: -webkit-fill-available;
}
.t-store__prod-popup__title-wrapper {
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #rec766960139 .t396__artboard, #rec766960139 .t396__filter, #rec766960139 .t396__carrier {
        height: 600px!important;
    }
}
@media screen and (max-width: 960px) {
        .js-product.t-store__card.t-col.t-col_3.t-align_center.js-product-relevant.t-item{
            margin: 5px!important;
        }
        .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
            margin-bottom: 0px!important;
            z-index: 1;
        }
    }
@media screen and (max-width: 959px) {
    #rec766960139 .t396__artboard, #rec766960139 .t396__filter, #rec766960139 .t396__carrier {
        height: 380px!important;
    }
}
@media screen and (max-width: 639px) {
    #rec766960139 .t396__artboard, #rec766960139 .t396__filter, #rec766960139 .t396__carrier {
        height: 300px!important;
    }
}
@media screen and (max-width: 479px) {
    #rec766960139 .t396__artboard, #rec766960139 .t396__filter, #rec766960139 .t396__carrier {
        height: 225px!important;
    }
    .page__video {
        width: 121%!important;
        height: auto!important;
        object-fit: cover!important;
        border-radius: 0px!important;
        margin-left: -35px!important;
    }
}