@charset "UTF-8";

/* header */
header {
    padding: 1.6rem 0;
}

header, .header-top, .header-mid, .header-bottom {
    width: 100%;
}

.location, .location:hover {
    color: #010101;
    background-color: transparent;
    transition: all 0s linear;
}

.location:hover { color: #0AB6C9; }

.location:before, button.catalog:before, button.catalog:before,
button.mobile-nav--catalog:before {
    content: '';
}

.location:before, button.catalog:before, button.catalog:before, button.mobile-nav--catalog:before,
.header-mid--tools a img, .header-bottom--sections a img {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.header-mid--tools a .link:hover { color: #010101; }

.header-mid--tools a:hover .link, .header-mid--tools a.current-page .link { color: #0AB6C9; }

.header-mid--tools a .count, .header-bottom--sections a { font-weight: 600; }

.header-bottom--sections a { transition: all 0s linear; }

/* header (top line in header)  */
.location:before { background-image: url("../img/svg/black/location.svg"); }
.location:hover:before { background-image: url("../img/svg/turquoise/location.svg"); }

/* header (middle line in header)  */
button.catalog:before, button.mobile-nav--catalog:before {
    background-image: url("../img/svg/white/catalog.svg");
}

button.catalog.active, button.mobile-nav--catalog.active {
    background-color: #010101;
}

button.catalog.active:before, button.mobile-nav--catalog.active:before {
    background-image: url("../img/svg/white/close.svg");
}

.header-search--btn, .locations-search--btn {
    background-size: 2.4rem;
    background-image: url("../img/svg/white/search.svg");
    cursor: pointer;
}

.header-mid--tools a .count {
    background-color: #EF1839;
}

.header-mid--tools a .label {
    display: block;
    width: 100%;
    text-align: center;
}

a.header-profile span.label.link {
    white-space: nowrap;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

hr.header-line {
    display: none;
    position: relative;
    height: 0.1rem;
    grid-column-start: 1;
    border: none;
    background-color: #E3E3E8;
}

.header-search--inp:focus { border-color: #045662; }

.specify-city {
    position: absolute;
    padding: 1.6rem;
    gap: 1.6rem;
    border-radius: 0.6rem;
    border: 0.1rem;
    background-color: #fff;
    box-shadow: 0 0.2rem 1.5rem 0 #B1B1B14D;
    transform: translateY(-150%);
    transition: all 0.3s ease-in;
    z-index: 99;
}

.specify-city.active {
    transform: translateY(0);
    transition: all 0.3s ease-out;
}

.specify-city--close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("../img/svg/black/crose.svg");
    cursor: pointer;
}

.specify-city--title, .specify-city--nav { width: 100%; }

.specify-city--nav { gap: 1.6rem; }

.specify-city--nav .correctly { padding: 0.9rem 1.6rem; }

.specify-city--nav .wrong {
    color: #010101;
    border: none;
    background-color: transparent;
}

.specify-city--nav .wrong:hover {
    color: #010101;
    background-color: transparent;
}

picture.banner-img { position: relative; }

/* footer  */
footer { background-color: #F9F9FA; }
.footer-bottom {
    width: 100%;
}

.footer-col--messengers button {
    font-weight: 500;
    background-color: #e3e3e8;
}

.footer-col--messengers button:after, .footer-bottom .small:after, .footer-bottom--social a {
    content: '';
    display: block;
}

.footer-bottom a.small {
    color: #010101;
    transition: all 0.3s ease-in-out;
}

.footer-bottom a.small:hover { color: #8C8C8C; }


.footer-col--messengers button:hover {
    color: #010101;
}
.footer-col--messengers button, .footer-col--messengers button:after { transition: all 0.3s ease-in-out; }
.footer-col--messengers button:hover {
    color: #fff;
    background-color: #010101;
}

.footer-col--messengers button.footer-col--telegram:after { background-image: url("../img/svg/black/telegram.svg"); }
.footer-col--messengers button.footer-col--telegram:hover:after { background-image: url("../img/svg/white/telegram.svg"); }

.footer-col--messengers button.footer-col--whatsapp:after { background-image: url("../img/svg/black/whatsapp.svg"); }
.footer-col--messengers button.footer-col--whatsapp:hover:after { background-image: url("../img/svg/white/whatsapp.svg"); }

.footer-bottom .small:after {
    background-image: url("../img/svg/wispo.svg");
}

.footer-bottom--social a.yt {
    background-image: url("../img/svg/black/youtube.svg");
    transition: all 0.3s ease-in-out;
}
.footer-bottom--social a.yt:hover {
    background-image: url("../img/svg/turquoise/youtube.svg");
}

.footer-bottom--social a.vk {
    background-image: url("../img/svg/black/vk.svg");
    transition: all 0.3s ease-in-out;
}
.footer-bottom--social a.vk:hover {
    background-image: url("../img/svg/turquoise/vk.svg");
}

.footer-bottom--policy a {
    border-bottom: 0.1rem solid #202020;
}
.footer-bottom--policy a:hover {
    border-bottom: 0.1rem solid transparent;
}

#bonus-info { display: none; }

.banner-border { border-bottom: 0.1rem solid #E3E3E8; }

menu.mobile-nav, .mobile-nav--lists  { display: none; }

/* Desktop (Big screen less than 3k) Only */
@media (min-width: 1600px) {

    /* header */
    header .wrapper {
        gap: 2.1rem;
    }

    .header-top, .header-mid, .header-bottom {
        gap: 4rem;
    }

    .location, .logo {
        width: 29rem;
    }

    /* header (top line in header)  */
    .location, .location:hover {
        gap: 0.8rem;
        margin-right: 4.2rem;
    }

    .header-top--menu {
        width: 97.3rem;
        gap: 2.4rem;
    }

    /* header (middle line in header)  */
    .header-mid--menu {
        width: 72rem;
        gap: 1.6rem;
        margin-left: 4.2rem;
    }

    button.catalog {
        width: 16.4rem;
        height: 4.8rem;
        gap: 0.8rem;
    }

    .header-search {
        width: 54rem;
        gap: 0.8rem;
    }

    .header-search--inp {
        width: 48.4rem;
        height: 4.8rem;
        padding: 1.5rem 1.6rem;
        border-radius: 0.8rem;
        border: 0.2rem solid #0AB6C9;
    }

    .header-search--btn {
        width: 4.8rem;
        height: 4.8rem;
    }

    .header-mid--tools {
        width: 38.8rem;
    }

    .header-mid--tools a {
        row-gap: 0.8rem;
        column-gap: 0.4rem;
    }

    .header-mid--tools a .count {
        font-size: 1.2rem;
        line-height: 1.363rem;
        padding: 0.25rem 0.8rem;
        border-radius: 0.8rem 0.8rem 0.8rem 0;
    }

    /* header (bottom line in header)  */
    .header-sale {
        width: 27rem;
    }

    .header-bottom--sections {
        width: 115.2rem;
        margin-left: 6.2rem;
    }

    .header-bottom--sections a {
        font-size: 1.6rem;
        line-height: 2rem;
        gap: 0.8rem;
    }

    hr.header-line {
        width: 191rem;
        margin-top: 1.6rem;
        margin-bottom: 1.2rem;
    }

    a.header-profile span.label.link { max-width: 12rem; }

    .specify-city {
        top: 5rem;
        left: 19rem;
        width: 28rem;
        height: 9.8rem;
    }

    .banner { margin-top: 8rem; }

    picture.banner-img { height: 38.6rem; }

    .banner-border { padding-bottom: 8rem; }

    /* footer  */
    footer {
        padding: 4.8rem 0 2.4rem 0;
        padding-top: 8rem;
    }

    .footer-col:nth-child(1) {
        width: 32rem;
    }

    .footer-col:nth-child(2) {
        width: 49rem;
        gap: 9.6rem;
        margin-left: 19rem;
    }

    .footer-col:nth-child(3) {
        width: 24.7rem;
        gap: 4rem;
        margin-left: 16rem;
    }

    .footer-col a {
        font-size: 1.6rem;
    }

    .footer-bottom {
        margin-top: 6.5rem;
    }

    .footer-bottom .small {
        width: 32rem;
    }

    .footer-bottom .small:after {
        width: 8.4rem;
        height: 3.2rem;
    }

    .footer-bottom--policy {
        width: 49rem;
        gap: 1.6rem;
        margin-left: 21rem;
    }

    .footer-bottom--social {
        width: 27.5rem;
        margin-left: 16rem;
    }
}


/* Desktop (All screens) */
@media (min-width: 1025px) {
    hr.header-line { display: block; }

    /* footer  */
    .footer-col:nth-child(1) {
        gap: 1.6rem;
    }

    .footer-col--copyright {
        margin-top: 0.2rem;
    }

    .footer-col nav, .footer-col--info, .footer-col--messengers, .footer-bottom .small {
        gap: 0.8rem;
    }

    .footer-col nav {
        width: 23rem;
    }

    .footer-col nav span {
        margin-bottom: 0.8rem;
    }

    .footer-col--messengers {
        column-gap: 0.4rem;
    }

    .footer-col--messengers button {
        padding: 0.5rem 1.6rem;
        gap: 0.4rem;
    }

    .footer-col--messengers button:after {
        width: 2rem;
        height: 2rem;
    }

    .footer-bottom .small {
        width: 30rem;
    }

    .footer-bottom--social {
        gap: 1.6rem;
    }

    .footer-bottom--social a {
        width: 2.4rem;
        height: 2.4rem;
    }

    .footer-bottom--policy a {
        border-bottom: 0.1rem solid #010101;
    }

    .footer-bottom--policy a:hover {
        color: #8C8C8C;
        border-color: #8C8C8C;
    }

}

/* Desktop (Small screen less than 1600px) Only  */
@media (min-width: 1025px) and (max-width: 1599px) {

    /* header */
    header .wrapper {
        gap: 1.6rem;
    }

    .header-top, .header-mid, .header-bottom {
        gap: 0.8rem;
    }

    .location, .logo {
        width: 23rem;
    }

    /* header (top line in header)  */
    .location, .location:hover {
        gap: 0.3rem;
        margin-right: 3.2rem;
    }

    .header-top--menu {
        width: 64.2rem;
        gap: 2.4rem;
    }

    .header-top a.header-top--tel {
        margin-left: 23rem;
    }

    /* header (middle line in header)  */
    .header-mid--menu {
        width: 64.2rem;
        gap: 0.8rem;
        margin-left: 3.2rem;
    }

    button.catalog {
        width: 16.4rem;
        height: 4.8rem;
        gap: 0.8rem;
    }

    .header-search {
        width: 47rem;
        gap: 0.8rem;
    }

    .header-search--inp {
        width: 44.4rem;
        height: 4.8rem;
        padding: 1.5rem 1.6rem;
        border-radius: 0.8rem;
        border: 0.2rem solid #0AB6C9;
    }

    .header-search--btn {
        width: 4.8rem;
        height: 4.8rem;
    }

    .header-mid--tools {
        width: 36rem;
        margin-left: 0.8rem;
    }

    .header-mid--tools a {
        row-gap: 0.6rem;
        column-gap: 0.4rem;
    }

    .header-mid--tools a .count {
        font-size: 1.2rem;
        line-height: 1.363rem;
        padding: 0.25rem 0.8rem;
        border-radius: 0.8rem 0.8rem 0.8rem 0;
    }

    /* header (bottom line in header)  */
    .header-sale {
        width: 25rem;
    }

    .header-bottom--sections {
        width: 115.2rem;
        margin-left: 3.9rem;
    }

    .header-bottom--sections a {
        font-size: 1.4rem;
        line-height: 1.82rem;
        gap: 0.4rem;
    }

    hr.header-line {
        width: 143rem;
        margin-top: 1.6rem;
        margin-bottom: 1.2rem;
    }

    a.header-profile span.label.link { max-width: 10rem; }

    .specify-city {
        top: 5rem;
        left: 7rem;
        width: 34.3rem;
        height: 9.7rem;
    }

    .banner { margin-top: 5.6rem; }

    picture.banner-img { height: 32.5rem; }

    .banner-border { padding-bottom: 5.6rem; }

    /* footer  */
    footer {
        padding: 4rem 0 1.6rem 0;
        padding-top: 8rem;
    }

    .footer-col:nth-child(1), .footer-bottom .small {
        width: 30rem;
    }

    .footer-col:nth-child(2) {
        width: 48.4rem;
        gap: 9.5rem;
        margin-left: 22rem;
    }

    .footer-col:nth-child(3) {
        width: 24.7rem;
        gap: 3.2rem;
        margin-left: 2.4rem;
    }

    .footer-bottom {
        margin-top: 3.9rem;
    }

    .footer-bottom .small:after {
        width: 8rem;
        height: 2.8rem;
    }

    .footer-bottom--policy {
        width: 48.4rem;
        gap: 2.2rem;
        margin-left: 29.1rem;
    }

    .footer-bottom--social {
        width: 33rem;
        margin-left: 14.2rem;
        font-size: 1.2rem;
    }
}

/* Desktop (All screens) + Tablet */
@media (min-width: 600px) {
}

/* Tablet Only */
@media (min-width: 600px) and (max-width: 1024px) {

    /* header */
    header {
        padding-top: 0.8rem;
    }

    header .wrapper {
        gap: 1.6rem;
    }

    .header-top, .header-mid, .header-bottom {
        gap: 0.8rem;
    }

    .location, .logo {
        width: 18rem;
    }

    /* header (top line in header)  */
    .location, .location:hover {
        gap: 0.3rem;
        margin-left: -0.6rem;
        margin-right: 1.7rem;
    }

    .header-top--menu {
        width: 26.7rem;
        justify-content: space-between;
    }

    .header-top a.header-top--tel {
        margin-left: 11.2rem;
    }

    /* header (middle line in header)  */
    .header-mid--menu {
        width: 26.7rem;
        gap: 0.4rem;
        margin-left: 2rem;
    }

    button.catalog {
        width: 4rem;
        height: 4rem;
    }

    button.catalog .button {
        display: none;
    }

    .header-search {
        width: 22.8rem;
        gap: 0.4rem;
    }

    .header-search--inp {
        width: 17.9rem;
        height: 4rem;
        padding: 1.3rem 0.8rem;
        border-radius: 0.8rem;
        border: 0.2rem solid #0AB6C9;
    }

    .header-search--btn {
        width: 4rem;
        height: 4rem;
    }

    .header-mid--tools {
        width: 24rem;
        margin-left: 0.8rem;
    }

    .header-mid--tools a {
        row-gap: 0.6rem;
        column-gap: 0.4rem;
    }

    .header-mid--tools a .count {
        font-size: 1.2rem;
        line-height: 1.363rem;
        padding: 0.25rem 0.8rem;
        border-radius: 0.8rem 0.8rem 0.8rem 0;
    }

    .header-mid--tools a .label {
        display: none;
    }

    /* header (bottom line in header)  */
    .header-sale {
        width: 25rem;
    }

    .header-bottom--sections {
        width: 43.6rem;
        justify-content: start;
        white-space: nowrap;
        gap: 2.4rem;
        margin-left: 2.4rem;
        overflow: hidden;
    }

    .header-bottom--sections a {
        font-size: 1.4rem;
        line-height: 1.82rem;
        gap: 0.4rem;
    }

    .specify-city {
        top: 3rem;
        left: 2.4rem;
        width: 32rem;
        height: 9.8rem;
    }

    .banner { margin-top: 5.6rem; }

    picture.banner-img { height: 18.4rem; }

    .banner-border { padding-bottom: 5.6rem; }

    /* footer  */
    footer {
        padding: 3.2rem 0 1.6rem 0;
        padding-top: 8rem;
    }

    .footer-col:nth-child(1) {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: end;
        row-gap: 0.8rem;
        column-gap: 6.8rem;
    }

    .footer-col--logo {
        width: 18rem;
        margin-top: 0.3rem;
    }

    .footer-col--desc, .footer-col--copyright {
        width: 47.2rem;
        text-align: left;
    }

    .footer-bottom .small {
        width: 17.4rem;
    }

    .footer-col:nth-child(2) {
        gap: 8.9rem;
        margin-top: 3.2rem;
    }

    .footer-col:nth-child(3) {
        width: 23.2rem;
        gap: 3.2rem;
        margin-top: 3.2rem;
        margin-left: 7.8rem;
    }

    footer nav {
        gap: 0.8rem;
    }

    footer nav span.footer-col-title.grey-500 {
        font-weight: 400;
        line-height: 1.56rem;
    }

    footer nav a.large.grey-500 {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.82rem;
    }

    .footer-col--hours, .footer-messengers--desc {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.44rem;
        margin-top: 0.4rem;
    }

    .footer-col--messengers {
        gap: 0.4rem;
    }

    .footer-col--messengers button {
        padding: 0.5rem 0.8rem;
        gap: 0.4rem;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.44rem;
    }

    .footer-col--messengers button:after {
        width: 2rem;
        height: 2rem;
    }

    .footer-bottom {
        margin-top: 3.9rem;
    }

    .footer-bottom .small:after {
        width: 8rem;
        height: 2.8rem;
    }

    .footer-bottom--policy {
        width: 150rem;
        gap: 0.8rem;
        margin-left: 9.7rem;
    }

    .footer-bottom--policy a {
        font-size: 1.2rem;
    }

    .footer-bottom--social {
        width: 29rem;
        margin-left: 9.4rem;
        font-size: 1.2rem;
        gap: 1.6rem;
    }

    .footer-bottom--social span {
        display: none;
    }

    .footer-bottom--social a {
        width: 2.4rem;
        height: 2.4rem;
    }
}

/* Tablet + Mobile */
@media (max-width: 1289px) {
    /* header */
    header {
        border-bottom: 0.1rem solid #E3E3E8;
    }
}

/* Mobile Only */
@media (max-width: 599px) {

    /* header */
    header {
        padding-top: 0.8rem;
    }

    header .wrapper {
        gap: 1.6rem;
    }

    .header-top, .header-mid, .header-bottom {
        gap: 1.6rem;
    }

    .location, .header-top--menu, button.catalog, .header-mid--tools, .header-bottom {
        display: none;
    }

    .logo {
        width: 18rem;
    }

    .header-top, .header-mid {
        width: 34.3rem;
    }

    /* header (top line in header)  */
    .header-top {
        margin-top: 1.6rem;
        justify-content: end;
    }

    a.header-top--tel {
        font-size: 1.4rem;
        z-index: 9;
    }

    /* header (middle line in header)  */
    .header-mid {
        flex-direction: column;
        justify-content: start;
        align-content: start;
        align-items: start;
        margin-top: -3.5rem;
    }

    .header-search {
        width: 34.3rem;
        gap: 0.4rem;
    }

    .header-search--inp {
        width: 29.9rem;
        height: 4rem;
        padding: 1.1rem 0.8rem;
        border-radius: 0.8rem;
        border: 0.2rem solid #0AB6C9;
    }

    .header-search--btn {
        width: 4rem;
        height: 4rem;
    }

    /* header (bottom line in header)  */
    .header-sale {
        width: 25rem;
    }

    .header-bottom--sections {
        width: 43.6rem;
        justify-content: start;
        white-space: nowrap;
        gap: 2.4rem;
        margin-left: 2.4rem;
        overflow: hidden;
    }

    .header-bottom--sections a {
        font-size: 1.4rem;
        line-height: 1.82rem;
        gap: 0.4rem;
    }

    .specify-city {
        top: 5rem;
        left: calc((100vw - 34.3rem) / 2);
        max-width: 34.3rem;
        width: 34.3rem;
        height: 9.8rem;
    }

    .banner { margin-top: 4.8rem; }

    picture.banner-img { height: 28rem; }

    .banner-border { padding-bottom: 4.8rem; }

    footer {
        padding-top: 4.8rem;
    }

    footer .wrapper {
        gap: 2.4rem;
    }

    .footer-col:nth-child(1) {
        gap: 0.8rem;
        order: 1;
    }

    .footer-col--desc {
        margin-top: 0.8rem;
    }

    .footer-col:nth-child(2) {
        order: 3;
    }

    .footer-col:nth-child(2) nav:nth-child(1), .footer-col:nth-child(2) nav:nth-child(1) span {
        display: none;
    }

    .footer-col:nth-child(2) nav {
        gap: 0.8rem;
    }

    .footer-col:nth-child(3) {
        gap: 2.4rem;
        order: 2;
    }

    .footer-col--messengers {
        column-gap: 0.4rem;
        row-gap: 0.8rem;
    }

    .footer-col--messengers button {
        padding: 0.4rem 0.8rem;
        gap: 0.4rem;
    }

    .footer-col--messengers button:after {
        width: 2rem;
        height: 2rem;
    }

    .footer-bottom {
        flex-wrap: wrap;
        justify-content: space-between;
        order: 4;
        gap: 3.2rem;
        padding-bottom: 2.4rem;
    }

    .footer-bottom span.small {
        gap: 0.4rem;
        order: 3;
    }

    .footer-bottom span.small:after {
        width: 6.8rem;
        height: 2.4rem;
    }

    .footer-bottom--policy {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        gap: 0.8rem;
        order: 1;
    }

    .footer-bottom--social {
        gap: 2.4rem;
        order: 2;
    }

    .footer-bottom--social span { display: none; }

    .footer-bottom--social a {
        width: 2.4rem;
        height: 2.4rem;
    }

    .footer-bottom a.small {
        display: flex;
        position: absolute;
        width: 15.7rem;
        height: 2.4rem;
        right: 2rem;
        bottom: 2.3rem;
        gap: 1rem;
    }
    .footer-bottom a.small:after {
        width: 6.9rem;
        height: 2.4rem;
    }

    .overlay { max-width: 37.5rem; }



    menu.mobile-nav {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100vw;
        height: 7.4rem;
        margin: 0;
        padding: 0;
        background-color: #fff;
        border-top: 0.1rem solid #F4F4F6;
        box-shadow: 0 0.1rem 3.4rem 0 #C0C0C040;
        transform: translateY(120%);
        transition: all 0.3s ease;
        z-index: 9999;
    }
    menu.mobile-nav.show { transform: translateY(0); }
    .mobile-nav--wrap {
        width: 34.3rem;
        height: 5.8rem;
        margin: 0;
        padding: 0;
    }
    .mobile-nav--wrap button { transition: all 0s linear; }
    .mobile-nav--wrap button:hover, .mobile-nav--wrap button:active {
        background-color: transparent;
    }
    button.mobile-nav--catalog {
        width: 4.8rem;
        height: 4.8rem;
        padding: 1.6rem 1.2rem;
        gap: 0.8rem;
        border-radius: 0.6rem;
        background-color: #0AB6C9;
    }
    button.mobile-nav--catalog:before { background-image: url("../img/svg/white/catalog-mobile.svg"); }

    .mobile-nav--btn {
        position: relative;
        width: 9.033rem;
        height: 5.8rem;
        gap: 0.4rem;
        background-color: transparent;
    }
    .mobile-nav--btn.current-page span.label.link { color: #0AB6C9; }
    .mobile-nav--btn img {
        width: 2.4rem;
        height: 2.4rem;
        gap: 0.4rem;
    }
    .mobile-nav--btn .count {
        position: absolute;
        top: 0.4rem;
        left: 4.8rem;
        width: 2.8rem;
        height: 2rem;
        padding: 0 0.8rem;
        gap: 1rem;
        background-color: #EF1839;
        border-radius: 0.8rem 0.8rem 0.8rem 0px;
    }
    .mobile-nav--btn .label {
        width: 100%;
        text-align: center;
    }

    .mobile-nav button:nth-child(1):hover {
        color: #fff;
        background-color: #202020;
    }

    .mobile-nav--btn:hover .label, .label:hover,  .mobile-nav--btn:active .label, .label:active {
        color: #202020;
    }

    .mobile-nav--lists {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100vw;
        height: 24.5rem;
        margin: 0;
        padding: 2.4rem 1.6rem;
        gap: 0.4rem;
        border-radius: 1.2rem 1.2rem 0 0;
        background-color: #fff;
        box-shadow: 0 0.6rem 3rem 0 #C0C0C0;
        transform: translateY(120%);
        transition: all 0.3s ease;
        z-index: 997;
    }
    .mobile-nav--lists.open { transform: translateY(0); }
    .mobile-nav--lists .close {
        position: absolute;
        top: 1.6rem;
        right: 1.6rem;
        width: 2.4rem;
        height: 2.4rem;
        background-image: url("../img/svg/black/crose.svg");
    }
    .mobile-nav--lists span { padding: 0 0.8rem; }
    .mobile-nav--lists .favorites { margin-top: 1.2rem; }
    .mobile-nav--lists a {
        position: relative;
        width: 100%;
        padding: 1.15rem 0.8rem;
        gap: 0.4rem;
        color: #8C8C8C;
        box-sizing: border-box;
    }
    .mobile-nav--lists a:before {
        display: block;
        content: '';
        width: 2.4rem;
        height: 2.4rem;
    }
    .mobile-nav--lists a.favorites:before { background-image: url("../img/svg/grey/favorires.svg"); }
    .mobile-nav--lists a.compare:before { background-image: url("../img/svg/grey/compare.svg"); }
    .mobile-nav--lists a .count {
        padding: 0.25rem 0.8rem;
        gap: 1rem;
        color: #fff;
        background-color: #EF1839;
        border-radius: 0.8rem 0.8rem 0.8rem 0px;
    }

    #bonus-info {
        position: fixed;
        width: 34.3rem;
        right: calc((100vw - 34.3rem) / 2);
        padding: 1.6rem 3.6rem 1.6rem 1.6rem;
        gap: 0.8rem;
        border-radius: 0.4rem;
        background: #FFFFFF;
        box-shadow: 0 0.2rem 1.5rem 0rem #B1B1B14D;
        z-index: 999;
    }
    #bonus-info .close {
        position: absolute;
        top: 0.8rem;
        right: 0.8rem;
        width: 1.6rem;
        height: 1.6rem;

        background-image: url("../img/svg/black/crose.svg");
    }

    #bonus-info a {
        cursor: pointer;
        border-bottom: 0.1rem solid #202020;
        transition: all 0.3s ease;
    }

    #bonus-info a:hover {
        border-color: transparent;
    }
    .adding-to--list {
        position: fixed;
        top: 0.8rem;
        left: 1.6rem;
        width: 34.3rem;
        height: 4rem;
        gap: 0.8rem;
        border-radius: 0.4rem;
        padding: 1rem 1.6rem;
        background-color: #202020;
        transform: translateY(-5rem);
        transition: all 0.3s ease-in-out;
        z-index: 99999;
    }
    .adding-to--list.show { transform: translateY(0); }
    .adding-to--list span, .adding-to--list a { color: #fff; }
    .adding-to--list span { gap: 0.8rem; }
    .adding-to--list span:before {
        display: block;
        content: '';
        width: 2rem;
        height: 2rem;
        background-image: url(../img/svg/white/compare.svg);
    }
    #adding-to--compare span:before { background-image: url(../img/svg/white/compare.svg); }
    #adding-to--favorites span:before { background-image: url(../img/svg/white/favorires.svg); }
    .adding-to--list a { border-bottom: 0.1rem solid #fff; }


    .mobile-nav--lists a.current-page { color: #0AB6C9; }
    .mobile-nav--lists a.compare.current-page:before { background-image: url(../img/svg/turquoise/compare.svg); }
    .mobile-nav--lists a.favorites.current-page:before { background-image: url(../img/svg/turquoise/favorites.svg); }

    .footer-bottom--policy a { color: #202020; }

    .catalog-lists picture.catalog-lists--banner { order: 3; }
    .catalog-lists .catalog-lists--nav { order: 1; }
    .catalog-lists button.filter-open { order: 2; }
    .catalog-lists .catalog-filter--bar { display: none; }
    .catalog-lists .catalog-products { order: 5; }
}
