body {
    background-color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    color: #161616;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
}

body.header-right-mobile-open {
    overflow: hidden;
}

* {
    outline: none;
    box-sizing: border-box;
}

a {
    transition: all 0.2s ease 0s;
    outline: none;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

a:active {
    outline: none;
}

input, textarea, select, button {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.2s ease 0s;
}

ul, ol {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
}

ul li, ol li {
    margin-bottom: 0;
}

h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    margin: 0 0 67px 0;
}

h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    margin: 0 0 50px 0;
}

h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    margin: 0 0 40px 0;
}

h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    margin: 0 0 30px 0;
}

h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    margin: 0 0 25px 0;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 20px 0;
}

p {
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 20px 0;
}

.container {
    max-width: 1740px;
    margin: 0 auto;
}

@media (max-width: 1800px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1600px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1320px) {
    .container {
        max-width: 1160px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
    }
}

.btn {
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 24px;
    display: inline-block;
    color: #ffffff;
    padding: 14px 32px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.btn:focus, .btn:hover {
    color: #ffffff;
}

.btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.btn-main {
    border: 1px solid #E51A50;
    background-color: #E51A50;
    color: #ffffff;
}

.btn-main:focus, .btn-main:hover {
    border: 1px solid #E51A50;
    background-color: #ffffff;
    color: #E51A50;
}

.btn-default {
    border: 1px solid #EBF2F9;
    background-color: #EBF2F9;
    color: #2F577A;
}

.btn-default:focus, .btn-default:hover {
    border: 1px solid #2c4964;
    background-color: #2c4964;
    color: #ffffff;
}

.hidden {
    display: none !important;
}

.cookies-container {
    position: fixed;
    bottom: 10px;
    width: 100%;
    z-index: 300;
}

.cookies-container-block {
    background-color: #F3F3F3;
    box-shadow: 0 2px 70px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 6px 16px;
    margin: auto;
    max-width: 100%;
    width: 800px;
    position: relative;
}

.cookies-block-text {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

p.cookies-block-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}

.cookies-block-link a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #31AF61;
    cursor: pointer;
}

.cookies-block-link a:hover, .cookies-block-link a:focus {
    text-decoration: none;
    color: #E51A50;
}

.cookies-button a {
    cursor: pointer;
}

.cookies-button a:hover, .cookies-button a:focus {
    text-decoration: none;
}

.cookies-block-link {
    display: table;
    width: 100%;
    margin-top: 4px;
}

.cookies-block-link a {
    display: table-cell;
}

.cookies-block {
    width: 75%;
}

.cookies-button {
    position: absolute;
    right: 28px;
    top: 30px;
}

.page-wrapper {
    padding-top: 24px;
}

.site-header {
    display: block;
    position: sticky;
    z-index: 5;
    top: 0;
}

.header-menu {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0 96px;
}

.header-menu ul {
    margin-top: 0;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.header-content {
    background-color: #ffffff;
    border-radius: 24px;
}

.header-content-block {
    position: relative;
    display: flex;
    width: 100%;
    padding: 20px 46px;
    color: #000000;
    align-items: center;
    justify-items: flex-start;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    background-color: #F3F3F3;
    border-radius: 24px;
}

.header-menu li {
    display: inline-block;
}

.menu-item-has-children {
    position: relative;
}

.header-menu li a {
    padding: 8px 32px;
    text-decoration: none;
    display: block;
    color: #000000;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}

.header-menu li a:hover, .header-menu li a:focus, .header-menu li.active a {
    color: #E51A50;
}

.header-menu li a svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: -8px;
}

.header-menu-right .btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 32px;
    text-transform: none;
    min-height: inherit;
    text-align: center;
    border-radius: 0;
}

.header-menu-mobile {
    display: none;
}

.header-menu ul.sub-menu {
    display: none;
    background-color: #F3F3F3;
    padding: 42px 8px 8px 8px;
    border-radius: 0 0 24px 24px;
    position: absolute;
    box-shadow: 1px 11px 5px -4px #0000001F;
    width: 262px;
    margin-bottom: 0;
}

.header-menu li.menu-item-has-children:hover ul.sub-menu, .header-menu li.menu-item-has-children:focus ul.sub-menu, .header-menu li.menu-item-has-childrenmenu-item-has-children.open ul.sub-menu {
    display: block;
}

.sub-menu li {
    display: block;
    margin-bottom: 4px;
}

.sub-menu li > a {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #474747;
    text-decoration: none;
    padding: 8px 12px;
    text-align: left;
}

.sub-menu li > a span, .sub-menu li > a img {
    line-height: 40px;
    vertical-align: middle;
}

.sub-menu li > a img {
    margin-right: 12px;
}

.header-menu-mobile.btn {
    padding: 10px 0;
    border-radius: 50%;
    background-color: transparent;
    border-color: transparent;
    line-height: 1;
    min-height: inherit;
    cursor: pointer;
    margin-right: 64px;
}

.header-menu-button .btn.header-menu-mobile {
    width: 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    transition: all 0.2s ease 0s;
    height: 40px;
}

.menu-icon-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.menu-icon-inner, .menu-icon-inner::before, .menu-icon-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000000;
    border-radius: 999px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.menu-icon-inner::before, .menu-icon-inner::after {
    content: "";
    display: block;
}

.menu-icon-inner::before {
    top: -10px;
}

.menu-icon-inner::after {
    bottom: -10px;
}

.menu-icon-spring .menu-icon-inner {
    top: -1px;
    transition: background-color 0s 0.13s linear;
}

.menu-icon-spring .menu-icon-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-icon-spring .menu-icon-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header-right-mobile-open .menu-icon-spring .menu-icon-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.header-right-mobile-open .menu-icon-spring .menu-icon-inner::before {
    top: -4px;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.header-right-mobile-open .menu-icon-spring .menu-icon-inner::after {
    top: -4px;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.menu-icon-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.mega-header-nav {
    display: flex;
    gap: 78px;
    justify-content: space-between;
}

.mega-header-menu ul {
    margin-top: 0;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.mega-header-menu ul.sub-menu {
    padding-top: 30px;
}

.mega-header-nav > li {
    display: block;
    flex: 1;
}

.mega-header-nav > li > a {
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    color: #282828;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-align: left;
    position: relative;
}

.mega-header-nav > li > a::before {
    content: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.36121 12.75L-8.74404e-06 -5.20717e-07L14.7224 -1.80779e-06L7.36121 12.75Z" fill="%23C8C8C8"/></svg>');
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: -11px;
    top: 2px;
}

.mega-header-nav > li a:hover, .mega-header-nav > li a:focus, .mega-header-nav > li.active a {
    color: #E51A50;
}

.mega-header-nav .sub-menu li > a {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}

.mega-menu-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 0;
    z-index: 100;
    background-color: #F3F3F3;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    transition: all 0.6s ease 0s;
}

.header-right-mobile-open .mega-menu-container {
    height: 100vh;
    overflow: auto;
}

.mega-menu-block-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.mega-menu-block-header .header-content-logo {
    display: block;
    text-decoration: none;
}

.mega-menu-block {
    padding: 42px 108px;
}

.mega-menu-block-header .btn {
    color: #9C9C9C;
    padding: 8px 16px;
    border: medium none;
    background-color: transparent;
}

.mega-menu-block-header .btn:hover, .mega-menu-block-header .btn:focus {
    color: #E51A50;
}

.mega-menu-block-header .btn svg {
    margin-right: 0;
}

.mega-menu-block-footer-links {
    display: flex;
    gap: 48px;
}

.mega-menu-block-footer-logo {
    position: absolute;
    right: 0;
    bottom: 0;
}

.mega-menu-block-footer-phone, .mega-menu-block-footer-email {
    display: block;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #161616;
}

.mega-menu-block-footer-phone {
    margin-bottom: 10px;
    text-decoration: none;
}

a.mega-menu-block-footer-email {
    text-decoration: underline;
    text-decoration-color: #21CE6E;
    text-decoration-thickness: 3px;
    margin-bottom: 82px;
}

.mega-menu-block-footer-links {
    display: flex;
    gap: 46px;
}

a.mega-menu-block-footer-links-item {
    text-decoration: none;
    color: #9C9C9C;
}

a.mega-menu-block-footer-links-item svg {
    width: 38px;
    height: 38px;
}

.mega-menu-block-footer a:hover, .mega-menu-block-footer a:focus {
    color: #E51A50;
}

.mega-menu-block-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 100px;
    padding-bottom: 100px;
}

.footer-block-container {
    background-color: #F9F9F9;
    padding: 60px 44px;
    border-radius: 24px;
    color: #161616;
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
}

.footer-block {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.footer-block a {
    color: #161616;
    text-decoration: none;
}

.footer-block a:hover, .footer-block a:focus {
    color: #E51A50;
}

.footer-block-about {
    width: 435px;
    padding-right: 103px;
}

.footer-block-social {
    width: 487px;
}

.footer-block-medal {
    flex: 1;
}

.footer-block-about-logo {
    display: block;
    margin-bottom: 38px;
}

.footer-block-about-phone, .footer-block-about-email {
    display: block;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.03em;
}

.footer-block-about-phone {
    margin-bottom: 10px;
}

a.footer-block-about-email {
    text-decoration: underline;
    text-decoration-color: #21CE6E;
    text-decoration-thickness: 3px;
    margin-bottom: 46px;
}

.footer-block-about p {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #7B7B7B;
}

.footer-block-social-links {
    margin-bottom: 92px;
}

.footer-block-social-links-item {
    display: flex;
    line-height: 100%;
    align-items: center;
    margin-bottom: 34px;
}

.footer-block-social-links-item svg {
    margin-right: 8px;
}

.footer-block-social-agrees a {
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #7B7B7B;
}

.footer-block-social-agrees a:hover, .footer-block-social-agrees a:focus {
    color: #E51A50;
}

.footer-navigation ul {
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
}

.footer-navigation ul li {
    list-style: none;
    margin-bottom: 34px;
}

.footer-block-medal {
    text-align: right;
}

.footer-block-medal a {
    display: inline-block;
}

.footer-block-medal img {
    max-width: 230px;
}

.main-content {
    padding-top: 32px;
    padding-bottom: 110px;
}

.footer-mobile-item {
    display: none;
}

.container-page {
    padding-top: 32px;
    margin-bottom: 70px;
    min-height: calc(100vh - 680px);
}

.entry-header-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 70px;
}

.entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.post-thumbnail {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    max-width: none;
    aspect-ratio: unset;
}

.entry-meta {
    margin-bottom: 70px;
}

.entry-meta a {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.07em;
    text-align: center;
    color: #161616;
    text-decoration: none;
    border: 1px solid #161616;
    border-radius: 16px;
    padding: 8px 23px;
}

.entry-meta span ~ span a {
    margin-left: 38px;
}

.entry-meta a:hover, .entry-meta a:focus {
    border-color: #E51A50;
    color: #E51A50;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.entry-footer-block {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 70px;
}

.entry-footer-block p {
    margin: 0;
}

.entry-footer-block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.07em;
    color: #161616;
}

.entry-footer-block a {
    display: block;
    text-decoration: none;
    color: #161616;
    height: 42px;
    width: 42px;
}

.entry-footer-block a:hover, .entry-footer-block a:focus {
    color: #E51A50;
}

.other-news-block h2 {
    margin: 0 0 42px 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
}

.other-news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 37px;
}

.other-news-list-block-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
}

.other-news-list-block-item {
    height: 369px;
    width: calc(33.333% - 25px);
}

.other-news-list-block-item::after {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(180.19deg, rgba(217, 217, 217, 0) 57.2%, #2A2A2A 99.83%);
    z-index: 2;
}

.other-news-list-block-item::before {
    content: url('data:image/svg+xml,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_683_5" fill="white"><path d="M45 22.5C45 34.9264 34.9264 45 22.5 45C10.0736 45 0 34.9264 0 22.5C0 10.0736 10.0736 0 22.5 0C34.9264 0 45 10.0736 45 22.5Z"/></mask><path d="M9.81034 21C8.98192 21 8.31034 21.6716 8.31034 22.5C8.31034 23.3284 8.98192 24 9.81034 24V22.5V21ZM36.0607 23.5607C36.6464 22.9749 36.6464 22.0251 36.0607 21.4393L26.5147 11.8934C25.9289 11.3076 24.9792 11.3076 24.3934 11.8934C23.8076 12.4792 23.8076 13.4289 24.3934 14.0147L32.8787 22.5L24.3934 30.9853C23.8076 31.5711 23.8076 32.5208 24.3934 33.1066C24.9792 33.6924 25.9289 33.6924 26.5147 33.1066L36.0607 23.5607ZM9.81034 22.5V24H35V22.5V21H9.81034V22.5ZM45 22.5H42C42 33.2696 33.2696 42 22.5 42V45V48C36.5833 48 48 36.5833 48 22.5H45ZM22.5 45V42C11.7304 42 3 33.2696 3 22.5H0H-3C-3 36.5833 8.41674 48 22.5 48V45ZM0 22.5H3C3 11.7304 11.7304 3 22.5 3V0V-3C8.41674 -3 -3 8.41674 -3 22.5H0ZM22.5 0V3C33.2696 3 42 11.7304 42 22.5H45H48C48 8.41674 36.5833 -3 22.5 -3V0Z" fill="white" mask="url(%23path-1-inside-1_683_5)"/></svg>');
    display: block;
    position: absolute;
    right: 44px;
    bottom: 23px;
    z-index: 3;
}


.other-news-list-block-item-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.other-news-list-block-item-image, .other-news-list-block-item-text {
    display: block;
}

.other-news-list-block-item-image img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
    max-width: none;
}

.other-news-list-block-item-text {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    padding: 25px 98px 25px 42px;
    color: #ffffff;
    position: relative;
    z-index: 4;
    width: 100%;
}

.pagination {
    padding-top: 70px;
}

.nav-links {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.page-numbers {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.07em;
    text-align: center;
    color: #161616;
    padding: 4px 12px;
    border: 1px solid #161616;
    border-radius: 16px;
    text-decoration: none;
    height: 36px;
}

.page-numbers:not(.current, .dots):hover, .page-numbers:not(.current, .dots):focus {
    color: #E51A50;
    border-color: #E51A50;
}

.page-numbers.dots {
    border-color: transparent;
}

.page-numbers.current {
    color: #CECECE;
    border-color: #CECECE;
}

.page-numbers.prev, .page-numbers.next {
    line-height: 20px;
}


.fixed-news-block {
    display: flex;
    gap: 70px;
    align-items: center;
    margin-bottom: 70px;
}

.fixed-news-block-text, .fixed-news-block-image {
    flex: 1;
}

.fixed-news-block-text .entry-meta {
    margin-bottom: 39px;
}

.fixed-news-block-text h2 {
    font-weight: 500;
    font-size: 62px;
    line-height: 120%;
    margin-bottom: 18px;
}

.fixed-news-block-text h2 a {
    text-decoration: none;
    color: #161616;
}

.fixed-news-block-text-description {
    font-weight: 300;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 75px;
}

.fixed-news-block-image .post-thumbnail {
    height: 100%;
    min-height: 664px;
}

.fixed-news-block-image .post-thumbnail img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
    max-width: none;
    aspect-ratio: unset;
}

.fixed-news-block-text-link a {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: underline;
    color: #31AF61;
}

.fixed-news-block-text-link a:hover, .fixed-news-block-text-link a:focus {
    color: #E51A50;
}

.other-news-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-bottom: 70px;
}

.other-news-tags a {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.07em;
    text-align: center;
    color: #161616;
    text-decoration: none;
    padding: 4px 21px;
    border: 1px solid #161616;
    border-radius: 16px;
}

.other-news-tags a.current-category {
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    pointer-events: none;
}

.other-news-tags a:hover, .other-news-tags a:focus {
    color: #E51A50;
    border-color: #E51A50;
}

.fixed-news-block-mobile {
    margin-bottom: 32px;
}

.fixed-news-mobile-list-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    width: 555px;
    height: 774px;
}


.fixed-news-mobile-list-item-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.fixed-news-mobile-list-item-image, .fixed-news-mobile-list-item-text {
    display: block;
}

.fixed-news-mobile-list-item-image img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
    max-width: none;
}

.fixed-news-mobile-list-item-text {
    padding: 64px;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0.07em;
    color: #FFFFFF;
    background-color: #434343;
    border-radius: 24px;
    position: relative;
    z-index: 4;
}

.fixed-news-block-mobile {
    display: none;
}

.cb-carousel-block .swiper {
    border-radius: 24px;
}

.cb-carousel-block .wp-block-image img {
    width: 100%;
}

@media (min-width: 768px) {
    .cb-carousel-block .swiper-button-prev::after, .cb-carousel-block .swiper-rtl .swiper-button-next::after, .cb-carousel-block .swiper-button-next::after, .cb-carousel-block .swiper-rtl .swiper-button-prev::after {
        display: block;
        width: 38px;
        height: 38px;
    }

    .cb-carousel-block .swiper-button-prev::after, .cb-carousel-block .swiper-rtl .swiper-button-next::after {
        content: url('data:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_338_622" fill="white"><path d="M1.66103e-06 19C2.5784e-06 8.50658 8.50659 -2.5784e-06 19 -1.66103e-06C29.4934 -7.4367e-07 38 8.50659 38 19C38 29.4934 29.4934 38 19 38C8.50659 38 7.4367e-07 29.4934 1.66103e-06 19Z"/></mask><path d="M30.1379 20.5C30.9664 20.5 31.6379 19.8284 31.6379 19C31.6379 18.1716 30.9664 17.5 30.1379 17.5L30.1379 19L30.1379 20.5ZM7.80601 17.9393C7.22022 18.5251 7.22022 19.4749 7.80601 20.0607L17.3519 29.6066C17.9377 30.1924 18.8875 30.1924 19.4733 29.6066C20.0591 29.0208 20.0591 28.0711 19.4733 27.4853L10.988 19L19.4733 10.5147C20.0591 9.92893 20.0591 8.97918 19.4733 8.3934C18.8875 7.80761 17.9377 7.80761 17.352 8.3934L7.80601 17.9393ZM30.1379 19L30.1379 17.5L8.86667 17.5L8.86667 19L8.86667 20.5L30.1379 20.5L30.1379 19ZM1.66103e-06 19L3 19C3 10.1634 10.1634 3 19 3L19 -1.66103e-06L19 -3C6.84974 -3 -3 6.84973 -3 19L1.66103e-06 19ZM19 -1.66103e-06L19 3C27.8366 3 35 10.1634 35 19L38 19L41 19C41 6.84974 31.1503 -3 19 -3L19 -1.66103e-06ZM38 19L35 19C35 27.8366 27.8366 35 19 35L19 38L19 41C31.1503 41 41 31.1503 41 19L38 19ZM19 38L19 35C10.1634 35 3 27.8366 3 19L1.66103e-06 19L-3 19C-3 31.1503 6.84973 41 19 41L19 38Z" fill="white" mask="url(%23path-1-inside-1_338_622)"/></svg>');
    }

    .cb-carousel-block .swiper-button-next::after, .cb-carousel-block .swiper-rtl .swiper-button-prev::after {
        content: url('data:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_338_624" fill="white"><path d="M38 19C38 8.50658 29.4934 -2.5784e-06 19 -1.66103e-06C8.50659 -7.4367e-07 -2.5784e-06 8.50659 -1.66103e-06 19C-7.4367e-07 29.4934 8.50659 38 19 38C29.4934 38 38 29.4934 38 19Z"/></mask><path d="M7.86207 20.5C7.03364 20.5 6.36207 19.8284 6.36207 19C6.36207 18.1716 7.03364 17.5 7.86207 17.5L7.86207 19L7.86207 20.5ZM30.194 17.9393C30.7798 18.5251 30.7798 19.4749 30.194 20.0607L20.6481 29.6066C20.0623 30.1924 19.1125 30.1924 18.5267 29.6066C17.9409 29.0208 17.9409 28.0711 18.5267 27.4853L27.012 19L18.5267 10.5147C17.9409 9.92893 17.9409 8.97918 18.5267 8.3934C19.1125 7.80761 20.0623 7.80761 20.648 8.3934L30.194 17.9393ZM7.86207 19L7.86207 17.5L29.1333 17.5L29.1333 19L29.1333 20.5L7.86207 20.5L7.86207 19ZM38 19L35 19C35 10.1634 27.8366 3 19 3L19 -1.66103e-06L19 -3C31.1503 -3 41 6.84973 41 19L38 19ZM19 -1.66103e-06L19 3C10.1634 3 3 10.1634 3 19L-1.66103e-06 19L-3 19C-3 6.84974 6.84973 -3 19 -3L19 -1.66103e-06ZM-1.66103e-06 19L3 19C3 27.8366 10.1634 35 19 35L19 38L19 41C6.84974 41 -3 31.1503 -3 19L-1.66103e-06 19ZM19 38L19 35C27.8366 35 35 27.8366 35 19L38 19L41 19C41 31.1503 31.1503 41 19 41L19 38Z" fill="white" mask="url(%23path-1-inside-1_338_624)"/></svg>');
    }

    .cb-carousel-block.wp-block-cb-carousel-v2 .cb-button-prev, .cb-carousel-block.wp-block-cb-carousel-v2.cb-rtl .cb-button-next {
        margin-left: 76px;
    }

    .cb-carousel-block.wp-block-cb-carousel-v2 .cb-button-next, .cb-carousel-block.wp-block-cb-carousel-v2.cb-rtl .cb-button-prev {
        margin-right: 76px;
    }

    .cb-carousel-block {
        --wp--custom--carousel-block--pagination-bullet-size: 36px;
        --wp--custom--carousel-block--pagination-bullet-horizontal-gap: 8px;
        --wp--custom--carousel-block--pagination-bottom: -60px;
        --wp--custom--carousel-block--pagination-bullet-inactive-color: #ffffff;
        --wp--custom--carousel-block--pagination-bullet-active-color: #ffffff;
    }

    .cb-carousel-block .swiper-pagination {
        counter-reset: item-counter;
    }

    .cb-carousel-block .swiper-pagination-bullet {
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        color: #161616;
        border: 1px solid #161616;
    }

    .cb-carousel-block .swiper-pagination-bullet::before {
        counter-increment: item-counter;
        content: counter(item-counter);
    }
}

.wp-block-columns {
    justify-content: space-between;
}

.page-content-mobile {
    display: none;
}

.wp-block-image img {
    border-radius: 24px;
}

.donation-theme-widget-block {
    margin-bottom: 110px;
}

#donation-help .donation-theme-widget-block {
    border-radius: 24px;
}

.page-help-header {
    font-weight: 500;
    font-size: 62px;
    line-height: 120%;
    margin-bottom: 38px;
    margin-top: 0;
    max-width: 870px;
}

.wp-block-accordion-heading {
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0.07em;
    font-weight: 700;
}

.wp-block-accordion-heading__toggle-icon {
    display: none;
}

.wp-block-accordion-heading__toggle:before {
    display: block;
    width: 38px;
    height: 38px;
    content: url('data:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_338_604" fill="white"><path d="M19 38C8.50659 38 -1.2892e-06 29.4934 -8.30516e-07 19C-3.71835e-07 8.50659 8.50659 -1.2892e-06 19 -8.30516e-07C29.4934 -3.71835e-07 38 8.50659 38 19C38 29.4934 29.4934 38 19 38Z"/></mask><path d="M20.5 7.86207C20.5 7.03364 19.8284 6.36207 19 6.36207C18.1716 6.36207 17.5 7.03364 17.5 7.86207L19 7.86207L20.5 7.86207ZM17.9393 30.194C18.5251 30.7798 19.4749 30.7798 20.0607 30.194L29.6066 20.6481C30.1924 20.0623 30.1924 19.1125 29.6066 18.5267C29.0208 17.9409 28.0711 17.9409 27.4853 18.5267L19 27.012L10.5147 18.5267C9.92893 17.9409 8.97918 17.9409 8.3934 18.5267C7.80761 19.1125 7.80761 20.0623 8.3934 20.6481L17.9393 30.194ZM19 7.86207L17.5 7.86207L17.5 29.1333L19 29.1333L20.5 29.1333L20.5 7.86207L19 7.86207ZM19 38L19 35C10.1634 35 3 27.8366 3 19L-8.30516e-07 19L-3 19C-3 31.1503 6.84973 41 19 41L19 38ZM-8.30516e-07 19L3 19C3 10.1634 10.1634 3 19 3L19 -8.30516e-07L19 -3C6.84974 -3 -3 6.84973 -3 19L-8.30516e-07 19ZM19 -8.30516e-07L19 3C27.8366 3 35 10.1634 35 19L38 19L41 19C41 6.84973 31.1503 -3 19 -3L19 -8.30516e-07ZM38 19L35 19C35 27.8366 27.8366 35 19 35L19 38L19 41C31.1503 41 41 31.1503 41 19L38 19Z" fill="%23BEBEBE" mask="url(%23path-1-inside-1_338_604)"/></svg>');
    margin-right: 16px;
    transition: all 0.6s ease 0s;
}

.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle:before {
    transform: rotate(180deg);
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title, .wp-block-accordion-heading__toggle:focus .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}

.wp-block-accordion-heading__toggle, .wp-block-accordion-heading__toggle:focus, .wp-block-accordion-heading__toggle:hover {
    padding: 1rem 0;
}

.wp-block-button__link {
    border: 1px solid transparent;
    text-transform: uppercase;
    background-color: #E51A50;
    color: #ffffff;
}

.wp-block-button__link:focus, .wp-block-button__link:hover {
    background-color: #ffffff;
    color: #E51A50;
    border-color: #E51A50;
}

.wp-block-group-gap {
    gap: 2em;
}

.wp-block-media-text .wp-block-media-text__media img {
    border-radius: 24px;
    max-width: 100%;
}

@media (max-width: 1800px) {
    .footer-block-social {
        width: 380px;
    }

    .footer-block-about {
        width: 400px;
        padding-right: 36px;
    }
}

@media (max-width: 1600px) {
    .header-menu li a {
        padding: 8px 16px;
        font-size: 18px;
    }

    .mega-header-nav > li > a {
        font-size: 22px;
    }

    .mega-header-nav .sub-menu li > a {
        font-size: 18px;
    }

    .mega-header-nav {
        gap: 24px;
    }

    .mega-header-menu ul.sub-menu {
        padding-top: 18px;
    }

    .mega-header-nav > li > a::before {
        left: -12px;
        top: 4px;
    }

    .mega-menu-block-footer-phone, .mega-menu-block-footer-email {
        font-size: 24px;
    }

    a.mega-menu-block-footer-email {
        margin-bottom: 48px;
    }

    .mega-menu-block-footer-logo img {
        width: 92px;
    }

    .mega-menu-block {
        padding: 42px 92px;
    }

    .mega-menu-block-header {
        margin-bottom: 92px;
    }

    .footer-block-about {
        width: 360px;
        padding-right: 18px;
    }

    .footer-block-social {
        width: 310px;
    }

    .header-menu {
        padding: 0 48px;
    }

    .footer-block-medal img {
        max-width: 150px;
    }

    .other-news-list-block-item::before {
        right: 27px;
    }

    .other-news-list-block-item-text {
        padding: 16px 82px 16px 24px;
    }

    .other-news-list-block-item-text {
        font-size: 20px;
        padding: 16px 95px 16px 24px;
    }

    .fixed-news-mobile-list-item {
        width: 442px;
        height: 640px;
    }

    .fixed-news-mobile-list-item-text {
        padding: 32px;
        font-size: 28px;
    }
}

@media (max-width: 1320px) {
    .footer-block-social {
        width: 276px;
    }

    .fixed-news-block-text h2 {
        font-size: 48px;
    }

    .fixed-news-block-text-description {
        font-size: 24px;
    }

    .other-news-tags a {
        font-size: 16px;
    }

    .other-news-tags {
        gap: 24px;
    }

    .fixed-news-block {
        gap: 36px;
    }
}

@media (max-width: 1199px) {
    h1, .page-help-header {
        font-size: 48px;
        margin-bottom: 56px;
    }

    h2 {
        font-size: 36px;
        margin-bottom: 48px;
    }

    h3 {
        font-size: 28px;
        margin-bottom: 32px;
    }

    h4 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    h6 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    ul, ol {
        margin: 0;
    }

    p, ul, ol {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .fixed-news-block-text h2 {
        font-size: 36px;
    }

    .footer-block-medal img {
        max-width: 150px;
    }

    .footer-block {
        font-size: 16px;
    }

    .footer-block-about-phone, .footer-block-about-email {
        font-size: 20px;
    }

    .footer-block-about p {
        font-size: 16px;
    }

    .footer-block-social-agrees a {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .footer-block-social-links {
        margin-bottom: 64px;
    }

    .footer-block-about {
        width: 280px;
        padding-right: 0;
    }

    .footer-block-social {
        width: 180px;
    }

    .footer-navigation ul li {
        margin-bottom: 12px;
    }

    .footer-block-social-links-item {
        margin-bottom: 12px;
    }

    .header-menu {
        display: none;
    }

    .header-content-block {
        padding: 20px 32px;
        justify-content: space-between;
    }

    .header-menu-mobile.btn {
        margin-right: 0;
    }

    .header-menu-button {
        display: flex;
        align-items: center;
        gap: 28px;
        flex-direction: row-reverse;
    }

    .mega-menu-block {
        padding: 42px 64px;
    }

    .main-content {
        padding-bottom: 64px;
    }

    .other-news-list-block-item-text {
        font-size: 18px;
        padding: 16px 52px 16px 24px;
    }

    .other-news-list-block-item::before {
        content: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_683_5" fill="white"><path d="M45 22.5C45 34.9264 34.9264 45 22.5 45C10.0736 45 0 34.9264 0 22.5C0 10.0736 10.0736 0 22.5 0C34.9264 0 45 10.0736 45 22.5Z"/></mask><path d="M9.81034 21C8.98192 21 8.31034 21.6716 8.31034 22.5C8.31034 23.3284 8.98192 24 9.81034 24V22.5V21ZM36.0607 23.5607C36.6464 22.9749 36.6464 22.0251 36.0607 21.4393L26.5147 11.8934C25.9289 11.3076 24.9792 11.3076 24.3934 11.8934C23.8076 12.4792 23.8076 13.4289 24.3934 14.0147L32.8787 22.5L24.3934 30.9853C23.8076 31.5711 23.8076 32.5208 24.3934 33.1066C24.9792 33.6924 25.9289 33.6924 26.5147 33.1066L36.0607 23.5607ZM9.81034 22.5V24H35V22.5V21H9.81034V22.5ZM45 22.5H42C42 33.2696 33.2696 42 22.5 42V45V48C36.5833 48 48 36.5833 48 22.5H45ZM22.5 45V42C11.7304 42 3 33.2696 3 22.5H0H-3C-3 36.5833 8.41674 48 22.5 48V45ZM0 22.5H3C3 11.7304 11.7304 3 22.5 3V0V-3C8.41674 -3 -3 8.41674 -3 22.5H0ZM22.5 0V3C33.2696 3 42 11.7304 42 22.5H45H48C48 8.41674 36.5833 -3 22.5 -3V0Z" fill="white" mask="url(%23path-1-inside-1_683_5)"/></svg>');
        right: 16px;
        bottom: 16px;
    }

    .other-news-list-block-item {
        height: 240px;
        flex: unset;
    }

    .post-thumbnail img {
        display: block;
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        right: -100%;
        bottom: 0;
        margin: auto;
        max-width: none;
    }

    .fixed-news-block {
        flex-direction: column-reverse;
    }

    .fixed-news-block-image .post-thumbnail {
        height: 500px;
        width: 100%;
        min-height: unset;
    }

    .fixed-news-block-text, .fixed-news-block-image {
        flex: unset;
        width: 100%;
    }

    .fixed-news-block-text-description {
        margin-bottom: 18px;
    }

    .fixed-news-block-text-link a {
        font-size: 16px;
    }

    .fixed-news-mobile-list-item {
        width: 320px;
        height: 440px;
    }

    .fixed-news-mobile-list-item-text {
        padding: 24px;
        font-size: 20px;
    }

    .donation-theme-widget-block {
        margin-bottom: 24px;
    }

    .wp-block-accordion-heading {
        font-size: 28px;
        line-height: 1;
    }
}

@media (max-width: 991px) {
    .cookies-container-block {
        width: 670px;
    }

    .cookies-block {
        width: 80%;
    }

    .cookies-block-link a {
        width: auto;
        max-width: 280px;
        padding-right: 10px;
    }

    .cookies-button {
        right: 20px;
    }

    .footer-block-nav {
        display: none;
    }

    .footer-block-medal img {
        max-width: 92px;
    }

    .mega-menu-block-footer {
        display: none;
    }

    .mega-header-nav {
        flex-direction: column;
    }

    .sub-menu li > a {
        padding: 6px 12px;
    }

    .mega-header-nav .sub-menu li > a {
        font-size: 16px;
    }

    .mega-header-nav > li > a {
        font-size: 20px;
        display: inline-block;
        padding: 6px 50px 8px 70px;
        background-color: #D9D9D9;
        border-radius: 0 24px 24px 0;
    }

    .mega-header-nav > li > a::before {
        content: url('data:image/svg+xml,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.33008 6L8.66021 0H-4.91142e-05L4.33008 6Z" fill="%23F3F3F3"/></svg>');
        display: block;
        width: 9px;
        height: 6px;
        position: absolute;
        left: inherit;
        top: 4px;
        right: 16px;
    }

    .mega-menu-block {
        padding: 42px 0;
    }

    .mega-menu-block-header {
        margin-bottom: 64px;
        padding: 0 64px;
    }

    .mega-header-menu ul.sub-menu {
        padding-top: 0;
        padding-left: 58px;
    }

    .post-thumbnail {
        height: 340px;
    }

    .entry-header-block {
        gap: 32px;
    }

    .entry-meta {
        margin-bottom: 32px;
    }

    h1, .page-help-header {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .page-help-header {
        margin-top: 40px;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 32px;
    }

    h3 {
        font-size: 26px;
        margin-bottom: 28px;
    }

    h4 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    h6 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    p, ul, ol {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .other-news-list {
        gap: 24px;
        flex-wrap: wrap;
    }

    .other-news-list-block-item {
        height: 260px;
        flex: unset;
        width: calc(50% - 20px);
    }

    .entry-meta a {
        font-size: 14px;
    }

    .entry-footer-block {
        gap: 24px;
        margin-bottom: 32px;
    }

    .entry-footer-block p {
        font-size: 20px;
    }

    .entry-meta span ~ span a {
        margin-left: 24px;
    }

    .fixed-news-block-image .post-thumbnail {
        height: 340px;
    }

    .fixed-news-block {
        gap: 32px;
        margin-bottom: 64px;
    }

    .fixed-news-block-text .entry-meta {
        margin-bottom: 32px;
    }

    .fixed-news-block-text-description {
        font-size: 20px;
    }

    .fixed-news-block-text h2 {
        font-size: 30px;
    }

    .other-news-tags {
        gap: 16px;
        margin-bottom: 32px;
    }

    .pagination {
        padding-top: 32px;
    }

    .fixed-news-mobile-list-item {
        width: 100%;
        height: 360px;
    }

    .fixed-news-mobile-list-item-text {
        width: 100%;
    }

    body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }

    body .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }

    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
        text-align: center;
        margin-bottom: 24px;
    }

    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
        padding: 0;
    }

    .wp-block-media-text .wp-block-media-text__media img {
        max-height: 480px;
        width: auto;
    }

    .page-content-desktop {
        display: none;
    }

    .page-content-mobile {
        display: block;
    }

    .wp-block-accordion-heading {
        font-size: 26px;
    }

    .wp-block-accordion-heading__toggle, .wp-block-accordion-heading__toggle:focus, .wp-block-accordion-heading__toggle:hover {
        padding: 0.5rem 0;
    }

    .wp-block-accordion-heading__toggle:before {
        width: 28px;
        height: 28px;
        content: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_338_604" fill="white"><path d="M19 38C8.50659 38 -1.2892e-06 29.4934 -8.30516e-07 19C-3.71835e-07 8.50659 8.50659 -1.2892e-06 19 -8.30516e-07C29.4934 -3.71835e-07 38 8.50659 38 19C38 29.4934 29.4934 38 19 38Z"/></mask><path d="M20.5 7.86207C20.5 7.03364 19.8284 6.36207 19 6.36207C18.1716 6.36207 17.5 7.03364 17.5 7.86207L19 7.86207L20.5 7.86207ZM17.9393 30.194C18.5251 30.7798 19.4749 30.7798 20.0607 30.194L29.6066 20.6481C30.1924 20.0623 30.1924 19.1125 29.6066 18.5267C29.0208 17.9409 28.0711 17.9409 27.4853 18.5267L19 27.012L10.5147 18.5267C9.92893 17.9409 8.97918 17.9409 8.3934 18.5267C7.80761 19.1125 7.80761 20.0623 8.3934 20.6481L17.9393 30.194ZM19 7.86207L17.5 7.86207L17.5 29.1333L19 29.1333L20.5 29.1333L20.5 7.86207L19 7.86207ZM19 38L19 35C10.1634 35 3 27.8366 3 19L-8.30516e-07 19L-3 19C-3 31.1503 6.84973 41 19 41L19 38ZM-8.30516e-07 19L3 19C3 10.1634 10.1634 3 19 3L19 -8.30516e-07L19 -3C6.84974 -3 -3 6.84973 -3 19L-8.30516e-07 19ZM19 -8.30516e-07L19 3C27.8366 3 35 10.1634 35 19L38 19L41 19C41 6.84973 31.1503 -3 19 -3L19 -8.30516e-07ZM38 19L35 19C35 27.8366 27.8366 35 19 35L19 38L19 41C31.1503 41 41 31.1503 41 19L38 19Z" fill="%23BEBEBE" mask="url(%23path-1-inside-1_338_604)"/></svg>');
        margin-right: 12px;
    }
}

@media (max-width: 767px) {
    h1, .page-help-header {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .page-help-header {
        margin-top: 32px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    h5 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    h6 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    p, ul, ol {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cookies-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .cookies-container-block {
        width: 100%;
    }

    .cookies-block-text {
        font-size: 15px;
        line-height: 20px;
    }

    p.cookies-block-link {
        font-size: 14px;
        line-height: 18px;
    }

    .cookies-block-link a {
        font-size: 14px;
        line-height: 18px;
    }

    .cookies-button a {
        font-size: 15px;
        line-height: 24px;
    }

    .cookies-container-block {
        padding: 10px 16px;
    }

    .cookies-block {
        width: 70%;
    }

    .cookies-block-link {
        margin-top: 12px;
    }

    .cookies-button {
        right: 34px;
        top: 12px;
    }

    .header-content-logo svg {
        height: 28px;
    }

    .btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .page-wrapper {
        padding-top: 0;
    }

    .header-content-block {
        padding: 15px 0;
        background-color: transparent;
        border-radius: 0;
    }

    .site-header {
        position: static;
    }

    .main-content {
        padding-top: 2px;
        padding-bottom: 36px;
    }

    .footer-desktop-item {
        display: none;
    }

    .footer-block-container {
        padding: 24px 12px;
    }

    .footer-block {
        flex-direction: column;
    }

    .footer-block-about {
        width: 100%;
        text-align: center;
    }

    .footer-block-about-logo {
        margin-bottom: 32px;
    }

    .footer-block-about-logo svg {
        height: 35px;
    }

    .footer-block-about-phone, .footer-block-about-email {
        font-size: 16px;
    }

    a.footer-block-about-email {
        margin-bottom: 32px;
    }

    .footer-block-social-links {
        margin-bottom: 32px;
    }

    .footer-block-social {
        width: 100%;
    }

    .footer-block-social-links {
        display: flex;
        font-size: 14px;
        gap: 16px;
        width: 100%;
        justify-content: center;
    }

    .footer-mobile-item {
        display: block;
    }

    .footer-block-mobile-flex {
        display: flex;
        gap: 28px;
        margin-bottom: 38px;
    }

    .footer-block-mobile-block-text-limit {
        font-weight: 300;
        font-size: 12px;
        line-height: 140%;
        display: block;
        text-align: center;
        color: #7B7B7B;
        margin: 0;
    }

    a.footer-block-social-agrees-item {
        display: block;
        font-weight: 300;
        font-size: 12px;
        line-height: 140%;
        color: #7B7B7B;
    }

    .a.footer-block-social-agrees-item:hover, a.footer-block-social-agrees-item:focus {
        color: #E51A50;
    }

    .footer-block-mobile-flex-text-copy {
        display: block;
        font-weight: 300;
        font-size: 14px;
        line-height: 140%;
        color: #7B7B7B;
        margin-bottom: 11px;
        margin-top: 0;
    }

    .footer-block a img {
        min-width: 69px;
        width: 69px;
    }

    .mega-menu-block {
        padding: 14px 0;
    }

    .mega-menu-block-header {
        margin-bottom: 36px;
        padding: 0 26px;
    }

    .header-content-logo svg {
        height: 28px;
        width: 134px;
    }

    .mega-header-menu ul.sub-menu {
        padding-top: 0;
        padding-left: 14px;
    }

    .mega-header-nav > li > a {
        padding-left: 38px;
    }

    .other-news-list-block-item {
        width: 100%;
        height: 230px;
        max-width: 340px;
    }

    .entry-meta a {
        padding: 4px 16px;
    }

    .other-news-list {
        justify-content: center;
    }

    .other-news-tags a {
        font-size: 14px;
        padding: 2px 12px;
    }

    .other-news-tags {
        margin-bottom: 16px;
    }

    .pagination {
        padding-top: 16px;
    }

    .page-numbers {
        font-size: 16px;
        height: 30px;
    }

    .page-numbers.prev, .page-numbers.next {
        line-height: 16px;
    }

    .fixed-news-block {
        margin-bottom: 32px;
    }


    .fixed-news-mobile-list-item {
        height: 290px;
    }

    .cb-carousel-block .swiper-button-prev, .cb-carousel-block .swiper-button-next {
        display: none;
    }

    .donation-theme-widget-block {
        margin-bottom: 16px;
    }

    .wp-block-accordion-heading {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 560px) {
    .cookies-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cookies-button {
        right: inherit;
        top: inherit;
        position: relative;
        text-align: center;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .cookies-block {
        width: 100%;
    }

    .nav-links {
        gap: 8px;
        flex-wrap: wrap;
    }

    .page-numbers {
        height: 27px;
        padding: 2px 8px;
    }

    .fixed-news-block-desktop {
        display: none;
    }

    .fixed-news-block-mobile {
        display: block;
    }

    .other-news-tags {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .other-news-list-block-item {
        width: 100%;
        height: 200px;
    }

    .post-thumbnail {
        height: 200px;
    }

    .entry-meta span ~ span a {
        margin-left: 16px;
    }

    .fixed-news-mobile-list-item {
        height: 230px;
    }
}

@media (max-width: 400px) {
    .cookies-block-link a {
        font-size: 12px;
        width: 60%;
    }

    p.cookies-block-link {
        font-size: 12px;
    }
}

@media (max-width: 390px) {
    .cookies-block-link a {
        display: block;
        padding: 4px 10px;
        width: 100%;
    }

    .header-menu-button {
        gap: 8px;
    }

    .btn {
        padding: 8px 16px;
        font-size: 11px;
    }
}
