.main-wrap {
    max-width: none;
}
.wrap-content-contacts, .wrap-requisites {
    max-width: 1224px;
    margin: 0 auto 30px;
}
.contacts-section {
    margin: 0 auto 80px;
}
.contacts-block.main-wrap .section--title, .wrap-requisites .section--title{
    margin:  0 0 27px;
}
.contacts-block.main-wrap .contacts-text {
    width: 60%;
}
.contacts-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 10px;
}
.contacts-block {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 50px;
}
.contacts-block-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 5px;
}
.contacts-info, .contacts-info a {
    color: var(--checkbox-pressed);
}
.contacts-info.form-call {
    cursor: pointer;
}

.map-wrap {
    width: 100%;
    height: 500px;
    background: #D9D9D9;
    text-align: center;

}
.wrap-map {
    width: 100%;
    margin: 0 0 80px;
}
.map {
    background: #D9D9D9;
    width: 100%;
    height: 500px;
    color: #FFF;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section--title h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}
.regisites-text {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
.regisites-text-faded {
    color: var(--card-border-color);
}

.map__block {
    width: 100vw;
    background-color: #f7f7f7;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    margin: 0 0 80px;
}



@media screen and (max-width: 576px) {
    .contacts-block {
        margin: 0 0 30px;
    }
    .contacts-block.main-wrap .contacts-text {
        width: 100%;
    }
}