.section__contact__information {
    margin-bottom: 100px;
}

.contact__information__wrapper {
    height: 500px;
    display: flex;
    align-items: center;
}

.contact__information__box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.contact__information-title {
    font-family: 'ProximaNova', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #333;
}

.contact__information__sub-title {
    font-family: 'ProximaNova', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: #000000;

}

.contact__information__adress {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.contact__information-block__wrapper {
    display: flex;
}

.contact__information-block {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
}

.contact__information-block > span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}

.contact__information-img {
    width: 100%;
    max-width: 735px;
    height: 92%;
    margin-left: 25px;
}

.contact__map {
    width: 100%;
    max-width: 735px;
    height: 100%;
    margin-left: 25px;
}

.contact__information__text-info {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-top: 30px;
}

.contact__information__text-info > span {
    font-weight: 800;
}

.contact__information-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-decoration-line: underline;
    color: #000000;
    margin-bottom: 20px;
}

.contact__information-link:hover {
    text-decoration-line: underline;
    color: #FFBA00;
}

.book__consultation{
    text-decoration: underline;
}

.book__consultation:hover{
    color: #FFBA00;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .contact__information-img {
        margin-left: 25px;
        width: 50%;
        height: 300px;
    }

    .contact__map {
        margin-left: 25px;
        width: 50%;
        height: 300px;
    }

    .contact__information__wrapper {
        height: 450px;
    }
}


@media (max-width: 991px) {

    .contact__information__wrapper {
        flex-direction: column-reverse;
    }

    .contact__information__wrapper-row{
        flex-direction: column;
    }

    .contact__information__wrapper {
        height: auto;
    }

    .contact__information-img {
        width: 100%;
        margin-left: 0;
        height: 65vh;
    }

    .contact__map {
        width: 100%;
        margin-left: 0;
        height: 65vh;
    }

    .contact__information__box {
        width: 100%;
    }

    .contact__information-title {
        margin: 15px 0;
    }

}

@media (max-width: 768px) {
    .contact__information-title {
        font-size: 24px;
        margin: 15px 0 5px 0;
    }

    .contact__information__sub-title {
        font-size: 18px;
    }

    .contact__information__adress {
        font-size: 14px;
        line-height: 18px;
    }

}

@media (max-width: 600px) {

    .contact__information-img {
        height: 35vh;
    }

    .contact__map {
        height: 35vh;
    }

    .contact__information-block {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contact__information-block__wrapper {
        flex-direction: column;
    }

    .contact__information__sub-title, .contact__information__sub-title, .contact__information__sub-title {
        margin: 15px 0;
    }

    .contact__information__text-info {
        margin-top: 0;
    }

    .visit__consultation__wrapper {
        margin: 25px 0;
    }

    .section__promotions__news {
        margin-bottom: 50px;
    }

    .contact__information-block > span {
        margin-bottom: 10px;
    }

    .contact__information-block > p {
        margin-bottom: 10px;
    }


}