.hero{height:calc(100vh - 50px);position:relative;top:calc(var(--header-height)*-1)}.hero:before{background:linear-gradient(rgba(0,0,0,.25) 15%,hsla(0,0%,100%,0) 36%),linear-gradient(rgba(0,0,0,.51),rgba(0,0,0,.11) 87%);content:"";inset:0;position:absolute;width:100vw;z-index:1}.hero .container{height:100%;min-height:780px;position:relative}.hero__box-title{align-items:flex-start;display:flex;flex-direction:column;top:0;left:0;right:0;bottom:0;position:absolute;padding:70px 20px 20px;max-width:70%;z-index:1}.hero__title{font-size:32px;font-weight:800;line-height:40px;margin-bottom:10px;text-align:left}.hero__image{height:100%;left:0;object-fit:cover;object-position:center 0;position:absolute;top:0;width:100vw}.hero__box-images{cursor:pointer;display:flex;gap:50px}.hero__icon{align-items:center;border-radius:10px;filter:drop-shadow(6px 6px 6px rgb(0,0,0));display:flex;flex-direction:column;padding:10px;row-gap:5px;width:80px}.hero__icon span{text-align:center;filter:drop-shadow(2px 2px 2px rgb(0,0,0))}@media(max-width:768px){.hero__box-title{max-width:85%}.hero__box-images{gap:20px}.hero__image{object-position:0 0}}@media(max-width:600px){.hero__title{font-size:28px;line-height:36px}.hero__box-title{padding:55px 10px 10px}}@media(max-width:576px){.hero__title{text-align:center;margin-bottom:50px!important}.hero__box-title{max-width:100%}.hero__box-images{justify-content:space-around;width:100%}}@media(max-width:480px){.hero__title{font-size:22px;line-height:32px}}.why-us__content{display:flex;flex-direction:column;gap:16px}.why-us__description{color:var(--grey-text-color);font-size:18px;line-height:1.2;width:70%}.why-us__list{display:flex;flex-direction:column;gap:24px;margin-top:40px}.why-us__item{align-items:center;column-gap:16px;display:flex;font-size:20px;line-height:1.2}.why-us__item-right{flex-direction:row-reverse;text-align:right}.why-us__item-right .why-us__description{margin-left:auto}.why-us__image{align-items:center;background-color:var(--main-color);border-radius:50%;display:flex;height:200px;justify-content:center;min-width:200px}@media(max-width:768px){.why-us__image{min-width:150px;height:150px}.why-us__image img{width:80px;height:80px}.why-us__description{width:100%}}@media(max-width:550px){.why-us{position:relative;top:-20px}.why-us .title{display:none}.why-us__title{font-size:16px}.why-us__image{min-width:100px;height:100px}.why-us__image img{width:60px;height:60px}.why-us__content{gap:8px}.why-us__list{column-gap:0;row-gap:36px;margin-top:0}.why-us__item{row-gap:16px}.why-us__item,.why-us__item-right{flex-direction:column;text-align:center}.why-us__description{font-size:16px}}.instruction-section__back{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.55rem .8rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);color:var(--light-text-color);text-decoration:none;font-size:1rem;transition:transform var(--transition-time),filter var(--transition-time),border-color var(--transition-time)}.instruction-section__back-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);line-height:1}.instruction-section__content{margin-top:2rem}.instruction-section__videos{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.instruction-section__video-item{background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,0)),var(--secondary-bg-color);border-radius:calc(var(--border-radius) + 4px);border:1px solid hsla(0,0%,100%,.08);padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.12)}.instruction-section__video-title{font-size:1.25rem;font-weight:600;color:var(--light-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.instruction-section__video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:calc(var(--border-radius) + 2px);border:1px solid hsla(0,0%,100%,.08)}.instruction-section__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.instruction-section__empty{text-align:center;padding:3rem;color:var(--grey-text-color);font-size:1.1rem}@media(hover:hover){.instruction-section__back:hover{transform:translateY(-1px);border-color:hsla(0,0%,100%,.16);filter:brightness(1.05)}}.instruction-section__back:focus-visible{outline:2px solid hsla(0,0%,100%,.28);outline-offset:2px}@media(max-width:768px){.instruction-section__videos{grid-template-columns:1fr}.instruction-section__video-item{padding:1.5rem}.instruction-section__video-title{font-size:1.1rem}}.instruction__content{margin-top:2rem}.instruction__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.instruction__item{margin:0}.instruction__link{display:block;min-height:180px;padding:1.25rem;background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,0)),var(--secondary-bg-color);border-radius:calc(var(--border-radius) + 4px);border:1px solid hsla(0,0%,100%,.08);text-decoration:none;color:var(--light-text-color);transition:transform var(--transition-time),background-color var(--transition-time),border-color var(--transition-time),box-shadow var(--transition-time);box-shadow:0 10px 30px rgba(0,0,0,.12)}.instruction__link-inner{height:100%;min-height:inherit;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.instruction__link-title{font-size:1.2rem;font-weight:600;letter-spacing:.2px;line-height:1.25}.instruction__link-icon{align-self:flex-end;width:44px;height:44px;display:grid;place-items:center;border-radius:999px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);font-size:1.1rem}@media(hover:hover){.instruction__link:hover{transform:translateY(-1px);border-color:hsla(0,0%,100%,.14);box-shadow:0 16px 44px rgba(0,0,0,.18)}}.instruction__link:focus-visible{outline:2px solid hsla(0,0%,100%,.28);outline-offset:2px}@media(max-width:768px){.instruction__list{grid-template-columns:1fr;gap:1.5rem}.instruction__link{min-height:110px;padding:1rem}.instruction__link-title{font-size:1.1rem}}.checkout__form{background-color:var(--secondary-bg-color);display:flex;flex-direction:column;padding:32px;border-radius:var(--border-radius)}.checkout__form label{color:var(--light-text-color)!important;font-size:16px!important}.checkout__loader{background-color:rgba(0,0,0,.7);position:fixed;inset:0;width:100%;height:100%;z-index:20}.checkout-form__main-info{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.checkout-form__delivery-info{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;gap:10px}.checkout-form__date-time{display:flex;gap:10px}.checkout-form__date{min-width:200px;width:100%}.checkout-form__date-root .ant-picker-header-super-next-btn,.checkout-form__date-root .ant-picker-header-super-prev-btn{position:absolute;line-height:0;height:0;padding:0;margin:0}.checkout-form__date-root .ant-picker-header-view button{pointer-events:none;cursor:default}.checkout-form__phone{position:relative}.checkout-form__phone--error .checkout-form__error-text{display:block}.checkout-form__phone--error .ant-input{border-color:#ff4d4f}.checkout-form__error-text{color:#ff4d4f;display:none;position:absolute;bottom:-21px;left:0}.checkout-form__time{width:100%}.checkout-form__submit{align-items:center;background-color:var(--third-color);border-radius:8px;color:var(--light-text-color);display:flex;flex-direction:column;gap:1px;justify-content:center;margin:10px auto 0;padding:10px;position:relative;transition:var(--transition-time);width:300px;font-weight:600;width:270px}.checkout-form__submit span:nth-child(2){font-size:18px;font-weight:400}.ant-form-item:has(.checkout-form__submit){margin:0}.ant-select.checkout-form__time .ant-select-selector{height:40px!important}.ant-picker-dropdown .ant-picker-header-view button{color:var(--light-text-color)!important}.ant-picker-dropdown .ant-picker-panel{font-size:13px}.ant-picker-dropdown .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-content th{width:28px}.ant-picker-dropdown .ant-picker-cell-inner{height:28px;line-height:28px}@media(hover:hover){.checkout-form__submit:hover{background-color:var(--third-color-hover);text-shadow:var(--light-text-shadow)}}@media(max-width:768px){.checkout-form__main-info{grid-template-columns:1fr;row-gap:0;column-gap:10px}.checkout-form__delivery-info{grid-template-columns:1fr 1fr;row-gap:0;column-gap:10px}.checkout-form__submit{font-size:16px;line-height:1.6;gap:0;margin-top:0;padding:10px 5px;width:250px}.checkout-form__submit span:nth-child(2){font-size:16px}}@media(max-width:550px){.checkout-form{background-color:transparent;padding:0}.checkout-form__delivery-info{grid-template-columns:1fr}.checkout-form__submit{font-size:14px;width:220px}.checkout-form__submit span:nth-child(2){font-size:14px}}@font-face{font-family:Montserrat;src:url(/_next/static/media/Montserrat.baf00bb2.woff2) format("woff2"),url(/_next/static/media/Montserrat.a47dceac.woff) format("woff");font-display:swap;font-weight:400}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--main-color-value:152,93,197;--main-color:rgb(var(--main-color-value));--main-color-hover:#5a2385;--secondary-color-value:255,10,90;--secondary-color:rgb(var(--secondary-color-value));--secondary-color-text-shadow:0.4px 0.4px 0.4px rgb(var(--secondary-color-value));--third-color-value:17,138,81;--third-color:rgb(var(--third-color-value));--third-color-hover:#14a05a;--third-color-text-shadow:0.4px 0.4px 0.4px rgb(var(--third-color-value));--fourth-color-value:255,127,20;--fourth-color:rgb(var(--fourth-color-value));--grey-text-color:#b1b1b1;--light-text-color:#fff;--light-text-shadow:0.4px 0.4px 0.4px #fff;--main-mix-bg-color:#291d32;--navigation-bg-color:#291d32;--navigation-bg-color-hover:#23192a;--secondary-bg-color:#191919;--mix-bg-color-hover:#23192a;--main-bg-color:#0d0d0d;--transition-time:0.2s;--scrollbar-size:0px;--border-radius:16px;--dropdown-padding:24px;--margin-menu-item:22px;--header-height:70px}@media(max-width:550px){:root{--dropdown-padding:6px;--margin-menu-item:10px}}:root{--purple200:#985dc5;--purple600:#5a2385;--purple800:#461967;--gray950:#0d0d0d;--gray900:#141414;--gray850:#191919;--gray800:#1c1c1c;--gray750:#1e1e1e;--gray700:#202020;--gray650:#232323;--gray600:#282828;--gray550:#323232;--gray500:#3c3c3c;--gray450:#464646;--gray350:#646464;--gray300:#8c8c8c;--gray250:#8f8f8f;--gray200:#b1b1b1;--red:#ff4d4f;--redHover:#ff7875;--redActive:#ff7875;--green:#118a51;--greenHover:#0a4d30;--greenActive:#083c26;--orange:#ff7f14;--orangeHover:#c8640f;--orangeActive:#964b0a;--blue:#1890ff;--blueHover:#126ec8;--blueActive:#0f5aa0;--white:#fff;--transparent:transparent;--mask:rgba(0,0,0,.45);--purpleAlpha10:rgba(152,93,197,.1);--redAlpha10:rgba(255,10,90,.1);--greenAlpha10:rgba(17,138,81,.1);--orangeAlpha10:rgba(255,127,20,.1);--blueAlpha10:rgba(24,144,255,.1);--redBg:#1e1419;--orangeBg:#1e1914}.ant-pagination .ant-pagination-item-active{border:none!important}.ant-form-item-label,.ant-form-item-required,.ant-modal-close-x{color:var(--grey-text-color)!important}@media(max-width:768px){.ant-notification{margin-right:10px!important}}@media(max-width:550px){.ant-notification{margin-right:5px!important}.ant-notification-notice{max-width:80vw!important}}@media(max-width:450px){.ant-notification{margin-right:2px!important}}.empty{min-height:calc(100dvh - 210px);padding:20px;color:var(--grey-text-color)}.empty,.empty__content{display:flex;justify-content:center;align-items:center}.empty__content{flex-direction:column;max-width:700px}.empty__title{font-size:28px;line-height:36px;text-align:center}.empty__back-link{color:#fff}.filter-button{display:none;padding-right:0;position:relative;height:28px;width:40px}.filter-button svg,.filter-button-active:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.filter-button-active:before{background-color:var(--secondary-color);border-radius:50%;content:"";display:block;height:40px;width:40px;transition:background-color var(--transition-time);z-index:-1}@media(max-width:1200px){.filter-button{display:block}.filter-panel-mobile{background-color:var(--main-mix-bg-color);position:fixed;display:flex;flex-direction:column;right:-100%;top:70px;transition:right .5s;padding:0 20px 12px!important;overflow:visible!important;height:calc(100dvh - var(--header-height));width:100%;max-width:220px;z-index:5}.filter-panel-mobile:after{content:"";background-color:var(--main-mix-bg-color);position:absolute;right:var(--scrollbar-size);transform:translateX(200%);top:0;width:var(--scrollbar-size);height:100%}.filter-panel-mobile__form{row-gap:7px;display:flex;flex-direction:column;overflow-y:auto;height:max-content}.filter-panel-mobile__select{min-width:150px}.filter-panel-mobile__buttons{display:flex;flex-direction:column;row-gap:7px;margin-top:16px}.filter-panel-mobile__button{width:100%}.filter-panel-mobile-active{right:0}}@media(max-width:768px){.filter-panel-mobile{padding:0 7px 12px!important}.filter-panel-mobile__title{font-size:18px;text-align:center}}.filter-panel-desktop{border-bottom:1px solid var(--decorative-dark-line-color);margin-bottom:40px}.filter-panel-desktop__title{font-size:24px;line-height:32px;font-weight:500;margin-bottom:12px}.filter-panel-desktop__form{display:grid;grid-auto-rows:40px;grid-template-columns:repeat(6,minmax(calc((100% - 50px) / 6),1fr));grid-gap:10px;gap:10px;width:100%;will-change:transform}.filter-panel-desktop__select{min-width:150px}.filter-panel-desktop__button-search{grid-column:-3/-2}.filter-panel-desktop__button-reset{grid-column:-2/-1}.filter-panel-desktop__form.filter-panel-desktop__form--cornices-ceiling-tape{grid-template-columns:repeat(7,minmax(calc((100% - 50px) / 7),1fr))}.filter-panel-desktop__form.filter-panel-desktop__form--baseboards,.filter-panel-desktop__form.filter-panel-desktop__form--blinds,.filter-panel-desktop__form.filter-panel-desktop__form--blinds-furniture,.filter-panel-desktop__form.filter-panel-desktop__form--cornices-ceiling-furniture,.filter-panel-desktop__form.filter-panel-desktop__form--cornices-wall-metal-plastic-furniture{grid-template-columns:repeat(6,minmax(calc((100% - 50px) / 6),1fr))}.filter-panel-desktop__form.filter-panel-desktop__form--arched-corners,.filter-panel-desktop__form.filter-panel-desktop__form--cornices-ceiling,.filter-panel-desktop__form.filter-panel-desktop__form--cornices-ceiling-profile,.filter-panel-desktop__form.filter-panel-desktop__form--cornices-ceiling-turns,.filter-panel-desktop__form.filter-panel-desktop__form--cornices-wall-metal-plastic,.filter-panel-desktop__form.filter-panel-desktop__form--forged-cornices-bracket,.filter-panel-desktop__form.filter-panel-desktop__form--forged-cornices-connection,.filter-panel-desktop__form.filter-panel-desktop__form--forged-cornices-furniture,.filter-panel-desktop__form.filter-panel-desktop__form--forged-cornices-oriel,.filter-panel-desktop__form.filter-panel-desktop__form--forged-cornices-ring,.filter-panel-desktop__form.filter-panel-desktop__form--forged-cornices-tip{grid-template-columns:repeat(5,minmax(calc((100% - 50px) / 5),1fr))}@media(max-width:1300px){.filter-panel-desktop__form{grid-template-columns:repeat(5,minmax(calc((100% - 50px) / 5),1fr))}.filter-panel-desktop__form.filter-panel-desktop__form--cornices-ceiling-furniture{grid-template-columns:repeat(6,minmax(calc((100% - 50px) / 6),1fr))}.filter-panel-desktop__form.filter-panel-desktop__form--blinds{grid-template-columns:repeat(5,minmax(calc((100% - 50px) / 5),1fr))}}.loader-wrapper{position:relative;inset:0;display:flex;align-items:center;justify-content:center;min-height:calc(100dvh - var(--header-height) - 1px)}.loader{width:44.8px;height:44.8px;color:var(--main-color);position:relative;background:radial-gradient(11.2px,currentColor 94%,transparent)}.loader:before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(10.08px at bottom right,transparent 94%,currentColor) 0 0,radial-gradient(10.08px at bottom left,transparent 94%,currentColor) 100% 0,radial-gradient(10.08px at top right,transparent 94%,currentColor) 0 100%,radial-gradient(10.08px at top left,transparent 94%,currentColor) 100% 100%;background-size:22.4px 22.4px;background-repeat:no-repeat;animation:loader 1.5s cubic-bezier(.3,1,0,1) infinite}@keyframes loader{33%{inset:-11.2px;transform:rotate(0deg)}66%{inset:-11.2px;transform:rotate(90deg)}to{inset:0;transform:rotate(90deg)}}.mobile-menu{display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:10}.mobile-menu__list{position:relative;top:var(--header-height);gap:12px;padding:12px 24px 24px;width:100%}.mobile-menu__item{cursor:pointer;display:flex;font-size:18px;width:100%;position:relative;margin-bottom:6px;border-radius:10px;padding:12px 14px;background:hsla(0,0%,100%,.03)}.mobile-menu__item .nav__link{position:absolute;inset:0}.mobile-menu__item-title{position:relative}.mobile-menu__button{column-gap:1px;display:flex;font-size:18px;padding:0;line-height:1.2}.mobile-menu__button .anticon.anticon-caret-right{position:relative;top:1px}.mobile-menu-level-2{z-index:11}.mobile-menu-level-3{z-index:12}.mobile-menu-level-4{z-index:13}@media(max-width:1200px){.mobile-menu{background-color:var(--main-mix-bg-color);position:fixed;display:block;left:-100%;top:0;width:100%;max-width:435px;height:100dvh;transition:left .5s;overflow-y:auto}.mobile-menu-active{left:0}}@media(max-width:768px){.mobile-menu__list{padding:0 12px 12px}}@media(max-width:550px){.mobile-menu{width:300px}.mobile-menu__list{gap:8px}.mobile-menu__item{font-size:17px;line-height:1.2}.mobile-menu__button{font-size:17px}}.menu-back-button{padding:0;font-size:18px}.menu-back-button span{margin-left:8px}.menu-back-button .anticon.anticon-arrow-left{margin-left:0}@media(max-width:550px){.menu-back-button{font-size:16px}}.not-found-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 160px);padding:40px 0}.not-found-page__content{display:flex;flex-direction:column;align-items:center}.not-found-page__title{font-size:32px;font-weight:700;line-height:1;color:var(--main-color);margin:0 0 16px}.not-found-page__description{font-size:16px;line-height:1.5;color:var(--grey-text-color);margin:0 0 24px;text-align:center}.not-found-page__link{background-color:var(--main-color);color:var(--light-text-color);border:none;border-radius:var(--border-radius);padding:12px 24px;font-size:16px;font-weight:500;cursor:pointer;text-wrap:nowrap;transition:all var(--transition-time) ease}@media(hover:hover){.not-found-page__link:hover{background-color:var(--main-color-hover)}}@media(max-width:768px){.not-found-page__title{font-size:24px;margin:0 0 8px}}@media(max-width:480px){.not-found-page__title{font-size:22px}.not-found-page__link{padding:8px 16px;font-size:14px}}.pagination{display:flex;justify-content:center;align-items:center;gap:15px}.pagination__pages{display:flex;gap:10px}.pagination__item{color:var(--grey-text-color);background-color:transparent;transition:all var(--transition-time);width:30px;height:30px}.pagination__vector{font-size:12px}.pagination__item--active{color:var(--main-color)}@media(hover:hover){.pagination__item:hover{color:var(--main-color)}}@media(max-width:576px){.pagination{gap:0}.pagination__pages{gap:7px}}.product-card__description{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:var(--grey-text-color);display:-webkit-box;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-clamp:1;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis}.product-card__title{display:flex;flex-direction:column;row-gap:3px;font-size:16px;font-weight:700;line-height:24px}.product-card__title-name{font-size:14px;font-weight:400;line-height:20px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price{color:var(--secondary-color);font-size:18px;font-weight:700;font-family:Montserrat,sans-serif;line-height:24px}.product-card__price-original{color:var(--grey-text-color);font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;text-decoration:line-through;line-height:20px}.product-card{background-color:var(--secondary-bg-color);width:100%;height:max-content}.product-card,.product-card__box-image{border-radius:var(--border-radius);position:relative}.product-card__box-image{background-color:#fff;cursor:pointer;overflow:hidden;height:200px;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-card__track{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;will-change:transform}.product-card__slide{flex:0 0 auto;position:relative;overflow:hidden}.product-card__image,.product-card__slide{height:100%;background-color:#fff;border-radius:var(--border-radius)}.product-card__image{display:block;cursor:pointer;object-fit:cover;transition:transform var(--transition-time);width:100%}.product-card__dots{bottom:6px;display:flex;gap:4px;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.product-card__dot{background-color:rgba(0,0,0,.3);border-radius:999px;display:block;height:3px;width:12px}.product-card__dot--active{background-color:rgba(0,0,0,.7)}.product-card__info{display:flex;flex-direction:column;padding:15px 8px 0}.product-card__button{font-size:14px;width:100%}@media(max-width:1280px){.product-card__box-image{height:280px}}@media(max-width:1024px){.product-card__box-image{height:250px}}@media(max-width:890px){.product-card__box-image{height:220px}}@media(max-width:768px){.product-card__box-image{height:240px}}@media(max-width:650px){.product-card__box-image{height:290px}}@media(max-width:550px){.product-card__box-image{height:270px}}@media(max-width:500px){.product-card__box-image{height:250px}}@media(max-width:420px){.product-card__dots{bottom:3px}.product-card__box-image{height:230px}}@media(max-width:400px){.product-card__box-image{height:200px}}@media(max-width:350px){.product-card__box-image{height:170px}}.product-list{display:grid;grid-template-columns:repeat(6,calc(16.6667% - 12.8px));grid-gap:30px 15px;gap:30px 15px;margin-bottom:40px}@media(max-width:1280px){.product-list{grid-template-columns:repeat(4,calc(25% - 6px));grid-auto-flow:dense;gap:24px 8px}}@media(max-width:768px){.product-list{grid-template-columns:repeat(3,calc(33.3333% - 6px))}}@media(max-width:650px){.product-list{grid-template-columns:repeat(2,calc(50% - 4px));column-gap:4px}}.product{font-weight:600}.product__inner{display:flex;column-gap:50px}.product__content{display:flex;flex-direction:column;flex:1 1;min-width:0;max-width:100%}.product__title{font-size:32px;line-height:38px;margin-bottom:20px}.product__other-size-products{max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:20px}.product__other-size-products::-webkit-scrollbar{display:none}.product__other-size-products:active{cursor:-webkit-grabbing;cursor:grabbing}.product__other-size-products--dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-snap-type:none}.product__other-size-products-track{display:flex;gap:10px;width:max-content;padding:5px 0}.product__other-size-product-button{border:none;border-radius:10px;overflow:hidden;background:none;padding:0;margin:0;width:60px;height:60px;flex:0 0 auto;scroll-snap-align:start}.product__other-size-product-image{width:60px;height:60px;object-fit:cover}.product__other-size-product-button--selected{border:4px solid var(--main-color)}.product__price{color:var(--secondary-color)}.product__image-box{border-radius:20px;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;width:350px;height:350px;flex-shrink:0;margin-bottom:10px}.product__track{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;will-change:transform}.product__slide{flex:0 0 auto;position:relative;border-radius:var(--border-radius);overflow:hidden}.product__image,.product__slide{height:100%;background-color:#fff}.product__image{cursor:pointer;display:block;object-fit:cover;transition:transform var(--transition-time);width:100%}.product__dots{bottom:10px;display:flex;gap:4px;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.product__dot{background-color:rgba(0,0,0,.3);border-radius:999px;display:block;height:3px;width:14px}.product__dot--active{background-color:rgba(0,0,0,.7)}.product__list{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-auto-rows:max-content;grid-gap:0 100px;gap:0 100px;width:100%}.product__item{color:var(--grey-text-color);display:flex;flex-direction:column;font-size:14px;padding:8px 0}.product__item span{color:var(--light-text-color);font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}@media(max-width:1150px){.product__list{gap:0 50px}.product__image-box{width:450px;height:450px}}@media(max-width:992px){.product__inner{column-gap:40px}.product__title{font-size:24px;line-height:30px}.product__list{gap:0 20px}.product__content{column-gap:20px}.product__image-box{width:350px;height:350px}}@media(max-width:768px){.product__inner{flex-direction:column;row-gap:20px;column-gap:0}.product__image-box{width:100%;height:500px}}@media(max-width:670px){.product__content{row-gap:20px;column-gap:0}.product__image-box{height:400px}.product__other-size-products,.product__title{margin-bottom:0}}@media(max-width:550px){.product__list{display:grid;grid-template-columns:auto auto;grid-gap:0 10px;gap:0 10px}.product__image-box{height:300px}}@media(max-width:450px){.product__title{font-size:20px;line-height:26px}.product__item span{max-width:135px}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background-color:#2c2c2c}::-webkit-scrollbar-thumb{background-color:#9f9f9f;border-radius:2px;border:1px solid transparent;background-clip:content-box;-webkit-transition:background-color var(--transition-time);transition:background-color var(--transition-time);min-height:24px}::-webkit-scrollbar-thumb:active{background-color:#a5a5a5}::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin;scrollbar-color:#9f9f9f #2c2c2c}@media(hover:hover){::-webkit-scrollbar-thumb:hover{background-color:#a5a5a5}}.sign-in-stock{background-color:var(--main-color)}.sign-not-in-stock{background-color:#017281}.sign-is-new{background-color:var(--fourth-color)}.sign-is-promotion{background-color:var(--third-color)}.sign{align-items:center;border-radius:16px;color:var(--light-text-color);cursor:default;display:flex;font-size:10px;justify-content:center;line-height:14px;width:max-content;padding:6px 8px;z-index:5}@media(max-width:768px){.sign{font-size:8px;line-height:12px;padding:6px}}*,:after,:before{box-sizing:border-box}html{overflow-x:hidden}body{background-color:var(--main-bg-color);color:var(--light-text-color);flex-direction:column;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;left:0;letter-spacing:1px;line-height:24px;min-height:100vh;overflow-x:hidden;z-index:2}body,main{display:flex;position:relative;width:100%}main{margin-top:var(--header-height);padding:50px 0;flex:1 1;flex-direction:column;justify-content:center}main:has(.container .loader-wrapper),main:has(.loader-wrapper){min-height:calc(100dvh - var(--header-height) - 1px)}main:has(.container .value){justify-content:flex-start}a{color:inherit;cursor:pointer;text-decoration:none}ol,ul{list-style:none;padding:0;margin:0}button{background-color:transparent;color:inherit;border:none;cursor:pointer;font-size:16px;font-family:Montserrat,sans-serif;font-weight:400;letter-spacing:1px;line-height:24px;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.container{margin:0 auto;max-width:1440px;padding:0 20px;width:100%}.title{font-size:32px;line-height:40px;font-weight:500;margin-bottom:24px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-page{display:flex;flex-direction:column}.elipsis{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:100%;width:100%}@media(max-width:1200px){body:has(.ant-select-open),body:has(.filter-button-active),body:has(.mobile-menu-active),html:has(body .ant-select-open),html:has(body .filter-button-active),html:has(body .mobile-menu-active){overscroll-behavior-y:none;overflow-y:hidden}}@media(max-width:768px){.container{padding:0 10px}.title{font-size:28px;line-height:36px}}.order__checkout{align-items:center;background-color:var(--third-color);border-radius:8px;color:var(--light-text-color);display:flex;flex-direction:column;gap:1px;justify-content:center;padding:10px;position:relative;transition:var(--transition-time);width:300px;margin:20px auto 0;font-weight:600}.order__checkout span:nth-child(2){font-size:18px;font-weight:400}@media(hover:hover){.order__checkout:hover{background-color:var(--third-color-hover);text-shadow:var(--light-text-shadow)}}@media(max-width:768px){.order__checkout{font-size:16px;line-height:1.6;gap:0;margin-top:0;padding:10px 5px;width:250px}.order__checkout span:nth-child(2){font-size:16px}}@media(max-width:550px){.order__checkout{font-size:14px;width:220px}.order__checkout span:nth-child(2){font-size:14px}}