/*Липкое меню*/
.uc-mysticky {
    display: none!important;
}
@media (min-width:980px) {
    .uc-mysticky.non-mysticky {
        display: block!important;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
}

/*стилизация блока Новости*/
.uc-gcsp-news {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
}
.uc-gcsp-news .t-feed__col-grid__post-wrapper {
    background-color: #ffffff;
    border: 1px solid rgba(22,12,12,0.15);
    padding: 25px
}

/*стилизация блока с плитками отображающими список товаров*/
.uc-gcsp-last {
    background: no-repeat 50% 95%/17%;
    background-size: inherit;
}
.uc-gcsp-last .js-store-load-more-btn, .uc-gcsp-actions .js-store-load-more-btn {
    width: 198px;
    height: 52px;
}
.uc-gcsp-last .js-product.t-store__card, .uc-gcsp-actions .js-product.t-store__card {
    border: 1px solid rgba(255,255,255,0.41);
    margin: 0 auto 20px;
    background-color: #fff;
}
.uc-gcsp-last .js-store-grid-cont.t-store__grid-cont.t-container.t-store__mobile-two-columns.t-store__grid-cont_mobile-grid.t-store__valign-buttons,
.uc-gcsp-actions .js-store-grid-cont.t-store__grid-cont.t-container.t-store__mobile-two-columns.t-store__grid-cont_mobile-grid.t-store__valign-buttons {
    justify-content: center;
}
@media (max-width:480px) {
    .t-store__mobile-two-columns.t-store__grid-cont .t-store__card.t-item {
    width: 90%;
    }
}
.uc-gcsp-last .js-product-img {
    border-radius: 0!important;
}

/*стилизация блока Акции*/
.uc-gcsp-actions {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
}

/*элементы верхнего меню при наведении*/
.bghv-menuitem-sub:hover {
    background-color: #333232;
    opacity: 0.6;
    border-radius: 3px;
    display: block;
    height: 29px;
}
.bghv-menuitem .t794__arrow{
    display:none!important;
}
.bghv-menuitem:hover {
    background-color: #2b2a2a;
    opacity: 0.6;
    border-radius: 3px;
    height: 29px;
}
.uc-gcsp-submenu .t794__typo:not(.t-active):hover {
    text-decoration: underline!important;
}

/*стилизация точки слайдера*/



.uc-slider-line .t-slds__bullet_active .t-slds__bullet_body.fill-mode:after {
    transition: all var(--timing-slider) ease-in-out; 
    width: 100%;
}

.uc-slider-line .t-slds__bullet_wrapper {
    display: flex !important;
    box-sizing: border-box;
}
.uc-slider-line .t-slds__bullet {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.uc-slider-line .t-slds__bullet_body {
    height: 6px !important;
    width: inherit !important;
    border-radius: 0;
}  


.uc-slider-line .t-slds__bullet {
    position: relative;
}

.uc-slider-line .t-slds__bullet_body:after {
    content: "";
    width: 0%;
    height: 100%;
    background: #fff;
    display: block;
}

.uc-slider-line  .t-slds__bullet_wrapper {
    bottom: 30px;
}

.uc-slider-line .t-slds__bullet_body {
    border: none !important;
    background-color: rgb(255 255 255 / 15%) !important;
}

#allrecords .uc-slider-line  .t-slds__bullet_active .t-slds__bullet_body {
 background-color: rgb(255 255 255 / 15%) !important;
}

#allrecords .uc-slider-line  ul.t-slds__bullet_wrapper {
 padding-left: 30px !important;
 padding-right: 30px !important;
}

.uc-slider-line li.t-slds__bullet {
    padding: 10px 5px;
}    

.uc-slider-line ul.t-slds__bullet_wrapper {
    opacity: 1;
}

.uc-slider-line ul.t-slds__bullet_wrapper.show-mode {
    opacity: 1;
}





document.addEventListener("DOMContentLoaded", function() {
    setTimeout(function(){
        //Добавляем класс к слайдеру
        document.querySelectorAll('.uc-slider-line .t-slds__bullet_body').forEach((element) => element.classList.add('fill-mode'));
        //Получаем тайминг автослайдинга
        let timing = document.querySelector('.uc-slider-line .t-slds__items-wrapper').getAttribute('data-slider-timeout');
        //Добавляем тайминг в полоски
        document.body.style.setProperty("--timing-slider", timing+"ms");
        //Разрешаем автослайдинг при наведении
        document.querySelector('.t-slds__items-wrapper').addEventListener('mouseover', function() {
            setTimeout(function(){
                document.querySelector('.t-slds__items-wrapper').setAttribute('data-slider-stopped', '');
            }, 100); 
        });
    
    }, 1000);
    
});


/*pop-up окно продписка ВК*/
.uc-gcsp-popup img.t390__img.t-img.loaded {
    max-width: 318px;
    max-height: 66px;
    margin: 0 auto;
    padding: 35px 30px 0;
}
.uc-gcsp-popup .t-popup__container {
    border-radius: 12px;
    width: 498px;
    height: 322px;
    background-color: #ffffff;
    border: 1px solid rgba(195,162,141,0.41);
}
.uc-gcsp-popup .t390__btn-wrapper{
    margin-top: 30px;
}
.uc-gcsp-popup .t390__btn {
    font-size: 14px;
}

/*pop-up окно карточка товара*/
.uc-gcsp-last .t-descr_xxs, .uc-gcsp-actions .t-descr_xxs {
    font-size: 16px;
    line-height: 1.35;
    color: #160c0a!important;
}
.uc-gcsp-last .t-name_xl, .uc-gcsp-actions .t-name_xl {
    font-size: 26.8px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.uc-gcsp-last .t-store__relevants__title, .uc-gcsp-actions .t-store__relevants__title {
    font-size: 24px!important;
    font-weight: 600!important;
}
.uc-gcsp-last .js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value.notranslate, .uc-gcsp-actions .js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value.notranslate {
    font-size: 20px;
    font-weight: 700;
}
.uc-gcsp-last .t-store__prod-popup__sku.t-descr.t-descr_xxs, .uc-gcsp-actions .t-store__prod-popup__sku.t-descr.t-descr_xxs{
    color: #160c0a!important;
}
.js-product.t-store__card.t-col.t-col_3.t-align_center.js-product-relevant{
    margin: 0 10px;
    padding-top: 5px
}

/* стилизация кнопки Предзаказ и тд */
.js-store-prod-descr.t-store__card__descr.t-descr.t-descr_xxs {
    font-size: 14px;
    line-height: 2.3;
    display: inline-block;
    padding: 0 10px;
    color: #fff!important;
    width: 94px;
    height: 32px;
    background-color: #160c0a;
    border-radius: 4px;
    border: 1px solid #160c0a;
}
.js-store-prod-descr.t-store__card__descr.t-descr.t-descr_xxs:hover {
    background-color: #fff;
    color: #160c0a!important;
    border: 1px solid #160c0a;
}

/* кнопка Оформить и Купить в попап окне(карточке) */
.t776 .t-store__card__btns-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
}
a.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm {
    font-size: 14px;
    line-height: 2.4;
    display: inline-block;
    padding: 0 10px;
    color: #fff!important;
    width: 115px;
    height: 35px;
    background-color: #160c0a!important;
    border-radius: 4px;
}
a.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm:hover{
	background-color: #fff!important;
    color: #160c0a!important;
    border: 2px solid #160c0a!important;
    line-height: 2.3;
}
.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm {
    color: rgb(22, 12, 10)!important;
    border: 1px solid rgb(22, 12, 10)!important;
    background-color: rgb(255, 255, 255)!important;
    border-radius: 10px!important;
}
.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm:hover{
	background-color: #160c0a!important;
    color: #fff!important;
    border: 1px solid #fff!important;
}
a.t-store__prod-popup__btn.t-btn.t-btn_sm{
    color: rgb(255, 255, 255)!important;
    border: 1px solid rgb(22, 12, 10)!important;
    background-color: rgb(22, 12, 10)!important;
    border-radius: 10px!important;
}
a.t-store__prod-popup__btn.t-btn.t-btn_sm:hover{
	background-color: #fff!important;
    color: #160c0a!important;
    border: 1px solid #160c0a!important;
}
/* кнопка вотсап */
.whatsapp-button {
    position: fixed;
    right: 30px;
    bottom: 90px;
    transform: translate(-30%, -30%);
    background: ; /*цвет кнопки*/
    border-radius: 50%;
    width: 35px; /*ширина кнопки*/
    height: 35px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
/* кнопка в карточке */
