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

.catalog .price-percent {
    color: #002BFF;
    margin-left: 7px;
}

/* catalog banner mini */
.product-banner {
    @media (max-width: 450px) {
        width: 100%;
        flex-basis: 100%;
    }
}
.product-banner-body {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 30px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.6%, rgba(0, 0, 0, 0.5) 76.57%);

    @media (max-width: 1024px) {
        padding: 16px;
    }
}
.product-banner a {
    position: relative;
    display: block;
    color: #fff;
}
.product-banner-title {
    font-family: ProbaRegular;
    font-size: 26px;
    font-weight: 500;
    text-transform: unset;
    letter-spacing: 0;
    line-height: 100%;
    text-shadow: 0 0 14px #27272522;

    @media (max-width: 450px) {
        font-size: 20px;
    }
}
.product-banner-text {
    margin-top: 6px;
    font-size: 18px;
    font-family: 'ProbaExtraLight';
    letter-spacing: 0;
    line-height: 100%;
    text-shadow: 0 0 14px #27272522;

    @media (max-width: 450px) {
        font-size: 12px;
        margin-top: 2px;
    }
}
.product-banner-button {
    padding: 14px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #272725;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    background: rgba(255,255,255,0.7);
    margin-top: 20px;
    transition: 0.2s;

    @media (max-width: 1024px) {
        width: 100%;
        min-width: unset;
    }
}
.product-banner-button:hover {
    background: #fff;
}
.product-banner .catalog-item-noimg {
    opacity: 1;
}

/* catalog banner mini end */

.seotext {
    margin: 50px 0;
}

.catalog .price_symbol {
    margin-left: 0;
}
.catalog .price,
.catalog .price_old {
    word-spacing: -0.1em;
}

/* catalog-header */
.catalog-header {
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.catalog-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;

    @media (max-width: 540px) {
        top: 45px;
        height: calc(100% - 55px);
        justify-content: center;
    }
}
.catalog-header .banner + h1 {
    position: absolute;
    top: calc(50% - 40px);
    color: #fff;
}
/* catalog-header end */

/* side menu */
.catalog-wrapper {
    position: relative;
    margin-bottom: 60px;
}

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

.catalog-body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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


/* catalog burger */

.catalog-burger {
    position: relative;
    width: 160px;
    margin-top: 1px;
    flex-grow: unset !important;
    flex-shrink: 0;

    @media (max-width: 1024px) {
        font-size: 14px;
        width: 150px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    @media (max-width: 768px) {
        margin-top: -15px;
        margin-bottom: 10px;
        margin-left: 2px;
    }
}
.filters-sticked .catalog-burger {
    @media (max-width: 768px) and (min-width: 451px) {
        margin-top: 0;
    }
}
.catalog-burger::after {
    content: '';
    border-right: 1px solid #27272527;
    position: absolute;
    top: 11px;
    right: 20px;
    height: 21px;

    @media (max-width: 1024px) {
        display: none;
    }
}
.catalog-burger-button {
    padding: 9px 15px 10px 35px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    height: fit-content;

    @media (max-width: 1024px) {
        padding: 5px 15px 6px 35px;
        min-height: 20px;
    }
}
.no-gender .catalog-burger-button {
    font-size: 0;
}
.catalog-burger.no-gender {
    width: 60px;
}
.catalog-burger-button::before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 21px;
    height: 17px;
    background-position-x: -575px;
    background-position-y: -359px;
    cursor: pointer;

    @media (max-width: 1024px) {
        top: 7px;
        transform: scale(0.8);
    }
}
/*.no-gender .catalog-burger-button::before {*/
/*    top: 2px;*/
/*}*/
.catalog-burger-wrap {
    display: none;
    position: absolute;
    top: calc(100% - 15px);
    left: -11px;
    height: auto;
    width: 350px;
    background: #fff;
    padding-left: 10px;
    border: 1px solid #eaeaea;
    z-index: 5;

    @media (max-width: 1024px) {
        top: calc(100% - 5px);
    }
}
.catalog-burger-wrap.--stretch-height {
    max-height: 80vh;
    height: 850px;
}
.catalog-burger.active .catalog-burger-wrap {
    display: block;
}
.burger-header {
    display: flex;
    align-items: center;
    background: #fff;
}
.burger-header .close-button {
    order: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-position-x: -573px;
    background-position-y: -171px;
    cursor: pointer;

    @media (max-width: 450px) {
        transform: scale(0.72) translateY(1px);
    }
}
.burger-header__item {
    padding: 9px 15px 10px;
    color: #27272588;
    order: 1;
    cursor: pointer;
    position: relative;

    @media (max-width: 1024px) {
        padding: 9px 10px 10px;
    }
    @media (max-width: 450px) {
        padding: 9px 10px 10px 7px;
    }
    @media (max-width: 360px) {
        font-size: 13px;
        padding: 9px 8px 10px 5px;
    }
}
.burger-header__item.active {
    color: #272725;
    font-weight: 700;
    cursor: default;
}
.burger-header__item::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: calc(100% - 27px);
    border-bottom: 1px solid #272725;
    opacity: 0;
    transition: 0.2s linear;

    @media (max-width: 1024px) {
        left: 8px;
        width: calc(100% - 12px);
    }
    @media (max-width: 1024px) {
        left: 3px;
        width: calc(100% - 4px);
    }
}
.burger-header__item.active::after {
    bottom: 3px;
    opacity: 1;
}
.burger-body {
    padding: 10px 0 10px 20px;
    height: calc(100% - 40px);

    @media (max-width: 1024px) {
        padding: 5px 0 5px 20px;
    }
}
.burger-body__content {
    display: none;
}
.burger-body__content.active {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    padding-right: 10px;
}
.burger-body__content::-webkit-scrollbar {
    width: 3px;
}
.burger-body__content::-webkit-scrollbar-thumb {
    background: #a6a6a6;
}
.burger-item {
    cursor: pointer;
    user-select: none;
    margin: 5px 20px 4px 0;
}
.burger-item__title {
    position: relative;
    margin-bottom: 4px;
}
.burger-item__title::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-position: -367px -172px;
    transition: 0.2s linear;
    transform: rotate(0deg);
}
.burger-item__title.active::after {
    transform: rotate(180deg);
    top: 4px;
}
.burger-subitem__body {
    display: none;
}
.burger-item__title.active + .burger-subitem__body {
    display: block;
}
.burger-subitem {
    display: block;
    color: #717171;
    line-height: 25px;
    padding: 2px 0 3px;

    @media (max-width: 1024px) {
        line-height: 20px;
    }
}
.burger-subitem:hover {
    color: #a2a3a5;
}
.burger-see-all {
    display: block;
    color: #b2b3b5;
    font-size: 15px;

    @media (max-width: 1024px) {
        font-size: 13px;
    }
}
/* catalog burger end */

.banner-info-text {
    position: absolute;
    z-index: 5;
    bottom: 100px;
    height: auto !important;
}
.banner-slide__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .7) 80%);
}
.banner-info-text--left {
    left: 40px;
    text-align: left;
}
.banner-info-text--center {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.banner-info-text--right {
    right: 40px;
    text-align: left;
}
.banner-info-text_title {
    font-size: 60px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 23px;
    letter-spacing: 0;
    color: #fff;
    text-shadow: 0 0 11px #27272590;
}
.banner-info-text_subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 30px;
    color: #fff;
}
.banner-info-text_button {
    line-height: 100%;
    font-size: 21px;
    letter-spacing: 0;
    color: #fff;
    padding-bottom: 8px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: transparent;
    width: fit-content;
    text-shadow: 0 0 7px #27272587;

    @media (max-width: 1024px) {
        width: fit-content;
    }
}
.banner .sidescroll-area {
    height: calc(100% - 180px);
}

@media (max-width: 1024px) {
    .banner-info-text--left {
        left: 20px;
    }
    .banner-info-text--right {
        right: 20px;
    }
    .banner-info-text_title {
        font-size: 38px;
    }
    .banner-info-text_subtitle {
        font-size: 20px;
    }
}
@media (max-width: 540px) {
    .banner-info-text {
        bottom: unset;
        position: relative;
        transform: none;
        left: unset;
    }
    .banner-info-text--left {
        left: 16px;
    }
    .banner-info-text--right {
        right: 16px;
    }
    .banner-info-text_title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 38px;
        font-family: 'ProbaMedium';
        font-weight: 400;
    }
    .banner-info-text_subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .banner-info-text_button {
        font-size: 14px;
        padding-bottom: 4px;
    }
}

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

/* catalog header */
.catalog-wrapper h1 {
    margin: 30px 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 75px;
    text-align: center;
    width: 100%;
    line-height: 120%;
    letter-spacing: 0;
}

.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-bottom: 10px;
}
@media (max-width: 1024px) {
    .marketaction_banner {
        padding: 0 0 10px 0;
    }
}

.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 picture {
    margin: 0 auto;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    width: 100%;
}

.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;
    max-width: 100%;
}

.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: fixed;
    z-index: 22;
    max-width: 60%;
    background: #fff;
    padding: 20px 20px 90px;
    right: 100%;
    transition: 0.2s;
}

@media (min-width: 1025px) {
    .filter-popup-body {
        max-height: 900px;
    }
}

.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: 40px;
    padding-top: 12px;
    background: #fff;
    z-index: 5;
    display: flex;
    width: calc(100% + 8px);
    margin-left: -4px;
    user-select: none;
}
.filters-sticked {
    position: sticky;
    top: 105px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 12px 16px 0;

    @media (max-width: 1024px) {
        top: 84px;
    }
}
.filters-sticked .filter-list {
    background: rgba(255, 255, 255, 0.9);
}
.filters-placeholder {
    order: 5;
}

.checked-tabs {
    padding-bottom: 20px;
    margin-top: -10px;
    width: calc(100% + 165px);
    margin-left: -165px;
    position: relative;
}
.catalog-burger.no-gender + .filters-button + form .checked-tabs {
    margin-left: -60px;
    width: calc(100% + 60px);
}

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

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

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

.category-item {
    border: 1px solid #dfdfdf;
    background: #eaeaea;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 12px;
    line-height: 150%;
    display: inline-block;
    cursor: pointer;
    margin: 10px 20px 0 0;
    user-select: none;
    order: 1;
}
.category-item.disabled {
    border: 1px solid #272725;
    background: #fff;
    order: 0;
}

.selected-filter {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #eaeaea;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 4px 12px 3px;
    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 #dfdfdf;
    background: #eaeaea;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 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 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: 5px;
    background: #f2f2f2;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.seotags-more {
    cursor: pointer;
    display: inline-block;
    margin: 5px 5px 5px 10px;
    padding: 8px 16px;
    background: #f2f2f2;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #717171;
}

.seotags-more ~ a {
    font-size: 0;
    line-height: 0;
    opacity: 0;
}

/* catalog tags end */

/* 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;
}

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

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

.catalog .product-element.big {
    width: 50%;
}

.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;
}
.mindbox-recommendation-detail-same {
    padding: 20px 0;
}
.mindbox-recommendation__images > .slick-list {
    overflow: visible;
    width: calc(100% - 20px);
}

/* catalog reviews */
.catalog-reviews {
    margin-bottom: 60px;
    margin-top: 45px;
}
.catalog-reviews > .button {
    width: 296px;
}
.catalog-reviews > .button:hover {
    color: #fff;
}
.reviews {
    width: calc(100% + 44px);
    margin-left: -24px;
    margin-bottom: 20px;
    overflow: hidden;
}
.reviews:not(.slick-initialized) {
    display: flex;
    gap: 24px;
    margin: 0 0 20px;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
}
.reviews:not(.slick-initialized) .review-item {
    flex-basis: calc(33% - 12px);
    flex-shrink: 0;
}
.reviews .slick-list {
    width: calc(100% - 96px);
    overflow: visible;
}
.reviews .slick-track {
    gap: 24px;
}
.reviews .review-item {
    background: #f2f2f2;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.reviews .review-item > a {
    height: auto;
    width: auto;
}
img.review-photo {
    width: 224px;
    height: auto;
    flex-shrink: 0;
}
.review-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 22px;
    padding-right: 20px;
    height: fit-content;
    /*overflow: hidden;*/
}
.review-head {
    width: 100%;
}
.review-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
    width: fit-content;
}
.review-info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
    column-gap: 16px;
    justify-content: space-between;
}
.review-username {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #717171;
    order: 0;
}
.review-date {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #717171;
    order: 1;
}
.review-rating {
    flex-basis: 100%;
    order: 2;
}

.review-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.review-text__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 100%;
    position: relative;
    overflow: hidden;
}
.review-text__title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #717171;
}
.review-text__text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.review-show-more {
    display: none;
}
.show-more .review-show-more {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 0;
    font-size: 14px;
    line-height: 17px;
    background: linear-gradient(90deg, transparent, #f2f2f2 36px);
    padding-left: 47px;
}
@media (max-width: 450px) {
    .has-review.has-plus .review-text--plus {
        display: none;
    }
    .has-review.has-minus .review-text--minus {
        display: none;
    }
    .has-plus.has-minus .review-text--minus {
        display: none;
    }
}

.slider-ended .review-item:first-child(3):not(:nth-last-child(3)) {
    margin-left: 0;
}
.slider-ended .review-item:nth-last-child(3) {
    margin-left: 24px;
}
.slider-ended .review-item:nth-last-child(1) {
    margin-right: 42px;
}
@media (min-width: 1201px) {
    .reviews.slider-ended .slick-track {
        margin-left: -64px;
    }
}
@media (max-width: 1024px) {
    .review-title {
        font-size: 14px;
        line-height: 120%;
        text-transform: none;
        margin-bottom: 8px;
    }
    .review-info {
        column-gap: 50px;
    }
    .review-username,
    .review-date {
        font-size: 14px;
    }
    .review-photo {
        width: 129px;
    }
    .review-text {
        gap: 6px;
    }
    .review-text__item {
        gap: 2px;
    }
    .review-text__title,
    .review-text__text {
        font-size: 14px;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .reviews .slick-list {
        width: 60%;
        overflow: visible;
    }
    .review-item {
        padding: 10px;
        display: block;
        position: relative;
        min-height: 125px;
        transition: 0.4s linear;
    }
    .review-photo {
        width: 245px;
    }
    .review-body {
        gap: 12px;
        padding-right: 0;
    }
    .review-head {
        margin-bottom: 20px;
    }
    .review-info {
        flex-direction: column;
    }
    .reviews:not(.slick-initialized) .review-item {
        flex-basis: calc(100% - 35px);
        padding: 10px;
    }
    .reviews:not(.slick-initialized) {
        gap: 20px;
        width: calc(100% + 20px);
    }
    .review-info {
        flex-direction: row;
        justify-content: space-between;
    }
    .reviews.slider-ended .review-item {
        margin-right: -16px;
        margin-left: 16px;
    }
}

@media (max-width: 768px) and (min-width: 451px) {
    .reviews .slick-list {
        width: calc(100% - 90px);
        overflow: visible;
    }
    .review-item {
        padding: 10px;
        display: block;
        position: relative;
        min-height: 125px;
        transition: 0.4s linear;
    }
    .review-item > a {
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .review-photo {
        width: 70px;
    }
    .review-body {
        gap: 12px;
        padding-right: 0;
    }
    .review-head {
        height: 94px;
        padding-left: 84px;
        flex-shrink: 0;
    }
    .review-info {
        flex-direction: column;
    }
    img.review-photo {
        width: 70px;
    }
    .reviews:not(.slick-initialized) .review-item {
        flex-basis: calc(100% - 35px);
        padding: 10px;
    }
    .reviews:not(.slick-initialized) {
        gap: 20px;
        width: calc(100% + 20px);
    }
    .review-info {
        flex-direction: row;
        justify-content: space-between;
    }
    .reviews.slider-ended .review-item {
        margin-right: -90px;
        margin-left: 90px;
    }
}

@media (max-width: 450px) {
    .reviews {
        gap: 16px;
        overflow: hidden;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: 10px;
        padding: 0 20px;
    }
    .catalog-reviews-wrap {
        margin-left: -20px;
        width: calc(100% + 40px);
        padding: 0 20px;
        overflow: hidden;
    }
    .reviews .slick-list {
        width: 100%;
        overflow: visible;
    }
    .reviews .slick-track {
        gap: 0;
    }
    .review-item {
        padding: 10px;
        display: block;
        position: relative;
        min-height: 125px;
    }
    .review-item:not(:last-child) {
        margin-right: 20px;
    }
    .review-item > a {
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .review-photo {
        width: 70px;
    }
    .review-body {
        gap: 12px;
        padding-right: 0;
    }
    .review-head {
        height: 105px;
        padding-left: 84px;
    }
    .review-info {
        flex-direction: column;
    }
    img.review-photo {
        width: 70px;
    }
    .reviews:not(.slick-initialized) .review-item {
        flex-basis: calc(100% - 35px);
        padding: 10px;
    }
    .reviews:not(.slick-initialized) {
        gap: 20px;
        width: calc(100% + 20px);
    }
    .review-info {
        flex-direction: row;
        justify-content: space-between;
    }
    .catalog-reviews > .button {
        width: 100%;
    }
    .slider-ended .review-item:nth-last-child(1) {
        margin-right: 0;
    }
}
/* end of catalog reviews */


/* --- 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: space-between;
        margin: 0 0 60px -20px;
        letter-spacing: 0;
        font-size: 0;
        width: calc(100% + 40px);
        gap: 2px;
    }
    .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: 2px 12px 3px;
        margin: 0 6px 0 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: 10px;
        margin-right: -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 0;
    }
    .selected-category {
        margin-left: 0;
        flex-wrap: nowrap;
    }
    .category-item {
        flex-shrink: 0;
    }

    .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% + 16px);
        padding: 0 0 0 10px;
        margin-left: -8px;
    }
    .category-item {
        font-size: 14px;
        padding: 3px 12px;
        margin: 0px 6px 0 0;
    }
    .filters-buttons {
        height: 24px;
    }
    .filters-block {
        height: 100%;
        background: transparent;
    }

    .filter-popup-close.back-button {
        width: 17px;
        height: 18px;
        background-image: url('https://cdn.finnflare.com/upload/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 {
        z-index: 1;
    }
    .label-favorite {
        z-index: 2;
    }

    .catalog-header {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .catalog-header .banner h1 {
        margin: 0;
    }

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

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

    .catalog-body {
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 40px;
    }
    .catalog-wrapper h1 {
        margin: 30px 0;
        font-size: 50px;
    }

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

    .filters {
        margin-bottom: 20px;
        z-index: 4 !important;
        padding: 0;
        background: #fff;
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-bottom: 0;
    }
    .filters.filters-sticked {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 10px 10px 8px;
        transition: none;
        margin-bottom: 0;
    }

    .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%;
        border-top: 1px solid #e2e2e2;
    }

    .filter-popup__bg {
        display: none;
    }

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

    .catalog .price-percent {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }

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

    .catalog .product-element {
        padding: 0;
        margin-bottom: 20px;
    }

    .catalog-type-more .product-element {
        width: calc(100% / 3 - 2px);
        flex: calc(100% / 3 - 2px) 0 0;
    }

    .catalog-type-less .product-element,
    .product-element.big {
        width: calc(50% - 1.5px);
        flex: calc(50% - 1.5px) 0 0;
    }

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

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

    .catalog-question {
        padding-top: 18px;
    }
    .catalog-body > .filters:not(.filters-sticked) {
        padding: 6px 10px 8px;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: 0;
        position: relative;
        margin-top: 17px;
    }
    .catalog-body > .filters::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(5px);
    }

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

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

    .catalog .label-favorite {
        position: absolute;
        left: unset;
        top: -10px;
        right: -10px;
    }
}

@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: calc(100% + 20px);
        font-size: 35px;
        font-weight: 600;
        font-family: 'Manrope';
        margin-top: 30px;
        margin-left: -10px;
        padding: 0 16px;
    }
    .catalog .price_old::after {
        top: 9px;
    }
}

@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) {
    .catalog-wrapper h1 {
        font-size: 28px;
    }
    .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: 100%;
        flex: calc(50% - 1px) 0 0;
    }
    .itemslider-item__body {
        margin-top: 0;
        padding: 0 10px;
    }
    .itemslider-price {
        padding: 8px 0 6px
    }
    .product-element .itemslider-name,
    .catalog .price-percent {
        line-height: 120%;
    }
    .catalog-type-less .product-element,
    .product-element.big {
        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: 450px) {
    .catalog-header .banner + h1 {
        top: calc(50% - 35px);
        font-size: 22px;
    }
    .filters.filters-sticked {
        padding: 24px 10px 8px;
    }
    .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;
    }
    .catalog .price-percent {
        font-size: 11px;
    }
    .catalog .label-favorite {
        top: -15px;
    }
}

@media screen and (max-width: 360px) {
    .catalog-header .banner + h1 {
        top: calc(50% - 50px);
        font-size: 26px;
    }

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