@charset "utf-8";

.hide-price-tag #selected-filter-price {
    /*display: none !important;*/
}

.hide-submit-button #filter-submit {
    display: none !important;
}

#filter-submit.await {
    font-size: 0;
    min-width: 200px;
    text-align: center;
    height: 44.37px;
}

.await-icon {
    width: auto;
    height: 22px;
    margin: -5px 0;
    display: none;
}

.await .await-icon {
    display: inline-block;
}

/* side menu */
.catalog-wrapper {
    position: relative;
    padding-top: 15px;
}

.catalog-scroll-wrapper {
    display: flex;
}

.catalog-body {
    width: 100%;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
}

.catalog-body > * {
    order: 99;
}

.catalog-body > .catalog {
    margin-bottom: 40px;
}

.catalog-body > .breadcrumbs {
    order: 1;
}

.catalog-body > .catalog-title {
    order: 2;
}

.catalog-body > .banner {
    order: 3;
    margin-bottom: 40px;
}

.catalog-body > .catalog-description {
    order: 9;
}

.catalog-body > .filters {
    order: 5;
}

.catalog-body > .catalog {
    order: 6;
}

.catalog-body > .pagination {
    order: 7;
}

.catalog-body > #pagination {
    order: 8;
}

.catalog-body > .pagination {
    height: 60px;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
}

.catalog-body .banner-slide {
    height: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    overflow: hidden;
    font-size: 0;
}

.catalog-body .banner-slide .slick-dots {
    right: 75px;
    left: unset;
    bottom: 15px;
}

.catalog-description {
    display: flex;
    margin: 40px 0;
    color: #717171;
    font-size: 16px;
    line-height: 26px;
}

.catalog-description.hide {
    display: none;
}

.catalog-description > div,
.catalog-description > p {
    flex: 1 0 50%;
}

.catalog-description__left {
    padding-right: 15px;
}

.catalog-description__right {
    padding-left: 15px;
}

aside {
    position: relative;
    top: unset;
    width: fit-content;
    z-index: 5;
}
aside.slidelinks {
    margin-right: 25px;
    height: fit-content;
    min-width: 150px;
}
aside.slidelinks::before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 20px;
    height: 15px;
    background-position-x: -475px;
    background-position-y: -437px;
    z-index: 3;
    cursor: pointer;
}
aside.slidelinks::after {
    content: '';
    height: 24px;
    border-right: 1px solid #000;
    display: block;
    position: absolute;
    right: 0px;
    top: 9px;
    opacity: 0.1;
    z-index: 3;
}
/*.aside-list:not(:first-child) {
    display: none;
}*/
aside.slidelinks + div {
    flex-grow: 1;
}
.aside-content {
    margin-right: 20px;
}
.list-header {
    position: relative;
    padding: 9px 15px 10px 35px;
    cursor: pointer;
    opacity: 1;
    user-select: none;
    white-space: nowrap;
    width: 140px;
}
.list-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 20px;
    height: 14px;
    background-position-x: -272px;
    background-position-y: -139px;
}
.list-header::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 8px;
    left: 25px;
    width: calc(100% - 50px);
    background: transparent;
    margin-left: 10px;
    opacity: 0;
    border-bottom: 1px solid #272725;
    transition: 0.1s linear;
}
.slidelinks.active .aside-list.active .list-header::after {
    bottom: 1px;
    opacity: 1;
}
aside.active .aside-list .list-header {
    opacity: 0.6;
    position: absolute;
    top: 44px;
    background: #fff;
}
aside.active .aside-list.active .list-header {
    opacity: 1;
    font-weight: 700;
}
aside.active .aside-list:nth-child(2) .list-header {
    left: 128px;
}

.list-header-filler {
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 40px;
    background: #fff;
    display: none;
}
.aside-list-title {
    display: none;
}
.slidelinks.active .aside-list-title {
    position: absolute;
    top: 9px;
    left: 35px;
    z-index: 2;
    display: block;
}
.aside-list-close {
    display: none;
}
.slidelinks.active .aside-list-close {
    display: block;
    position: absolute;
    top: 45px;
    left: -12px;
    width: 42px;
    height: 28px;
    background-color: #fff;
    z-index: 3;
}
.aside-list-close::after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 12px;
    top: 9px;
    background-position: -748px -173px;
    display: block;
    opacity: 0.75;
}
.aside-wrap {
    background: #fff;
    user-select: none;
    padding: 45px 10px 10px 25px;
    position: absolute;
    width: fit-content;
    min-width: 330px;
    margin: 0;
    top: 43px;
    left: -15px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    display: none;
    z-index: 1;
}
.aside-list:nth-child(2) {
    display: none;
}
aside.active .aside-list:nth-child(2) {
    display: block;
    height: 0;
}
aside.active .aside-list.active .aside-wrap {
    display: block;
    max-height: calc(100vh - 50px);
    overflow: hidden;
}
.aside-wrap-inner {
    overflow-y: auto;
    max-height: calc(100vh - 235px);
}
aside.active .aside-list .aside-wrap::-webkit-scrollbar {
    width: 5px;
}
aside.active .aside-list .aside-wrap::-webkit-scrollbar-thumb {
    background: #a6a6a6;
}
aside.active .aside-list .list-header {
    z-index: 3;
}
aside.active .aside-list .list-header-filler {
    z-index: 2;
    /*display: block;*/
    display: none;
}
.aside-arrow + span {
    cursor: pointer;
    white-space: nowrap;
}
.aside-list a::after {
    border-color: #989bb1;
}
.aside-list a {
    display: block;
    width: calc(100% - 10px);
    padding: 2px 20px 3px 10px;
    margin-left: -10px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #717171;
    white-space: nowrap;
}
.aside-list a:hover {
    color: #a2a3a5;
}
.aside-list li > a {
    font-size: 16px;
    line-height: 25px;
    text-transform: initial !important;
}

aside.slidelinks.no-gender {
    min-width: 40px;
}
.no-gender .aside-list.active .list-header {
    display: none;
}
.no-gender.active .aside-list.active .list-header {
    display: block;
}
.no-gender.active .aside-list-title {
    display: none;
}


.left-menu__scroll {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 10px;
    scrollbar-width: none;
}

.left-menu__scroll::-webkit-scrollbar {
    background: #f2f4f8;
    width: 0;
}

.left-menu__scroll::-webkit-scrollbar-thumb {
    background: #f2f2f2;
}

aside .aside-list:first-child .h3 {
    margin-top: 0;
}

aside .h3 {
    opacity: 0.7;
}

.h3.list-header,
.h3.list-header a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #272725 !important;
    opacity: 1;
    margin-bottom: 10px;
}

.aside-header {
    display: inline-block;
    position: relative;
    margin-top: 5px;
}

.aside-arrow {
    position: absolute;
    top: 2px;
    right: -20px;
    width: 20px;
    height: 21px;
    background-position-x: -379px;
    background-position-y: -173px;
    transition: 0.4s;
    cursor: pointer;
}

.aside-header.active .aside-arrow {
    transform: rotate(180deg);
    top: 1px;
}

.aside-arrow-wrap {
    margin-bottom: 4px;
    user-select: none;
}

.aside-list .aside-arrow-wrap + a {
    text-transform: initial;
    display: none;
}

.aside-header.active .aside-arrow-wrap + a {
    display: block;
    color: #b2b3b5;
    font-size: 15px;
}

.aside-header.active .aside-arrow-wrap + a:hover {
    color: #ccced1;
}

.aside-header:not(.active) + ul {
    display: none;
}

aside ul {
    left: 0;
}

aside li {
    list-style-type: none;
    font-size: 14px;
}

.aside-clearfloat {
    clear: both;
}

/* catalog header */
.catalog-wrapper h1 {
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.catalog-type {
    display: none;
    white-space: nowrap;
    align-items: center;
    height: 40px;
}

.catalog-type-text {
    height: 30px;
    padding-top: 2px;
    color: #404040;
}

#catalog-type-more, #catalog-type-less {
    display: inline-block;
    width: 23px;
    height: 26px;
    margin-bottom: 2px;
    opacity: 0.4;
    transition: 0.4s;
    cursor: pointer;
}

#catalog-type-more {
    margin-left: 27px;
    background-position-x: -695px;
    background-position-y: -86px;
}

#catalog-type-less {
    background-position-x: -690px;
    background-position-y: -86px;
}

#catalog-type-more:hover, #catalog-type-less:hover {
    opacity: 0.8;
}

#catalog-type-more.this, #catalog-type-less.this {
    opacity: 1;
    cursor: default;
}

/* marketaction start */
.marketaction_banner {
    display: flex;
    width: 100%;
    flex-basis: 100% !important;
    text-align: center;
    padding: 0 0 10px;
}

.marketaction_banner .banner {
    margin-top: 0;
}

.marketaction_banner.column, .text_banner.column {
    flex-direction: column;
}

.marketaction_banner .order {
    order: 1;
}

.marketaction_banner div {
    display: flex;
    justify-content: center;
    flex: 1 1 50%;
}

.marketaction_banner .banner img {
    margin: 0 auto;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.marketaction_banner .banner img.mobile {
    display: none;
}

.marketaction_banner .text_banner {
    text-align: justify;
    font-size: 19px;
    max-width: 100%;
    padding: 0 5px 15px;
}

/* catalog filters */
.filters-amount {
    position: relative;
    float: right;
    padding: 10px 0;
    cursor: default;
    display: none;
}
.filters-amount + div {
    flex-grow: 1;
    display: flex;
}

.filter {
    display: block;
    position: relative;
    margin-left: 0;
}

.filter-header {
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
    opacity: 1;
    transition: 0.1s;
}

.filter-list .filter-header {
    padding: 10px 0;
    margin-left: -5px;
}

.filter-header::after {
    display: inline-block;
    position: relative;
    top: unset;
    right: unset;
    margin-left: 10px;
}

.filter-list {
    z-index: 3;
    user-select: none;
    padding: 0 5px 10px 20px;
    position: absolute;
    width: fit-content;
    margin: 0;
    top: -1px;
    left: -1px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    display: none;
}

.filter-list.has-clear-button {
    padding-bottom: 55px;
}
.clear-filter-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    text-align: center;
    background: #272725;
    color: #ffffff;
    padding: 6px 0;
    cursor: pointer;
    user-select: none;
}

.filter-list-wrap {
    overflow: hidden;
    overflow-y: auto;
    max-height: 220px;
    padding-right: 15px;
}

.filter-list-wrap::-webkit-scrollbar {
    background: #fff;
    width: 2px;
}

.filter-list-wrap::-webkit-scrollbar-thumb {
    background: #717171;
}

.filter-content {
    padding-top: 8px;
}

.filter.active .filter-header::after {
    transform: rotate(180deg);
}

.filter.active .filter-list {
    display: block;
}

.filter-content .price {
    font-size: 16px !important;
}

.filter-content .price .checkbox {
    margin-bottom: -2px !important;
}

.filter-content label:hover {
    background: #f8faff;
}

.filter-list label {
    cursor: pointer;
    white-space: nowrap;
    vertical-align: top;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.filter-list label.disabled {
    position: relative;
    opacity: 0.4;
}

.filter-list label.disabled:hover {
    background: transparent;
}

.filter-list label.disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    cursor: default;
}

.filter-list::-webkit-scrollbar {
    background: #f2f4f8;
    width: 5px;
}

.filter-list::-webkit-scrollbar-thumb {
    background: #e2e2e2;
}

.filters-buttons {
    display: flex;
    align-items: center;
    height: 45px;
}

.filter-button {
    display: block;
    padding: 4px 10px;
    vertical-align: top;
    height: 32px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 1;
    white-space: nowrap;
}

.filter-counter {
    color: #a2a2a2;
    font-size: 80%;
    padding-left: 10px;
    margin-right: -5px;
    display: none;
}
.filter-counter::before {
    content: '(';
}
.filter-counter::after {
    content: ')';
}
label.disabled > .filter-counter,
.filter-counter.-hidden {
    display: none;
}

#show-filters {
    padding-right: 30px;
    margin-right: 25px;
    margin-top: -3px;
    position: relative;
}

#show-filters::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    height: 20px;
    width: 28px;
    background-position-x: -435px;
    background-position-y: -173px;
}

#filter-submit,
.filter-submit {
    background: #272725;
    color: #fff;
    border: 1px solid;
    padding: 9px 18px;
    height: auto;
    margin-top: -5px;
}

#filter-submit.-disabled,
.filter-submit.-disabled {
    background: #fff;
    color: #272725;
    cursor: default;
}

.filter-button.color_inverse {
    opacity: 1;
}

#filter_form {
    flex-grow: 1;
}

.filters-block {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
}

.filters-block form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 20px;
}

.filters-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

.price-filter .filter-list {
    padding: 0;
    left: -11px;
}

.price-filter .filter-list .filter-header {
    padding-left: 30px;
}

.price-filter .filter-list-wrap {
    padding: 10px 20px 9px;
    margin-top: -10px;
}

.filters-noresult {
    display: inline-block;
    padding: 50px 10px;
}

.filters-noresult .filters-result-removeall {
    display: inline-block;
    margin-left: 10px;
    float: none;
    text-transform: uppercase;
}

.filters-button {
    display: inline-block;
    position: relative;
    padding: 9px 25px 11px 30px;
    background: url('/upload/images/icons/filter.png') left no-repeat;
    background-size: 17px auto;
    background-position-x: 5px;
    cursor: pointer;
    border: 1px solid transparent;
}

.filters-button:hover {
    border-color: #d8dce5;
    background-color: #f8faff;
}

.filters-button::after {
    content: '';
    position: absolute;
    display: block;
    top: 13px;
    right: 7px;
    width: 16px;
    height: 16px;
    background: url('/upload/images/icons/arrow.png') center no-repeat;
    background-size: 5px auto;
    transform: rotate(90deg);
}

.filters-button span {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
}

.filters-category {
    display: none;
    position: relative;
    margin-left: 0;
}

.filters-category-button {
    display: block;
    float: right;
    padding: 10px 30px 10px 12px;
    cursor: pointer;
    border: 1px solid transparent;
}

.filters-category-button:hover {
    border-color: #d8dce5;
    background-color: #f8faff;
}

.filters-category-button::after {
    top: 12px;
}

.filters-category-list {
    display: none;
    position: absolute;
    top: 38px;
    right: 0;
    width: 100%;
    padding: 5px 0 20px;
    z-index: 2;
}

.filters-category-list a {
    display: block;
    text-decoration: none;
    padding: 5px 13px;
}

.filters-category-list a:hover {
    background: #f2f4f8;
}

.color-picker {
    display: inline-flex;
}

.color-picker input {
    display: none;
}

.color-picker input + span {
    position: relative;
    top: unset;
}

/* filter popup */
.filter-popup {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999999;
    display: none;
}

.filter-popup__bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
}

.filter-popup-body {
    position: absolute;
    top: 94px !important;
    z-index: 22;
    max-width: 60%;
    height: calc(100% - 94px) !important;
    background: #fff;
    padding: 20px 20px 90px;
    right: 100%;
    transition: 0.2s;
}

.filter-popup.active {
    display: block;
}

.filter-popup.active .filter-popup-body {
    right: 0;
}

.filter-popup__group {
    margin-bottom: 20px;
}

.filter-popup__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.filters {
    margin-bottom: 5px;
    padding-top: 12px;
    position: sticky;
    top: 92px;
    background: #fff;
    z-index: 5;
    display: flex;
}

.checked-tabs {
    padding-bottom: 10px;
    margin-top: -10px;
    width: 100%;
}

.selected-filters {
    display: block;
}
.selected-category {
    display: flex;
    flex-wrap: wrap;
}

.selected-filter-clear {
    display: inline-block;
    padding: 12px 12px 11px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0;
    opacity: 0.6;
    cursor: pointer;
    user-select: none;
    margin-top: 11px;
    margin-bottom: 0;
}

.selected-filter-clear::before {
    content: 'Очистить фильтры';
}

.category-item {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 12px;
    display: inline-block;
    cursor: pointer;
    margin: 12px 12px 0 0;
    user-select: none;
    order: 1;
}
.category-item.disabled {
    border: 1px solid #272725;
    order: 0;
}

.selected-filter {
    border: 1px solid #eaeaea;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 12px 8px;
    display: inline-block;
    cursor: pointer;
    margin: 12px 12px 0 0;
    vertical-align: top;
    user-select: none;
}

.selected-filter span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 1px;
}
.selected-filter div {
    display: inline;
    letter-spacing: 0.25px;
}

.selected-filter::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position-x: -409px;
    background-position-y: -171px;
    vertical-align: top;
    margin-left: 10px;
}

.filter-popup-header {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-popup-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
}

.filter-popup__wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 5px);
    margin-left: -5px;
}

.filter-popup__wrap .price-slider-container {
    width: calc(100% - 15px);
    margin: 0;
}

.filter-popup__wrap input.price-slider-input {
    width: calc(50% - 13px);
}

.filter-popup__groups {
    max-height: calc(100% - 90px);
    overflow-y: auto;
    width: calc(100% + 20px);
}

.filter-popup__groups::-webkit-scrollbar {
    background: #fff;
    width: 2px;
}

.filter-popup__groups::-webkit-scrollbar-thumb {
    background: #717171;
}

.filter-popup-item label {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

.filter-popup-item input:disabled + label {
    opacity: 0.5;
    cursor: default;
}

.filter-popup-item {
    margin: 5px;
    user-select: none;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-popup-item.checked {
    border-color: #272725;
}
.filter-popup-item.disabled {
    opacity: 0.6;
    cursor: default;
}

.filter-popup-item input {
    display: none;
}

.filter-popup-item input:checked + label {
    border-color: #272725;
}

.filter-popup__wrap:not(.-single) .filter-popup-item.checked::after {
    content: '';
    width: 20px;
    height: 17px;
    display: inline-block;
    background-position-x: -409px;
    background-position-y: -174px;
    vertical-align: top;
    margin-left: 10px;
}

.filter-popup__wrap.-single .filter-popup-item input:checked + label::after {
    display: none;
}
.filter-popup-item .color-circle {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
}
.js_popup_category {
    border-color: #eaeaea;
}
.js_popup_category.checked {
    border-color: #272725;
}

.filter-popup__button-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #fff;
}

.filter-popup__button {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #272725;
    padding: 15px;
}

.filter-popup-selectall {
    margin: 5px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
}

.filter-popup-selectall::before {
    content: 'Выделить все';
}

.filter-popup-selectall.selected {
    border-color: #272725;
}

.filter-popup-selectall.selected::before {
    content: 'Сбросить все';
}

.filter-popup-selectall.selected::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position-x: -409px;
    background-position-y: -173px;
    vertical-align: top;
    margin-left: 10px;
}

.filter-popup-item label span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

/* catalog items */
.catalog {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-left: -5px;
    width: calc(100% + 10px);
}

.catalog-item {
    width: 25%;
    padding: 5px;
    margin: 5px 0 40px;
}

.catalog-type-less .catalog-item {
    width: 50%;
}

.catalog-item-img {
    position: relative;
    z-index: 1;
}

.catalog-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.catalog-item-img .catalog-item-noimg {
    display: block;
    position: relative;
    opacity: 0.8;
}

.catalog-item a, .catalog-item-img .catalog-item-img1, .catalog-item a:hover .catalog-item-img2 {
    display: block;
}

.catalog-item-img .catalog-item-img2, .catalog-item a:hover .catalog-item-img2 + .catalog-item-img1 {
    display: none;
}

.catalog-item a {
    position: relative;
    text-decoration: none;
}

.catalog-item-price {
    display: flex;
    flex-shrink: 0;
}

.catalog-item-price .price_old {
    margin-right: 3px;
}

.catalog-item-title {
    display: flex;
    justify-content: space-between;
}

.catalog-item-name {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #717171;
    padding-right: 10px;
}

.catalog-item-size {
    text-align: center;
    margin-top: 7px;
    display: none;
}

.catalog-item-color {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-item-color-change {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    border: 1px solid #fff;
    position: relative;
}

.catalog-item-color-change.active:before {
    border: 1px solid #242857;
}

.catalog-item-color-change:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: -2px;
    left: -2px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.catalog-item-button {
    display: none;
    position: absolute;
    bottom: 69px;
    left: 7px;
    width: calc(100% - 14px);
    padding: 10px;
    margin-top: 7px;
    text-align: center;
}

.catalog-item a:hover .catalog-item-button {
    display: block;
}

/* catalog items end */

/* pagination */
.pagination {
    width: 100%;
    padding: 0 0 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    position: relative;
    flex-wrap: wrap;
}

.pagination.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding-bottom: 0;
}

.pagination-page {
    padding: 0 5px;
    text-decoration: none;
    opacity: 0.4;
    line-height: 21px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 10px 5px;
}

.pagination-more {
    width: 19px;
    height: 21px;
    opacity: 1;
    cursor: pointer;
    margin: 0 7px 5px;
    background-position-x: -791px;
    background-position-y: -36px;
}

.pagination__all {
    position: absolute;
    z-index: 5;
    background-color: #ffffff;
    top: -16px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.pagination__all span.pagination-page {
    opacity: 1;
}

.pagination__all .pagination-page {
    width: 35px;
}

.pagination__all .pagination-more {
    transform: rotate(180deg);
}

.nav-hidden {
    display: none;
}

.pagination .catalog-nextpage {
    opacity: 1;
    padding: 19px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    width: 100%;
    border: 1px solid #eaeaea;
}

.pagination .catalog-nextpage._none {
    display: none;
}

.pagination .catalog-nextpage__img svg {
    height: 53px;
    width: auto;
    object-fit: contain;
}

.pagination .catalog-nextpage__img svg .path {
    animation: none;
    fill: #242857;
}

.pagination .catalog-nextpage__img svg .circle {
    animation: circle 15s linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    transform-origin: 240px 240px;
    stroke-dasharray: 1000, 500;
    stroke-dashoffset: 75;
}

@keyframes circle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(3240deg);
    }
}

.pagination .catalog-nextpage__img._none {
    display: none;
}

.pagination img._none {
    display: none;
}

.pagination a:hover {
    opacity: 0.7;
}

.pagination .this, .pagination .this:hover {
    opacity: 1;
    cursor: default;
}

.pagination-prev, .pagination-next {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #272725;
    opacity: 0.4;
    margin-bottom: 5px;
}

.pagination-prev {
    margin-right: 7px;
}

.pagination-next {
    margin-left: 7px;
}

/* catalog tags */
.seotags {
    margin: 0 -5px 40px;
}

.seotags a {
    display: inline-block;
    margin: 0 5px;
    opacity: 0.7;
    transition: 0.4s;
}

.seotags a::before {
    content: '#';
}

.seotags a::after {
    opacity: 0.4;
}

.seotags a:hover {
    opacity: 1;
}

.seotags-more {
    opacity: 0.7;
    cursor: pointer;
    margin-left: 10px;
    transition: 0.4s;
}

.seotags-more:hover {
    opacity: 1;
}

.seotags-more ~ a {
    display: none;
}

/* catalog tags end */

.aside-header {
    display: block;
}

.aside-list .h3 a:hover {
    background: transparent;
    text-decoration: underline 1px;
}

/* catalog scroll-preview */

.catalog-item-pointer {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    z-index: 2;
}
.catalog-item-pointer:hover + img {
    opacity: 1;
    z-index: 1;
}
.catalog-item-pointer:not(.selected),
.catalog-item-img1:not(.selected),
.catalog-item-video:not(.selected) {
    display: none !important;
}
.catalog-item-video.selected {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 1px);
    width: calc(100% + 1px);
    object-fit: cover;
    z-index: 1;
}
.catalog-item-pointer__wrap {
    display: flex;
    display: -webkit-flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: auto;
    justify-content: center;
    display: none;
    transform: translateX(-50%);
    z-index: 4;
}

.dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: #ffffff;
    margin: 0 2px;
    opacity: 0.4;
}

.catalog-type-less .nav-dots {
    top: calc(100% - 20px);
}

.dot.active {
    background: #ffffff;
    opacity: 1;
}


.filters-button {
    display: none;
}

.filters-block {
    display: flex !important;
}

.aside-background {
    display: none;
}

.catalog .product-element {
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.catalog-type-less .product-element {
    width: 33.333%;
}

.catalog .item-preview {
    display: block;
    overflow: hidden;
}

.item-preview img {
    width: 100%;
}

.catalog-question {
    float: left;
    padding-top: 27px;
    margin-left: 12px;
}

.catalog-add-label {
    z-index: 1;
}

.itemslider-item__body {
    z-index: 2;
}

#banner-catalog_slider .slick-dots {
    display: none !important;
}

#banner-catalog_slider .banner img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.hidedropdown .filter-list,
.hidedropdown #filter-submit {
    display: none !important;
}

/*mindbox*/
.mindbox-recommendation__images .slick-next {
    right: 5px !important;
}

/* task2573: Перенести из аккордеона меню разделов кнопку "Смотреть все" вниз раздела: */
.aside-content {
    position: relative;
}
.aside-header {
    position: unset;
}
.aside-header.active .aside-arrow-wrap + a {
    position: absolute;
    bottom: -26px;
}
aside ul {
    margin-bottom: 36px;
}
/* end of task2573 */


/* --- adaptive --- */
@media screen and (max-width: 1360px) {
    .catalog-item {
        width: 33.33%;
    }

    .catalog-type-less .catalog-item {
        width: 50%;
    }
}

@media screen and (max-width: 1150px) {
    .catalog {
        margin: 0 -5px;
        width: calc(100% + 10px);
    }
}

@media screen and (max-width: 1024px) {
    .catalog {
        justify-content: flex-start;
    }
    .catalog-type-text {
        display: none !important;
    }
    .catalog-item-img img {
        opacity: 1;
    }

    .marketaction_banner .text_banner {
        padding: 15px 0;
        text-align: left;
    }

    .selected-filter {
        font-size: 14px;
        padding: 5px;
        margin: 0 8px 8px 0;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
    }
    .selected-filter::after {
        width: 17px;
        height: 17px;
        background-position-x: -413px;
        background-position-y: -174px;
        margin-left: 8px;
    }
    .selected-filter span {
        width: 14px;
        height: 14px;
        margin-top: 0;
    }

    .selected-filter-clear {
        padding: 7px 4px 6px;
        font-size: 14px;
        margin-left: 2px;
        margin-top: 0;
        width: fit-content;
    }
    .selected-filters {
        margin: 5px 0 0 1px;
    }
    .selected-category {
        margin-left: -6px;
        flex-wrap: nowrap;
    }
    .category-item {
        flex-shrink: 0;
    }

    aside.slidelinks + div {
        width: 100%;
    }
    .selected-category {
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
    }
    .selected-filters::-webkit-scrollbar,
    .selected-category::-webkit-scrollbar {
        height: 1px;
    }
    .selected-filters::-webkit-scrollbar-thumb,
    .selected-category::-webkit-scrollbar-thumb {
        background: #fff;
    }

    .filters-wrap > .filter {
        display: none;
    }
    .filters-wrap > .sort-header {
        display: block;
    }
    .checked-tabs {
        display: flex;
        flex-direction: column;
        width: calc(100% + 30px);
        padding: 0 0 0 10px;
        margin-left: -15px;
    }
    .category-item {
        font-size: 14px;
        padding: 3px 12px;
        margin: 0px 6px 0 0;
    }
    .filters-buttons {
        height: 24px;
    }
    .filters-block {
        height: 100%;
    }

    .filter-popup-close.back-button {
        width: 17px;
        height: 18px;
        background-image: url('/local/templates/adaptive/sprite.svg');
        opacity: 0.65;
        background-position-x: -748px;
        background-position-y: -173px;
    }

    #catalog-type-more, #catalog-type-less {
        width: 38px;
        height: 34px;
    }

    #catalog-type-more {
        background-position-x: -373px;
        background-position-y: -432px;
        margin-left: 0;
    }

    #catalog-type-less {
        background-position-x: -336px;
        background-position-y: -432px;
    }

    .nav-dots {
        display: flex;
        bottom: 10px;
    }

    .catalog-item-pointer + img {
        opacity: 1;
        z-index: 1;
    }

    .catalog-item-pointer:first-child + img {
        z-index: 2;
    }

    .itemslider-item__body,
    .quickbuy,
    .label-favorite {
        z-index: 2;
    }

    .header-m {
        z-index: 6;
    }

    .catalog-body .banner-slide {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .catalog-body .banner-slide img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .catalog-add-label {
        height: 40px;
        right: 2px;
    }

    aside {
        position: fixed;
        left: 100%;
        top: 0;
        height: 100%;
        width: 570px;
        z-index: 9;
        transition: 0.3s;
        padding: 0;
    }

    .aside-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    aside .left-menu__scroll {
        position: relative;
        background: #fff;
        padding: 30px 43px;
    }

    aside.active {
        left: calc(100% - 570px);
    }

    aside.active .aside-background {
        display: block;
    }

    aside .left-menu__scroll::before {
        content: 'Категории';
        text-transform: uppercase;
        font-size: 32px;
        line-height: 32px;
        font-family: 'ProbaRegular';
        margin-bottom: 50px;
        margin-left: -23px;
        display: block;
    }

    .catalog-body {
        width: 100%;
        flex-basis: 100%;
    }

    .catalog-title {
        font-size: 24px;
        line-height: 24px;
        font-family: 'ProbaMedium';
    }

    .catalog-description {
        font-size: 14px;
    }

    .filters {
        margin-bottom: 20px;
        position: sticky;
        top: 75px;
        z-index: 4 !important;
        padding: 0;
        background: #fff;
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-top: -5px;
    }

    .filters-wrap > .filter {
        display: none;
    }

    #filter-submit {
        display: none !important;
    }

    #show-filters {
        font-size: 0;
        margin-top: 0;
        margin-left: 0;
        height: 24px;
        padding: 3px 30px 4px 0;
    }

    #show-filters::before {
        content: 'Фильтры';
        font-size: 14px;
        line-height: 20px;
    }

    #show-filters::after {
        background-position-x: -435px;
        background-position-y: -175px;
        top: 4px;
    }

    .filter-popup {
        height: calc(100% - 45px);
    }

    .filter-popup.ios-class {
        height: calc(100% - 55px);
    }

    .filter-popup-title {
        font-size: 24px;
    }

    .filter-popup__groups {
        max-height: calc(100% - 151px);
        width: 100%;
    }

    .filter-popup-body {
        max-width: unset;
        width: 100%;
        height: calc(100% - 17px) !important;
        top: 0 !important;
        border-top: 1px solid #e2e2e2;
    }

    .filter-popup__bg {
        display: none;
    }

    .filter-popup__button-wrap {
        position: relative;
        padding: 20px 0;
    }

    .catalog-type {
        display: flex !important;
        font-size: 14px;
        padding-top: 0;
        transform: scale(0.60) translate(25px, -13px);
        margin-left: -40px;
    }

    .catalog-type-more .product-element {
        width: 33.3%;
        flex: 33.3% 0 0;
    }

    .catalog-type-less .product-element {
        width: 50%;
        flex: 50% 0 0;
    }

    .filters-wrap {
        margin-left: 8px;
        flex-grow: 1;
        justify-content: space-between;
    }

    .catalog-question {
        padding-top: 18px;
    }
    .catalog-body > .filters {
        height: 38px;
        padding: 6px 0 8px;
    }

    .catalog-body > .breadcrumbs {
        display: none;
    }
    .catalog-body {
        padding-top: 0;
    }

    aside.slidelinks {
        position: relative;
        left: unset;
        top: unset;
        width: fit-content;
        max-width: 100%;
        margin-right: 0;
        z-index: 1;
        height: 38px;
    }
    .slidelinks.active .aside-list-title {
        font-size: 14px;
    }
    aside.slidelinks.active {
        z-index: 5;
    }
    aside.slidelinks::after {
        display: none;
    }

    .filter.sort-header {
        display: block;
        font-size: 14px;
    }
    .filter-header {
        margin-left: -17px;
        margin-top: -7px;
    }
    .filter-list {
        left: -18px;
    }
    .slidelist_header::after {
        background-position-y: -177px;
    }
    .filter.active .filter-header::after {
        transform: rotate(180deg) translateY(-2px);
    }
    .list-header-filler {
        top: 0;
    }
    aside.active .aside-list.active .aside-wrap {
        max-height: calc(100vh - 175px);
    }
}

@media screen and (max-width: 900px) {
    .catalog-item {
        margin-bottom: 20px;
    }

    .catalog-item-name {
        height: auto;
    }

    .catalog-item-price .price_old {
        margin-top: 0;
    }

    .catalog-item a:hover .catalog-item-img img + img + img {
        display: none;
    }

    .catalog-item-button {
        display: block;
        position: static;
        width: 100%;
        border-width: 1px;
    }
}

@media screen and (max-width: 768px) {
    .catalog-wrapper h1 {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        line-height: 120%;
        margin-top: 5px;
        font-family: Manrope;
    }
}

@media screen and (max-width: 767px) {
    .catalog-item-color {
        flex-wrap: wrap;
    }

    .catalog-item-color-change {
        width: 15px;
        height: 15px;
        margin-bottom: 10px;
    }

    .catalog-item-color-change:before {
        width: 17px;
        height: 17px;
    }

    .filters-noresult {
        padding: 10px;
    }
}

@media (max-width: 650px) {
    .catalog-item {
        width: 50%;
    }

    .catalog-type-less .catalog-item {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .pagination__all {
        top: -15px;
    }
    .filters {
        padding-bottom: 2px;
    }
    .catalog-type-text {
        display: none;
    }
    .filters-block {
        flex-direction: row;
        height: 32px;
    }
    .catalog-type {
        width: auto;
        transform: scale(0.8) translate(10px, -8px);
    }
    .filter-popup-body {
        padding: 15px 15px 0;
    }
    .filter-popup__groups {
        max-height: calc(100% - 105px);
    }
    .filter-popup-header {
        padding-bottom: 15px;
    }
    .filter-popup-title {
        font-size: 20px;
        line-height: 20px;
    }
    .filter-popup__title {
        margin-bottom: 8px;
    }
    .filter-popup__button-wrap {
        padding: 15px 0 0;
    }
    .filter-popup__button-wrap .filter-submit {
        margin: 0;
    }
    .catalog-type-more .product-element {
        width: 50%;
        flex: 50% 0 0;
    }
    .catalog-type-less .product-element {
        width: 100%;
        flex: 100% 0 0;
    }
    #catalog-type-more {
        background-position-x: -381px;
        background-position-y: -130px;
    }
    #catalog-type-more, #catalog-type-less {
        width: 30px;
    }

    #catalog-type-less {
        background-position-x: -315px;
        background-position-y: -428px;
        transform: scale(0.83);
    }

    .catalog-description--crop {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
        max-height: 50px;
        transition: 0.2s;
    }

    .catalog-description--crop.active {
        max-height: 400px;
        padding-bottom: 10px;
    }

    .catalog-description-more {
        position: absolute;
        bottom: -2px;
        right: 5px;
        background: linear-gradient(90deg, transparent 0, #FFF 10px);
        color: #adaeaf;
        padding-right: 5px;
        padding-left: 10px;
    }
    .catalog-description-more::after {
        content: '... Показать еще';
    }
    .catalog-description.active .catalog-description-more::after {
        content: ' скрыть';
    }
    .catalog-item-video.selected {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .catalog-item {
        margin-bottom: 10px;
    }

    .catalog-type-more .catalog-item-name {
        float: none;
        width: 100%;
        padding: 0 0 5px;
        text-align: center;
        height: 45px;
    }

    .catalog-type-more .catalog-item-price {
        text-align: center;
        margin-top: 0;
    }

    .catalog-type-more .catalog-item-price > div {
        display: inline-block;
        margin: 0 2px;
        vertical-align: bottom;
    }
}

@media screen and (max-width: 430px) {
    .aside-list {
        font-size: 14px;
        line-height: 18px;
    }
    aside.slidelinks::before {
        top: 12px;
        transform: scale(0.8);
    }
    .list-header {
        padding: 10px 15px 10px 35px;
    }
    .list-header::after {
        width: calc(100% - 60px);
    }
    aside.active .aside-list:nth-child(2) .list-header {
        top: 44px;
        left: 120px;
        background: #fff;
        opacity: 1;
        color: rgba(0, 0, 0, 0.6);
    }
    .slidelinks.active .aside-list-close {
        transform: scale(0.85);
    }
    .aside-header.active .aside-arrow-wrap + a {
        font-size: 12px;
    }
    .aside-list li > a {
        font-size: 14px;
        line-height: 20px;
    }

    .filters > div {
        width: 100%;
    }
    .selected-category {
        margin-left: 0;
        width: calc(100% - 10px);
    }
    .category-item {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        padding: 4px 8px;
        margin: 0 8px 0 0;
    }
    .category-item.disabled {
        margin: 0 8px 0 0;
    }
    .selected-filter {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 8px;
        margin: 4px 8px 4px 0;
        border-color: #eaeaea;
    }
    .filter.sort-header {
        font-size: 12px;
        line-height: 18px;
    }
    .filter-content.-sort .radio {
        display: none;
    }
    .filter-header {
        margin-top: -5px;
    }
    .filter-list {
        padding: 2px 5px 0 20px;
        top: -3px;
    }
    #show-filters {
        padding: 3px 25px 4px 0;
    }
    #show-filters::before {
        font-size: 12px;
    }
    .filter-popup__wrap {
        width: calc(100% + 3px);
        margin-left: -3px;
    }
    .filter-popup-item {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 8px;
        margin: 4px;
    }
    .filter-popup__wrap:not(.-single) .filter-popup-item.checked::after {
        margin-left: 0;
        margin-top: -2px;
        transform: scale(0.85) translateY(1px);
    }
    .popup-category-group {
        /*display: none;*/
    }
    input.price-slider-input {
        font-size: 12px;
        height: 31px;
        padding: 0 14px;
    }
}

@media screen and (max-width: 360px) {
    .mindbox-recommendation__title {
        font-size: 22px !important;
        line-height: 18px !important;
    }

    .catalog-body {
        padding-top: 0;
    }

    .catalog-wrapper h1 {
        margin-bottom: 10px;
    }

    .catalog-item {
        overflow: hidden;
    }

    .catalog-body > .catalog-description {
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        margin: 20px 0;
    }

    .catalog-description > div {
        flex: 1 0 90%;
    }

    .filters-block form {
        justify-content: flex-end;
        padding: 0;
    }

    #catalog-type-more {
        margin-left: 0;
    }

    #catalog-type-less {
        margin-left: 0;
    }

    .catalog .product-element {
        margin-bottom: 10px;
    }
}
