/*Урок по стилизации карточки товара*/

.t-container_fluid .t-store__prod-popup__info {
    background-color: #f1f1f1;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.uc-module .t778__wrapper > a {
    height: 100% !important;
}
.t-container_fluid .t-store__prod-popup__slider {
    border: 2px solid #f1f1f1;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 16px;
}

.t-container.t-container_fluid .t-slds__container {
    border-radius: 12px;
    overflow: hidden;
}

.t-container_fluid .t-slds__thumbsbullet-border {
    display: none;
}

.t-container_fluid .t-slds__bullet_active {
    outline: 2px solid black;
    border-radius: 8px;
}

.t-container_fluid .t-slds__thumbsbullet-wrapper {
    padding: 2px;
}

.t-container_fluid .t-slds__thumbsbullet .t-slds__bgimg {
    border-radius: 8px;
}

.t-container_fluid .t-store__prod-popup__title-wrapper {
    width: 100%;
    order: 0;
}

.t-container_fluid .js-store-price-wrapper.t-store__prod-popup__price-wrapper {
    width: 100%;
    order: 5;
    margin-top: 20px;
}

.t-container_fluid .js-product-controls-wrapper {
    width: 100%;
    order: 2;
}

.t-container_fluid .js-store-prod-text {
    width: 100%;
    order: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

.t-container_fluid .t-store__prod-popup__btn-wrapper {position: absolute;bottom: 40px;right: 40px;margin: 0 !important;}

.t-container_fluid .js-product-edition-option.t-product__option {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.t-container_fluid .js-product-edition-option-name {
    width: 80px;
    color: #232323 !important;
    font-size: 16px;
    font-weight: 500;
}

.t-container_fluid .t-product__option-item {
    border: none !important;
    outline: 2px solid #dadada;
    border-radius: 8px;
    padding: 8px 16px !important;
}

.t-container_fluid .t-product__option-item_active {
    outline: 2px solid #2379f5;
}

.t-container_fluid .t-product__option-item .t-product__option-title {
    font-size: 12px;
}

.t-container_fluid .js-store-prod-all-charcs {
    display: none;
}

.t-container_fluid .js-store-prod-price {
    font-size: 28px;
    font-weight: 600 !important;
}

.t-container_fluid .js-store-prod-popup-buy-btn-txt:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(https://static.tildacdn.com/tild3431-6631-4434-b465-343038623830/cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
    /* float: left; */
}

.t-container_fluid .js-store-prod-popup-buy-btn-txt {
    display: flex;
    align-items: center;
    line-height: 35px;
    gap: 10px;
}

.t-store__tabs__controls {
    gap: 20px;
}

.t-store__tabs__button {
    border: none !important;
    background-color: #f1f1f1;
    border-radius: 12px;
}

.t-store__tabs__button_active {
    outline: 2px solid #232323;
}

@media screen and (max-width: 960px){
    .t-container_fluid .t-store__prod-popup__info {
        margin: 0 !important;
        margin-top: 20px !important;
        padding: 30px !important;
    }
    .t-container.t-container_fluid {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .js-store-tabs {
        padding: 0 !important;
    }
}

@media screen and (max-width: 560px){
    .t-container_fluid .t-store__prod-popup__slider {
        padding: 30px !important;
    }
    .t-store__tabs__controls{
        padding: 2px;
    }
    .t-store__tabs__button {
        padding: 12px 24px !important;
    }
    
    .t-store__tabs__button-title {
        padding: 0 !important;
    }
    
    .t-store__tabs__button-title:after {
        display: none !important;                            
    }
    .t-container_fluid .t-store__prod-popup__btn-wrapper {
        position: relative;
        bottom: 0;
        right: 0;
        order: 5;
        margin-top: 20px !important;
        width: 100% !important;
    }
    
    .t-container_fluid .t-store__prod-popup__btn {
        width: 100%;
    }
    .t-container_fluid .js-store-prod-popup-buy-btn-txt {
        justify-content: center;
        line-height: 40px;
    }
    .t-container_fluid .js-product-edition-option.t-product__option{
        gap: 15px;
    }
    .t-container_fluid .js-product-edition-option-name{
        width: 100%;
    }
}

/*-----------------------*/


/*Урок по характеристикам*/
.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;
    }
}









































/*---------------Хлебные крошки------------------*/
.t758 .t-container {
    max-width: calc(100vw - 80px);
    margin: 0 auto;
}
.t758__col{
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width: 768px){
    .t758 .t-container {
        max-width: calc(100vw - 40px);
    }    
}

@media screen and (max-width: 480px){
    .t758 .t-container {
        max-width: calc(100vw - 20px);
    }    
}


/*Инструкция*/
.t795{
    max-width: calc(100vw - 80px);
    margin: 0 auto;
}
.t795 .t-container{
    max-width: 100% !important;
}
.t795 .t-container .t-col{
    background-color: white;
    padding: 40px;
    border-radius: 16px;
    box-sizing: border-box;
    max-width: 100% !important;
    margin: 0 !important;
}
@media screen and (max-width: 768px){
    .t795{
        max-width: calc(100vw - 40px);
    }  
}

@media screen and (max-width: 480px){
    .t795 {
        max-width: calc(100vw - 20px);
    }    
}

/*Блок с кодом*/
.uc-code .t123 {
    max-width: calc(100vw - 80px);
    margin: 0 auto;
}

@media screen and (max-width: 768px){
    .uc-code .t123 {
        max-width: calc(100vw - 40px);
    } 
}

@media screen and (max-width: 480px){
    .uc-code .t123 {
        max-width: calc(100vw - 20px);
    }   
}

/*Блок с видео*/
.uc-video .t123 {
    max-width: calc(100vw - 80px);
    margin: 0 auto;
}

@media screen and (max-width: 768px){
    .uc-video .t123 {
        max-width: calc(100vw - 40px);
    } 
}

@media screen and (max-width: 480px){
    .uc-video .t123 {
        max-width: calc(100vw - 20px);
    }   
}
 /*@media screen and (min-width: 1920px){*/
 /*       .t758 .t-container{*/
 /*           max-width: 1840px;*/
 /*       }*/
 /*       .t758__col{*/
 /*           margin: 0 !important;*/
 /*       }*/
 /*   }*/
    
 /*   @media screen and (max-width: 1919px){*/
 /*       .t758 .t-container{*/
 /*           max-width: 1280px;*/
 /*       }*/
 /*       .t758__col{*/
 /*           margin: 0 !important;*/
 /*       }*/
 /*   }*/
 /*   @media screen and (max-width: 1360px){*/
 /*       .t758 .t-container{*/
 /*           max-width: 1160px;*/
 /*       }*/
 /*       .t758__col{*/
 /*           margin: 0 !important;*/
 /*       }*/
 /*   }*/
 /*       @media screen and (max-width: 1200px){*/
 /*       .t758 .t-container{*/
 /*           max-width: 100%;*/
 /*           padding: 0 40px;*/
 /*       }*/
 /*       .t758__col{*/
 /*           margin: 0 !important;*/
 /*       }*/
 /*   }*/
 /*   @media screen and (max-width: 1000px){*/
 /*       .t758 .t-container{*/
 /*           max-width: 100%;*/
 /*           padding: 0 20px;*/
 /*       }*/
 /*       .t758__col{*/
 /*           margin: 0 !important;*/
 /*       }*/
 /*   }*/
 /*       @media screen and (max-width: 960px){*/
 /*       .t758 .t-container{*/
 /*           max-width: 100%;*/
 /*           padding: 0px;*/
 /*       }*/
 /*       .t758__col{*/
 /*           margin: 0 !important;*/
 /*       }*/
 /*   }*/
 /*   @media screen and (max-width: 480px){*/
 /*       .t758__col{*/
 /*           padding: 0 10px;*/
 /*       }*/
 /*   }*/



.t778__col{
    cursor: pointer;
}


/*-----------------Заголовки на каждой странице TL01------------------*/

.t050 .t-container {
    background-color: white;
    border-radius: 16px;
    box-sizing:border-box
}    
.t050 .t-container .t-col {
    max-width: 100%;
}
.t050__title{
    letter-spacing: -4px;
    line-height: 85%;
}
.t050__descr {
    max-width: 650px;
    margin: 0 auto;
    padding-top: 15px;
    letter-spacing: -0.5px;
}    
@media screen and (min-width: 1920px){
    .t050 .t-container {
        max-width: 1840px;
        padding: 60px;
    }
    
}

@media screen and (max-width: 1919px){
    .t050 .t-container {
        max-width: 1280px;
        padding: 60px;
    }
}

@media screen and (max-width: 1359px){
    .t050 .t-container {
        max-width: 1160px;
        padding: 60px;
    }
}

@media screen and (max-width: 1199px){
    .t050 .t-container {
        max-width: 100%;
        padding: 60px;
    }
    .t050{
        padding: 0 40px;
    }
}

@media screen and (max-width: 999px){
    .t050 .t-container {
        max-width: 100%;
        padding: 40px;
    }
    .t050{
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px){
    .t050 .t-container {
        max-width: 100%;
        padding: 30px;
        margin: 0 !important;
    }
    .t050{
        padding: 0 20px;
    }
    .t050__title{
    letter-spacing: -2px;
}
}
@media screen and (max-width: 479px){
    .t050 .t-col{
        padding: 0 !important;
    }
    .t050 .t-container {
        max-width: 100%;
        padding: 20px;
    }
    .t050{
        padding: 0 10px;
    }
    
    .t050__descr{
        padding-top: 20px;
        letter-spacing: -0.3px;
        font-size: 14px !important;
    }
    .t050__title {
    font-size: 44px;
    }
}
/*--------------Конец кода-------------------------*/




/*-------------------Стили для уроков-------------------*/

 .t778__mark{
    text-transform: lowercase;
}
/*https://dsgnmax.ru/cards-row-shop*/

/*Для товаров*/
:root{
    /*Десктоп под 1920px*/
    --grid1920: 1fr 1fr 1fr 1fr 1fr;    /*Количество колонок и их размер. Можно задать в процентах*/
    --gap1920: 40px 40px;                       /*Отступы между карточками. Первое значение - повертикали, второ - по горизонтали*/
    --heightImg1920: 240px !important;          /*Высота картинки в карточке*/
    --padding1920: 0 0px !important;           /*Отступы у контенера по бокам*/
    
    /*Разрешение от 1360px*/
    --grid1360: 1fr 1fr 1fr 1fr;   
    --gap1360: 20px 20px;      
    --heightImg1360: 220px !important;  
    --padding1360: 0 40px !important;    
    
    /*Разрешение от 1200px*/
    --grid1200: 1fr 1fr 1fr;   
    --gap1200: 20px 20px;      
    --heightImg1200: 200px !important;  
    --padding1200: 0 40px !important;
    
     /*Разрешение от 1000px до 1200*/
    --grid1000: 1fr 1fr 1fr;   
    --gap1000: 20px 20px;      
    --heightImg1000: 220px !important;  
    --padding1000: 0 40px !important;
      
    /*Разрешение от 768 до 1000px*/
    --grid768: 1fr 1fr;
    --gap768: 20px 20px;
    --heightImg768: 200px !important;
    --padding768: 0 20px !important;
    --fontSizeTitle768: 24px;                /*Размер шрифта у заголовка*/
    --fontSizeDescr768: 16px;                /*Размер шрифта у описания*/
    --fontSizePrice768: 16px;                /*Размер шрифта у цены*/
    --fontSizeOldPrice768: 14px;             /*Размер шрифта у старой цены*/
    
    /*Разрешение до 768px*/
    --gridMobile: 1fr;
    --gapMobile: 10px !important;
    --heightImgMobile: 260px !important;
    --paddingMobile: 0 10px !important;
    --fontSizeTitleMobile: 20px;                /*Размер шрифта у заголовка*/
    --fontSizeDescrMobile: 14px;                /*Размер шрифта у описания*/
    --fontSizePriceMobile: 14px;                /*Размер шрифта у цены*/
    --fontSizeOldPriceMobile: 10px;             /*Размер шрифта у старой цены*/
    
    /*плавность всех анимаций*/
    --transitionVar: all 0.3s cubic-bezier(0.42, 0, 0.58, 1.7);
}

.t778__container:before{
    display: none;
} 
/*Удаляем разделитель между блоков*/
.t778__separator{
    display: none;
}

.t778__wrapper{
    height: 100%;
}
.uc-lessons .t778__col{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding:0 !important;
}

/*Нумерация уроков*/
.uc-lessons .t778__markwrapper{
    left:20px;
    top:20px;
}
.uc-lessons .t778__mark{
    width: auto;
    height: auto;
    padding: 5px 10px 6px 10px;
    display: flex;
}

.uc-lessons .t778__mark:before {
    content: "";
    position: relative;
    background-image: url(https://static.tildacdn.com/tild6131-3337-4135-a537-333931373366/time.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: -2px;
    top: 0px;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 4px;
}

/*Стиль фотографий*/
.uc-lessons .t778__bgimg{
    margin: 10px 10px 0 10px;
    border-radius: 12px;
}

/*Отступ у заголовка и его стиль*/
.uc-lessons .t778__textwrapper {
    padding-top: 15px !important;
}
.uc-lessons .t778__title{
    text-transform: lowercase;
    letter-spacing: -0.4px;
}

.uc-lessons .t778__descr{
    text-transform: lowercase;
    letter-spacing: -0.2px;
}

/*Кнопка на всю ширину*/
.uc-lessons .t778__btn{
    width: 100%;
}

/*--------Стили карточек с появлением заливки----------*/
.uc-lessons .t778__col .t778__wrapper{
     transition: all 0.4s ease-in-out !important;   
}
.uc-lessons .t778__col .t778__wrapper:after {
    content:"";
    width: 0px;
    height: 0px;
    background-color: #232323;
    border-radius:0px;
    position: absolute;
    top:0;
    left:0;
    display: block;
    z-index:0;
    transition: all 0.4s ease-in-out !important;
}

.uc-lessons .t778__col:hover .t778__wrapper:after {
    content:"";
    width: 700px;
    height: 700px;
    background-color: #232323;
    position: absolute;
    border-radius: 200px;
    top:-60px;
    left:-60px;
    display: block;
    z-index:0;
    transition: all 0.4s ease-in-out !important;
}

.uc-lessons .t778__col:hover .t778__wrapper {
    background-color: transparent !important;
}

.uc-lessons .t778__content,
.uc-lessons .t778__imgwrapper
 {
    z-index:2;
}


/*Сетка для разрешения от 1920*/
@media screen and (min-width: 1920px){
    .uc-lessons .t778__container{
        max-width: 1840px;  /*Ширина контейнера*/
        display: grid !important;
        grid-template-columns: var(--grid1920);   
        grid-gap: var(--gap1920); 
        padding: 0;     /*Отступы у контенера по бокам*/
        box-sizing: border-box;
    }
    .uc-lessons .t778__imgwrapper {
        height: var(--heightImg1920);
        padding-bottom: 0 !important;
    }
} 

/*Сетка от 1360 до 1920*/
@media (min-width: 1360px) and (max-width: 1919px){
    .uc-lessons .t778__container{
        max-width: 1280px;
        display: grid !important;
        grid-template-columns: var(--grid1360);   
        grid-gap: var(--gap1360); 
        /*padding: 0 20px;*/
        box-sizing: border-box;
    }        
    .uc-lessons .t778__imgwrapper {
        height: var(--heightImg1360); 
        padding-bottom: 0 !important;
    }
}  
/*Сетка от 1200 до 1360*/
@media (min-width: 1200px) and (max-width: 1359px){
    .uc-lessons .t778__container{
        max-width: 1160px;
        display: grid !important;
        grid-template-columns: var(--grid1200);   
        grid-gap: var(--gap1200); 
        /*padding: 0 20px;*/
        box-sizing: border-box;
    }        
    .uc-lessons .t778__imgwrapper {
        height: var(--heightImg1200); 
        padding-bottom: 0 !important;
    }
}  


 /*Сетка от 1000 до 1200*/   
@media (min-width: 1000px) and (max-width: 1199px){
    .uc-lessons .t778__container{
        display: grid !important;
        grid-template-columns: var(--grid1000);   
        grid-gap: var(--gap1000);
        max-width: 100%;
        padding: var(--padding1000);
        box-sizing: border-box;
    }        
    .uc-lessons .t778__imgwrapper {
        height: var(--heightImg1000); 
        padding-bottom: 0 !important;
    }
}

/*Сетка от 768 до 1000*/
@media (min-width: 768px) and (max-width: 1000px){
    .uc-lessons .t778__container{
        max-width: 1160px;
        display: grid !important;
        grid-template-columns: var(--grid768);   
        grid-gap: var(--gap768); 
        padding: 0 20px;
        box-sizing: border-box;
    }        
    .uc-lessons .t778__imgwrapper {
        height: var(--heightImg768); 
        padding-bottom: 0 !important;
    }
        .uc-lessons .js-store-prod-name{
        font-size: var(--fontSizeTitleTablet) !important;
    }
    .uc-lessons .js-store-prod-descr{
        font-size: var(--fontSizeDescrTablet) !important;
    }
    .uc-lessons .js-product-price, .t-store__card__price-currency{
        font-size: var(--fontSizePriceTablet) !important;
    }
    .uc-lessons .t-store__card__price_old{
        font-size: var(--fontSizeOldPriceTablet) !important;
    }
}  

/*Сетка от 480 до 768*/
@media (min-width: 480px) and (max-width: 768px){
    .uc-lessons .t778__container{
        max-width: 100%;
        display: grid !important;
        grid-template-columns: 1fr 1fr;   
        grid-gap: 20px; 
        padding: 0 20px;    /*Отступы у контенера по бокам*/
        box-sizing: border-box;
    }        
    .uc-lessons .t778__imgwrapper {
        height: var(--heightImgMobile);
        padding-bottom: 0 !important;
    }
    .uc-lessons .js-store-prod-name{
        font-size: var(--fontSizeTitleMobile) !important;
    }
    .uc-lessons .js-store-prod-descr{
        font-size: var(--fontSizeDescrMobile) !important;
    }
    .uc-lessons .t-store__card__price{
        font-size: var(--fontSizePriceMobile) !important;
    }
    .uc-lessons .t-store__card__price_old{
        font-size: var(--fontSizeOldPriceMobile) !important;
    }
}
/*Сетка до 480*/
@media screen and (max-width: 480px){
    .uc-lessons .t778__container{
        display: grid !important;
        grid-template-columns: var(--gridMobile);   
        grid-gap: var(--gapMobile); 
        padding: var(--paddingMobile);    /*Отступы у контенера по бокам*/
        box-sizing: border-box;
    }        
    .uc-lessons .t778__imgwrapper {
        height: var(--heightImgMobile);
        padding-bottom: 0 !important;
    }
    .uc-lessons .js-store-prod-name{
        font-size: var(--fontSizeTitleMobile) !important;
    }
    .uc-lessons .js-store-prod-descr{
        font-size: var(--fontSizeDescrMobile) !important;
    }
    .uc-lessons .t-store__card__price{
        font-size: var(--fontSizePriceMobile) !important;
    }
    .uc-lessons .t-store__card__price_old{
        font-size: var(--fontSizeOldPriceMobile) !important;
    }
    .uc-lessons .t778__btn:before {
    width: 39px !important;
    height: 39px !important;
}
}
.uc-lessons .t778__col .t778__wrapper {
    border: 1px solid #ececec;
    background-color: white !important;
}
.uc-lessons .t778__content {
    background-color: transparent !important;
}
.uc-lessons .t778__title, .uc-lessons .t778__descr{
    transition: var(--transitionVar);
}

.uc-lessons .t778__col:hover .t778__wrapper{
    /*background-color: #232323 !important;*/
}
.uc-lessons .t778__col:hover .t778__title{
    color: white !important;
}
.uc-lessons .t778__col:hover .t778__descr{
    color: white !important;
    opacity: 0.6;
}

.uc-lessons .t778__btn td {
    text-align: left !important;
}

.uc-lessons .t778__btn{
      position: relative; 
      transition: var(--transitionVar);
}
.uc-lessons .t778__btn:before {
    content: "";
    width: 35px;
    height: 35px;
    /*background-color: red;*/
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    border-radius: 100px;
    margin: 5px;
    background-image: url(https://static.tildacdn.com/tild3162-6264-4239-b364-643934333935/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: var(--transitionVar);
}
.uc-lessons .t778__btn:hover:before {
    transform: rotate(45deg) scale(0.8);
}



/*-------------Конец кода--------------------*/





/*---------------Неактивные модули и уроки-------------------*/

/*Все неактивные уроки и разделы*/
    [data-product-lid="1690824039881"], /*Модуль Товары | Урок 5*/
    [data-product-lid="1700135239992"], /*Модуль Потоки | Урок 4*/
    
    
    [data-product-lid="1700136964106"] /*Модуль Избранное | Урок 2*/
    
    {
        /*pointer-events: none;*/
        cursor:pointer;
        filter: grayscale(1) opacity(0.6);
    } 
/*------------------*/

/*Иконка неактивной карточки при наведении*/

[data-product-lid="1690824039881"] .t778__wrapper:before,   /*Модуль Товары | Урок 5*/
[data-product-lid="1700135239992"] .t778__wrapper:before,   /*Модуль Потоки | Урок 4*/


[data-product-lid="1700136964106"] .t778__wrapper:before   /*Модуль Избранное | Урок 2*/
{   /**/
    content:"";
    position: absolute;
    top:80px;
    left: 80px;
    width:0;
    height: 0;
    background-image: url(https://static.tildacdn.com/tild3036-6463-4333-b431-396164643130/soon-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
    transition: var(--transitionVar);
    opacity:0;
}

[data-product-lid="1690824039881"] .t778__wrapper:hover:before,   /*Модуль Товары | Урок 5*/
[data-product-lid="1700135239992"] .t778__wrapper:hover:before,   /*Модуль Потоки | Урок 4*/


[data-product-lid="1700136964106"] .t778__wrapper:hover:before   /*Модуль Избранное | Урок 2*/
{ /**/
    content:"";
    position: absolute;
    top:60px;
    left: 60px;
    width: 240px;
    height: 50px;
    background-image: url(https://static.tildacdn.com/tild3036-6463-4333-b431-396164643130/soon-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
    transition: var(--transitionVar);
    opacity:1;
    /*pointer-events:none;*/
    filter: invert(1);
}
/*------------------------*/

/*-------------Конец кода--------------------*/
   
/*--------------Попап Скоро---------------*/
.t390 .t-popup__container{
    border-radius: 16px;
        overflow: hidden;
}
/*-------------Конец кода--------------------*/



/*------------------Блок Т123 с видео--------------------*/
    /*.uc-video .t123 .t-container_100 {*/
    /*        max-width: 1920px;*/
    /*        margin: 0 auto;*/
    /*        padding: 0 40px;*/
    /*        box-sizing: border-box;*/
    /*    }*/


    /*@media (min-width:1360px) and (max-width: 1919px){*/
    /*    .uc-video .t123 .t-container_100 {*/
    /*        max-width: 1280px;*/
    /*        margin: 0 auto;*/
    /*        padding: 0 !important;*/
            /*padding: 0 40px !important;*/
            /*box-sizing: border-box;*/
    /*    }*/
        
    /*}    */
    
    /*@media (min-width:1200px) and (max-width: 1359px){*/
    /*    .uc-video .t123 .t-container_100 {*/
    /*        max-width: 1160px;*/
    /*        padding: 0 !important;*/
    /*        margin: 0 auto;*/
    /*    }*/
    /*}    */
    
    /*@media (min-width:768px) and (max-width: 999px){*/
    /*    .uc-video .t123 .t-container_100 {*/
    /*        max-width: 1000px;*/
    /*        padding: 0 20px !important;*/
    /*        box-sizing: border-box;*/
    /*        margin: 0 auto;*/
    /*    }*/
    /*}    */
    
    /*@media (min-width:480px) and (max-width: 767px){*/
    /*    .uc-video .t123 .t-container_100 {*/
    /*        max-width: 100%;*/
    /*        padding: 0 20px !important;*/
    /*        box-sizing: border-box;*/
    /*        margin: 0 auto;*/
    /*    }*/
    /*}  */
    
    /*@media screen and (max-width:480px){*/
    /*    .uc-video .t123 .t-container .t-col{*/
    /*        padding-left: 10px !important;*/
    /*        padding-right: 10px !important;*/
    /*    }*/
    /*    .uc-video .t123 .t-container_100 {*/
    /*        max-width: 480px;*/
    /*        padding: 0px 10px !important;*/
    /*        box-sizing: border-box;*/
    /*        margin: 0 auto;*/
    /*    }*/
    /*}*/
/*-------------Конец кода--------------------*/




/*-------------------Блок Т123 с кодом---------------------*/

    /*.uc-code .t123 .t-container_100 {*/
    /*        max-width: 1920px;*/
    /*        margin: 0 auto;*/
    /*        padding: 0 40px;*/
    /*        box-sizing: border-box;*/
    /*    }*/


    /*@media (min-width:1360px) and (max-width: 1919px){*/
    /*    .uc-code .t123 .t-container_100 {*/
    /*        max-width: 1280px;*/
    /*        margin: 0 auto;*/
    /*        padding: 0 !important;*/
            /*padding: 0 40px !important;*/
            /*box-sizing: border-box;*/
    /*    }*/
        
    /*}    */
    
    /*@media (min-width:1200px) and (max-width: 1359px){*/
    /*    .uc-code .t123 .t-container_100 {*/
    /*        max-width: 1160px;*/
    /*        padding: 0 !important;*/
    /*        margin: 0 auto;*/
    /*    }*/
    /*}    */
    
    /*@media (min-width:768px) and (max-width: 999px){*/
    /*    .uc-code .t123 .t-container_100 {*/
    /*        max-width: 1000px;*/
    /*        padding: 0 20px !important;*/
    /*        box-sizing: border-box;*/
    /*        margin: 0 auto;*/
    /*    }*/
    /*}    */
    
    /*@media (min-width:480px) and (max-width: 767px){*/
    /*    .uc-code .t123 .t-container_100 {*/
    /*        max-width: 100%;*/
    /*        padding: 0 20px !important;*/
    /*        box-sizing: border-box;*/
    /*        margin: 0 auto;*/
    /*    }*/
    /*}  */
    
    /*@media screen and (max-width:480px){*/
    /*    .uc-code .t123 .t-container .t-col{*/
    /*        padding-left: 10px !important;*/
    /*        padding-right: 10px !important;*/
    /*    }*/
    /*    .uc-code .t123 .t-container_100 {*/
    /*        max-width: 480px;*/
    /*        padding: 0px 10px !important;*/
    /*        box-sizing: border-box;*/
    /*        margin: 0 auto;*/
    /*    }*/
    /*}*/
/*-------------Конец кода--------------------*/






/*Конец кода*/