@charset "UTF-8";:root{--font-family:"SF Pro Text",sans-serif;--second-family:"SF Pro Display",sans-serif;--third-family:"Inter",sans-serif}:root{--fblack:#000;--black:#1d1d1f;--clear-white:#fff;--strokew:#dedede;--arrows:#e2e2e5;--blue:#0071e3;--lightblue:#389bff;--darkblue:#005ebd;--status:#b64400;--status:#50ad55;--black-800:#1f1f1f;--black-500:rgba(0, 0, 0, 0.5);--white-950:#f4f4f5;--white-800:rgba(255, 255, 255, 0.8);--white-500:rgba(255, 255, 255, 0.5);--strokeb:#313131;--ff3d3d:#ff3d3d}.product-card{min-height:576px}.product-card__content{position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;min-height:100%;padding:20px;border:1px solid #c7c7c7;box-shadow:4px 8px 20px 0 rgba(0,0,0,.08);background-color:#fff;border-radius:16px;transition:all .3s ease-in-out}.product-card__content-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.product-card__content-banner{position:absolute;top:20px;left:20px;padding:5px;background-color:#c8ffcf;border-radius:8px;font-weight:300;font-size:16px;text-align:center;color:#1a8f14;z-index:1}.product-card__content-img{display:flex;align-items:center;justify-content:center;margin-bottom:5px}.product-card__content-img img{max-width:100%;max-height:344px}.product-card__content-info{display:flex;flex-direction:column;gap:27px;margin-bottom:10px}.product-card__content-info h3{font-weight:500;font-size:24px;text-align:center;color:#000}.product-card__content-info p{font-weight:400;font-size:16px;line-height:115%;text-align:center;color:#000}.product-card__content-bottom{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;width:100%;z-index:3}.product-card__content-bottom__value{display:flex;align-items:center;gap:10px}.product-card__content-bottom__value .price{font-weight:300;font-size:16px;letter-spacing:-.02em;color:#000}.product-card__content-bottom__value .discount{padding:5px;overflow:hidden;border-radius:8px;background-color:#cdd0ea;font-weight:300;font-size:16px;text-align:center;color:#475ad6}.product-card__content-bottom__btn button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:#000}.product-card__content:hover{transform:scale(1.03)}@media (max-width:1440px){.product-card{min-height:auto}}@media (max-width:768px){.product-card__content:hover{transform:none}}@media (max-width:450px){.product-card__content{padding:15px}.product-card__content-banner{top:15px;left:15px;font-size:14px}}.search-modal{position:fixed;top:48px;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;z-index:100;transition:all .3s ease-in-out;transform:translateY(-110%);opacity:0;visibility:hidden;pointer-events:none}.search-modal__content{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:100%}.search-modal__content .search-modal__form{display:flex;align-items:center;gap:10px;flex-shrink:0;padding:10px 10px;width:100%;max-width:250px;border-radius:100px;border:1px solid var(--strokew);background-color:var(--clear-white);transition:all .3s ease-in-out;box-shadow:0 4px 20px 0 rgba(0,0,0,.25)}.search-modal__content .search-modal__form-btn{width:24px;height:24px;flex-shrink:0}.search-modal__content .search-modal__form input{width:100%;padding:0;font-weight:400;font-size:14px;color:var(--fblack)}.search-modal__content .search-modal__form input::placeholder{font-weight:400;font-size:14px;color:rgba(14,22,34,.5)}.search-modal.active{transform:translateY(0);opacity:1;visibility:visible;pointer-events:all}.contacts-modal{position:fixed;top:0;right:100px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-100%);transition:all .5s ease-in-out;z-index:99}.contacts-modal__content{display:flex;flex-direction:column;align-items:center;overflow:hidden;padding:20px;min-width:200px;border-radius:16px;background-color:#e4e4e4;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.contacts-modal__content-title{margin-bottom:10px;font-weight:500;font-size:14px;line-height:105%;color:#000}.contacts-modal__content-links{width:100%}.contacts-modal__content-links .contacts__list{display:flex;flex-direction:column}.contacts-modal__content-links .contacts__list-item__links{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 10px;font-weight:400;font-size:14px;line-height:105%;color:#000}.contacts-modal.active{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}@media (max-width:768px){.contacts-modal{display:none}}.page-path{padding:30px 0}.page-path__content{display:flex;align-items:center;gap:5px}.page-path__content-link{font-weight:400;font-size:20px;letter-spacing:0;color:#000}.page-path__content .icon{display:block;font-weight:400;font-size:20px;letter-spacing:0;color:#000}@media (max-width:768px){.page-path{padding:20px 0}.page-path__content-link{font-size:16px}.page-path__content .icon{font-size:16px}}.basket-menu{position:fixed;padding-top:30px;right:120px;width:100%;max-width:537px;z-index:98;transition:all .4s ease-in-out;opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-100%)}.basket-menu__content{width:100%;border-radius:16px;overflow:hidden;background-color:#fbfbfb}.basket-menu__content-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:24px;background-color:#fff}.basket-menu__content-top__title{font-weight:500;font-size:24px;line-height:120%;letter-spacing:0;color:#000}.basket-menu__content-top__title *{font-weight:500}.basket-menu__content-top__btn *{font-weight:300;font-size:16px;line-height:92%;letter-spacing:0;color:#0071e3}.basket-menu__content-top__btn :hover{text-decoration:underline}.basket-menu__content-products{padding:16px;overflow-y:auto;max-height:70vh}.basket-menu__content-products .basket-menu__products{display:flex;flex-direction:column;gap:10px}.basket-menu__content-products .basket-menu__products-item__content{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid #ededed;border-radius:16px;box-shadow:4px 8px 10px 0 rgba(0,0,0,.02);background-color:#fff}.basket-menu__content-products .basket-menu__products-item__content-img{flex-shrink:0;overflow:hidden;width:146px;height:146px;border-radius:16px}.basket-menu__content-products .basket-menu__products-item__content-info{width:100%}.basket-menu__content-products .basket-menu__products-item__content-info__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.basket-menu__content-products .basket-menu__products-item__content-info__top-title{font-weight:500;font-size:24px;line-height:120%;letter-spacing:0;color:#000}.basket-menu__content-products .basket-menu__products-item__content-info__top-title *{font-weight:500;font-size:24px;line-height:120%;letter-spacing:0;color:#000}.basket-menu__content-products .basket-menu__products-item__content-info__top-btn{padding:10px;opacity:0}.basket-menu__content-products .basket-menu__products-item__content-info__badge{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.basket-menu__content-products .basket-menu__products-item__content-info__badge *{padding:5px;border-radius:8px;font-weight:300;font-size:16px;line-height:92%;letter-spacing:0;text-align:center}.basket-menu__content-products .basket-menu__products-item__content-info__badge .location{color:#1a8f14;background-color:#c8ffcf}.basket-menu__content-products .basket-menu__products-item__content-info__badge .discount{color:#475ad6;background-color:#cdd0ea}.basket-menu__content-products .basket-menu__products-item__content-info__meanings{display:flex;align-items:center;justify-content:space-between;gap:10px}.basket-menu__content-products .basket-menu__products-item__content-info__meanings .counter{display:flex;overflow:hidden;padding:2px 0;border-radius:16px;background-color:#f7f7f7}.basket-menu__content-products .basket-menu__products-item__content-info__meanings .counter-btn{position:relative;flex-shrink:0;width:45px;height:24px;padding:0 14px 0 17px}.basket-menu__content-products .basket-menu__products-item__content-info__meanings .counter-btn::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15px;height:2px;border-radius:16px;background-color:rgba(0,0,0,.5)}.basket-menu__content-products .basket-menu__products-item__content-info__meanings .counter-btn.increment::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);width:15px;height:2px;border-radius:16px;background-color:rgba(0,0,0,.5019607843)}.basket-menu__content-products .basket-menu__products-item__content-info__meanings .counter-input{text-align:center;font-family:var(--third-family);font-weight:500;font-size:20px;color:rgba(0,0,0,.5)}.basket-menu__content-products .basket-menu__products-item__content-info__meanings .counter-input::placeholder{text-align:center;font-weight:500;font-size:20px;color:rgba(0,0,0,.5)}.basket-menu__content-products .basket-menu__products-item__content-info__meanings .value{font-weight:600;font-size:16px;text-align:right;color:#000}.basket-menu__content-products .basket-menu__products-item__content:hover .basket-menu__products-item__content-info__top-btn{opacity:1}.basket-menu.active{opacity:1;pointer-events:all;visibility:visible;transform:translateY(0)}@media (max-width:1440px){.basket-menu{right:15px}}@media (max-width:768px){.basket-menu{left:0;right:unset;max-width:100%;padding:0}.basket-menu__content{border-radius:0 0 16px 16px}.basket-menu__content-products .basket-menu__products-item__content-info__top-btn{opacity:1}}@media (max-width:550px){.basket-menu__content-products .basket-menu__products-item__content{padding:10px}.basket-menu__content-products .basket-menu__products-item__content-img{width:130px;height:130px}.basket-menu__content-products .basket-menu__products-item__content-info__top-btn{opacity:1}.basket-menu__content-products .basket-menu__products-item__content-info__meanings{flex-direction:column-reverse;align-items:end;gap:20px}.basket-menu__content-products .basket-menu__products-item__content-info__meanings .counter{width:100%;justify-content:space-between}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-RegularItalic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-Semibold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-SemiboldItalic.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-Heavy.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:"SF Pro Text";src:url(../fonts/sfProText/SFProText-HeavyItalic.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-Medium.eot);src:local("SF Pro Display Medium"),local("SFProDisplay-Medium"),url(../fonts/sfProDisplay/SFProDisplay-Medium.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-Heavy.eot);src:local("SF Pro Display Heavy"),local("SFProDisplay-Heavy"),url(../fonts/sfProDisplay/SFProDisplay-Heavy.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-Heavy.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-UltralightItalic.eot);src:local("SF Pro Display UltralightItalic"),local("SFProDisplay-UltralightItalic"),url(../fonts/sfProDisplay/SFProDisplay-UltralightItalic.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-UltralightItalic.woff) format("woff");font-weight:200;font-style:italic}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-RegularItalic.eot);src:local("SF Pro Display Regular Italic"),local("SFProDisplay-RegularItalic"),url(../fonts/sfProDisplay/SFProDisplay-RegularItalic.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-RegularItalic.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-Thin.eot);src:local("SF Pro Display Thin"),local("SFProDisplay-Thin"),url(../fonts/sfProDisplay/SFProDisplay-Thin.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-Thin.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-Light.eot);src:local("SF Pro Display Light"),local("SFProDisplay-Light"),url(../fonts/sfProDisplay/SFProDisplay-Light.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-Light.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-BlackItalic.eot);src:local("SF Pro Display Black Italic"),local("SFProDisplay-BlackItalic"),url(../fonts/sfProDisplay/SFProDisplay-BlackItalic.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-BlackItalic.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-Bold.eot);src:local("SF Pro Display Bold"),local("SFProDisplay-Bold"),url(../fonts/sfProDisplay/SFProDisplay-Bold.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-Black.eot);src:local("SF Pro Display Black"),local("SFProDisplay-Black"),url(../fonts/sfProDisplay/SFProDisplay-Black.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-Black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-SemiboldItalic.eot);src:local("SF Pro Display SemiboldItalic"),local("SFProDisplay-SemiboldItalic"),url(../fonts/sfProDisplay/SFProDisplay-SemiboldItalic.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-SemiboldItalic.woff) format("woff");font-weight:600;font-style:italic}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-Ultralight.eot);src:local("SF Pro Display Ultralight"),local("SFProDisplay-Ultralight"),url(../fonts/sfProDisplay/SFProDisplay-Ultralight.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-Ultralight.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-LightItalic.eot);src:local("SF Pro Display LightItalic"),local("SFProDisplay-LightItalic"),url(../fonts/sfProDisplay/SFProDisplay-LightItalic.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-LightItalic.woff) format("woff");font-weight:200;font-style:italic}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-ThinItalic.eot);src:local("SF Pro Display ThinItalic"),local("SFProDisplay-ThinItalic"),url(../fonts/sfProDisplay/SFProDisplay-ThinItalic.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-ThinItalic.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-MediumItalic.eot);src:local("SF Pro Display MediumItalic"),local("SFProDisplay-MediumItalic"),url(../fonts/sfProDisplay/SFProDisplay-MediumItalic.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-MediumItalic.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-Semibold.eot);src:local("SF Pro Display Semibold"),local("SFProDisplay-Semibold"),url(../fonts/sfProDisplay/SFProDisplay-Semibold.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-Semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-HeavyItalic.eot);src:local("SF Pro Display HeavyItalic"),local("SFProDisplay-HeavyItalic"),url(../fonts/sfProDisplay/SFProDisplay-HeavyItalic.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-HeavyItalic.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-Regular.eot);src:local("SF Pro Display Regular"),local("SFProDisplay-Regular"),url(../fonts/sfProDisplay/SFProDisplay-Regular.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(../fonts/sfProDisplay/SFProDisplay-BoldItalic.eot);src:local("SF Pro Display BoldItalic"),local("SFProDisplay-BoldItalic"),url(../fonts/sfProDisplay/SFProDisplay-BoldItalic.woff2) format("woff2"),url(../fonts/sfProDisplay/SFProDisplay-BoldItalic.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Manrope;src:url(../fonts/manrope/Manrope-Bold.eot);src:local("Manrope Bold"),local("Manrope-Bold"),url(../fonts/manrope/Manrope-Bold.woff2) format("woff2"),url(../fonts/manrope/Manrope-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Manrope;src:url(../fonts/manrope/Manrope-Semibold.eot);src:local("Manrope Semibold"),local("Manrope-Semibold"),url(../fonts/manrope/Manrope-Semibold.woff2) format("woff2"),url(../fonts/manrope/Manrope-Semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Manrope;src:url(../fonts/manrope/Manrope-Regular.eot);src:local("Manrope Regular"),local("Manrope-Regular"),url(../fonts/manrope/Manrope-Regular.woff2) format("woff2"),url(../fonts/manrope/Manrope-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Manrope;src:url(../fonts/manrope/Manrope-Light.eot);src:local("Manrope Light"),local("Manrope-Light"),url(../fonts/manrope/Manrope-Light.woff2) format("woff2"),url(../fonts/manrope/Manrope-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Manrope;src:url(../fonts/manrope/Manrope-Thin.eot);src:local("Manrope Thin"),local("Manrope-Thin"),url(../fonts/manrope/Manrope-Thin.woff2) format("woff2"),url(../fonts/manrope/Manrope-Thin.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Manrope;src:url(../fonts/manrope/Manrope-Medium.eot);src:local("Manrope Medium"),local("Manrope-Medium"),url(../fonts/manrope/Manrope-Medium.woff2) format("woff2"),url(../fonts/manrope/Manrope-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Manrope;src:url(../fonts/manrope/Manrope-ExtraBold.eot);src:local("Manrope ExtraBold"),local("Manrope-ExtraBold"),url(../fonts/manrope/Manrope-ExtraBold.woff2) format("woff2"),url(../fonts/manrope/Manrope-ExtraBold.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-BoldItalic.eot);src:local("Inter Bold Italic"),local("Inter-BoldItalic"),url(../fonts/Inter/Inter-BoldItalic.woff2) format("woff2"),url(../fonts/Inter/Inter-BoldItalic.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-MediumItalic.eot);src:local("Inter Medium Italic"),local("Inter-MediumItalic"),url(../fonts/Inter/Inter-MediumItalic.woff2) format("woff2"),url(../fonts/Inter/Inter-MediumItalic.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-ThinItalicBETA.eot);src:local("Inter Thin Italic BETA"),local("Inter-ThinItalicBETA"),url(../fonts/Inter/Inter-ThinItalicBETA.woff2) format("woff2"),url(../fonts/Inter/Inter-ThinItalicBETA.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-Regular.eot);src:local("Inter Regular"),local("Inter-Regular"),url(../fonts/Inter/Inter-Regular.woff2) format("woff2"),url(../fonts/Inter/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-Black.eot);src:local("Inter Black"),local("Inter-Black"),url(../fonts/Inter/Inter-Black.woff2) format("woff2"),url(../fonts/Inter/Inter-Black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-BlackItalic.eot);src:local("Inter Black Italic"),local("Inter-BlackItalic"),url(../fonts/Inter/Inter-BlackItalic.woff2) format("woff2"),url(../fonts/Inter/Inter-BlackItalic.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-LightBETA.eot);src:local("Inter Light BETA"),local("Inter-LightBETA"),url(../fonts/Inter/Inter-LightBETA.woff2) format("woff2"),url(../fonts/Inter/Inter-LightBETA.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-SemiBold.eot);src:local("Inter Semi Bold"),local("Inter-SemiBold"),url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2"),url(../fonts/Inter/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-ExtraBoldItalic.eot);src:local("Inter Extra Bold Italic"),local("Inter-ExtraBoldItalic"),url(../fonts/Inter/Inter-ExtraBoldItalic.woff2) format("woff2"),url(../fonts/Inter/Inter-ExtraBoldItalic.woff) format("woff");font-weight:800;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-Bold.eot);src:local("Inter Bold"),local("Inter-Bold"),url(../fonts/Inter/Inter-Bold.woff2) format("woff2"),url(../fonts/Inter/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-ExtraLightItalicBETA.eot);src:local("Inter Extra Light Italic BETA"),local("Inter-ExtraLightItalicBETA"),url(../fonts/Inter/Inter-ExtraLightItalicBETA.woff2) format("woff2"),url(../fonts/Inter/Inter-ExtraLightItalicBETA.woff) format("woff");font-weight:200;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-ExtraLightBETA.eot);src:local("Inter Extra Light BETA"),local("Inter-ExtraLightBETA"),url(../fonts/Inter/Inter-ExtraLightBETA.woff2) format("woff2"),url(../fonts/Inter/Inter-ExtraLightBETA.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-ExtraBold.eot);src:local("Inter Extra Bold"),local("Inter-ExtraBold"),url(../fonts/Inter/Inter-ExtraBold.woff2) format("woff2"),url(../fonts/Inter/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-ThinBETA.eot);src:local("Inter Thin BETA"),local("Inter-ThinBETA"),url(../fonts/Inter/Inter-ThinBETA.woff2) format("woff2"),url(../fonts/Inter/Inter-ThinBETA.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-LightItalicBETA.eot);src:local("Inter Light Italic BETA"),local("Inter-LightItalicBETA"),url(../fonts/Inter/Inter-LightItalicBETA.woff2) format("woff2"),url(../fonts/Inter/Inter-LightItalicBETA.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-Italic.eot);src:local("Inter Italic"),local("Inter-Italic"),url(../fonts/Inter/Inter-Italic.woff2) format("woff2"),url(../fonts/Inter/Inter-Italic.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-SemiBoldItalic.eot);src:local("Inter Semi Bold Italic"),local("Inter-SemiBoldItalic"),url(../fonts/Inter/Inter-SemiBoldItalic.woff2) format("woff2"),url(../fonts/Inter/Inter-SemiBoldItalic.woff) format("woff");font-weight:600;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter/Inter-Medium.eot);src:local("Inter Medium"),local("Inter-Medium"),url(../fonts/Inter/Inter-Medium.woff2) format("woff2"),url(../fonts/Inter/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;list-style:none;scrollbar-width:none}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}[role=button],a,button,input,textarea{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0;text-decoration:none;cursor:pointer}button{padding:0;margin:0;outline:0;border:none;background-color:transparent;color:transparent;cursor:pointer}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select,textarea{vertical-align:middle;background-color:inherit;border:none}input:focus,select:focus,textarea:focus{outline:0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button,select::-webkit-inner-spin-button,select::-webkit-outer-spin-button,textarea::-webkit-inner-spin-button,textarea::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number],select[type=number],textarea[type=number]{-moz-appearance:textfield}.container{margin:0 auto;padding:0 15px;max-width:1710px}::-webkit-scrollbar{width:0}html{box-sizing:border-box;scroll-behavior:smooth;height:100%}*,::after,::before{box-sizing:inherit}main{position:relative;display:flex;flex-direction:column;flex:1 0 auto}body{position:relative;display:flex;flex-direction:column;min-height:100%;overflow-x:hidden;font-family:var(--font-family);background-color:#f4f4f4}body.stop{overflow:hidden}img{max-width:100%;pointer-events:none;object-fit:cover}a{color:#000;transition:all .3s ease-in-out}a svg{transition:all .3s ease-in-out}button{font-family:var(--font-family);transition:all .3s ease-in-out}button svg{transition:all .3s ease-in-out}input.error{color:var(--ff3d3d)!important}input.error::-webkit-input-placeholder{color:var(--ff3d3d)!important}input.error::-moz-placeholder{color:var(--ff3d3d)!important}input.error:-ms-input-placeholder{color:var(--ff3d3d)!important}input.error::-ms-input-placeholder{color:var(--ff3d3d)!important}input.error::placeholder{color:var(--ff3d3d)!important}textarea.error{color:var(--ff3d3d)!important}textarea.error::-webkit-input-placeholder{color:var(--ff3d3d)!important}textarea.error::-moz-placeholder{color:var(--ff3d3d)!important}textarea.error:-ms-input-placeholder{color:var(--ff3d3d)!important}textarea.error::-ms-input-placeholder{color:var(--ff3d3d)!important}textarea.error::placeholder{color:var(--ff3d3d)!important}.btn-global{display:flex;align-items:center;justify-content:center;padding:20px 20px;border-radius:8px;font-weight:400;font-size:16px;color:#000}.btn-global:hover{opacity:.7}.section-title *{font-weight:500;font-size:24px;color:#000}.label-global{width:100%}.label-global__input{width:100%;padding:20px 20px;border-radius:8px;background-color:#e4e4e4;font-weight:400;font-size:16px;letter-spacing:0;color:#000}.label-global__input::placeholder{font-weight:400;font-size:16px;letter-spacing:0;color:rgba(0,0,0,.5)}.label-global__textarea{width:100%;padding:20px 20px;border-radius:8px;background-color:#e4e4e4;font-weight:400;font-size:16px;color:#000;resize:none}.label-global__textarea::placeholder{font-weight:400;font-size:16px;color:rgba(0,0,0,.5)!important}.label-check{position:relative;display:flex;align-items:center;gap:10px;cursor:pointer}.label-check input{position:absolute;top:0;left:0;opacity:0;visibility:hidden}.label-check input:checked+.custom-check::after{opacity:1}.label-check .custom-check{position:relative;flex-shrink:0;width:24px;height:24px;border-radius:8px;border:1px solid #4b4b4b}.label-check .custom-check::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 5px);height:calc(100% - 5px);background-color:#000;border-radius:5px;transition:all .3s ease-in-out;opacity:0}.label-check p{font-weight:300;font-size:14px;letter-spacing:-.01em;color:#000}.label-check.error p{color:var(--ff3d3d)}.header{position:fixed;top:0;left:0;width:100%;padding:14px 0;z-index:100;background-color:#fff;transition:all .3s ease-in-out}.header .container{max-width:100%;padding:0 120px}.header__content{display:flex;align-items:center;justify-content:space-between;gap:10px}.header__content-logo{max-width:126px;flex-shrink:0}.header__content-logo__link{display:block}.header__content-nav{overflow-x:auto}.header__content-nav .nav__list{display:flex;gap:25px}.header__content-nav .nav__list-item__btn{position:relative;display:block;white-space:nowrap;padding:10px 10px;font-weight:400;font-size:16px;color:#000}.header__content-nav .nav__list-item__btn::after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:1px;background-color:#000;transition:all .3s ease-in-out}.header__content-nav .nav__list-item__btn:hover::after{width:100%}.header__content-nav .nav__list-item.active .nav__list-item__btn::after{width:100%}.header__content-social{margin-right:10px}.header__content-social .social__list{display:flex;align-items:center;gap:12px}.header__content-social .social__list-item:last-child{display:none}.header__content-social .social__list-item.search{position:relative;display:flex;align-items:center;margin-right:37px}.header__content-social .social__list-item.search .search__form{position:absolute;display:flex;align-items:center;gap:10px;padding:10px 10px;width:269px;border-radius:100px;background-color:#e2e2e2;transition:all .3s ease-in-out;width:0;right:110%;opacity:0;visibility:hidden;pointer-events:none;z-index:5}.header__content-social .social__list-item.search .search__form-btn{width:24px;height:24px;flex-shrink:0}.header__content-social .social__list-item.search .search__form input{width:100%;padding:0;font-weight:400;font-size:14px;color:var(--fblack)}.header__content-social .social__list-item.search .search__form input::placeholder{font-weight:400;font-size:14px;color:rgba(14,22,34,.5)}.header__content-social .social__list-item.search .search__form.active{width:237px;opacity:1;visibility:visible;pointer-events:all}.header.fixed{box-shadow:0 0 8px 0 rgba(7,55,67,.08),0 1px 0 0 rgba(7,55,67,.04)}@media (max-width:1440px){.header .container{padding:0 15px}}@media (max-width:1024px){.header-container{display:flex;align-items:center;justify-content:space-between;gap:20px}.header__content{width:100%;gap:20px}.header__content-logo{flex-shrink:0}.header__content-nav{width:100%}.header__content-nav .nav__list{gap:10px}.header__content-social{margin-left:auto;margin-right:0}.header__content-social .social__list-item.search{margin-right:0}}@media (max-width:768px){.header-container{display:flex;align-items:center;justify-content:space-between;gap:20px}.header__content{gap:45px}.header__content-logo{flex-shrink:0}.header__content-nav{display:none}.header__content-social .social__list{gap:14px}.header__content-social .social__list-item__btn.mobile-btn{position:relative;width:24px;height:24px}.header__content-social .social__list-item__btn.mobile-btn span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);flex-shrink:0;width:14px;height:1.5px;border-radius:50px;background-color:#1d1d1f;transition:all .4s ease-in-out}.header__content-social .social__list-item__btn.mobile-btn span:nth-child(1){top:38%}.header__content-social .social__list-item__btn.mobile-btn span:nth-child(2){top:64%}.header__content-social .social__list-item__btn.mobile-btn.active span:nth-child(1){top:50%;transform:translate(-50%,-50%) rotate(45deg)}.header__content-social .social__list-item__btn.mobile-btn.active span:nth-child(2){top:50%;transform:translate(-50%,-50%) rotate(-45deg)}.header__content-social .social__list-item:nth-child(2){display:none}.header__content-social .social__list-item:last-child{display:block}.header__location{display:none}}.main-hero{padding-top:45px;padding-bottom:45px}.main-hero__content-video{position:relative;overflow:hidden;margin-bottom:30px;max-height:800px;height:50vw;border-radius:16px}.main-hero__content-video img{width:100%;height:100%;object-fit:cover}.main-hero__content-video video{width:100%;height:100%;object-fit:cover}.main-hero__content-video__btn{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main-hero__content-video__btn svg{width:80px;height:80px}.main-hero__content-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:39px}.main-hero__content-cards__card{position:relative;overflow:hidden;border-radius:16px}.main-hero__content-cards__card-link{position:absolute;top:0;left:0;width:100%;height:100%}.main-hero__content-cards__card-img{height:100%}@media (max-width:1440px){.main-hero__content-cards{gap:20px}}@media (max-width:1024px){.main-hero__content-video{max-height:500px;height:46vw}}@media (max-width:758px){.main-hero{padding-top:20px}.main-hero__content-video{height:350px}.main-hero__content-video__btn svg{width:60px;height:60px}.main-hero__content-cards{display:flex;flex-direction:column;gap:10px}.main-hero__content-cards__card{height:200px}.main-hero__content-cards__card-img img{width:100%;height:100%}}.main-advantages{padding-bottom:60px}.main-advantages__content-title{margin-bottom:34px}.main-advantages__content-title *{text-align:center}.main-advantages__content-cards .advantages-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:48px}.main-advantages__content-cards .advantages-cards__item-content{display:flex;flex-direction:column;align-items:center;padding:20px 20px;background-color:#fff;border-radius:16px;min-height:206px}.main-advantages__content-cards .advantages-cards__item-content__icon{margin-bottom:20px}.main-advantages__content-cards .advantages-cards__item-content__info{display:flex;flex-direction:column;gap:23px}.main-advantages__content-cards .advantages-cards__item-content__info h3{font-weight:500;font-size:20px;text-align:center;color:#000}.main-advantages__content-cards .advantages-cards__item-content__info p{font-weight:400;font-size:16px;line-height:117%;text-align:center;color:#000}@media (max-width:1440px){.main-advantages__content-cards .advantages-cards{gap:20px}.main-advantages__content-cards .advantages-cards__item-content{min-height:100%}}@media (max-width:1024px){.main-advantages__content-cards .advantages-cards{grid-template-columns:repeat(2,1fr);gap:20px}.main-advantages__content-cards .advantages-cards__item-content{min-height:100%}}@media (max-width:768px){.main-advantages{padding-bottom:45px}.main-advantages__content-cards .advantages-cards{display:flex;flex-direction:column;gap:15px}}.main-reviews{padding-bottom:41px}.main-reviews__content-title{margin-bottom:35px}.main-reviews__content-title *{text-align:center}.main-reviews__content-cards .reviews-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 30px}.main-reviews__content-cards .reviews-cards__item-content{display:flex;flex-direction:column;padding:20px 20px;background-color:#fff;border-radius:16px;min-height:250px}.main-reviews__content-cards .reviews-cards__item-content__top{display:flex;align-items:center;gap:30px;margin-bottom:40px}.main-reviews__content-cards .reviews-cards__item-content__top-avatar{overflow:hidden;width:80px;height:80px;border-radius:100%}.main-reviews__content-cards .reviews-cards__item-content__top-grade{display:flex;align-items:center;gap:10px;font-weight:500;font-size:16px;color:#000}.main-reviews__content-cards .reviews-cards__item-content__info{display:flex;flex-direction:column;gap:20px}.main-reviews__content-cards .reviews-cards__item-content__info h3{font-weight:500;font-size:16px;color:#000}.main-reviews__content-cards .reviews-cards__item-content__info p{font-weight:400;font-size:14px;line-height:126%;color:#000}@media (max-width:1440px){.main-reviews__content-cards .reviews-cards{gap:20px}.main-reviews__content-cards .reviews-cards__item-content{min-height:100%}}@media (max-width:1024px){.main-reviews__content-cards .reviews-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.main-reviews{padding-bottom:25px}.main-reviews__content-title{margin-bottom:10px}.main-reviews__content-cards{padding-left:15px;width:calc(100% + 30px);transform:translateX(-15px);overflow-x:auto}.main-reviews__content-cards .reviews-cards{display:flex;padding:20px 0}.main-reviews__content-cards .reviews-cards__item{flex-shrink:0}.main-reviews__content-cards .reviews-cards__item-content{width:320px}.main-reviews__content-cards .reviews-cards__item:last-child .reviews-cards__item-content{margin-right:20px}}@media (max-width:450px){.main-reviews__content-cards .reviews-cards{gap:15px}.main-reviews__content-cards .reviews-cards__item-content{width:300px}.main-reviews__content-cards .reviews-cards__item:last-child .reviews-cards__item-content{margin-right:15px}}.main-bestsellers{padding-bottom:40px}.main-bestsellers__content-title{margin-bottom:35px}.main-bestsellers__content-title *{font-weight:600}.main-bestsellers__content-title * span{font-weight:400}.main-bestsellers__content-cards .bestsellers-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1440px){.main-bestsellers__content-cards .bestsellers-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.main-bestsellers__content-cards .bestsellers-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.main-bestsellers{padding-bottom:25px}.main-bestsellers__content-title{margin-bottom:0}.main-bestsellers__content-cards{padding-left:15px;width:calc(100% + 30px);transform:translateX(-15px);overflow-x:auto}.main-bestsellers__content-cards .bestsellers-cards{display:flex;padding:20px 0}.main-bestsellers__content-cards .bestsellers-cards .product-card{flex-shrink:0}.main-bestsellers__content-cards .bestsellers-cards .product-card__content{width:320px}.main-bestsellers__content-cards .bestsellers-cards .product-card:last-child .product-card__content{margin-right:20px}}@media (max-width:450px){.main-bestsellers__content-cards .bestsellers-cards{gap:15px}.main-bestsellers__content-cards .bestsellers-cards .product-card__content{width:300px}.main-bestsellers__content-cards .bestsellers-cards .product-card:last-child .product-card__content{margin-right:15px}}.main-new{padding-bottom:45px}.main-new__content-title{margin-bottom:35px}.main-new__content-title *{font-weight:600}.main-new__content-title * span{font-weight:400}.main-new__content-cards .new-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1440px){.main-new__content-cards .new-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.main-new__content-cards .new-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.main-new{padding-bottom:25px}.main-new__content-title{margin-bottom:0}.main-new__content-cards{padding-left:15px;width:calc(100% + 30px);transform:translateX(-15px);overflow-x:auto}.main-new__content-cards .new-cards{display:flex;padding:20px 0}.main-new__content-cards .new-cards .product-card{width:320px;flex-shrink:0}.main-new__content-cards .new-cards .product-card:last-child .product-card__content{margin-right:20px}}@media (max-width:450px){.main-new__content-cards .new-cards{gap:15px}.main-new__content-cards .new-cards .product-card{width:300px}.main-new__content-cards .new-cards .product-card:last-child .product-card__content{margin-right:15px}}.contacts-hero{padding-bottom:44px}.contacts-hero__content{padding:36px 30px;border-radius:16px;background-color:#fff}.contacts-hero__content-top{display:flex;gap:83px;margin-bottom:10px}.contacts-hero__content-top__info{width:50%}.contacts-hero__content-top__info-title{margin-bottom:36px}.contacts-hero__content-top__info-title *{font-weight:400;font-size:40px;color:#000}.contacts-hero__content-top__info-descr{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;font-weight:300;font-size:20px;line-height:118%;color:#000}.contacts-hero__content-top__info-descr a{color:#0e7eff}.contacts-hero__content-top__info-descr a:hover{text-decoration:underline}.contacts-hero__content-top__info .work-schedule{display:flex;flex-direction:column;gap:14px;padding:10px 20px;margin-bottom:35px}.contacts-hero__content-top__info .work-schedule h3{font-weight:200;font-size:16px;color:#000}.contacts-hero__content-top__info .work-schedule__descr{font-weight:500;font-size:24px;letter-spacing:0;color:#000}.contacts-hero__content-top__info .contact-numbers{display:flex;flex-direction:column;gap:14px;padding:10px 20px;margin-bottom:30px}.contacts-hero__content-top__info .contact-numbers h3{font-weight:200;font-size:16px;color:#000}.contacts-hero__content-top__info .contact-numbers__links{display:flex;flex-direction:column;gap:5px;font-weight:500;font-size:24px;letter-spacing:0;color:#000}.contacts-hero__content-top__info .contact-numbers__btn{display:flex;flex-direction:column;align-items:flex-start}.contacts-hero__content-top__info .contact-numbers__btn .btn-global{background-color:#f7f7f7}.contacts-hero__content-top__info .social-media{display:flex;flex-direction:column;gap:10px}.contacts-hero__content-top__info .social-media h3{font-weight:200;font-size:16px;color:#000}.contacts-hero__content-top__info .social-media__links{display:flex;flex-direction:column;gap:10px;font-weight:500;font-size:16px;letter-spacing:0;color:#000}.contacts-hero__content-top__info .social-media__links a{padding:7px 10px}.contacts-hero__content-top__form{width:45%}.contacts-hero__content-top__form-descr{text-align:end;margin-bottom:40px;font-weight:300;font-size:20px;line-height:120%;letter-spacing:-.003em;color:#000}.contacts-hero__content-top__form .contacts-form{display:flex;flex-direction:column;gap:20px}.contacts-hero__content-top__form .contacts-form .label-global__textarea{height:159px}.contacts-hero__content-top__form .contacts-form__btn{display:flex;flex-direction:column;align-items:flex-start}.contacts-hero__content-top__form .contacts-form__btn .btn-global{background-color:#e2e2e2}.contacts-hero__content-bottom{border-top:1px solid #a4a4a4}.contacts-hero__content-bottom__download{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px}.contacts-hero__content-bottom__download-link{display:flex;align-items:center;gap:5px;padding:10px;font-weight:100;font-size:20px;letter-spacing:0;color:#000}.contacts-hero__content-bottom__descr{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:100;font-size:20px;letter-spacing:-.02em;color:rgba(0,0,0,.6)}@media (max-width:1200px){.contacts-hero__content-bottom__descr{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 20px}}@media (max-width:1024px){.contacts-hero__content-top{flex-direction:column;gap:30px;margin-bottom:30px}.contacts-hero__content-top__info{width:100%}.contacts-hero__content-top__form{width:100%;padding-top:30px;border-top:1px solid #a4a4a4}.contacts-hero__content-top__form-descr{text-align:center;font-size:22px}.contacts-hero__content-top__form .contacts-form{align-items:center}.contacts-hero__content-top__form .contacts-form__btn{margin-top:10px}.contacts-hero__content-bottom{padding-top:20px}.contacts-hero__content-bottom__download{margin-bottom:20px}}@media (max-width:768px){.contacts-hero__content{padding:20px}.contacts-hero__content-top{gap:20px;margin-bottom:20px}.contacts-hero__content-top__info-title{margin-bottom:20px}.contacts-hero__content-top__info-title *{font-size:32px}.contacts-hero__content-top__info-descr{font-size:16px}.contacts-hero__content-top__info .work-schedule{padding:10px 0;margin-bottom:10px}.contacts-hero__content-top__info .work-schedule__descr{font-size:20px}.contacts-hero__content-top__info .contact-numbers{padding:10px 0;margin-bottom:10px}.contacts-hero__content-top__info .contact-numbers__links{font-size:20px}.contacts-hero__content-top__info .social-media__links{gap:5px}.contacts-hero__content-top__form{padding-top:20px}.contacts-hero__content-top__form-descr{margin-bottom:20px;font-size:18px}.contacts-hero__content-top__form .contacts-form{gap:10px;align-items:center}.contacts-hero__content-top__form .contacts-form__btn{margin-top:10px}.contacts-hero__content-top__form .contacts-form__btn .btn-global{padding:15px 50px}.contacts-hero__content-bottom{padding-top:20px}.contacts-hero__content-bottom__download{margin-bottom:20px}.contacts-hero__content-bottom__download-link{justify-content:center;width:100%;gap:10px;font-size:18px}.contacts-hero__content-bottom__descr{display:flex;flex-direction:column;align-items:flex-start;font-size:18px}}.catalog-hero{padding-bottom:60px}.catalog-hero .container{max-width:1920px;padding-right:120px;padding-left:0}.catalog-hero__content{display:flex}.catalog-hero__content-filter{position:relative}.catalog-hero__content-filter .catalog-filter{overflow-y:auto;width:395px;max-height:calc(100% - 550px);background-color:#f4f4f4}.catalog-hero__content-filter .catalog-filter__content{padding:0 50px 10px 50px}.catalog-hero__content-filter .catalog-filter__content-top{display:none}.catalog-hero__content-filter .catalog-filter__content-form .filter__form{display:flex;flex-direction:column;gap:20px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section{width:100%}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 10px;cursor:pointer;transition:all .5s ease-in-out}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__top-title *{font-weight:500;font-size:20px;letter-spacing:0;color:#000}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__top-arrow{transition:all .3s ease-in-out}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__content{display:flex;flex-direction:column;gap:10px;max-height:0;transition:all .5s ease-in-out;overflow:hidden}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__content .label-check{gap:20px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__content .label-check .custom-check{width:30px;height:30px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__content .label-check__descr{display:flex;align-items:center;width:100%}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__content .label-check__descr p{display:block;font-weight:400;font-size:16px;letter-spacing:0;color:#000}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__content .label-check__descr p:nth-child(2){margin-left:auto;opacity:.5}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section.active .filter-section__top-arrow{transform:rotate(180deg)}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section.active .filter-section__content{max-height:500px;margin-top:20px;margin-bottom:20px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__top{padding:10px;margin-bottom:25px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__top-title *{font-weight:500;font-size:20px;letter-spacing:0;color:#000}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__fields{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;width:100%;margin-bottom:20px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__fields input{width:100%;padding:15px 20px;border-radius:16px;background-color:#fff;font-weight:400;font-size:16px;letter-spacing:0;color:#000}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__fields input::placeholder{font-weight:400;font-size:16px;letter-spacing:-.03em;color:rgba(0,0,0,.5)}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__fields input[type=number]{-moz-appearance:textfield}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__fields input[type=number]::-webkit-inner-spin-button,.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__fields input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__range{position:relative;height:18px;width:100%}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__range input[type=range]{position:absolute;width:100%;pointer-events:none;appearance:none;background:0 0;height:18px;z-index:2}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__range input::-webkit-slider-thumb{pointer-events:auto;appearance:none;width:18px;height:18px;border-radius:50%;background-color:#fff;cursor:pointer;z-index:3}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__range-track{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;height:10px;border-radius:100px;background:linear-gradient(to right,#fff 0,#d9d9d9 0,#d9d9d9 100%,#fff 100%)}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-btns{display:flex;flex-direction:column;gap:10px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-btns .btn-global{padding:15px 20px;border-radius:16px;background-color:#fff}.catalog-hero__content-products{margin-left:auto;max-width:1405px}.catalog-hero__content-products__top{display:none}.catalog-hero__content-products__cards{margin-bottom:60px;width:100%}.catalog-hero__content-products__cards .catalog-cards{display:flex;flex-wrap:wrap;justify-content:space-between;gap:50px 20px}.catalog-hero__content-products__cards .catalog-cards .product-card__content{width:408px}.catalog-hero__content-products__pagination{display:flex;flex-direction:column;align-items:center}.catalog-hero__content-products__pagination .pagination-container{display:flex;align-items:center;gap:20px}.catalog-hero__content-products__pagination .pagination-container .page-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:50px;height:50px;border-radius:100px;background-color:#000}.catalog-hero__content-products__pagination .pagination-container .page-btn:hover{transform:scale(1.08)}.catalog-hero__content-products__pagination .pagination-container .pagination__pages{display:flex;align-items:center}.catalog-hero__content-products__pagination .pagination-container .pagination__pages-btn{display:flex;align-items:center;justify-content:center;width:39px;height:39px;border-radius:100%;border:1px solid #f4f4f4;font-weight:400;font-size:16px;color:#000}.catalog-hero__content-products__pagination .pagination-container .pagination__pages-btn.active{border-color:#000}.catalog-hero__content-products__pagination .pagination-container .pagination__pages-btn:hover{opacity:.4}@media (max-width:1780px){.catalog-hero__content-products__cards .catalog-cards{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;gap:50px 20px}.catalog-hero__content-products__cards .catalog-cards .product-card__content{width:auto}}@media (max-width:1440px){.catalog-hero .container{padding-right:15px}}@media (max-width:1024px){.catalog-hero .container{padding:0 15px}.catalog-hero__content-filter .catalog-filter{position:fixed;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:100%;max-height:unset;z-index:10;background-color:rgba(0,0,0,.401);transition:all .5s ease-in-out;opacity:0;visibility:hidden;pointer-events:none}.catalog-hero__content-filter .catalog-filter__content{padding:50px 50px;height:80%;overflow-y:auto;background-color:#f4f4f4;border-radius:20px 20px 0 0;transition:all .5s ease-in-out;transform:translateY(100%)}.catalog-hero__content-filter .catalog-filter__content-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}.catalog-hero__content-filter .catalog-filter__content-top__title *{font-weight:500;font-size:24px;color:#000}.catalog-hero__content-filter .catalog-filter__content-top__btn{position:relative;display:flex;width:20px;height:20px}.catalog-hero__content-filter .catalog-filter__content-top__btn span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:1px;background-color:#000}.catalog-hero__content-filter .catalog-filter__content-top__btn span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}.catalog-hero__content-filter .catalog-filter__content-top__btn span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.catalog-hero__content-filter .catalog-filter.active{opacity:1;visibility:visible;pointer-events:all}.catalog-hero__content-filter .catalog-filter.active .catalog-filter__content{transform:translateX(0)}.catalog-hero__content-products__top{display:flex;justify-content:flex-end;margin-bottom:20px}.catalog-hero__content-products__top-btn{display:flex;gap:10px;padding:10px 20px;background-color:#fff}}@media (max-width:768px){.catalog-hero{padding-bottom:40px}.catalog-hero .container{padding:0 15px}.catalog-hero__content-filter .catalog-filter__content{padding:30px 20px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__top{padding:10px 0}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__content .label-check{gap:20px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section__content .label-check .custom-check{width:24px;height:24px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .filter-section.active .filter-section__content{margin-top:10px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__top{padding:10px 0}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__range{height:20px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__range input[type=range]{height:20px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__range input::-webkit-slider-thumb{width:24px;height:24px}.catalog-hero__content-filter .catalog-filter__content-form .filter__form .price-filter__range-track{height:12px}.catalog-hero__content-products__cards{margin-bottom:30px}.catalog-hero__content-products__cards .catalog-cards{display:flex;flex-direction:column;gap:20px}.catalog-hero__content-products__pagination .pagination-container{gap:10px}.catalog-hero__content-products__pagination .pagination-container .page-btn{width:40px;height:40px}.catalog-hero__content-products__pagination .pagination-container .pagination__pages-btn{width:29px;height:29px}}.product-hero{padding-top:8px;padding-bottom:43px}.product-hero__content-title{margin-bottom:34px}.product-hero__content-title *{font-weight:400;font-size:40px;color:#000}.product-hero__content-info{display:flex;gap:80px}.product-hero__content-info__left{width:58.3%}.product-hero__content-info__left .visualization-container{display:flex;gap:20px;height:688px;margin-bottom:20px}.product-hero__content-info__left .visualization-container__options{flex-shrink:0;overflow-y:auto;max-height:100%}.product-hero__content-info__left .visualization-container__options-btns{display:flex;flex-direction:column;gap:26px}.product-hero__content-info__left .visualization-container__options-btns__btn{overflow:hidden;width:153px;height:152px;border-radius:16px}.product-hero__content-info__left .visualization-container__options-btns__btn-img{width:100%;height:100%}.product-hero__content-info__left .visualization-container__preview{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;overflow:hidden;padding:20px;border-radius:16px;background-color:#fff}.product-hero__content-info__left .visualization-container__preview-img{overflow:hidden;border-radius:16px}.product-hero__content-info__left .visualization-container__preview-img img{max-height:100%;transition:opacity .5s ease-in-out}.product-hero__content-info__left .visualization-container__preview-img img.fade-out{opacity:0}.product-hero__content-info__left .visualization-container__preview-btns__btn{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:16px;background-color:#e5e5e5}.product-hero__content-info__left .visualization-container__preview-btns__btn.prev-btn{left:20px}.product-hero__content-info__left .visualization-container__preview-btns__btn.next-btn{right:20px}.product-hero__content-info__left .info-container__options{max-width:100%;overflow-x:auto;margin-bottom:25px}.product-hero__content-info__left .info-container__options-btns{display:flex;align-items:center;gap:45px}.product-hero__content-info__left .info-container__options-btns__btn{position:relative;padding:10px;font-weight:500;font-size:20px;color:#000}.product-hero__content-info__left .info-container__options-btns__btn::after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:1px;background-color:#000;transition:all .3s ease-in-out}.product-hero__content-info__left .info-container__options-btns__btn.active::after{width:100%}.product-hero__content-info__left .info-container__options-btns__btn:hover::after{width:100%}.product-hero__content-info__left .info-container__blocks-block{padding:10px;border-radius:8px;background-color:#fff}.product-hero__content-info__left .info-container__blocks-block__text{display:flex;flex-direction:column;gap:10px;font-weight:400;font-size:16px;line-height:120%;color:#000}.product-hero__content-info__left .info-container__blocks-block__text a{text-decoration:underline}.product-hero__content-info__right{padding-top:2px;width:50%}.product-hero__content-info__right .details-container{display:flex;flex-direction:column;gap:30px}.product-hero__content-info__right .details-container__application h3{margin-bottom:22px;font-weight:400;font-size:20px;color:#000}.product-hero__content-info__right .details-container__application .application-list{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.product-hero__content-info__right .details-container__application .application-list__item{padding:12px 20px;border-radius:100px;background-color:#fff;white-space:nowrap;font-weight:300;font-size:20px;color:#000}.product-hero__content-info__right .details-container__characteristics .characteristics-list{display:flex;flex-direction:column}.product-hero__content-info__right .details-container__characteristics .characteristics-list__item{font-weight:400;font-size:20px;line-height:250%;color:#000}.product-hero__content-info__right .details-container__characteristics .characteristics-list__item span{font-weight:500}.product-hero__content-info__right .details-container__meanings-info{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:38px;gap:8px}.product-hero__content-info__right .details-container__meanings-info__availability{padding:7px 10px;border-radius:100px;white-space:nowrap;font-weight:300;font-size:16px}.product-hero__content-info__right .details-container__meanings-info__availability.in-stock{background-color:#c2ffbf;color:#164c13}.product-hero__content-info__right .details-container__meanings-info__availability.out-stock{background-color:#ffbfbf;color:#4c1313}.product-hero__content-info__right .details-container__meanings-info__price{font-weight:300;font-size:40px;color:#000}.product-hero__content-info__right .details-container__meanings-bottom{display:flex;align-items:center;gap:30px}.product-hero__content-info__right .details-container__meanings-bottom .counter{display:flex;align-items:center;justify-content:center;gap:15px}.product-hero__content-info__right .details-container__meanings-bottom .counter-btn{position:relative;width:50px;height:50px;border-radius:50%;background-color:#fff}.product-hero__content-info__right .details-container__meanings-bottom .counter-btn::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:2px;border-radius:50px;background-color:#000}.product-hero__content-info__right .details-container__meanings-bottom .counter-btn.increment::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);width:20px;height:2px;border-radius:50px;background-color:#000}.product-hero__content-info__right .details-container__meanings-bottom .counter-btn:hover{opacity:.6}.product-hero__content-info__right .details-container__meanings-bottom .counter-input{flex-shrink:0;width:48px;padding:0;font-weight:300;font-size:40px;text-align:center;color:#000}.product-hero__content-info__right .details-container__meanings-bottom__btn{padding:10px 20px;border-radius:100px;background-color:#fff;font-weight:300;font-size:20px;color:#000}.product-hero__content-info__right .details-container__meanings-bottom__btn:hover{opacity:.6}@media (max-width:1440px){.product-hero__content-info{gap:5vw}.product-hero__content-info__left .visualization-container__options-btns{gap:15px}.product-hero__content-info__left .visualization-container__options-btns__btn{width:100px;height:100px}}@media (max-width:1024px){.product-hero__content-info{flex-direction:column;gap:20px}.product-hero__content-info__left{width:100%}.product-hero__content-info__left .visualization-container{flex-direction:column-reverse;height:auto}.product-hero__content-info__left .visualization-container__options{overflow-y:unset;overflow-x:auto}.product-hero__content-info__left .visualization-container__options-btns{flex-direction:row}.product-hero__content-info__left .visualization-container__options-btns__btn{flex-shrink:0;width:80px;height:80px}.product-hero__content-info__left .visualization-container__preview{height:50vw;max-height:460px;min-height:300px}.product-hero__content-info__right{width:100%}}@media (max-width:768px){.product-hero{padding-bottom:40px}.product-hero__content-title{margin-bottom:20px}.product-hero__content-title *{font-size:28px}.product-hero__content-info{gap:10px}.product-hero__content-info__left{width:100%}.product-hero__content-info__left .visualization-container{flex-direction:column-reverse;height:auto}.product-hero__content-info__left .visualization-container__options{overflow-y:unset;overflow-x:auto}.product-hero__content-info__left .visualization-container__options-btns{flex-direction:row}.product-hero__content-info__left .visualization-container__options-btns__btn{flex-shrink:0;width:60px;height:60px;border-radius:8px}.product-hero__content-info__left .visualization-container__preview{min-height:370px}.product-hero__content-info__left .visualization-container__preview-btns{display:none}.product-hero__content-info__left .info-container__options{margin-bottom:20px}.product-hero__content-info__left .info-container__options-btns{gap:20px}.product-hero__content-info__left .info-container__options-btns__btn{padding:5px 10px}.product-hero__content-info__left .info-container__blocks-block{padding:20px 15px;width:calc(100% + 30px);transform:translateX(-15px)}.product-hero__content-info__right{width:100%}.product-hero__content-info__right .details-container{gap:20px}.product-hero__content-info__right .details-container__application h3{margin-bottom:20px}.product-hero__content-info__right .details-container__application .application-list{gap:5px}.product-hero__content-info__right .details-container__application .application-list__item{padding:10px;font-size:18px}.product-hero__content-info__right .details-container__characteristics .characteristics-list__item{font-size:18px;line-height:180%}.product-hero__content-info__right .details-container__meanings-info{margin-bottom:20px}.product-hero__content-info__right .details-container__meanings-info__availability{font-size:14px}.product-hero__content-info__right .details-container__meanings-info__price{font-size:28px}.product-hero__content-info__right .details-container__meanings-bottom{flex-direction:row-reverse;justify-content:center;gap:20px}.product-hero__content-info__right .details-container__meanings-bottom .counter{gap:10px}.product-hero__content-info__right .details-container__meanings-bottom .counter-btn{width:30px;height:30px}.product-hero__content-info__right .details-container__meanings-bottom .counter-btn::after{width:15px}.product-hero__content-info__right .details-container__meanings-bottom .counter-btn.increment::before{width:15px}.product-hero__content-info__right .details-container__meanings-bottom .counter-input{font-size:24px;width:26px}.product-hero__content-info__right .details-container__meanings-bottom__btn{padding:10px 15px;font-size:16px}}.product-similar{padding-bottom:64px}.product-similar__content-title{margin-bottom:24px}.product-similar__content-title *{font-weight:400;font-size:40px}.product-similar__content-cards .similar-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width:1440px){.product-similar__content-cards .similar-cards{grid-template-columns:repeat(3,1fr)}.product-similar__content-cards .similar-cards .product-card:nth-child(n+4){display:none}}@media (max-width:1024px){.product-similar__content-cards .similar-cards{grid-template-columns:repeat(2,1fr)}.product-similar__content-cards .similar-cards .product-card:nth-child(n+4){display:block}}@media (max-width:768px){.product-similar{padding-bottom:20px}.product-similar__content-title{margin-bottom:0}.product-similar__content-title *{font-size:24px}.product-similar__content-cards{padding-left:15px;width:calc(100% + 30px);transform:translateX(-15px);overflow-x:auto}.product-similar__content-cards .similar-cards{display:flex;padding:20px 0}.product-similar__content-cards .similar-cards .product-card{flex-shrink:0}.product-similar__content-cards .similar-cards .product-card__content{width:320px}.product-similar__content-cards .similar-cards .product-card:last-child .product-card__content{margin-right:20px}}@media (max-width:450px){.product-similar__content-cards .similar-cards{gap:15px}.product-similar__content-cards .similar-cards .product-card__content{width:300px}.product-similar__content-cards .similar-cards .product-card:last-child .product-card__content{margin-right:15px}}.product-popular{padding-bottom:63px}.product-popular__content-title{margin-bottom:24px}.product-popular__content-title *{font-weight:400;font-size:40px}.product-popular__content-cards .popular-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width:1440px){.product-popular__content-cards .popular-cards{grid-template-columns:repeat(3,1fr)}.product-popular__content-cards .popular-cards .product-card:nth-child(n+4){display:none}}@media (max-width:1024px){.product-popular__content-cards .popular-cards{grid-template-columns:repeat(2,1fr)}.product-popular__content-cards .popular-cards .product-card:nth-child(n+4){display:block}}@media (max-width:768px){.product-popular{padding-bottom:20px}.product-popular__content-title{margin-bottom:0}.product-popular__content-title *{font-size:24px}.product-popular__content-cards{padding-left:15px;width:calc(100% + 30px);transform:translateX(-15px);overflow-x:auto}.product-popular__content-cards .popular-cards{display:flex;padding:20px 0}.product-popular__content-cards .popular-cards .product-card{flex-shrink:0}.product-popular__content-cards .popular-cards .product-card__content{width:320px}.product-popular__content-cards .popular-cards .product-card:last-child .product-card__content{margin-right:20px}}@media (max-width:450px){.product-popular__content-cards .popular-cards{gap:15px}.product-popular__content-cards .popular-cards .product-card:last-child__content{width:300px}.product-popular__content-cards .popular-cards .product-card:last-child .product-card__content{margin-right:15px}}.product-bid{padding-bottom:60px}.product-bid__content-title{margin-bottom:42px}.product-bid__content-title *{text-align:center;font-weight:400}.product-bid__content-form .product-form{display:flex;flex-direction:column;gap:17px;max-width:682px;margin:0 auto;padding:20px;border-radius:16px;background-color:#d7d7d7}.product-bid__content-form .product-form .label-global__input{background-color:#fff}.product-bid__content-form .product-form__btn{display:flex;flex-direction:column;align-items:center}.product-bid__content-form .product-form__btn .btn-global{padding:16px 20px;border-radius:16px;background-color:#fff}@media (max-width:768px){.product-bid{padding-bottom:40px}.product-bid__content-title{margin-bottom:20px}.product-bid__content-form .product-form{width:calc(100% + 30px);transform:translateX(-15px);padding:20px 15px;border-radius:0}.product-bid__content-form .product-form__btn .btn-global{padding:15px 30px;border-radius:8px}}.footer{position:relative;padding:30px 0;background-color:#fff;z-index:20}.footer .container{max-width:1425px}.footer__content-logo{display:flex;justify-content:flex-start;margin-bottom:40px}.footer__content-logo__links{display:block;max-width:22px}.footer__content-top{display:flex;justify-content:space-between;gap:15px;margin-bottom:40px}.footer__content-top .footer-block h3{margin-bottom:15px;font-weight:200;font-size:16px;color:rgba(0,0,0,.452)}.footer__content-top .footer-block__list{display:flex;flex-direction:column;gap:10px;padding-left:10px}.footer__content-top .footer-block__list-item__links{font-weight:400;font-size:14px;line-height:105%;color:#000}.footer__content-top .footer-block.social .footer-block__list{gap:20px}.footer__content-top__blocks{display:flex;flex-direction:column;gap:27px}.footer__content-top__nav .footer-block__list{padding-left:0;gap:29px}.footer__content-top__info-text{display:flex;flex-direction:column;gap:18px;margin-bottom:20px}.footer__content-top__info-text h3{font-weight:200;font-size:16px;color:#000}.footer__content-top__info-text p{padding-left:10px;font-weight:400;font-size:14px;color:#000}.footer__content-top__info-map{overflow:hidden;width:503px;height:247px;border-radius:16px}.footer__content-top__info-map .map{width:100%;height:100%}.footer__content-bottom{display:flex;align-items:center;justify-content:center;padding:10px 0}.footer__content-bottom__descr{text-align:center;font-weight:400;font-size:14px;line-height:105%;letter-spacing:-.01em;color:#000}@media (max-width:1024px){.footer__content-top{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 15px;padding:0 20px}.footer__content-top__info{grid-column:span 2}.footer__content-top__info-map{width:100%}}@media (max-width:768px){.footer__content-top{gap:50px 20px;padding:0}}.menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;backdrop-filter:blur(10px);background:rgba(232,232,237,.4);transition:all .4s ease-in-out;opacity:0;pointer-events:none;visibility:hidden}.menu__content{overflow-y:auto;max-height:100%;transform:translateY(-100%);padding:0 22px 26px;backdrop-filter:blur(40px);background:rgba(255,255,255,.9);transition:all .4s ease-in-out}.menu__content-info{display:flex;justify-content:space-between;gap:34px;margin:0 auto;width:100%;max-width:643px;padding-top:23px}.menu__content-info__nav{width:100%;max-width:317px}.menu__content-info__nav h3{margin-bottom:14px;font-weight:400;font-size:12px;color:#000}.menu__content-info__nav-blocks{display:flex;gap:10px}.menu__content-info__nav-blocks .menu-nav{display:flex;flex-direction:column;gap:9px;padding-left:10px}.menu__content-info__nav-blocks .menu-nav__item-link{font-family:var(--third-family);font-weight:400;font-size:12px;color:rgba(0,0,0,.6)}.menu__content-info__nav-blocks .menu-nav__item-link:hover{color:var(--black)}.menu.active{opacity:1;pointer-events:all;visibility:visible}.menu.active .menu__content{transform:translateY(0)}@media (max-width:1024px){.menu__content{padding:0 32px 50px}.menu__content-info__nav .menu-nav{gap:12px}.menu__content-info__nav .menu-nav__item-link{line-height:110%}}@media (max-width:768px){.menu{display:none}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;display:none;overflow-y:auto;backdrop-filter:blur(10px);background:rgba(232,232,237,.4);z-index:99;transition:all .4s ease-in-out;opacity:0;pointer-events:none;visibility:hidden}.mobile-menu__content{padding:20px 30px;backdrop-filter:blur(50px);background:rgba(255,255,255,.9);transform:translateY(-100%);transition:all .4s ease-in-out}.mobile-menu__content-info{display:flex;flex-direction:column;gap:27px;padding-top:20px}.mobile-menu__content-info__navigation .navigation__list{display:flex;flex-direction:column}.mobile-menu__content-info__navigation .navigation__list-item{overflow:hidden;transition:all .3s ease-in-out}.mobile-menu__content-info__navigation .navigation__list-item a{position:relative;display:flex;align-items:center;padding:11px 10px;font-weight:300;font-size:16px;line-height:140%;color:#000}.mobile-menu__content-info__navigation .navigation__list-item.active.has-submenu>a::after{transform:translateY(-50%) rotate(180deg)}.mobile-menu__content-info__navigation .navigation__list-item.has-submenu>a::after{content:"";flex-shrink:0;position:absolute;top:50%;right:15px;transform:translateY(-50%);width:14px;height:8px;background-image:url(../img/svg/arrow-black.svg);background-repeat:no-repeat;background-position:center;transition:all .3s ease}.mobile-menu__content-info__navigation .navigation__list-item .submenu{display:flex;flex-direction:column;overflow:hidden;padding-left:10px}.mobile-menu__content-info__navigation .navigation__list-item .submenu .navigation__list-item a{padding:6px 10px}.mobile-menu__content-info__request-btn{padding:9px 12px;font-size:16px;color:#fff;background-color:#0071e3}.mobile-menu__content-info__social{display:flex;flex-direction:column;gap:10px;margin-top:5px}.mobile-menu__content-info__social .social__block h3{margin-bottom:10px;font-weight:300;font-size:12px;line-height:140%;color:#000}.mobile-menu__content-info__social .social__block-list{display:flex;flex-direction:column;gap:10px}.mobile-menu__content-info__social .social__block-list__item-link{display:flex;align-items:center;gap:10px;font-weight:300;font-size:16px;line-height:140%;color:#000}.mobile-menu.active{opacity:1;pointer-events:all;visibility:visible}.mobile-menu.active .mobile-menu__content{transform:translateY(0)}@media (max-width:768px){.mobile-menu{display:block}}.distribution-page{display:flex;flex-direction:column;flex:1;padding:50px 0}.distribution-page__content-descr{display:flex;flex-direction:column;gap:5px;margin-bottom:50px;text-align:center;font-weight:500;font-size:18px;line-height:150%;letter-spacing:-.02em;color:#000}.distribution-page__content ul{display:flex;flex-direction:column;align-items:center;gap:10px}.distribution-page__content ul li a,.distribution-page__content ul li button{white-space:nowrap;padding:4px;border-radius:8px;font-weight:500;font-size:16px;line-height:150%;letter-spacing:-.02em;color:#000;cursor:pointer}