/*скругление углов карточек*/
    .t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
        border-radius: 10px; }
        
/*скругление углов popup*/    
    .t-popup__container {
        border-radius: 20px; }
        

/*кнопка в карточке*/ 
    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 7px;
    font-weight: 600;
    text-size:8px;
    }
    .js-store-prod-text a:first-of-type {
    background-color: #3998ED;
    color: #ffffff !important;
    }
    .js-store-prod-text a:last-of-type {
    background-color: #000000;
    color: #ffffff !important;
    } 

    .t706__cartwin_showed {
    z-index: 999999999;
    }


/*скругление углов карточек*/
    .t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 20px; }
    
/*шрифт в фильтрах каталога*/
    .t-descr {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 450;
    color: #000000;
    }
    
/*чекбоксы в фильтрах каталога*/ 
    .t-checkbox__indicator {
    border-radius: 5px;
    height: 18px;
    width: 18px;
    border: 1px solid #000;}
    
    #rec579650306 .t951__cont-wrapper .t951__sidebar {
    background-color: #f7f7f7;
    border-radius: 15px;}
    
    .t959__animation_fast {
    transition: all ease-in-out .15s;}
    
    .t-slds__bgimg {
    border-radius: 15px;
    background-color:#ffffff !important;
    }
    
/*ширина каталога в регионе для планшета*/ 

    @media screen and (min-width: 640px) {
    
    .t-container  {
    min-width: 660px;
    }
    }
    
    
    
/*ширина новостной ленты для планшета*/ 
    @media screen and (min-width: 600px) and (max-width: 900px) {
    
    .t897__container {
    max-width: 600px;
    margin-left: 100px;
    margin-right: 100px;
    }
    }
    
    