

/* Start:/local/templates/.default/components/bitrix/news/district/bitrix/news.list/.default/style.css?17839434244096*/
.district {
    position: relative;
    color: var(--gray-700, #494D57);
    font-family: "Lato";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
header + .district {
    margin-top: 40px;
}
.district .h1 {
    color: var(--gray-900, #1E2024);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}
.district .description {
    margin: 32px 0 40px;
}
.district .description {
    max-width: 653px;
}
.district .tabs {}
.district .tabs__fields {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.district .tabs__fields li {
    max-width: 100%;
    flex-shrink: 2;
    flex-grow: 2;
}
.district .tabs__fields label {
    transition: color, border-bottom, 220ms linear;
    padding: 13px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid var(--tabs-primary-label-color-active, #2D52A0);
    text-overflow: ellipsis;
    font-size: var(--font-size-max-font-control-l, 18px);
    font-weight: 500;
    line-height: var(--font-line-height-max-font-control-l, 22px);
    color: var(--tabs-primary-label-color-active, #2D52A0);
}
.district .tabs__fields label:not(:has(input:checked)) {
    cursor: pointer;
    border-bottom: 2px solid var(--tabs-group-bottom-border, #D5D8DE);
    color: var(--tabs-primary-label-color-enabled, #1E2024);
}
.district .tabs__fields input {
    appearance: none;
    display: none;
}

/** Список карточек элементов */
.district .district__list {
    padding: 30px 0 0 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(240px, 1fr));
    gap: 12px;
    margin-bottom: 70px;
}
.district .card {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    color: var(--white, #FFF);
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.district .card .card--picture:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.district .card a {
    color: inherit;
    text-decoration: none;
}
.district .card__content {
    padding: 12px 20px;
    min-width: 240px;
    height: 240px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
}
.district .card__content .card--picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.district .card__content img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.district .card__content .card--title {
    position: relative;
    z-index: 1;
}
[data-entity="tab-content"]:not(.active) {
    display: none;
}
@media (min-width: 720px) {
    .district .district__list {
        margin-bottom: 90px;
    }
}
@media (min-width: 750px) {
    .district .district__list {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}
@media (min-width: 900px) {
    .district .description {
        max-width: 465px;
    }
}
@media (min-width: 1010px) {
    .district {
        font-size: 16px;
    }
    header + .district {
        margin-top: 60px;
    }
    .district .h1 {
        font-size: 40px;
    }
    header +.district .description {
        max-width: 465px;
    }
}
@media (min-width: 1190px) {
    .district .district__list {
        grid-template-columns: repeat(3, minmax(240px, 1fr));
    }
    header + .district .h1,
    .district .description {
        max-width: 555px;
    }
}
@media (min-width: 1600px) {
    .district {
        font-size: 18px;
    }
    .district .h1 {
        font-size: 48px;
    }
    .district .district__list {
        grid-template-columns: repeat(4, minmax(240px, 1fr));
    }
    header + .district .h1 {
        max-width: 555px;
    }
    header + .district .description {
        max-width: 555px;
    }
}
/* End */


/* Start:/local/js/vue/mendeleev-kit/dist/mendeleev-kit.bundle.css?178394342422717*/

:root {
    --transition: 0.3s ease-in-out;
}
.m-popup {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: var(--popup-container-padding);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.m-popup_is-open {
    opacity: 1;
}
.m-popup_mobile {
}
.m-popup.m-popup_scroll-down {
    padding-top: 0;
}
.m-popup_scroll-down .m-popup__dialog {
    border-radius: 0;
    padding-top: 0;
}
.m-popup_scroll-down .m-popup__header {
    border-radius: 0;
    border-bottom: 1px solid var(--gray-gray-50);
}
.m-popup.m-popup_scroll-up {
    padding-top: 0;
}
.m-popup_scroll-up .m-popup__dialog {
    border-radius: 0;
}
.m-popup_scroll-up .m-popup__header {
    border-radius: 0;
}
.m-popup.m-popup_top {
    padding-top: var(--popup-container-padding);
}
.m-popup_top .m-popup__dialog {
    border-radius: var(--popup-border-radius) var(--popup-border-radius) 0 0;
}
.m-popup_top .m-popup__header {
    border-radius: var(--popup-border-radius) var(--popup-border-radius) 0 0;
}
.m-popup__close-icon > svg > path {
    fill: white;
}
.close-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--icon-button-l-size);
    height: var(--icon-button-l-size);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.m-popup__overlay {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--popup-primary-bg-color-bg);
    -webkit-backdrop-filter: blur(calc(var(--popup-m-bg-blur) / 2));
            backdrop-filter: blur(calc(var(--popup-m-bg-blur) / 2));
}
.m-popup__container {
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 240px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.m-popup__dialog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--popup-padding-top) var(--popup-padding-horizontal) var(--popup-padding-bottom) var(--popup-padding-horizontal);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background: #FFF;
    border-radius: var(--popup-border-radius) var(--popup-border-radius) 0 0;
    background: var(--white);
    -webkit-box-shadow: 0 8px 48px -8px rgba(31, 34, 56, 0.12);
            box-shadow: 0 8px 48px -8px rgba(31, 34, 56, 0.12);
    height: 100%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.m-popup__dialog:has(.m-popup__gallery-wrapper) {
    padding: 0 var(--popup-padding-horizontal) var(--popup-padding-bottom) var(--popup-padding-horizontal);
}
@media (min-width: 1600px) {
    .m-popup__dialog {
        padding: var(--popup-padding-top) 32px 32px 32px;
    }
    .m-popup__dialog:has(.m-popup__gallery-wrapper) {
        padding: 0 32px 32px 32px;
    }
}
.m-popup__header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: var(--popup-heading-padding-top) var(--popup-heading-padding-horizontal) var(--popup-heading-padding-bottom) var(--popup-heading-padding-horizontal);
    border-radius: var(--popup-border-radius) var(--popup-border-radius) 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #FFF;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.m-popup__header:has(.m-popup__gallery-wrapper) {
    padding: 0;
    aspect-ratio: 3 / 2;
}
.m-popup__handle {
    position: absolute;
    width: 100%;
    top: -12px;
    height: 12px;
}
.m-popup__handle::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: var(--popup-primary-bg-color-bg);
    cursor: pointer;
}
.m-popup__header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: var(--popup-heading-text-padding-static);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}
.m-popup__icon {
}
.m-popup__icon_left,
.m-popup__icon_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--icon-button-m-size);
    height: var(--icon-button-m-size);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.m-popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: 100%;
}
.m-popup__dialog:has(.m-popup__gallery-wrapper) .m-popup__body {
    padding-top: calc((100% / 3) * 2 + 32px);
}
.m-popup__content {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.m-popup__footer {
}
.m-popup__gallery-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 288px;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: var(--border-radius-l, 20px);
    overflow: hidden;
}
.m-popup__gallery-swiper {
    width: 100%;
    height: 100%;
}
.m-popup__gallery-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.m-popup .news__item-title {
    color: var(--gray-900, #1E2024);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 36.4px */
    margin-bottom: 16px;
    text-transform: unset;
    text-align: left;
}
.m-popup .news__item-description {
    color: var(--gray-700, #494D57);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
@media (min-width: 720px) {
    .m-popup__dialog {
        border-radius: var(--popup-border-radius);
    }
}
@media (min-width: 750px) {
    .m-popup .news__item-title {
        font-size: 32px;
    }
}
@media (min-width: 1600px) {
    .m-popup .news__item-description {
        font-size: 18px;
    }
}
.m-popup__gallery-pagination.district-gallery__dots {
    position: absolute;
    bottom: 12px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    overflow: auto;
    scrollbar-width: none;
    padding: 0 15px;
}
.m-popup__gallery-pagination.district-gallery__dots::-webkit-scrollbar {
    display: none;
}
.m-popup__gallery-pagination .district-gallery__dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.m-popup__gallery-pagination .district-gallery__dot--active {
    border: 1px solid #FFF;
}
.m-popup__gallery-pagination .district-gallery__dot::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    opacity: 0.7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.m-popup__gallery-pagination .district-gallery__dot::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0.5px solid white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.m-popup__gallery-pagination .district-gallery__dot--active::before {
    background: #3267CA;
    opacity: 1;
}
.m-popup__gallery-pagination .district-gallery__dot--active::after {
    display: none;
}
.m-popup__gallery-button-prev,
.m-popup__gallery-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--slider-button-xs-width, 24px);
    height: var(--slider-button-xs-container-size, 52px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: var(--slider-button-xs-border-radius, 4px);
    background: var(--bg-surface, #FFF);
    -webkit-box-shadow: 0 2px 24px -4px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 24px -4px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}
.m-popup__gallery-button-prev.m-popup__gallery-button--visible:not(.swiper-button-disabled),
.m-popup__gallery-button-next.m-popup__gallery-button--visible:not(.swiper-button-disabled) {
    opacity: 1;
    pointer-events: auto;
}
.m-popup__gallery-button-prev.swiper-button-disabled,
.m-popup__gallery-button-next.swiper-button-disabled {
    display: none !important;
}
.m-popup__gallery-button-prev {
    left: 16px;
}
.m-popup__gallery-button-next {
    right: 16px;
}
.m-popup__gallery-button-prev svg,
.m-popup__gallery-button-next svg {
    width: 24px;
    height: 40px;
}
.m-popup__close-button-wrapper {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 20;
}
@media (min-width: 720px) {
    .m-popup {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: var(--popup-container-padding);
    }
    .m-popup__close-icon {
        z-index: 1000;
        position: absolute;
        right: 32px;
        top: 32px;
    }
    .close-icon {
    }
    .m-popup__overlay {
    }
    .m-popup__container {
        width: 688px;
    }
    .m-popup__dialog {
    }
    .m-popup__header {
        width: 688px;
    }
    .m-popup__header:has(.m-popup__gallery-wrapper) {
        padding: 0;
        aspect-ratio: 3 / 2;
    }
    .m-popup__dialog:has(.m-popup__gallery-wrapper) .m-popup__body {
        padding-top: calc((688px / 3) * 2 + 32px);
    }
    .m-popup__handle {
        display: none;
    }
    .m-popup__handle::before {
        display: none;
    }
    .m-popup__header-content {
    }
    .m-popup__icon {
    }
    .m-popup__icon_left {
    }
    .m-popup__icon_right {
    }
    .m-popup__gallery-wrapper {
        min-width: 288px;
        height: 100%;
    }
    .m-popup__gallery-swiper {
        height: 100%;
    }
    .m-popup__gallery-slide {
        height: 100%;
    }
    .m-popup__body {
    }
    .m-popup__content {
    }
    .m-popup__footer {
    }
}
:root{
    --base-popup-transition: 0.3s ease-in-out;
}

.m-base-popup{
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity var(--base-popup-transition);
    -o-transition: opacity var(--base-popup-transition);
    transition: opacity var(--base-popup-transition);
}

.m-base-popup_is-open{
    opacity: 1;
    pointer-events: auto;
}

.m-base-popup__overlay{
    position: fixed;
    inset: 0;
    background: rgba(7,16,33,0.45);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

.m-base-popup__container {
    position: relative;
    z-index: 1001;
    width: 100%;
    height: 100%;
}
/* крестик */
.m-base-popup__close-icon{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1002;
    cursor: pointer;
}

.m-base-popup__close-icon > svg > path{
    fill: white;
}

.m-typography_h1l {
    /* Heading/h1l */
    font-family: var(--font-family-display);
    font-size: var(--font-size-max-font-heading-1-l);
    font-style: normal;
    font-weight: 550;
    line-height: var(--font-line-height-max-font-heading-1-l);
}
.m-typography_h1 {
    /* Heading/h1 */
    font-family: var(--font-family-display);
    font-size: var(--font-size-max-font-heading-1);
    font-style: normal;
    font-weight: 550;
    line-height: var(--font-line-height-max-font-heading-1);
}
.m-typography_h2 {
    /* Heading/h2 */
    font-family: var(--font-family-display);
    font-size: var(--font-size-max-font-heading-2);
    font-style: normal;
    font-weight: 550;
    line-height: var(--font-line-height-max-font-heading-2);
}
.m-typography_h3 {
    -webkit-font-feature-settings: "liga" off, "clig" off;
            font-feature-settings: "liga" off, "clig" off;
    /* Heading/h3 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-heading-3);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-heading-3);
}
.m-typography_h4 {
    -webkit-font-feature-settings: "liga" off, "clig" off;
            font-feature-settings: "liga" off, "clig" off;
    /* Heading/h4 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-heading-4);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-heading-4);
}
.m-typography_h5 {
    -webkit-font-feature-settings: "liga" off, "clig" off;
            font-feature-settings: "liga" off, "clig" off;
    /* Heading/h5 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-heading-5);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-heading-5);
}
.m-typography_h6 {
    -webkit-font-feature-settings: "liga" off, "clig" off;
            font-feature-settings: "liga" off, "clig" off;
    /* Heading/h6 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-heading-6);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-heading-6);
}
.m-typography_mega-1 {
    /* Mega/mega-1 */
    font-family: var(--font-family-display);
    font-size: var(--font-size-max-font-mega-1);
    font-style: normal;
    font-weight: 550;
    line-height: var(--font-line-height-max-font-mega-1);
}
.m-typography_mega-2 {
    /* Mega/mega-2 */
    font-family: var(--font-family-display);
    font-size: var(--font-size-max-font-mega-2);
    font-style: normal;
    font-weight: 550;
    line-height: var(--font-line-height-max-font-mega-2);
}
.m-typography_body-l-500 {
    /* Body/body-l-500 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-body-l);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-max-font-body-l);
}
.m-typography_body-m-500 {
    /* Body/body-m-500 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-body-m);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-max-font-body-m);
}
.m-typography_body-s-500 {
    /* Body/Body-s-500 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-body-s);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-max-font-body-s);
}
.m-typography_body-l-600 {
    /* Body/Body-l-600 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-body-l);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-body-l);
}
.m-typography_body-m-600 {
    /* Body/body-m-600 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-body-m);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-body-m);
}
.m-typography_body-s-600 {
    /* Body/body-s-600 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-body-s);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-body-s);
}
.m-typography_control-l-500 {
    /* Controls/control-l-500 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-control-l);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-max-font-control-l);
}
.m-typography_control-m-500 {
    /* Controls/control-m-500 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-control-m);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-max-font-control-m);
}
.m-typography_control-s-500 {
    /* Controls/control-s-500 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-control-s);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-max-font-control-s);
}
.m-typography_control-l-600 {
    /* Controls/control-l-600 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-control-l);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-control-l);
}
.m-typography_control-m-600 {
    /* Controls/control-m-600 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-control-m);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-control-m);
}
.m-typography_control-s-600 {
    /* Controls/control-s-600 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-control-s);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-control-s);
}
.m-typography_desc-l-400 {
    /* Description/desc-l */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-desc-l);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-max-font-desc-l);
}
.m-typography_desc-l-600 {
    /* Description/desc-l-600 */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-desc-l);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-max-font-desc-l);
}
.m-typography_desc-s-400 {
    /* Description/desc-s */
    font-family: var(--font-family-text);
    font-size: var(--font-size-max-font-desc-s);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-max-font-desc-s);
}
.m-typography_center{
    text-align: center;
    width: 100%;
}
.m-typography_left{
    text-align: left;
    width: 100%;
}
.m-typography_right{
    text-align: right;
    width: 100%;
}
.m-typography_justify{
    text-align: justify;
    width: 100%;
}
/* End */


/* Start:/local/js/vue/map/dist/map.bundle.css?178394342424700*/
.map-container {
    overflow: hidden;
    aspect-ratio: 2 / 3;
    margin: 0 auto 70px;
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 480px;
    max-height: 75vh;
}
.map-container.fullscreen {
    z-index: 996;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    aspect-ratio: unset;
    max-height: 100vh;
    max-width: 100vw;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
.map-container.fullscreen .jss-map-instance {
    border-radius: 0;
}
.map-container .placemark__label {
    position: relative;
    border-radius: 16px;
    background-color: #ffffff;
    color: var(--blue, #3267CA);
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.map-container .placemark__label a {
    position: relative;
    padding: 5px 12px 7px 12px;
    text-decoration: none;
    white-space: nowrap;
    color: inherit;
}
.map-container .placemark__label a:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: auto;
    height: 40%;
    aspect-ratio: 1 / 1;
    top: 0;
    left: 0;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg) translate(-60%, 40%);
        -ms-transform: rotate(-45deg) translate(-60%, 40%);
            transform: rotate(-45deg) translate(-60%, 40%);
}
.map-container .cluster {
    cursor: pointer;
    position: relative;
    border-radius: 999px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--blue, #3267CA);
    color: var(--white, #FFF);
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.72px;
}
.nocluster .cluster {
    display: none;
}
.map-container .button {
    padding: 8px;
    border-radius: 16px;
    border: var(--chip-m-border-width, 1px) solid var(--gray-100, #EAECF0);
    background-color: #ffffff;
}
.map-container .button:not([disabled]) {
    cursor: pointer;
}
.map-container .button input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: none;
}
.map-container .button:has(:checked),
.map-container .button.active {
    border: var(--chip-m-border-width, 1px) solid var(--chip-primary-border-color-checked-enabled, rgba(255, 255, 255, 0.00));
    background: var(--chip-primary-bg-color-checked-enabled, #3267CA);
    color: var(--chip-primary-label-color-checked-enabled, #FFF);
}
.map-container.fullscreen .resize,
.map-container:not(.fullscreen) .close {
    display: none;
}
.jss-map-instance {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

/* кнопка поверх карты */
.map-fullscreen-btn {
    padding: 10px 12px 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
            box-shadow: 0 2px 8px rgba(0,0,0,.15);
    cursor: pointer;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
}
.map-container .filter {
    z-index: 10;
    position: absolute;
    top: 12px;
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-family: var(--font-family-text, Lato);
    font-size: var(--font-size-max-font-control-l, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-max-font-control-l, 22px);
}
.map-container .filter .button {
    padding: 9px 16px 10px 16px;
    white-space: nowrap;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

/* fullscreen состояние контейнера */
.jss-map-instance:-webkit-full-screen,
.jss-map-instance:-webkit-full-screen{
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
}
.jss-map-instance:fullscreen,
.jss-map-instance:-webkit-full-screen{
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
}
.jss-map-instance .ymaps3x0--control__background {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.ymaps3--zoom-control_vertical {
    gap: 8px;
}
.jss-map-instance .ymaps3--zoom-control_vertical button {
    border-radius: 16px;
}
.placemark {
    cursor: pointer;
    overflow: hidden;
    width: 36px;
    height: 36px;
    border-radius: 999px;
}
.placemark img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
}

@media(min-width: 750px) {
    .map-container {
        width: calc(100vw - 30px);
    }
    .jss-map-instance {
        border-radius: 30px;
    }
}
@media(min-width: 720px) {
    .map-container {
        margin: 0 auto 90px;
    }
}
@media(min-width: 1010px) {
    .map-container {
        height: 660px;
    }
}

.card {
    display: grid;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.card__image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
}
.card__title {
    font-weight: 600;
    margin-bottom: 4px;
}
.card__description {
    font-size: 14px;
    line-height: 1.4;
}
.card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.district-popup {
    position: fixed;
    inset: 0;
    z-index: 2000;
}
.district-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4);
}
.district-popup__body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    max-width: 480px;
    width: 100%;
    -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, .25);
            box-shadow: 0 16px 40px rgba(0, 0, 0, .25);
}
.district-popup__close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
}
/* PopupDistrict/style.css */
.popup-district-root {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 999999 !important;
    pointer-events: none;
}

.popup-district-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    max-width: 90vw !important;
    max-height: 90vh !important;
    z-index: 999999 !important;
    pointer-events: auto !important;
}

/* Для Popup компонента */
.popup-container {
    z-index: 999999 !important;
}

:root {
    --transition: 0.3s ease-in-out;
}
.m-popup {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: var(--popup-container-padding);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.m-popup_is-open {
    opacity: 1;
}
.m-popup_mobile {
}
.m-popup.m-popup_scroll-down {
    padding-top: 0;
}
.m-popup_scroll-down .m-popup__dialog {
    border-radius: 0;
    padding-top: 0;
}
.m-popup_scroll-down .m-popup__header {
    border-radius: 0;
    border-bottom: 1px solid var(--gray-gray-50);
}
.m-popup.m-popup_scroll-up {
    padding-top: 0;
}
.m-popup_scroll-up .m-popup__dialog {
    border-radius: 0;
}
.m-popup_scroll-up .m-popup__header {
    border-radius: 0;
}
.m-popup.m-popup_top {
    padding-top: var(--popup-container-padding);
}
.m-popup_top .m-popup__dialog {
    border-radius: var(--popup-border-radius) var(--popup-border-radius) 0 0;
}
.m-popup_top .m-popup__header {
    border-radius: var(--popup-border-radius) var(--popup-border-radius) 0 0;
}
.m-popup__close-icon > svg > path {
    fill: white;
}
.close-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--icon-button-l-size);
    height: var(--icon-button-l-size);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.m-popup__overlay {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--popup-primary-bg-color-bg);
    -webkit-backdrop-filter: blur(calc(var(--popup-m-bg-blur) / 2));
            backdrop-filter: blur(calc(var(--popup-m-bg-blur) / 2));
}
.m-popup__container {
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 240px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.m-popup__dialog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 90vh;
    padding: var(--popup-padding-top) var(--popup-padding-horizontal) var(--popup-padding-bottom) var(--popup-padding-horizontal);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background: #FFF;
    border-radius: var(--popup-border-radius) var(--popup-border-radius) 0 0;
    background: var(--white);
    -webkit-box-shadow: 0 8px 48px -8px rgba(31, 34, 56, 0.12);
            box-shadow: 0 8px 48px -8px rgba(31, 34, 56, 0.12);
    height: 100%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.m-popup__dialog:has(.m-popup__gallery-wrapper) {
    padding: 0 var(--popup-padding-horizontal) var(--popup-padding-bottom) var(--popup-padding-horizontal);
}
@media (min-width: 720px) {
    .m-popup__dialog {
        border-radius: var(--popup-border-radius);
    }
}
@media (min-width: 1600px) {
    .m-popup__dialog {
        padding: var(--popup-padding-top) 32px 32px 32px;
    }
    .m-popup__dialog:has(.m-popup__gallery-wrapper) {
        padding: 0 32px 32px 32px;
    }
}
.m-popup__header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: var(--popup-heading-padding-top) var(--popup-heading-padding-horizontal) var(--popup-heading-padding-bottom) var(--popup-heading-padding-horizontal);
    border-radius: var(--popup-border-radius) var(--popup-border-radius) 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #FFF;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.m-popup__header:has(.m-popup__gallery-wrapper) {
    padding: 0;
    aspect-ratio: 3 / 2;
}
.m-popup__handle {
    position: absolute;
    width: 100%;
    top: -12px;
    height: 12px;
}
.m-popup__handle::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: var(--popup-primary-bg-color-bg);
    cursor: pointer;
}
.m-popup__header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: var(--popup-heading-text-padding-static);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}
.m-popup__icon {
}
.m-popup__icon_left,
.m-popup__icon_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--icon-button-m-size);
    height: var(--icon-button-m-size);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.m-popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: 100%;
    overflow-y: auto;
}
.m-popup__dialog:has(.m-popup__gallery-wrapper) .m-popup__body {
    padding-top: calc((100% / 3) * 2 + 32px + 24px);
}
.m-popup__content {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
.m-popup__footer {
}
.m-popup__gallery-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 288px;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: var(--border-radius-l, 20px);
    overflow: hidden;
}
.m-popup__gallery-swiper {
    width: 100%;
    height: 100%;
}
.m-popup__gallery-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.m-popup .news__item-title {
    color: var(--gray-900, #1E2024);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 36.4px */
    margin-bottom: 16px;
    text-transform: unset;
    text-align: left;
}
.m-popup .news__item-description {
    color: var(--gray-700, #494D57);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
.m-popup__gallery-swiper .swiper-wrapper,
.m-popup__gallery-swiper .swiper-wrapper .swiper-slide{
    height: 100% !important;
}
@media (min-width: 750px) {
    .m-popup .news__item-title {
        font-size: 32px;
    }
}
@media (min-width: 1600px) {
    .m-popup .news__item-description {
        font-size: 18px;
    }
}
.m-popup__gallery-pagination.district-gallery__dots {
    position: absolute;
    bottom: 12px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    overflow: auto;
    scrollbar-width: none;
    padding: 0 15px;
}
.m-popup__gallery-pagination.district-gallery__dots::-webkit-scrollbar {
    display: none;
}
.m-popup__gallery-pagination .district-gallery__dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.m-popup__gallery-pagination .district-gallery__dot--active {
    border: 1px solid #FFF;
}
.m-popup__gallery-pagination .district-gallery__dot::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    opacity: 0.7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.m-popup__gallery-pagination .district-gallery__dot::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0.5px solid white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.m-popup__gallery-pagination .district-gallery__dot--active::before {
    background: #3267CA;
    opacity: 1;
}
.m-popup__gallery-pagination .district-gallery__dot--active::after {
    display: none;
}
.m-popup__gallery-button-prev,
.m-popup__gallery-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--slider-button-xs-width, 24px);
    height: var(--slider-button-xs-container-size, 52px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: var(--slider-button-xs-border-radius, 4px);
    background: var(--bg-surface, #FFF);
    -webkit-box-shadow: 0 2px 24px -4px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 24px -4px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}
.m-popup__gallery-button-prev.m-popup__gallery-button--visible:not(.swiper-button-disabled),
.m-popup__gallery-button-next.m-popup__gallery-button--visible:not(.swiper-button-disabled) {
    opacity: 1;
    pointer-events: auto;
}
.m-popup__gallery-button-prev.swiper-button-disabled,
.m-popup__gallery-button-next.swiper-button-disabled {
    display: none !important;
}
.m-popup__gallery-button-prev {
    left: 16px;
}
.m-popup__gallery-button-next {
    right: 16px;
}
.m-popup__gallery-button-prev svg,
.m-popup__gallery-button-next svg {
    width: 24px;
    height: 40px;
}
.m-popup__close-button-wrapper {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 20;
}
@media (min-width: 720px) {
    .m-popup {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: var(--popup-container-padding);
    }
    .m-popup__close-icon {
        z-index: 1000;
        position: absolute;
        right: 32px;
        top: 32px;
    }
    .close-icon {
    }
    .m-popup__overlay {
    }
    .m-popup__container {
        width: 688px;
    }
    .m-popup__dialog {
    }
    .m-popup__header {
        width: 688px;
    }
    .m-popup__header:has(.m-popup__gallery-wrapper) {
        padding: 0;
        aspect-ratio: 3 / 2;
    }
    .m-popup__dialog:has(.m-popup__gallery-wrapper) .m-popup__body {
        padding-top: calc((688px / 3) * 2 + 32px + 32px);
    }
    .m-popup__handle {
        display: none;
    }
    .m-popup__handle::before {
        display: none;
    }
    .m-popup__header-content {
    }
    .m-popup__icon {
    }
    .m-popup__icon_left {
    }
    .m-popup__icon_right {
    }
    .m-popup__gallery-wrapper {
        min-width: 288px;
        height: 100%;
    }
    .m-popup__gallery-swiper {
        height: 100%;
    }
    .m-popup__gallery-slide {
        height: 100%;
    }
    .m-popup__body {
    }
    .m-popup__content {
    }
    .m-popup__footer {
    }
}
.card {
    padding: 0;
}
.card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.card__title {
    color: var(--gray-900, #1E2024);
    text-align: left;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.card__description {
    color: var(--gray-700, #494D57);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
.card__description strong,
.card__description b {
    font-weight: 700;
}
.m-popup .close-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--icon-button-m-container-size, 32px);
    height: var(--icon-button-m-container-size, 32px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: var(--icon-button-m-border-radius, 8px);
    background: var(--icon-button-whitebg-bg-color-enabled, #FFF);
    right: 0;
    top: 0;
}
.m-popup .m-popup__close-button-wrapper{
    right: 16px;
    top: 16px;
}
.m-popup .m-popup__close-icon > svg > path {
    fill: #1E2024;
}
@media (min-width: 768px) {
    .m-popup .m-popup__close-button-wrapper{
        right: 32px;
        top: 32px;
    }
    .card__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }
    .card__description {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    .m-popup .close-icon{
        background: transparent;
        right: 32px;
        top: 32px;
    }
    .m-popup .m-popup__close-icon > svg > path {
        fill: #FFF;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/district/bitrix/news.list/.default/style.css?17839434244096 */
/* /local/js/vue/mendeleev-kit/dist/mendeleev-kit.bundle.css?178394342422717 */
/* /local/js/vue/map/dist/map.bundle.css?178394342424700 */
