.wrap__slider .slider__image, .wrap__slider .slider__image--fixed {
    mix-blend-mode: overlay; /* adds an overlay to the slider images */
    background-blend-mode: overlay; /* adds an overlay to the sldier images */
}


/* FORM FIX CODE START */
.horizontal .form form {
    display: block;
}

.horizontal .form form .form__group {
    width: 32%;
    padding: 0 0 15px;
    display: inline-block;
    margin: 0px 5px;
}

.horizontal .form form .form-input-comments, .horizontal .form form .form__group.form-input-telehealth.select__group {
    width: calc(96% + 20px);
}

.horizontal .form .form-wrap__submit {
    width: 100%;
    text-align: center;
}

.horizontal .form .btn {
    margin: auto;
}

@media(max-width: 1200px) {
    .horizontal .form form .form__group, .horizontal .form form .form__group:first-child {
        margin-left: 0px;
    }
    .horizontal .form form .form__group, .horizontal .form form .form__group.form-input-telehealth.select__group {
        width:100%;
    }
}

/* FORM FIX END */

.page-contact #home-offer, .page-appointment #home-offer {
    display: none;
}

.wrap__locationContact .wrap__map {
    width: 100%;
}