.product-card-horizontal{display:grid;grid-template-columns:260px 1fr;overflow:hidden;background-color:#fff;border:1px solid var(--gray-10);color:inherit;text-decoration:none}@media(max-width:1600px){.product-card-horizontal{grid-template-columns:220px 1fr}}.product-card-horizontal:hover{cursor:pointer}.product-card-horizontal:hover .product-card-horizontal__title{color:var(--primary-color)}.product-card-horizontal:hover .base-button_variant-fill{background:var(--primary-color-darken);border-color:var(--primary-color-darken)}@media(max-width:900px){.product-card-horizontal{grid-template-columns:180px minmax(0,1fr)}}.product-card-horizontal__media{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;height:100%;overflow:hidden;background-color:var(--gray-50);max-width:260px}@media(max-width:1600px){.product-card-horizontal__media{max-width:220px}}@media(max-width:900px){.product-card-horizontal__media{max-width:180px}}.product-card-horizontal__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-horizontal__content{display:grid;grid-template-columns:minmax(300px,1fr) minmax(300px,1fr) minmax(120px,160px);align-items:center;gap:48px;padding:0 26px 0 18px}@media(max-width:1600px){.product-card-horizontal__content{gap:36px}}@media(max-width:1200px){.product-card-horizontal__content{grid-template-columns:minmax(220px,1fr) minmax(300px,1fr);gap:28px}}@media(max-width:900px){.product-card-horizontal__content{grid-template-columns:1fr;align-items:start;gap:18px;padding:24px}}.product-card-horizontal__info{display:flex;flex-direction:column;gap:4px;min-width:0}.product-card-horizontal__title{color:var(--primary-text-color);font-size:24px;font-weight:600;line-height:1.2;transition:color .4s ease}@media(max-width:1600px){.product-card-horizontal__title{font-size:20px}}.product-card-horizontal__description{color:var(--gray-200);font-size:14px;font-weight:300;line-height:1.25}.product-card-horizontal__specs{display:flex;justify-content:space-around}@media(max-width:1200px){.product-card-horizontal__specs{justify-content:space-between}}.product-card-horizontal__spec{min-width:0}.product-card-horizontal__spec-label{color:var(--gray-200);font-size:11px;font-weight:300;line-height:1.25;white-space:normal;text-align:left}.product-card-horizontal__spec-value{color:var(--primary-text-color);font-size:18px;font-weight:500;line-height:1.25;margin-top:3px;white-space:nowrap}@media(max-width:1200px){.product-card-horizontal__spec-value{font-size:15px}}@media(max-width:900px){.product-card-horizontal__spec-value{font-size:14px}}.product-card-horizontal__details{width:100%}@media(max-width:1200px){.product-card-horizontal__details{display:none}}.product-card-vertical{display:flex;flex-direction:column;width:100%;overflow:hidden;background-color:#fff;border:1px solid var(--gray-10)}.product-card-vertical:hover{cursor:pointer}.product-card-vertical:hover .product-card-vertical__title{color:var(--primary-color)}.product-card-vertical:hover .product-card-vertical__details-icon,.product-card-vertical:hover .product-card-vertical__details-icon:before,.product-card-vertical:hover .product-card-vertical__details-text{color:var(--primary-color);border-color:var(--primary-color)}.product-card-vertical__media{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;overflow:hidden;background-color:#e8e8e8}.product-card-vertical__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-vertical__body{display:flex;flex:1;flex-direction:column;padding:24px}@media(max-width:767px){.product-card-vertical__body{padding:24px 24px 28px}}.product-card-vertical__title{color:var(--primary-text-color);font-size:24px;font-weight:600;line-height:1.2;transition:color .4s ease}@media(max-width:1600px){.product-card-vertical__title{font-size:22px}}.product-card-vertical__description{margin-top:8px;color:var(--gray-200);font-size:14px;font-weight:300;line-height:1.25}.product-card-vertical__specs{display:flex;flex-direction:column;margin-top:16px}.product-card-vertical__spec{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:16px;padding:12px 0 4px;border-bottom:1px solid var(--gray-10)}.product-card-vertical__spec:first-child{border-top:0}.product-card-vertical__spec-label,.product-card-vertical__spec-value{font-size:16px;line-height:1.25}@media(max-width:1600px){.product-card-vertical__spec-label,.product-card-vertical__spec-value{font-size:15px}}.product-card-vertical__spec-label{color:var(--gray-200)}.product-card-vertical__spec-value{color:var(--primary-text-color);text-align:right;font-weight:700}.product-card-vertical__details{display:flex;align-items:center;justify-content:space-between;gap:24px;color:#1a1a1a;margin-top:32px}@media(max-width:1600px){.product-card-vertical__details{margin-top:24px}}.product-card-vertical__details-text{font-size:18px;line-height:1.2;font-weight:500;text-transform:uppercase;border-bottom:2px solid var(--gray-500);padding-bottom:2px;transition:.4s ease}@media(max-width:1600px){.product-card-vertical__details-text{font-size:17px}}.product-card-vertical__details-icon{position:relative;flex:0 0 54px;width:54px;height:54px;border:2px solid #334155;border-radius:50%;transition:border-color .4s ease}@media(max-width:1600px){.product-card-vertical__details-icon{width:48px;height:48px;flex:0 0 48px}}.product-card-vertical__details-icon:before{content:"";position:absolute;top:50%;left:50%;width:13px;height:13px;border-top:2px solid #334155;border-right:2px solid #334155;transform:translate(-65%,-50%) rotate(45deg);transition:border-color .4s ease}@media(max-width:1600px){.product-card-vertical__details-icon:before{width:11px;height:11px}}.catalog-page{padding:35px 0 60px}.catalog-page__wrap{display:flex;flex-direction:column;gap:16px}.catalog-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}@media(max-width:767px){.catalog-page__header{align-items:flex-start;flex-direction:column}}.catalog-page__title{max-width:980px;color:var(--primary-text-color);font-size:64px;font-weight:800;line-height:.95;text-transform:uppercase}@media(max-width:1600px){.catalog-page__title{font-size:58px}}@media(max-width:1200px){.catalog-page__title{font-size:52px}}@media(max-width:900px){.catalog-page__title{font-size:44px}}@media(max-width:767px){.catalog-page__title{font-size:32px}}.catalog-page__catalog-link{flex:0 0 auto;margin-bottom:8px;text-decoration:none}@media(max-width:767px){.catalog-page__catalog-link{margin-bottom:0;width:100%}.catalog-page__catalog-link .base-button{width:100%}}.catalog-page__toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:6px;overflow:hidden;background-color:#fff;border:1px solid var(--gray-10);margin-top:16px;border-radius:0}@media(max-width:767px){.catalog-page__toolbar{align-items:stretch;gap:8px;width:100%;padding:6px;background-color:#fff;border:1px solid var(--gray-10);border-radius:0}}.catalog-page__view-switcher{display:inline-flex;flex:none;gap:2px;padding:2px;background-color:var(--gray-50);border:1px solid var(--gray-10);border-radius:0}.catalog-page__view-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;background:transparent;color:var(--gray-200);border:0;border-radius:0;cursor:pointer;transition:background-color .2s ease,color .2s ease}@media(max-width:767px){.catalog-page__view-button{width:36px;height:36px}}.catalog-page__view-button_active{background-color:#fff;color:var(--primary-color);box-shadow:0 6px 16px #00000014}.catalog-page__view-icon{position:relative;width:18px;height:18px}.catalog-page__view-icon_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3px}.catalog-page__view-icon_grid:after,.catalog-page__view-icon_grid:before{width:100%;height:100%;background:linear-gradient(currentcolor 0 0) 0 0/100% 8px no-repeat,linear-gradient(currentcolor 0 0) 0 100%/100% 8px no-repeat;content:""}.catalog-page__view-icon_table:before{position:absolute;inset:2px 0;background:linear-gradient(currentcolor 0 0) 0 0/100% 3px no-repeat,linear-gradient(currentcolor 0 0) 0/100% 3px no-repeat,linear-gradient(currentcolor 0 0) 0 100%/100% 3px no-repeat;content:""}.catalog-page__tabs-wrap{position:relative;flex:1 1 auto;min-width:0}.catalog-page__tabs{display:flex;gap:4px;min-width:0;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.catalog-page__tabs::-webkit-scrollbar{display:none}@media(max-width:767px){.catalog-page__tabs{gap:6px}}.catalog-page__tabs-scroll{position:absolute;z-index:2;top:0;bottom:0;display:inline-flex;align-items:center;justify-content:center;width:42px;padding:0;background:transparent;border:0;cursor:pointer;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.catalog-page__tabs-scroll_visible{opacity:1;pointer-events:auto;visibility:visible}.catalog-page__tabs-scroll_left{left:0;background:linear-gradient(90deg,#fff 42%,#fff0)}.catalog-page__tabs-scroll_left .catalog-page__tabs-scroll-icon{transform:rotate(225deg);animation:catalog-tabs-arrow-left 1.1s ease-in-out infinite}.catalog-page__tabs-scroll_right{right:0;background:linear-gradient(270deg,#fff 42%,#fff0)}.catalog-page__tabs-scroll_right .catalog-page__tabs-scroll-icon{transform:rotate(45deg);animation:catalog-tabs-arrow-right 1.1s ease-in-out infinite}.catalog-page__tabs-scroll-icon{width:10px;height:10px;border-top:2px solid var(--gray-100);border-right:2px solid var(--gray-100)}@keyframes catalog-tabs-arrow-left{0%,to{translate:3px 0}50%{translate:-2px 0}}@keyframes catalog-tabs-arrow-right{0%,to{translate:-3px 0}50%{translate:2px 0}}.catalog-page__tab{flex:0 0 auto;padding:14px 21px;background-color:transparent;color:var(--gray-200);font-size:15px;font-weight:600;line-height:1;white-space:nowrap;border:0;border-radius:0;cursor:pointer;transition:background-color .2s ease,color .2s ease}.catalog-page__tab:hover{background-color:var(--gray-50);color:var(--primary-text-color)}@media(max-width:767px){.catalog-page__tab{padding:13px 16px;background-color:#fff;font-size:14px}}.catalog-page__tab_active{background-color:var(--primary-color);color:#fff}.catalog-page__tab_active:hover{background-color:var(--primary-color-darken);color:#fff}.catalog-page__list{width:100%}.catalog-page__list_grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media(max-width:1600px){.catalog-page__list_grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1200px){.catalog-page__list_grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.catalog-page__list_grid{grid-template-columns:1fr}}.catalog-page__list_table{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--gray-10);border-left:1px solid var(--gray-10)}.catalog-page__list .product-card_grid{max-width:none;border:1px solid var(--gray-10)}.catalog-page__list .product-card_table{border-right:1px solid var(--gray-10);border-bottom:1px solid var(--gray-10)}.catalog-page__list .product-card-horizontal,.catalog-page__list .product-card-vertical{border:0}
