:root{--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:0.2}.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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.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:.5s}.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;z-index:1}.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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{position:-webkit-sticky;position:sticky;z-index:1000;height:170px;top:0;left:0;box-shadow:0 0 55px rgba(0,0,0,.07);overflow-x:hidden}.header__top-wrapper{background-color:#ebf3eb;transform:scale(1.3);transform-origin:top center}.header__top{display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:500;font-family:TTHovesMedium;height:50px;color:#425f2d}.header__top a{transition:.3s;cursor:pointer}.header__top a:hover{color:#5f8047}.header__top .center,.header__top .left,.header__top .right{display:flex;align-items:center;gap:40px}.header__top .right{justify-content:start;justify-content:end}.header__top-link{gap:10px}.header__bottom-wrapper,.header__top-link{display:flex;align-items:center;justify-content:center}.header__bottom-wrapper{height:120px;background-color:#fff}.header__bottom{display:flex;justify-content:space-between;column-gap:15px;align-items:center;font-size:16px;overflow:visible;margin:50px 0}.header__bottom-logo{display:flex;align-items:center;justify-content:center;gap:15px;margin-right:20px}.logo_img{display:block;width:96px}.header__bottom-logotext{display:flex;flex-direction:column;font-family:Gotham Pro Medium;font-size:24px;font-weight:700;color:#333437}.header__bottom-logotext span{color:#7caa5c;letter-spacing:-1px}.header__bottom .right{display:flex;gap:10px}.header__bottom .left{display:flex;width:100%;height:45px;gap:15px}.search{display:flex;width:100%;height:auto;background-color:#7caa5c;border-radius:7px;position:relative}.search input{width:100%;background-color:#fff;text-indent:15px;font-size:16px;border:2px solid #7caa5c;border-radius:7px;color:#99aa8d;&:hover::placeholder{background-color:rgba(0,0,0,.04)}&:focus::placeholder{background-color:rgba(0,0,0,.04)}&:focus{outline:none}}.burger__menu{width:30px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;height:20px;display:none}.burger__menu span{background-color:#333437;height:4px;width:100%;border-radius:2px;display:block;content:" "}.header__button{cursor:pointer;display:flex;align-items:center;justify-content:center;column-gap:8px;padding:11px 20px;background-color:#7caa5c;border-radius:6px;color:#fff;border:none;font-size:16px;font-weight:500;transition:.3s}.circle{width:25px;height:25px;background-color:#a3cf85;border-radius:50%;position:relative}.circle:before{position:absolute;content:"";display:inline-block;width:12px;height:12px;background-image:url(/assets/img/arrow.svg);background-size:contain;background-repeat:no-repeat;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.catalog_btn{padding:9px 14px}.account_btn,.catalog_btn{font-size:16px;font-family:TTHovesMedium;border:1px solid #7caa5c}.account_btn:hover,.catalog_btn:hover{box-shadow:0 5px 15px rgba(0,0,0,.2)}.search_inner{float:right;position:relative;transition:.3s;width:45px}.search_inner:before{position:absolute;content:"";display:inline-block;width:18px;height:18px;background-image:url(/assets/img/search.svg);background-size:contain;background-repeat:no-repeat;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.search_inner:hover{&:before{background-image:url(/assets/img/search_hover.svg)}}a.header__button{background-color:#ebf3eb;color:#7caa5c;transition:.3s}.cart_btn,.favorite_btn{border:1px solid #ebf3eb}.cart_btn:hover,.favorite_btn:hover{border:1px solid #51615a}@media (max-width:1600px){.header__top-wrapper{transform:scale(1)}}@media (max-width:1140px){.header__button span,.header__top{display:none}.header{height:120px}.footer__main{column-gap:30px}.footer__catalog-list{column-gap:20px}.footer__wrapper .footer__catalog-link{font-size:15px}.footer__catalog-link{padding:0!important}.footer__logo-link{flex-direction:column;align-items:start}.footer__logo-text{max-width:200px}.footer__info-block{margin-left:40px}}@media (max-width:850px){.header{height:175px;background-color:#fff}.search{position:absolute;bottom:10px;width:calc(100vw - 30px)}.search input{padding:10px 0;bottom:0}.footer{padding-top:80px}.footer__catalog-title,.footer__feedback-title,.footer__info-title{margin-bottom:8px}.footer__catalog-list,.footer__info-list{column-gap:40px;grid-template-columns:repeat(4,1fr);grid-template-rows:none}.footer__catalog-list>:first-child,.footer__info-list>:first-child{-ms-grid-row:1;-ms-grid-column:1}.footer__catalog-list>:nth-child(2),.footer__info-list>:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}.footer__catalog-list>:nth-child(3),.footer__info-list>:nth-child(3){-ms-grid-row:1;-ms-grid-column:5}.footer__catalog-list>:nth-child(4),.footer__info-list>:nth-child(4){-ms-grid-row:1;-ms-grid-column:7}.footer__main{display:flex;flex-direction:column}.footer__block,.footer__main{align-items:start}.footer__logo-text{max-width:100%}.footer__logo-link{flex-direction:row}.footer__block{margin-bottom:30px}.footer__info-block{margin-left:0}.footer__logo-text{margin-bottom:10px}.footer__faq{flex-direction:column;align-items:start;row-gap:20px;max-width:500px}}@media (max-width:670px){.container{max-width:600px;width:100%}.logo_img{width:55px;height:55px}.search{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);width:calc(100% - 15px)}.footer__logo-text{margin-bottom:10px}.footer__catalog-list{grid-template-columns:repeat(2,1fr)}.footer__block:last-child{width:100%}.footer__info-list{display:flex;flex-direction:column}.footer__wrapper .footer__catalog-link{font-size:15px}.footer__info-list{column-gap:145px}.catalog_btn{display:none}.burger__menu{margin-top:10px;display:flex}}@media (max-width:480px){.header{height:120px}.header__bottom{column-gap:0}.header__bottom-wrapper{height:64px}.search input{padding:10px 0;bottom:0}.header__bottom-logotext{font-size:16px}.header__bottom-logo{gap:3px}.header__bottom .left{gap:3px;align-items:center}.logo_img{width:40px;height:40px}.burger__menu{width:18px;height:18px;margin-top:2px}.header__button{padding:11px 8px}.footer{background-color:#f9f9f9;padding-top:0;padding-bottom:20px}.footer__main{width:100%;background-color:#fff;border-radius:10px;padding:30px 20px}.footer__block{position:relative;margin-bottom:50px;width:100%}.footer__block:before{position:absolute;content:"";background-color:#eee;width:100%;height:1px;bottom:-25px;left:0}.footer__block:last-child{margin-bottom:0}.footer__block:last-child:before,.footer__line{display:none}.footer__faq{row-gap:8px}.main_content{margin-top:30px;background-color:#fff}a.header__button{background-color:#ebf3eb;border:none}.favorite_btn{padding:10px;background-color:#fff}}.suggestions{position:absolute;top:50px;width:100%;border:2px solid #7caa5c;border-radius:7px;background-color:#fff;padding:7px}.suggestions select{list-style-type:none}.suggestions option{border-radius:5px;transition:background-color .3s}.suggestions a,.suggestions option{display:flex;justify-content:space-between;align-items:center}.suggestions a{width:100%;padding:5px;color:#7caa5c}.suggestions li:hover{background-color:#ebebeb;& a{color:#5f8047}}.suggestions_product{display:flex;align-items:center;width:90%;font-size:15px}.suggestions_product img{width:50px;height:50px}@media (max-width:1340px){.suggestions_product{width:87%;width:82%}}@media (max-width:1125px){.suggestions_product{width:70%}}@media (max-width:1090px){.suggestions_product{width:85%}}@media (max-width:1002px){.suggestions_product{width:82%}}@media (max-width:950px){.suggestions_product{width:70%;font-size:12px}}@media (max-width:890px){.suggestions a p{font-size:10px}.suggestions_product{width:80%}}@media (max-width:850px){.suggestions a p{font-size:16px}.suggestions_product img{width:70px;height:70px}}@media (max-width:540px){.suggestions_product{width:80%}}.registration{display:flex;flex-direction:column;position:fixed;width:488px;height:100vh;justify-content:center;top:0;right:0;font-size:30px;background-color:#fff;z-index:1002;padding:50px}.registration a svg{position:absolute;top:25px;right:25px}.registration h2{font-family:Gotham Pro Medium;font-size:42px;line-height:50px;color:#333437;margin-bottom:41px}.registration input{color:#99aa8d;border:1px solid #ddd;border-radius:9px;margin-bottom:16px;outline:none}.registration button,.registration input{font-family:Gotham Pro Medium;font-size:16px;line-height:19px;padding:22px 26px}.registration button{color:#fff;background-color:#7caa5c;border:none;border-radius:9px;cursor:pointer}.registration button:hover{border-radius:28px}.registration input:focus,.registration input:hover{background-color:#fafafa}.registration__step1{display:flex;flex-direction:column;& button{transition:border-radius .3s}}.registration__step2{display:flex;flex-direction:column;& button{transition:border-radius .3s}}.registration__step2-arrow{position:absolute;left:65px;align-items:center;top:0}.password__wrapper{position:relative;width:100%}.password__wrapper input{width:100%}.registration__enter{display:flex;flex-direction:column}.registration__info{position:relative;flex-direction:row;justify-content:space-between}.registration__info p{font-family:Gotham Pro;font-size:14px;line-height:20px}.registration__email{display:flex;flex-direction:row;justify-content:left;font-size:14px;line-height:20px;margin-bottom:30px}.registration__address,.registration__email,.registration__green{font-family:Gotham Pro Medium}.registration__green{margin-left:10px;color:#7caa5c}.registration__green:hover{color:#5f8047}.registration__forgot{padding-top:22px;color:#7caa5c;font-family:Gotham Pro Medium;font-size:14px;line-height:19px;width:-moz-fit-content;width:fit-content}.registration__forgot:hover{color:#5f8047}.registration__enter-arrow{position:absolute;left:65px;align-items:center;top:0}.registration__restore{display:flex;flex-direction:column}.registration__restore p{font-family:Gotham pro;font-size:16px;line-height:20px;margin-bottom:20px}.registration__change,.registration__restore-step2{display:flex;flex-direction:column}.registration__restore-step2 p{font-family:Gotham Pro;font-size:14px;line-height:20px;margin-bottom:30px}.registration__restore-confirmation h2{color:#7caa5c}.confirmation__text{display:flex;flex-direction:row;align-items:center;margin-bottom:22px}.confirmation__icon{display:flex;align-items:center;justify-content:space-around;width:27px;height:27px;flex-shrink:0;background-color:#7caa5c;border-radius:5px}.confirmation__text p{font-family:Gotham Pro;font-size:14px;line-height:20px;text-wrap:balance;margin-left:25px;color:#333437}.darkenall{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1001;background-color:rgba(0,0,0,.4)}@media (max-width:700px){.registration{width:100vw;height:100%;position:fixed;top:0;right:0;left:0;bottom:0;padding:20px}.registration h2{font-size:38px}.registration__restore p{font-size:14px}}@media (max-width:375px){.registration h2,.registration__step2 h2{font-size:32px}.registration__step2 input::placeholder{font-size:14px}.registration__restore p{font-size:12px}.registration__change h2{font-size:28px}.password__wrapper input::placeholder{font-size:14px}.registration__restore-confirmation h2{font-size:30px}.confirmation__text p{font-size:12px;text-wrap:stable;margin-left:15px}}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:transparent}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:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{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{vertical-align:middle}@font-face{font-family:Gotham Pro;src:url("/fonts/Gotham\ Pro\ Regular.ttf")}@font-face{font-family:Gotham Pro Medium;src:url(/fonts/gothampro_medium.ttf)}@font-face{font-family:TTHovesMedium;src:url(/fonts/TTHovesMedium.ttf);font-style:normal;font-weight:500}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#7caa5c!important;--toastify-color-success:#7caa5c!important;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.container{max-width:1430px;width:100%;padding:0 15px;margin:0 auto}body{font-family:Gotham Pro;background-color:#f9f9f9}a{text-decoration:none;color:inherit}a[href*="#"]{transition:all .3s ease}a[href*="#"]:target{position:fixed;top:0;left:0;width:100%;height:100vh;overflow:auto}input:focus{outline:none}.footer{background-color:#fff;padding:125px 0 55px;width:100%}.footer__wrapper{width:100%;display:flex;flex-direction:column;align-items:center;row-gap:45px}.footer__wrapper .footer__catalog-link,.footer__wrapper .footer__info-link{transition:.3s;color:#333437;font-size:15px;line-height:21px}.footer__wrapper .footer__catalog-link:hover,.footer__wrapper .footer__info-link:hover{color:#7caa5c}.footer__main{width:100%;font-family:Gotham Pro,sans-serif;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.footer__block{display:flex;flex-direction:column;align-items:start;justify-content:start}.footer__block-category{margin-left:20px}.footer__logo-name{display:flex;flex-direction:column;font-family:Gotham Pro Medium;font-weight:700;font-size:42px;line-height:30px;color:#333437;margin-bottom:30px}.footer__logo-name span{color:#7caa5c}.footer__logo-text{font-size:21px;color:#333437}.footer__logo-link{color:#7caa5c;font-size:16px;line-height:19px;display:flex;align-items:center;width:100%;column-gap:20px}.footer__catalog-title,.footer__feedback-title,.footer__info-title{color:#333437;font-size:17px;line-height:24px;margin-bottom:25px}.footer__catalog-list{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:12px;row-gap:12px;-webkit-column-gap:65px;-moz-column-gap:65px;grid-column-gap:65px;column-gap:65px;text-transform:capitalize;list-style:none}.footer__info-block{margin-left:100px}.footer__info-list{display:grid;text-transform:capitalize;list-style:none;grid-row-gap:18px;row-gap:18px;grid-template-rows:repeat(4,1fr)}.footer__info-item:hover{color:#7caa5c}.footer__feedback-form{display:flex;flex-direction:column;row-gap:10px;width:100%}.footer__feedback-input{width:100%;border:none;box-shadow:0 0 55px rgba(0,0,0,.07);padding:20px;border-radius:6px;outline:none}.footer__feedback-input::placeholder{color:#333437;font-size:15px;line-height:18px}.footer__feedback-btn{position:relative;height:59px;cursor:pointer;width:100%;background-color:#7caa5c;border:none;padding:20px;border-radius:6px;color:#fff;font-family:TTHovesMedium;font-size:16px;line-height:19px;transition:.3s}.footer__feedback-btn:hover{border-radius:25px}.footer__line{width:90%;height:2px;background-color:#eee}.footer__faq{font-family:Gotham Pro;display:flex;align-items:center;justify-content:start;column-gap:55px}.footer__faq-title{font-size:15px;line-height:21px;color:#333437}.footer__faq-text{font-size:15px;line-height:21px;color:#9b9b9b}.footer_main{width:100%;padding:100px 0;background-color:#3c5148;display:flex;align-items:center;position:relative}.footer__text_main{display:flex;flex-direction:column;row-gap:15px;color:#fff;font-size:42px;font-weight:400;width:27%}.container_main_footer{z-index:3}.footer__text-description_main{font-size:17px;line-height:25px;font-family:Gotham Pro}.footer__text-title_main{font-family:Gotham Pro Medium;line-height:45px;margin-bottom:30px}.footer_main:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#51615a,#3c5148);-webkit-clip-path:polygon(45% 40%,45% 100%,100% 100%,100% 15%);clip-path:polygon(45% 40%,45% 100%,100% 100%,100% 15%);pointer-events:none}@media (max-width:1360px){.footer__main{column-gap:40px}}@media (max-width:1200px){.footer__catalog-list{width:auto}.footer__faq{max-width:700px}.footer__logo-text{max-width:250px}.footer__logo-link{flex-direction:column;align-items:start;row-gap:10px}}@media (max-width:1140px){.footer__main{column-gap:30px}.footer__catalog-list{column-gap:20px}.footer__wrapper .footer__catalog-link{font-size:15px}.footer__catalog-link{padding:0!important}.footer__logo-link{flex-direction:column;align-items:start}.footer__logo-text{max-width:200px}.footer__info-block{margin-left:40px}}@media (max-width:850px){.footer{padding-top:80px}.footer__catalog-title,.footer__feedback-title,.footer__info-title{margin-bottom:8px}.footer__catalog-list,.footer__info-list{column-gap:40px;grid-template-columns:repeat(4,1fr);grid-template-rows:none}.footer__catalog-list>:first-child,.footer__info-list>:first-child{-ms-grid-row:1;-ms-grid-column:1}.footer__catalog-list>:nth-child(2),.footer__info-list>:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}.footer__catalog-list>:nth-child(3),.footer__info-list>:nth-child(3){-ms-grid-row:1;-ms-grid-column:5}.footer__catalog-list>:nth-child(4),.footer__info-list>:nth-child(4){-ms-grid-row:1;-ms-grid-column:7}.footer__main{display:flex;flex-direction:column}.footer__block,.footer__main{align-items:start}.footer__logo-text{max-width:100%}.footer__logo-link{flex-direction:row}.footer__block{margin-bottom:30px}.footer__block-category,.footer__info-block{margin-left:0}.footer__logo-text{margin-bottom:10px}.footer__faq{flex-direction:column;align-items:start;row-gap:20px;max-width:500px}}@media (max-width:670px){.footer__logo-text{margin-bottom:10px}.footer__catalog-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.footer__block:last-child{width:100%}.footer__info-list{display:flex;flex-direction:column;column-gap:145px}.footer__wrapper .footer__catalog-link{font-size:15px}}@media (max-width:480px){.footer{background-color:#f9f9f9;padding-top:0;padding-bottom:20px}.footer__main{width:100%;background-color:#fff;border-radius:10px;padding:30px 20px}.footer__block{position:relative;margin-bottom:50px;width:100%}.footer__block:before{position:absolute;content:"";background-color:#eee;width:100%;height:1px;bottom:-25px;left:0}.footer__block:last-child{margin-bottom:0}.footer__block:last-child:before,.footer__line{display:none}.footer__faq{row-gap:8px}.footer__logo-link{flex-direction:column;row-gap:10px}}.main_content{padding-top:30px;background-color:#ebebeb}.form__error{font-size:14px;color:red;margin:0 5px 5px auto}.banner{display:flex;background-color:#f9f9f9;border-radius:13px;margin:0 31px;padding:106px 40px;max-width:100%;position:relative;align-items:center;justify-content:center;overflow:hidden}.banner__wrapper{display:flex;flex-direction:column;max-height:-moz-fit-content;max-height:fit-content;margin:auto 0;z-index:10;background-color:transparent;row-gap:100px}.banner__inner{display:flex;flex-direction:row;justify-content:space-between;column-gap:22px;width:100%}.banner__title{display:flex;font-family:Gotham Pro Medium;font-size:56px;max-width:50%;z-index:10}.banner__item{position:relative;display:flex;width:50%;height:305px;background-color:#fff;border-radius:10px;flex-direction:column;align-items:start;justify-content:space-between;padding:30px;z-index:10}.banner:before{content:"";position:absolute;bottom:0;left:-40px;width:100%;height:90%;background-image:url(/assets/img/forest.jpg);background-size:cover;background-position:50%;-webkit-clip-path:polygon(51% 0,100% 0,85% 100%,36% 100%);clip-path:polygon(51% 0,100% 0,85% 100%,36% 100%);z-index:1}.banner__item-text{font-family:Gotham Pro;&.subtitle{font-size:24px}}a.banner__item-text{display:flex;cursor:pointer;align-items:center;column-gap:10px}.arrow-circle{border:1px solid #e6e6e6;display:block;border-radius:50%;padding:10px}.banner__item:before{background-image:url(/assets/img/foil.jpg)}.banner__item-img2:before,.banner__item:before{content:"";position:absolute;right:0;bottom:0;width:50%;height:100%;background-size:contain;background-position:50%;background-repeat:no-repeat;z-index:1}.banner__item-img2:before{background-image:url(/assets/img/tape.png)}.advantages{margin-top:130px}.advantages__list{list-style:none;display:flex;align-items:center;justify-content:space-between}.advantages__item{display:flex;align-items:center;column-gap:20px}.advantages__text{font-family:Gotham Pro;font-size:16px;max-width:120px;line-height:20px}.advantages__stick{background-color:#dbdbdb;width:2px;height:18px}.category{margin-top:130px}.category__title{font-size:42px;font-family:Gotham Pro Medium;margin:80px 0 30px}.category__list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:100px}svg{display:flex;align-items:center;justify-content:center}.category__item{cursor:pointer;display:flex;flex-direction:column;max-width:330px;width:100%;border-radius:11px;padding:8px;background-color:#f9f9f9;transition:.3s;box-shadow:0 0 55px rgba(0,0,0,.04);& .category__item-arrow{transition:.3s}}.category__item-arrow{border:2px solid #e6e6e6;padding:8px;border-radius:50%}.category__item:hover{background-color:#fff;box-shadow:0 0 55px rgba(0,0,0,.04);& .category__item-arrow{border:2px solid #7caa5c;background-color:#7caa5c}}.category__item-img{max-width:100%;height:275px;object-fit:contain;border-radius:5px;background-color:#fff;transition:.3s}.category__item-wrapper{display:flex;flex-direction:row;padding:20px 10px;justify-content:space-between;align-items:center}.category__item-title{line-height:35px;font-size:20px}.category__item-price{color:#7caa5c;line-height:24px;font-size:18px}.feedback{margin-bottom:100px}.feedback__wrapper{background-color:#f9f9f9;position:relative;width:auto;height:550px;border-radius:11px}.feedback__form{display:flex;flex-direction:column;max-width:37%;align-items:center;margin-left:5%}.feedback__title{font-family:Gotham Pro Medium;font-size:42px;margin-top:10%;margin-bottom:40px}.feedback__input{font-family:Gotham Pro;font-size:16px;text-indent:20px;border:0 solid;outline:none;border-radius:8px;height:61px;width:100%;margin:7px 0}.feedback__phone{display:flex;flex-direction:row;align-items:center;background-color:#fff;border-radius:8px;width:100%}.feedback__button{background-color:#7caa5c;position:relative;border:none;width:100%;height:63px;padding:20px 0;font-family:Gotham Pro;font-size:21px;color:#fff;border-radius:6px;margin:10px 0;cursor:pointer;transition:.3s}.feedback__button:hover{border-radius:26px}.feedback__button_text{transition:.3s}.feedback__button_text.visible{opacity:1}.feedback__button_text.hidden{opacity:0}.feedback__agree{margin-top:25px;padding-right:46%;font-family:Gotham Pro;font-size:14px;width:100%;& a{color:#7caa5c}}.feedback__wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;width:50%;background-image:url(/assets/img/cardboard.png);background-size:cover;background-position:100%;background-repeat:no-repeat;border-radius:11px;z-index:1}.delivery_main{margin-bottom:120px}.delivery__title_main{font-family:Gotham Pro Medium;font-size:42px;margin-bottom:50px;color:#333437}.delivery__banner{display:flex;column-gap:26px}.delivery__banner-item{display:flex;flex-direction:row;align-items:center;position:relative;width:50%;height:330px;padding:10px;border-radius:11px;background-color:#ebf3eb;font-family:Gotham Pro;overflow:hidden;& svg{margin-left:10%;z-index:2}}.delivery__banner-text{margin-left:15%;flex-direction:column;width:55%;line-height:20px;font-size:16px;& h3{font-size:24px;margin-bottom:14px}}.delivery__banner-item:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#cde5cd,#ebf3eb);-webkit-clip-path:polygon(0 100%,30% 100%,30% 40%,0 20%);clip-path:polygon(0 100%,30% 100%,30% 40%,0 20%);z-index:1;pointer-events:none}.payment_main{padding-bottom:120px}.payment__title{font-family:Gotham Pro Medium;font-size:42px;margin-bottom:50px;color:#333437}.payment__banner{display:flex;column-gap:10px;background-color:#f9f9f9;border-radius:11px;padding:30px;position:relative;overflow:hidden}.payment__banner-element{display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;background-color:#fff;width:20%;border-radius:9px;padding:35px;position:relative;z-index:2;& svg{margin-bottom:80%}}.payment__banner-text{position:absolute;font-family:Gotham Pro;font-size:24px;top:70%;text-align:center}.payment__banner:before{content:"";position:absolute;top:0;right:-4%;bottom:0;width:50%;background-image:url(/assets/img/cards.png);background-size:contain;background-position:100%;background-repeat:no-repeat;border-radius:11px;z-index:1}.modal{position:fixed;background-color:#fff;width:100%;top:170px;padding-bottom:50px;left:0;z-index:1000}.modal__bar{display:inline-block;margin:20px 0 30px;width:100%;height:1px;background-color:#eee}.product-modal{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:50px;gap:50px}.product__title-modal{font-size:24px;line-height:32px;margin-bottom:24px}.product__item-link-modal{position:relative;color:#333437;font-size:15px;line-height:20px;transition:.3s}.product__item-link-modal:hover{color:#7caa5c}.product__quantity-main{position:absolute;bottom:5px;right:-10px;transform:translateX(100%);color:#99aa8d;font-size:13px;line-height:16px}.product__list-modal{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;list-style:none}.burger__menu.open span:first-child{transform:rotate(-45deg);position:absolute}.burger__menu.open span:nth-child(2){opacity:0}.burger__menu.open span:nth-child(3){transform:rotate(45deg);position:absolute}.burger__menu.open{display:flex;position:relative}.burger__menu-list{padding-top:20px;position:fixed;background-color:#fff;width:100vw;top:120px;row-gap:18px;z-index:1000;height:100%;overflow-y:auto;padding-bottom:200px}.burger__menu-list a{transition:color .2s}.burger__menu-list a:hover{color:#7caa5c}.burger__wrapper{display:flex;flex-direction:column;width:100%;top:120px;row-gap:18px;z-index:1000;height:100%}.burger__wrapper a{display:flex;flex-direction:row;column-gap:7px;font-family:Gotham Pro Medium;color:#333437;&.burger__green{color:#7caa5c;font-size:15px;line-height:21px}}.burger__wrapper hr{border:1px solid #eee;background-color:#eee}.burger__cart{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;position:relative}.burger__notification{position:absolute;right:10px;top:-7px;background-color:#7caa5c;border-radius:50%;padding:8px;width:30px;height:30px;color:#fff;text-align:center}.burger__wrapper-catalog{display:flex;flex-direction:column;width:100%;top:120px;row-gap:18px;z-index:1000;height:100%}.burger__wrapper-catalog h3{font-size:22px;line-height:26px;font-family:Gotham Pro Medium;margin-top:30px}.burger__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,auto);grid-gap:20px;gap:20px;list-style-type:none;margin-top:20px}.burger__grid>:first-child{-ms-grid-row:1;-ms-grid-column:1}.burger__grid>:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}.burger__grid>:nth-child(3){-ms-grid-row:3;-ms-grid-column:1}.burger__grid>:nth-child(4){-ms-grid-row:3;-ms-grid-column:3}.burger__grid>:nth-child(5){-ms-grid-row:5;-ms-grid-column:1}.burger__grid>:nth-child(6){-ms-grid-row:5;-ms-grid-column:3}.burger__grid a{font-size:15px;font-family:Gotham Pro Medium;line-height:21px;position:relative}.burger__grid-count{position:absolute;font-size:13px;color:#99aa8d;top:-5px;transform:translateX(100%);right:-5px}.window{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:500;background-color:rgba(0,0,0,.4)}.scroll-block{height:100%;overflow-y:hidden;position:fixed}.window--hidden{display:none!important}.modal--hidden{display:none}@media (max-width:1300px){.banner__item:before{width:36%}.banner{margin:0 15px}.payment__banner-text{font-size:17px}}@media (max-width:1090px){.banner__item:before{width:30%}.banner__title{font-size:35px}.subtitle{font-size:10px}}@media (max-width:970px){.category__list{gap:20px;grid-template-columns:repeat(3,1fr);margin:0 auto 100px}.category__item{width:95%}.category__item-wrapper{flex-direction:column}}@media (max-width:850px){.category__list{gap:10px;grid-template-columns:repeat(2,1fr)}.banner:before{left:0;-webkit-clip-path:polygon(38% 0,100% 0,100% 100%,0 100%);clip-path:polygon(38% 0,100% 0,100% 100%,0 100%);height:70%}.banner__item{align-items:center;height:320px}.banner__item:before{height:50%;right:50%;bottom:52%;position:absolute;transform:translateX(50%) translateY(50%)}.payment__title{font-size:27px}.payment__banner{flex-direction:column;row-gap:10px}.payment__banner-element{width:100%;height:200px;justify-content:space-between}.payment__banner-element svg{margin-bottom:auto}.payment__banner-text{top:auto;color:#333437;bottom:35px;font-size:20px}.payment__banner:before{display:none}.footer__text_main{width:auto!important;text-align:center}.delivery__banner-text{margin-left:20px}.main_content{padding-top:15px}}@media (max-width:670px){.category__list{column-gap:5px;row-gap:10px}.category__item-wrapper{padding-bottom:10px}.banner{padding:40px 0}.banner:before{height:80%}.banner__title{max-width:100%;font-size:32px;color:#333437}.banner__wrapper{align-items:start}.banner__inner{flex-direction:column;align-items:center;row-gap:30px}.banner__item{height:300px;width:100%;display:flex;flex-direction:column;align-items:start;justify-content:space-between;overflow:hidden}.banner__item:before{right:0;bottom:52%;position:absolute;transform:translateY(50%)}.banner__item-text.subtitle{font-size:20px;line-height:22px;font-family:Gotham Pro Medium}.advantages{overflow-x:auto;scrollbar-width:none}.advantages::-webkit-scrollbar{display:none}.advantages__list{display:flex;flex-wrap:nowrap;column-gap:6px;& span{display:none}}.advantages__item{display:flex;flex-direction:column;align-items:start;justify-content:space-between;background-color:#ebf3eb;flex:0 0 40%;height:100px;border-radius:6px;padding:10px}.advantages__text{font-family:Gotham Pro Medium;color:#333437;font-size:14px}.feedback{margin-top:100px}.feedback__title{font-size:22px;text-align:center;color:#333437}.feedback__form{margin-left:0;margin-bottom:20px;padding:0 35px;max-width:100%;align-items:center}.feedback__input{font-size:16px;width:calc(73vw - 30px)}.feedback__button{width:84%}.feedback__agree{font-size:12px;padding-right:0;text-align:center}.feedback__wrapper{height:700px;overflow:hidden}.feedback__wrapper:before{content:"";height:300px;width:100%;top:auto;bottom:0;position:absolute;border-top-left-radius:0;border-top-right-radius:0;background-size:cover}.delivery__title_main{font-size:27px}.delivery__banner{flex-direction:column;row-gap:17px}.delivery__banner-item{width:100%}.payment__title{font-size:27px}.payment__banner{flex-direction:column;row-gap:10px}.payment__banner-element{width:100%;justify-content:space-between}.payment__banner-element svg{margin-bottom:auto}.payment__banner-text{top:auto;bottom:35px;font-size:20px}.payment__banner:before{display:none}.footer__text-title_main{font-size:30px;margin-bottom:20px}.footer__text_main{width:auto;text-align:center}}@media (max-width:480px){.burger__menu{width:18px;height:18px}.burger__menu span{height:2px;border-radius:1px}.header__button{padding:11px 8px}a.header__button{background-color:#ebf3eb;border:1px solid #fff}.favorite_btn{padding:10px;background-color:#fff;width:48px}.cart_btn{width:48px}.banner{margin:0 15px}.banner__title{display:inline-block;width:100%;font-size:30px}.banner__item{height:170px;padding:18px}.banner__item-text.subtitle{font-size:16px;max-width:60%}.account_btn{padding:11px 20px}a.banner__item-text{font-size:14px;font-family:TTHovesMedium;width:50%}.arrow-circle{width:32px;height:32px;padding:7px;display:flex;align-items:center;justify-content:center}.arrow-circle svg{width:17px;height:17px}.category__item:active{transform:scale(104%)}.banner__item:before{right:0;bottom:50%;transform:translateX(0) translateY(50%);width:30%;height:100%}.banner:before{height:70%;-webkit-clip-path:polygon(38% 0,100% 0,100% 100%,0 100%);clip-path:polygon(38% 0,100% 0,100% 100%,0 100%)}.banner__wrapper{row-gap:50px}.advantages{margin-top:40px}.category{margin-top:0;padding-top:20px}.category__list{margin-bottom:0;width:95vw}.category__title{margin-top:40px;margin-bottom:25px;font-size:29px}.category__item-arrow{display:none}.category__item-img{height:150px;object-fit:contain}.category__item-price,.category__item-title{text-align:center;font-family:Gotham Pro Medium}.category__item-title{font-size:16px;line-height:22px;margin-bottom:6px}.delivery_main{margin-bottom:40px}.delivery__banner-item{height:132px}.delivery__banner-text{align-items:center;margin:15px;font-size:13px;width:100%;text-align:left;z-index:3;& h3{font-size:16px}}.delivery__banner-item svg{display:none}.delivery__banner-item:before{-webkit-clip-path:polygon(0 100%,69% 100%,59% 7%,0 7%);clip-path:polygon(0 100%,69% 100%,59% 7%,0 7%)}.feedback{margin:40px 0;height:auto}.feedback__form{align-items:start}.feedback__title{text-align:left;margin-bottom:10px;max-width:280px}.feedback__button,.feedback__input{width:100%}.feedback__agree{text-align:left}.payment__title{margin-bottom:30px}.payment_main{padding-bottom:0}.payment__banner-element{height:130px;display:flex;flex-direction:column;align-items:end;position:relative}.payment__banner-element svg{position:absolute;top:20px;right:20px}.payment__banner-text{top:auto;left:15px;bottom:15px;font-size:14px;font-family:Gotham Pro Medium}.payment__banner{z-index:10}.payment__banner-element svg{margin-left:250px;width:60px;height:auto}.footer_main{padding:150px 0;margin-top:-70px}}@media (max-width:375px){.payment__banner-element svg{margin-left:170px}}.styles_phoneFlag__idW6Q{position:fixed;bottom:40px;right:60px;display:flex;align-items:center;gap:12px;padding:15px 25px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border-radius:15px;box-shadow:0 0 20px rgba(34,197,94,.5);font-family:Inter,sans-serif;cursor:pointer;animation:styles_pulse__Tqka5 2.5s infinite;transition:transform .3s ease,box-shadow .3s ease;z-index:10000;transform:scale(1.3)}.styles_phoneFlag__idW6Q:hover{transform:scale(1.37);box-shadow:0 0 30px rgba(34,197,94,.7)}.styles_icon__5T52v{font-size:28px;color:#22c55e;filter:drop-shadow(0 0 6px rgba(34,197,94,.7));animation:styles_ring__YFVEw 2s ease-in-out infinite}.styles_textBlock__I7DS6{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.styles_callText__4nkWV{font-weight:700;font-size:18px;text-shadow:0 0 6px hsla(0,0%,100%,.3)}.styles_number__ovMdR{font-weight:500;font-size:16px;opacity:.9}@keyframes styles_pulse__Tqka5{0%{box-shadow:0 0 10px rgba(34,197,94,.5)}50%{box-shadow:0 0 25px rgba(34,197,94,.8)}to{box-shadow:0 0 10px rgba(34,197,94,.5)}}@keyframes styles_ring__YFVEw{0%,to{transform:rotate(0)}10%{transform:rotate(15deg)}20%{transform:rotate(-15deg)}30%{transform:rotate(10deg)}40%{transform:rotate(-10deg)}50%{transform:rotate(0)}}@media (max-width:1024px){.styles_phoneFlag__idW6Q{bottom:30px;right:40px;transform:scale(1.15);padding:12px 20px;gap:10px}.styles_icon__5T52v{font-size:26px}.styles_callText__4nkWV{font-size:17px}.styles_number__ovMdR{font-size:15px}}@media (max-width:768px){.styles_phoneFlag__idW6Q{bottom:25px;right:25px;transform:scale(1);padding:10px 18px;border-radius:12px;gap:8px}.styles_icon__5T52v{font-size:24px}.styles_callText__4nkWV{font-size:16px}.styles_number__ovMdR{font-size:14px}}@media (max-width:480px){.styles_phoneFlag__idW6Q{bottom:20px;right:15px;transform:scale(.9);padding:8px 14px;gap:6px}.styles_icon__5T52v{font-size:22px}.styles_callText__4nkWV{font-size:14px}.styles_number__ovMdR{font-size:13px}}