    /*тень у кнопок при наведении мышки*/
    .hoverShadow img:hover {
            filter: drop-shadow(0px 0px 6px #008b90);
    }

    /*Серый фильтр в простое, при наведении - исходная картинка*/
    .grayscale {
         -webkit-filter: grayscale(100%); 
         filter: grayscale(100%);
    }
    .grayscale:hover {
         -webkit-filter: grayscale(0); 
         filter: grayscale(0);
    }

    /*засвет при наведении мышки*/
    .brightness:hover, .t396__elem.tn-elem.tn-elem__2636316051608551660646:hover {
     -webkit-filter: brightness(1.2); 
     filter: brightness(1.2);
    }
    
    /*Подчёркивание текста при наведении мышки*/
    div.menu.t396__elem.tn-elem[data-elem-type="text"] > a:hover {
        background-size: 2px 2em;
        box-shadow: inset 0px 0px white, inset 0 -2px #2d8a90;
        display: inline;
    }



/*Стили для блога*/
/*Конкретная страничка блога к сожалению не имеет своего CSS*/
    /*Сама статья*/
    
    #rec279561752  div.t-container.t-popup__container  div.t-col_8
    {
        max-width: 100% !important;
    }

    
    
    #rec279561752 div.t-feed__post-popup__content-wrapper
    {
        margin-top: 50px;
    }
    
    @media screen and (max-width: 960px)
    {
         .t-text_md 
         {
            font-size: 12px;
            line-height: 1.4;
         }       
    }

    /*Список статей*/
    @media screen and (max-width: 1200px)
    {
        #rec279561752 > div.t924 .t-heading_lg 
        {
            font-size: 18px;
        }    
    }
    
    /*Отступ сверху кнопки "Загрузить ещё"*/
    div.t-feed__buttons-wrapper.t-container
    {
        margin-top: 40px;
    }


    /* КОНЕЦ Стили для блога*/


/*Карточка товара отступ сверху для ПК*/
    @media screen and (min-width: 1200px)
    {
        .t-store__prod-snippet__container {
            padding-top: 180px;
        }   
    }
        @media screen and (max-width: 1200px)
    {
        .t-store__prod-snippet__container {
            padding-top: 100px;
        }   
    }
    


