/* Стили для иконок мессенджеров в карточках товара*/

.t-store__prod-popup__social-text {
    font: 500 15px 'Montserrat',Arial,sans-serif;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

.t-store__prod-popup__social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row nowrap;
}

.t-store__prod-popup__social-icons > div {
    width: 38px;
    aspect-ratio: 1/1;
    cursor: pointer;
}

.t-store__prod-popup__social-icons > div:nth-child(even) {
    margin: 10px 15px;
}

.t-store__prod-popup__social-icons > div:nth-child(1) {
    background: center no-repeat url(https://static.tildacdn.com/tild3130-3035-4561-b664-623565656263/telegram_3.png);
}

.t-store__prod-popup__social-icons > div:nth-child(2) {
    background: center no-repeat url(https://static.tildacdn.com/tild3631-3664-4733-a536-626437383233/Group_2666116_1.svg);
}


*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.card-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 10px; 
}

.card {
    display: block;
    margin-bottom: 10px; 
    text-decoration: none;
    color: inherit;
}

.card:last-child {
    margin-bottom: 0;
}

.card-content {
    position: relative;
    width: 100%;
    padding-top: calc( (3 / 4) * 100% ); 
}

.card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px; 
    overflow: hidden; 
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-text {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 160px;
    text-align: right;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    color: #000000; /* Измените цвет текста при необходимости */
}

.blkElem{pointer-events:none; }
.cartcopyanim {
-webkit-animation: t706__pulse-anim 0.6s;
animation: t706__pulse-anim 0.6s;}
/*.cartcopy_elem .tn-atom , .cartprice_elem .tn-atom {display:none}*/
.cartcopy{cursor:pointer}
.t706__carticon {display: none !important;} 
.cartcopy_elem{vertical-align: middle !important;}

   .uc-main-menu {
        position:fixed;
            width: 100%!important;
            left:0!important;
        top:0;
        z-index:5000;
    }
    
    .uc-menu-catalog, .uc-menu-business{
        position:fixed;
            width: 100%!important;
        top:40px;
        transform:translateY(-100%);
        z-index:4999;
        pointer-events:none;
        opacity:0;
        transition:all 0.5s;
    }
    
    .logo {
        transition:all 0.3s;
    }
    .logo:hover {
        opacity:0.5;
    }
    .menu-btn .tn-atom:after {
        content: '';
        position: absolute;
        transition: all 0.6s ease;
        margin: auto;
        margin-bottom: 1px;
        height: 1.6px;
        background: #222;
        opacity: 1;
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
    }
    .menu-btn .tn-atom:hover:after{
        background: #222;
        opacity: 1;
        top: auto;

        left: 0;
        right: auto;
        width: 100%;
    }
    .uc-main-menu .menu-btn .tn-atom:after {
        content: '';
        position: absolute;
        transition: all 0.6s ease;
        margin: auto;
        margin-bottom: 1px;
        height: 1.6px;
        background: #222;
        opacity: 1;
        top: auto;
        bottom: 7px;
        left: auto;
        right: 0;
        width: 0;
    }
    .uc-main-menu .menu-btn .tn-atom:hover:after{
        background: #222;
        opacity: 1;
        top: auto;

        left: 0;
        right: auto;
        width: 100%;
    }
    
    .open {
        transition:all 0.3s;
        pointer-events: all !important;
        transform: translateY(0px) !important;
        opacity:1;
    }
    
    .t585__text ul {
        list-style:none;
        -webkit-padding-start: 0px!important;
        padding-left: 0px!important;
    }
    
      .t-menuburger-opened:after{
    content: "close";
    display: block;
    width: 0;
    position: absolute;
    left: 35px;
    top: 0%;
    margin-top: -1px;
    border-top: 2px solid;
    transition: width 0.3s;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    }



    .t280__menu{
        top: 35%;
        margin: 0 ;
        text-align: left;
        padding-left: 100px;
        max-width: 350px;
    }
    
    .t280__logo__container{
        margin:0 auto;
    }
    .t280__logo__img{
        height:40px!important;
        margin-top: 20px;
    }
    .t280__menu__content{
        flex-direction: row-reverse;
    }
    .t-sociallinks__wrapper{
        display:flex;
        flex-direction:row;
    }
    .t280__bottom{
        margin-left:100px;
        text-align:left;
    }
    .uc-costum-menu {
    opacity:0;

    }
    .new-position{
       opacity:1;

    }
    .t280__menu__link, .t280__menu__item, .return-to-origin{
        transition:all 1s;
    }
    
    .start {
    transition:all 0.4s;
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
    }
    
    
    .return-to-origin {
    transition:all 0.4s;
    opacity: 1;
    transform: translate3d(0px, 0%, 0px);
    }
    
    
    .submenu {
        position: absolute;
        top:10px;
        width: 350px;
        display: grid;
        transition:all 1s;
    }
    .submenu a {
        color:#000!important;
        font-size:16px!important;
        font-family: 'Montserrat';
        text-transform: none;
        line-height: 30px;
        transition:all 0.3s;
    }
    .submenu a:hover {
        font-weight:500;
        transform: translateX(10px);
    }
    .t280__menu__item{
        position:relative;
    }
    .t280__menu__link:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -1px;
    border-top: 2px solid;
    transition: width 0.3s;
}
    .t280__menu__link:hover:before {
      width: 20px;   
    }
    
    
    @media screen and (max-width:480px){
        .t280__bottom{
        margin-left:0px;
        text-align:left;
    }
    .t280__menu{
        padding-left: 0px;
    }
    }
