

/* Start:/local/templates/redesign/components/custom/catalog.smart.filter/.default/style.css?17491119788612*/
.filter-wrapper {
    background-color: #fff;
    height: calc(100vh - 115px);
    max-width: 350px;
    position: sticky;
    position: -webkit-sticky;
    top: 117px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
    width: 100%;
}
.filter {
    overflow-y: auto;
    padding: 30px 40px 40px 0;
    height: 100%;
    scrollbar-width: auto;
}
.filter::-webkit-scrollbar {
    display: none;
}
.filter__list {
    margin-bottom: 40px;
}
.filter__item {
    margin-bottom: 30px;
}
.filter__item:last-child {
    margin-bottom: 0;
}
.filter__item--opened .filter__title::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.filter__item--opened .filter__content {
    -webkit-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out;
    display: block;
}
.filter__content {
    -webkit-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out;
    display: none;
}
.filter__content-link {
    color: #000;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.filter__content-link:hover {
    color: #B12535;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.filter__content--color {
    -webkit-box-pack: start;
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.filter__color {
    align-items: center;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.filter__content--color .filter__label {
    margin-right: 20px;
}
.filter__content--color .filter__label:last-child {
    margin-right: 0;
}
.filter__color .card-component__crumb {
    height: 20px;
    margin: 0;
    width: 20px;
}
.filter__content-item {
    overflow: hidden;
    margin-bottom: 12px;
    min-height: 28px;
}
.filter__content-item--hidden {
    display: none;
}
.filter__content-item:last-child {
    margin-bottom: 0;
}
.filter__title {
    align-items: center;
    border-bottom: 1px solid #E5EAEC;
    color: #7D858C;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.filter__title::after {
    background-image: url(/local/templates/redesign/css/../img/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: -5px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 24px;
}
.filter__title > span {
    max-width: calc(100% - 60px);
    text-align: left;
}
.filter__price {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: flex;
    display: -webkit-box;
    justify-content: space-between;
}
.filter__price .main-field {
    max-width: 150px;
}
.filter__label {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    cursor: pointer;
    display: flex;
    display: -webkit-box;
    justify-content: flex-start;
    margin: 0;
}
.filter__label .checkbox {
    margin-right: 20px;
}
.filter__label-text {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}
.filter__expert {
    display: block;
    margin-bottom: 30px;
}
.filter .filter__hint {
    background-image: url(/local/templates/redesign/css/../img/icon-catalog-question.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
    height: 28px;
    margin: -34px 0 -24px -2px;
    width: 32px;
}
.filter .filter__hint .tooltip {
    bottom: 40px;
    color: #000;
    display: block;
    box-shadow: 0 4px 14px -2px rgb(0 0 0 / 5%);
    font-weight: 500;
    left: 4px;
    max-width: 360px;
    min-width: 150px;
    opacity: 0;
    right: auto;
    text-align: left;
    top: auto;
    transform: none;
    transition: 0.15s linear;
    width: fit-content;
    visibility: visible;
    z-index: 1;
    pointer-events: none;
}
.filter .filter__hint.filter__hint--active .tooltip {
    opacity: 1;
}
.filter .main-button {
    max-width: 220px;
}
.filter-reset {
    color: #000;
    padding-right: 20px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.filter-reset:hover {
    color: #B12535;
    text-decoration: none;
}
.legalization {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: justify;
}
.legalization.legalization--mt20 {
    margin-top: 20px;
}
.legalization__remark {
    color: #B12535;
    margin-bottom: 0;
}
.legalization__link {
    color: #B12535;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.legalization__link:hover {
    color: #B12535;
    text-decoration: underline;
}
.filter-header {
    display: none;
}
.filter-buttons {
    display: none;
}
.filter-buttons button {
    margin-bottom: 20px;
}
.filter-buttons button:last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .filter-wrapper {
        height: calc(100vh - 205px);
        left: 0;
        max-width: 350px;
        position: fixed;
        top: 65px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 15;
    }
    .filter-wrapper--expanded {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .filter {
        padding: 20px;
    }
    .filter-buttons {
        background-color: #fff;
        display: block;
        max-width: 100%;
        padding: 20px;
        position: fixed;
        width: 100%;
    }
    .filter-header {
        align-items: center;
        background-color: #fff;
        border-bottom: 1px solid #eaeaea;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        position: fixed;
        top: -65px;
        width: 100%;
    }
    .filter-header__title {
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }
}
@media (min-width: 577px) {
    .filter .filter__hint:hover .tooltip,
    .filter .filter__hint:focus .tooltip {
        opacity: 1;
    }
}
@media (max-width: 576px) {
    .filter-wrapper {
        height: calc(100vh - 205px);
        left: 0;
        max-width: 100%;
        position: fixed;
        top: 65px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 15;
    }
    .filter-wrapper--expanded {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .filter {
        padding: 20px;
    }
    .filter__price {
        flex-wrap: wrap;
    }
    .filter__price .main-field {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .filter__price .main-field:last-child {
        margin-bottom: 0;
    }
    .filter-buttons {
        background-color: #fff;
        display: block;
        max-width: 100%;
        padding: 20px;
        position: fixed;
        width: 100%;
    }
    .filter-header {
        align-items: center;
        background-color: #fff;
        border-bottom: 1px solid #eaeaea;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        position: fixed;
        top: -65px;
        width: 100%;
    }
    .filter-header__title {
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }
    .filter-reset {
        display: none;
    }
    html .filter {
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px 20px 20px 20px;
        scrollbar-width: auto;
        max-width: 100vw;
        width: 100%;
        height: calc(100% - 40px);
        overscroll-behavior: contain;
    }
    html .filter-wrapper-is-filtered .filter{
        height: calc(100% - 140px);
    }
    html .filter::-webkit-scrollbar {
        display: none;
    }
}

.aside-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #7D858C;
  border-radius: 6px;
  background-color: #FFFFFF;
  margin-bottom: 26px;
}
.aside-search__icon {
  flex-shrink: 0;
  width: 20px;
}
.aside-search__input {
  background-color: #FFFFFF;
  border: none;
}
.filter__content-item.filter__content-item--hidden {
  display: none;
}
/* End */


/* Start:/local/components/custom/catalog.sections.tags/templates/.default/style.css?16995353872917*/
/* Облако тегов в каталоге */
.page-navigation-wrap {
    margin-bottom: 55px;
}
.tags-cloud {
    overflow: hidden;
    margin-bottom: 15px;
    padding-right: 4%;
    list-style: none;
    min-height: 88px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
}
.tags-cloud--expanded {
    max-height: 1000px !important;
}
.tags-cloud__item {
    margin-right: 15px;
    margin-bottom: 15px;
}
.tags-cloud__link {
    padding: 5px 20px;
    display: block;
    color: #b77558;
    font-size: 13px;
    text-align: center;
    border: 1px solid #B77558;
    border-radius: 20px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.tags-cloud__link:hover,
.tags-cloud__more:hover {
    color: #8e163c;
    border-color: #8e163c;
    text-decoration: none;
}
.tags-cloud__more {
    position: relative;
    display: none;
    max-width: 280px;
    text-align: center;
    padding: 5px 10px;
    color: #b77558;
    border: 1px solid #b77558;
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    transform: translateX(-50%);
}
.tags-cloud__more--centered {
    left: 0 !important;
    margin: 0 auto;
    margin-bottom: 30px;
    transform: none;
}
@media (max-width: 1500px) {
    .tags-cloud {
        padding-right: 0;
    }
}
@media (max-width: 1200px) {
    .tags-cloud {
        padding-right: 0;
        -webkit-box-pack: justify;
                justify-content: flex-start;
    }
    .tags-cloud__item {
        margin-right: 10px;
    }
    .tags-cloud__link {
        min-height: 32px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        font-size: 12px;
        line-height: normal;
    }
    .tags-cloud__more {
        display: none;
    }
}
@media (max-width: 1024px) {
    .tags-cloud {
        justify-content: flex-start;
    }
    .tags-cloud__item {
        margin-right: 4px;
    }
}
@media (max-width: 970px) {
    .tags-cloud {
        justify-content: flex-start;
    }
    .tags-cloud__item {
        margin-right: 6px;
    }
    .tags-cloud__more {
        display: none;
    }
}
@media (max-width: 640px) {
    .tags-cloud {
        min-height: unset;
        max-height: 90px;
        justify-content: space-between;
    }
    .tags-cloud__item {
        margin-right: 0;
        width: 100%;
        max-width: calc(50% - 10px);
    }
    .tags-cloud__more {
        display: block;
    }
    .tags-cloud__link {
        max-width: 100%;
    }
    .tags-cloud--expanded {
        max-height: unset !important;
    }
}
/* Облако тегов в каталоге */
/* End */


/* Start:/local/templates/redesign/components/bitrix/catalog.item/tile/style.css?17334708101359*/
.catalog-content__cards .card-component__img.card-component__img--gallery img:not([data-index="0"]) {
    object-fit: cover;
    border-radius: 5px;
}

.card-component__img-slides {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
    display: none;
}

.catalog-content__cards .card-component__img-slides {
    display: flex;
}
.slick-list .card-component__img-slides {
    display: flex;
}
@media (max-width: 1024px){
    .slick-list .card-component__img-slides {
        display: none;
    }
}

.card-component__img-slides-item {
    height: 100%;
    flex: 1 1 auto;
}

.card-component__img-dots {
    bottom: 6px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    position: absolute;
    width: 100%;
}

.card-component__img-dots-item {
    background: #cfd2d3;
    border-radius: 100%;
    height: 5px;
    margin-left: 2px;
    width: 5px;
}

.card-component__img-dots-item--active {
    background: #b12535;
}


@media screen and (max-width: 576px) and (min-width: 321px) {
    .catalog-content__cards--secondary .card-component--single .card-component__img-dots,
    .card-component--horizontal .card-component__img-dots {
        bottom: 50px;
    }
}
.catalog-content__cards .card-component__img-slides ~ .card-component__img {
    overflow: unset;
}
/* End */
/* /local/templates/redesign/components/custom/catalog.smart.filter/.default/style.css?17491119788612 */
/* /local/components/custom/catalog.sections.tags/templates/.default/style.css?16995353872917 */
/* /local/templates/redesign/components/bitrix/catalog.item/tile/style.css?17334708101359 */
