.catalog-section{margin-bottom:clamp(30px,5.1282vw,60px)}.catalog-section__box{display:grid;grid-template-columns:clamp(250px,24.188vw,283px) 1fr;grid-gap:50px 20px}.catalog-section__box ul.product-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.catalog-section__top{grid-column:1/-1;display:grid;grid-template-columns:1fr repeat(2,auto);grid-gap:10px;align-items:center}.catalog-section .filter-btn{width:24px;height:24px;transition:all .3s;position:relative;z-index:2}.catalog-section .filter-btn svg{width:100%;height:auto}.catalog-section .filter-btn[data-counter]::after{content:attr(data-counter);background-color:var(--cl-h);border-radius:100%;width:18px;height:18px;padding:2px 0 0;position:absolute;top:-8px;right:-6px;z-index:2;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--cl-a);font-family:var(--font-family);font-size:12px;font-style:normal;font-weight:400;line-height:130%}.catalog-section .filter-btn:hover{opacity:.7}.catalog-section__title{font-family:var(--font-family);font-weight:500;font-size:clamp(26px,3.5897vw,42px);line-height:130%;color:var(--cl-f)}.catalog-section__title i{font-style:normal;color:var(--cl-e)}.catalog-section__inner{display:flex;flex-direction:column}.catalog-section__inner .editor{max-width:550px;align-self:center;display:flex;flex-direction:column;align-items:center;padding:clamp(81px,8.547vw,100px) 0}.catalog-section__inner .editor *{text-align:center}.catalog-section__inner .editor i.sprite,.catalog-section__inner .editor img{width:120px;height:120px;margin-bottom:20px}.catalog-section__inner .editor i.sprite svg{width:100%;height:100%}.catalog-section__inner .editor h1,.catalog-section__inner .editor h2,.catalog-section__inner .editor h3,.catalog-section__inner .editor h4,.catalog-section__inner .editor h5,.catalog-section__inner .editor h6{color:var(--cl-k)}.catalog-section__inner .editor p{font-family:var(--font-family);font-weight:400;font-size:clamp(18px,1.7094vw,20px);line-height:130%;color:var(--cl-d)}.catalog-section__inner .editor .main-btn{margin-top:34px}.catalog-section .product-card{display:flex;flex-direction:column;border-radius:24px;background:var(--bg-e);padding:20px;height:100%;gap:15px}.catalog-section .product-card__image{width:100%;aspect-ratio:1.704;border-radius:12px;overflow:hidden;position:relative;flex-shrink:0}.catalog-section .product-card__image img,.catalog-section .product-card__image picture{width:100%;height:100%}.catalog-section .product-card__labels{display:flex;width:100%;align-items:center;gap:5px;flex-wrap:wrap}.catalog-section .product-card__char{position:absolute;left:10px;bottom:10px;z-index:3;display:flex;align-items:center;gap:5px;padding:2px 8px 2px 4px;border-radius:8px;border:1px solid var(--br-b);background:var(--bg-f);color:var(--cl-r);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%}.catalog-section .product-card__char i{width:24px;height:24px}.catalog-section .product-card__char i svg{width:100%;height:100%}.catalog-section .product-card__label{border-radius:8px;border:1px solid var(--br-b);display:flex;padding:2px 8px 2px 4px;justify-content:center;align-items:center;gap:5px;color:var(--cl-p);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%;white-space:nowrap}.catalog-section .product-card__label i{width:24px;height:24px}.catalog-section .product-card__label i svg{width:100%;height:100%}.catalog-section .product-card__inner{display:flex;flex-direction:column;gap:15px;height:100%}.catalog-section .product-card__name{color:var(--cl-m);font-family:var(--font-family);font-size:20px;font-style:normal;font-weight:500;line-height:130%;margin-bottom:auto}.catalog-section .product-card__price{color:var(--cl-i);font-family:var(--font-family);font-size:28px;font-style:normal;font-weight:500;line-height:130%}.catalog-section .product-card__price b{font-weight:500}.catalog-section .product-card .main-btn{margin-top:-5px;width:100%;font-size:18px;height:47px;padding:11px 32px}.catalog-section .product-list{display:grid;grid-gap:20px}.catalog-section .pagination{display:flex;align-items:flex-end;justify-content:center;gap:16px;margin-top:30px;flex-grow:1}.catalog-section .pagination__list{display:flex;align-items:center;gap:16px}.catalog-section .pagination .btn,.catalog-section .pagination__link{display:flex;align-items:center;justify-content:center;color:var(--cl-a);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;gap:8px;height:40px;min-width:40px;padding:8px;border-radius:8px;background:var(--cl-h);cursor:pointer;transition:all .3s;border:solid 1px transparent}.catalog-section .pagination .btn.active,.catalog-section .pagination__link.active{pointer-events:none;border-color:var(--cl-h);color:var(--cl-c);background:0 0}.catalog-section .pagination .btn:not(.active):hover,.catalog-section .pagination__link:not(.active):hover{color:var(--cl-j);background:var(--cl-t)}.catalog-section .pagination .btn:empty,.catalog-section .pagination__link:empty{display:none}.catalog-section .pagination__item{display:flex;justify-content:center;align-items:center}.catalog-section .pagination .btn{font-size:20px}@media (min-width:425px){.catalog-section .product-list{grid-template-columns:repeat(auto-fill,minmax(clamp(320px,34.188vw,400px),1fr))}}@media (max-width:1024px){.catalog-section__top{grid-template-columns:auto 1fr}.catalog-section__top .editor{margin-bottom:15px;grid-column:1/-1}.catalog-section__title{margin-bottom:15px;grid-column:1/-1}}@media (max-width:768px){.catalog-section__box{grid-template-columns:100%;grid-gap:20px}.catalog-section__top{grid-template-columns:auto 1fr auto;margin-bottom:30px}}@media (max-width:576px){.catalog-section__top{grid-template-columns:repeat(2,1fr)}.catalog-section__top .custom-select{width:100%}.catalog-section__top .custom-select .select-field{padding:7px 6px 9px 7px}.catalog-section__top .custom-select .option-label{margin-right:3px;font-size:14px;white-space:normal;line-height:100%}.catalog-section .filter-btn svg{width:24px}.catalog-section .filter-btn{grid-column:1/-1;grid-row:2/3;width:100%;justify-content:space-between;gap:10px;display:flex;align-items:center}.catalog-section .filter-btn::before{content:attr(data-title);display:inline-block;color:var(--cl-r);font-family:var(--font-family);font-size:clamp(20px,2.0513vw,24px);font-style:normal;font-weight:500;line-height:130%}.catalog-section__inner .editor .main-btn{width:100%}.catalog-section .product-card__image{min-height:250px}}@media (max-width:425px){.catalog-section__inner .editor h1,.catalog-section__inner .editor h2,.catalog-section__inner .editor h3,.catalog-section__inner .editor h4,.catalog-section__inner .editor h5,.catalog-section__inner .editor h6{max-width:300px}.catalog-section .product-list{grid-template-columns:100%}}