.contacts {

}

.contacts__title {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .contacts__title {
        margin-bottom: 30px;
    }
}

/*contacts__info*/

.contacts__info {
    margin-bottom: 90px;
}

.contacts__info-content {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
}

.contacts__address,
.contacts__number,
.contacts__social {
    display: flex;
    flex-direction: column;
}

.contacts__city {
    margin-bottom: 10px;
    color: #458AFB;
}

.contacts__phone {
    margin-bottom: 10px;
}

.contacts__social-title {
    margin-bottom: 10px;
}

.contacts__social-icons {
    display: flex;
    align-items: center;
}

.contacts__social-icon {
    width: 26px;
    height: 26px;
}

.contacts__social-icon img {
    width: 100%;
    height: 100%;
}

.contacts__social-icon {
    margin-right: 20px;
}

.contacts__social-icon:last-of-type {
    margin-right: 0px;
}

@media (max-width: 991px) {
    .contacts__info {
        margin-bottom: 60px;
    }

    .contacts__info-content {
        flex-direction: column;
        font-size: 20px;
    }

    .contacts__address {
        margin-bottom: 30px;
    }

    .contacts__number {
        margin-bottom: 30px;
    }
}
/*  contacts__info    */

/*  contacts__map-container   */

.contacts__map-container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 120px;
    height: 370px;
    background-color: #D9D9D9;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .contacts__map-container {
        border-radius: 0px;
        margin-bottom: 90px;
    }
}

@media (max-width: 576px) {
    .contacts__map-container {
        height: 250px;
    }
}

/*  /contacts__map-container   */

/*  contacts__call-back   */

.contacts__call-back {
    margin-bottom: 120px;
}

.contacts__form .card__description {
    width: 100%;
}

.contacts__form .card__img {
    min-width: 367px;
    min-height: 367px;
    width: 367px;
    height: 367px;
    max-width: 367px;
    max-height: 367px;
    margin-left: 90px;
}

.contacts__form .card__img img {
    width: 100%;
    height: 100%;
}

.contacts__form-button {
    max-width: 180px;
}

@media (max-width: 991px) {
    .contacts__form .card__description {
        max-width: 90%;
    }

    .contacts__form .form-controls {
        flex-direction: column;
    }

    .contacts__form .form-control {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .contacts__form .form-control:last-of-type {
        margin-bottom: 0px;
    }

    .contacts__form .card__img {
        min-width: 335px;
        min-height: 340px;
        width: 335px;
        height: 340px;
        max-width: 335px;
        max-height: 340px;
        margin: 60px 0 0 0;
    }

    .contacts__form-button {
        max-width: 100%;
    }
}
/*  /contacts__call-back   */
