.sf-toolbar {
    display: none!important;
    /* может портить верстку, убрать после */
}
.header {
    padding: 0 16px;
}
.header__container {
    justify-content: space-between;
}
.header__col {
    margin-right: 0;
}
.header__col-logo {
    flex-shrink: 0;
}
.prizes__img--branch {
    right: 0;
    transform: translateX(-16%);
}
.winner__img--branch {
    right: 0;
    transform: translateX(-27.5%);
}
.game__inner-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}
/* Временно скрыл, ломает верстку блока
.game__description {
    width: 48%;
}
.game__title {
    width: auto;
}
*/

.header__dropdown {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(calc(-100% - 80px));
    z-index: 1;
    transition-duration: .5s;
    padding-top: 110px;
}
.header__dropdown_logo {
    display: none;
}
.headerOpen .header__dropdown {
    transform: translateY(0%);
}
.header__container {
    z-index: 2;
}
.slider__title {
    margin: 0 auto 16px;
    width: 60%;
}
.slider__subtitle {
    margin: 67% 2rem 0 2rem;
}
.promoSlider .slider__slide-inner-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    height: auto;
    position: relative;
}
.promoSlider .slider__img_wrapper {
    position: absolute;
    top: 0;
}
.slider__nav-item {
    z-index: 10;
}
@media (max-width: 768px) {
    .manual__container {
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .manual__list {
        display: flex;
        flex-direction: column; 
        gap: 16px;
        width: 100%;
    }
    .manual__list-item {
        display: flex;
        padding: 24px 9px 24px;
        width: 100%;
    }
    .promoSlider .slider__img_wrapper img {
        max-height: 30vw;
    }
    .slider__subtitle {
        font-size: 4vw;
    }
    .mainPrizes__title {
        margin: 64px 0 84px;
    }
    .mainPrizes__list {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    .mainPrizes__list-item {
        display: flex;
        width: 49%;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        height: auto;
        justify-content: center;
        align-items: flex-start;
    }
    .mainPrizes__item-img {
        position: relative;
        margin-top: 0!important;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 100%;
    }
    .mainPrizes__list-item img {
        position: absolute;
        top: -18%;
        max-height: 40vw;
    }
    .mainPrizes__item-title {
        position: absolute;
        font-size: 4vw;
        width: 30vw;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0;
        height: 15vw;
    }
}

@media (max-width: 1024px) and (min-width: 767px) {
    .header__col-burger {
        display: flex;
        align-items: center;
        margin-right: 0;
    }
    .header__col-list {
        display: none;
    }
    .header__col-user {
        display: none;
    }
    .header__container {
        flex-direction: row-reverse;
        justify-content: space-between;
        height: 80px;
    }
    .banner__container {
        background: url(../img/banner-1440.png) left bottom no-repeat;
        background-size: 65%;
        height: 524px;
        margin: auto;
        justify-content: flex-start;
        padding: 0 16px;
    }
    .banner__logo {
        margin-top: 115px;
    }
    .banner__logo-mobile {
        display: inline;
    }
    .banner__logo-desktop {
        display: none;
    }
    .banner__actress {
        left: 1%;
        font-size: 15px;
        bottom: 1%;
    }
    .baner__brands {
        margin-top: 24px;
    }
    .banner__title {
        font-size: 32px;
        margin-top: 15px;
    }
    .banner__descr {
        font-size: 16px;
        margin-top: 10px;
    }
    .banner__date {
        font-size: 16px;
        margin-top: 40px;
    }
    .baner__brands img {
        height: 45px!important;
    }
    .cover--four .cover__container {
        background: url(../img/bg-block-2-mobile.png) left bottom no-repeat;
        padding-top: 64px;
    }
    .manual__list {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 0 15px;
        gap: 24px 0;
    }
    .manual__list-item {
        display: flex;
        padding: 24px 9px 24px;
        width: 48%;
    }
    .slider__nav-item {
        top: 50px;
    }
}
@media (max-width: 1440px){
    .banner__container {
        background-size: 70%;
    }
}
@media (max-width: 1440px) and (min-width: 767px) {
    .cover--four .cover__container {
        background-size: 30%;
    }
}