.contact-us-container {
    margin-top: 0!important;
    padding-top: 32px;
}
.main-content {
    min-height: 100vh!important;
}
.feedback-container {
    flex-direction: row-reverse;
}
.contacts_title {
    padding-top: 50px;
    color: #FFD700;
    font-size: 40px;
    font-family: 'mardoto-900', Arial;
    font-weight: 900;
}
/*.feedback-form-block {*/
/*    order: -1;*/
/*}*/
.feedback-form-title {
    display: none;
}
.map {
    border-radius: 0 80px 80px 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
    .contacts_title {
        font-size: 32px;
        padding-top: 40px;
    }
    .feedback-container {
        flex-direction: column;
    }
    .map {
        height: 464px;
        border-radius: 40px;
    }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .contacts_title {
        font-size: 24px;
        padding-top: 176px;
    }
    .feedback-container {
        flex-direction: column;
    }
    .map {
        height: 414px;
        border-radius: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .contacts_title {
        font-size: 24px;
        margin-left: 10px;
        padding-top: 184px;
    }
    .feedback-container {
        flex-direction: column;
    }
    .map {
        height: 414px;
        border-radius: 40px;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .contacts_title {
        font-size: 24px;
        margin-left: 10px;
        padding-top: 108px;
    }
    .mobile-header  .logo-mobile img {
        width: 32px;
    }
    .feedback-container {
        flex-direction: column;
    }
    .map {
        height: 414px;
        border-radius: 40px;
    }
}
