/* Потоки на главной странице ----------------------------------------------------------------------------------------------------- */
    
    @media screen and (max-width: 767px) {
    
    /* Скрываем одиночный пост с врезкой */
    
        .uc-one-post {
            display: none !important;
        }
        
        .uc-one-post2 {
            display: none !important;
        }
        
        .uc-mainfeed-2 {
            padding-bottom: 40px !important;
        }
        
        .uc-mainfeed-2 ul li:nth-child(-n+7) {
            display: none !important;
        }
    }
    
    @media screen and (min-width: 768px) {
        
        /*
        .uc-one-post2 ul li:nth-child(-n+7) {
            display: none !important;
        } */
        
        .uc-one-post2 li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_8.t-prefix_2.t-align_left {
            margin-top: 0 !important;
        }
        
    /* Скрываем первый пост в ленте */
    
        .uc-mainfeed-1 ul li:first-child {
            display: none !important;
        }
        
    /* Скрываем первые 8 постов в ленте */
        
        .uc-mainfeed-2 ul li:nth-child(-n+8) {
            display: none !important;
        }
        
    }
    
    
/* Потоки в одну колонку с врезкой текста ----------------------------------------------------------------------------------------------------- */

    @media screen and (max-width: 767px) {
        
        .uc-one-post .js-feed,
        .uc-one-post2 .js-feed {
            padding-inline: 0 !important;
        }
        
        .uc-one-post .js-feed-container,
        .uc-one-post2 .js-feed-container {
            display: grid !important;
            gap: 30px !important;
            max-width: 94.3% !important;
        }
        
        li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
            max-width: 100% !important;
        }
        
        .uc-one-post .t-col,
        .uc-one-post2 .t-col {
            padding-inline: 0 !important;
        }
        
    }
    
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .uc-one-post,
        .uc-one-post2 {
            margin-bottom: 40px !important;
        }
        
        .uc-one-post li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_8.t-prefix_2.t-align_left,
        .uc-one-post2 li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_8.t-prefix_2.t-align_left {
            padding-inline: 0 !important;
            margin-inline: 0;
            max-width: 748px !important;
        }
        
        .uc-one-post .t897__container,
        .uc-one-post2 .t897__container {
            max-width: 748px !important;
        }

    }
    
    
    @media screen and (min-width: 1024px) and (max-width: 1439px) {
        
        .uc-one-post,
        .uc-one-post2 {
            margin-bottom: 60px !important;
        }
        
        .uc-one-post ul.js-feed-container.t-feed__container.t897__container.t-feed__container_inrow1,
        .uc-one-post2 ul.js-feed-container.t-feed__container.t897__container.t-feed__container_inrow1 {
            max-width: 1004px !important;
        }

        .uc-one-post .t-feed__col-grid__wrapper,
        .uc-one-post2 .t-feed__col-grid__wrapper {
            box-sizing: border-box;
            position: absolute !important;
            bottom: 0;
            left: 0;
            background: white;
            width: 826px;
            padding-top: 30px;
            padding-right: 30px;
            border-radius: 0 40px 0 0;
            height: auto !important;
        }
        
        .uc-one-post .t-feed__col-grid__wrapper:before,
        .uc-one-post2 .t-feed__col-grid__wrapper:before {
            content: '';
            background-image: url(https://static.tildacdn.com/tild3636-3263-4131-b261-366162346132/smooth-corner-40px.svg);
            aspect-ratio: 1;
            height: 40px;
            top: -40px;
            left: 0;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
        }
        
        .uc-one-post .t-feed__col-grid__wrapper:after,
        .uc-one-post2 .t-feed__col-grid__wrapper:after {
            content: '';
            background-image: url(https://static.tildacdn.com/tild3636-3263-4131-b261-366162346132/smooth-corner-40px.svg);
            aspect-ratio: 1;
            height: 40px;
            bottom: 0;
            right: -40px;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
        }
        
        .uc-one-post .t-feed__col-grid__post-wrapper,
        .uc-one-post2 .t-feed__col-grid__post-wrapper {
            height: 558px !important;
            position: relative !important;
        }
        
        .uc-one-post li.js-feed-post.t-feed__post.t-item.t-width.t-align_center,
        .uc-one-post2 li.js-feed-post.t-feed__post.t-item.t-width.t-align_center {
            list-style: none !important;
        }
        
        .uc-one-post .t-prefix_2,
        .uc-one-post2 .t-prefix_2 {
            padding-left: 0;
        }
        
        .uc-one-post .t-col_8,
        .uc-one-post2 .t-col_8 {
            max-width: 1200px;
        }
        
        .uc-one-post .t-col,
        .uc-one-post2 .t-col {
            margin-left: 0;
            margin-right: 0;
        }
        
        .uc-one-post .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper,
        .uc-one-post2 .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
            margin-bottom: 0;
        }
        
    }
    
    
    @media screen and (min-width: 1440px) {
        
        .uc-one-post,
        .uc-one-post2 {
            margin-bottom: 60px !important;
        }
        
        .uc-one-post .t-feed__col-grid__wrapper,
        .uc-one-post2 .t-feed__col-grid__wrapper {
            box-sizing: border-box;
            position: absolute !important;
            bottom: 0;
            left: 0;
            background: white;
            width: 826px;
            padding-top: 30px;
            padding-right: 30px;
            border-radius: 0 40px 0 0;
            height: auto !important;
        }
        
        .uc-one-post .t-feed__col-grid__wrapper:before,
        .uc-one-post2 .t-feed__col-grid__wrapper:before {
            content: '';
            background-image: url(https://static.tildacdn.com/tild3636-3263-4131-b261-366162346132/smooth-corner-40px.svg);
            aspect-ratio: 1;
            height: 40px;
            top: -40px;
            left: 0;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
        }
        
        .uc-one-post .t-feed__col-grid__wrapper:after,
        .uc-one-post2 .t-feed__col-grid__wrapper:after {
            content: '';
            background-image: url(https://static.tildacdn.com/tild3636-3263-4131-b261-366162346132/smooth-corner-40px.svg);
            aspect-ratio: 1;
            height: 40px;
            bottom: 0;
            right: -40px;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
        }
        
        .uc-one-post .t-feed__col-grid__post-wrapper,
        .uc-one-post2 .t-feed__col-grid__post-wrapper {
            height: 667px !important;
            position: relative !important;
        }
        
        .uc-one-post li.js-feed-post.t-feed__post.t-item.t-width.t-align_center,
        .uc-one-post2 li.js-feed-post.t-feed__post.t-item.t-width.t-align_center {
            list-style: none !important;
        }
        
        .uc-one-post .t-prefix_2,
        .uc-one-post2 .t-prefix_2 {
            padding-left: 0;
        }
        
        .uc-one-post .t-col_8,
        .uc-one-post2 .t-col_8 {
            max-width: 1200px;
        }
        
        .uc-one-post .t-col,
        .uc-one-post2 .t-col {
            margin-left: 0;
            margin-right: 0;
        }
        
        .uc-one-post .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper,
        .uc-one-post2 .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
            margin-bottom: 0;
        }
       
    }

        
/* Потоки в три колонки ----------------------------------------------------------------------------------------------------- */
        
    .uc-mainfeed-1 .t-col,
    .uc-mainfeed-2 .t-col,
    .uc-feed-category .t-col {
        padding-inline: 0 !important;
    }
    
    .uc-mainfeed-1 .t-feed__grid-col:not(.t-slds__item),
    .uc-mainfeed-2 .t-feed__grid-col:not(.t-slds__item),
    .uc-feed-category .t-feed__grid-col:not(.t-slds__item) {
        margin-top: 0 !important;
    }
    
    .uc-mainfeed-1 .t-feed__col-grid__wrapper,
    .uc-mainfeed-2 .t-feed__col-grid__wrapper,
    .uc-feed-category .t-feed__col-grid__wrapper {
        padding-bottom: 0 !important;
        height: auto !important;
    }
    
    .uc-mainfeed-1 .js-feed,
    .uc-mainfeed-2 .js-feed,
    .uc-feed-category .js-feed {
        padding-inline: 10px;
    }
    
    .uc-mainfeed-1 .js-feed-container .js-feed-post
    .uc-mainfeed-2 .js-feed-container .js-feed-post,
    .uc-feed-category .js-feed-container .js-feed-post {
        margin-inline: 0 !important;
    }
    
    .uc-mainfeed-1 li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left,
    .uc-mainfeed-2 li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left,
    .uc-feed-category li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
        margin-inline: 0 !important;
    }
    
    .uc-mainfeed-1 .t-feed__post-tag,
    .uc-mainfeed-2 .t-feed__post-tag,
    .uc-feed-category .t-feed__post-tag {
        letter-spacing: 2px !important;
    }
    
    
    @media screen and (max-width: 767px) {
        
        .uc-mainfeed-1 .js-feed,
        .uc-mainfeed-2 .js-feed,
        .uc-feed-category .js-feed {
            padding-inline: 0 !important;
        }
        
        .uc-mainfeed-1 .js-feed-container,
        .uc-mainfeed-2 .js-feed-container,
        .uc-feed-category .js-feed-container {
            display: grid !important;
            gap: 30px !important;
            max-width: 94.3% !important;
        }
        
        li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
            max-width: 100% !important;
        }
        
    }
    
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        
        .uc-mainfeed-1 .js-feed-container,
        .uc-mainfeed-2 .js-feed-container,
        .uc-feed-category .js-feed-container {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 30px !important;
            max-width: 748px !important;
        }
        
        .uc-mainfeed-1 .js-feed-container .js-feed-post,
        .uc-mainfeed-2 .js-feed-container .js-feed-post,
        .uc-feed-category .js-feed-container .js-feed-post {
            max-width: 400px !important;
        }
    }
    
    @media screen and (min-width: 1024px) and (max-width: 1439px) {
        
        .uc-mainfeed-1 .js-feed-container,
        .uc-mainfeed-2 .js-feed-container,
        .uc-feed-category .js-feed-container {
            display: grid !important;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 40px !important;
            max-width: 1004px !important;
        }
        
        .uc-mainfeed-1 .js-feed-container .js-feed-post,
        .uc-mainfeed-2 .js-feed-container .js-feed-post,
        .uc-feed-category .js-feed-container .js-feed-post {
            max-width: 400px !important;
        }
    }
    
    @media screen and (min-width: 1440px) {
        
        .uc-mainfeed-1 .js-feed-container,
        .uc-mainfeed-2 .js-feed-container,
        .uc-feed-category .js-feed-container {
            display: grid !important;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 40px !important;
            max-width: 1200px !important;
        }
        
        .uc-mainfeed-1 .js-feed-container .js-feed-post,
        .uc-mainfeed-2 .js-feed-container .js-feed-post,
        .uc-feed-category .js-feed-container .js-feed-post {
            max-width: 400px !important;
        }
    }


/* Ховеры ----------------------------------------------------------------------------------------------------- */
    
    .menu-item .tn-atom {
        transition: 100ms ease;
    }
    
    .menu-item .tn-atom:hover {
        transition: 100ms ease;
        color: #596164 !important;
    }
    
    .menu-item-dark .tn-atom {
        transition: 100ms ease;
    }
    
    .menu-item-dark .tn-atom:hover {
        transition: 100ms ease;
        color: #BCBFC1 !important;
    }
    
    .category-item .tn-molecule {
        transition: 100ms ease;
    }
    
    .category-item .tn-molecule:hover {
        background-color: #F5F7FA;
        transition: 100ms ease;
    }
    
    .all-tags .tn-molecule {
        transition: 100ms ease;
    }
    
    .all-tags .tn-molecule:hover {
        background-color: #F0F2F5 !important;
        transition: 100ms ease;
    }
    
    
/* Иконки при наведении ----------------------------------------------------------------------------------------------------- */
    
    .icon-tg svg path, .icon-vk svg path, .icon-dz svg path, .icon-yt svg path, .icon-ig svg path {
        transition: 100ms;
    }
    .icon-tg:hover svg path {
        fill: #3BB6F4 !important;
        transition: 100ms;
    }
    .icon-dz:hover svg path {
        fill: #A7A7A7 !important;
        transition: 100ms;
    }
    .icon-vk:hover svg path {
        fill: #0277FF !important;
        transition: 100ms;
    }
    .icon-yt:hover svg path {
        fill: #F73838 !important;
        transition: 100ms;
    }
    .icon-ig:hover svg path {
        fill: #FFA544 !important;
        transition: 100ms;
    }
    
    
/* Форма в зеро ----------------------------------------------------------------------------------------------------- */
    
    .t-checkbox__indicator {
        border-radius: 4px;
    }
    
    
/* Хлебные крошки ----------------------------------------------------------------------------------------------------- */
    
    .uc-breadcrumbs .t-col {
        margin-inline: 0 !important;
    }
    
    .uc-breadcrumbs .t-container {
        padding: 0 !important;
    }
    
    @media screen and (max-width: 767px) {
        
        .uc-breadcrumbs .t-container {
            max-width: 340px !important;
        }
        
        .uc-breadcrumbs .t758__col.t-col.t-col_12 {
            padding-inline: 0 !important;
        }
        
        .uc-breadcrumbs {
            display: none !important;
        }
    }
    
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        
        .uc-breadcrumbs .t-container {
            max-width: 748px !important;
        }
        
        .uc-breadcrumbs .t758__col.t-col.t-col_12 {
            padding-inline: 0 !important;
        }
        
    }
    
    @media screen and (min-width: 1024px) and (max-width: 1439px) {
        
        .uc-breadcrumbs .t-container {
            max-width: 1004px !important;
        }
        
    }
    
    @media screen and (min-width: 1440px) {
        
        .uc-breadcrumbs .t-col_12 {
            max-width: 1200px !important;
        }
        
        .uc-breadcrumbs .t-container {
            max-width: 1200px !important;
        }
        
    }
    

/* T657 уведомление о куки ----------------------------------------------------------------------------------------------------- */

    .t657__wrapper {
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1) !important;
    }
    
    
/* Результаты поиска ----------------------------------------------------------------------------------------------------- */
    
    .t-search-widget__popup-container.t-col.t-col_8.t-prefix_2 * {
        font-family: 'VelaSans', 'Arial', sans-serif !important;
    }
    
    
/* Попап после успешной отправки формы ----------------------------------------------------------------------------------------------------- */

    .t-form-success-popup__text {
        font-family: 'VelaSans', 'Arial', sans-serif !important;
        font-size: 20px !important;
    }


/* Цвет ссылки на политику обработки в формах (меняется на всех кроме блока с классом .uc-white-form */
    
    .t-checkbox__labeltext a:not(.uc-white-form a) {
        color: #D9D9D9 !important;
    }

/* Жирность всего наборного текста */
/*.uc-main-text *:not(strong) {
        font-weight: 400 !important;
    }*/
    
    
/* Кнопки и теги ----------------------------------------------------------------------------------------------------- */
    
    .black-btn,
    .article__tag-colored,
    .article__tag-white,
    button.t-btn.t-btnflex.t-btnflex_type_bbutton.t-btnflex_sm.js-feed-btn-show-more.t-feed__showmore-btn {
        transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }
    
    .black-btn:hover,
    .article__tag-colored:hover,
    .article__tag-white:hover,
    button.t-btn.t-btnflex.t-btnflex_type_bbutton.t-btnflex_sm.js-feed-btn-show-more.t-feed__showmore-btn:hover {
        transform: scale(0.98) !important;
        transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }
    
    .black-btn:active,
    .article__tag-colored:active,
    .article__tag-white:active,
    button.t-btn.t-btnflex.t-btnflex_type_bbutton.t-btnflex_sm.js-feed-btn-show-more.t-feed__showmore-btn:active {
        transform: scale(0.96) !important;
        transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }
    
    
    .tn-form__submit button {
        transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }
    
    .tn-form__submit button:hover {
        transform: scale(0.99) !important;
        transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }
    
    .tn-form__submit button:active {
        transform: scale(0.98) !important;
        transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }
    
    
    .search-button {
        transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }
    
    .search-button:hover {
        transform: scale(0.95) !important;
        transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }
    
    .search-button:active {
        transform: scale(0.93) !important;
        transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }
    

/* IX02 — Блок "Читайте также" (в статье) ----------------------------------------------------------------------------------------------------- */

    .uc-related-articles2 .t-container:before, .uc-related-articles2 .t-container:after {
        display: none !important;
    }
    
    .uc-related-articles2 .t-col {
        margin-inline: 0 !important;
    }
    
    .uc-related-articles2 .t404 .t-col_4 {
        margin-bottom: 0 !important;
    }
    
    .uc-related-articles2 .t404__img.t-bgimg.loaded {
        aspect-ratio: 1.8 !important;
    }
    
    .uc-related-articles2 .t404__separator {
        padding-top: 56%;
    }
    
    .uc-related-articles2 .t404__textwrapper {
        margin-bottom: 0 !important;
    }
    
    .uc-related-articles2 .t404__descr.t-descr.t-descr_xs {
        height: auto !important;
    }
    
    .uc-related-articles2 .t404__tag {
        letter-spacing: 2px !important;
    }
    
    
    .t404__col.t-col.t-col_4.t-align_left .t404__title {
        transition: 0.2s ease-in-out;
    }
    
    .t404__col.t-col.t-col_4.t-align_left:hover .t404__title {
        color: #596164 !important;
        transition: 0.2s ease-in-out;
    }
    
    .t404__col.t-col.t-col_4.t-align_left:hover .t404__img {
        opacity: 92% !important;
        transition: 0.2s ease-in-out;
    }
    
    
    @media screen and (max-width:767px) {
        .uc-related-articles2 .t-container {
            display: grid !important;
            gap: 30px !important;
            max-width: 94.3% !important;
        }
        
        .uc-related-articles2 .t404__col.t-col.t-col_4.t-align_left {
            padding-inline: 0 !important;
            max-width: 100% !important;
            margin-inline: auto !important;
        }
        
        .uc-related-articles2 .t404__imgbox {
            width: 100%;
            margin-right: 0px;
        }
        
        .uc-related-articles2 .t404__textwrapper {
            width: 100%;
            margin-bottom: 0 !important;
            margin-top: 15px !important;
        }
        
        .uc-related-articles2 .t404__col.t-col.t-col_4.t-align_left {
            margin-bottom: 0 !important;
        }
        
        .uc-related-articles2 .t404__img.t-bgimg.loaded {
            margin-bottom: 20px !important;
        }
        
        .uc-related-articles2 .t404__separator {
            margin-bottom: 12px !important;
        }
    }
    
    
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .uc-related-articles2 .t404__col.t-col.t-col_4.t-align_left {
            padding-inline: 0 !important;
        }
        
        .uc-related-articles2 .t-container {
            display: grid !important;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 20px !important;
            max-width: 748px !important;
        }
        
        .uc-related-articles2 .t-col_4 {
            max-width: 400px !important;
        }
        
        .uc-related-articles2 .t404__textwrapper {
            width: 100% !important;
        }
        
        .uc-related-articles2 .t404__imgbox {
            width: 100% !important;
            margin-right: 0 !important;
        }
        
        .uc-related-articles2 .t404__separator {
            margin-bottom: 12px !important;
        }
    }
    
    @media screen and (min-width: 1024px) and (max-width: 1439px) {
        .uc-related-articles2 .t-container {
            display: grid !important;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 40px !important;
            max-width: 1004px !important;
        }
        
        .uc-related-articles2 .t-col_4 {
            max-width: 400px !important;
        }
        
    }
    
    @media screen and (min-width: 1440px) {
        .uc-related-articles2 .t-container {
            display: grid !important;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 40px !important;
            max-width: 1200px !important;
        }
        
        .uc-related-articles2 .t-col_4 {
            max-width: 400px !important;
        }
        
    }
    
    
/* IX01 — Одна гориз. рекомендация статьи ----------------------------------------------------------------------------------------------------- */
    
    .uc-related-horiz .t403__container-table {
        border-top: 1px solid #F5F7FA;
        border-bottom: 1px solid #F5F7FA;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .uc-related-horiz .t403__container-table {
        transition: 300ms;
    }
    
    .uc-related-horiz .t403__container-table:hover {
        background-color: #F5F7FA;
        border-radius: 40px !important;
        transition: 150ms;
    }
    
    .uc-related-horiz .t403__container-table:hover .t403__link {
        padding-left: 20px !important;
        transition: 300ms;
    }
    
    .uc-related-horiz .t403 .t403__link {
        display: flex;
        gap: 40px !important;
        align-items: center;
        max-width: 800px !important;
        transition: 300ms;
    }
    
    .uc-related-horiz .t-width_8 {
        max-width: 800px !important;
    }

    .uc-related-horiz .t403__img.t-bgimg.loaded {
        aspect-ratio: 1 !important;
        border-radius: 100px !important;
    }
    
    .uc-related-horiz .t403__imgbox {
        width: 80px !important;
        height: 80px !important;
    }
    
    .uc-related-horiz .t403__tcol1 {
        width: 100px !important;
    }
    
    .uc-related-horiz .t403__tcol2 {
        width: 100% !important;
        border-bottom: none !important;
        border-right: none !important;
    }
    
    .uc-related-horiz .t403__container-table:first-child .t403__tcol2 {
        border-top: none !important;
    }
    
    .uc-related-horiz .t403__title {
        margin-bottom: 10px;
    }
    
    .uc-related-horiz .t403__textwrapper {
        margin: 0;
    }
    
    @media screen and (max-width: 820px) {
        .uc-related-horiz .t-width_8 {
            width: 94.3% !important;
        }
    }
    
    @media screen and (max-width: 640px) {
        
        .uc-related-horiz .t403__tcol1 {
            width: 60px !important;
        }
        
        .uc-related-horiz .t403__imgbox {
            width: 60px !important;
            height: 60px !important;
        }
        
        .uc-related-horiz .t403 .t403__link {
            gap: 20px !important;
        }
        
        .uc-related-horiz .t403__title {
            margin-bottom: 5px;
        }
        
        .uc-related-horiz .t403__container-table.t-width_8 {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        
    }
    
     @media screen and (max-width: 480px) {
        .uc-related-horiz .t403__container-table:hover {
            border-radius: 30px !important;
        }
    }
    
    
/* Фотки в статье ----------------------------------------------------------------------------------------------------- */

    .article__hero-img, .article__one-img {
        overflow: hidden !important;
        border-radius: 40px !important;
    }
    
    @media screen and (max-width: 767px) {
        .article__hero-img, .article__one-img {
            border-radius: 30px !important;
        }
    }
    
    .article__two-img {
        overflow: hidden !important;
        border-radius: 30px !important;
    }
    

/* Слайдер GL01 ----------------------------------------------------------------------------------------------------- */
    
    .uc-slider .t-slds__arrow-left {
        left: 10px !important;
    }
    
    .uc-slider .t-slds__arrow-right {
        right: 10px !important;
    }
    
    .uc-slider .t-slds__container.t-width.t-width_9.t-margin_auto {
        border-radius: 40px !important;
    }
    
    .uc-slider li.t-slds__arrow_wrapper.t-slds__arrow_wrapper-left {
        margin-left: 15px !important;
        height: auto !important;
    }
        
    .uc-slider li.t-slds__arrow_wrapper.t-slds__arrow_wrapper-right {
        margin-right: 15px !important;
        height: auto !important;
    }
    
    .uc-slider .t670__imgwrapper .t-slds__bgimg {
        border-radius: 0px !important;
    }
        
    .uc-slider .t670__imgwrapper {
        border-radius: 0px !important;
        overflow: hidden !important;
    }
    
    
    @media screen and (min-width:768px) {
    
        .uc-slider .t670__imgwrapper .t-slds__bgimg.t-bgimg.t-zoomable.loaded {
            transition: transform 500ms cubic-bezier(0.6, 0, 0.42, 1);
        }
        
        .uc-slider .t670__imgwrapper:hover .t-slds__bgimg.t-bgimg.t-zoomable.loaded {
            transform: scale(1.05);
            transition: transform 500ms cubic-bezier(0.6, 0, 0.42, 1);
    
        }
    }
    
    
    @media screen and (max-width:767px) {
        .uc-slider .article__hero-img, .article__one-img {
            border-radius: 30px !important;
        }
        
        .uc-slider .t-slds__container.t-width.t-width_9.t-margin_auto {
            border-radius: 30px !important;
        }
    
        .uc-slider .t670__imgwrapper {
            border-radius: 0px !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
        }
        
        .uc-slider .t-slds__bgimg.t-bgimg.t-zoomable.loaded {
            border-radius: 30px !important;
        }
    
        
        .uc-slider li.t-slds__arrow_wrapper.t-slds__arrow_wrapper-left {
            margin-left: 15px !important;
        }
        
        .uc-slider li.t-slds__arrow_wrapper.t-slds__arrow_wrapper-right {
            margin-right: 15px !important;
        }
    }
    
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        
        .uc-slider .t-slds__container.t-width.t-width_9.t-margin_auto {
            max-width: 708px !important;
        }
        
        .uc-slider .t-width.t-width_9.t-margin_auto {
            max-width: 708px !important;
        }
        
        .uc-slider .t-width .t-slds__wrapper {
            padding: 0px 0px;
        }
    }
    
    @media screen and (min-width: 1024px) and (max-width: 1439px) {
        
        .uc-slider .t-slds__container.t-width.t-width_9.t-margin_auto {
            max-width: 965px !important;
        }
        
        .uc-slider .t-width.t-width_9.t-margin_auto {
            max-width: 965px !important;
        }
    }
    
    @media screen and (min-width: 1440px) {
        
        .uc-slider .t-slds__container.t-width.t-width_9.t-margin_auto {
            max-width: 900px !important;
        }
        
        .uc-slider .t-width.t-width_9.t-margin_auto {
            max-width: 900px !important;
        }
    }


/* Слайдер подпись изображения + скрыть разделитель */

    .uc-slider .t670 .t-slds__caption.t670__caption_margin {
        margin-top: 15px !important;
    }
    
    .uc-slider .t-slds__descr {
        margin-top: 0 !important;
    }
    
    .uc-slider .t-slds__caption_wrapper {
        border-top: 0 !important;
        padding: 0 0 !important;
    }
    
    .uc-slider button.t-slds__bullet_body {
        background-color: rgba(0, 0, 0, 0.3) !important;
        border: 1px solid rgba(255, 255, 255, 0.7) !important;
    }
    
    
/* Слайдер GL01 → галерея в попапе ----------------------------------------------------------------------------------------------------- */
    
    .t-carousel__zoomed {
        background: #1A1A1A !important;
    }
    
    img.t-carousel__zoomer__img.t-img.loaded {
        border-radius: 40px !important;
    }
    
    .t-zoomer__descr {
        color: #CDCDCD !important;
        font-size: 13px !important;
    }
    
    .t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_left:before,
    .t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_right:before {
        display: none !important;
    }
    
    .t-carousel__zoomer__arrow {
        height: 28px;
        width: 28px;
    }
    
    .t-carousel__zoomer__arrow_left,
    .t-carousel__zoomer__arrow_right {
        color: #fff !important;
    }
    
    .t-zoomer__close svg path {
        fill: #fff !important;
    }
    
    .t-zoomer__close {
        background: transparent !important;
    }
    
    .t-zoomer__scale svg path {
        stroke: #fff !important;
    }
    
    .t-zoomer__scale {
        background: transparent !important;
    }
    
    @media screen and (max-width: 767px) {
        img.t-carousel__zoomer__img.t-img.loaded {
            border-radius: 0 !important;
        }
        
        .t-slds__descr.t-descr.t-descr_xxs {
            font-size: 12px !important;
        }
    }

    
/* Затемнение главной фотки ----------------------------------------------------------------------------------------------------- */
    
    @media screen and (min-width:768px) {
        .article__hero-img::after {
            content: "";
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
            pointer-events: none;
        }
    }
    

/* Скрытый H1 на главной ----------------------------------------------------------------------------------------------------- */
    
    .uc-visually-hidden {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        border: 0 !important;
        white-space: nowrap !important;
    }
    
    
/* Автовысота у заголовка и подзаголовка статьи ----------------------------------------------------------------------------------------------------- */
    
    .article__h1, .article__subheading {
        height: auto !important;
    }
    
    
/* Линия под заголовком в статье */
    
    .uc-article__mob-line {
        padding-top: 20px !important;
    }
        
    @media screen and (min-width: 768px) {
        .uc-article__mob-line {
            display: none !important;
        }   
    }
    
    
/* Плитки при наведении ----------------------------------------------------------------------------------------------------- */

    .t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
        transition: 0.2s ease-in-out;
    }
        
    .t-feed__col-grid__post-wrapper:hover .t-feed__post-bgimg {
        opacity: 92%;
    }
    
    .t-feed__col-grid__post-wrapper:hover a {
        color: #596164 !important;
    }
    
    
/* Отступ в подменю ME403 ----------------------------------------------------------------------------------------------------- */

    .uc-menu-mobile .t-menusub__content {
        padding-bottom: 30px !important;
    }
    
    
/* VD11 видео с обложкой ----------------------------------------------------------------------------------------------------- */

    .uc-article-video2 .t347__descr.t-descr.t-descr_xxs {
        font-family: 'VelaSans', 'Arial', sans-serif;
        font-size: 14px !important;
    }
    
    .uc-article-video2 .t347__overlay:after {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
        pointer-events: none;
    }

    .uc-article-video2 .t-container {
        display: flex !important;
        justify-content: center !important;
    }
    
    .uc-article-video2 .t-prefix_1 {
        padding-inline: 0 !important;
    }
    
    .uc-article-video2 .t-col {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    
    @media screen and (max-width: 767px) {
        
        .uc-article-video2 .t-col.t-col_10.t-prefix_1 {
            width: 94.3% !important;
            margin-inline: auto !important;
        }
        
        .uc-article-video2 .t347__table {
            border-radius: 30px !important;
        }
        
        .uc-article-video2 .t-container {
            max-width: 708px !important;
            max-width: 100% !important;
            margin-inline: 0 !important;
        }
        
        .uc-article-video2 .t347__descr.t-descr.t-descr_xxs {
            font-size: 12px !important;
        }
    }
    
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        
        .uc-article-video2 .t-col_10 {
            max-width: 708px !important;
        }
        
        .uc-article-video2 .t-container {
            max-width: 708px !important;
        }
    }
    
    @media screen and (min-width: 1024px) and (max-width: 1439px) {
        
        .uc-article-video2 .t-col_10 {
            max-width: 965px !important;
        }
    }
    
    @media screen and (min-width: 1440px) {
        
        .uc-article-video2 .t-col_10 {
            max-width: 900px !important;
        }
        
        .uc-article-video2 .t-prefix_1 {
            padding-left: 0 !important;
        }
    }
    

/* Блок Наша рассылка ----------------------------------------------------------------------------------------------------- */
    
    .uc-subscribe {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    @media screen and (max-width: 767px) {
        
        .uc-subscribe {
            padding-top: 40px !important;
            padding-bottom: 40px !important;
        }
    }
    
/* Сбалансированный перенос слов в статье */

    .article__h1,
    .article__subheading {
        text-wrap: balance !important;
    }
    
    /*
    .uc-article-h3 .tn-atom,
    .uc-article-h3 .tn-atom {
        text-wrap: balance !important;
    } */
    
    
/* Блик на лого ----------------------------------------------------------------------------------------------------- */
    
    .noda-logo .tn-atom {
        overflow: hidden;
        position: relative;
    }
    
    .noda-logo {
        transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    
    .noda-logo .tn-atom:after {
        background: #fff;
        content: "";
        height: 200px;
        left: -120px;
        opacity: .4;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        width: 100px;
        filter: blur(10px);
    }

    .noda-logo .tn-atom:hover::after {
        animation: shine 1500ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }
    
    @keyframes shine {
        from {
            left: -120px;
        }
        to {
            left: 120%;
        }
    }