@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500&display=swap');

.bx-font {
    font-family: 'Manrope', sans-serif;
    font-size: 0;
}

.bx-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.bx-header-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 16px 20px 15px;
}

.bx-header-block {
    height: 118px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 0 40px;
    gap: 24px;
    background-color: rgb(227 238 240 / 70%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.bx-header-logo {
    flex: none;
}

.bx-header-logo a {
    display: inline-block;
    transition: opacity 300ms;
}

.bx-header-logo a:hover {
    opacity: 0.8;
}

.bx-header-logo img {
    display: block;
    width: 212px;
    height: auto;
}

.bx-menu {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    gap: 54px;
}

.bx-menu-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #84A9B0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.bx-menu-item-icon {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    background-color: #fff;
    border-radius: 50%;
    flex: none;
    transition: background 300ms;
}

.bx-menu-item:hover .bx-menu-item-icon {
    background-color: #84A9B0;
}

.bx-menu-item-icon svg {
    display: block;
    width: 24px;
    height: auto;
    color: #84A9B0;
    transition: color 300ms;
}

.bx-menu-item:hover .bx-menu-item-icon svg {
    color: #fff;
}

.bx-menu-item-nav.active .bx-menu-item-icon {
    background-color: #84A9B0;
}

.bx-menu-item-nav.active .bx-menu-item-icon svg {
    color: #fff;
}

.bx-menu-item-proj.active .bx-menu-item-icon {
    background-color: #84A9B0;
}

.bx-menu-item-proj.active .bx-menu-item-icon svg {
    color: #fff;
}

.bx-mobile-menu {
    display: none;
}

.bx-mega-mobile {
    display: none;
}

.bx-footer-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 32px 20px 16px;
}

.bx-footer-content {
    display: flex;
    flex-direction: column;
    padding: 32px 40px;
    border-radius: 30px;
    gap: 40px;
    background-color: #F3F1EF;
}

.bx-footer-logo a {
    display: inline-block;
    transition: opacity 300ms;
}

.bx-footer-logo a:hover {
    opacity: 0.8;
}

.bx-footer-logo img {
    display: block;
    width: 212px;
    height: auto;
}

.bx-footer-numbers {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bx-footer-numbers-az-title {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.bx-footer-numbers-az-text {
    color: #B6B4B3;
    font-size: 14px;
    line-height: 130%;
    margin-top: 2px;
}

.bx-footer-numbers-kj-title {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.bx-footer-column-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.bx-footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.bx-footer-copy {
    color: #B6B4B3;
    font-size: 14px;
    line-height: 130%;
}

.bx-footer-contact-title {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.bx-footer-contact-text {
    color: #B6B4B3;
    font-size: 14px;
    line-height: 130%;
    margin-top: 2px;
}

.bx-footer-contact-text a {
    color: #2D2D2D;
    transition: color 300ms;
}

.bx-footer-contact-text a:hover {
    text-decoration: underline;
    color: #84A9B0;
}

.bx-footer-columns {
    display: flex;
    gap: 80px;
}

.bx-footer-directions-title {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.bx-footer-directions-columns {
    display: flex;
    gap: 32px;
}

.bx-footer-directions-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.bx-footer-directions-item a {
    color: #2D2D2D;
    font-size: 16px;
    line-height: 140%;
    transition: color 300ms;
}

.bx-footer-directions-item a:hover {
    text-decoration: underline;
    color: #84A9B0;
}

.bx-footer-menu-title {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.bx-footer-menu-columns {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bx-footer-menu-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bx-footer-menu-item a {
    color: #2D2D2D;
    font-size: 16px;
    line-height: 140%;
    transition: color 300ms;
}

.bx-footer-menu-item a:hover {
    text-decoration: underline;
    color: #84A9B0;
}

.bx-footer-column-right {
    display: flex;
    gap: 80px;
    flex: 2;
}

.bx-footer-directions {
    flex: 2;
}

.bx-footer-menu {
    flex: 1;
}

.bx-footer-warning {
    padding: 40px 0 20px;
}

.bx-footer-warning-text {
    max-width: 1480px;
    margin: 0 auto;
    color: #B6B4B3;
    text-align: center;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
}

.bx-map {
    max-width: 1920px;
    margin: 0 auto;
    padding: 150px 20px 0px;
}

.bx-map-content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bx-map-item-1 {
    width: calc(50% - 6px);
}

.bx-map-item-1-block {
    position: relative;
    height: 0;
    padding-top: 54.5%;
}

.bx-map-item-1-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 30px;
    padding: 2.1vw;
    background-color: #F3F1EF;
    gap: 16px;
}

.bx-map-item-1-content {
    display: flex;
    flex-direction: column;
    width: 18.3vw;
    gap: 16px;
}

.bx-map-item-1-title {
    color: #2D2D2D;
    font-size: 3.6vw;
    font-weight: 500;
    line-height: 120%;
}

.bx-map-item-1-text {
    color: #67676B;
    font-size: 0.8vw;
    line-height: 140%;
    margin-top: auto;
}

.bx-map-item-1-image {
    flex: none;
    margin-left: auto;
}

.bx-map-item-1-image-block {
    position: relative;
    border-radius: 34px;
    width: 19.8vw;
    padding-top: 63.5%;
    overflow: hidden;
}

.bx-map-item-1-image-block img {
    position: absolute;
    display: block;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1920px) {
    .bx-map-item-1-wrapper {
        padding: 40px;
    }

    .bx-map-item-1-content {
        width: 352px;
    }

    .bx-map-item-1-title {
        font-size: 70px;
    }

    .bx-map-item-1-text {
        font-size: 16px;
    }

    .bx-map-item-1-image-block {
        width: 380px;
        padding-top: 242px;
    }
}

.bx-map-item-2 {
    width: calc(50% - 6px);
}

.bx-map-item-2-block {
    position: relative;
    height: 0;
    padding-top: 54.5%;
}

.bx-map-item-2-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    background-color: #2D2D2D;
}

.bx-map-item-2-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 1;
}

.bx-map-item-2-wrapper video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    object-fit: cover;
}

.bx-map-item-2-wrapper video::-webkit-media-controls {
    display: none !important;
}

.bx-map-item-2-content {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
    padding: 1.25vw 0.73vw;
}

.bx-map-item-2-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 19.8vw;
    gap: 0.84vw;
}

.bx-map-item-2-item {
    display: flex;
    border-top: 1px solid #fff;
    padding-top: 0.84vw;
    flex: 1;
}

.bx-map-item-2-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border-radius: 16px;
    padding: 0.835vw 1.25vw 1.25vw 1.25vw;
    transition: background 300ms;
}

.bx-map-item-2-item:last-child a {
    background: rgba(224, 200, 189, 0.50);
}

.bx-map-item-2-item a:hover {
    background: rgba(224, 200, 189, 0.70);
}

.bx-map-item-2-item-header {
    display: flex;
    align-items: center;
    gap: 1.25vw;
    margin-bottom: 1.05vw;
}

.bx-map-item-2-item-header-title {
    flex: 1;
    color: #fff;
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
}

.bx-map-item-2-item-arrow {
    margin-top: auto;
    text-align: right;
}

.bx-map-item-2-item-arrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45vw;
    height: 2.45vw;
    border-radius: 50%;
    background-color: #fff;
}

.bx-map-item-2-item-arrow svg {
    display: block;
    width: 0.84vw;
    height: auto;
    transition: transform 300ms;
}

.bx-map-item-2-item:hover .bx-map-item-2-item-arrow svg {
    transform: rotate(45deg);
}

.bx-map-item-2-item-title {
    color: #fff;
    font-size: 1.042vw;
    font-weight: 500;
    line-height: 150%;
}

.bx-map-item-2-item-share-on .bx-map-item-2-item-header-title {
    opacity: 0;
    visibility: hidden;
}

.bx-map-item-2-item-header-share-copy-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #C4A585;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    font-size: 0.73vw;
}

.bx-map-item-2-item-share-copy .bx-map-item-2-item-header-share-copy-text {
    opacity: 1;
    visibility: visible;
}

.bx-map-item-2-item-header-share-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.bx-map-item-2-item-header-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: none;
    margin-left: auto;
    width: 1.05vw;
}

.bx-map-item-2-item-header-share-icon {
    cursor: pointer;
    color: #fff;
    flex: none;
}

.bx-map-item-2-item-header-share-icon svg {
    display: block;
    width: 1.05vw;
    height: auto;
}

.bx-map-item-2-item-header-share-list {
    display: inline-flex;
    gap: 0.37vw;
    padding-right: 0.37vw;
    border-right: 1px solid #fff;
    margin-right: 0.7vw;
    opacity: 0;
    visibility: hidden;
}

.bx-map-item-2-item-share-on .bx-map-item-2-item-header-share-list {
    opacity: 1;
    visibility: visible;
}

.bx-map-item-2-item-header-share-soc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.93vw;
    height: 1.93vw;
}

.bx-map-item-2-item-header-share-soc svg {
    display: block;
    height: 1.25vw;
    width: auto;
    flex: none;
}

.bx-map-item-2-item-header-share-copy svg {
    height: 1.146vw;
}

.bx-map-item-2-item-share-copy .bx-map-item-2-item-header-share-list {
    opacity: 0;
    visibility: hidden;
}

.bx-map-item-2-item-share-copy .bx-map-item-2-item-header-share-icon {
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width: 1920px) {
    .bx-map-item-2-content {
        padding: 24px 14px;
    }

    .bx-map-item-2-list {
        width: 380px;
        gap: 16px;
    }

    .bx-map-item-2-item {
        padding-top: 16px;
    }

    .bx-map-item-2-item a {
        padding: 16px 24px 24px 24px;
    }

    .bx-map-item-2-item-header {
        gap: 24px;
        margin-bottom: 20px;
    }

    .bx-map-item-2-item-header-title {
        font-size: 15px;
    }

    .bx-map-item-2-item-arrow span {
        width: 47px;
        height: 47px;
    }

    .bx-map-item-2-item-arrow svg {
        width: 16px;
    }

    .bx-map-item-2-item-title {
        font-size: 20px;
    }

    .bx-map-item-2-item-header-share {
        width: 20px;
    }

    .bx-map-item-2-item-header-share-icon svg {
        width: 20px;
    }

    .bx-map-item-2-item-header-share-list {
        gap: 7px;
        padding-right: 7px;
        margin-right: 13px;
    }

    .bx-map-item-2-item-header-share-soc {
        width: 37px;
        height: 37px;
    }

    .bx-map-item-2-item-header-share-soc svg {
        height: 24px;
    }

    .bx-map-item-2-item-header-share-copy svg {
        height: 22px;
    }

    .bx-map-item-2-item-header-share-copy-text {
        font-size: 14px;
    }
}

.bx-map-item-3 {
    width: calc(50% - 6px);
}

.bx-map-item-3-block {
    position: relative;
    height: 0;
    padding-top: 49.35%;
}

.bx-map-item-3-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 30px;
    padding: 2.1vw;
    background-color: #EFE9E3;
    transition: background 300ms;
    z-index: 1;
}

.bx-map-item-3-wrapper:hover {
    background-color: rgb(239 233 227 / 80%);
}

.bx-map-item-3-image {
    display: block;
    position: absolute;
    width: 30.2vw;
    height: auto;
    right: 0;
    bottom: 0;
    border-radius: 0 0 30px 0;
    z-index: -1;
}

.bx-map-item-3-header {
    display: flex;
    align-items: center;
    gap: 0.625vw;
    font-size: 0.835vw;
    color: #C4A585;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.bx-map-item-3-header svg {
    display: block;
    width: 0.835vw;
    height: auto;
}

.bx-map-item-3-footer {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-top: auto;
}

.bx-map-item-3-title {
    color: #2D2D2D;
    font-size: 2.1vw;
    font-weight: 500;
    line-height: 130%;
    width: 22vw;
}

.bx-map-item-3-arrow {
    margin-left: auto;
    flex: none;
}

.bx-map-item-3-arrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    background-color: #fff;
}

.bx-map-item-3-arrow svg {
    display: block;
    width: 0.938vw;
    height: auto;
    transition: transform 300ms;
}

.bx-map-item-3-wrapper:hover .bx-map-item-3-arrow svg {
    transform: rotate(45deg);
}

@media screen and (min-width: 1920px) {
    .bx-map-item-3-wrapper {
        padding: 40px;
    }

    .bx-map-item-3-image {
        width: 580px;
    }

    .bx-map-item-3-header {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 16px;
    }

    .bx-map-item-3-header svg {
        width: 16px;
    }

    .bx-map-item-3-title {
        font-size: 40px;
        width: 422px;
    }

    .bx-map-item-3-arrow span {
        width: 60px;
        height: 60px;
    }

    .bx-map-item-3-arrow svg {
        width: 18px;
    }
}

.bx-map-item-4 {
    width: calc(50% - 6px);
}

.bx-map-item-4-block {
    position: relative;
    height: 0;
    padding-top: 49.35%;
}

.bx-map-item-4-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 30px;
    padding: 2.1vw;
    background-color: #EFF5F6;
    overflow: hidden;
    z-index: 1;
}

.bx-map-item-4-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    object-fit: cover;
}

.bx-map-item-4-header {
    display: flex;
    align-items: center;
    gap: 0.625vw;
    font-size: 0.835vw;
    color: #84A9B0;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.bx-map-item-4-header svg {
    display: block;
    width: 0.835vw;
    height: auto;
}

.bx-map-item-4-footer {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-top: auto;
}

.bx-map-item-4-title {
    color: #2D2D2D;
    font-size: 1.7vw;
    font-weight: 500;
    line-height: 130%;
    width: 16vw;
}

.bx-map-item-4-arrow {
    margin-left: auto;
    flex: none;
}

.bx-map-item-4-arrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    background-color: #fff;
}

.bx-map-item-4-arrow svg {
    display: block;
    width: 0.938vw;
    height: auto;
    transition: transform 300ms;
}

.bx-map-item-4-wrapper:hover .bx-map-item-4-arrow svg {
    transform: rotate(45deg);
}

@media screen and (min-width: 1920px) {
    .bx-map-item-4-wrapper {
        padding: 40px;
    }

    .bx-map-item-4-header {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 16px;
    }

    .bx-map-item-4-header svg {
        width: 16px;
    }

    .bx-map-item-4-title {
        font-size: 32px;
        width: 308px;
    }

    .bx-map-item-4-arrow span {
        width: 60px;
        height: 60px;
    }

    .bx-map-item-4-arrow svg {
        width: 18px;
    }
}

.bx-map-item-5 {
    width: calc(50% - 6px);
}

.bx-map-item-5-block {
    position: relative;
    height: 0;
    padding-top: 49.35%;
}

.bx-map-item-5-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 2.1vw;
    background-color: #EFF5F6;
    overflow: hidden;
    z-index: 1;
}

.bx-map-item-5-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    object-fit: cover;
}

.bx-map-item-5-header {
    display: flex;
    align-items: center;
    gap: 0.625vw;
    font-size: 0.835vw;
    color: #84A9B0;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.bx-map-item-5-header svg {
    display: block;
    width: 0.835vw;
    height: auto;
}

.bx-map-item-5-footer {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-top: auto;
}

.bx-map-item-5-title {
    color: #2D2D2D;
    font-size: 1.7vw;
    font-weight: 500;
    line-height: 130%;
    width: 100%;
}

.bx-map-item-5-arrow {
    margin-left: auto;
    flex: none;
}

.bx-map-item-5-arrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    background-color: #fff;
}

.bx-map-item-5-arrow svg {
    display: block;
    width: 0.938vw;
    height: auto;
    transition: transform 300ms;
}

.bx-map-item-5-wrapper:hover .bx-map-item-5-arrow svg {
    transform: rotate(45deg);
}

@media screen and (min-width: 1920px) {
    .bx-map-item-5-wrapper {
        padding: 40px;
    }

    .bx-map-item-5-header {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 16px;
    }

    .bx-map-item-5-header svg {
        width: 16px;
    }

    .bx-map-item-5-title {
        font-size: 32px;
    }

    .bx-map-item-5-arrow span {
        width: 60px;
        height: 60px;
    }

    .bx-map-item-5-arrow svg {
        width: 18px;
    }
}

.bx-map-item-6 {
    width: calc(50% - 6px);
}

.bx-map-item-6-block {
    position: relative;
    height: 0;
    padding-top: 49.35%;
}

.bx-map-item-6-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0.835vw 1.7vw;
}

.bx-map-item-6-title {
    color: #2D2D2D;
    font-size: 1.7vw;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 1.7vw;
}

.bx-map-item-6-list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 1.25vw 2.1vw;
}

.bx-map-item-6-item {
    width: calc(50% - 1.05vw);
}

.bx-map-item-6-item:nth-child(1),
.bx-map-item-6-item:nth-child(2) {
    padding-bottom: 1.25vw;
    border-bottom: 1px solid #B6B4B3;
}

.bx-map-item-6-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bx-map-item-6-item-header {
    display: flex;
    align-items: center;
    gap: 1.25vw;
    margin-bottom: 1.05vw;
}

.bx-map-item-6-item-header-title {
    flex: 1;
    color: #67676B;
    font-size: 0.73vw;
    line-height: 130%;
}

.bx-map-item-6-item-title {
    color: #2D2D2D;
    font-size: 0.94vw;
    font-weight: 500;
    line-height: 150%;
    padding-right: 0.73vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 300ms;
}

.bx-map-item-6-item:hover .bx-map-item-6-item-title {
    color: #000;
}

.bx-map-item-6-item-read {
    margin-top: auto;
    padding-top: 0.835vw;
}

.bx-map-item-6-item-read span {
    color: #C4A585;
    font-size: 0.835vw;
    line-height: 150%;
    text-decoration: underline;
    transition: color 300ms;
}

.bx-map-item-6-item:hover .bx-map-item-6-item-read span {
    color: #84A9B0;
}

.bx-map-item-6-item-header-share-copy-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2D2D2D;
    border: 1px solid #C4A585;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    font-size: 0.73vw;
}

.bx-map-item-6-item-share-copy .bx-map-item-6-item-header-share-copy-text {
    opacity: 1;
    visibility: visible;
}

.bx-map-item-6-item-header-share-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.bx-map-item-6-item-header-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: none;
    margin-left: auto;
    width: 1.05vw;
}

.bx-map-item-6-item-header-share-icon {
    cursor: pointer;
    color: #C4A585;
    flex: none;
}

.bx-map-item-6-item-header-share-icon svg {
    display: block;
    width: 1.05vw;
    height: auto;
}

.bx-map-item-6-item-header-share-list {
    display: inline-flex;
    gap: 0.37vw;
    padding-right: 0.37vw;
    border-right: 1px solid #C4A585;
    margin-right: 0.7vw;
    opacity: 0;
    visibility: hidden;
}

.bx-map-item-6-item-share-on .bx-map-item-6-item-header-share-list {
    opacity: 1;
    visibility: visible;
}

.bx-map-item-6-item-share-on .bx-map-item-6-item-header-title {
    opacity: 0;
    visibility: hidden;
}

.bx-map-item-6-item-header-share-soc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.93vw;
    height: 1.93vw;
}

.bx-map-item-6-item-header-share-soc svg {
    display: block;
    height: 1.25vw;
    width: auto;
    flex: none;
}

.bx-map-item-6-item-header-share-copy svg {
    height: 1.146vw;
}

.bx-map-item-6-item-share-copy .bx-map-item-6-item-header-share-list {
    opacity: 0;
    visibility: hidden;
}

.bx-map-item-6-item-share-copy .bx-map-item-6-item-header-share-icon {
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width: 1920px) {
    .bx-map-item-6-wrapper {
        padding: 16px 32px;
    }

    .bx-map-item-6-title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .bx-map-item-6-list {
        gap: 24px 40px;
    }

    .bx-map-item-6-item {
        width: calc(50% - 20px);
    }

    .bx-map-item-6-item:nth-child(1),
    .bx-map-item-6-item:nth-child(2) {
        padding-bottom: 24px;
    }

    .bx-map-item-6-item-header {
        gap: 24px;
        margin-bottom: 20px;
    }

    .bx-map-item-6-item-header-title {
        font-size: 14px;
    }

    .bx-map-item-6-item-title {
        font-size: 18px;
        padding-right: 14px;
    }

    .bx-map-item-6-item-read {
        padding-top: 16px;
    }

    .bx-map-item-6-item-read span {
        font-size: 16px;
    }

    .bx-map-item-6-item-header-share {
        width: 20px;
    }

    .bx-map-item-6-item-header-share-icon svg {
        width: 20px;
    }

    .bx-map-item-6-item-header-share-list {
        gap: 7px;
        padding-right: 7px;
        margin-right: 13px;
    }

    .bx-map-item-6-item-header-share-soc {
        width: 37px;
        height: 37px;
    }

    .bx-map-item-6-item-header-share-soc svg {
        height: 24px;
    }

    .bx-map-item-6-item-header-share-copy svg {
        height: 22px;
    }

    .bx-map-item-6-item-header-share-copy-text {
        font-size: 14px;
    }
}

.bx-map-item {
    width: calc(25% - 9px);
}

.bx-map-item-block {
    position: relative;
    height: 0;
    padding-top: 100%;
}

.bx-map-item-wrapper {
    display: flex;
    align-items: flex-end;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 30px;
    background-color: #f5f5f5;
    overflow: hidden;
    z-index: 1;
}

.bx-map-item-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    object-fit: cover;
}

.bx-map-item-video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    object-fit: cover;
}

.bx-map-item-video::-webkit-media-controls {
    display: none !important;
}

.bx-map-item-video-8 {
    opacity: 0.7;
}

.bx-map-item-video-10 {
    width: 39vw;
    height: auto;
    top: -3vw;
    right: -1vw;
    left: auto;
    opacity: 0.9;
}

.bx-map-item-video-12 {
    object-position: left;
}

.bx-map-item-content {
    display: flex;
    gap: 0.835vw;
    align-items: flex-end;
    padding: 1.7vw;
    width: 100%;
}

.bx-map-item-title {
    width: 100%;
    color: #2D2D2D;
    font-size: 1.7vw;
    font-weight: 500;
    line-height: 130%;
}

.bx-map-item-arrow {
    margin-left: auto;
    flex: none;
}

.bx-map-item-arrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    background-color: #fff;
}

.bx-map-item-arrow svg {
    display: block;
    width: 0.938vw;
    height: auto;
    transition: transform 300ms;
}

.bx-map-item:hover .bx-map-item-arrow svg {
    transform: rotate(45deg);
}

@media screen and (min-width: 1920px) {
    .bx-map-item-content {
        padding: 32px;
        gap: 16px;
    }

    .bx-map-item-title {
        font-size: 32px;
    }

    .bx-map-item-arrow span {
        width: 60px;
        height: 60px;
    }

    .bx-map-item-arrow svg {
        width: 18px;
    }

    .bx-map-item-video-10 {
        width: 748px;
        top: -57px;
        right: -19px;
    }
}

.bx-mega-proj {
    display: none;
    position: fixed;
    top: 148px;
    width: 100%;
    z-index: 100;
}

.bx-mega-proj.active {
    display: block;
}

.bx-mega-proj-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
}

.bx-mega-proj-block {
    overflow: auto;
    max-height: calc(var(--vh, 1vh) * 100 - 180px);
    border-radius: 30px;
    background-color: #F3F1EF;
    box-shadow: 0 0 20px 0px #00000026;
    padding: 32px 40px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bx-mega-proj-content {
    display: flex;
    gap: 150px;
}

.bx-mega-proj-block::-webkit-scrollbar {
    display: none;
}

.bx-mega-proj-images {
    position: relative;
    flex: none;
    width: 1068px;
    height: 611px;
}

.bx-mega-proj-image img {
    position: absolute;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 30px;
}

.bx-mega-proj-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bx-mega-proj-item a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0 17px;
}

.bx-mega-proj-item:not(:last-child) a:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #B6B4B3;
    height: 1px;
    width: 100%;
    inset: auto 0 0 0;
}

.bx-mega-proj-item-name {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.bx-mega-proj-item-arrow {
    flex: none;
    margin-left: auto;
}

.bx-mega-proj-item-arrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    transition: background 300ms;
}

.bx-mega-proj-item-arrow svg {
    display: block;
    width: 13px;
    height: auto;
    color: #C4A585;
    transition: color 300ms, transform 300ms;
}

.bx-mega-proj-item a:hover .bx-mega-proj-item-arrow span {
    background-color: #C4A585;
}

.bx-mega-proj-item a:hover .bx-mega-proj-item-arrow svg {
    transform: rotate(45deg);
    color: #fff;
}

.bx-mega-nav {
    display: none;
    position: fixed;
    top: 148px;
    width: 100%;
    z-index: 100;
}

.bx-mega-nav.active {
    display: block;
}

.bx-mega-nav-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
}

.bx-mega-nav-block {
    overflow: auto;
    max-height: calc(var(--vh, 1vh) * 100 - 180px);
    border-radius: 30px;
    background-color: #F3F1EF;
    box-shadow: 0 0 20px 0px #00000026;
    padding: 32px 40px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bx-mega-nav-content {
    display: flex;
    align-items: center;
    gap: 150px;
}

.bx-mega-nav-block::-webkit-scrollbar {
    display: none;
}

.bx-mega-nav-images {
    position: relative;
    flex: none;
    width: 419px;
    height: 611px;
}

.bx-mega-nav-image img {
    position: absolute;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 30px;
}

.bx-mega-nav-columns {
    display: flex;
    gap: 120px;
    width: 100%;
}

.bx-mega-nav-column {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bx-mega-nav-item a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0 17px;
}

.bx-mega-nav-item:not(:last-child) a:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #B6B4B3;
    height: 1px;
    width: 100%;
    inset: auto 0 0 0;
}

.bx-mega-nav-item-name {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.bx-mega-nav-item-arrow {
    flex: none;
    margin-left: auto;
}

.bx-mega-nav-item-arrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    transition: background 300ms;
}

.bx-mega-nav-item-arrow svg {
    display: block;
    width: 13px;
    height: auto;
    color: #C4A585;
    transition: color 300ms, transform 300ms;
}

.bx-mega-nav-item a:hover .bx-mega-nav-item-arrow span {
    background-color: #C4A585;
}

.bx-mega-nav-item a:hover .bx-mega-nav-item-arrow svg {
    transform: rotate(45deg);
    color: #fff;
}

@media screen and (max-width: 1919px) {
    .bx-mega-proj-images {
        width: 850px;
        height: 486px;
    }
}

@media screen and (max-width: 1680px) {
    .bx-header-block {
        height: 100px;
    }

    .bx-menu-item {
        font-size: 14px;
        letter-spacing: 1.12px;
    }

    .bx-footer-columns {
        gap: 40px;
    }

    .bx-footer-column-right {
        gap: 40px;
    }

    .bx-footer-column-left {
        flex: 0.8;
    }

    .bx-footer-directions-columns {
        gap: 24px;
    }

    .bx-map {
        padding-top: 130px;
    }

    .bx-map-item-1-title {
        font-size: 4.17vw;
    }

    bx-map-item-1-content {
        width: 17.3vw;
    }

    .bx-map-item-1-text {
        font-size: 0.95vw;
    }

    .bx-map-item-1-content {
        width: 17.5vw;
    }

    .bx-map-item-1-wrapper {
        padding: 2.4vw;
    }

    .bx-map-item-2-content {
        padding: 1.02vw;
    }

    .bx-map-item-2-item-arrow span {
        width: 2.8vw;
        height: 2.85vw;
    }

    .bx-map-item-2-item a {
        padding: 1vw;
    }

    .bx-map-item-2-list {
        width: 21.4vw;
    }

    .bx-mega-nav {
        top: 130px;
    }

    .bx-mega-nav-block {
        max-height: calc(var(--vh, 1vh) * 100 - 150px);
    }

    .bx-mega-nav-item-name {
        font-size: 18px;
    }

    .bx-mega-nav-columns {
        gap: 80px;
    }

    .bx-mega-nav-content {
        gap: 100px;
    }

    .bx-mega-proj {
        top: 130px;
    }

    .bx-mega-proj-block {
        max-height: calc(var(--vh, 1vh) * 100 - 150px);
    }

    .bx-mega-proj-content {
        gap: 100px;
    }

    .bx-mega-proj-item-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 1679px) {
    .bx-mega-proj-images {
        width: 700px;
        height: 400px;
    }
}

@media screen and (max-width: 1439px) {
    .bx-header-block {
        height: 73px;
        border-radius: 20px;
        padding: 0 20px;
    }

    .bx-header-logo img {
        width: 131px;
    }

    .bx-footer-content {
        padding: 32px 20px;
    }

    .bx-footer-numbers {
        gap: 16px;
        flex: 1;
    }

    .bx-footer-columns {
        flex-direction: column;
    }

    .bx-footer-column-left {
        flex-direction: row;
        gap: 32px;
    }

    .bx-footer-contacts {
        flex: 2;
    }

    .bx-footer-directions-columns {
        gap: 40px;
    }

    .bx-footer-menu-columns {
        flex-direction: row;
        gap: 40px;
    }

    .bx-footer-menu-column {
        flex: 1;
    }

    .bx-footer-directions {
        flex: 1;
    }

    .bx-footer-warning {
        padding: 32px 0;
    }

    .bx-footer-warning-text {
        max-width: 1014px;
        font-size: 22px;
        line-height: 130%;
    }

    .bx-map {
        padding-top: 105px;
    }

    .bx-mega-nav-block {
        padding: 40px;
        max-height: calc(var(--vh, 1vh) * 100 - 120px);
    }

    .bx-mega-nav-images {
        display: none;
    }

    .bx-mega-nav {
        top: 104px;
    }

    .bx-mega-proj-block {
        padding: 40px;
        max-height: calc(var(--vh, 1vh) * 100 - 120px);
    }

    .bx-mega-proj {
        top: 104px;
    }

    .bx-mega-proj-images {
        display: none;
    }
}

@media screen and (max-width: 1279px) {
    .bx-menu {
        gap: 32px;
    }

    .bx-menu-item-icon {
        width: 40px;
        height: 40px;
    }

    .bx-menu-item-icon svg {
        width: 20px;
    }

    .bx-footer-column-right {
        flex-direction: column;
    }

    .bx-footer-column-left {
        flex-direction: column;
    }

    .bx-footer-contacts {
        gap: 24px;
    }

    .bx-footer-warning {
        padding: 20px 0;
    }

    .bx-footer-warning-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .bx-menu {
        gap: 24px;
    }

    .bx-menu-item-text {
        display: none;
    }

    .bx-menu {
        gap: 16px;
    }

    .bx-map-content {
        flex-wrap: wrap;
    }

    .bx-map-item-1 {
        width: 100%;
    }

    .bx-map-item-1-wrapper {
        position: relative;
        padding: 40px;
        min-height: 440px;
    }

    .bx-map-item-1-title {
        font-size: 64px;
    }

    .bx-map-item-1-block {
        height: auto;
        padding-top: 0;
    }

    .bx-map-item-1-text {
        font-size: 16px;
    }

    .bx-map-item-1-content {
        width: 295px;
    }

    .bx-map-item-1-image-block {
        width: 306px;
        padding-top: 67.5%;
    }

    .bx-map-item-2 {
        width: 100%;
    }

    .bx-map-item-2-block {
        height: auto;
        padding-top: 0;
    }

    .bx-map-item-2-wrapper {
        position: relative;
        height: auto;
    }

    .bx-map-item-2-content {
        position: relative;
        height: auto;
        padding: 24px 14px;
    }

    .bx-map-item-2-list {
        width: 100%;
        max-width: 332px;
        gap: 16px;
    }

    .bx-map-item-2-item-header-title {
        font-size: 14px;
    }

    .bx-map-item-2-item-title {
        font-size: 20px;
    }

    .bx-map-item-2-item-header {
        gap: 24px;
        margin-bottom: 24px;
    }

    .bx-map-item-2-item-header-share {
        width: 20px;
    }

    .bx-map-item-2-item-header-share-icon svg {
        width: 20px;
    }

    .bx-map-item-2-item-arrow {
        padding-top: 10px;
    }

    .bx-map-item-2-item-arrow span {
        width: 47px;
        height: 47px;
    }

    .bx-map-item-2-item-arrow svg {
        width: 16px;
    }

    .bx-map-item-2-item a {
        padding: 16px;
    }

    .bx-map-item-2-item {
        padding-top: 16px;
    }

    .bx-map-item-3 {
        width: 100%;
    }

    .bx-map-item-3-wrapper {
        padding: 40px;
        position: relative;
        min-height: 376px;
    }

    .bx-map-item-3-block {
        height: auto;
        padding-top: 0;
    }

    .bx-map-item-3-image {
        width: 460px;
    }

    .bx-map-item-3-header {
        gap: 12px;
        font-size: 16px;
    }

    .bx-map-item-3-header svg {
        width: 16px;
    }

    .bx-map-item-3-title {
        font-size: 40px;
        width: 305px;
    }

    .bx-map-item-3-arrow span {
        width: 60px;
        height: 60px;
    }

    .bx-map-item-3-arrow svg {
        width: 16px;
    }

    .bx-map-item-4 {
        width: 100%;
    }

    .bx-map-item-4-wrapper {
        padding: 40px;
        position: relative;
        min-height: 376px;
    }

    .bx-map-item-4-block {
        height: auto;
        padding-top: 0;
    }

    .bx-map-item-4-header {
        gap: 12px;
        font-size: 16px;
    }

    .bx-map-item-4-header svg {
        width: 16px;
    }

    .bx-map-item-4-title {
        font-size: 32px;
        width: 305px;
    }

    .bx-map-item-4-arrow span {
        width: 60px;
        height: 60px;
    }

    .bx-map-item-4-arrow svg {
        width: 16px;
    }

    .bx-map-item-5 {
        width: 100%;
    }

    .bx-map-item-5-wrapper {
        padding: 40px;
        position: relative;
        min-height: 376px;
    }

    .bx-map-item-5-block {
        height: auto;
        padding-top: 0;
    }

    .bx-map-item-5-header {
        gap: 12px;
        font-size: 16px;
    }

    .bx-map-item-5-header svg {
        width: 16px;
    }

    .bx-map-item-5-title {
        font-size: 32px;
    }

    .bx-map-item-5-arrow span {
        width: 60px;
        height: 60px;
    }

    .bx-map-item-5-arrow svg {
        width: 16px;
    }

    .bx-map-item-6 {
        width: 100%;
    }

    .bx-map-item-6-block {
        height: auto;
        padding-top: 0;
    }

    .bx-map-item-6-wrapper {
        position: relative;
        padding: 16px 32px;
        height: auto;
    }

    .bx-map-item-6-title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .bx-map-item-6-item-header {
        gap: 24px;
        margin-bottom: 24px;
    }

    .bx-map-item-6-item-header-share {
        width: 20px;
    }

    .bx-map-item-6-item-header-share-icon svg {
        width: 20px;
    }

    .bx-map-item-6-item-header-title {
        font-size: 14px;
    }

    .bx-map-item-6-item-title {
        font-size: 20px;
    }

    .bx-map-item-6-item:nth-child(1),
    .bx-map-item-6-item:nth-child(2) {
        padding-bottom: 0;
        border-bottom: none;
    }

    .bx-map-item-6-item-read {
        padding-top: 24px;
    }

    .bx-map-item-6-item-read span {
        font-size: 16px;
    }

    .bx-map-item-6-list {
        gap: 32px;
    }

    .bx-map-item-6-item {
        width: 100%;
    }

    .bx-map-item-6-item:not(:last-child) {
        padding-bottom: 24px;
        border-bottom: 1px solid #B6B4B3;
    }

    .bx-map-item-6-item-title br {
        display: none;
    }

    .bx-map-item {
        width: calc(50% - 6px);
    }

    .bx-map-item-content {
        gap: 16px;
        padding: 32px;
    }

    .bx-map-item-title {
        font-size: 24px;
    }

    .bx-map-item-arrow span {
        width: 60px;
        height: 60px;
    }

    .bx-map-item-arrow svg {
        width: 16px;
    }

    .bx-map-item-video-10 {
        width: 73vw;
        top: -5vw;
        right: -2vw;
    }

    .bx-map-item-2-item-header-share-list {
        gap: 7px;
        padding-right: 7px;
        margin-right: 13px;
    }

    .bx-map-item-2-item-header-share-copy-text {
        font-size: 13px;
    }

    .bx-map-item-2-item-header-share-soc {
        width: 34px;
        height: 34px;
    }

    .bx-map-item-2-item-header-share-soc svg {
        height: 24px;
    }

    .bx-map-item-2-item-header-share-copy svg {
        height: 22px;
    }

    .bx-map-item-6-item-header-share-list {
        gap: 7px;
        padding-right: 7px;
        margin-right: 13px;
    }

    .bx-map-item-6-item-header-share-copy-text {
        font-size: 13px;
    }

    .bx-map-item-6-item-header-share-soc {
        width: 34px;
        height: 34px;
    }

    .bx-map-item-6-item-header-share-soc svg {
        height: 24px;
    }

    .bx-map-item-6-item-header-share-copy svg {
        height: 22px;
    }

    .bx-mega-nav-item-name {
        font-size: 14px;
    }

    .bx-mega-nav-columns {
        gap: 48px;
    }

    .bx-mega-nav-item-arrow span {
        width: 40px;
        height: 40px;
    }

    .bx-mega-proj-item-name {
        font-size: 14px;
    }

    .bx-mega-proj-columns {
        gap: 48px;
    }

    .bx-mega-proj-item-arrow span {
        width: 40px;
        height: 40px;
    }

    .bx-menu {
        display: none;
    }

    .bx-mobile-menu {
        display: inline-flex;
        margin-left: auto;
        gap: 8px;
    }

    .bx-mobile-search {
        display: inline-flex;
        align-items: center;
        border-radius: 10px;
        background-color: #84A9B0;
        height: 36px;
        padding: 0 10px;
        gap: 6px;
        cursor: pointer;
    }

    .bx-mobile-search svg {
        flex: none;
        display: block;
        width: 16px;
        height: auto;
    }

    .bx-mobile-search span {
        color: #FFF;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0.96px;
        text-transform: uppercase;
    }

    .bx-mobile-burger {
        display: inline-flex;
        align-items: center;
        border-radius: 10px;
        background-color: #84A9B0;
        height: 36px;
        padding: 0 10px;
        gap: 6px;
        cursor: pointer;
    }

    .bx-mobile-burger-icon {
        flex: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
    }

    .bx-mobile-burger-button {
        display: inline-flex;
        position: relative;
        width: 14px;
        height: 10px;
    }

    .bx-mobile-burger-button span {
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 1px;
        border-radius: 2px;
        transition: all 200ms ease 200ms, transform 200ms ease;
    }

    .bx-mobile-burger-button span:nth-child(1) {
        top: 0;
    }

    .bx-mobile-burger-button span:nth-child(2) {
        top: calc(50% - 0.5px);
        right: 0;
    }

    .bx-mobile-burger-button span:nth-child(3) {
        bottom: 0;
    }

    .mobile-menu-open {
        overflow: hidden;
    }

    .mobile-menu-open .bx-mobile-burger-button span {
        transition: transform 200ms ease 200ms, top 200ms ease, bottom 200ms ease, opacity 200ms ease;
    }

    .mobile-menu-open .bx-mobile-burger-button span:nth-child(1) {
        transform: rotate(45deg);
        top: calc(50% - 1px);
    }

    .mobile-menu-open .bx-mobile-burger-button span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-open .bx-mobile-burger-button span:nth-child(3) {
        transform: rotate(-45deg);
        bottom: 50%;
    }

    .bx-mobile-burger-name {
        color: #FFF;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0.96px;
        text-transform: uppercase;
    }

    .bx-mega-mobile {
        position: fixed;
        width: 100%;
        z-index: 99;
        inset: 0;
        background-color: #fff;
    }

    .bx-mega-mobile-wrapper {
        max-width: 1920px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .bx-mega-mobile-block {
        padding-top: 104px;
        overflow: auto;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 20px;
    }

    .bx-mega-mobile-block::-webkit-scrollbar {
        display: none;
    }

    .mobile-menu-open .bx-mega-mobile {
        display: block;
    }

    .bx-mega-mobile-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .bx-mega-mobile-item {
        border-radius: 30px;
        background-color: #F3F1EF;
    }

    .bx-mega-mobile-item-header {
        display: flex;
        align-items: center;
        padding: 16px;
        cursor: pointer;
        gap: 10px;
    }

    .bx-mega-mobile-item-icon {
        flex: none;
    }

    .bx-mega-mobile-item-icon span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
    }

    .bx-mega-mobile-item-title {
        width: 100%;
        color: #84A9B0;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0.96px;
        text-transform: uppercase;
    }

    .bx-mega-mobile-item-body {
        display: none;
        padding: 0 16px 12px;
    }

    .bx-mega-mobile-item.active .bx-mega-mobile-item-body {
        display: block;
        margin-top: -12px;
    }

    .bx-mega-mobile-item-body-link:not(:last-child) {
        border-bottom: 1px solid #B6B4B3;
    }

    .bx-mega-mobile-item-body-link a {
        display: flex;
        align-items: center;
        padding: 8px 0;
        gap: 8px;
    }

    .bx-mega-mobile-item-body-link-name {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #2D2D2D;
        font-size: 14px;
        line-height: 130%;
    }

    .bx-mega-mobile-item-body-link-arrow {
        flex: none;
    }

    .bx-mega-mobile-item-body-link-arrow span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        color: #C4A585;
    }

    .bx-mega-mobile-item-body-link-arrow svg {
        display: block;
        width: 13px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .bx-header-logo img {
        width: 90px;
    }

    .bx-header-block {
        padding: 0 16px;
    }

    .bx-footer-content {
        padding: 24px 20px;
        gap: 32px;
    }

    .bx-footer-logo {
        text-align: center;
    }

    .bx-footer-numbers-az-title {
        font-size: 14px;
    }

    .bx-menu {
        gap: 8px;
    }

    .bx-footer-numbers-az-text {
        font-size: 12px;
    }

    .bx-footer-numbers-kj-title {
        font-size: 14px;
    }

    .bx-footer-column-left {
        gap: 24px;
    }

    .bx-footer-contact-title {
        font-size: 14px;
    }

    .bx-footer-contact-text {
        font-size: 12px;
        margin-top: 6px;
    }

    .bx-footer-copy {
        font-size: 12px;
    }

    .bx-footer-columns {
        gap: 32px;
    }

    .bx-footer-directions-title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .bx-footer-directions-columns {
        flex-direction: column;
        gap: 10px;
    }

    .bx-footer-directions-column {
        gap: 10px;
    }

    .bx-footer-directions-item a {
        font-size: 14px;
    }

    .bx-footer-column-right {
        gap: 24px;
    }

    .bx-footer-menu-title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .bx-footer-menu-columns {
        flex-direction: column;
        gap: 10px;
    }

    .bx-footer-menu-column {
        gap: 10px;
    }

    .bx-footer-menu-item a {
        font-size: 14px;
    }

    .bx-footer-warning-text {
        font-size: 16px;
        line-height: 120%;
    }

    .bx-map-item-1-wrapper {
        flex-direction: column;
        padding: 24px 16px;
        min-height: auto;
        gap: 40px;
    }

    .bx-map-item-1-content {
        width: 100%;
    }

    .bx-map-item-1-title {
        font-size: 40px;
    }

    .bx-map-item-1-title br {
        display: none;
    }

    .bx-map-item-1-image {
        margin: 0;
        max-width: 306px;
    }

    .bx-map-item-1-image-block {
        width: 100%;
    }

    .bx-map-item-2-content {
        padding: 32px 16px;
    }

    .bx-map-item-2-item-arrow span {
        width: 40px;
        height: 40px;
    }

    .bx-map-item-2-item-arrow svg {
        width: 12px;
    }

    .bx-map-item-2-list {
        max-width: none;
    }

    .bx-map-item-2-item-header-title {
        font-size: 12px;
    }

    .bx-map-item-2-item-title {
        font-size: 18px;
    }

    .bx-map-item-3-wrapper {
        padding: 24px 16px;
        min-height: 400px;
    }

    .bx-map-item-3-header {
        font-size: 12px;
    }

    .bx-map-item-3-header svg {
        width: 12px;
    }

    .bx-map-item-3-footer {
        margin-top: 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .bx-map-item-3-title {
        font-size: 24px;
        width: 100%;
        max-width: 314px;
    }

    .bx-map-item-3-arrow {
        margin-left: 0;
    }

    .bx-map-item-3-image {
        width: 290px;
    }

    .bx-map-item-4-wrapper {
        padding: 24px 16px;
        min-height: 400px;
    }

    .bx-map-item-4-header {
        font-size: 12px;
    }

    .bx-map-item-4-header svg {
        width: 12px;
    }

    .bx-map-item-4-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .bx-map-item-4-title {
        font-size: 24px;
        width: 100%;
        max-width: 314px;
    }

    .bx-map-item-4-arrow {
        margin-left: 0;
    }

    .bx-map-item-4-image {
        object-position: right;
    }

    .bx-map-item-5-wrapper {
        padding: 24px 16px;
        min-height: 400px;
    }

    .bx-map-item-5-header {
        font-size: 12px;
    }

    .bx-map-item-5-header svg {
        width: 12px;
    }

    .bx-map-item-5-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .bx-map-item-5-title {
        font-size: 24px;
        width: 100%;
        max-width: 314px;
    }

    .bx-map-item-5-arrow {
        margin-left: 0;
    }

    .bx-map-item-5-image {
        object-position: right;
    }

    .bx-map-item-6-wrapper {
        padding: 24px 16px;
    }

    .bx-map-item-6-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .bx-map-item-6-item-header {
        gap: 16px;
        margin-bottom: 16px;
    }

    .bx-map-item-6-item-read {
        padding-top: 16px;
    }

    .bx-map-item-6-list {
        gap: 26px;
    }

    .bx-map-item-content {
        padding: 24px 16px;
    }

    .bx-map-content {
        flex-direction: column;
    }

    .bx-map-item {
        width: 100%;
    }

    .bx-map-item-video-10 {
        width: 150vw;
        top: -13vw;
        right: -2vw;
    }

    .bx-mega-proj-block {
        padding: 16px;
    }

    .bx-mega-nav-block {
        padding: 16px;
    }

    .bx-mega-nav-columns {
        flex-direction: column;
        gap: 0;
    }

    .bx-mega-nav-item a {
        padding: 12px 0 13px;
    }

    .bx-mega-nav-column:first-child .bx-mega-nav-item:last-child a:after {
        content: '';
        position: absolute;
        display: block;
        background-color: #B6B4B3;
        height: 1px;
        width: 100%;
        inset: auto 0 0 0;
    }

    .bx-mega-proj-block {
        padding: 16px;
    }

    .bx-mega-proj-item a {
        padding: 12px 0 13px;
    }
}

@media screen and (max-width: 374px) {
    .bx-mobile-search span {
        display: none;
    }
}