.wrap__locations__header .cta_button, .wrap__locations__header .cta__button--icon {
    color: white;
    background-color: var(--color2);
    transition: all, 0.3s ease-in-out;
}
.wrap__locations__header .cta__button--icon:hover, .wrap__locations__header .cta_button:hover {
    color: white;
    background: #e94235;
    text-decoration: none;
    transition: all, 0.3s ease-in-out;
}
.wrap__locations__header .locations {
    display: flex;
    justify-content: center;
}
.slider__image--fixed {
    height: 100% !important;
}
.featuredblock__item {
    width: 50%;
}
.wrap__locations__header {
    border-left: unset;
}
.logo__link {
    align-items: baseline;
}
.cta_phone__container {
    display: none;
}
@media (max-width: 1199px) {
    .location__phone .piwik_ignore {
        color: #fff !important;
    }
}
@media (max-width: 768px) {
    .cta_phone__container .cta__description {
        color: #fff !important;
         margin: 0 !important;
    }
    .cta_phone__container .cta__link--icon.piwik_ignore {
        color: #fff !important;
        padding-left: 15px !important;
        margin-top: 4% !important;
    }
    .cta_phone__container .hidden--l {
        display: flex !important;
    }
    .cta_phone__container {
        display: block;
    }
    .locations_header__container {
        display: none !important;
    }
    img.logo__image {
        max-height: 100% !important;
        height: auto !important;
        width: 100% !important;
    }
    .wrap--inner {
        overflow: hidden !important;
    }
    .locations_header2__container {
        display: none !important;
    }
    .featuredblock__item {
        width: 100% !important;
    }
}