:root{--white-color:#fff;--black-color:#151515;--accent-color:#58b74c;--sky-color:#3eb7f3;--blue-color:#0083c5;--txt-color:#313131;--gray-color:#6c6c6c;--gray2-color:#c8c8c8;--error-color:red;--back-color:#f2f2f2;--green-back-color:#e2f5df;--lines-color:rgba(49,49,49,.12);--lines-white-color:hsla(0,0%,100%,.1);--trs-300:0.3s cubic-bezier(0.25,0.46,0.45,0.94);--shadow:0px 4px 28px 0px rgba(0,0,0,.1);--screensize:1920}@media (max-width:1660px){:root{--screensize:1660}}@media (max-width:1400px){:root{--screensize:1275}}@media (max-width:1279px){:root{--screensize:1045}}@media (max-width:1023px){:root{--screensize:1024}}@media (max-width:992px){:root{--screensize:992}}@media (max-width:767px){:root{--screensize:360}}.catalog-list{overflow:hidden}@media (max-width:992px){.catalog-list{overflow:visible}}.catalog-list.is-grid{overflow:visible}.catalog-list .catalog-list__sort{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.75rem}@media (max-width:768px){.catalog-list .catalog-list__sort{align-items:flex-start;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}}.catalog-list .catalog-list__sort .catalog-list__items{color:var(--gray-color);font-size:.875rem;font-weight:400;line-height:136%}@media (max-width:992px){.catalog-list .catalog-list__sort .catalog-list__items{font-size:.75rem;font-weight:400;line-height:96%}}.catalog-list .catalog-list__sort .catalog-list__selectors{align-items:center;display:flex;gap:.625rem}.catalog-list .catalog-list__grid{-moz-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:3rem;overflow:hidden;row-gap:3rem}@media (max-width:992px){.catalog-list .catalog-list__grid{-moz-column-gap:1.25rem;column-gap:1.25rem;grid-template-columns:repeat(2,1fr);row-gap:3rem}}.catalog-list .catalog-list__row{margin-bottom:5rem;overflow:hidden}@media (max-width:992px){.catalog-list .catalog-list__row{margin-bottom:0;overflow:visible;padding-bottom:4rem;padding-top:4rem;position:relative}.catalog-list .catalog-list__row:before{background:var(--lines-color);bottom:0;content:"";height:1px;left:-100vw;position:absolute;width:200vw}.catalog-list .catalog-list__row:first-child{padding-top:0}.catalog-list .catalog-list__row:last-child{padding-bottom:0}.catalog-list .catalog-list__row:last-child:before{display:none}}.catalog-list .catalog-list__row:last-child{margin-bottom:0}.catalog-list .catalog-list__row .list-row_top{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.75rem}@media (max-width:992px){.catalog-list .catalog-list__row .list-row_top{justify-content:center;margin-bottom:1.5rem}}.catalog-list .catalog-list__row .list-row_top .list-row__title{font-size:2.5rem;font-weight:500;letter-spacing:-.125rem;line-height:106%}@media (max-width:992px){.catalog-list .catalog-list__row .list-row_top .list-row__title{font-size:1.75rem;letter-spacing:-.0625rem}}.catalog-list .catalog-list__row .list-row_top .list-row__link{align-items:center;display:flex;font-size:.75rem;font-weight:600;gap:1rem;line-height:115%;text-transform:uppercase;transition:var(--trs-300)}@media (max-width:992px){.catalog-list .catalog-list__row .list-row_top .list-row__link{display:none}}.catalog-list .catalog-list__row .list-row_top .list-row__link svg{height:.875rem;width:.875rem}.catalog-list .catalog-list__row .list-row_top .list-row__link:hover,.catalog-list .catalog-list__row .list-row_top .list-row__link:hover svg{color:var(--accent-color)}.catalog-list .catalog-list__row .list-row__swiper{position:relative}@media (max-width:992px){.catalog-list .catalog-list__row .list-row__swiper{margin-bottom:3rem}.catalog-list .catalog-list__row .list-row__swiper .product-card{opacity:0;transition:opacity var(--trs-300)}.catalog-list .catalog-list__row .list-row__swiper .product-card.visible-slide{opacity:1}}.catalog-list .catalog-list__row .list-row__swiper .product-card .product-card__swiper .swiper-wrapper{position:absolute}.catalog-list .catalog-list__row .list-row__swiper .navigation{align-items:center;display:none;justify-content:space-between;left:-1.5rem;pointer-events:none;position:absolute;right:-1.5rem;top:8.75rem;z-index:2}@media (max-width:992px){.catalog-list .catalog-list__row .list-row__swiper .navigation{display:flex}}@media (max-width:768px){.catalog-list .catalog-list__row .list-row__swiper .navigation{display:flex;left:-.625rem;right:-.625rem;top:4rem}}.catalog-list .catalog-list__row .list-row__swiper .navigation .btn{height:2.75rem;pointer-events:all;width:1.875rem}@media (max-width:768px){.catalog-list .catalog-list__row .list-row__swiper .navigation .btn{height:1.5rem;width:1rem}}.catalog-list .catalog-list__row .list-row__swiper .navigation .btn:disabled{pointer-events:none}.catalog-list .catalog-list__row .list-row__swiper .navigation .btn:disabled svg{color:var(--gray-color)}.catalog-list .catalog-list__row .list-row__swiper .navigation .btn:hover svg{color:var(--accent-color)}.catalog-list .catalog-list__row .list-row__swiper .navigation .btn svg{color:var(--txt-color);height:100%;width:100%}.catalog-list .catalog-list__row .list-row__link_mob{align-items:center;display:none;font-size:.75rem;font-weight:600;gap:1rem;justify-content:center;line-height:115%;margin:auto;text-transform:uppercase;transition:var(--trs-300)}@media (max-width:992px){.catalog-list .catalog-list__row .list-row__link_mob{display:flex}}.catalog-list .catalog-list__row .list-row__link_mob svg{height:.875rem;width:.875rem}