.head-banner {
    border-top: 1px solid #8B0E04;
    border-bottom: 1px solid #8B0E04;
    margin-top: 1px;
    margin-bottom: 1px;
}
.head-banner__desktop {
    display: none;
}
.head-banner__tablet {
    display: none;
}
.head-banner img {
    width: 100%;
}


@media (min-width: 576px) {
    .head-banner__text {
        max-width: 1300px;
        margin: 0 auto;
        padding: 285px 20px;
    }
    .head-banner__link {
        height: 120px;
    }
}
@media (min-width: 768px) {
    .head-banner {
        border: none;
        margin-top: 0;
        margin-bottom: 0;
    }
    .head-banner__text_1 {
        font-size: 42px;
    }
    .head-banner__text_2 {
        font-size: 52px;
    }
    .head-banner__link {
        height: 140px;
    }
    .head-banner__mb {
        display: none;
    }
    .head-banner__tablet {
        display: block;
    }


}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .head-banner__tablet {
        display: none;
    }
    .head-banner__desktop {
        display: block;
    }
}