

/* Start:/local/templates/main/components/bitrix/catalog/products/style.min.css?178168428524882*/
@charset "UTF-8";:root{--font-family--open:"Open Sans",sans-serif;--font-family--mulish:"Mulish",sans-serif;--main-font:var(--font-family--mulish);--transition-duration:0.3s;--primary-black-color:#121127;--primary-white-color:#fff;--primary-blue-color:#3566a0;--primary-gray-color:#dcdbdf;--secondary-black-color:#001e49;--secondary-blue-color:#e2e8f1;--tertiary-blue-color:#144375;--background-color:#f5f6fa;--background-hover-color:#ebf0f6;--primary-black-color-translucent:rgba(18,17,39,.6);--primary-black-color-translucent-4:rgba(18,17,39,.4);--primary-black-color-translucent-8:rgba(18,17,39,.8);--secondary-black-color-translucent:rgba(0,25,66,.6)}.catalog-products-section{display:-webkit-box;display:-ms-flexbox;display:flex;margin:51px 0 160px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}@media screen and (max-width:1200px){.catalog-products-section{margin:51px 0 40px}}.catalog-products-section__catalog{display:grid;grid-template-columns:370px 1fr;grid-template-rows:auto auto auto 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:20px 40px;grid-template-areas:"filter search" "filter options" "filter select-filters" "filter products"}@media screen and (max-width:1440px){.catalog-products-section__catalog{gap:24px}}@media screen and (max-width:1200px){.catalog-products-section__catalog{gap:10px;grid-template-areas:"search" "options" "select-filters" "products";grid-template-columns:100%;grid-template-rows:auto}}@media screen and (max-width:767px){.catalog-products-section__catalog{gap:20px}}.catalog-products-section__catalog.not-found{grid-template-areas:"filter search" "filter select-filters" "filter products";grid-template-rows:auto auto 1fr}@media screen and (max-width:1200px){.catalog-products-section__catalog.not-found{grid-template-areas:"search" "select-filters" "products"}}.catalog-products-section__search{background-color:var(--background-color);border-radius:20px;grid-area:search;overflow:hidden;padding:20px}@media screen and (max-width:1200px){.catalog-products-section__search{background-color:transparent;border-radius:0;padding:0}.catalog-products-section__search .catalog-search-main__btn{--btn--display:none}}.catalog-products-section__options{grid-area:options}.not-found .catalog-products-section__options{display:none}.catalog-products-section__filter{grid-area:filter}@media screen and (max-width:1200px){.catalog-products-section__filter{background-color:var(--primary-white-color);display:grid;grid-template-rows:0fr;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;-webkit-transition:grid-template-rows var(--transition-duration,.3s);transition:grid-template-rows var(--transition-duration,.3s);transition:grid-template-rows var(--transition-duration,.3s),-ms-grid-rows var(--transition-duration,.3s);-webkit-transition:all var(--transition-duration,.3s);transition:all var(--transition-duration,.3s);visibility:hidden;z-index:999}.catalog-products-section__filter.open,.open .catalog-products-section__filter{grid-template-rows:1fr}.catalog-products-section__filter:before{background-color:rgba(58,63,68,0);content:"";inset:0;position:absolute;-webkit-transition:background-color var(--transition-duration,.3s);transition:background-color var(--transition-duration,.3s);z-index:-1}.catalog-products-section__filter:after{-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite;border:5px solid #fff;border-bottom:5px solid var(--primary-blue-color);border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:inline-block;height:48px;left:calc(50% - 24px);opacity:0;position:absolute;top:calc(50% - 24px);-webkit-transition:opacity var(--transition-duration,.3s);transition:opacity var(--transition-duration,.3s);width:48px;z-index:-1}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.catalog-products-section__filter.loading:before,.loading .catalog-products-section__filter:before{background-color:rgba(58,63,68,.3);z-index:8}.catalog-products-section__filter.loading:after,.loading .catalog-products-section__filter:after{opacity:1;z-index:9}.catalog-products-section__filter.show{grid-template-rows:1fr;opacity:1;visibility:visible}.catalog-products-section__filter .catalog-filter{background-color:var(--primary-white-color);margin:0 auto;max-height:100dvh;max-width:min(var(--container-max-width),100vw);overflow:auto;padding:0 var(--container-padding);width:100%}.catalog-products-section__filter .catalog-filter__form{height:100vh}}.catalog-products-section__select-filters{grid-area:select-filters}.catalog-products-section__products{grid-area:products}.catalog-products-section .products-section{-webkit-box-flex:1;-ms-flex:1;flex:1}.catalog-products-section .hide{display:none}.catalog-products-section .banner-catalog-section{grid-column:1/-1}.catalog-products-section>.banner-catalog-section,.catalog-products-section>.breadcrumbs{display:none}.products-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:40px;justify-content:space-between}@media screen and (max-width:1200px){.products-section-header{margin-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:576px){.products-section-header{gap:32px}}.products-section-header__title{display:inline;margin:0}@media screen and (min-width:577px){.products-section-header__title{margin-right:8px}}.products-section-header__count{color:var(--primary-black-color-translucent);font-size:18px;line-height:150%;opacity:1;-webkit-transition:opacity var(--transition-duration,.3s);transition:opacity var(--transition-duration,.3s);white-space:nowrap}.loading .products-section-header__count{opacity:0}@media screen and (max-width:576px){.products-section-header__buttons{width:100%}}.products-section-header__button{white-space:nowrap}@media screen and (min-width:1441px){.products-section-header__button{min-width:371px}}@media screen and (max-width:576px){.products-section-header__button{--btn-max-width:100%}}.products-section-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:var(--background-color);border-radius:16px;gap:8px;justify-content:space-between;padding:20px}@media screen and (max-width:1200px){.products-section-options{background-color:transparent;padding:0}}@media screen and (max-width:359px){.products-section-options{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.products-section-options__sort{max-width:329px;width:100%}.products-section-options .custom-select-radio{--custom-select-radio-color:var(--primary-black-color);--custom-select-radio-btn-background:var(--primary-white-color);--custom-select-radio-content-background:var(--primary-white-color);white-space:nowrap}@media screen and (max-width:1200px){.products-section-options .custom-select-radio{--custom-select-radio-btn-background:var(--background-color);--custom-select-radio-btn-border:none}}.products-section-options .custom-select-radio__content{z-index:4}.products-section-options .custom-select-radio__values{padding:24px}.products-section-options .custom-select-radio input{cursor:inherit;inset:0;margin:0;opacity:0;position:absolute;z-index:2}.products-section-options .custom-select-radio label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:8px;justify-content:space-between;opacity:1;-webkit-transition:all var(--transition-duration,.3s);transition:all var(--transition-duration,.3s)}@media (hover:hover){.products-section-options .custom-select-radio label:hover:not(:disabled){color:var(--secondary-black-color);opacity:.8}}.products-section-options .custom-select-radio label:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23001e49' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;width:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0;opacity:0;-webkit-transition:opacity var(--transition-duration,.3s);transition:opacity var(--transition-duration,.3s)}.products-section-options .custom-select-radio input:checked~label{color:var(--secondary-black-color);opacity:.8}.products-section-options .custom-select-radio input:checked~label:after{opacity:1}.products-section-options__filters{--btn-max-width:100%;--btn-justify-content:space-between;--btn-flex:1;--btn-font-weight:600}@media screen and (min-width:1201px){.products-section-options__filters{display:none;--btn--display:none}}.products-section-options__view-mode{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.products-section-options__view-mode{display:none}}.products-section-options__view-mode .btn--view:first-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.products-section-options__view-mode .btn--view:last-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.catalog-select-filters{display:grid;grid-template-rows:0fr;overflow:hidden;-webkit-transition:grid-template-rows var(--transition-duration,.3s);transition:grid-template-rows var(--transition-duration,.3s);transition:grid-template-rows var(--transition-duration,.3s),-ms-grid-rows var(--transition-duration,.3s)}.catalog-select-filters.open,.open .catalog-select-filters{grid-template-rows:1fr}.catalog-select-filters__wrapper{min-height:0}.catalog-select-filters__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:20px}@media screen and (max-width:576px){.catalog-select-filters__items{gap:12px 8px}}.catalog-select-filters__item.btn--tag{--btn-color:var(--primary-white-color);--btn-background-color:var(--secondary-black-color);--btn-gap:10px;--btn-line-height:100%}@media (hover:hover){.catalog-select-filters__item.btn--tag:not(.active):not(div):hover{--btn-color:var(--primary-white-color);--btn-background-color:var(--primary-blue-color)}}.catalog-select-filters__item.btn--tag:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m18 6-4 4m-2 2-6 6m6-6L6 6m6 6 6 6'/%3E%3C/svg%3E");display:-webkit-box;display:-ms-flexbox;display:flex;height:16px;width:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0}.catalog-select-filters__delete.btn--tag{--btn-gap:10px;--btn-line-height:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.catalog-select-filters__delete.btn--tag:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23121127' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='M9.333 7.334v4m-2.666-4v4M2 4h8.667m0 0H14m-3.333 0V2.667a1.333 1.333 0 0 0-1.334-1.333H6.667A1.33 1.33 0 0 0 5.512 2m7.155 4v7.334a1.333 1.333 0 0 1-1.334 1.333H4.667a1.333 1.333 0 0 1-1.334-1.333V6'/%3E%3C/svg%3E");display:-webkit-box;display:-ms-flexbox;display:flex;height:16px;width:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0}@media screen and (min-width:1201px){.catalog-products-section-blocks:not(:has(.services-section-container)) .section-info{padding-top:0}}@media screen and (min-width:577px){.catalog-products-section-blocks .services-section-container{background-color:var(--background-color)}}.catalog-products-section-blocks .services-section{padding:160px 0}@media screen and (max-width:1200px){.catalog-products-section-blocks .services-section{padding:80px 0}}@media screen and (max-width:576px){.catalog-products-section-blocks .services-section{padding:40px 0}.catalog-products-section-blocks .services-section__items-wrapper{margin:0 calc(var(--container-padding)*-1);padding:0 var(--container-padding);width:calc(100% + var(--container-padding)*2)}.catalog-products-section-blocks .services-section__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}.catalog-products-section-blocks .services-section__item.swiper-slide{background-color:var(--background-color);height:auto;width:272px}.catalog-products-section-blocks .services-section__feedback{display:none}.catalog-products-section-blocks .services-section__image-wrapper{-webkit-mask-image:url(/images/mask_section_mobile_alpha.png);mask-image:url(/images/mask_section_mobile_alpha.png);min-height:150px}.catalog-products-section-blocks .services-section__image{height:150px}}.catalog-products-section-blocks .services-section__items{display:grid;gap:var(--services-section-gap);grid-template-columns:repeat(var(--services-section-count-in-row),1fr)}@media screen and (max-width:576px){.catalog-products-section-blocks .services-section__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}}@media screen and (max-width:1200px) and (min-width:577px){.catalog-products-section-blocks .services-section__item.swiper-slide{max-width:100%}}.section-info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;padding:160px 0}@media screen and (max-width:1440px){.section-info{gap:24px;padding:80px 0}}@media screen and (max-width:1200px){.section-info{padding:40px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:48px}}@media screen and (max-width:576px){.section-info{gap:24px}}.section-info__text-block{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:48px}@media screen and (max-width:1440px){.section-info__text-block{gap:32px}}@media screen and (max-width:576px){.section-info__text-block{gap:24px}}.section-info__text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.section-info__text{--lines:14;display:-webkit-box;-webkit-box-orient:vertical;font-size:18px;-webkit-line-clamp:var(--lines);line-height:150%;overflow:hidden;position:relative;-webkit-transition:all var(--transition-duration,.3s);transition:all var(--transition-duration,.3s)}@media screen and (max-width:1440px){.section-info__text{--lines:7}}@media screen and (max-width:1200px){.section-info__text{font-size:16px}}@media screen and (max-width:576px){.clamped .section-info__text:after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(245,246,250,0)),to(var(--primary-white-color)));background:linear-gradient(to bottom,rgba(245,246,250,0),var(--primary-white-color));bottom:0;content:"";height:40px;left:0;opacity:1;position:absolute;right:0;-webkit-transition:all var(--transition-duration,.3s);transition:all var(--transition-duration,.3s)}.clamped.open .section-info__text:after{opacity:0}}.open .section-info__text{--lines:unset}.section-info__show-more{opacity:0;pointer-events:none}.section-info__show-more:before{content:"Подробнее"}@media screen and (max-width:576px){.section-info__show-more:before{content:"Читать больше"}}.open .section-info__show-more:before{content:"Скрыть"}@media screen and (max-width:576px){.open .section-info__show-more:before{content:"Скрыть"}}.clamped .section-info__show-more{opacity:1;pointer-events:all}.section-info__show-more:after{-webkit-transition:all var(--transition-duration,.3s);transition:all var(--transition-duration,.3s)}@media screen and (min-width:577px){.section-info__show-more:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23343a3f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m16 10-4 4-4-4'/%3E%3C/svg%3E");display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;width:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0}}.open .section-info__show-more:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.section-info__image-wrapper{max-width:calc(50% - 20px);width:100%}@media screen and (max-width:1440px){.section-info__image-wrapper{max-width:calc(50% - 12px)}}@media screen and (max-width:1200px){.section-info__image-wrapper{height:402px;max-width:100%;overflow:hidden}}@media screen and (max-width:576px){.section-info__image-wrapper{height:auto}}.section-info__image{border-radius:16px;width:100%}@media screen and (max-width:1200px){.section-info__image{height:100%;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:576px){.section-info__image{border-radius:12px}}.catalog-products-element:not(.load) .product-detail__actions-blocks,.catalog-products-element:not(.load) .product-detail__buy-block,.catalog-products-element:not(.load) .product-detail__image-main,.catalog-products-element:not(.load) .product-detail__properties-block,.catalog-products-element:not(.load) .product-detail__teasers-item{overflow:hidden;position:relative}.catalog-products-element:not(.load) .product-detail__actions-blocks:before,.catalog-products-element:not(.load) .product-detail__buy-block:before,.catalog-products-element:not(.load) .product-detail__image-main:before,.catalog-products-element:not(.load) .product-detail__properties-block:before,.catalog-products-element:not(.load) .product-detail__teasers-item:before{-webkit-animation:loading 2s ease-in infinite;animation:loading 2s ease-in infinite;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.5)));background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.5));bottom:0;content:"";left:-300px;position:absolute;top:0;-webkit-transform:skewX(-45deg);-ms-transform:skewX(-45deg);transform:skewX(-45deg);width:50px;z-index:3}@-webkit-keyframes loading{to{left:calc(100% + 300px)}}.catalog-products-element:not(.load) .product-detail__actions-blocks:after,.catalog-products-element:not(.load) .product-detail__buy-block:after,.catalog-products-element:not(.load) .product-detail__image-main:after,.catalog-products-element:not(.load) .product-detail__properties-block:after,.catalog-products-element:not(.load) .product-detail__teasers-item:after{background-color:var(--background-color);content:"";inset:0;position:absolute;z-index:2}.catalog-products-element:not(.load) .product-detail__actions-blocks,.catalog-products-element:not(.load) .product-detail__properties-block{border-radius:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.catalog-products-element:not(.load) .product-detail__image-thumbs-slide{-webkit-transition:unset;transition:unset;visibility:hidden}.catalog-products-element:not(.load) .product-detail-info .product-detail-block,.catalog-products-element:not(.load) .product-detail-info .product-detail-nav,.catalog-products-element:not(.load) .product-detail-info__banner,.catalog-products-element:not(.load) .product-detail-info__brand,.catalog-products-element:not(.load) .product-detail-info__teasers{overflow:hidden;position:relative}.catalog-products-element:not(.load) .product-detail-info .product-detail-block:before,.catalog-products-element:not(.load) .product-detail-info .product-detail-nav:before,.catalog-products-element:not(.load) .product-detail-info__banner:before,.catalog-products-element:not(.load) .product-detail-info__brand:before,.catalog-products-element:not(.load) .product-detail-info__teasers:before{-webkit-animation:loading 2s ease-in infinite;animation:loading 2s ease-in infinite;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.5)));background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.5));bottom:0;content:"";left:-300px;position:absolute;top:0;-webkit-transform:skewX(-45deg);-ms-transform:skewX(-45deg);transform:skewX(-45deg);width:50px;z-index:3}.catalog-products-element:not(.load) .product-detail-info .product-detail-block:after,.catalog-products-element:not(.load) .product-detail-info .product-detail-nav:after,.catalog-products-element:not(.load) .product-detail-info__banner:after,.catalog-products-element:not(.load) .product-detail-info__brand:after,.catalog-products-element:not(.load) .product-detail-info__teasers:after{background-color:var(--background-color);content:"";inset:0;position:absolute;z-index:2}.catalog-products-element:not(.load) .product-detail-info .product-detail-nav{border-radius:12px}.catalog-products-element:not(.load) .product-detail-info__bottom>*{visibility:hidden}.catalog-products-element:not(.load) .product-detail-info__brand:after{height:100%;width:100%}.loading .catalog-not-found__message{overflow:hidden;position:relative}.loading .catalog-not-found__message:before{-webkit-animation:loading 2s ease-in infinite;animation:loading 2s ease-in infinite;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.5)));background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.5));bottom:0;content:"";left:-300px;position:absolute;top:0;-webkit-transform:skewX(-45deg);-ms-transform:skewX(-45deg);transform:skewX(-45deg);width:50px;z-index:3}.loading .catalog-not-found__message:after{background-color:var(--background-color);content:"";inset:0;position:absolute;z-index:2}.loading .catalog-not-found .products-section__title{border-radius:12px;overflow:hidden;position:relative}.loading .catalog-not-found .products-section__title:before{-webkit-animation:loading 2s ease-in infinite;animation:loading 2s ease-in infinite;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.5)));background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.5));bottom:0;content:"";left:-300px;position:absolute;top:0;-webkit-transform:skewX(-45deg);-ms-transform:skewX(-45deg);transform:skewX(-45deg);width:50px;z-index:3}.loading .catalog-not-found .products-section__title:after{background-color:var(--background-color);content:"";inset:0;position:absolute;z-index:2}.catalog-products-sections{margin:37px 0 80px}@media screen and (max-width:576px){.catalog-products-sections{margin:44px 0 40px}}.catalog-products-sections__title{margin:0 0 52px}@media screen and (max-width:1200px){.catalog-products-sections__title{margin:0 0 18px}}@media screen and (max-width:576px){.catalog-products-sections__title{margin:0 0 34px}}.catalog-products-sections.loading .sections-index__item{overflow:hidden;position:relative}.catalog-products-sections.loading .sections-index__item:before{-webkit-animation:loading 2s ease-in infinite;animation:loading 2s ease-in infinite;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.5)));background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.5));bottom:0;content:"";left:-300px;position:absolute;top:0;-webkit-transform:skewX(-45deg);-ms-transform:skewX(-45deg);transform:skewX(-45deg);width:50px;z-index:3}@keyframes loading{to{left:calc(100% + 300px)}}.catalog-products-sections.loading .sections-index__item:after{background-color:var(--background-color);content:"";inset:0;position:absolute;z-index:2}.catalog-products-section-blocks-brand{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px}@media screen and (max-width:1200px){.catalog-products-section-blocks-brand{gap:40px;margin-bottom:40px}}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/sections_on_index/style.min.css?17816842854322*/
:root{--font-family--open:"Open Sans",sans-serif;--font-family--mulish:"Mulish",sans-serif;--main-font:var(--font-family--mulish);--transition-duration:0.3s;--primary-black-color:#121127;--primary-white-color:#fff;--primary-blue-color:#3566a0;--primary-gray-color:#dcdbdf;--secondary-black-color:#001e49;--secondary-blue-color:#e2e8f1;--tertiary-blue-color:#144375;--background-color:#f5f6fa;--background-hover-color:#ebf0f6;--primary-black-color-translucent:rgba(18,17,39,.6);--primary-black-color-translucent-4:rgba(18,17,39,.4);--primary-black-color-translucent-8:rgba(18,17,39,.8);--secondary-black-color-translucent:rgba(0,25,66,.6)}.sections-index{--sections-index-count-in-row:4;--sections-index-gap:40px;--sections-index-item-padding:40px;--sections-index-name-font-size:24px;--sections-index-description-font-size:18px;--sections-index-feedback-title-font-size:32px;--sections-index-feedback-text-font-size:18px;display:grid;gap:var(--sections-index-gap);grid-template-columns:repeat(var(--sections-index-count-in-row),1fr)}@media screen and (max-width:1440px){.sections-index{--sections-index-gap:24px;--sections-index-item-padding:40px 24px;--sections-index-name-font-size:22px;--sections-index-description-font-size:16px;--sections-index-feedback-title-font-size:28px;--sections-index-feedback-text-font-size:16px}}@media screen and (max-width:1200px){.sections-index{--sections-index-count-in-row:2;--sections-index-item-padding:24px;--sections-index-name-font-size:20px;--sections-index-feedback-title-font-size:24px;--sections-index-feedback-text-font-size:16px}}@media screen and (max-width:576px){.sections-index{--sections-index-count-in-row:1;--sections-index-gap:12px;--sections-index-item-padding:24px 20px;--sections-index-feedback-title-font-size:22px}}.sections-index__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--background-color);border-radius:16px;-ms-flex-direction:column;flex-direction:column;min-height:var(--sections-index-item-height);overflow:hidden;position:relative;-webkit-transition:background-color var(--transition-duration,.3s);transition:background-color var(--transition-duration,.3s)}@media (hover:hover){.sections-index__item:hover{background-color:var(--background-hover-color)}}.sections-index__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;height:100%;justify-content:space-between;margin-top:auto;padding:var(--sections-index-item-padding)}.sections-index__name{font-size:var(--sections-index-name-font-size);font-weight:600;-webkit-line-clamp:3;line-height:120%}.sections-index__description,.sections-index__name{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.sections-index__description{font-size:var(--sections-index-description-font-size);-webkit-line-clamp:5;line-height:150%;margin-top:12px;opacity:.6}.sections-index__more{margin-top:36px}@media screen and (max-width:1440px){.sections-index__more{margin-top:32px}}@media screen and (max-width:576px){.sections-index__more{margin-top:30px}}.sections-index__more--link:before{content:"";inset:0;position:absolute}.sections-index__feedback{background-color:var(--primary-blue-color);border-radius:16px}.sections-index__feedback .sections-index__container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:40px;justify-content:space-between;max-height:none}.sections-index__feedback .sections-index__container,.sections-index__feedback-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sections-index__feedback-top{gap:16px}.sections-index__feedback-title{color:var(--primary-white-color);font-size:var(--sections-index-feedback-title-font-size);font-weight:600;line-height:130%}.sections-index__feedback-text{color:var(--primary-white-color);font-size:var(--sections-index-feedback-text-font-size);line-height:150%}@media screen and (max-width:576px){.sections-index__feedback-bottom{width:100%}.sections-index__feedback-btn.btn{max-width:none;width:100%}}
/* End */
/* /local/templates/main/components/bitrix/catalog/products/style.min.css?178168428524882 */
/* /local/templates/main/components/bitrix/catalog.section.list/sections_on_index/style.min.css?17816842854322 */
