.contacts_main-wrapper {
    display: flex;
    flex-direction: column;
}

.contacts_main-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contacts_main-box .callmy-tel-box {
    display: flex;
    flex-direction: column
}

.contacts_main-offices_title,
.contacts_main-box .callmy-tel-title,
.contacts_main-box .callmy-social-title,
.contacts_main-box .callmy-regim-title {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #797878;
}

.contacts_main-offices_title,
.contacts_main-box .callmy-tel-row,
.contacts_main-box .callmy-social-row,
.contacts_main-box .callmy-regim-row {
    margin-bottom: 24px;

}

.callmy-social-row {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.chatbox-social-box {
    overflow: auto;
    width: 100%;
    display: flex;
}

.chatbox-social-box span:not(:first-child) {
    margin-left: auto;
}

.contacts_main-offices_title {
    width: 100%;
}

.contacts_main-box .callmy-regim-title {
    margin-bottom: 8px;

}

.contacts_main-callcentr,
.contacts_main-box .callmy-tel-row {
    width: 100%;
}

.contacts_main-maps_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.contacts_main-maps {
    z-index: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    overflow: hidden;
    height: 50vh;
    border-radius: 8px;
    margin-bottom: 24px;
}

.contacts_main-offices_box {
    width: 100%;
}

.callmy-regim-row {
    display: flex;
    grid-gap: 20px;
    flex-direction: row;
}

.contacts_main-maps_box .modal-header {
    display: none;
}

@media (min-width: 580px) {
    .contacts_main-box {
        flex-direction: row;
    }

    .contacts_main-callcentr,
    .contacts_main-box .callmy-tel-row {
        width: 50%;
    }

    .callmy-regim-row {
        display: flex;
        grid-gap: 0;
        flex-direction: column;
    }

}

@media (min-width: 768px) {
    .contacts_main-offices_box {
        width: 40%;
        padding-right: 24px;

    }

    .contacts_main-maps_box {
        flex-direction: row;
    }

    .contacts_main-maps {
        width: 60%;
        margin-bottom: 0;
    }

}

@media (max-width: 420px) {

    .callmy-regim-row {
        display: block;
    }
}