.sf-banner-menu {
    position: relative;
}
.sf-banner-menu__item {
    height: 459px;
}

.sf-banner-menu__item--bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sf-banner-menu__item--bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
}
.sf-banner-menu__content-place {
    position: absolute;
    width: 100%;
    height: 100%;
}
.sf-banner-menu__content-container {
    height: 100%;
    position: relative;
}
.sf-banner-menu__content-block {
    position: absolute;
    top: 0;
    height: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
    max-width: 880px;
}
.sf-banner-menu__content-header {
    font-weight: 400;
    font-size: 42px;
    line-height: 40px;
    color: #fff;
    margin-top: 73px;
    margin-bottom: 13px;
}
.sf-banner-menu__content-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    opacity: 0.8;
}
.sf-banner-menu__content-button-place {
    margin-top: 84px;
}
.sf-banner-menu__content-button {
    padding: 13px 30px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 40px;
}
.sf-banner-menu__content-button:hover,
.sf-banner-menu__content-button:focus,
.sf-banner-menu__content-button:active,
.sf-banner-menu__content-button:focus:active {
    outline: none;
    text-decoration: none;
}
.sf-banner-menu__content-button_white {
    border: 1px solid #fff;
    background-color: #fff;
    color: #2d2d2d;
}
.sf-banner-menu__content-button_white:hover,
.sf-banner-menu__content-button_white:focus,
.sf-banner-menu__content-button_white:active {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.sf-banner-menu__content-button_red {
    border: 1px solid #dc3545;
    background-color: #dc3545;
    color: #fff;
}
.sf-banner-menu__content-button_red:hover,
.sf-banner-menu__content-button_red:focus,
.sf-banner-menu__content-button_red:active {
    background-color: #f94b5b;
    border-color: #f94b5b;
}
.sf-banner-menu__content-button_blue {
    border: 1px solid #0066ae;
    background-color: #0066ae;
    color: #fff;
}
.sf-banner-menu__content-button_blue:hover,
.sf-banner-menu__content-button_blue:focus,
.sf-banner-menu__content-button_blue:active {
    background-color: #057fd6;
    border-color: #057fd6;
}
.sf-banner-menu__bottom-line {
    position: absolute;
    bottom: 0;
    height: 120px;
    width: 100%;
    background: rgba(24, 24, 24, 0.3);
    z-index: 1;
    backdrop-filter: blur(40px);
}
.sf-banner-menu__bottom-line-item-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: #fff;
    padding-right: 300px;
}
.sf-banner-menu__bottom-line-item-header {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 8px;
}
.sf-banner-menu__bottom-line-item-text,
.sf-banner-menu__bottom-line-item-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    opacity: 0.7;
}
.sf-banner-menu__bottom-line-item-link {
    text-decoration: underline;
}
.sf-banner-menu__bottom-line-item-link:hover,
.sf-banner-menu__bottom-line-item-link:active,
.sf-banner-menu__bottom-line-item-link:focus {
    outline: none;
    color: #fff;
}
.sf-banner-menu__button-control-container {
    display: flex;
    align-items: center;
}
.sf-banner-menu__button-control {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}
.sf-banner-menu__button-control-img {
    display: block;
    height: 11px;
    width: auto;
    transition: all 0.2s ease 0s;
    position: relative;
    left: 0;
}
.sf-banner-menu__dots-place {
    display: none;
}
@media (max-width: 1200px) {
    .sf-banner-menu__content-block {
        max-width: 450px;
    }
    .sf-banner-menu__content-header {
        font-size: 32px;
        line-height: 30px;
    }
}
@media (max-width: 991px) {
    .sf-banner-menu__content-button {
        margin-bottom: 60px;
    }
    .sf-banner-menu__content-button-place {
        margin-top: 69px;
    }
    .sf-banner-menu__bottom-line-item-container {
        padding-right: 120px;
    }
    .sf-banner-menu__bottom-line-item-header {
        font-size: 18px;
        line-height: 18px;
    }
    .sf-banner-menu__bottom-line-item-text,
    .sf-banner-menu__bottom-line-item-link {
        font-size: 12px;
        line-height: 12px;
    }
}
@media (max-width: 767px) {
    .sf-banner-menu__content-button {
        padding: 10px 20px;
        font-size: 12px;
    }
    .sf-banner-menu__content-header {
        font-size: 24px;
        line-height: 23px;
    }
    .sf-banner-menu__bottom-line-item-container {
        padding-right: 20px;
    }
}
@media (max-width: 576px) {
    .sf-banner-menu__content-header {
        /* margin-top: 182px; */
        margin-top: 70px;
    }
    .sf-banner-menu__content-block {
        height: calc(100% - 155px);
    }
    .sf-banner-menu__content-text {
        font-size: 14px;
        line-height: 17px;
    }
    .sf-banner-menu__content-button-place {
        margin-top: 41px;
    }
    .sf-banner-menu__content-button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        font-size: 14px;
        width: 200px;
        margin-bottom: 30px;
    }
    .sf-banner-menu__content-button-text_desktop {
        display: none;
    }
    .sf-banner-menu__bottom-line-item-header {
        font-size: 15px;
        line-height: 15px;
    }
    .sf-banner-menu__item {
        height: 529px;
    }
    .sf-banner-menu__bottom-line {
        height: 155px;
        backdrop-filter: none;
    }
    .sf-banner-menu__bottom-line-item-container {
        flex-wrap: wrap;
        padding: 20px 30px !important;
    }
    .sf-banner-menu__bottom-line-item-1,
    .sf-banner-menu__bottom-line-item-2 {
        width: 50%;
    }
    .sf-banner-menu__bottom-line-item-3 {
        width: 100%;
    }
   
    .sf-banner-menu__content-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}


