html {
    scroll-behavior: auto !important;
}

header {
    background-color: #960018;
    /*background-color: #222121;*/
    z-index: 100;
}

blockquote {
    border-left: 5px solid #960018;
    padding: 0.5em 20px;
}

blockquote small {
    color: #666;
    font-style: italic;
}

a {
    color: #960018;
    display: inline;
}

.article .text a {
    color: #960018;
    display: inline;
}

.breadcrumb_list a {
    display: inline !important;
}

a:hover {
    color: #720011;
}

.article ul {
    list-style: none; /* Remove default bullets */
}

.article ul li::before {
    content: "\2022";
    color: #960018;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.article ol {
    list-style: none;
    counter-reset: li;
}

.article ol li {
    counter-increment: li;
}

.article  ol li::before {
    content:  " ." counter(li);
    color: #960018;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl
}

.about-page {
    min-height: 600px;
}

.about-page .block {
    flex: auto;
}

.pagination {
    margin: 40px 0;
}

.pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination ul li {
    margin: 0 5px;
}

.pagination ul li a {
    padding: 5px 10px;
    border: 1px solid #960018;
    color: #960018;
}

.pagination ul li.active a {
    background-color: #960018;
    color: #fff;
    text-decoration: none;
}

.nav-bar .nav-wrapper {
    width: calc(100% - 74px)
}

header .right .city-popup {
    overflow: hidden;
}

.page-min-height {
    min-height: 600px;
}

.search-query {
    margin-bottom: 20px;
}

.region-stories .article .image {
    flex-basis: 300px;
}

.small-stories .story .image img {
    object-position: top;
}

.region-page .big-story .image {
    max-height: 650px;
}

.region-page .big-story .image img {
    object-fit: cover;
    object-position: top;
}

.news-story.news-story-reverse .image {
    max-height: 400px;
}

.news-story.news-story-reverse .image img {
    object-fit: cover;
    object-position: top;
}

.city-confirm {
    display: none;
    position: absolute;
    width: 400px;
    height: 140px;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #960018;
    top: 60px;
    right: 50px;
    z-index: 1;
    text-align: center;
}

.city-confirm.visible {
    display: block;
}

.city-confirm .buttons-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.city-confirm .advanced-row {
    margin-top: 20px;
}

.city-confirm .advanced-row a {
    color: #fff;
    text-decoration: underline;
}

.city-confirm .advanced-row a:hover {
    text-decoration: none;
}

.city-confirm input[type='button'] {
    background-color: #fff;
    color: #960018;
    border: 1px solid #960018;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.mobile-popup {
    display: none;
}

@media (max-width: 575.98px) {
    .region header .logo .logo-region {
        display: block;

    }

    .mobile-popup {
        display: block;
    }

    .city-confirm {
        width: calc(100% - 20px);
        top: 86px;
        left: 10px;
        padding: 20px;
    }
}

video.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.feedback-form {
    max-width: 800px;
    margin: 0 auto;
}

.feedback-form h1 {
    display: block;
    border-bottom: 8px solid #960018;
    margin-bottom: 30px;
}

.feedback-form form {
    margin-bottom: 40px;
}

.feedback-form form .success {
    font-size: 24px;
    padding: 30px 10px;
    text-align: center;
}

.feedback-form form .form-data {
    max-width: 600px;
    margin: 0 auto;
}

.feedback-form form .animated-input {
    margin-bottom: 14px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: stretch;
    justify-content: space-between;
}

.feedback-form form .animated-input label {
    max-width: 200px;
}

.feedback-form form .animated-input label .red {
    color: red;
}

.feedback-form form .animated-input input,
.feedback-form form .animated-input textarea,
.feedback-form form .animated-input select {
    width: calc(100% - 200px);
    padding: 4px;
}

.feedback-form form .animated-input textarea {
    height: 140px
}

.feedback-form form button {
    background-color: #960018;
    color: #fff;
    border: none;
    padding: 6px 14px;
    margin-top: 20px;
}

.small-stories .story {
    min-height: 200px;
}

.big-story .right .headline,
.small-stories .story .headline {
    word-break: break-word;
}

.region-stories .article {
    min-height: 225px;
}

.medium-story .article-left {
    min-height: 475px;
}

.nav-menu .item.header {
}

.nav-menu .item h1 {
    font-size: 16px;
    margin-bottom: 0;
    white-space: nowrap;
    color: #960018;
    text-transform: uppercase;
}

.mobile-site-header {
    display: none;
}

.feedback-banner-wrapper {
    margin-bottom: 20px;
}

.feedback-banner-wrapper .feedback-banner-btn {
    background-color: #960018;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.feedback-banner-wrapper .feedback-banner-btn .feedback-banner-btn__content {
    text-align: left;
}

.feedback-banner-wrapper .feedback-banner-btn .feedback-banner-btn__text {
    font-size: 20px;
    margin-bottom: 10px;
}

.feedback-banner-wrapper .feedback-banner-btn .feedback-banner-btn__btn {
    background-color: #EACCD1;
    border-radius: 20px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #960018;
    padding: 5px 14px;
    font-size: 20px;
    width: fit-content;
}


.feedback-mobile-banner-wrapper {
    margin-bottom: 20px;
    display: none;
}

.feedback-mobile-banner-wrapper .feedback-mobile-banner-btn {
    background-color: #960018;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.feedback-mobile-banner-wrapper .feedback-mobile-banner-btn .feedback-mobile-banner-btn__ico svg {
    max-width: 50px;
}


.feedback-mobile-banner-wrapper .feedback-mobile-banner-btn .feedback-mobile-banner-btn__text {
    font-size: 20px;
}

.feedback-mobile-banner-wrapper .feedback-mobile-banner-btn .feedback-mobile-banner-btn__btn {
    background-color: #EACCD1;
    border-radius: 20px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #960018;
    padding: 5px 10px;
    font-size: 18px;
    width: fit-content;
}

.feedback-modal-form-wrapper {
    display: none;
    position: fixed;
    top: calc(50% - 300px);
    left: calc(50% - 180px);
    width: 360px;
    background-color: #F5F5F5;
    border: 1px solid #BEBEBE;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}

.feedback-modal-form-wrapper h3 {
    margin-bottom: 10px;
    color: #960018;
    font-size: 20px;
}

.feedback-modal-form-wrapper textarea,
.feedback-form-wrapper textarea {
    width: 100%;
    height: 140px;
    padding: 10px;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
}

.feedback-modal-form-wrapper__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    font-weight: 300;
}

.feedback-modal-form-wrapper__row label {
    font-size: 16px;
    font-weight: 300;
}

.feedback-modal-form-wrapper__row select {
    width: 260px;
    padding: 5px;
    border-radius: 10px;
    background-color: #d9d9d9;
    color: #000;
}

.feedback-modal-form-wrapper__row input[type='text'],
.feedback-modal-form-wrapper__row input[type='email'] {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    background-color: #d9d9d9;
}

.feedback-modal-form-wrapper__row input[type='submit'] {
    background-color: #960018;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.feedback-modal-form-wrapper__row input[type='reset'] {
    background-color: #BEBEBE;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.feedback-modal-form-wrapper__add-file {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
}

.feedback-modal-form-wrapper__incognito label {
    color: #960018;
    text-transform: uppercase;
}

.feedback-modal-form-wrapper__incognito input[type='checkbox'] {
    accent-color: #960018;
}

.feedback-modal-form-wrapper__file {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 300;
    margin-top: 0;
    justify-content: start;
    gap: 14px;
}

.feedback-modal-form-wrapper__file-ico {
    width: 30px;
    height: 30px;
}

.feedback-modal-form-wrapper__file-ico svg {
    width: 30px;
    fill: #960018;
    color: #fff;
}

.feedback-modal-form-wrapper__file-del {
    width: 30px;
    height: 30px;
}

.feedback-modal-form-wrapper__file-del svg {
    width: 16px;
}


.feedback-modal-success-wrapper {
    display: none;
    position: fixed;
    top: calc(50% - 300px);
    left: calc(50% - 180px);
    width: 360px;
    background-color: #F5F5F5;
    border: 1px solid #BEBEBE;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}

.feedback-modal-success-wrapper__result {
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feedback-modal-success-wrapper__result-text {
    font-size: 20px;
    color: #960018;
    margin-bottom: 20px;
}

.feedback-modal-success-wrapper__result-btn {
    background-color: #960018;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.file-loader {
    display: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 8px;
    border: 4px solid #960018;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #960018 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.Blockquote-module_Blockquote__CIkDk {
    border-left: 5px solid #960018;
    padding: 0.5em 20px;
    margin-bottom: 20px;
}

.Blockquote-module_Blockquote__CIkDk .Typography-module_text__cCovH {
    color: #666;
    font-style: italic;
}

.Blockquote-module_Blockquote__CIkDk svg {
    display: none;
}

.Gallery-module_navigation__p79tu {
    display: none;
}

.Gallery-module_emblaSlide__t-mhF {
    margin-bottom: 20px;
}

.Image-module_Image__HgOpp {
    margin-bottom: 20px;
}

.Image-module_descriptions__ewkgq,
.Gallery-module_descriptionWrap__LS5IA {
    color: #666;
}

.medium-story.index {
    margin-bottom: 0;
}

.medium-story.index .region-stories .article:last-child {
    margin-bottom: 0;
}

.medium-story.index .region-stories .article:last-child .article-right {
    border-bottom: none;
}

.small-stories.horizontal-3 {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.medium-story .article-left .image img.cover
{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
}

.region-stories .article .image img.cover
{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.small-stories .story .image img.cover {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.zone-left.index .small-stories .story {
    min-height: 167px;
}

.age {
    background-color: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #960018;
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

footer .footer-outer .logo-part .logo {
    text-decoration: none;
}

.breadcrumb {}

.breadcrumb_list {
    padding: 15px 0;
    margin: 0 0 10px 0;
}

.breadcrumb_list li
{
    color: #b3b3b3;
    list-style-type: none;
    display: inline;
    margin: 0 10px 0 0;
    font-size: 18px;
}
.breadcrumb_list a
{
    color: #000000;
    text-decoration:none;
}
.breadcrumb_list a:hover
{
    color: #960018;
}

.li-4:after
{
    content: "\2022";
    padding-left:10px;
    color:#b3b3b3;
}

.site-header h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

footer .footer-outer .logo-part .text a {
    color: #ffffff;
}

footer .footer-outer .logo-part .text a:hover {
    text-decoration: none;
}

.may9-logo {
    height: 56px;
    margin-right: 16px;
}

.region-page .big-story .image {
    flex-basis: 600px;
}

.soc-item img {
    width: 49px;
}

.enlargeable {
    position: relative;
    cursor: zoom-in;
}

.enlargeable::after {
    content: url(/img/zoom-icon.svg);
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
}

.inline-gallery {
    width: 624px;
    position: relative;
}

.owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 42px);
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #D6D6D6 !important;
    font-size: 48px !important;

}

.owl-carousel .owl-nav button.owl-prev {
    background: #869791 !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px !important;
    margin: 0 !important;
    padding-bottom: 16px !important;
    padding-right: 14px !important;
}

.owl-carousel .owl-nav button.owl-next {
    background: #869791 !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 10px !important;
    margin: 0 !important;
    padding-bottom: 16px !important;
    padding-left: 14px !important;
}

.owl-theme .owl-dots {
    margin-top: 10px;
}

.small-stories.news-page .story .image {
    height: 174px;
}

.news-story.news-story-reverse .image {
    height: 479px;
    max-height: 479px;
}

.medium-story .article-left .image img.cover {
    height: 369px;
}

.small-stories.horizontal .story .image,
.small-stories.horizontal .story .image img.cover {
    height: 212px;
}

.region-stories .article .image img.cover,
.small-stories.horizontal-3 .story .image,
.small-stories.horizontal-3 .story .image img.cover {
    height: 232px;
}

.small-stories.horizontal.news-page .story .image,
.small-stories.horizontal.news-page .story .image img.cover {
    height: 211px;
}

.small-stories .story .image {
    margin-bottom: 14px;
}



.logo-heart {
    width: 48px;
    height: 48px;
    margin-left: 6px;


    -webkit-filter: drop-shadow( 1px 1px 3px rgba(41, 41, 41, 0.7));
    filter: drop-shadow( 1px 1px 3px rgba(41, 41, 41, .7));
}

.zen-button {
    text-align: center;
}

.social-button-desktop {
    display: block;
    margin-bottom: 30px;
}

.social-button-mobile {
    display: none;
    margin-bottom: 30px;
}

.social-button-desktop img,
.social-button-mobile img {
    width: 100%;
}

.js-setka-media {
    margin-bottom: 20px;
}

.zen-title {
    color: #999;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
}

.promo-news {
    margin: 10px 0;
}

.promo-news h3 {
    color: #960018;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 14px;
}

.promo-news-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.promo-news-list .promo-news-item a {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.promo-news-list .promo-news-item img {
    width: 90px;
}


.zone.zone-region {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 29% 45% 20%;
    grid-template-rows: 1fr;
    gap: 0 24px;
    grid-template-areas: "zone-left zone-center zone-right"
}

.zone.zone-region .zone-left {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}




.zone.zone-region .zone-news .small-stories .story {
    min-height: 150px;
}

.zone.zone-region .zone-cites .quotes .item {
    min-height: 161px;
}

.archive-wrapper {

}

.archive-list {
    margin-top: 20px;
}

.archive-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.archive-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 20px;
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    padding: 10px;
}

.archive-item:hover {
    border-color: #960018;
}

.archive-item-name {
    font-size: 18px;
    color: #960018;
    font-weight: 700;
    text-align: center;
}

.archive-item-number {
    font-size: 16px;
    color: #960018;
    font-weight: 700;
    text-align: center;
}

.archive-item-date {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.news-simple {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
}


.small-stories .news-simple .story {
    min-height: auto;
    border: none;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.footer-counter-block {
    margin-top: 40px;
}

.mobile-social-popup {
    display: none;
    visibility: hidden;
    position: fixed;
    left: 20px;
    bottom: 20px;
    right: 20px;
    width: 600px;
    max-width: 90%;
    background-color: #F5F5F5;
    border: 1px solid #BEBEBE;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}

.mobile-social-popup.visible {
    display: block;
}

.mobile-social-popup .close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.mobile-social-popup .close-icon img {
    width: 24px;
}



.popup-social-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.popup-social-buttons a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    background: #000;
    color: #fff;
    border-radius: 16px;
    text-decoration: none;
}

.popup-social-buttons a.color-black {
    background: #000;
    color: #fff;
}

.popup-social-buttons a.color-blue {
    background: #0088cc;
    color: #fff;
}

.popup-social-buttons a img {
    width: 20px;
    height: 20px;
}


.news-article .text iframe {
    max-width: 100%;
}

/*.region header .logo .logo-region {
    margin-left: 254px;
}

.region header .logo .logo-short,
header .logo .logo-long {
    max-height: 73px;
    top: -6px;
    position: absolute;
}*/

.longread .content figure img {
    height: auto;
}

.article table.table {
    width: 100%;
    margin-bottom: 20px;
}

.article table.table td {
    padding: 5px;
    border: 1px solid #919191;
}

.pobeda-bg {
    background: url('/images/header/pobeda-bg.svg') no-repeat center;
}

.pobeda-bg.region {
    background: url('/images/header/pobeda-region-bg.svg') no-repeat 680px;
}

.logo img {
}

.region header .logo.desktop,
header .logo.desktop {
    display: flex;
}

.region header .logo.mobile,
header .logo.mobile {
    display: none;
}

.owl-carousel .owl-item .caption {
    color: #4a5568;
    font-size: 15px;
    font-weight: 300;
}


.cookies-banner {
    background: #fff;
    border: 2px solid #dddddd;
    color: #000;
    border-radius: 10px;
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 14px;
    opacity: 0.95;
    line-height: 2em;
    z-index: 100;
    width: 600px;
    max-width: calc(100vw - 20px);

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cookies-banner p {
    margin-bottom: 8px;
}

.cookies-banner button {
    text-decoration: none;
    border: none;
    padding: 1px 7px;
    cursor: pointer;
    background-color: #960018;
    color: #ffffff;
    border-radius: 5px;
}

.cookies-banner span:hover {
    background-color: #fff;
    border-color: #fff;
    color: #960018
}

.cookies-banner a {
    color: #960018;
}

.cookies-banner a:hover {
    text-decoration: none;
}

.zakluchi-banner {
    margin-bottom: 30px;
}

.zakluchi-banner.desktop {
    display: block;
}

.zakluchi-banner.mobile {
    display: none;
}

.zakluchi-index-banner {
    margin: 30px 0;
}

header.winter-2025 .outer {
    position: relative;
    padding-left: 88px;
}

header.winter-2025 .outer:after {
    content: "";
    position: absolute;
    inset: 0; /* растягивает псевдоэлемент по всему блоку */
    background-image: url(/images/header/winter-2025.png);
    background-position: left center;
    background-repeat: no-repeat;
    pointer-events: none;        /* чтобы клики проходили сквозь слой */
    opacity: 1;                  /* если нужно полупрозрачно — меняй */
}


@media (max-width: 1039.98px) {
    header .logo {
        height: auto;
    }

    /*header .logo .logo-short,
    header .logo .logo-long{
        height: 56px;
    }*/

    .region header .logo .logo-region {
        font-size: 12px;
    }

    .news-article .text iframe {
        max-width: 100%;
    }

    .region header .logo .logo-region {
        margin-left: 6px;
    }

    .region header .logo .logo-short,
    header .logo .logo-long {
        position: relative;
        max-height: 15px;
    }

    .small-stories .story,
    .region-stories .article,
    .medium-story .article-left{
        min-height: auto;
    }

    .mobile-site-header {
        display: block;
    }

    .feedback-banner-wrapper {
        display: none;
    }

    .feedback-mobile-banner-wrapper {
        display: block;
    }

    .small-stories.horizontal.news-page .story .image,
    .small-stories.horizontal.news-page .story .image img.cover {
        height: 171px;
    }

    .pobeda-bg {
        background: none;
    }

    .region header .logo.desktop,
    header .logo.desktop {
        display: none;
    }

    .region header .logo.mobile,
    header .logo.mobile {
        display: flex;
    }

    .zakluchi-banner.mobile {
        display: block;
    }

    .zakluchi-banner.desktop {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .small-stories.horizontal-3 {
        display: block;
    }

    .small-stories.horizontal-3 .story .image {
        height: 272px;
    }

    .small-stories .story .image img.cover {
        height: 272px;
    }

    .region-stories .article .image img.cover {
        height: 272px;
    }

    .inline-gallery {
        width: 360px;
    }

    .logo-heart {
        width: 24px;
        height: 24px;
    }

    .social-button-desktop {
        display: none;
    }

    .social-button-mobile {
        display: block;
    }

    .promo-news-list .promo-news-item a {
        font-size: 14px;
    }

    .promo-news-list .promo-news-item img {
        width: 70px;
    }

    .zone.zone-region {
        display: block
    }

    .zone.zone-region .zone-left {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .zone.zone-region .zone-left > div.zone-cites,
    .zone.zone-region .zone-left > div.zone-news {
        width: 100%;
    }

    .news-simple {
        margin-bottom: 30px;
    }

    footer .footer-outer .right .block .soc {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .mobile-social-popup {
        visibility: visible;
    }



}
