#BX_YMAP_about{
	margin-bottom: -90px;
}
.about-map-before {
    position: relative;
}
.about-map-office {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 32px 32px;
    gap: 28px;
    position: absolute;
    width: 520px;
    height: 512px;
    right: 0px;
    top: 94px;
    background: #FFFFFF;
    border: 1px solid #DCE0E4;
    box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    z-index: 10;
}
.about-map-office-photo {
    max-height: 260px;
}
.about-map-office-photo img {
    width: 100%;
    height: 100%;
}
.about-map-office-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #24292F;
}
.about-map-office-content-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #24292F;
}
.about-map-office-content-value {
    display: inline-block;
    width: calc(100% - 32px);
}
.about-map-office-content-addr:before {
    content: '';
    background-image: url('/upload/about/ico-addr.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.about-map-office-content-mail:before {
    content: '';
    background-image: url('/upload/about/ico-mail.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.about-map-office-content-phone:before {
    content: '';
    background-image: url('/upload/about/ico-phone.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
#BX_YMAP_about {
    height: 700px;
}
.ymaps-shadows-pane,
.ymaps-balloon-overlay {
    display: none;
}
@media (max-width: 991px) {
    #BX_YMAP_about {
        height: 440px;
        margin-bottom: 500px;
    }
    .about-map-office {
        width: 100%;
        left: 0px;
        right: 0px;
        top: 400px;
    }
    .about-map-office-photo {
        width: 100%;
    }
    .about-map-office-photo img {
        object-fit: cover;
    }
}
@media (max-width: 480px) {
    #BX_YMAP_about {
        height: 280px;
        margin-bottom: 320px;
    }
    .about-map-office {
        padding: 20px 20px 24px;
        height: 400px;
        left: 0;
        right: 0;
        top: 240px;
        border-radius: 12px;
		width: 100%;
    }
    .about-map-office-photo {
        max-height: 160px;
    }
    .about-map-office-content {
        font-size: 16px;
        line-height: 22px;
    }
    .about-map-office-content-title {
        font-size: 20px;
        line-height: 24px;
    }
    .about-map-office-content-addr:before {
        vertical-align: super;
    }
    .about-map-office-content-value {
        width: calc(100% - 50px);
    }
}