

/* Start:/local/templates/main/components/ilsn/catalog/.default/style.css?171033723236387*/
/* catalog-sections */
.catalog-sections {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: start;
    gap: 40px;
    margin-bottom: 35px;
}

.catalog-sections__section {
    width: 320px;
}

.catalog-sections__image {
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
    display: flex;
}

.catalog-sections__image img {
    width: 100%;
}

.catalog-sections__title {
    color: var(--gray_5);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}

.catalog-sections__count {
    color: var(--gray_4);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1439px) and (min-width: 1350px) {
    .catalog-sections {
        column-gap: calc(33.3vw - 440px);
    }
}

@media only screen and (max-width: 1350px) and (min-width: 1100px) {
    .catalog-sections {
        column-gap: calc(50vw - 500px);
    }
}

@media only screen and (max-width: 960px) {
    .catalog-sections {
        flex-direction: column;
        gap: unset;
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .catalog-sections__section {
        width: 100%;
        margin-bottom: 20px;
    }

    .catalog-sections__image {
        overflow: hidden;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 700px) {
    .catalog-sections {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* / catalog-sections */

/* catalog-brands */

.catalog-brands {
    padding: 20px 0;
    margin-bottom: 21px;
    margin-top: -10px;
}

.catalog-brands__top {
    margin-bottom: 20px;
}

.catalog-brands__top h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}

.catalog-brands__container:first-child {
    padding-top: 11px;
    padding-bottom: 15px;
}

.catalog-brands__container {
    display: flex;
    align-items: flex-start;
    column-gap: 37.5px;
    row-gap: 43px;
    flex-wrap: wrap;
}

.catalog-brand {
    width: 250px;
}

.catalog-brand__image {
    width: 100%;
    height: 240px;
    flex-shrink: 0;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid var(--gray_2, #EBECEF);
    background: var(--gray_1, #F5F5F7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-brand__image img {
    max-width: 100%;
}

.catalog-brand__title {
    color: var(--gray_5);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}

.catalog-brand__count {
    color: var(--gray_4);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1439px) and (min-width: 1350px) {
    .catalog-brands__container {
        column-gap: calc(25vw - 322.5px);
    }
}

@media only screen and (max-width: 1350px) and (min-width: 1100px) {
    .catalog-brands__container {
        column-gap: calc(33.3vw - 346.6px);
    }
}

@media only screen and (max-width: 960px) {
    .catalog-brands {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -4px;
    }

    .catalog-brands__container {
        column-gap: unset;
        row-gap: unset;
    }

    .catalog-brands__top h3 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .catalog-brand {
        width: 100%;
        margin-bottom: 21px;
    }


}

/* /catalog-brands */

/* catalog-product */
.product-detail {
    padding-top: 20px;
    margin-bottom: 36px;
}

.product-detail__top {
    display: flex;
}

.product-image-slider {
    width: 480px;
    margin-right: 40px;
}

.product-image-slider__images {
    margin-bottom: 20px;
}

.product-image-slider__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 480px;
    border: 1px solid var(--gray_2);
    overflow: hidden;
}

.product-image-slider__image img {
    max-height: 100%;
}

.product-image-slider__thumbs {
    width: 480px;
}

.product-image-slider__thumbs .swiper-slide {
    width: 80px;
    margin-right: 20px;
}

.product-image-slider__thumbs .swiper-slide:last-child {
    margin-right: 0;
}

.product-image-slider__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    border: 1px solid var(--gray_2);
    overflow: hidden;
    cursor: pointer;
}

.swiper-slide-thumb-active .product-image-slider__thumb {
    border: 1px solid var(--blue_5, #3898FF);
}

.product-image-slider__thumb img {
    max-height: 100%;
}

.product-origin-container {
    width: 300px;
    margin-left: 40px;
}

.product-brand {
    padding: 19px 20px;
    border-radius: 5px;
    border: 1px solid var(--gray_2);
    margin-bottom: 20px;
}

.product-brand__image {
    height: 60px;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 20px;
}

.product-brand__image img {
    height: 100%;
}

.product-brand__link {
    display: block;
    margin-bottom: 20px;
    color: var(--blue_5, #3898FF);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.product-brand__country {
    display: flex;
    height: 24px;
    align-items: center;
    margin-bottom: 20px;
    line-height: 16px;
}

.product-brand__country:last-child {
    margin-bottom: 0;
}

.product-brand__country img {
    max-height: 100%;
    margin-right: 10px;
}

.product-brand__country span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.product-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.product-socials__note {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    width: 100%;
    margin-bottom: 10px;
}

.product-socials .socials-item span {
    display: none;
}

.product-socials .socials-item {
    margin-right: 15px;
}

.product-socials svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    cursor: pointer;
}


.product-origin-links {
    padding: 20px;
    background: var(--blue_5);
    color: #fff;
    margin-bottom: 20px;
}

.product-origin-links__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.product-origin-links__name {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-right: 20px;
    max-width: 200px;
    white-space: wrap;
}

.product-origin-links__top svg {
    width: 30px;
    height: 30px;
    animation: shakeAnimation 1s cubic-bezier(0.12, 0, 0.39, 0) 100ms 1 normal forwards;
}

.product-origin-links__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.product-origin-links__link span,
.product-origin-links__link a {
    text-decoration-line: underline;
	color: #fff;
	cursor: pointer;
}

.product-origin-links__link span:hover,
.product-origin-links__link a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 1;
}

.product-detail-info {
    flex: 1;
    padding-top: 20px;
}

.product-props {
    width: 100%;
}

.product-props__item {
    display: flex;
    margin-bottom: 20px;
}

.product-props__item>div:first-child {
    color: var(--gray_4);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    width: 271px;
    min-width: 271px;
}

.product-props__item>div:last-child {
    color: var(--gray_5);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.product-delivery {
    margin-bottom: -2px;
}

.product-delivery__item {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.product-delivery__item span {
    color: var(--blue_5, #3898FF);
    text-decoration-line: underline;
}

.product-detail__available {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 500;
}

.product-detail__available.js-product-not-available {
	color: var(--blue_5, #3898FF);
	cursor: pointer;
}

.product-detail__price {
    margin-bottom: 20px;
}

.product-detail__price-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.product-detail__price-value {
    color: var(--orange_5, #F39221);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-detail__old-price-value {
    font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: var(--gray_3);
	text-decoration: line-through;
	margin-left: 10px;
}

.product-detail__quantity {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 20px;
    justify-content: space-between;
}

.product-detail__quantity-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 10px;
    background: var(--gray_1);
    padding: 10px;
    width: 150px;
}

.product-detail__quantity-counter input {
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #FFF;
    color: var(--gray_5, #35373F);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin: 0 10px;
}

/* Chrome, Safari, Edge, Opera */
.product-detail__quantity-counter input::-webkit-outer-spin-button,
.product-detail__quantity-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.product-detail__quantity-counter input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.product-detail__quantity-control:not(.js-product-quantity--disabled) {
    cursor: pointer;
}

.product-detail__quantity-control:not(.js-product-quantity--disabled):hover {
    opacity: 0.7;
}

.js-product-quantity--disabled {
    filter: brightness(0) saturate(100%) invert(85%) sepia(6%) saturate(304%) hue-rotate(185deg) brightness(93%) contrast(92%);
}

.product-detail__quantity-type {
    display: flex;
    padding: 10px 20px;
    height: 50px;
    width: 150px;
    border-radius: 10px;
    background: var(--gray_1);
    justify-content: space-between;
    align-items: center;
}

.product-detail__quantity-name {
    color: var(--gray_5);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-top: 1px;
}

.product-detail__quantity-counter svg {
    width: 30px;
    height: 30px;
}

.product-detail__quantity-type .nice-select {
    padding-left: 0;
    padding-right: 23px;
    width: 100%;
}

.product-detail__quantity-type .nice-select .list {
    border: none;
    box-shadow: none;
    width: calc(100% + 40px);
    left: -20px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f6f6f6;
}

.product-detail__quantity-type .nice-select .current {
    color: var(--gray_5);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-top: 1px;
    padding-left: 0;
}

.product-detail__quantity-type .nice-select .option {
    padding-left: 20px;
}

.product-detail__quantity-type .nice-select .option:hover {
    background-color: #ebebeb;
}

.product-detail__quantity-type .nice-select .option.selected {
    display: none;
}

.product-detail__quantity-type .nice-select:after {
    width: 20px;
    height: 20px;
    top: 24%;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_996_12889)'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231F2D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_996_12889'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}


.product-detail__quantity-counter,
.product-detail__quantity-type {
    width: calc(50% - 10px);
    margin-right: 0;
}

.product-detail__buy .buy-button {
    padding: 13px 20px 15px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
}

.product-detail__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.product-categories {
    width: 400px;
}

.product-categories__title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.product-categories__list {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.product-categories__list a {
    padding: 9px 10px 10px 10px;
    border-radius: 10px;
    background: var(--gray_1, #F5F5F7);
    color: var(--gray_4, #858CA2);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.product-tabs {
    max-width: 44%;
    padding-right: 20px;
    
}


.product-tabs__top {
    display: flex;
    margin-bottom: 20px;
}

.product-tabs__controller {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    -webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), border-color .5s cubic-bezier(0.4, 0, 0.21, 1.1);
    -o-transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), border-color .5s cubic-bezier(0.4, 0, 0.21, 1.1);
    transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), border-color .6s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.product-tabs__controller:not(.product-tabs__controller--active):hover {
    opacity: 0.7;
    border-color: var(--blue_5);
}

.product-tabs__controller--active {
    border-color: var(--blue_5);
}

.product-tabs__controller:not(:last-child) {
    margin-right: 21px;
}

.product-tabs__content-wrapper {
    width: 100%;
	overflow: hidden;
    position: relative;
    -webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), background-color .4s cubic-bezier(0.4, 0, 0.21, 1.1);
    -o-transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), background-color .4s cubic-bezier(0.4, 0, 0.21, 1.1);
    transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), background-color .4s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.product-tabs__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-10px);
    border-radius: 6px;
}


.product-tabs__content--active {
    opacity: 1;
    transition: 0.3s opacity ease-in, 0.4s transform ease;
    position: relative;
    top: 0;
    z-index: 10;
    transform: translateY(0px);
}

.product-tab__certificates {
    display: flex;
}

.product-tab__certificates a {
    display: block;
    height: 252px;
    margin-right: 20px;
}

.product-tab__certificates a img {
    max-height: 100%;
}

.product-tabs__content .product-props__item>div:first-child {
    width: 201px;
    min-width: 201px;
}

@media only screen and (max-width: 1240px) and (min-width: 961px) {
    .product-props__item>div:first-child {
        width: 50%;
        min-width: 50%;
    }

    .product-image-slider, .product-image-slider__thumbs {
        width: 380px; 
    }

    .product-tabs {
        max-width: calc(100% - 420px);
    }
}

@media only screen and (max-width: 960px) {
    .product-detail {
        margin: 0 auto 40px;
        max-width: 700px;
    }

    .product-detail__top {
        flex-direction: column;
        width: 100%;
    }

    .product-detail-info {
        margin-bottom: 40px;
    }

    .product-image-slider, .product-image-slider__thumbs {
        width: 100%; 
        margin-right: 0;
    }

    .product-image-slider__image {
        height: 300px;
    }

    .product-origin-container {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .product-origin-links__name {
        max-width: unset;
    }

    .product-detail__bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .product-tabs {
        max-width: unset;
        width: 100%;
        margin-bottom: 20px;
    }

    .product-categories {
        width: 100%;
    }
}

@media only screen and (max-width: 740px) {
    .product-detail {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-props__item>div:first-child {
        width: 170px;
        min-width: 170px;
    }
}

@keyframes shakeAnimation {
	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateX(-2px);
	}

	20%,
	40%,
	60% {
		transform: translateX(2px);
	}

	80% {
		transform: translateX(1px);
	}

	90% {
		transform: translateX(-1px);
	}
}

/* /catalog-product */

/* catalog-subsection */
.catalog-subsection-subtitle {
    margin-bottom: 18px;
    line-height: 18px;
    padding-top: 21px;
}

.catalog-subsection-subtitle span {
    display: block;
}

.catalog-subsection-subtitle span,
.catalog-subsection-subtitle a {
    color: var(--gray_5, #35373F);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.catalog-subsection-subtitle a {
    color: var(--blue_5);
}


.catalog-subsection {
    display: flex;
    gap: 60px;
    padding-top: 21px;
    margin-bottom: 95px;
}


@media only screen and (max-width: 1440px) {
    .catalog-subsection {
        gap: max(20px, 4.16vw);
    }
}

@media only screen and (max-width: 960px) {
    .catalog-subsection-subtitle {
        margin: 0 auto -3px;
        max-width: 740px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .catalog-subsection-subtitle span {
        display: inline;
    }

    .catalog-subsection {
        flex-direction: column-reverse;
        gap: unset;
        margin: 0 auto 15px;
        max-width: 740px;
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* Filter */

.catalog-subsection__side-container {
    width: 300px;
}

@media only screen and (max-width: 960px) {
    .catalog-subsection__side-container {
        width: unset;
    }
}

.catalog-filter-prop {
    padding: 20px 0 20px;
}

.catalog-filter-prop:not(:last-child) {
    border-bottom: 1px solid var(--gray_2);
}

.catalog-filter-prop__name {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.catalog-filter-prop__hint {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: -2px;
}

.catalog-filter-prop__hint svg {
    width: 100%;
    height: 100%;
}

.catalog-filter-prop__search {
    width: 100%;
    display: flex;
    padding: 10px 22px 10px 8px;
    align-items: center;
    border-radius: 10px;
    background: var(--gray_1);
    margin-top: 14px;
}

.catalog-filter-prop__search svg {
    width: 20px;
    height: 20px;
    margin-right: -2px;
}

.catalog-filter-prop__search input {
    border: none;
    outline: none;
    flex: 1;
    margin-left: 10px;
    background-color: transparent;
    color: var(--gray_5, #35373F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.catalog-filter-prop__search input,
.catalog-filter-prop__search ::-ms-input-placeholder,
.catalog-filter-prop__search ::placeholder {
    color: var(--gray_5, #35373F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.catalog-filter-prop__values {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 15px;
    margin-top: 20px;
}

.catalog-filter-prop__values--search {
    grid-template-columns: 1fr 1fr;
}

.catalog-filter-checkbox input {
    display: none;
}

.catalog-filter-checkbox>label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    cursor: pointer;
}

.catalog-filter-checkbox>label.disabled {
	opacity: 0.7;
    cursor: default;
}

.catalog-filter-checkbox>label span {
    padding-top: 1px;
}

.catalog-filter-checkbox>label::before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='3.5' stroke='%23858CA2'/%3E%3C/svg%3E");
}

.catalog-filter-checkbox input:checked+label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect width='20' height='20' rx='4' fill='%233898FF'/%3E%3Cg clip-path='url(%23clip0_411_50609)'%3E%3Cpath d='M6 9.5L9.125 12.625L15.375 6.375' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_411_50609'%3E%3Crect width='15' height='15' fill='white' transform='translate(3 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.catalog-filter-top, 
.catalog-subsection__filter-button,
.catalog-filter-bottom {
    display: none;
}

@media only screen and (max-width: 960px) {
    .catalog-filter {
        position: fixed;
        /* Keep filter anchored to the bottom */
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
        transition: transform 10s ease-in-out;
        -webkit-transition: transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        /* Smooth slide-up transition */
        transform: translateY(100%);
        /* Initially hidden off-screen */
        z-index: 3000;
        border-radius: 15px 15px 0px 0px;
    }

    .catalog-filter--open {
        transform: translateY(0);
    }

    .catalog-filter form {
        height: calc(95vh - 90px);
        max-height: calc(95vh - 90px);
        padding: 22px 20px 70px;
        overflow-y: scroll;
    }

    

    #filterOverlay {
        background: #3a3f44;
        opacity: .7;
        height: 100%;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2999;
    }

    .catalog-subsection__filter-button {
        display: flex;
        height: 40px;
        padding: 9px 20px 10px 20px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background: var(--gray_1);
        color: var(--gray_5);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 20px;
    }

    .catalog-subsection__filter-button svg {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    .catalog-filter-top {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 23px;
    }

    .catalog-filter-top::before {
        content: '';
        position: absolute;
        top: -13px;
        width: 50px;
        height: 4px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='4' viewBox='0 0 50 4' fill='none'%3E%3Crect opacity='0.2' width='50' height='4' rx='2' fill='%2313353F' fill-opacity='0.36'/%3E%3C/svg%3E");
    }
    .catalog-filter-top__title {
        color: var(--gray-gray_5);
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .catalog-filter-top__close {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M23 7L7 23M23 23L7 7' stroke='%2313353F' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .catalog-filter-bottom {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px 18px 10px;
        gap: 20px;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border-top: 1px solid var(--gray_1);
        background-color: #fff;
    }

    .catalog-filter-bottom button,.catalog-filter-bottom input {
        display: flex;
        height: 40px;
        padding: 9px 20px 10px 20px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        width: 100%;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: none;
    }

    .catalog-filter-bottom__reset {
        background: var(--gray_2, #EBECEF);
        color: var(--gray_3, #C2C6D0);
    }

    .catalog-filter-bottom__submit {
        background: var(--orange_5, #F39221);
        color: #fff;
    }
}

/* /Filter */


/* Tags */
.catalog-tags {
    margin-top: 40px;
}

.catalog-tags__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.catalog-tags__item {
    border-radius: 10px;
    border: 1px solid var(--gray_4);
    padding: 9px 10px 8px 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: var(--gray_4);
    display: block;
    margin-bottom: 15px;
}

.catalog-tags__item:hover {
    color: var(--blue_10);
    border: 1px solid var(--blue_10);
}

.catalog-tags__container {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

@media only screen and (max-width: 960px) {
    .catalog-tags__item {
        margin-right: 15px;
    }
}

/* /Tags */

.catalog-subsection__products-container {
    flex: 1;
}

.catalog-subsection__products-top {
    width: 100%;
    height: 40px;
    justify-content: space-between;
    align-items: flex-end;
    display: inline-flex;
    margin-bottom: 20px;
}


.catalog-subsection__select-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4px;
}

.catalog-subsection__select-order .nice-select {
    padding-left: 0;
    padding-right: 31px;
    width: 100%;
}

.catalog-subsection__select-order .nice-select .list {
    border-radius: 10px;
    top: 80%;
}

.catalog-subsection__select-order .nice-select .current {
    color: var(--gray_5);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-top: 1px;
    padding-left: 0;
}

.catalog-subsection__select-order .nice-select:after {
    width: 20px;
    height: 20px;
    top: 24%;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_996_12889)'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231F2D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_996_12889'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.catalog-subsection__select-view {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.catalog-subsection__select-view-item {
    padding: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    cursor: pointer;
}

.catalog-subsection__select-view-item:not(:last-child) {
    margin-right: 10px;
}

.catalog-subsection__select-view-item--selected {
    background: var(--gray_1)
}

.catalog-subsection__select-view-item svg {
    width: 30px;
    height: 30px;
}

.catalog-subsection__products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1371px) and (max-width: 1439px) {
    .catalog-subsection__products-list {
        gap: calc(50vw - 680px);
    }
}

@media only screen and (min-width: 961px) and (max-width: 1370px) {
    .catalog-subsection__products-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}
@media only screen and (max-width: 960px) {
    .catalog-subsection__products-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 21px;
    }
}

@media only screen and (max-width: 420px) {
    .catalog-tags__container {
        margin-right: -16px;
    }
}

/* product card */

.catalog-product {
    width: 320px;
    display: flex;
    flex-direction: column;
	animation: productEnterance 400ms ease 0s 1 normal forwards;
}

.catalog-product.swiper-slide:not(:last-child) {
    margin-right: 40px;
}

.catalog-product__image {
    width: 100%;
    height: 240px;
    flex-shrink: 0;
    padding: 13px 0 14px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid var(--gray_2, #EBECEF);
    background: var(--default-white, #FFF);
    display: flex;
    justify-content: center;
}

.catalog-product__image img {
    height: 100%;
}

.catalog-product__title {
    color: var(--gray_5);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}


.catalog-product__title:hover {
    color: var(--blue_10);
}

.catalog-product__number {
    color: var(--gray_4);
    font-size: 17px;
    letter-spacing: 0.12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.catalog-product__desc {
    color: var(--gray_5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 7px;
    padding-right: 20px;
}

.catalog-product__available {
    margin-bottom: 7px;
}

.catalog-product__available > span:first-child {
	display: none;
}
.catalog-product__available.catalog-product__available--not-available > span:first-child {
	display: inline;
}
.catalog-product__available.catalog-product__available--not-available > span:last-child {
	display: none;
}

.catalog-product__price {
    margin-bottom: 15px;
}

.catalog-product__price-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.catalog-product__price-value {
    color: var(--orange_5, #F39221);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.catalog-product__old-price-value {
    font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: var(--gray_3);
	text-decoration: line-through;
	margin-left: 10px;
}

.catalog-product__quantity {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 20px;
}

.catalog-product__quantity-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 10px;
    background: var(--gray_1);
    padding: 10px;
    width: 150px;
}

.catalog-product__quantity-counter input {
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #FFF;
    color: var(--gray_5, #35373F);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin: 0 10px;
}

/* Chrome, Safari, Edge, Opera */
.catalog-product__quantity-counter input::-webkit-outer-spin-button,
.catalog-product__quantity-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.catalog-product__quantity-counter input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.catalog-product__quantity-control:not(.js-product-quantity--disabled) {
    cursor: pointer;
}

.catalog-product__quantity-control:hover {
    opacity: 0.7;
}

.js-product-quantity--disabled {
    filter: brightness(0) saturate(100%) invert(85%) sepia(6%) saturate(304%) hue-rotate(185deg) brightness(93%) contrast(92%);
}

.catalog-product__quantity-type {
    display: flex;
    padding: 10px 20px;
    height: 50px;
    width: 150px;
    border-radius: 10px;
    background: var(--gray_1);
    justify-content: space-between;
    align-items: center;
}

.catalog-product__quantity-name {
    color: var(--gray_5);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-top: 1px;
}

.catalog-product__quantity-counter svg {
    width: 30px;
    height: 30px;
}
.catalog-product__quantity-type .nice-select {
    width: 100%;
}
.catalog-product__quantity-type .nice-select .list {
    border: none;
    box-shadow: none;
    width: calc(100% + 40px);
    left: -20px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f6f6f6;
}
.catalog-product__quantity-type .nice-select .option {
    padding-left: 38px;
}

.catalog-product__quantity-type .nice-select .option:hover {
    background-color: #ebebeb;
}

.catalog-product__quantity-type .nice-select .option.selected {
    display: none;
}

.catalog-product__quantity-type .nice-select .current {
    color: var(--gray_5);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-top: 1px;
    padding-left: 0;
}

.catalog-product__quantity-type .nice-select:after {
    width: 20px;
    height: 20px;
    top: 24%;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_996_12889)'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231F2D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_996_12889'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.catalog-product__buy .buy-button {
    padding: 5px 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    border-radius: 10px;
}



@media only screen and (max-width: 1370px) {
    .catalog-product {
        width: unset;
    }

    .catalog-product__quantity-counter,
    .catalog-product__quantity-type {
        width: unset;
        flex: 1;
    }
}
@media only screen and (max-width: 1370px) {
    .catalog-product {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .catalog-product__number {
        font-size: 16px;
        letter-spacing: unset;
    }
    .catalog-product__quantity {
        justify-content: space-between;
    }

    .catalog-product__quantity-counter, .catalog-product__quantity-type {
        flex: unset;
        width: calc(50% - 10px);
        margin-right: 0;
    }

    .catalog-product__buy .buy-button {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 20px 10px 20px;
    }

    .catalog-product__quantity-type .nice-select {
        width: 100%;
    }
}

@keyframes productEnterance {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/* /product card */

/* Search Page */
.search-page {
    width: 100%;
}
.search-page form {
    width: 100%;
    display: flex;
    padding: 12px 22px 8px 20px;
    align-items: center;
    border-radius: 10px;
    background: var(--gray_1);
    margin-bottom: 21px;
}

.search-page button {
	padding: 0;
    border: none;
    outline: none;
    background: transparent;
    margin: 0;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-page svg {
    width: 20px;
    height: 20px;
    margin-right: -2px;
}

.search-page input {
    border: none;
    outline: none;
    flex: 1;
    margin-left: 20px;
    background-color: transparent;
    color: var(--gray_5, #35373F);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.search-page input,
.search-page ::-ms-input-placeholder,
.search-page ::placeholder {
    color: var(--gray_5, #35373F);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
/* /Search Page */
/* End */


/* Start:/local/templates/main/components/ilsn/catalog/.default/bitrix/catalog.smart.filter/.default/style.css?170324929418766*/

.group_son_fliter .text-group_1 {
	font-family: 'Impact';
	font-weight: normal;
	letter-spacing: 0;
	width: 74px;
}

.filter-option.options_tbv input {
	display: none;
}
.group_son_fliter .filter-option {
	font-family: Arial; /* 'Open Sans', sans-serif; */
	font-weight: 200;
}

.filter-option .filter-option {
	margin: 0;
	padding: 0;
}

.smart-filter-form .text_6 {
    width: 80px;
    height: 30px;
	padding: 0;
	color: rgba(15, 57, 168, 1);
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.block_1add .group_1_td {
    display: none;
}

@media screen and (max-width:961px){
	.block_1add .group_1_td{
		display: flex;
		width: 87.15vw;
		height: 50px;
		align-items: center;
		justify-content: flex-end;
	}
}

.smart-filter {
	margin-bottom: 20px;
	min-width: 220px;
	width: 100%;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.smart-filter-section { position: relative; }

.smart-filter-title {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}

/*Sections*/

.smart-filter-parameters-box { position: relative; }

.smart-filter-parameters-box-title {
	position: relative;
	display: inline-block;
	padding-bottom: 7px;
	font-size: 13px;
}

.smart-filter-parameters-box-title-text {
	color: var(--primary);
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-active .smart-filter-parameters-box-title-text { color: #333; }

/*region Angles*/
.smart-filter-angle {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 19px;
	vertical-align: middle;
}

.smart-filter-angles {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.smart-filter-angles:after,
.smart-filter-angles:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 1px;
	background-color: var(--primary);
	content: "";
	transition: all 250ms ease;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

.smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.smart-filter-angles:after { margin-left: 3px; }

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/*endregion*/

/*region hint*/
.smart-filter-hint {
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.smart-filter-hint-icon {
	display: block;
	padding: 0 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--primary);
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.smart-filter-hint-popup {
	position: absolute;
	top: calc(100% + 8px);
	left: -7px;
	z-index: 10;
	display: none;
	padding: 10px;
	min-width: 200px;
	max-width: 300px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint:hover .smart-filter-hint-popup { display: block; }

.smart-filter-hint-popup-angle {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #fff;
	transform: rotate(45deg);
}

/*endregion*/

.smart-filter-block {
	display: none;
	box-sizing: content-box;
	transition: padding .3s ease;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block { display: block; }

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
	display: block;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 14px;
}

/*region NUMBERS_WITH_SLIDER*/
.smart-filter-input-group-number { }

/*endregion*/

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	overflow: hidden;
	padding: 25px 18px 25px;
}

.smart-filter-slider-track {
	position: relative;
	height: 7px;
	background: #e7e7e7;
}

.smart-filter-slider-ruler {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086; }

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
	z-index: 60;
	background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid var(--primary);
}

.smart-filter-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
	left: 0;
	margin-left: -14px;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}

.smart-filter-slider-handle.right {
	right: 0;
	margin-right: -14px;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
}

/*endregion*/

/* region Select */
.smart-filter-input-group-dropdown {
	display: block;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus { border-color: var(--primary); }

.smart-filter-dropdown-block {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 29px 0 10px;
	width: 100%;
	height: 29px;
	border: none;
	border-radius: 2px;
	background: #fff;
}

.smart-filter-dropdown-text {
	overflow: hidden;
	max-width: 100%;
	height: 29px;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 29px;
	cursor: pointer;
}

.smart-filter-dropdown-text.fix { min-width: 120px; }

.smart-filter-dropdown-text label { cursor: pointer; }

.smart-filter-dropdown-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
	cursor: pointer;
}

.smart-filter-input-group-dropdown-flex {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
	margin-right: 5px;
}

/*
*	Select popup
*
*/

.smart-filter-dropdown-popup {
	padding: 0;
	min-width: 173px;
	background: #fff;
}

.smart-filter-dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smart-filter-dropdown-popup ul li {
	display: block;
	vertical-align: middle;
}

.smart-filter-dropdown-popup ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.smart-filter-dropdown-popup ul li label {
	display: flex;
	align-items: center;
	overflow: hidden;
	/*padding: 0 5px;*/
	width: 100%;
	color: #575757;
	white-space: nowrap;
	cursor: pointer;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
	background: #f3f8fa;
	color: #000;
}

.smart-filter-dropdown-popup ul li label.disabled {
	background: transparent;
	color: #b8b8b8;
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text { padding-left: 5px;}

/*endregion */

/* region TAGS */

.smart-filter-tag {
	padding: 18px;
	border-top: 1px solid var(--theme-color-light);
	border-bottom: 1px solid var(--theme-color-light);
}

.smart-filter .bx-tag-link {
	color: var(--theme-color-light);
	text-decoration: none;
	text-shadow: none;
	font-size: 12px;
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover { color: #1d3d46; }

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES*/
.smart-filter-input-group-checkbox-pictures { }

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES_AND_LABELS*/
.smart-filter-input-group-checkbox-pictures-text { }

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text { padding-left: 5px; }

/*endregion*/

/*region LABEL */
.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
	position: relative;
	display: inline-block;
	padding: 3px;
	width: 31px;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	color: #000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	line-height: 23px;
	cursor: pointer;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn { border-color: var(--primary); }
.smart-filter-checkbox-text,
.smart-filter-dropdown-text { font-size: 14px; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text { color: #6c6c6c; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
	position: relative;
	opacity: .7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	content: ' ';
	opacity: .7;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

/**/

.smart-filter-checkbox-btn-image {
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-checkbox-btn-image.all {
	position: relative;
	border: none;
	box-shadow: none;
	display: inline-block;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	content: " ";
}

.smart-filter-checkbox-btn-image.all:after {
	right: 0;
	bottom: 0;
}

.smart-filter-checkbox-btn-image.all:before {
	top: 0;
	left: 0;
}

/*endregion*/

/*region Checkbox / Radio */
.smart-filter-input-group-checkbox-list { }

.smart-filter-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*endregion*/

/* COLOR */
/* --- colors */
.smart-filter-param-btn.bx-color-sl { }

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
	position: relative;
	background: transparent;
	box-shadow: none
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	content: ' ';
	opacity: .7;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn { border-color: var(--primary); }

/*
* BTN P/M
*
*/

.smart-filter-param-btn.bx-spm {
	padding: 0;
	min-width: 23px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: transparent;
	color: #767b7e;
	vertical-align: top;
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
}

.smart-filter-param-btn.bx-spm.bx-plus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; }

.smart-filter-param-btn.bx-spm.bx-minus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center; }

.smart-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.smart-filter span.bx-spm {
	display: inline-block;
	margin: 0 10px;
	height: 23px;
	color: #000;
	vertical-align: middle;
	font-size: 18px;
	line-height: 23px;
}

/*
*	icon
*
*/

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
	position: relative;
	display: inline-block;
	margin-top: -4px;
	margin-right: 2px;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 33px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-size: cover;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
	top: 0 !important;
	margin: 2px 0;
	width: 20px;
	height: 20px;
}

.smart-filter-select-block .smart-filter-btn-color-icon { top: -1px !important; }

.smart-filter-param-label.disabled .smart-filter-btn-color-icon { opacity: .2; }

/*
* 	BIZ
*
*/

.smart-filter-parameter-biz {
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px dashed;
	color: #1485ce;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
}

.smart-filter-parameter-biz:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.smart-filter-parameter-biz.bx-active {
	position: relative;
	border-color: transparent;
	color: #000;
}

/*
*	BTN result and reset
*
*/

.btn-themes { color: #fff }

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover { color: #fff }

/*
* 	Result Popup
*
*/

.smart-filter-popup-result {
	position: absolute;
	z-index: 915;
	display: none;
	margin-top: -9px;
	margin-left: 10px;
	padding: 0 10px;
	min-height: 37px;
	border: 1px solid #c6dce7;
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}

.smart-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/main/components/ilsn/catalog/.default/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/main/components/ilsn/catalog/.default/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/main/components/ilsn/catalog/.default/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/main/components/ilsn/catalog/.default/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.smart-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/main/components/ilsn/catalog/.default/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/main/components/ilsn/catalog/.default/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/main/components/ilsn/catalog/.default/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/main/components/ilsn/catalog/.default/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.smart-filter-popup-result.right { left: 97%; }

.smart-filter-popup-result.left { right: 103%; }

.smart-filter-horizontal .smart-filter-popup-result {
	position: relative;
	right: auto;
	bottom: -7px;
	left: auto;
	display: inline-block;
}

.smart-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}

.smart-filter-popup-result a:hover { text-decoration: none; }

.smart-filter-popup-result-close { display: none; }

@media (max-width: 767px) {
	.bx-touch .smart-filter-popup-result {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 1001;
		margin-top: 0;
		margin-left: 0;
		padding: 10px;
		width: auto;
		height: auto;
		border: 1px solid #c6dae7;
		border-radius: 2px;
		background: rgba(255, 255, 255, .9);
		font-size: 12px;
		line-height: 14px;
	}

	.bx-touch .smart-filter-popup-result br { display: none; }

	.smart-filter-popup-result .arrow { display: none; }
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.sections.top/main-conditions/style.css?17069622037008*/
/* main-conditions */

.main-conditions {
    margin-bottom: 34px;
}

.main-conditions__top {
    width: 100%;
    height: 69px;
    justify-content: flex-end;
    align-items: flex-end;
    display: inline-flex
}

.main-conditions__controller {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 18px;
    padding-bottom: 16px;
    background: var(--orange_5);
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    word-wrap: break-word;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), background-color .4s cubic-bezier(0.4, 0, 0.21, 1.1);
    -o-transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), background-color .4s cubic-bezier(0.4, 0, 0.21, 1.1);
    transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), background-color .4s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.main-conditions__controller:first-child {
    border-top-left-radius: 30px;
    position: relative;
}

.main-conditions__controller:first-child::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 15C8.28427 15 15 8.28427 15 0V15H0Z' fill='%23F39221'/%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: -15px;
}

.main-conditions__controller:last-child {
    border-top-right-radius: 30px;
}

.main-conditions__controller--active {
    background: var(--gray_5);
}

.main-conditions__controller--active:first-child::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 15C8.28427 15 15 8.28427 15 0V15H0Z' fill='%2335373F'/%3E%3C/svg%3E");
}

.main-conditions__controller:not(.main-conditions__controller--active):hover {
    opacity: 0.8;
}

.main-conditions__content-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    background: var(--gray_5);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    color: #fff;
    -webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), background-color .4s cubic-bezier(0.4, 0, 0.21, 1.1);
    -o-transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), background-color .4s cubic-bezier(0.4, 0, 0.21, 1.1);
    transition: opacity .4s cubic-bezier(0.4, 0, 0.21, 1.1), background-color .4s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.main-conditions__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-10px);
    border-radius: 6px;
}

.main-conditions__content--active {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 10;
    transform: translateY(0px);
}

.main-conditions__text {
    padding: 40px 0 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-conditions__title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.main-conditions__list {
    margin-bottom: 40px;
}

.main-conditions__list-item {
    display: flex;
    align-items: center;
}

.main-conditions__list-item:not(:last-child) {
    margin-bottom: 20px;
}

.main-conditions__icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.main-conditions__icon img {
    max-width: 100%;
}

.main-conditions__list-item-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-conditions__list-item-subtitle {
    color: var(--gray_4);
}

.main-conditions__image {
    margin-left: auto;
    padding-right: 40px;
    height: 703px;
    width: 587px;
    background-size: cover;
    background-repeat: no-repeat;
}


.main-conditions__content:first-child .main-conditions__image {
    margin-right: 23px;
    height: 704px;
    width: 641px;
}

.main-conditions__content:nth-child(2) .main-conditions__image {
    margin-right: 31px;
    height: 584px;
    width: 671px;
}

.main-conditions__btn.main-conditions__btn {
    padding-bottom: 8px;
}

.main-conditions__image--desktop-hide {
    display: none;
}

@media only screen and (min-width: 1440px) {
    .main-conditions {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media only screen and (max-width: 960px) {
    .main-conditions__image--desktop-show {
        display: none;
    }

    .main-conditions__image--desktop-hide {
        display: block;
    }

    .main-conditions {
        margin: 0 auto 44px;
        max-width: 700px;
    }

    .main-conditions__controller {
        font-size: 20px;
        flex: 1;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .main-conditions__controller:first-child::before {
        display: none;
    }

    .main-conditions__controller:first-child {
        border-top-left-radius: 24px;
    }

    .main-conditions__controller:last-child {
        border-top-right-radius: 24px;
    }

    .main-conditions__content-wrapper {
        border-top-left-radius: 0;
        border-bottom-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .main-conditions__text {
        padding: 19px 0;
    }

    .main-conditions__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .main-conditions__image.main-conditions__image--desktop-hide {
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
        padding-right: 10px !important;
        max-height: 301px;
    }

    .main-conditions__image img {
        max-height: 100%;
    }

    .main-conditions__list-item-subtitle {
        display: inline;
    }

    .main-conditions__list {
        margin-bottom: 21px;
    }

    .main-conditions__btn.btn-orange {
        height: 40px;
        padding: 9px 20px 10px 20px;
        border-radius: 12px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 700px) {
    .main-conditions {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-conditions__image.main-conditions__image--desktop-hide {
        width: 100% !important;
    }

    .main-conditions__icon {
        min-width: 40px;
    }

    .main-conditions__text {
        width: 100%;
    }
}


/* /main-conditions */
/* End */
/* /local/templates/main/components/ilsn/catalog/.default/style.css?171033723236387 */
/* /local/templates/main/components/ilsn/catalog/.default/bitrix/catalog.smart.filter/.default/style.css?170324929418766 */
/* /local/templates/main/components/bitrix/catalog.sections.top/main-conditions/style.css?17069622037008 */
