

/* 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/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/bitrix/catalog.sections.top/main-conditions/style.css?17069622037008 */
