:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Logo_container__aqH98{cursor:pointer;outline:none}.Logo_container__aqH98 svg{width:85px;height:32px}@media screen and (min-width:768px){.Logo_container__aqH98 svg{width:88px}}@media screen and (min-width:1366px){.Logo_container__aqH98 svg{width:212px;height:56px}.TranslatorBtnBlock_langSwitcherContainer__yBpr_{position:relative;display:flex;flex-direction:column;align-items:center}}.TranslatorBtnBlock_langTitle__eaEP7{display:none}@media screen and (min-width:1366px){.TranslatorBtnBlock_langTitle__eaEP7{position:relative;display:block;font-family:GothamPro,sans-serif;font-weight:400;font-size:20px;line-height:1.7;color:#fff;box-shadow:2px 2px 4px 0 rgba(69,73,67,.25);background:#454943;border:none;outline:none;cursor:pointer;border-radius:12px;padding:2px 4px;z-index:10}.TranslatorBtnBlock_langSwitcherOpen__jvlIE{background-color:#bdc671;transform:translateY(45%);opacity:1}.TranslatorBtnBlock_langSwitcherClose__Dxib_{background-color:transparent;transform:translateY(20%);overflow:hidden;opacity:0;height:0}}.TranslatorBtnBlock_langSwitcher__kUrkZ{position:relative;display:flex;align-items:center;column-gap:16px;height:30px;background-color:#bdc671;border-radius:12px;padding:0 8px}@media screen and (min-width:1366px){.TranslatorBtnBlock_langSwitcher__kUrkZ{position:absolute;bottom:-40px;flex-direction:column;height:inherit;border-radius:12px;padding:25px 3px 2px;row-gap:6px}}.TranslatorBtnBlock_langSwitcherItem__pHueC{font-family:GothamPro,sans-serif;font-weight:400;font-size:16px;line-height:1.6;cursor:pointer;color:#454943}.TranslatorBtnBlock_langSwitcherItem__pHueC:focus,.TranslatorBtnBlock_langSwitcherItem__pHueC:hover{color:#fff;text-shadow:1px 1px 4px #616c46}@media screen and (min-width:1366px){.TranslatorBtnBlock_langSwitcherItem__pHueC{font-size:20px;line-height:1.7}}.TranslatorBtnBlock_langSwitcherActive__g4gQR:before{content:"";display:block;position:absolute;top:50%;right:-8px;transform:translateY(-50%);font-family:GothamPro,sans-serif;width:52px;height:32px;font-weight:400;font-size:16px;line-height:1.6;background-color:#454943;color:#fff;border-radius:12px;z-index:-1}.Navigation_container__u9rUJ{display:flex;align-items:center;gap:16px}@media screen and (min-width:1366px){.Navigation_container__u9rUJ{display:none}}.Navigation_btnClose___64j_{border:none;background:none;outline:none;cursor:pointer;width:24px;height:24px}.Navigation_btnClose___64j_ svg{width:100%;height:100%;stroke:#fff}@media screen and (min-width:768px){.Navigation_btnClose___64j_{margin-left:auto}}.Navigation_navList__V4Bly{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}@media screen and (min-width:768px){.Navigation_navList__V4Bly{gap:22px}}.Navigation_text__NPZMV{font-family:GothamProBold,sans-serif;font-weight:700;font-size:16px;line-height:1.6;color:#fff}.BurgerBtn_burgerBtn__FEB9A{position:relative;width:24px;height:13px;border:none;background:none;margin-left:auto;margin-right:0;display:flex;justify-content:center;align-items:center;cursor:pointer}.BurgerBtn_lineClose__y2I3R .BurgerBtn_line__aSZ1_:before{width:55%}.BurgerBtn_lineClose__y2I3R .BurgerBtn_line__aSZ1_:after{width:75%}.BurgerBtn_line__aSZ1_{display:flex;align-items:center;width:100%;height:2px;background-color:#454943;border-radius:8px}.BurgerBtn_line__aSZ1_:before{top:0;width:75%}.BurgerBtn_line__aSZ1_:after,.BurgerBtn_line__aSZ1_:before{content:"";display:block;position:absolute;right:0;height:2px;background-color:#454943;border-radius:8px}.BurgerBtn_line__aSZ1_:after{bottom:0;width:55%}.SocialLinks_socialLinks__mbgcL{display:flex;gap:10px}@media screen and (min-width:768px){.SocialLinks_socialLinks__mbgcL{gap:16px}}@media screen and (min-width:1366px){.SocialLinks_socialLinks__mbgcL{gap:24px}}.SocialLinks_socialItem__c32i2{display:flex;align-items:center;column-gap:8px}@media screen and (min-width:1366px){.SocialLinks_socialItem__c32i2{column-gap:12px}}.SocialLinks_socialIcon__EjDPn{position:relative;display:flex;align-items:center;justify-content:center}.SocialLinks_socialIcon__EjDPn svg{width:18px;height:18px;fill:transparent;stroke:#454943;z-index:1}@media screen and (min-width:1366px){.SocialLinks_socialIcon__EjDPn svg{width:23px;height:23px}}.SocialLinks_socialIcon__EjDPn:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:22px;border-radius:50%;box-shadow:2px 2px 4px 0 rgba(69,73,67,.25);background-color:#bdc671}@media screen and (min-width:360px){.SocialLinks_socialIcon__EjDPn:before{width:24px;height:24px}}@media screen and (min-width:1366px){.SocialLinks_socialIcon__EjDPn:before{width:32px;height:32px;border-radius:12px}}.SocialLinks_socialIcon__EjDPn:hover:before{box-shadow:none}.SocialLinks_phone__cP_6z{display:none}@media screen and (min-width:768px){.SocialLinks_phone__cP_6z{display:block;font-family:inherit;font-family:GothamProBold,sans-serif;font-weight:700;font-size:16px;line-height:1.6;color:#454943}}@media screen and (min-width:1366px){.SocialLinks_phone__cP_6z{font-size:20px;line-height:1.7}}.Header_container__Aasa1{position:fixed;z-index:10;transition-duration:.5s}.Header_containerVisible__ZlhaA{transform:translateY(0)}.Header_containerHidden__GbHfs{transform:translateY(-100%)}.Header_promotion__9DRgs{display:flex;align-items:center;justify-content:center;width:100%;color:#fff;font-size:clamp(12px,1.8vw,16px);font-style:normal;font-weight:400;line-height:normal;letter-spacing:.3px;text-align:center;background-color:#454943;height:32px;padding:0 8px}@media screen and (min-width:360px){.Header_promotion__9DRgs{letter-spacing:.3px}}@media screen and (min-width:768px){.Header_promotion__9DRgs{letter-spacing:1.7px;height:30px;padding:0}}@media screen and (min-width:1366px){.Header_promotion__9DRgs{height:50px}}.Header_navBarContainer__RW5tt{display:flex;align-items:center;background-color:#f7f8ed;padding:0 16px}@media screen and (min-width:360px){.Header_navBarContainer__RW5tt{padding:0 32px}}@media screen and (min-width:768px){.Header_navBarContainer__RW5tt{padding:0 40px}}@media screen and (min-width:1366px){.Header_navBarContainer__RW5tt{padding:0 72px}}.Header_navBar__mYtWc{position:relative;height:40px;margin:0 auto;display:flex;align-items:center}@media screen and (min-width:768px){.Header_navBar__mYtWc{height:48px}}@media screen and (min-width:1366px){.Header_navBar__mYtWc{height:80px;justify-content:space-between}}.Header_logo__V9h3K{position:absolute;transform:translate(-50%);left:50%}@media screen and (min-width:768px){.Header_logo__V9h3K{position:relative;transform:inherit;left:0;margin-right:32px}}.Header_burgerBtn__mIAmO{position:absolute;top:14px;right:0}@media screen and (min-width:768px){.Header_burgerBtn__mIAmO{top:17px}}.Header_leftLinks__1uc8A,.Header_rightLinks__p4Nae{display:flex;align-items:center;gap:16px;z-index:1}.Header_leftLinks__1uc8A a,.Header_rightLinks__p4Nae a{font-size:clamp(.75rem,.179rem + 1.19vw,1.25rem);font-weight:700;color:#131112;text-align:center}@media screen and (min-width:768px){.Header_leftLinks__1uc8A,.Header_rightLinks__p4Nae{display:flex}}@media screen and (min-width:1366px){.Header_leftLinks__1uc8A,.Header_rightLinks__p4Nae{gap:40px}}.Header_activeLink__Oq112{padding:8px 4px;background-color:#bdc671}.Header_textLinkAnimation__9ShCq{text-decoration:none;position:relative;outline:none;padding:8px 4px}.Header_textLinkAnimation__9ShCq:focus.Header_textLinkAnimation__9ShCq:after,.Header_textLinkAnimation__9ShCq:hover.Header_textLinkAnimation__9ShCq:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;animation:Header_textLink__WJJYq .8s ease forwards;background-color:#bdc671;z-index:-1}@keyframes Header_textLink__WJJYq{0%{width:0}to{width:100%}}@media screen and (min-width:1366px){.Header_translatorContainer__avLNS{width:58px}}.Header_logoutBtn__sVecQ{display:none}@media screen and (min-width:768px){.Header_logoutBtn__sVecQ{display:block;margin-left:auto;margin-right:40px;padding:4px 12px;z-index:20;cursor:pointer;background-color:#acb668;color:#fff;border-radius:3px;border-color:transparent;font-family:GothamPro,sans-serif;font-size:16px}}@media screen and (min-width:1366px){.Header_logoutBtn__sVecQ{margin-left:0;margin-right:0;padding:8px 16px;font-size:20px}}.Header_logoutBtn__sVecQ:hover{background-color:#838e55}.Header_mobileNavigationVisible__kOIom,.Header_mobileNavigation__Wuq8J{flex-direction:column;align-items:center;padding:0;top:64px;width:100%;height:0;overflow:hidden;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.Header_mobileNavigationVisible__kOIom li,.Header_mobileNavigation__Wuq8J li{transform:translateY(-100%)}@media screen and (min-width:525px){.Header_mobileNavigationVisible__kOIom,.Header_mobileNavigation__Wuq8J{flex-direction:row;justify-content:center;gap:16px}}@media screen and (min-width:768px){.Header_mobileNavigationVisible__kOIom,.Header_mobileNavigation__Wuq8J{width:35%;margin-left:auto;flex-direction:column;gap:20px}}.Header_mobileNavigationVisible__kOIom{height:-moz-fit-content;height:fit-content;padding:18px 0 60px;background-color:#616c46}.Header_mobileNavigationVisible__kOIom li{transform:translateY(0)}@media screen and (min-width:768px){.Header_mobileNavigationVisible__kOIom{padding:18px 36px 109px}}.OrderBtn_button__g0XEC{font-family:GothamPro,sans-serif;display:flex;padding:8px 20px;width:138px;justify-content:center;align-items:center;border-radius:8px;border:.5px solid transparent;background:#454943;box-shadow:2px 2px 4px 0 rgba(69,73,67,.251);color:#f7f8ed;font-size:16px;font-style:normal;font-weight:400;line-height:25.6px;transition-duration:.5s;cursor:pointer}.OrderBtn_button__g0XEC:hover{background:#f7f8ed;border-color:#454943;color:#454943;transition-duration:.5s;cursor:pointer}@media screen and (min-width:768px){.OrderBtn_button__g0XEC{width:216px;padding:8px 58px;border-width:1px}}@media screen and (min-width:1366px){.OrderBtn_button__g0XEC{width:220px;padding:12px 48px;font-size:20px;line-height:34px}}.CallBtn_button__aMg7n{font-family:GothamPro,sans-serif;display:flex;padding:8px 20px;width:138px;justify-content:center;align-items:center;border-radius:8px;border:.5px solid transparent;background:#fff;color:#454943;box-shadow:2px 2px 4px 0 rgba(69,73,67,.251);font-size:16px;font-style:normal;font-weight:400;line-height:25.6px;transition-duration:.5s}.CallBtn_button__aMg7n:hover{background:#454943;border-color:#454943;color:#fff}@media screen and (min-width:768px){.CallBtn_button__aMg7n{width:216px;padding:8px 58px;border-width:1px}}@media screen and (min-width:1366px){.CallBtn_button__aMg7n{width:220px;padding:12px 48px;font-size:20px;line-height:34px}}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.75);overflow:hidden;overflow-y:auto;z-index:10;@media screen and (max-height:700px){align-items:flex-start}}.ReactModal__Overlay{opacity:0;transition:opacity .5s ease-in-out}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.modalContent{position:relative;margin:20px;transform:translateX(100vw);transition:opacity .5s,transform .5s}.ReactModal__Content--after-open{transform:translateY(0)}.ReactModal__Content--before-close{transform:translateX(100vw)}.OrderForm_container__uuT_X{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px;background-color:#fff;max-width:360px;height:556px}@media screen and (min-width:768px){.OrderForm_container__uuT_X{padding:40px;height:612px;max-width:688px;width:688px}}@media screen and (min-width:1366px){.OrderForm_container__uuT_X{max-width:1016px;width:1016px;height:480px}}.OrderForm_closeBtn__0K1NK{position:absolute;top:32px;right:32px;border:none;cursor:pointer}@media screen and (min-width:1366px){.OrderForm_closeBtn__0K1NK{top:60px;right:60px}}.OrderForm_iconBtnClose__kprCS{position:absolute;bottom:2px;width:16px;height:16px;fill:#646263}@media screen and (min-width:1366px){.OrderForm_iconBtnClose__kprCS{left:10px;width:24px;height:24px}}.OrderForm_imageWrap__27kMc{position:relative}.OrderForm_form__4YY49{display:flex;flex-direction:column;align-items:center;margin-top:24px;row-gap:36px;width:100%;max-width:-webkit-fill-available;max-width:-moz-available;max-width:stretch}@media screen and (min-width:768px){.OrderForm_form__4YY49{margin-top:32px}}@media screen and (min-width:1366px){.OrderForm_form__4YY49{width:838px;flex-direction:row;flex-wrap:wrap}}.OrderForm_stretchText__qo5Os{height:1px;margin:-1px;visibility:hidden}.OrderForm_innerWrap__k3PAE{width:100%;display:flex;flex-direction:column;align-items:flex-start;row-gap:36px}@media screen and (min-width:768px){.OrderForm_innerWrap__k3PAE{width:407px}}@media screen and (min-width:1366px){.OrderForm_innerWrap__k3PAE{width:838px;flex-direction:row;justify-content:space-between;position:relative}}.OrderForm_input__pd8qC{position:relative;width:100%;height:35px;background-color:transparent;outline:none;cursor:pointer;border:none;border-bottom:1px solid #131112;padding-left:32px;font-size:16px;font-family:inherit}@media screen and (min-width:768px){.OrderForm_input__pd8qC{width:407px}}@media screen and (min-width:1366px){.OrderForm_input__pd8qC{width:407px}}.OrderForm_input__pd8qC::placeholder{color:#646263;font-size:16px;font-weight:400;line-height:1.6}.OrderForm_inputError__LFrDv{border-bottom:1px solid #a20b0b}.OrderForm_inputSuccess__3Y_ai{border-bottom:1px solid #00793c}.OrderForm_label__MK8Cg{position:absolute;top:-15px;color:#131112;font-size:14px;font-weight:400;line-height:1.7}@media screen and (min-width:1366px){.OrderForm_label__MK8Cg{top:-20px;left:5px}}.OrderForm_wrapError__C1ei1>div{width:100%}.OrderForm_wrapError__C1ei1{position:relative;width:100%}@media screen and (min-width:1366px){.OrderForm_wrapError__C1ei1{width:407px}}.OrderForm_error__IekVF{position:absolute;bottom:-18px;right:30px;color:#a20b0b;font-size:14px}@media screen and (min-width:1366px){.OrderForm_error__IekVF{bottom:-20px}}.OrderForm_icon__fTnL_{position:absolute;top:7px;width:20px;height:20px;stroke:#646263}@media screen and (min-width:1366px){.OrderForm_icon__fTnL_{left:5px;top:5px}}.OrderForm_iconPicker__Y9bHG{bottom:45px}@media screen and (min-width:1366px){.OrderForm_iconPicker__Y9bHG{bottom:10px}}.OrderForm_iconPickerRight__nq6jn{bottom:45px;right:10px;width:24px;height:24px}@media screen and (min-width:768px){.OrderForm_iconPickerRight__nq6jn{right:14px}}@media screen and (min-width:1366px){.OrderForm_iconPickerRight__nq6jn{top:0;left:380px}}.OrderForm_iconStatus___7blK{position:absolute;top:5px;right:14px;width:24px;height:24px}@media screen and (min-width:1366px){.OrderForm_iconStatus___7blK{top:5px}}.OrderForm_iconImportant__VPFS_{position:absolute;top:10px;right:14px;width:7px;height:8px}@media screen and (min-width:1366px){.OrderForm_iconImportant__VPFS_{width:12px;height:12px;top:5px}}.OrderForm_explainText__0QP1M{font-size:14px;font-weight:400;line-height:1.7;color:#646263}@media screen and (min-width:1366px){.OrderForm_explainText__0QP1M{position:absolute;bottom:-60px;left:10px}}.OrderForm_button__F4Y0f{display:flex;width:100%;padding:8px 0;justify-content:center;align-items:center;gap:24px;border-radius:8px;border:.5px solid transparent;background:#fff;box-shadow:2px 2px 4px 0 rgba(69,73,67,.251);color:#454943;font-family:GothamPro,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.6}@media screen and (min-width:768px){.OrderForm_button__F4Y0f{width:455px}}@media screen and (min-width:1366px){.OrderForm_button__F4Y0f{width:391px;margin:60px auto 0}}.OrderForm_activeBtn__sfZOK{background-color:#454943;color:#f9f6f8;cursor:pointer}.OrderForm_successContainer__nRpOP{font-family:inherit;margin-top:156px;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;-ms-flex-pack:distribute}@media screen and (min-width:1366px){.OrderForm_successContainer__nRpOP{margin-top:113px;padding-bottom:40px}}.OrderForm_successWrap__wfcSZ{margin-bottom:20px}@media screen and (min-width:768px){.OrderForm_successWrap__wfcSZ{margin-bottom:24px}}@media screen and (min-width:1366px){.OrderForm_successWrap__wfcSZ{margin-bottom:11px}}.OrderForm_successText__YzYzJ{font-size:16px;font-weight:700;line-height:1.6;color:#454943}@media screen and (min-width:768px){.OrderForm_successText__YzYzJ{font-size:18px;line-height:1.4;max-width:455px}}@media screen and (min-width:1366px){.OrderForm_successText__YzYzJ{font-size:22px;max-width:626px}}.seoStyles_titleHidden__w7Qr9{position:absolute;white-space:nowrap;width:1px;height:1px;overflow:hidden;border:0;padding:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);margin:-1px}.SocialLinksFooter_socialLinks__zVwPC{display:flex;flex-direction:column;gap:24px}.SocialLinksFooter_socialItem__SGOSr{display:flex;align-items:center}.SocialLinksFooter_socialIcon__HEzk3{position:relative;display:flex;align-items:center;justify-content:center;gap:12px}.SocialLinksFooter_icon__2K_DX{display:flex;justify-content:center;align-items:center;border-radius:50%;box-shadow:2px 2px 4px 0 hsla(60,10%,96%,.25);background-color:#f9f6f8;width:32px;height:32px;border-radius:12px}.SocialLinksFooter_icon__2K_DX svg{width:24px;height:24px;fill:transparent;stroke:#454943}.SocialLinksFooter_subtitle__bSax0{color:#f6f6f4;font-size:clamp(16px,2vw,20px);font-style:normal;font-weight:400;line-height:34px}.Footer_container__7AGDW{display:flex;flex-direction:column;align-items:center;padding:16px;background-color:#616c46;overflow-x:hidden;justify-content:space-between;width:100%;z-index:10}@media screen and (min-width:360px){.Footer_container__7AGDW{padding:16px 32px}}@media screen and (min-width:768px){.Footer_container__7AGDW{padding:16px 40px}}@media screen and (min-width:1366px){.Footer_container__7AGDW{padding:32px 71px}}.Footer_mobileContentWrapper__zO0y6{display:flex;justify-content:space-between;width:100%;gap:12px}.Footer_mobileItem__LiAsK{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.Footer_mobileItem__LiAsK a{color:#f6f6f4;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.Footer_contentWrapper__i_CAS{display:flex;width:inherit;flex-wrap:nowrap;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;max-width:1222px}.Footer_footerLogo__mHj_P{margin-left:0}@media screen and (min-width:1366px){.Footer_footerLogo__mHj_P{margin-left:-6px}}.Footer_navigation__qQ48w{display:flex;flex-direction:column;gap:8px;color:#f6f6f4;font-size:clamp(16px,2vw,20px);font-style:normal;font-weight:400;line-height:34px}.Footer_navigation__qQ48w a{width:-moz-fit-content;width:fit-content}@keyframes Footer_textLink__rkwAZ{0%{width:0}to{width:100%}}@media screen and (max-width:767px){.Footer_navigation__qQ48w{display:none}}@media screen and (min-width:768px){.Footer_navigation__qQ48w{gap:16px}}@media screen and (min-width:1366px){.Footer_navigation__qQ48w{gap:12px}}.Footer_btnsWrapper__RGRpk{display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;flex-direction:column;gap:8px;align-items:flex-end}@media screen and (min-width:768px){.Footer_btnsWrapper__RGRpk{display:flex;gap:16px}}@media screen and (min-width:1366px){.Footer_btnsWrapper__RGRpk{gap:20px}}.Footer_rights__fQz9c{color:#f6f6f4;font-size:clamp(12px,2vw,16px);font-style:normal;font-weight:400;line-height:normal}@font-face{font-family:GothamPro;src:url(/_next/static/media/GothamPro.49e4d78e.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:GothamProMedium;src:url(/_next/static/media/GothamPro-Medium.4337d452.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:GothamProBold;src:url(/_next/static/media/GothamPro-Bold.13b13656.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box;padding:0;margin:0;transition-duration:.25s}body,html{min-height:100vh;width:100%;scroll-behavior:smooth;background-color:#fff;color:#131112;font-family:GothamPro,sans-serif;--sb-track-color:#f3f3f3;--sb-thumb-color:#131112;--sb-size:8px;scrollbar-color:var(--sb-thumb-color) var(--sb-track-color);touch-action:manipulation}@media screen and (-webkit-min-device-pixel-ratio:0){input:focus,select:focus,textarea:focus{font-size:16px}}@media only screen and (max-device-width:600px){input{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-size:16px}}@media(hover:none)and (pointer:coarse){input[type=date],input[type=text]{font-size:16px}}input[type=date],input[type=text],textarea{font-size:16px}::-webkit-scrollbar{width:var(--sb-size)}::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:8px}::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:8px}footer,header{width:inherit;max-width:inherit}body,main{display:flex;flex-direction:column;align-items:center}main{flex:1 1}main,section{width:100%}.container{width:100%;max-width:1222px;margin:0 auto}.pageTopSection{padding:80px 16px 16px}@media screen and (min-width:360px){.pageTopSection{padding:80px 32px 16px}}@media screen and (min-width:768px){.pageTopSection{padding:90px 40px 20px}}@media screen and (min-width:1366px){.pageTopSection{padding:150px 72px 40px}}.section{padding:8px 16px 16px}@media screen and (min-width:360px){.section{padding:8px 32px 16px}}@media screen and (min-width:768px){.section{padding:12px 40px 20px}}@media screen and (min-width:1366px){.section{padding:20px 72px 40px}}a{color:inherit;text-decoration:none}ol,ul{list-style:none}.textLink{color:#f9f6f8;font-size:10px;font-weight:400;display:flex;align-items:center;column-gap:5px}@media screen and (min-width:768px){.textLink{font-size:12px}}@media screen and (min-width:1366px){.textLink{font-size:14px}}.textLinkAnimation{text-decoration:none;position:relative;outline:none}.textLinkAnimation:focus.textLinkAnimation:after,.textLinkAnimation:hover.textLinkAnimation:after{content:"";display:block;position:absolute;bottom:-3px;left:0;width:100%;height:1px;animation:textLink .8s ease forwards;background-color:#f9f6f8}@keyframes textLink{0%{width:0}to{width:100%}}.activeLink{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;-webkit-text-decoration-color:rgba(36,36,36,.5);text-decoration-color:rgba(36,36,36,.5)}.active{position:relative}.active:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:1px;animation:textLink .8s ease forwards;background-color:#646263}