#bg111125 {
    margin-bottom: 30px;
    height: 500px;
    background-image: url(https://images.biggeek.ru/images/11-11-25-mob-3.png);
    background-size: 800px 500px;
    background-repeat:no-repeat;
    background-position: center center;

    @media (min-width: 800px) {
        background-image: url(https://images.biggeek.ru/images/11-11-25-tab.png);
        background-size: 1200px 500px;
    }

    @media (min-width: 1200px) {
        background-image: url(https://images.biggeek.ru/images/11-11-25-desk.png);
        background-size: 1420px 500px;
    }

}

a#salebanner {
    display: block;
    height: 96px;
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
    background-size: 990px 96px;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(https://images.biggeek.ru/images/11-11-25-top-2.png);
}

#sale-page {
    text-align: center;
}

#sale-page div {
    padding-bottom: 10px;
}

#sale-page .salepagetop {
    margin-top: 30px;
    display: block;
    width: 100%;
    height: 435px;
    background-size: 376px 435px;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(https://images.biggeek.ru/images/11-11-25-terms-mob-3.png);

    @media (min-width: 800px) {
        height: 422px;
        background-size: 800px 422px;
        background-image: url(https://images.biggeek.ru/images/11-11-25-terms-tab.png);
    }

    @media (min-width: 1200px) {
        height: 750px;
        background-size: 1420px 750px;
        background-image: url(https://images.biggeek.ru/images/11-11-25-terms-desk.png);
    }
}

#sale-page .salepagetop_mob {
    display: block;
    width: 100%;
    height: 319px;
    margin-top: 20px;
    background-size: 376px 319px;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(https://images.biggeek.ru/images/11-11-25-terms-mob-2.png);

    @media (min-width: 800px) {
        display: none;
    }
}

#sale-page .salepage_backbtn {
    margin-top: 50px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: 120px;
    background-size: 320px 120px;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(https://images.biggeek.ru/images/11-11-25-backbtn-mob.png);


    @media (min-width: 1200px) {
        height: 150px;
        background-size: 408px 150px;
        background-image: url(https://images.biggeek.ru/images/11-11-25-backbtn-desk.png);
    }
}

#sale-page .salepage_bottomtext {
    color: #808285;
    font-weight: bold;
}

#sale-page .salepage_faq p {
    margin-bottom: 15px;
}

#sale-page .salepage_contacts {
    justify-items: center !important;
    display: grid;
    grid-column: 1/2;
}

#sale-page .salepage_contacts .messengers {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 20px;
    margin: 0 0 10px;
    list-style: none;
}

#sale-page .messengers-footer__link {
    color: #623e63 !important;
}

#sale-page .phones-footer__link {
    color: #000 !important;
}



.static-header-bottom__list--category .static-header-bottom__item:first-child a:first-child {
    background-color: #40dde9;
}
.nav-fixed-header__list .nav-fixed-header__item:first-child a {
    background-color: #40dde9;
}