    body {
    background-color: #fff;
    }
/*Скругление обложки в потоках*/
.t-feed__post-popup__content img{
    /*border-radius: 16px !important;*/
}

/*Уменьшение обложки в открытом потоке*/
.t-feed__post-popup__cover-wrapper img{
    /*height:20px !important;*/
}

/*Стили разделителя*/
.t-feed__post-popup__text-wrapper hr {
    height: 2px !important;
    background: #fff !important;
    opacity: 0.5;
    width: 30%;
    margin: 40px 0!important;
}



/*Выделение блока с кодом*/
.t-redactor__quote {
    border-left: 5px solid #269df7 !important;
    background-color: white !important;
    color: black !important;
    padding: 20px !important;
    border-radius: 16px !important;
}


#page-auth-form td{
    background-color: white;
}
    .page-auth-form .td1{
        border-radius: 100px 0 0 100px;
    }
        .page-auth-form .td2{
        border-radius: 0 100px 100px 0;
    }
    
    
    
    
    
    
    
    
    
     /*Настройки блока справа */
.t-store__product-snippet > .t-container .t-store__prod-popup__info{
    background-color: #f6f6f6;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 24px;
    display: flex;  
    flex-wrap: wrap;
    position: relative;
}

 /*Настройки блока слева */
.t-store__prod-popup__slider {
    border: 2px solid #f6f6f6;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 40px;
}
.t-slds__thumbsbullet.t-slds__bullet {
    border-radius: 8px;
    overflow: hidden;
}

.t-slds__thumbsbullet.t-slds__bullet .t-slds__bgimg {background-size: contain;}

.t-slds__thumbsbullet-border {
    border: none !important;
}

.t-slds__thumbsbullet.t-slds__bullet.t-slds__bullet_active {
    outline: 2px solid #2c98ff;
}
.t-slds.t-slds__thumbsbullets-with-gallery {
    overflow: visible;
}
@media screen and (max-width: 480px){
    .t-store__product-snippet > .t-container .t-store__prod-popup__info {
        padding: 20px;
        box-sizing: border-box;
        border-radius: 16px;
        margin-top: 20px;
    }
    .t-container.t-container_fluid {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .t-store__prod-popup__slider {
        border-radius: 16px;
        padding: 20px;
    }
}
@media (min-width:481px) and (max-width: 670px){
    .t-container.t-container_fluid {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

 /*Настройки каждого варианта */
.js-product-edition-option {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}
@media screen and (max-width: 640px){
   .js-product-edition-option {
        flex-wrap: wrap;
        gap: 5px;
    } 
    .js-product-edition-option-name{
        width: 100% !important;
    }
}
 /*---------- */



 /*Настройка ширины заголовка и свойств артикула */
.t-store__prod-popup__title-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

.t-store__prod-popup__sku {
    position: absolute;
    top: 40px;
    left: 40px;
    margin-top: 0;
}

 /*---------- */



 /*Стили названия варианта */
.js-product-edition-option-name {
    width: 70px;   
    /*Ширина названий вариантов*/
    font-size: 16px;
    font-weight: 500;
}
 /*---------- */



 /*Стили для блока с ценой */
.t-store__prod-popup__info .js-store-price-wrapper {
    width: 100%;
    order: 3;   
    /*Опускаем блок в самый низ*/
    padding-top: 40px;
    border-top: 2px solid #dadada;  
    /*Обводка сверху у блока с ценой*/
}
.js-store-prod-price {  
    /*Стилия для цены*/
    font-size: 36px;
    font-weight: 600 !important;
    color: #232323 !important;
}
.js-product-controls-wrapper {
    margin-bottom: 0px;   
    /*Отступ вниз от блока с вариантами*/
    width: 100%;
}
.js-store-prod-text {
    margin-bottom: 30px;
    width: 100%;
    margin-top: 0;
}
 ---------- 




 /*Стили для блока с кнопками корзины и избранного */
.t-store__prod-popup__btn-wrapper {
    order: 5;   
    /*Опускаем кнопку корзины вниз*/
    width: 100% !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;  
    /*Отступ между корзиной и избранным*/
    margin-top: 0;
}
.t-store__prod-popup__btn-wrapper [href="#order"] { 
    /*Стили для кнопки корзины*/
    height: 60px;
    border-radius: 12px !important;
    background-color: #2c98ff !important;
    line-height: 54px;
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: auto;
}


.js-store-prod-popup-buy-btn-txt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-store-prod-popup-buy-btn-txt:before {   
    /*Добавляем иконку корзины*/
    content: "";
    display: block;
    width: 32px;
    height: 32px;
     background-color: red; 
    margin-right: 10px;
    background-image: url(https://static.tildacdn.com/tild3431-6631-4434-b465-343038623830/cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.t-store__prod-popup__info .t1002__addBtn:before {
    content: "Добавить в избранное";   
    /*Добавляем текст к избранному*/
}
.t-store__prod-popup__info .t1002__addBtn svg {
    width: 16px !important; 
    height: 16px !important;
    max-width: 16px;
    max-height: 16px;
    padding: 0;
    margin-left: 5px;
}

.t-store__prod-popup__info .t1002__addBtn {
    height: 16px !important;
    width: auto !important;
    border: none !important;
    font-family: Onest;
    font-size: 14px;
    color: #777777 !important; 
    /*Цвет надписи*/
    position: absolute;
    top: 40px;
    right: 40px;
}
@media screen and (max-width: 1200px){
    .t-store__prod-popup__btn-wrapper [href="#order"] {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
    }
    .t-store__prod-popup__btn-wrapper{
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px){
    .t-store__prod-popup__info .t1002__addBtn {
        font-size: 12px;
        top: 50px;
        right: auto;
        left: 20px;
        margin: 0;
    }
    .t-store__prod-popup__sku {
        top: 20px;
        left: 20px;
    }
    .t-store__prod-popup__title-wrapper {
    padding-top: 70px;
}
}





    /*Дополнительная кнопка корзины и цены на товар */
.dbmPriceCartSticky {
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    background-color: #f6f6f6;
    outline: 1px solid #d7d7d7;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
    position: fixed;
    bottom: -100%;
    z-index: 788;
    transition: all 0.3s ease-in-out;
    left:10px;
    right:10px;
    width: calc(100% - 20px) !important;
    border-radius: 12px;
    align-items: center;
}

.dbmPriceCartSticky.visible-sticky-cart {
    bottom: 20px; 
    /*Отобразить элемент с отступом в 60 пикселей от нижнего края */
    opacity: 1;
}
.dbmPriceCartSticky.hidden-sticky-cart {
  position: fixed;
  bottom: -100px; 
   /*Скрыть элемент за пределами экрана */
  transition: all 0.5s ease-in-out;
  z-index: 1000;
  opacity: 0;
  
}

    /*Стили для кнопки корзины*/
.dbmCartSticky { 
    height: 60px;
    border-radius: 12px !important;
    background-color: #2c98ff !important;
    line-height: 54px;
    font-size: 16px;
    order: 3;
}


/*Стили цены*/

.dbmPriceCartSticky .js-store-prod-price {
    font-size: 28px;
}
.dbmPriceCartSticky .js-store-prod-price-old {
    font-size: 16px;
}
.dbmPriceCartSticky .js-store-price-wrapper {
    flex: 0 0 66%;
    padding: 0 !important;
    border-top: 0;
    align-self: center;
    margin-left: 30px;
    width: 250px;
    flex-shrink: 0;
}
/*Лейбл выгоды*/
.dbmPriceCartSticky .dbmBenefit {
    top: -40px !important;
    left: 10px;
}

/*Картинка и название*/
.dbmPriceCartSticky .js-store-prod-name {
    font-size: 16px;
    width: 100%;
    flex-shrink: 0;
}

.dbmPriceCartSticky .t-slds__bgimg-contain {
    background-size: contain;
    width: 60px;
    height: 60px;
    padding-bottom: 0 !important;
    flex-shrink: 0;
}


@media screen and (max-width: 768px){
    .dbmPriceCartSticky .js-store-prod-name {
        display: none;
    }
    
    .dbmPriceCartSticky .t-slds__bgimg-contain {
        display: none;
    }
    .dbmPriceCartSticky .js-store-price-wrapper{
        margin-left: 0;
    }
}

@media screen and (max-width: 480px){
    .dbmPriceCartSticky.visible-sticky-cart {
        left: -1px !important;
        right: -1px !important;
        width: 100%!important;
        align-items: center;
        border-radius: 0px;
        bottom: 66px; 
         /*Отобразить элемент с отступом в 60 пикселей от нижнего края */
    }
    .dbmPriceCartSticky .js-store-prod-popup-buy-btn-txt:before {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    .dbmPriceCartSticky .dbmCartSticky {
        font-size: 12px;
        height: 40px;
        border-radius: 8px !important;
        padding: 0 !important;
            max-width: 130px;
        text-decoration: none;
    }
    
    .dbmPriceCartSticky .js-store-prod-popup-buy-btn-txt {
        height: 32px;
    }
    .dbmPriceCartSticky .js-store-price-wrapper {
        width: auto;
    }
    .dbmPriceCartSticky .js-store-prod-price{
        font-size: 18px;
    }
    .dbmPriceCartSticky .js-store-prod-price-old{
        font-size: 14px;
    }
}
.dbmPriceCartSticky .dbmCartSticky {
    flex: 0 1 50%;
    order: 3;
    font-size: 12px;
    height: 40px;
    border-radius: 8px !important;
    padding: 0 !important;
    text-decoration: none;
}

.dbmPriceCartSticky .js-store-prod-popup-buy-btn-txt {
    height: 32px;
}

.dbmPriceCartSticky .js-store-prod-popup-buy-btn-txt:before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}




    .dbmPriceCartSticky .js-store-prod-name {
        display: none;
    }
    
    .dbmPriceCartSticky .t-slds__bgimg-contain {
        display: none;
    }

@media screen and (min-width: 740px){
    .dbmPriceCartSticky .dbmBenefit {
        display: inline-flex;
        position: relative;
        top: 0 !important;
        order: 3;
        left: inherit;
    }
    
    .dbmPriceCartSticky .js-store-price-wrapper {
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        flex: inherit;
    }
    
    .dbmPriceCartSticky .js-store-prod-price {
        font-size: 36px;
    }
    
    .dbmPriceCartSticky .js-store-prod-price-old {
        font-size: 20px;
    }
    
    .dbmPriceCartSticky .dbmCartSticky {
        height: 60px;
        font-size: 16px;
        font-weight: 500 !important;
        flex: 0 0 100%;
        max-width: 200px !important;
    }
    
    .dbmPriceCartSticky .js-store-prod-popup-buy-btn-txt {
        height: 52px;
        gap: 5px;
    }
    
    .dbmPriceCartSticky .js-store-prod-popup-buy-btn-txt:before {
        height: 32px;
        width: 32px;
    }
    
    .dbmPriceCartSticky.visible-sticky-cart {
        bottom: 40px !important;
        left: 40px !important;
        right: 40px !important;
        width: calc(100% - 80px) !important;
        align-items: center;
        border-radius: 12px;
    }
}



/* Стили для кнопок каждого варианта */
/*Общие стили кнопок*/
.t-product__option-item.t-product__option-item_buttons{    
    background-color: white;
    border-radius: 12px !important;
    border: none !important;
    transition: all 0.2s ease-in !important;
    outline: 2px solid #ececec;
}

.t-product__option-item:not(.t-product__option-item_color) {
    /*Отступы внутри кнопки для вариантов, но кроме цветов*/
    padding: 10px 20px !important;   
}
/*Стили кнопок с цветами*/
.t-product__option-item_color { 
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px 5px 5px 5px;
}
 /*Обводка активного варианта */
.t-product__option-item_active {
    outline: 2px solid #2c98ff !important;
}

 /*Убираем обводку у вариантов и добавляем outline */
.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_color:before {
    border: 0 !important;
}
.t-product__option-item_active {
    border: none !important;
}
.t-product__option-item:hover {
    border: none !important;
    outline: 2px solid #0c7be7 !important;
}

 Настройки кнопок для вариантов с цветом 
@media screen and (min-width: 1360px){
     /*Скрываем треугольник всплывающего элемента */
    .js-product .t-product__option-variants_buttons .t-product__option-item_color:hover .t-product__option-title:after {
        display: none;
    }

    .t-store__prod-popup__info .t-product__option-title_color {
        display: block !important;
        font-size: 0px;
        transition: all 0.2s ease-in-out;
    }

    .t-store__prod-popup__info .t-product__option-item:hover .t-product__option-title_color,
    .t-store__prod-popup__info .t-product__option-item_active .t-product__option-title_color {
        display: block !important;
        padding: 0px !important;
        padding-left: 5px !important;
        padding-right: 10px !important;
        position: relative !important;
        background-color: transparent !important;
        transform: inherit !important;
        bottom: inherit !important;
        color: #232323 !important;
        font-size: 14px !important;
    }
}
.t-product__option-title {
     /*Отступ плашки с названием цвета снизу от кружка */
    bottom: 45px !important;   
}

.js-product .t-product__option-variants_buttons .t-product__option-item_color:hover .t-product__option-title{
    /*Цвет всплывающей плашки*/
    background-color: #232323;  
        white-space: nowrap;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_color:hover .t-product__option-title:after{
    border-top: 5px solid #232323;
}
 /*------------- */






 /*Стили в карточке товара в каталоге */
.t-store__prod-popup__info .js-product-controls-wrapper.t-store__card__prod-controls-wrapper .t-product__option-item:hover .t-product__option-title {
    padding: 0 !important;
}

.js-product-controls-wrapper.t-store__card__prod-controls-wrapper .js-product-edition-option{
    flex-wrap: wrap;
    gap: 5px;
}

.js-product-controls-wrapper.t-store__card__prod-controls-wrapper .js-product-edition-option .js-product-edition-option-name {
    width: 100%;
}
 ------------------------- 






/* Стили для табов */
.t-store__tabs__button {
    border: none !important;
    background-color: #f6f6f6;  /*Цвет фона таба*/
    border-radius: 12px;    /*Радиус скругления углов*/
    width: 100% !important;
}

.t-store__tabs__controls {
    gap: 10px;  /*Отступы между табами*/
    border-radius: 12px;
}

.t-store__tabs__button.js-store-tab-button.t-store__tabs__button_active {
    outline: 2px solid #232323; /*Обводка активного таба*/
}

.t-store__tabs__content{
    max-width: 100% !important; /*Растягиваем контент внутри табов*/
}
.t-store .t-store__tabs__content img {
    width: 100% !important;
}

.t-store__tabs__controls-wrap_left:before,
.t-store__tabs__controls-wrap_right:after{
    display: none; /*Удаляем градиент по бокам табов*/
}

@media screen and (max-width: 560px){
    .t-store__tabs__button {
        padding: 0 15px !important;
        width: auto !important;
    }

    .t-store__tabs__controls {
        padding: 2px;
    }
    .js-store-tabs.t-store__tabs {
        padding: 0px !important; /*Отступы от края экрана всех табов*/
    } 
}
@media (min-width: 560px) and (max-width: 670px){
       .js-store-tabs.t-store__tabs {
        padding: 0px !important; /*Отступы от края экрана всех табов*/
    }  
}

/* Скругление картинки в табе */
.t-store .t-store__tabs__content img {
    width: 100% !important;
    border-radius: 16px;
}
/* ------------ */

/* Таб с характеристиками */
.specification-block {
    order: -1;
    flex: 0 0 50%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #f6f6f6;  /*Цвет обводки блока*/
    border-radius: 16px;    /*Скругление углов блока с характеристиками*/
}
.specification {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: space-between;
    position: relative;
    padding-bottom: 5px;
}
.value-spec {
    flex: 0 0 50%;
    background-color: #fff;
    z-index: 1;
    padding-left: 10px;
}
.specification:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    top: 13px;
    /* z-index: 0; */
}
.name-spec {
    background-color: #fff;
    z-index: 1;
    padding-right: 10px;
    max-width: 100%;
    color: #767676; /*Цвет названия характеристики*/
}
.title-spec strong {
    font-size: 14px;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    margin-top: 20px;
    display: block;
    color: #292929; /*Цвет значения характеристики*/
}
.title-spec:first-child strong {
    margin-top: 0;
}

.t-store__tabs__item[data-tab-title="Характеристики"] .t-store__tabs__content {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
@media screen and (max-width: 960px){
    .t-store__tabs__item[data-tab-title="Характеристики"] .t-store__tabs__content {
        flex-wrap: wrap;
    }
    .specification-block {
        flex: 0 0 100%;
    }
    
}

@media screen and (max-width: 480px){
    .specification-block {
        padding: 20px;
    }
}
/* --------------------- */



/* Настройки плашки с выгодой */
.dbmBenefit {   /*Стиль плашки*/
    background-color: #09a178;
    padding: 4px 8px 4px 4px;
    border-radius: 8px;
    color: white;
    font-family: Onest;
    font-size: 12px;
    position: absolute;
    top: -15px;
    left: 30px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s ease-in;
}

.dbmBenefit:before {    /*Добавляем иконку перед текстом в плашке*/
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(https://static.tildacdn.com/tild6439-6438-4161-a635-393830373132/flash.svg);
    background-size: contain;
}
/* -------------- */


/* Настройки плашки с выгодой в карточке товара на отдельной странице */


.t-store__prod-popup__info .js-store-price-wrapper{
    position: relative
}

.t-store__prod-popup__info .dbmBenefit {   /*Стиль плашки*/
    left: 0px;
    top: 10px;
}