.main-contacts {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.main-contacts__info {
    width: 30% !important;
    margin-top: 0px !important;
    justify-content: space-between;
}
.main-contacts__map {
    width: 65%;
}
.main-contacts__map iframe {
    width: 100%;
    height: 495px;
    position: relative;
}
.component-contacts .component__button {
    word-break: break-all !important;
    padding: 14px 35px !important;
}
.main-contacts .component-contacts__subject {
    margin-top: 0px;
}

@media screen and (max-width: 500px) {
    .main-contacts {
        display: flex;
        flex-direction: column;
        padding-bottom: 40px;
    }
    .main-contacts .component-contacts {
        width: 100% !important;
    }
    .main-contacts__map {
        width: 100%;
        margin-top: 20px;
    }
    .component-contacts__subject {
        font-size: 16px;
    }
    .component-contacts__caption,
    .component-contacts__address {
        font-size: 12px;
    }
    .component-contacts .component__button {
        word-break: normal !important;
        padding: 18px 15px !important;
    }
}