.team {
    padding: 5rem 0;
}

.team__top-row {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
    .team__top-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.team__icon {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .team__icon {
        margin-bottom: 2rem;
    }
}

.team__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.2;
    max-width: 43rem;
    color: black;
}

.team__persons-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 16px;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .team__persons-list {
        grid-template-columns: minmax(0, 1fr);
        margin-bottom: 3rem;
    }
}

.team__persons-list:last-child {
    margin-bottom: 0;
}

.team__persons-card-image-container {
    position: relative;
    margin-bottom: 2.2rem;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 0.5rem;
}

.team__persons-card-image-container::before {
    content: '';
    display: block;
    padding-bottom: 65%;
}

.team__persons-card-image-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team__persons-card-title {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 1rem;
    color: black;
}

.team__persons-card-title:last-child {
    margin-bottom: 0;
}

.team__persons-card-text {
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.team__persons-slider-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.page-title__standart .page-title__bg-image-container::after {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    .team__persons-slider .swiper-container {
        overflow: visible;
    }
}

.success-stories__heading-row {
    margin-bottom: 7rem;
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-top: 5rem;
}

@media screen and (max-width: 767px) {
    .success-stories__heading-row {
        gap: 0;
    }
}

.success-stories__icon {
    width: 10rem;
    height: 10rem;
    flex-shrink: 0;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .success-stories__icon {
        margin-bottom: 2rem;
    }
}
.success-stories__heading-row .success-stories__slider-heading {
    margin: 0;
}

.success-stories__slider-right-col {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.success-stories__images-slider {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.success-stories__images-slider .swiper-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 0;
    /* margin: 0; */
}

.success-stories__images-slider .swiper-wrapper {
    flex-grow: 1;
}

.success-stories__nav-controls-row {
    margin-top: 2rem;
}

.success-stories__nav {
    top: auto;
}

a:where(:not([class])) {
    color: var(--primary-color);
}

a:where(:not([class])):hover {
    text-decoration: underline;
}

.areas__slider-row {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

.areas__slider-row .areas__slider-heading {
    margin: 0;
    width: 50%;
    flex-grow: 1;
}

.areas__slider-fraction-pagination {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: black;
    width: auto !important;
}

.areas__slider-content .swiper-container {
    padding: 1.4rem;
    margin: -1.4rem;
}

.areas__slider .swiper-wrapper {
    height: auto;
}

.areas__slider .swiper-slide {
    height: auto;
}

.standart-docs {
    padding-top: 6rem;
    padding-bottom: 3.2rem;
    background: #f0f0f0;
}

.standart-docs__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 767px) {
    .standart-docs__row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 64px;
    }
}

.standart-docs__col {
    display: flex;
    flex-direction: column;
}

.standart-docs__heading-row {
    display: flex;
    align-items: center;
    margin-bottom: 3.2rem;
    gap: 3.2rem;
}

@media screen and (max-width: 767px) {
    .standart-docs__heading-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.standart-docs__icon {
    width: 10rem;
    height: 10rem;
    flex-shrink: 0;
    object-fit: contain;
}
@media screen and (max-width: 767px) {
    .standart-docs__icon {
        margin-bottom: 2rem;
    }
}

.standart-docs__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.2;
    color: black;
}

.standart-docs__text {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;

    color: #000000;
    margin-bottom: 3rem;
}

.standart-docs__text p {
    margin-bottom: 1.5rem;
}

.standart-docs__text p:last-child {
    margin-bottom: 0;
}

.standart-docs__file {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.standart-docs__file-info {
    display: flex;
    align-items: center;
    /* gap: 2rem; */
    margin-bottom: 2.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;

    color: #000000;
}

.standart-docs__file-icon {
    width: 4.6rem;
    height: 5.7rem;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 2rem;
}

.standart-docs__file-name {
    max-width: 30rem;
}

.standart-docs__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: white;
    padding: 1rem;
    background: #4ba4db;
    border-radius: 0.8rem;
    align-self: flex-start;
    min-width: 18.5rem;
}

.standart-docs__btn:link,
.standart-docs__btn:visited {
    color: white;
}

.objects-map--light {
    background-color: #fff;
    color: black;
    padding: 5rem 0;
}

.objects-map--light .objects-map__heading {
    color: black;
}

.objects-map--light .objects-map__filters-group-name {
    color: black;
    border-color: black;
}

.objects-map--light .objects-map__filters-group-name:hover {
    background-color: #4ba4db;
    color: white;
    border-color: #4ba4db;
}
.objects-map--light .objects-map__objects-card-title {
    color: black;
}
.objects-map--light .objects-map__objects-card-more {
    color: black;
    border-color: black;
}

.objects-map--light .objects-map__objects-card-more:link,
.objects-map--light .objects-map__objects-card-more:visited {
    color: black;
}

.objects-map--light .objects-map__objects-card-title a:link,
.objects-map--light .objects-map__objects-card-title a:visited {
    color: black;
}
.objects-map--light .objects-map__objects-card-more:hover,
.objects-map--light .objects-map__objects-card-more:active {
    background-color: #4ba4db;
    color: white;
    border-color: #4ba4db;
}

.agency {
    background: #f0f0f0;
    padding: 5rem 0;
}

.agency__heading-row {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
    .agency__heading-row {
        flex-direction: column;
        align-items: stretch;
        gap: 2rem;
        margin-bottom: 3rem;
        gap: 0;
    }
}

.agency__heading-icon {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .agency__heading-icon {
        margin-bottom: 2rem;
    }
}

.agency__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.2;
    color: black;
}

.agency__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .agency__row {
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 32px;
    }
}

.agency__col {
    display: flex;
    flex-direction: column;
}

.agency__text-content {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: black;
    max-width: 68rem;
}

.agency__text-content p {
    margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
    .agency__text-content p {
        margin-top: 2.5rem;
    }
}

.agency__text-content p:first-child {
    margin-top: 0;
}

.agency__text-content ul {
    margin-top: 2.2rem;
}

.agency__text-content ul li {
    padding-left: 5rem;
    position: relative;
    margin-bottom: 2.2rem;
}

.agency__text-content ul li:last-child {
    margin-bottom: 0;
}

.agency__text-content ul li::before {
    content: '';
    width: 2.9rem;
    height: 1.2rem;
    object-fit: contain;
    object-position: left center;
    position: absolute;
    left: 0;
    top: 0.7rem;
    background-image: url('img/list-marker.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.agency__info {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.8rem;
    color: black;
    display: flex;
    flex-direction: column;
}

.agency__ceo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
    align-items: flex-end;
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
    .agency__ceo {
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 16px;
    }
}

.agency__ceo-col {
    display: flex;
    flex-direction: column;
}

.agency__ceo-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
}

.agency__ceo-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agency__ceo-image-container::before {
    content: '';
    display: block;
    padding-bottom: 65%;
}

.agency__ceo-name {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 0.7rem;
}

.agency__ceo-role {
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 2.5rem;
}

.agency__ceo-contacts {
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.agency__logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6rem;
    margin-bottom: 3rem;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .agency__logos {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
}

.agency__logos img {
    height: 8rem;
    width: auto;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .agency__logos img {
        margin-bottom: 3rem;
    }

    .agency__logos img:last-child {
        margin-bottom: 0;
    }
}

.agency__site-link {
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    background: #4ba4db;
    border-radius: 0.8rem;
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

@media screen and (max-width: 767px) {
    .agency__site-link {
        align-self: flex-start;
    }
}

.agency__site-link:link,
.agency__site-link:visited {
    color: white;
}

.commitee {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.commitee__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 4.3rem;
    margin-bottom: 2rem;
    color: black;
}

.commitee__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 28px;
}

@media screen and (max-width: 767px) {
    .commitee__row {
        grid-template-columns: minmax(0, 1fr);
    }
}

.commitee__col {
    display: flex;
    flex-direction: column;
}

.commitee__intro-text {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: black;
    margin-bottom: 3rem;
    max-width: 54rem;
}

.commitee__blocks {
}

.commitee__block {
    padding: 3rem 0;
    border-top: 1px dashed #e5e5e5;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-family: 'Roboto', sans-serif;
    color: #7f7f7f;
}

.commitee__block:last-child {
    padding-bottom: 0;
}

.commitee__block p {
    margin-bottom: 1.8rem;
}

.commitee__block p:last-child {
    margin-bottom: 0;
}

.commitee__block ul {
    margin-bottom: 1.8rem;
}

.commitee__block ul:last-child {
    margin-bottom: 0;
}

.commitee__block ul li {
    padding-left: 4rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.commitee__block ul li:last-child {
    margin-bottom: 0;
}

.commitee__block ul li::before {
    content: '';
    position: absolute;
    width: 3rem;
    height: 1.2rem;
    background-image: url('img/list-marker.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0.5rem;
    left: 0;
}

.commitee__guber {
    display: flex;

    gap: 3rem;
    margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
    .commitee__guber {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .commitee__guber {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 4rem;
        align-items: center;
        grid-template-areas: 'photo info' 'quote quote';
    }
}

.commitee__guber-photo-container {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    width: 24.5rem;
    height: 24.5rem;
}

@media screen and (max-width: 767px) {
    .commitee__guber-photo-container {
        width: 17rem;
        height: 17rem;
        grid-area: photo;
    }
}

.commitee__guber-content {
    width: 30%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .commitee__guber-content {
        display: contents;
    }
}

.commitee__guber-quote {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 2rem;
    color: #000000;
    max-width: 42rem;
}

@media screen and (max-width: 767px) {
    .commitee__guber-quote {
        grid-area: quote;
    }
}

.commitee__guber-info {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

@media screen and (max-width: 767px) {
    .commitee__guber-info {
        grid-area: info;
        margin: 0;
    }
}

.commitee__guber-name {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 0.4rem;
    color: black;
}

.commitee__guber-role {
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: black;
}

.commitee__persons-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
    grid-row-gap: 28px;
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .commitee__persons-list {
        grid-template-columns: minmax(0, 1fr);
    }
}

.commitee__persons-card {
    display: flex;
    align-items: flex-start;
}

.commitee__persons-card-photo-container {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.6rem;
    position: relative;
}

.commitee__persons-card-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commitee__persons-card-content {
    width: 40%;
    flex-grow: 1;
}

.commitee__persons-card-title {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: black;
    margin-bottom: 0.7rem;
}

.commitee__persons-card-text {
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: black;
}

.commitee__file {
    display: flex;
    align-items: flex-start;

    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: black;
    margin-top: auto;
}

.commitee__file:link,
.commitee__file:visited {
    color: black;
}

.commitee__file svg {
    flex-shrink: 0;
    width: 3.2rem;
    height: 4rem;
    margin-right: 1.2rem;
}

.commitee__file-name {
    max-width: 54rem;
}

.codex {
    padding: 5.8rem 0;
    background: #f0f0f0;
}

.codex__heading-row {
    display: flex;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 3.4rem;
}

@media screen and (max-width: 767px) {
    .codex__heading-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.codex__heading-icon {
    flex-shrink: 0;
    width: 10rem;
    height: 10rem;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .codex__heading-icon {
        margin-bottom: 2rem;
    }
}

.codex__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.2;
    color: #000000;
}

.codex__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 32px;
}

@media screen and (max-width: 767px) {
    .codex__row {
        grid-template-columns: minmax(0, 1fr);
    }
}

.codex__col {
    display: flex;
    flex-direction: column;
}

.codex__text {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: black;
}

.codex__text p {
    margin-bottom: 1.5rem;
}

.codex__text p:last-child {
    margin-bottom: 0;
}

.codex__file {
    display: flex;
    flex-direction: column;
    color: black;
}

.codex__file:link,
.codex__file:visited {
    color: #000000;
}

.codex__file-content {
    display: flex;
    align-items: center;
}
.codex__file-content svg {
    flex-shrink: 0;
    width: 4.6rem;
    height: 5.7rem;
    margin-right: 2rem;
}

.codex__file-name {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    max-width: 36rem;
}

.codex__file-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #4ba4db;
    border-radius: 0.8rem;
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    align-self: flex-start;
    margin-top: 2.5rem;
    padding: 1rem;
}

.codex__file-btn:link,
.codex__file-btn:visited {
    color: white;
}

.navigator {
    padding: 5rem 0;
}

.navigator__heading-row {
    display: flex;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
    .navigator__heading-row {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }
}

.navigator__heading-icon {
    flex-shrink: 0;
    width: 10rem;
    height: 10rem;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .navigator__heading-icon {
        margin-bottom: 2rem;
    }
}

.navigator__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.2;
    color: black;
}

.navigator__row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-gap: 16px;
}

@media screen and (max-width: 767px) {
    .navigator__row {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }
}

.navigator__nav {
    grid-column: span 4;
    padding-left: 13.2rem;
    padding-right: 5.6rem;
}

@media screen and (max-width: 767px) {
    .navigator__nav {
        grid-column: 1 / -1;
        padding: 0;
    }
}

.navigator__nav-btn {
    position: relative;
    z-index: 1;
    color: black;
    padding: 5rem 0;
    border-top: 1px dashed #e5e5e5;
    display: block;
    transition: color 0.2s;
}

.navigator__nav-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(270deg, rgba(75, 164, 219, 0.2) 0%, rgba(75, 164, 219, 0) 100%);
    opacity: 0;
    transition: opacity 0.2s;
}

.navigator__nav-btn:hover,
.navigator__nav-btn.active {
    color: #4ba4db;
}
.navigator__nav-btn:hover .navigator__nav-btn-counter::after,
.navigator__nav-btn.active .navigator__nav-btn-counter::after {
    opacity: 1;
}

.navigator__nav-btn:hover::before,
.navigator__nav-btn.active::before {
    opacity: 1;
}

.navigator__nav-btn-counter {
    display: flex;
    align-items: center;

    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 0.8rem;
}

.navigator__nav-btn-counter::after {
    content: '';
    width: 2.2rem;
    height: 1.8rem;
    background-image: url('img/blue-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-left: auto;
    opacity: 0;
    transition: opacity 0.2s;
    margin-right: 3rem;
}

.navigator__nav-btn-title {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    padding-right: 6rem;
}

.navigator__illustration {
    margin-bottom: 5rem;
    display: block;
    width: 100%;
}
.navigator__tabs {
    grid-column: span 8;
}

@media screen and (max-width: 767px) {
    .navigator__tabs {
        grid-column: 1 / -1;
    }
}

.navigator__tabs {
    position: relative;
}

.navigator__tab {
    color: black;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}

@media screen and (max-width: 767px) {
    .navigator__tab {
        padding-top: 4rem;
    }
}

.navigator__tab.active {
    opacity: 1;
    visibility: inherit;
    transition: opacity 0.3s, visibility 0.3s;
    position: relative;
    z-index: 10;
}

.navigator__tab-counter {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: black;
    margin-bottom: 1.6rem;
}

.navigator__tab-title {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 1.6rem;
    max-width: 70rem;
}

.navigator__tab-row {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-gap: 16px;
}

@media screen and (max-width: 767px) {
    .navigator__tab-row {
        grid-template-columns: minmax(0, 1fr);
        margin-bottom: 2rem;
    }
}

.navigator__tab-text {
    grid-column: span 5;
    font-style: normal;
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    padding-right: 3rem;
}

@media screen and (max-width: 767px) {
    .navigator__tab-text {
        padding: 0;
        grid-column: 1 / -1;
    }
}

.navigator__tab-contacts {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 2.2rem;
    grid-column: span 3;
}

@media screen and (max-width: 767px) {
    .navigator__tab-contacts {
        padding: 0;
        grid-column: 1 / -1;
    }
}

.navigator__tab-contacts p {
    margin-bottom: 0.7rem;
}

.navigator__tab-contacts p:last-child {
    margin-bottom: 0;
}

.navigator__tab-contacts:last-child {
    margin-bottom: 0;
}

.navigator__tab-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    background: #4ba4db;
    border-radius: 0.8rem;
    color: white;
    align-self: flex-start;
    margin-top: 2.2rem;
}

.navigator__tab-link:link,
.navigator__tab-link:visited {
    color: white;
}

.page-title__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    margin-top: 3rem;
    margin-bottom: 3rem;
    row-gap: 1.5rem;
}

@media screen and (max-width: 767px) {
    .page-title__buttons {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 1.5rem;
        justify-items: flex-start;
    }
}

.page-title__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    background: #4ba4db;
    border-radius: 0.8rem;
    color: white;

    margin-right: 3rem;
}

.page-title__btn:last-child {
    margin-right: 0;
}

.page-title__btn:link,
.page-title__btn:visited {
    color: white;
}

.page-title__btn-icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    object-fit: contain;
    margin-right: 0.8rem;
}

.benefits {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.benefits__heading-row {
    display: flex;
    align-items: center;

    margin-bottom: 2.5rem;

    display: none;
}

.benefits__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 4.3rem;
    color: black;
}

.benefits__heading-icon {
    width: 10rem;
    height: 10rem;
    flex-shrink: 0;
    object-fit: contain;
    margin-right: 3.5rem;
}

@media screen and (max-width: 767px) {
    .benefits__table-rows {
        gap: 0;
    }

    .benefits__table-row:first-child {
        display: none;
    }
}

.benefits__table-row {
    display: flex;
}

@media screen and (max-width: 767px) {
    .benefits__table-row {
        flex-direction: column;
        margin-bottom: 3rem;
    }

    .benefits__table-row:last-child {
        margin-bottom: 0;
    }
}

.benefits__table-cell {
    width: 5%;
    flex-grow: 1;
    border-right: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .benefits__table-cell {
        width: 100%;
        border: none;
        padding: 3rem 0;
        border-bottom: 1px dashed #e5e5e5;
    }
}

.benefits__table-row:first-child .benefits__table-cell {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .benefits__table-row:first-child .benefits__table-cell {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .benefits__table-row:last-child .benefits__table-cell {
        border-bottom: none;
    }
}

.benefits__table-cell:last-child {
    border-right: none;
}

.benefits__inside-card {
    display: flex;
    flex-direction: column;
}

.benefits__inside-card-top-row {
    display: flex;
    align-items: baseline;
    color: #345081;
}

.benefits__inside-card-remark-before {
    font-style: normal;

    font-weight: 700;
    font-size: 7.2rem;
    line-height: 8.6rem;
    margin-right: 1rem;
}

.benefits__inside-card-amount {
    font-style: normal;
    font-weight: 700;
    font-size: 14.4rem;
    line-height: 17.3rem;
}

.benefits__inside-card-unit {
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 8.6rem;
}

.benefits__inside-card-remark-after {
    font-style: normal;

    font-weight: 700;
    font-size: 7.2rem;
    line-height: 8.6rem;
    margin-left: 1rem;
}

.benefits__inside-card-desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.9rem;
    color: #7f7f7f;
    margin-top: -1.5rem;
}

.benefits__category-card {
    display: flex;
    flex-direction: column;
}

.benefits__category-card-icon {
    width: 8.5rem;
    height: 8.5rem;
    object-fit: contain;
    flex-shrink: 0;
    margin-bottom: 2.5rem;
}

.benefits__category-card-title {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: black;
}

.benefits__outside-card {
    display: flex;
    flex-direction: column;
}

.benefits__outside-card-top-row {
    display: flex;
    align-items: baseline;
    color: #345081;
}

.benefits__outside-card-remark-before {
    font-style: normal;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.8rem;
    margin-right: 1rem;
}

.benefits__outside-card-amount {
    font-style: normal;
    font-weight: 700;
    font-size: 8rem;
    line-height: 9.6rem;
}

.benefits__outside-card-unit {
    font-style: normal;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.8rem;
}

.benefits__outside-card-remark-after {
    font-style: normal;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.8rem;
    margin-left: 1rem;
}

.benefits__outside-card-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.9rem;
    color: #7f7f7f;
    font-family: 'Roboto', sans-serif;
}

.benefits__header-card {
    display: flex;
    flex-direction: column;
}

.benefits__header-card-icon {
    width: 7.2rem;
    height: 7.2rem;
    object-fit: contain;
    margin-bottom: 2rem;
}

.benefits__header-card-title {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.5rem;
    color: black;
}

@media screen and (max-width: 767px) {
    .benefits__table-cell--empty {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .benefits__header-card--mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .benefits__inside-card,
    .benefits__outside-card {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 2rem;
    }

    .benefits__inside-card-amount,
    .benefits__outside-card-amount {
        font-size: 8rem;
        line-height: 0.8;
    }

    .benefits__inside-card-unit,
    .benefits__outside-card-unit {
        font-size: 4rem;
        line-height: 0.8;
    }

    .benefits__inside-card-remark-after,
    .benefits__inside-card-remark-before,
    .benefits__outside-card-remark-before,
    .benefits__outside-card-remark-after {
        font-size: 4rem;
        line-height: 0.8;
    }

    .benefits__outside-card-desc,
    .benefits__inside-card-desc {
        margin-top: 1rem;
    }

    .benefits__category-card-title {
        font-size: 3rem;
        line-height: 1.2;
    }
}

.zone-faq {
    padding: 5rem 0;
}

.zone-faq__heading-row {
    display: flex;
    align-items: center;

    margin-bottom: 3.5rem;
}

/* @media screen and (max-width: 768px) {
    .zone-faq__heading-row {
        flex-direction: column;
        align-items: stretch;
    }
} */

.zone-faq__icon {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.3s;
    margin-right: 3.2rem;
}

.zone-faq__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.2;
    color: black;
}

.zone-faq__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
}

@media screen and (max-width: 767px) {
    .zone-faq__row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.zone-faq__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .zone-faq__col {
        display: contents;
    }
}

.zone-faq__accordion {
    padding: 1.6rem 2rem;
    border: 1px solid #7f7f7f;
    border-radius: 0.8rem;
    color: black;
}

.zone-faq__accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .zone-faq__accordion-btn {
        align-items: flex-start;
    }
}

.zone-faq__accordion-btn-arrow {
    width: 3.8rem;
    height: 1.5rem;
    flex-shrink: 0;
    transition: transform 0.3s;
    margin-left: 3rem;
}

@media screen and (max-width: 767px) {
    .zone-faq__accordion-btn-arrow {
        margin-top: 1rem;
    }
}

.js-accordion.active .zone-faq__accordion-btn-arrow {
    transform: rotate(180deg);
}

.zone-faq__accordion-content {
    height: 0;
    overflow: hidden;
}

.zone-faq__accordion-content-inner {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding-top: 2rem;
}

.zone-faq__accordion-content-inner p {
    margin-bottom: 1.5rem;
}

.zone-faq__accordion-content-inner p:last-child {
    margin-bottom: 0;
}

.schema__resident-heading-row {
    display: flex;
    align-items: center;
    margin-bottom: 7rem;
}

.schema__resident-heading__icon {
    width: 10rem;
    height: 10rem;
    flex-shrink: 0;
    object-fit: contain;
    margin-right: 3.2rem;
}

.schema__resident-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.2;
    color: black;
}

.schema__steps-card-text ul {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}

.schema__steps-card-text ul:first-child {
    margin-top: 0;
}
.schema__steps-card-text ul:last-child {
    margin-bottom: 0;
}

.schema__steps-card-text ul li {
    padding-left: 4.2rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.schema__steps-card-text ul li::before {
    content: '';
    position: absolute;
    width: 3rem;
    height: 1.2rem;
    background-image: url('img/list-marker.svg');
    background-size: contain;
    background-position: center;
    left: 0;
    top: 0.5rem;
}

.schema__steps-card-text ul li:last-child {
    margin-bottom: 0;
}

.schema__steps-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    background: #4ba4db;
    color: white;
    margin-left: 4.2rem;
}

.schema__steps-link:link,
.schema__steps-link:visited {
    color: white;
}

.schema--grey {
    background: #f0f0f0;
}

.schema__subheading-small-text {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;

    color: #000000;
}

@media screen and (max-width: 767px) {
    .schema--grey {
        padding-bottom: 4rem;
    }

    .schema__subheading-small-text {
        margin-bottom: 4rem;
        margin-top: -1rem;
    }

    .schema__resident-heading-row {
        margin-bottom: 3rem;
    }

    .schema__steps-card-step-digit {
        text-align: left;
    }
}

.zone-docs {
    padding: 5rem 0;
    background: #f0f0f0;
}

.zone-docs__top-row {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
    .zone-docs__top-row {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 3rem;
        gap: 0;
    }
}

.zone-docs__heading {
    width: 50%;
    flex-grow: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.2;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .zone-docs__heading {
        width: 100%;
        flex-grow: 1;
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }
}

.zone-docs__archive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    border-radius: 0.8rem;
    background: #4ba4db;
    border-radius: 0.8rem;
    padding: 1.4rem;

    color: white;
}

.zone-docs__archive:link,
.zone-docs__archive:visited {
    color: white;
}

.zone-docs__archive-icon {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    object-fit: contain;
    margin-right: 2rem;
}

.zone-docs__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    align-items: center;
}

@media screen and (max-width: 767px) {
    .zone-docs__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.zone-docs__list-item {
    padding-right: 10rem;
}

@media screen and (max-width: 767px) {
    .zone-docs__list-item {
        padding-right: 0;
    }
}

.zone-docs__link {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    justify-content: space-between;
    gap: 8rem;
    color: #000000;
    border-top: 1px dashed #e5e5e5;
    padding: 1.8rem 0;
}

@media screen and (max-width: 767px) {
    .zone-docs__link {
        gap: 0;
    }
}

.zone-docs__link:link,
.zone-docs__link:visited {
    color: black;
}

.zone-docs__link-download {
    flex-shrink: 0;
    padding: 0.7rem 2rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    border: 1px solid #000000;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

@media screen and (max-width: 767px) {
    .zone-docs__link-download {
        margin-left: 2rem;
    }
}

.zone-docs__link:hover .zone-docs__link-download {
    background: #4ba4db;
    color: white;
    border-color: #4ba4db;
}

.zone-video {
    padding: 5rem 0;
    background: #f0f0f0;
}

.zone-video__heading-row {
    display: flex;
    align-items: center;

    margin-bottom: 5rem;
}

.zone_video__icon {
    width: 10rem;
    height: 10rem;
    flex-shrink: 0;
    object-fit: contain;
    margin-right: 3.2rem;
}

.zone-video__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.2;
    color: black;
}

.zone-video__video-wrapper {
    width: 100%;
    max-width: 136.4rem;
    margin: 0 auto;
}

.zone-video__video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.zone-video__video iframe,
.zone-video__video object,
.zone-video__video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .main-nav__link {
        white-space: nowrap;
        font-size: 1.6rem;
    }

    .page-header__region-name {
        white-space: nowrap;
        font-size: 3rem;
        line-height: 1.2;
    }
}

.popover {
    position: absolute;
    z-index: 1010;

    text-align: left;
    white-space: normal;
}

[class*='ymaps-2'][class*='-ground-pane'] {
    filter: grayscale(100%);
}

.popover.top {
}

.popover-inner > * {
    background: #ffffff;
    color: #1a1919;
    padding: 1.6rem;
    box-shadow: 0px 0.6rem 2rem rgba(0, 0, 0, 0.05);
}

.close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1.2rem;
    height: 1.2rem;
}
.close svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--primary-color);
}

.popover-title {
    display: none !important;
}

.objects-map__info-window-title {
    line-height: 1.3;
}

/* .popover-title {
    font-weight: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 1.2rem;
}

.popover-content {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #62646a;
}

.popover-content a {
    color: var(--text-color);
    display: block;
}

.popover-content a:hover {
    color: var(--primary-color);
} */

.icon-location {
    fill: var(--primary-color);
}
