.information-contact {
    background: #f1f1f1;
}
.promo-adventages .advantages-item {
    color: #464646;
}
.contacts {
    margin-bottom: 80px;
}
.contacts-title {
    color: #464646;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.contacts-item {
    width: 559px;
    background: #fff;
    color: #464646;
}
.contacts-item__text {
    padding: 50px 48px 40px;
    display: flex;
    flex-wrap: wrap;
}
.contacts-item:first-child {
    margin-right: 2px;
}
.contacts-item a {
    color: #464646;
    text-decoration: none;
    transition: all .2s linear;
}
.contacts-item a:hover {
    color: #00D093;
}
.contacts-item__city {
    width: 100%;
    margin-bottom: 40px;
}
.contact-item__adres {
    width: 100%;
    margin-bottom: 30px;
}
.contact-item__hours {
    margin-right: 40px;
}
.contact-item__title {
    margin-bottom: 15px;
}
.contact-item__map {
    width: 100%;
    height: 367px;
    padding: 0 48px 46px;
}
.contact-item__map iframe {
    width: 100%;
    height: 100%;
}
.contacts__inner {
    display: flex;
}

.contact-item__adres-desc {
    min-height: 64px;
}

@media (max-width: 991px) {
    .contact-item__hours {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .contacts__inner {
        flex-direction: column;
    }
    .contacts-item:first-child {
        margin-right: 0;
        margin-bottom: 2px;
    }
    .contacts-item {
        width: 100%;
    }
    .contact-item__hours {
        width: auto;
        margin-right: 40px;
        margin-bottom: 0;
    }
    .contact-item__map {
        padding: 0;
    }
    .contact-item__adres-desc {
        min-height: auto;
    }
}

@media (max-width: 560px) {
    .contacts-item__text {
        padding: 35px 31px 25px;
    }
    .contact-item__title {
        margin-bottom: 2px;
    }
    .contact-item__adres {
        margin-bottom: 20px;
    }
    .contact-item__desc {
        font-size: 16px;
        line-height: 24px;
    }
    .contact-item__hours {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contact-item__map {
        height: 260px;
    }
    .contacts-title {
        font-size: 48px;
        line-height: 65px;
        margin-bottom: 20px;
    }
}