.brands__img {
    background-color: rgba(255, 255, 255, 1) !important;
}

.container-grey-footer:before {
    background-color: transparent !important;
}

.cm-layout {
    padding: 0 0 425px 0;
    background-image: url('../images/bg-desktop-wave.png'),
    url('../images/bg-desktop-bottom.png'),
    url('../images/bg-desktop-top.png');
    background-color: rgba(218, 218, 218, 1);
    background-repeat: repeat-x,
    no-repeat,
    repeat-x;
    background-attachment: scroll;
    background-size: auto;
    background-position: 0 70%, center bottom, center top;
}

@media only screen and (min-width: 640px) {
    .cm-layout.cm-layout--fixed {
        background-attachment: scroll, scroll, fixed;
    }

    .cm-layout {
        animation-direction: normal;
        animation-duration: 33s;
        animation-iteration-count: infinite;
        animation-name: animated-wave;
        animation-timing-function: linear;
    }

    .cm-layout.cm-layout--wave-fixed {
        background-attachment: fixed, scroll, scroll;
        background-position: 0 700px, center bottom, center top;
        animation-name: animated-wave-fixed;
    }

    .cm-layout.cm-layout--fixed.cm-layout--wave-fixed {
        background-attachment: fixed, scroll, fixed;
    }
}

.cm-banner {
    width: 100%;
    height: 500px;
    background-image: url('../images/rider-desktop.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 149px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: animated-rider;
    animation-timing-function: ease-in-out;
}

.cm-robot {
    display: block;
    width: 100%;
    max-width: 960px;
    height: 500px;
    margin: 0 auto;
    background-image: url('../images/robot-desktop.png'),
    url('../images/logo-desktop.png');
    background-repeat: no-repeat,
    no-repeat;
    background-attachment: scroll,
    scroll;
    background-position: left bottom,
    396px 216px;
}

.cm-content {
    width: 960px;
    min-height: 500px;
    margin: 0 auto auto;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 11px rgba(0, 0, 0, .23);
}

@keyframes animated-wave-fixed {
    0% {
        background-position: 0 700px, center bottom, center top;
    }

    100% {
        background-position: 1486px 700px, center bottom, center top;
    }
}

@keyframes animated-wave {
    0% {
        background-position: 0 70%, center bottom, center top;
    }

    100% {
        background-position: 1486px 70%, center bottom, center top;
    }
}

@keyframes animated-rider {
    0%,
    100% {
        background-position: center 149px;
    }

    50% {
        background-position: center 159px;
    }
}

@media only screen
and (max-width: 999px) {
    .cm-content {
        width: 640px;
    }

    .cm-layout {
        padding: 0 0 305px 0;
        background-image: url('../images/bg-tablet-wave.png'),
        url('../images/bg-tablet-bottom.png'),
        url('../images/bg-tablet-top.png');
        background-position: 0 400px, center bottom, center top;
    }

    .cm-banner {
        height: 334px;
        background-image: url('../images/rider-tablet.png');
        background-position: center 115px;
    }

    .cm-robot {
        max-width: 640px;
        height: 334px;
        margin: 0 auto;
        background-image: url('../images/robot-tablet.png'),
        url('../images/logo-tablet.png');
        background-repeat: no-repeat,
        no-repeat;
        background-attachment: scroll,
        scroll;
        background-position: left bottom,
        263px 143px;
    }

    /*@keyframes animated-wave {
        0% {
            background-position: 0 400px, center bottom, center top;
        }

        100% {
            background-position: 1486px 400px, center bottom, center top;
        }
    }*/
    @keyframes animated-wave-fixed {
        0% {
            background-position: 0 500px, center bottom, center top;
        }

        100% {
            background-position: 1486px 500px, center bottom, center top;
        }
    }
    @keyframes animated-wave {
        0% {
            background-position: 0 80%, center bottom, center top;
        }

        100% {
            background-position: 1486px 80%, center bottom, center top;
        }
    }

    @keyframes animated-rider {
        0%,
        100% {
            background-position: center 115px;
        }

        50% {
            background-position: center 122px;
        }
    }
}

@media only screen
and (max-width: 639px) {
    .cm-content {
        width: 320px;
        border-radius: 0 0 30px 30px;
    }

    .cm-layout {
        padding: 0 0 235px 0;
        background-image: url('../images/bg-mobile-bottom.png'),
        url('../images/bg-mobile-top.png');
        background-repeat: no-repeat,
        repeat-x;
        background-position: bottom center,
        top center;
        background-attachment: scroll,
        scroll;
        background-size: auto,
        auto;
        animation: none;
    }

    .cm-banner {
        height: 280px;
        background: none;
    }

    .cm-robot {
        height: 280px;
        background-image: url('../images/banner-mobile.png');
        background-position: 49.8% 0;
    }
}


*,
*::before,
*::after {
    box-sizing: inherit;
}

.container-header,
.container-main-nav {
    background-color: #fff;
}

div.container-inner-head {
    margin: 0;
    padding: 0;
    overflow: visible;
    position: relative;
    background-color: transparent;
}

div.container-inner-head .contents {
    padding: 0;
}

.breadcrumbs {
    display: none;
}

.no-crumbs {
    display: none;
}

body .outer-tooltip {
    left: 50%;
    background-color: #ec1d23;
}

body .outer-tooltip .count_body {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

body .outer-tooltip a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    body .filter a.clear-filter {
        position: fixed;
        z-index: 50;
        bottom: 0;
        left: 0;
        right: 50%;
        height: 40px;
        padding: 0;
        margin: 0;
        border: none;
        background-color: #f3f3f3;
        border-radius: 0;
        font-size: 16px;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    body .filter a.clear-filter span {
        color: #000;
    }
}

.cyber-monday {
    font-feature-settings: 'kern';
    font: 300 18px/22px 'Corpid', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday {
        font-size: 16px;
    }
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .show-case {
        width: 320px;
    }
}

.cyber-monday .show-case .view-options {
    float: left;
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .show-case .view-options {
        width: 320px;
        height: 78px;
    }
}

.cyber-monday .show-case .view-options .display {
    display: none;
}

.cyber-monday .show-case .view-options .shown.shown.shown {
    right: 20px;
    font-size: 14px;
    top: auto;
    left: 0;
    display: inline-block;
    position: relative;
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .show-case .view-options .shown.shown.shown {
        position: static;
        text-align: left;
        padding: 0 0 10px 20px;
    }
}

.cyber-monday .show-case .view-options .price {
    line-height: 1.1;
}

.cyber-monday .container-inner-page {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

@media (min-width: 640px) and (max-width: 999px) {
    .cyber-monday .container-inner-page {
        width: 640px;
    }
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .container-inner-page {
        margin: 0 auto;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    body:not(.is-mobile-menu-open) .cyber-monday .container-inner-page::before {
        position: static;
    }
}

.cyber-monday .container-inner-page .inner-page-content {
    margin: 0 0 0 320px;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .container-inner-page .inner-page-content {
        margin: 0 auto;
    }
}

.cyber-monday .container-inner-page aside {
    box-shadow: none;
    border-color: #d3d3d3;
}

@media (min-width: 640px) and (max-width: 999px) {
    .cyber-monday .container-inner-page aside {
        display: block;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .container-inner-page section {
        width: 320px;
    }
}

.cyber-monday .c-tag .show-case {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.17);
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .c-tag .show-case {
        width: 320px;
        position: relative;
        z-index: 10;
    }
}

.cyber-monday .c-tag .view-options {
    height: auto;
    background-color: #fff;
}

.cyber-monday .view-options.filter-container {
    height: auto;
    padding: 15px;
    box-sizing: border-box;
}

.cyber-monday .show-case {
    overflow: hidden;
}

.cyber-monday .mobile-menu {
    /*&__fader {
              display: none;
              position: absolute;
              top: 0;
              right: 0;
              height: 100%;
              left: 0;
              z-index: 40;
              background-color: #000;
              border-bottom: 250px solid #000;
              opacity: .38;
          }*/
}

.cyber-monday .mobile-menu__checkbox {
    display: none;
    position: absolute;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .mobile-menu__checkbox:checked ~ .catalog-list aside {
        display: block;
        float: none;
    }

    .cyber-monday .mobile-menu__checkbox:checked ~ .catalog-list > .mobile-menu__title,
    .cyber-monday .mobile-menu__checkbox:checked ~ .catalog-list > .mobile-menu__label {
        display: none;
    }
}

.cyber-monday .aside-labels-container {
    display: flex;
    align-items: baseline;
    margin-top: -15px;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .cyber-monday .aside-labels-container {
        display: none;
    }
}

.cyber-monday .aside-labels-container .mobile-menu__label {
    margin-left: auto;
    color: #959595;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
    border-bottom: none;
    cursor: pointer;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .catalog-list {
        background-color: #fff;
    }
}

.cyber-monday .catalog-list > .content-wrapper {
    /*@media @4K, @Laptop-L, @Laptop, @Tablet {
                  background: #fff url("../images/under-filter-bg.jpg") no-repeat 0 320px;
              }*/
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .catalog-list > .content-wrapper .aside-container {
        float: none;
    }
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .cyber-monday .catalog-list > .mobile-menu__title {
        display: none;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .catalog-list > .mobile-menu__title {
        margin: -15px 0 0 15px;
    }
}

.cyber-monday .catalog-list > .mobile-menu__label {
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 15px;
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: #555;
    text-decoration: underline;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .cyber-monday .catalog-list > .mobile-menu__label {
        display: none !important;
    }
}

.cyber-monday .paginate {
    clear: both;
    background-color: #fff;
    margin: 0;
}

.cyber-monday .paginate p {
    margin-bottom: 0;
}

.cyber-monday .skeleton.paginate li {
    line-height: 30px;
}

.cyber-monday .skeleton.good-block {
    background-repeat: no-repeat;
    background-image: linear-gradient(#eee 230px, transparent 0), linear-gradient(#ddd 32px, transparent 0), linear-gradient(#f2f2f2 15px, transparent 0), linear-gradient(#f2f2f2 15px, transparent 0), linear-gradient(#f2f2f2 15px, transparent 0), linear-gradient(#f2f2f2 15px, transparent 0);
    background-size: 115px 230px,
    108px 32px,
    80px 15px,
    100px 15px,
    120px 15px,
    100px 15px;
    background-position: 180px 40px,
    25px 267px,
    25px 50px,
    25px 75px,
    25px 100px,
    25px 125px;
}

.cyber-monday .disclaimer {
    box-sizing: border-box;
    padding: 20px 20px 15px 20px;
    margin: 0 auto;
    color: #808080;
    font-size: 11px;
    line-height: 14px;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px) {
    .cyber-monday .disclaimer {
        width: 960px;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    .cyber-monday .disclaimer {
        width: 640px;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .disclaimer {
        width: 320px;
    }
}

.cyber-monday .no-products-msg {
    margin: 70px 0 100px 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
    color: #666;
    font-size: 21px;
    text-align: center;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px) {
    .cyber-monday .no-products-msg {
        width: 640px;
    }
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .no-products-msg {
        width: 320px;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .cyber-monday .no-products-msg {
        float: none;
    }
}

.filter-button-panel {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    body:not(.is-mobile-menu-open) .filter-button-panel {
        display: none;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    body:not(.is-mobile-menu-open) .outer-tooltip {
        display: none;
    }
}

.apply-filter-button {
    flex-basis: 50%;
    height: 40px;
    padding: 0;
    background-color: #ec1d23;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: Corpid, sans-serif;
    font-weight: 400;
}

.reset-filter-button {
    flex-basis: 50%;
    height: 40px;
    padding: 0;
    background-color: #f3f3f3;
    border: none;
    color: #000;
    font-size: 16px;
    font-family: Corpid, sans-serif;
    font-weight: 300;
}

.reset-filter-button .icon {
    width: 9px;
    height: 11px;
    background: url(../../../assets/images/s.png) no-repeat -218px -150px;
    display: inline-block;
    margin-left: 8px;
    float: none;
}

.container-grey-footer.container-grey-footer {
    margin-top: 0;
}

.c-tag__header {
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}

.c-tag__list {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

@media (min-width: 640px) and (max-width: 999px) {
    .c-tag__list {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-tag__list {
        display: none;
    }
}

.c-tag__item {
    position: relative;
    margin: 0;
}

.c-tag__input {
    position: absolute;
    visibility: hidden;
}

.c-tag__label {
    height: 120px;
    position: relative;
    border-radius: 19px;
    overflow: hidden;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    background: transparent none no-repeat;
    background-position-y: -22px;
    text-indent: 999px;
}

.c-tag__input:not(:disabled) ~ .c-tag__label:hover,
.c-tag__label:focus {
    background-position-y: -189px;
}

.c-tag__input:checked ~ .c-tag__label {
    background-position-y: -355px;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px) {
    .c-tag__label {
        width: 160px;
        background-image: url("../images/filters-desktop.png");
    }

    .c-tag__item:nth-child(1) .c-tag__label {
        background-position-x: -30px;
    }

    .c-tag__item:nth-child(2) .c-tag__label {
        background-position-x: -215px;
    }

    .c-tag__item:nth-child(3) .c-tag__label {
        background-position-x: -400px;
    }

    .c-tag__item:nth-child(4) .c-tag__label {
        background-position-x: -585px;
    }

    .c-tag__item:nth-child(5) .c-tag__label {
        background-position-x: -770px;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    .c-tag__label {
        width: 110px;
        background-image: url("../images/filters-tablet.png");
    }

    .c-tag__item:nth-child(1) .c-tag__label {
        background-position-x: -25px;
    }

    .c-tag__item:nth-child(2) .c-tag__label {
        background-position-x: -145px;
    }

    .c-tag__item:nth-child(3) .c-tag__label {
        background-position-x: -265px;
    }

    .c-tag__item:nth-child(4) .c-tag__label {
        background-position-x: -385px;
    }

    .c-tag__item:nth-child(5) .c-tag__label {
        background-position-x: -505px;
    }
}

.c-tag__input:disabled ~ .c-tag__label {
    cursor: not-allowed;
}

.c-toc__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-toc__item .c-toc__list {
    padding-bottom: 20px;
}

.c-toc__list.c-toc__list--target-selector {
    margin-bottom: 15px;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .c-toc__list.c-toc__list--target-selector {
        display: none;
    }
}

.c-toc__item {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .c-toc__item:not(:last-child)::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        border-top: 1px dotted #959595;
        left: 15px;
        right: 15px;
    }
}

.c-toc__item .c-toc__item {
    margin-left: 0;
    margin-right: 0;
}

.c-toc__item .c-toc__item::after {
    content: none;
}

.c-toc__item.is-selected {
    color: #ec1d23;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-toc__item.is-selected::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 23px;
        top: 3px;
        background-image: url(../../../assets/images/sprite-icons.png);
        background-position: -508px -425px;
        background-repeat: no-repeat;
        top: 8px;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-toc__item.is-selected::after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 20px;
        top: 5px;
        border-radius: 50%;
        border: 1px solid #adb0b3;
        border: 2px solid #ec1d23;
        margin-left: -1px;
        margin-top: -1px;
        width: 17px;
        height: 17px;
        top: 10px;
    }
}

.c-toc__item.is-disabled {
    color: #adb0b3;
    text-shadow: 0 1px 0 #fff;
    cursor: not-allowed;
}

.c-toc__label {
    margin: 0;
    padding: 7px 33px 11px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-weight: 300;
    transition: color 0.3s, background-color 0.2s;
    cursor: pointer;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-toc__label {
        padding: 5px 20px;
    }
}

.c-toc__input:checked ~ .c-toc__label {
    color: #ec1d23;
}

.c-toc__item .c-toc__item .c-toc__label {
    padding: 2px 6px 4px 38px;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-toc__item .c-toc__item .c-toc__label {
        padding-left: 28px;
    }

    .c-toc__item .c-toc__item .c-toc__label::after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        top: 5px;
        border-radius: 50%;
        border: 1px solid #adb0b3;
    }
}

.c-toc__item .c-toc__item .c-toc__label:hover {
    background-color: transparent;
    text-decoration: underline;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-toc__item .c-toc__item .c-toc__input:checked ~ .c-toc__label::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 3px;
        top: 3px;
        background-image: url(../../../assets/images/sprite-icons.png);
        background-position: -508px -425px;
        background-repeat: no-repeat;
    }
}

.c-toc__item.is-disabled .c-toc__label {
    cursor: not-allowed;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .c-toc__label::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 35px;
        width: 23px;
        height: 37px;
        background-color: #ec1d23;
        mix-blend-mode: overlay;
        filter: blur(2px);
        opacity: 0;
        transition: opacity .3s;
    }

    .c-toc__item .c-toc__item .c-toc__label::after {
        content: none;
    }
}

.c-toc__input:checked ~ .c-toc__label {
    color: #ec1d23;
}

.c-toc__input {
    position: absolute;
    visibility: hidden;
}

.c-toc__icon {
    width: 23px;
    height: 37px;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-toc__icon {
        display: none;
    }
}

.c-toc__img {
    margin-right: 5px;
    margin-left: -5px;
}

.c-toc__item.is-selected .c-toc__img {
    visibility: hidden;
}

.c-toc__title {
    flex-grow: 1;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .c-toc__title {
        padding-left: 14px;
    }
}

.aa {
    z-index: 1;
}

body:not(.search) .promo-page .catalog-list .content-wrapper .aside-container {
    float: left;
}

.promo-page .show-case .view-options {
    float: left;
    height: auto;
    display: flex;
    padding: 8px 24px 8px 20px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    background-color: #e6e6e6;
}

.promo-page a.sort-order__price--asc,
.promo-page a.sort-order__price--desc,
.promo-page a.sort-order__discount--asc,
.promo-page a.sort-order__discount--desc {
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    border-radius: 4px;
    padding-right: 16px;
    position: relative;
}

.promo-page a.sort-order__price--asc:after,
.promo-page a.sort-order__discount--asc:after {
    content: '↑';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    color: #848484;
}

.promo-page a.sort-order__price--desc:after,
.promo-page a.sort-order__discount--desc:after {
    content: '↓';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    color: #848484;
}

.c-toc__list-root > .c-toc__item:first-child > .c-toc__label {
    padding: 7px 20px 20px;
}

.c-toc__list-root > .c-toc__item:first-child .c-toc__title {
    padding: 0;
    font-size: 21px;
    font-weight: bold;
}

.catalog-list .sort-order .btn-group.bootstrap-select.sort__select .btn {
    box-sizing: border-box;
}

.c-toc__icon img {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s ease-out;
}

.c-toc__icon img:first-child {
    opacity: 1;
    z-index: 1;
}

.c-toc__icon img:last-child {
    z-index: 2;
}

.c-toc__input:checked ~ .c-toc__label .c-toc__icon img:last-child {
    opacity: 1;
}

.c-collapse__checkbox:checked ~ .c-toc__label .c-toc__icon img:last-child {
    opacity: 1;
}

.c-collapse__checkbox:checked ~ .c-toc__label .c-toc__title {
    color: #ec1d23;
}

.c-collapse__checkbox:checked ~ .c-collapse__label.c-collapse__label--carret::before {
    color: #ec1d23;
}

.cyber-monday .show-case {
    overflow: inherit;
}

.filter-item-apply-link {
    display: none;
}

body .outer-tooltip {
    display: none;
}

.filter__button .filter__itemsCount {
    display: none;
}

.catalog-list .show-case .view-options div.sort-order--catalog {
    position: relative;
    font-size: 14px;
    padding-left: 0;
}

.show-case div.view-options:before, .show-case div.view-options:after {
    display: none;
}

.promo-page .sort-order__label {
    padding-right: 16px;
}

.promo-page .sort-order__sort-type {
    display: inline-block;
    padding: 0px 6px;
    cursor: pointer;
}

body #ask-current-city {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    height: auto;
    border: none;
    position: relative;
    z-index: 1;
    padding: 0;
}

body #ask-current-city > div {
    background-color: #F9F2E0;
    border: 1px solid #e6e6e6;
    font-family: Corpid, sans-serif;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
}

div.button__container {
    margin-top: 20px;
}

@media (max-width: 999px) and (min-width: 640px), (max-width: 639px) and (min-width: 426px), (max-width: 425px) and (min-width: 321px), (max-width: 320px) {
    .promo-page .show-case div.view-options {
        width: 320px;
    }

    .promo-page .show-case .view-options .shown.shown.shown {
        position: static;
        text-align: left;
        padding: 0 0 10px 20px;
    }
}

@media (max-width: 999px) and (min-width: 640px) {
    button.main-nav__toggle.main-nav__toggle--closed {
        background-position: 14px;
    }

    .promo-page .show-case div.view-options {
        height: auto;
    }

    .promo-page .show-case .view-options .shown.shown.shown {
        display: none;
    }
}

@media only screen and (max-width: 999px) {
    .promo-page .content-wrapper .aside-container aside {
        position: relative !important;
        left: auto;
        bottom: auto;
        border: 5px solid #e6e6e6;
        width: auto;
        background: #fff;
        padding: 13px 20px;
        box-shadow: 0 0 4px 4px #f2f2f2;
        transform: none;
    }

    .promo-page .filter__buttons--fixed {
        transform: none;
        background: #fff;
        width: auto;
        padding: 20px;
        margin-left: -20px;
    }

    body #ask-current-city {
        max-width: 600px;
    }

    body #ask-current-city > div {
        max-width: 600px;
    }
}

@media only screen and (min-width: 640px) {
    .show-case .good-block .compare-cashback-wrapper {
        position: absolute;
        display: flex;
        width: 172px;
        height: 32px;
        bottom: 10px;
        right: -150px;
        justify-content: space-between;
    }

    .show-case .good-block .compare-cashback-wrapper .cashback {
        bottom: initial;
        right: initial;
        position: relative;
        order: 1;
    }

    .show-case .good-block .compare-cashback-wrapper .addToCompare {
        left: initial;
        bottom: -1px;
        position: relative;
        order: 0;
    }
}

@media only screen and (max-width: 639px) {

    .promo-page .show-case .view-options .shown.shown.shown {
        display: none;
    }

    .show-case .view-options div.sort-order {
        padding-bottom: 0;
    }

    body:not(.search) .promo-page .catalog-list .content-wrapper .aside-container {
        display: none;
    }

    body.is-mobile-menu-open:not(.search) .promo-page .catalog-list .content-wrapper .aside-container {
        display: block;
    }

    .promo-page .show-case div.view-options::before {
        position: absolute;
        width: auto;
        height: 20px;
        content: "Сортировка:";
        font-size: 13px;
        font-weight: 500;
        top: 9px;
        left: 25px;
    }

    body #ask-current-city {
        max-width: 320px;
    }

    body #ask-current-city > div {
        max-width: 320px;
        height: auto;
    }

    body .main-nav__toggle {
        padding: 0;
    }
}



