h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
    -webkit-font-smoothing: antialiased;
}


.isClear .filter__button:not(.clear-filter),
.filter__button.clear-filter {
    display: none;
}
.filter__button:not(.clear-filter),
.isClear .filter__button.clear-filter {
    display: flex;
}

.filter h2 {
    font: 15px 'Corpid', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 -15px 0 -15px;
    color: #4c4c4c;
    padding: 4px 15px 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: none;
}

.filter .price {
    padding: 0 10px 0 5px;
}

.filter .price .price-range {
    border-radius: 0;
    border: 0;
    background: #e6e6e6;
    height: 7px;
    margin: 30px 0 0;
}

.filter .price .price-range a {
    text-decoration: none;
    font-size: 14px;
}

.filter .price .price-range a i {
    position: relative;
    font-style: normal;
}

.filter .price .price-range .ui-slider-range {
    background: #ec1d23;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.filter .price .price-range .ui-slider-handle {
    background: #fff;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    border: 2px solid #ec1d23;
    margin-left: -7px;
    font-size: 14px;
    color: #4d4d4d;
}

.filter .price .price-range .ui-slider-handle span {
    font-family: 'Corpid', sans-serif;
    position: absolute;
    top: -22px;
}

.filter .price .price-range .ui-slider-handle span.min-value:after {
    display: none;
    top: 18px;
    left: 3px;
    border-right: 4px solid #ff0032;
    content: " ";
    width: 1px;
    position: absolute;
    height: 3px;
}

.filter .price .price-range .ui-slider-handle span.max-value {
    top: 30px;
    left: -26px;
}

.filter .price .price-range .ui-slider-handle span.max-value:after {
    display: none;
    top: -17px;
    right: 5px;
    border-right: 4px solid #ff0032;
    content: " ";
    width: 1px;
    position: absolute;
    height: 3px;
}

.filter .price .price-range-scale {
    display: table;
    width: 100%;
}

.filter .price .price-range-scale .label {
    height: 5px;
    text-align: left;
    display: table-cell;
    width: 25%;
    font-size: 11px;
    color: #999;
    border-left: 1px solid #e6e6e6;
}

.filter .price .price-range-scale .label:last-child {
    border-right: 1px solid #e6e6e6;
}

.filter .price .price-range-numbers {
    display: table;
    width: 100%;
    margin: 4px 0 28px;
}

.filter .price .price-range-numbers .label {
    text-align: left;
    display: table-cell;
    width: 20%;
    font-size: 11px;
    color: #ccc;
}

.filter .price .price-range-numbers .label.center {
    text-align: center;
}

.filter .price .price-range-numbers .label.right {
    text-align: right;
}

.filter .price .inputs {
    font-size: 13px;
}

.filter .price .inputs .form-control {
    display: inline-block;
    width: 70px;
}

.filter .advanced_options_header {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.filter .advanced_options_header_dottes {
    display: inline-block;
    width: calc(50% - 129px / 2);
    height: 3px;
    margin-bottom: 2px;
    border-bottom: 1px #999 dotted;
}

.filter .advanced_options_header_text {
    display: inline-block;
    width: 112px;
    font: 11px/13px Arial;
    color: #999;
    margin: 0 1px;
    border-bottom: 1px #999 dashed;
}

.filter  .multiple_search_wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0,0,0);
}

.range-selector {
    position: relative;
}

.range-selector .tooltip-catalog {
    position: absolute;
    top: -16px;
    right: -11px;
}

.range-selector .tooltip-catalog .tooltip-contents {
    position: absolute;
    top: 0;
    left: 0;
    height: 41px;
    padding-left: 14px;
    z-index: 250;
}

.range-selector .tooltip-catalog .tooltip-contents em {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 14px;
    background: url(../images/tooltip-back.png) no-repeat;
}

.range-selector .tooltip-catalog .tooltip-contents span {
    display: block;
    white-space: nowrap;
    background: url(../images/tooltip-back.png) no-repeat 100% 0;
    padding-right: 7px;
    padding-left: 4px;
    height: 41px;
    font: 13px/41px Arial, Helvetica, sans-serif;
    color: #4c4c4c;
}

.range-selector .tooltip-catalog .tooltip-contents span a {
    color: #ff0032;
    display: inline;
    padding: auto;
    background: none;
    text-decoration: underline;
}

@media only screen and (max-width: 999px) {
    .filter .section .range-selector .tooltip-catalog {
        display: none;
    }
}

.filter .section {
    margin: 17px 0 0 0;
}

.filter .section {
    *zoom: 1;
}

.filter .section:before,
.filter .section:after {
    content: "";
    display: table;
}

.filter .section:after {
    clear: both;
}

.filter .section.price .selectors {
    margin-top: 0px;
}

.filter .section h3 {
    color: #ff0032;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1;
    padding: 0 0 14px 5px;
    margin: 0;
    font-family: 'Corpid', sans-serif;
    position: relative;
    z-index: 1;
}

.filter .section h3 i.icon {
    display: none;
}

.filter .section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8em;
    -webkit-overflow-scrolling: touch;
}

.filter .section ul {
    *zoom: 1;
}

.filter .section ul:before,
.filter .section ul:after {
    content: "";
    display: table;
}

.filter .section ul:after {
    clear: both;
}

.filter .section ul li {
    padding: 0 0 2px 0;
}

.filter .section ul li.hidden {
    display: none;
}

.filter .section ul.all-visible li.hidden {
    display: block !important;
    visibility: visible;
    outline: 1px solid red;
}

div.filter .section ul.all-visible li.hidden {
    visibility: visible !important;
    outline: none;
}

.filter .section ul.all-visible li.hidden a {
    visibility: visible;
}

.filter .section ul a {
    display: inline-block;
    color: #4c4c4c;
    text-decoration: none;
    padding: 4px 5px;
    border-radius: 3px;
    position: relative;
}

.filter .section ul a.disabled {
    cursor: default;
    color: grey;
    opacity: 0.5;
}

.filter .section ul a span span.count {
    color: grey;
    opacity: 0.9;
    font-size: 10px;
}

.filter .section ul a input {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: -30px;
    left: 0;
}

.filter .section ul.multiple_search a input {
    pointer-events: none;
    opacity: 1;
    position: inherit;
    top: inherit;
    left: inherit;
}

.filter .section ul.position_rel{
    position: relative;
}

.filter-item-apply-link {
    position: absolute;
}

.filter-item-apply-link .tooltip-catalog {
    position: absolute;
    top: -18px;
    left: 0;
}

.filter .section ul a .icon {
    display: none;
    width: 7px;
    height: 8px;
    float: none;
    margin-left: 5px;
    padding: 0;
    background: url(../images/s.png) no-repeat -241px -141px;
}

.filter .section ul a.selected {
    background: #ebebeb;
    padding-right: 0;
}

.filter .section ul a.selected .icon {
    display: inline-block;
}

.filter .section ul a.readonly .icon {
    background: none;
}

.filter .section ul.two-cols li {
    width: 50%;
    float: left;
}
.filter ul.selectors.two-cols.position_rel{
    margin-right: -27px;
}

.filter .section ul.color-select a {
    padding: 4px 5px 4px 24px;
    position: relative;
    overflow: hidden;
}

.filter .section ul.color-select i.color {
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    background-image: url(../images/s.png);
    background-repeat: no-repeat;
    background-position: -259px -108px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.filter .section .show-toggle {
    margin: 10px 0 2px 5px;
    font-size: 0.8em;
    color: #999;
}

.filter .section .show-toggle {
    *zoom: 1;
}

.filter .section .show-toggle:before,
.filter .section .show-toggle:after {
    content: "";
    display: table;
}

.filter .section .show-toggle:after {
    clear: both;
}

.filter .section .show-toggle a {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dotted #999;
    float: left;
}

.filter .section .show-toggle.all-visible .show {
    display: none !important;
}

.filter .section .show-toggle.all-visible .hide {
    display: block !important;
}

.filter .section .show-toggle.all-hidden .show {
    display: block !important;
}

.filter .section .show-toggle.all-hidden .hide {
    display: none !important;
}

.filter .advanced-search {
    background: #f7f7f7;
    margin: 20px -19px -14px -19px;
    padding: 17px 0;
    text-align: center;
    font-size: 0.8em;
}

.filter .advanced-search a {
    color: #999;
}

.filter .show-models {
    background: #f7f7f7;
    margin: 20px -19px -14px -19px;
    padding: 17px 0;
    text-align: center;
    font-size: 0.8em;
    background: #f7f7f7 url(../images/filter-back.png) repeat-y 100% 0;
}

.filter .show-models button {
    display: inline-block;
}

.container-filter-devices {
    border-top: 1px solid #e8e8e8;
    background: #fafafa;
    display: none;
    padding: 0 0 13px 0;
}

.container-filter-devices .contents {
    width: 600px;
    margin: 0 auto;
    min-height: 30px;
    padding: 0 160px 0 110px;
    position: relative;
    box-sizing: border-box;
}

.container-filter-devices .contents {
    *zoom: 1;
}

.container-filter-devices .contents:before,
.container-filter-devices .contents:after {
    content: "";
    display: table;
}

.container-filter-devices .contents:after {
    clear: both;
}

.container-filter-devices.filtered-items input {
    display: none;
}

.container-filter-devices .filtered {
    padding: 13px 0 0 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.container-filter-devices .filtered span {
    display: inline-block;
    font: 12px 'Corpid', sans-serif;
    color: #808080;
    padding: 0 2px 0 0;
    margin: 0;
}

.container-filter-devices .filtered .overflow-block {
    background-image: url('../images/sprite-icons.png');
    background-position: -518px -108px;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}

.container-filter-devices a.filter-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    display: block;
    text-decoration: none;
    padding: 13px 0 0 20px;
}

.container-filter-devices a.filter-link span {
    font: 14px/17px 'Corpid', sans-serif;
    letter-spacing: 1px;
    color: #333;
}

.container-filter-devices a.filter-link:hover span {
    color: #ff0032;
}

.container-filter-devices a.clear-filter {
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    display: none;
    float: none;
    position: absolute;
    top: 8px;
    right: 0px;
    text-decoration: none;
    padding: 4px 27px 5px 15px;
}

.container-filter-devices a.clear-filter i.icon {
    background-image: url('../images/sprite-icons.png');
    background-position: -538px -431px;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    right: 2px;
    display: block;
}

.container-filter-devices a.clear-filter span {
    font: 12px 'Corpid', sans-serif;
    color: #808080;
}

.container-filter-devices a.clear-filter:hover span {
    color: #ff0032;
}

.tab .container-filter-devices {
    background: #fafafa;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.tab .container-filter-devices:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 26px;
    content: " ";
    z-index: 0;
}

.tab .container-filter-devices .filtered .overflow-block {
    display: none;
}

.menu-opened {
    overflow: hidden !important;
    height: 100vh !important;
    -webkit-overflow-scrolling: auto;
}

.menu-opened .layout {
    width: 100%;
    height: 100%;
    position: absolute;
}
.filter__buttons--fixed {
    padding: 20px;
    margin-left: -20px;
    bottom: 0;
    position: fixed;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}
.filter__buttons--fixed * {
    position: relative;
    transform: translate3d(0,0,0);
}
.filter__button {
    display: flex;
    width: 270px;
    justify-content: space-around;
    align-items: flex-end;
}
.filter__button span {
    width: 115px;
    text-align: center;
}
.filter__button .filter__itemsCount {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.button__container .btn-primary {
    min-height: 39px;
    border-radius: 4px;
    background: #ec1c22;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
}
.button__container .btn-primary:focus {
    outline: none;
}
.button__container {
    position: relative;
    height: 39px;
    margin-top: 10px;
    z-index: 100;
    width: 100%;
}
.button__container.unfixed .filter__buttons--fixed {
    position: relative;
    padding: 0;
    background: transparent;
    margin-left: 0;
    box-shadow: none;
}
.filter__button.clear-filter,
.button__container .btn-primary[disabled] {
    opacity: 1;
    background: #959595;
    border-color: #959595;
}
.button__container .btn-primary:hover {
    background: #b30517;
}

.sort__select,
.catalog-list .sort-order .btn-group.bootstrap-select.sort__select {
    width: 140px !important;
    min-height: 28px;
    position: relative;
    margin-bottom: 0;
    margin-top: 6px;
    background: transparent;
    border-radius: 4px;
    border-color: #d5d5d5;
    font-size: 13px;
    color: #333;
}
.catalog-list .sort-order .btn-group.bootstrap-select.sort__select .btn {
    background: transparent;
    padding-right: 20px;
    color: #333333;
    padding: 4px 20px 4px 10px;
    font-size: inherit;
}
.catalog-list .sort-order .btn-group.bootstrap-select.open .btn-default.dropdown-toggle {
    color: #666666;
    border-color: inherit;
}
.catalog-list .sort-order .btn-group.bootstrap-select .btn .caret {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-bottom: 2px solid red;
    border-right: 2px solid red;
    border-left: none;
    border-top: none;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.catalog-list .sort-order .btn-group.bootstrap-select.open .btn .caret {
    transform: rotate(-135deg);
    margin-top: -2px;
}
.catalog-list .sort-order .btn-group.bootstrap-select .dropdown-menu:before {
    content: '';
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    background-color: #f2f2f2;
    transform: rotate(-45deg);
    z-index: -1;
}
.catalog-list .sort-order .btn-group.bootstrap-select div.dropdown-menu {
    overflow: visible !important;
    margin-top: 5px;
}
.catalog-list .sort-order .btn-group.bootstrap-select .dropdown-menu {
    padding: 0;
    width: 100%;
    border-color: #d5d5d5;
    border-radius: 4px;
    background-color: #f2f2f2;
    box-shadow: none;
    overflow: hidden;
}
.catalog-list .sort-order .btn-group.bootstrap-select .dropdown-menu li.selected .glyphicon-ok {
    position: absolute;
    display: inline-block;
    right: 8px;
    margin-top: 5px;
}
body:not(.search) .promo-page .catalog-list > .content-wrapper {
    display: block;
}
body:not(.search) .promo-page .catalog-list .content-wrapper .aside-container {
    float: left;
}
.promo-page .show-case .view-options {
    width: calc(100% - 320px);
}
.promo-page .closeFilter,
.promo-page .filter-link {
    display: none;
}
.popupOpen {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.popupOpen body {
    overflow: hidden;
    position: relative;
}

.filter-link {
    margin-left: 50px;
    color: #297db7;
    text-decoration: dotted;
    text-decoration-line: underline;
    font-size: 13px;
    line-height: 1.2em;
}
.filter-link:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: text-bottom;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.312' height='16' viewBox='0 0 15.312 16'%3E%3Cpath id='Union_4' data-name='Union 4' d='M298.122,424.041V417a2.291,2.291,0,0,1,0-4.477V408.94a.443.443,0,1,1,.886,0v3.578a2.289,2.289,0,0,1,0,4.474v7.049a.443.443,0,1,1-.886,0Zm-.92-9.284a1.362,1.362,0,1,0,1.363-1.382A1.374,1.374,0,0,0,297.2,414.756Zm-4.473,9.281v-3.271a2.291,2.291,0,0,1,0-4.477V408.94a.443.443,0,1,1,.886,0v7.349a2.291,2.291,0,0,1,0,4.477v3.271a.443.443,0,1,1-.886,0Zm-.919-5.51a1.362,1.362,0,1,0,1.362-1.382A1.374,1.374,0,0,0,291.811,418.527Zm-4.505,5.51V417a2.291,2.291,0,0,1,0-4.477V408.94a.443.443,0,1,1,.886,0v3.578a2.289,2.289,0,0,1,0,4.474v7.045a.443.443,0,1,1-.886,0Zm-.919-9.281a1.362,1.362,0,1,0,1.362-1.382A1.374,1.374,0,0,0,286.387,414.756Z' transform='translate(-285.501 -408.49)' fill='%23999'/%3E%3C/svg%3E%0A");
}
@media (min-width: 999px){
    .directingPage .inner-page-content .brands__img {
        height: 55px;
    }
    .directingPage .inner-page-content .brands__slider {
        margin-right: 20px;
        margin-left: 28px;
    }
}
@media (max-width: 999px){
    .menu-opened .content-wrapper .aside-container .filter a.clear-filter span {
        padding-left: 6px;
    }
    .content-wrapper .aside-container aside {
        display: block;
        position: fixed !important;
        top: 0;
        left: 0;
        bottom: 0;
        border: none;
        width: 50%;
        padding: 0;
        box-shadow: none;
        transform: translateX(-100%);
        transition: transform 250ms ease-out;
        background: #fff url(../images/filter-back.png) repeat-y 100% 0;
        overflow: hidden;
        z-index: 1005;
    }
    .filter__buttons--fixed {
        transform: translateX(-100%);
        width: inherit;
        background: #fff url(../images/filter-back.png) repeat-y 100% 0;
        margin-left: -15px;
        padding: 15px;
    }
    .menu-opened .filter__buttons--fixed,
    .menu-opened .content-wrapper .aside-container aside {
        transform: translate3d(0,0,0);
    }

    .menu-opened .content-wrapper .aside-container a.clear-filter {
        position: absolute;
        top: 11px;
    }

    .menu-opened .content-wrapper .aside-container h2 {
        display: block;
    }

    .menu-opened .content-wrapper .aside-container .scroll-wrap {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 10px 15px 20px;
        position: relative;
        box-sizing: border-box;
    }

    .menu-opened .content-wrapper .aside-container .closeFilter {
        display: block;
        position: absolute;
        top: 14px;
        right: 20px;
        cursor: pointer;
        font: 14px 'Corpid', sans-serif;
        color: #959595;
        text-decoration: underline;
        font-weight: normal;
        border-bottom: none;
    }

    .menu-opened .content-wrapper .aside-container  .closer {
        display: block;
        position: absolute;
        top: 14px;
        right: 20px;
        cursor: pointer;
        font: 14px 'Corpid', sans-serif;
    }

    .menu-opened .content-wrapper .aside-container .closer:hover {
        color: #ff0032;
    }

    .menu-opened .content-wrapper .aside-container .tablet {
        display: none;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden {
        display: block !important;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden .head {
        position: relative;
        visibility: visible;
        padding-right: 50px;
        border-bottom: 1px solid #f0f0f0;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden .head .closer {
        width: 30px;
        height: 30px;
        top: 50%;
        right: 0;
        margin: -19px 0 0 0;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden .head .closer em {
        display: block;
        background-image: url('/assets/images/sprite-icons.png');
        background-position: -468px -431px;
        background-repeat: no-repeat;
        width: 7px;
        height: 12px;
        margin: 8px 0 0 12px;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden .contents {
        visibility: visible;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden .contents ul {
        list-style: none;
        margin: 0;
        padding: 7px 0 0 0;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden .contents li {
        margin: 0 0 5px -7px;
        padding: 0;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden .contents a {
        display: block;
        position: relative;
        background: none;
        border-radius: 5px;
        padding: 8px 20px 8px 12px;
        font: 12px 'Corpid', sans-serif;
        color: #4c4c4c;
        text-decoration: none;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden .contents a.active,
    .menu-opened .content-wrapper .aside-container .options.hidden .contents a:hover {
        background: #ebebeb;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden .contents a.active .close {
        display: block;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden .contents a .close {
        background-image: url('/assets/images/sprite-icons.png');
        background-position: -798px -415px;
        background-repeat: no-repeat;
        width: 9px;
        height: 9px;
        position: absolute;
        top: 7px;
        right: 5px;
        display: none;
    }

    .menu-opened .content-wrapper .aside-container .options.hidden h4 {
        text-transform: uppercase;
        font-weight: 400;
        line-height: 1.2;
        margin: 10px 5px;
        letter-spacing: 1px;
        padding: 0;
    }

    .menu-opened .content-wrapper .aside-container .actions {
        border-top: 1px solid #f0f0f0;
        margin: 10px 0 0 0;
    }

    .menu-opened .content-wrapper .aside-container .actions span {
        cursor: pointer;
        display: block;
        width: 100px;
        color: #fff;
        background: #ff0032;
        margin: 13px auto;
        text-align: center;
        font-size: 17px;
        padding: 8px 20px;
        border-radius: 6px;
    }

    .product-page .menu-opened .content-wrapper .aside-container aside {
        top: 44px;
    }
    .filter ul.selectors.two-cols.position_rel {
        margin-right: -15px;
    }
}
.compare-block {
    margin: 14px 0 2px;
    box-shadow: 0 0 4px 4px #f2f2f2;
    background: #fff;
    clear: both;
}

.compare-block .header {
    height: 33px;
    background: #f7f7f7;
    position: relative;
}

.compare-block .header h3 {
    position: absolute;
    top: 7px;
    left: 24px;
    font: 15px/17px 'Corpid', sans-serif;
    color: #333333;
    padding: 0;
    margin: 0;
}

.compare-block .container {
    padding: 0 150px 0 0;
    position: relative;
}

.compare-block .container {
    *zoom: 1;
}

.compare-block .container:before,
.compare-block .container:after {
    content: "";
    display: table;
}

.compare-block .container:after {
    clear: both;
}

.compare-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.compare-block ul.items-3 li {
    width: 33%;
}

.compare-block ul.items-4 li {
    width: 25%;
}

.compare-block ul.items-4 li img {
    top: -10px;
    left: 5px;
    margin: 0;
}

.compare-block ul.items-4 li .title {
    height: 55px;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    font: 14px/16px 'Corpid', sans-serif;
    font-weight: 200;
    color: #333;
    float: none;
}

.compare-block ul li {
    width: 50%;
    margin: 0;
    float: left;
    clear: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.compare-block ul li a {
    text-decoration: none;
    color: #333;
}

.compare-block ul li img {
    top: -10px;
    left: 15px;
    margin: 0;
    position: absolute;
    z-index: -2;
}

.compare-block ul li .box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 0 0 86px;
    margin: 15px 0;
    border-right: 1px solid #e8e8e9;
    z-index: 33;
}

.compare-block ul li .title {
    height: 55px;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    font: 16px/18px 'Corpid', sans-serif;
    font-weight: 200;
    color: #333;
    float: none;
}

.compare-block ul li .closer {
    width: 16px;
    height: 16px;
    top: 0;
    right: 10px;
    background-image: url('../images/sprite-icons.png');
    background-position: -277px -576px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: none;
    cursor: pointer;
    position: absolute;
}

.compare-block ul li:hover .closer {
    display: block;
}

.compare-block .full-compare {
    display: block;
    background: #ff0032;
    color: #fff;
    margin: -12px 0 0 4px;
    font: 14px/17px 'Corpid', sans-serif;
    padding: 5px 14px;
    border-radius: 5px;
    border: 0;
    position: absolute;
    top: 50%;
    right: 36px;
    text-decoration: none;
}

.show-case {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.23);
    position: relative;
    z-index: 1;
}

.show-case:before,
.show-case:after {
    content: "";
    display: table;
}

.show-case:after {
    /* Set Paginate block flow right after products list. IMR-1065 */
    /*clear: both;*/
}

.show-case .block {
    border-left: 0;
    border-top: 0;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.show-case .block-1x1 {
    width: 320px;
    height: 360px;
}

.news-review .show-case .block-1x1 {
    height: 320px;
}

.show-case .view-options {
    background: #f2f2f2;
    position: relative;
    min-height: 39px;
    border-bottom: 1px solid #d5d5d5;
    flex-basis: 100%;
}

.show-case .view-options {
    *zoom: 1;
    height: 39px;
}

.show-case .view-options:before,
.show-case .view-options:after {
    content: "";
    display: table;
}

.show-case .view-options:after {
    clear: both;
}

.catalog-list .show-case.grid {
    overflow: visible;
    box-shadow: -1px -1px 1px -1px rgba(0, 0, 0, .65);
}

.catalog-list .show-case.grid:after{
    content: '';
    clear: both;
}

.catalog-list .show-case.grid .view-options {
    border-right: 1px solid #d5d5d5;
}

@media only screen and (min-width: 1000px) {
    .catalog-list .show-case .view-options .sort-order--catalog {
        position: absolute;
    }

    .show-case .view-options {
        width: auto;
    }
}

@media only screen and (max-width: 639px) {
    .show-case .view-options {
        height: 62px;
    }
}
.catalog-list .content-wrapper .aside-container {
    width: 320px;
    overflow: hidden;
    float: left;
    -webkit-overflow-scrolling: touch;
}
body:not(.search) .catalog-list .content-wrapper .aside-container {
    float: none;
}
body:not(.search) .catalog-list .content-wrapper {
    float: none;
    display: flex;
    flex-flow: row nowrap;
}
body:not(.search) .catalog-list .inner-page-content {
    float: none;
    margin: 0;
}

body:not(.search) .catalog-list .catalog-list-description {
    padding-left: 25px;
}

/* --------------- */
/* MULTIPLE_SEARCH */
/* --------------- */

.catalog-list input.multiple_search {
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    width: 262px;
    padding: 4px 5px;
    color: #4c4c4c;
    outline: 0;
}

.catalog-list ul.selectors.multiple_search {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    margin-top: 5px;
}

.multiple_search_wrapper {
    position: relative;
}

.catalog-list ul.selectors.multiple_search li {
    vertical-align: middle;
    display: block;
}

.catalog-list ul.selectors.multiple_search li.hidden {
    display: block !important;
    visibility: visible !important;
}

.catalog-list .show-toggle.multiple_search {
    display: none;
}

.catalog-list ul.selectors.multiple_search li a input {
    margin: 2px 4px 0px 0px;
}

.catalog-list ul.selectors.multiple_search li {
    vertical-align: middle;
}

.filter .section input.multiple_search {
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 4px 5px;
    color: #4c4c4c;
    outline: 0;
}
/* --------------- */

.catalog-list .banner-adfox.banner-adfox_aside {
    float: left;
    position: static;
    clear: both;
    margin-bottom: 0;
    margin-top: 0;
}

.show-case .view-options .sort-order {
    padding-left: 20px;
}

.show-case .view-options .sort-order {
    *zoom: 1;
}

.show-case .view-options .sort-order:before,
.show-case .view-options .sort-order:after {
    content: "";
    display: table;
}

.show-case .view-options .sort-order:after {
    clear: both;
}

.show-case .view-options .sort-order .label {
    float: left;
    line-height: 39px;
    color: #333;
    font-size: 0.8em;
}

.show-case .view-options .sort-order .dropdown-menu > li > a {
    padding: 5px 10px;
    color: #333;
    border-bottom: 1px solid #d5d5d5;
}

.show-case .view-options .shown {
    position: absolute;
    text-align: right;
    top: 12px;
    right: 90px;
    font-size: 12px;
}

.show-case .view-options .display {
    position: absolute;
    top: 9px;
    right: 15px;
    height: 20px;
}

.show-case .view-options .display a {
    width: 31px;
    height: 20px;
    border: 1px solid #f2f2f2;
    float: left;
    border-radius: 4px;
    background-repeat: no-repeat;
}

.show-case .view-options .display a.grid {
    background-image: url(../images/s.png);
    background-position: -218px -162px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

.show-case .view-options .display a.list {
    background-image: url(../images/s.png);
    background-position: -249px -163px;
}

.show-case.list-mode .view-options .display a.grid {
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}

.show-case.list-mode .view-options .display a.list {
    border: 1px solid #d7d7d7;
    background-color: #fff;
}
.paginate {
    margin: 20px;
    padding: 20px 0 0 0;
}

.paginate ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.paginate li {
    display: inline-block;
    font: 16px/30px 'Corpid', sans-serif;
    color: #414243;
    margin: 0 4px;
}

.paginate li.back,
.paginate li.next {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px;
}

.paginate li.back a,
.paginate li.next a {
    font: 30px/30px 'Corpid', sans-serif;
    position: absolute;
    top: 8px;
    color: #a9a9a9;
}

.paginate li.back {
    margin-right: 10px;
}

.paginate li.next {
    margin-left: 10px;
}

.paginate li.active a {
    color: #fff;
    width: 30px;
    background: #ff0032;
    border-radius: 50%;
}

.paginate a {
    color: #414243;
    text-decoration: none;
    margin: 0;
    width: 23px;
    display: block;
}

.paginate p {
    text-align: center;
}

.paginate p a {
    width: auto;
    display: inline;
    font: 14px/30px 'Corpid', sans-serif;
    color: #ff0032;
}

.tag-cloud {
    padding: 0 0 22px 25px;
    border-bottom: 1px dashed #ccc;
}

.tag-cloud h3 {
    color: #414243;
    font: 18px 'Corpid', sans-serif;
}

.tag-cloud a {
    color: #ff0032;
    font-family: 'Corpid', sans-serif;
    font-size: 13px;
}

.tag-cloud a:after {
    color: #000;
    display: inline-block;
    padding: 0 5px 0 0;
}

.tag-cloud a:last-child:after {
    display: none;
}

.foot-texts {
    margin: 0 0 20px 0;
}

.foot-texts h3 {
    color: #414243;
    font: 18px 'Corpid', sans-serif;
}

.foot-texts p {
    color: #414243;
    font-size: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {

    .container-filter-devices .filtered .overflow-block {
        background: -moz-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,98%,1) 100%);
        background: -webkit-linear-gradient(left, hsla(0,0%,100%,0) 0%,hsla(0,0%,98%,1) 100%);
        background: linear-gradient(to right, hsla(0,0%,100%,0) 0%,hsla(0,0%,98%,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fafafa',GradientType=1 );
    }

    .container-filter-devices a.clear-filter i.icon {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .compare-block ul li .closer {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

}

@media phone {

    .container-filter-devices .filtered {
        padding: 13px 0 23px 0;
    }

}

@media only screen and (max-width: 999px) and (min-width: 640px) {

    .empty-cart.show-case {
        width: 640px !important;
    }
    .menu-opened .layout:after {
        display: block;
        content: " ";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 400;
    }

    .compare-block .full-compare {
        margin-top: -16px;
        right: 28px;
    }

    .show-case {
        width: 640px;
    }

}

@media only screen and (min-width: 1000px) {

    .filter .section ul a:hover {
        background-color: #f7f7f7;
    }

    .compare-block {
        min-height: auto;
    }

    .compare-block ul li {
        min-height: 85px;
    }

}

@media only screen and (max-width: 999px) {
    body {
        overflow-y: auto;
    }

    .menu-opened .layout {
        max-height: 100vh;
        position: relative;
        height: auto;
        left: 0 !important;
        overflow: hidden !important;
    }
    .container-filter-devices {
        display: block;
    }

    .compare-block ul li .closer {
        display: block;
    }

    .compare-block {
        min-height: auto;
    }

    .compare-block .container {
        min-height: auto !important;
        padding-bottom: 1px;
    }

    .compare-block ul {
        height: auto;
        min-height: auto;
        padding: 0;
        margin: 9px 0 8px;
        border-right: 1px solid #e8e8e9;
    }

    .compare-block ul.items-3 li {
        width: 97%;
    }

    .compare-block ul.items-4 li {
        width: 97%;
    }

    .compare-block ul.items-4 li img {
        top: -10px;
        left: 5px;
        margin: 0;
    }

    .compare-block ul.items-4 li .title {
        height: auto;
        display: block;
        font: 14px/16px 'Corpid', sans-serif;
        font-weight: 200;
        color: #333;
        float: none;
    }

    .compare-block ul li {
        float: none;
        display: block;
        width: 97% !important;
        height: auto;
        min-height: auto;
        clear: both;
        padding: 3px 0 4px 27px !important;
        margin: 0;
        position: relative;
    }

    .compare-block ul li img {
        display: none;
    }

    .compare-block ul li .box {
        padding: 0 0 0 20px;
        display: block;
        position: static;
        border: 0;
        margin: 0;
        height: auto;
        min-height: auto;
    }

    .compare-block ul li .title {
        display: block;
        padding: 0;
        height: auto;
        min-height: auto;
        position: static;
        border: 0;
    }

    .compare-block ul li .closer {
        background-image: url('../images/sprite-icons.png');
        background-position: -277px -576px;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        right: auto;
        left: 23px;
        top: 4px;
    }
    .filter .section ul.multiple_search li {
        padding: 0 0 4px 0;
    }
    body:not(.search) .catalog-list .content-wrapper {
        display: block;
    }
    .catalog-list .inner-page-content {
        width: inherit;
    }
    .catalog-list ul.selectors.multiple_search li a input {
        margin: 0;
    }
    body.directingPage .catalog-list .content-wrapper {
        display: block;
    }
}

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

    .container-filter-devices a.filter-link {
        padding: 13px 0 0 0;
    }

    .filter .section {
        margin: 0 -15px 0;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid #f2f2f2;
    }

    .filter .section h3 i.icon {
        margin-right: -3px;
    }
    .filter ul.selectors.two-cols.position_rel {
        margin-right: -15px;
    }

    .filter .section h3 {
        border-bottom: 1px solid #f2f2f2;
        margin: 0 -15px 0 -15px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 13px;
        cursor: pointer;
    }

    .filter .section h3 i.icon {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -8px;
        background-image: url('../images/sprite-icons.png');
        background-position: -502px -599px;
        background-repeat: no-repeat;
        width: 11px;
        height: 6px;
    }

    .filter .section h3 + ul,
    .filter .section h3 + div.selectors,
    .filter .section h3 + div.range-selector {
        display: none;
    }

    .filter .section h3.opened {
        border-bottom-color: transparent;
    }

    .filter .section h3.opened i.icon {
        background-image: url('../images/sprite-icons.png');
        background-position: -486px -599px;
        background-repeat: no-repeat;
        width: 11px;
        height: 6px;
    }

    .filter .section h3.opened + ul,
    .filter .section h3.opened + div.selectors,
    .filter .section h3.opened + div.range-selector {
        display: block;
        border-bottom: 1px solid #f2f2f2;
        margin: 0 -15px 0 -15px;
        padding: 0 15px 5px;
    }

    .filter .section h3.opened + ul {
        border-bottom: 0;
    }

    .filter .section h3.opened + div.range-selector {
        margin: 5px 5px 0 -10px;
        z-index: 0;
    }

    .filter .section h3.opened + div.selectors {
        padding-bottom: 15px;
    }

    .filter .section h3 + input.multiple_search,
    .filter .section h3 + input.multiple_search ~ * {
        display: none;
    }

    .filter .section h3.opened + input.multiple_search,
    .filter .section h3.opened + input.multiple_search ~ * {
        display: block !important;
    }

    .filter .section ul a {
        display: block;
        position: relative;
    }

    .filter .section ul a .icon {
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -4px;
    }

    .filter .section ul.two-cols li {
        width: 100%;
        float: none;
    }

    .filter .section ul .hidden {
        display: block;
    }

    .filter .section .show-toggle {
        display: none;
    }

    .filter .section h3.opened ~ .show-toggle {
        display: block !important;
        margin: 0 0 10px 5px;
    }

    .filter .show-models {
        background: none;
    }

    .container-filter-devices .contents {
        width: 280px;
        padding: 0 10px 0 115px;
    }

    .container-filter-devices.filtered-items .contents {
        min-height: 64px;
    }

    .container-filter-devices a.clear-filter i.icon {
        top: 8px;
    }

    .container-filter-devices a.clear-filter {
        position: relative;
        top: 18px;
        left: -48px;
        right: auto;
        float: none;
        margin: 20px 0 0 0;
    }

    .tab .container-filter-devices {
        border-bottom: 0;
    }

    .tab .container-filter-devices:before {
        background-image: none;
    }

    .empty-cart.show-case {
        width: 320px !important;
    }

    .menu-opened .layout:after {
        display: block;
        content: " ";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 400;
    }

    .compare-block {
        display: none;
    }

    .show-case .view-options .sort-order {
        padding-bottom: 5px;
        padding-top: 0px;
    }

    .show-case .view-options .sort-order .label {
        margin: 5px 6px 0 -2px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .filter-link {
        margin-left: 70px;
    }

    .show-case .view-options .sort-order a.active {
        border: 0;
    }

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

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

    .clear {
        clear: both;
    }

    .show-case.list-mode .error {
        margin: 58px 15px 20px 15px !important;
    }
    aside .payment__wrapper-vertical {
        display: none;
    }
    aside .filter .advanced_options_header {
        padding-bottom: 30px;
    }
    .menu-opened .content-wrapper .aside-container aside {
        width: 90%;
    }
}

.filter-button-panel {
    display: flex;
    width: 100%;
}

.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;
}

.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;
}
.directingPage .recommendation_header h2,
.directingPage .layout .container h2 {
    font: 300 28px/1.2em 'Corpid', sans-serif;
    color: #414243;
    margin-top: 0;
    margin-bottom: 20px;
}
.directingPage .layout .container a:not(.red) {
    color: #414243;
    text-decoration: none;
}
.directingPage .layout .container a:hover {
    text-decoration: underline;
}
.directingPage .catalog_categories_other .contents {
    padding: 24px 0 36px;
    box-sizing: border-box;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    column-count: 2;
    column-gap: 0;
}
.directingPage .catalog_categories_other h2 {
    padding: 0 60px 0 25px;
}
.directingPage .catalog_categories_wrapper {
    margin-bottom: 30px;
}
.directingPage .catalog_categories_top .contents {
    display: flex;
    flex-flow: row wrap;
}
.directingPage .catalog_category {
    width: 480px;
    display: flex;
    justify-content: space-between;
    padding: 23px 25px;
    box-sizing: border-box;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.directingPage .brands {
    margin-bottom: 20px;
}
.directingPage .container.container_balance {
    margin-top: 18px;
}
.directingPage .container.container_balance_wrapper {
    display: none;
}
.directingPage .category_items > div {
    margin: 8px 3px;
    font-size: 14px;
}
.directingPage .category_items .category_img {
    align-self: center;
}
.directingPage .catalog_category-wrapper {
    padding-right: 30px;
    flex-basis: 50%;
}
.directingPage .category_img {
    text-align: center;
    flex: 0 1 50%;
    align-self: center;
    word-break: break-word;
}
.directingPage .category_img > a {
    width: 100%;
}
.directingPage .category_img img {
    display: block;
    margin: 0 auto 10px;
}
.directingPage .category_img a span {
    display: block;
}
.directingPage .container-inner-page {
    min-height: initial;
}
.directingPage .container_viewedPages {
    margin-top: 50px;
    padding-bottom: 29px;
}
.directingPage .container_viewedPages .pages {
    display: flex;
    flex-flow: row wrap;
}
.directingPage .container_viewedPages .pages a {
    width: 320px;
    display: inline-flex;
    justify-content: space-between;
    padding: 12px 13px 12px 17px;;
    box-sizing: border-box;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.directingPage .container_viewedPages .pages span {
    display: inline-block;
    margin-top: 2px;
    margin-right: 13px;
}
.directingPage .filter .section h3 {
    color: #333333;
    font-size: 18px;
}
.directingPage .filter .section h3.opened {
    color: #ff0032;
}
.directingPage .filter .section h3 ~ .selectors,
.directingPage .filter .section h3 ~ .show-toggle {
    visibility: hidden;
    display: none;
}
.directingPage .filter .section h3.opened ~ .selectors,
.directingPage .filter .section h3.opened ~ .show-toggle {
    visibility: visible;
    display: block;
}
.directingPage .filter .section h3:after {
    content: '';
    color: #333333;
    background-image: url(../images/sprite-icons.png);
    background-position: -444px -358px;
    height: 10px;
    width: 15px;
    margin-left: 7px;
    display: inline-block;
}
.directingPage .filter .section h3.opened:after {
    transform: scale(1, -1);
}
.directingPage .container-inner-page aside {
    width: 310px;
    padding: 0;
}
.directingPage .filter .section .show-toggle {
    margin-top: 5px;
}
.directingPage .filter .section .show-toggle,
.directingPage .filter .section ul {
    padding-left: 35px;
}
.directingPage .filter .section ul li {
    font-size: 14px;
    padding: 1px 0 2px 0;
}
.directingPage .filter .section {
    margin-top: 20px;
}
.directingPage .filter .section h3 {
    cursor: pointer;
}
.directingPage .container-inner-page aside #filter_form {
    padding: 10px 13px 26px 25px;
}
.directingPage .tooltip-catalog-block {
    display: none;
}
.directingPage .payment__wrapper-vertical {
    border-top: 5px solid #e6e6e6;
}
.directingPage .payment__wrapper-vertical .container {
    padding: 3px 19px 13px;
}
.container-inner-page .inner-page-content .catalog_categories_other {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    padding: 24px 0 24px;
    margin-bottom: 27px;
}
.directingPage .container-inner-page .inner-page-content .catalog_categories_other .contents {
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin: 0 auto;
}
.directingPage .container-inner-page .inner-page-content .catalog_categories_other div {
    padding: 4px 26px;
    box-shadow: none;
    font-size: 14px;
}


.directingPage .recommendation_header h2 {
    padding-left: 33px;
    font-size: 24px;
}
.directingPage .recommendation_header h2 a {
    color: #414243;
}
.recommendation_brand a,
.directingPage .recommendation_header h2 a {
    text-decoration: underline;
}
.recommendation_brand a:hover,
.directingPage .recommendation_header h2 a:hover {
    text-decoration: none;
}
.directingPage .container-inner-page .inner-page-content .recommendation {
    width: 100%;
}
.directingPage .container-inner-page .inner-page-content .recommendation_item {
    width: 195px;
    min-height: 100%;
    box-shadow: none;
    border: 1px solid #E6E6E6;
    margin: 0;
    padding: 7px 11px 21px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-content: space-between;
}
.directingPage .container-inner-page .inner-page-content .recommendation_item.recommendation_item_x2 {
    width: 390px;
    padding: 0;
}
.directingPage .recommendation .recommendation_item__name {
    height: auto;
    min-height: 36px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}
.directingPage .flex {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 150px;
    justify-content: space-between;
}
.directingPage .recommendation_item__image {
    max-height: 100%;
    height: auto;
    width: 74px;
    margin-bottom: 0;
    align-self: center;
}
.directingPage .recommendation_item__price_value {
    font-size: 24px;
    white-space: nowrap;
    margin-right: 0;
    display: block;
}
.directingPage .recommendation_item__price_rub {
    font-weight: 400;
}
.directingPage .recommendation_slider {
    margin-left: 32px;
    width: calc(100% - 56px);
    overflow: visible;
    position: relative;
}
.directingPage .recommendation_slider .carousel-arrow {
    width: 40px;
    height: 80px;
    padding: 0px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    border: none;
    background-image: url('../images/arrows_slider_red.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 0;
    font-size: 0;
    z-index: 50;
    outline: none;
}
.directingPage .recommendation_slider .carousel-arrow.carousel-prev {
    left: -34px;
}
.directingPage .recommendation_slider .carousel-arrow.carousel-next {
    background-position-x: -40px;
    right: -30px;
}
.directingPage .recommendation_slider .carousel-arrow:hover {
    background-position-y: -80px;
}

.directingPage .recommendation .recommendation_item__price_buy {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    background: #ff0032;
    border-radius: 4px;
    padding: 3px 20px;
}


.directingPage .recommendation .recommendation_item__price_buy.recommendation_item__price_buy--to_basket, .directingPage .recommendation .recommendation_item__price_buy.addingToBasket {
    background: #fd7822;
}

.directingPage .recommendation .recommendation_item__price_buy .js-recommendation_add_to_basket {
    padding: 3px 20px;
}

.directingPage .recommendation .recommendation_item__price_buy .js-recommendation_add_to_basket.doNothing {
    padding: 3px 0;
}

.directingPage .recommendation .recommendation_item__price_buy .js-recommendation_add_to_basket.afterAddingBaket {
    padding: 0;
}

.directingPage .recommendation_item__price_old_value {
    display: block;
}
.directingPage .recommendation_brand {
    font-size: 14px;
    padding-left: 32px;
    padding-top: 18px;
}
.directingPage .recommendation_brand:empty {
    display: none;
}
.directingPage .recommendation_place {
    margin-bottom: 30px;
}
.directingPage .catalog-list .content-wrapper .aside-container {
    position: relative;
    z-index: 1;
}
.directingPage .container-inner-page .inner-page-content {
    position: relative;
    z-index: 0;
}
.directingPage .inner-page-content .brands__heading {
    display: none;
}
.directingPage .inner-page-content .brands {
    margin-bottom: 48px;
}
.directingPage .inner-page-content .brands__img {
    background-color: transparent !important;
}
.directingPage  .container-inner-page {
    background: transparent;
}
.directingPage .container.container_fafafa {
    background: #fafafa
}

@media screen and (min-width: 1000px) {
    .container-inner-page .inner-page-content .catalog_categories_other {
        margin-right: 25px;
    }
}
@media screen and (max-width: 999px) {
    .directingPage .container.container_balance_wrapper {
        display: block;
    }
    .directingPage .catalog_category {
        width: 320px;
        padding: 23px 20px 20px 34px;
    }
    .directingPage .catalog_category .category_img {
        display: none;
    }
    .directingPage .layout .catalog_categories_other h2 {
        font-size: 21px;
        padding: 0 20px 0 40px;
    }
    .directingPage .catalog_categories_other .contents {
        padding: 40px 0 54px;
    }
    .directingPage .brands {
        margin-bottom: 40px;
    }

    .directingPage .inner-page-content .brands {
        margin-bottom: 45px;
    }
    .directingPage .container-inner-page .inner-page-content .catalog_categories_other {
        padding-bottom: 20px;
    }
    .directingPage .container-inner-page .inner-page-content .catalog_categories_other h2 {
        font-size: 28px;
        padding: 0 20px 0;
    }
    .directingPage .container-inner-page .inner-page-content .catalog_categories_other div {
        padding: 4px 23px;
    }
    .directingPage .recommendation_header h2 {
        padding-left: 30px;
    }
    .directingPage .recommendation_slider {
        width: calc(100% - 54px);
        margin-left: 28px;
    }
    .directingPage .recommendation_place {
        margin-bottom: 56px;
    }
    .directingPage .catalog_category-wrapper {
        flex-basis: 100%;
        padding-right: 0;
    }
}
@media screen and (max-width: 639px) {
    .directingPage .container-inner-page .inner-page-content .catalog_categories_other {
        padding: 15px 0 20px;
    }
    .directingPage .container-inner-page .inner-page-content .recommendation_item.recommendation_item_x2 {
        width: 320px;
    }
    .directingPage .catalog_categories_other .contents {
        column-count: 1;
    }
    .directingPage .layout .catalog_category {
        padding: 14px 30px 30px 30px;
    }
    .directingPage .layout .catalog_categories_other h2 {
        padding: 0 25px 0 20px;
        margin-bottom: 21px;
    }
    .directingPage .layout .catalog_categories_other .contents {
        padding: 30px 0;
    }
    .directingPage .container-inner-page .inner-page-content .catalog_categories_other h2 {
        padding: 0 17px 0;
        margin-bottom: 19px;
    }
    .directingPage .container-inner-page .inner-page-content .catalog_categories_other div {
        padding: 4px 20px;
    }
    .directingPage .recommendation_header h2 {
        padding-left: 15px;
    }
    .directingPage .recommendation_header {
        margin-bottom: 30px;
    }
    .directingPage .recommendation_slider {
        width: 100%;
        margin-left: 0;
        position: relative;
    }
    .directingPage .container-inner-page .inner-page-content .recommendation_item {
        width: 320px;
        height: auto;
        min-height: 281px;
        padding: 15px 30px 23px 15px;
    }
    .directingPage .recommendation .recommendation_item__name {
        font-size: 18px;
    }
    .directingPage .recommendation_item__image {
        width: 140px;
        align-self: flex-end;
    }
    .directingPage .recommendation .recommendation_item__price_buy {
        margin-top: 11px;
        padding: 1px 34px 5px;
    }
    .directingPage .recommendation .recommendation_item__price_buy .js-recommendation_add_to_basket {
        padding: 1px 34px 5px;
    }
    .directingPage .flex {
        width: 265px;
    }
    .directingPage .recommendation_place {
        margin-bottom: 0;
    }
    .directingPage .container-inner-page .inner-page-content .recommendation {
        margin-top: 25px;
    }
    .directingPage .container-inner-page .inner-page-content .recommendation_item {
        border: none;
    }
    .directingPage .recommendation_slider .carousel-arrow {
        display: block !important;
    }
    .directingPage .recommendation_slider .carousel-arrow.carousel-prev {
        left: 2px;
        background-position-x: -8px;
    }
    .directingPage .recommendation_slider .carousel-arrow.carousel-next {
        width: 30px;
        right: 0;
        background-position-x: -42px;
    }
}

/* --------- Кэшбэк список товаров ----------- */

.good-block .cashback {
    margin: 7px 0 0 0;
    height: 32px;
    position: absolute;
    bottom: 5px;
    right: -150px;
}

.good-block .cashback-description {
    display: none;
}

.good-block .cashback .cashback-line {
    display: flex;
    align-items: center;
    height: 20px;
}

.good-block .cashback .cashback-line .cashback-title {
    font-size: 16px;
    padding-right: 5px;
}

.good-block .cashback .cashback-line .cashback-title .cashback-price {
    color: #E30613;
    font-weight: bold;
    font-variant-numeric: lining-nums;
}

.good-block .cashback .cashback-line i.question {
    background-image: url(/assets/images/icons/question.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: none;
    top: 7px;
    height: 16px;
    display: inline-block;
    position: relative;
    width: 16px;
    cursor: pointer;
}

.good-block .cashback .cashback-line .show-tooltip {
    position: relative;
    padding-bottom: 10px;
}

.list-mode .block:not(:hover) .popup_status_description{
    display: none !important;
}

.good-block .cashback .cashback-line .show-tooltip .popup_status_description {
    display: none;
    position: absolute;
    width: 280px;
    height: 325px;
    bottom: 0;
    right: 5px;
}

.good-block .cashback .cashback-line .show-tooltip .popup_status_description .popup-small {
    width: 280px;
    height: 285px;
}

.good-block .cashback .cashback-line .show-tooltip .popup_status_description .popup-small .popup-small-trg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 190px;
    top: 285px !important;
}

.catalog-list .good-block .cashback {
    bottom: 13px;
    right: 10px;
}

@media only screen and (min-width: 640px) {
    .catalog-list .list-mode .good-block .cashback {
        top: 113px;
        position: absolute;
        right: 10px;
        width: 150px;
    }
}

@media only screen and (max-width: 639px) {
    .good-block .cashback .cashback-line .show-tooltip .popup_status_description {
        display: none;
        position: absolute;
        width: 280px;
        height: 325px;
        bottom: 0;
        left: -262px !important;
    }
}

