    .t-store .t-store__card.t-align_center .t-store__card__btns-wrapper {
    display: flex;
    flex-direction: column;
    }
    
    .t-store__card__price-item, .t-store__prod-popup__price-item.t-name {
        font-family: 'Roboto Condensed' !important; 
    }
    
    .t-store__relevants__title  {
        font-family: 'Roboto Condensed' !important; 
    }
    
    .t706__product-title {
        font-family: 'Roboto Condensed' !important; 
    }
    
    .t706 .t-form input.t-input {
         font-family: 'Roboto Condensed' !important; 
    }
    
    .t454__list_item {
        padding-right: 50px !important;
    }
    
   /* .t-store__prod-popup__btn, .t-store__prod-popup__btn-wrapper {
    color: #2b2a29  !important;
    background-color: white  !important;
    border: none  !important; 
    padding: 5px 60px  !important;
    }*/
    
   /*темная кнопка*/ 
   
   @media(min-width:1200px) {
    
    .diagonal_swipe_left .tn-atom {
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
   }
 
    .diagonal_swipe_left .tn-atom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-right: 50px solid transparent;
    border-bottom: 90px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}    

    .diagonal_swipe_left:hover {
    cursor: pointer;
     color: #000000;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
    .diagonal_swipe_left:hover .tn-atom:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

 /*светлая кнопка*/ 
    
    .diagonal_swipe_left2 .tn-atom {
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
   }
 
    .diagonal_swipe_left2 .tn-atom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-right: 50px solid transparent;
    border-bottom: 70px solid #2B2A29;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}    

    .diagonal_swipe_left2:hover {
    cursor: pointer;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
    .diagonal_swipe_left2:hover .tn-atom:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}



     .autoink{
        position: relative;
        overflow: hidden;
       -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .ink{
       display: block;
       position: absolute;
       background: rgba(255, 255, 255, 1.0);
       border-radius: 100%;
       -webkit-transform: scale(0);
       -moz-transform: scale(0);
       -o-transform: scale(0);
       transform: scale(0);
       z-index: 20;  
    }
    
    .animate {
    webkit-animation: ripple 4s linear infinite;
    -moz-animation: ripple 4s linear infinite;
    -ms-animation: ripple 4s linear infinite;
    -o-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
     }
   @keyframes ripple {  
    20% {     
        opacity: 0;     
        transform: scale(2.5);
        }
    100% {     
        opacity: 0;     
        transform: scale(2.5);
        }
   }    
