@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap";/*! 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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-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}:root{touch-action:pan-x pan-y;height:100%}*{font-family:Montserrat,sans-serif;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}* input[type=number]::-webkit-outer-spin-button,* input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}* input[type=number]{-moz-appearance:textfield}* input[type=number]:hover,* input[type=number]::-webkit-inner-spin-button,* input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}*::-webkit-scrollbar{height:12px;width:12px}*::-webkit-scrollbar-track{-webkit-box-shadow:5px 5px 5px -5px rgba(34,60,80,.2) inset;background-color:#000}*::-webkit-scrollbar-thumb{border-radius:10px;background:linear-gradient(180deg,black,rgba(255,127,33,.8))}input,input:before,input:after{-webkit-user-select:initial;-khtml-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:initial}textarea,textarea:before,textarea:after{-webkit-user-select:initial;-khtml-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:initial}.body{background:black}.main{display:block;position:relative;overflow:hidden}.main_hidden{display:none}section{padding:100px 0}@media screen and (max-width: 1024px){section{padding:80px 0}}@media screen and (max-width: 800px){section{padding:50px 0}}.photo{width:100%;height:100%;object-fit:cover}.photo_object_contain{object-fit:contain}@keyframes rotate{0%{transform:rotate(0);transform-origin:50% 50%}to{transform:rotate(360deg);transform-origin:50% 50%}}@keyframes rotate-end{0%{transform:rotate(360deg);transform-origin:50% 50%}to{transform:rotate(0);transform-origin:50% 50%}}@keyframes fire{0%{opacity:0;visibility:hidden;height:0}20%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden;height:100%}}@keyframes scale{0%{transform:scale(1);opacity:.5}to{transform:scale(1.2);opacity:1}}.container{width:1200px;margin:0 auto}@media screen and (max-width: 1280px){.container{width:100%;padding:0 24px}}@media screen and (max-width: 800px){.container{padding:0 15px}}.first{position:relative;overflow:hidden;min-height:768px;height:100vh;width:100%;padding:20vh 0 0}.first__background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.first__background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.first__container{position:relative}.first__content{display:flex;align-items:center;justify-content:space-between;gap:10px}.first__logo{position:relative;max-width:681px}.first__fire{position:absolute;top:50%;left:0;transform:translateY(-50%);width:500px;height:500px}.first__fire-photo{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:0;object-fit:contain;z-index:0;animation:fire 2s infinite ease-in}.first__fire-photo_two{animation:fire 2s .5s infinite ease-in;right:10%}.first__fire-photo_three{animation:fire 2s 1s infinite ease-in;right:20%}.first__fire-photo_four{animation:fire 2s 1.5s infinite ease-in;right:30%}.first__fire-photo_five{animation:fire 2s 2s infinite ease-in;right:10%}.first__logo-img{position:relative;width:100%;height:100%;object-fit:contain;z-index:1}.first__utp{min-width:698px;margin:40px 0 0}.first__pepper-img{width:100%}.first__description{font-size:24px;line-height:30px;color:#fff;margin:0 0 66px}.first__button{font-weight:500;font-size:20px;line-height:1;color:#fff;text-decoration:none;filter:saturate(100%);background:#FF7F21;box-shadow:0 25px 28px -4px #0009;border-radius:46px;padding:24px 89px;cursor:pointer}.first__button:hover{background:linear-gradient(0deg,rgba(255,255,255,.25),rgba(255,255,255,.25)),#FF7F21;box-shadow:0 36px 41px #0009;border-radius:67px;transition:.4s}.first__button:active{background:#FF7F21;box-shadow:0 0 #0009;transition:.01s}.first__pepper{position:absolute;top:-30%;right:-300px;width:200px}.first__bg-tomato{position:absolute;top:13%;left:-60px;width:100px}.first__bg-tomato-img{width:100%}.first__bg-tomato-big{width:300px;position:absolute;top:55%;left:-400px}.first__bg-tomato-big-img{width:100%}@media screen and (max-width: 1650px){.first__pepper{top:-20%;right:-35px}.first__bg-tomato-big{top:70%;left:-200px}}@media screen and (max-width: 1280px){.first__bg-tomato{left:-34px}}@media screen and (max-width: 1024px){.first{min-height:950px;padding:5vh 0 0}.first__content{flex-direction:column-reverse;gap:0}.first__logo{max-width:469px}.first__logo-img{width:100%}.first__utp{display:flex;flex-direction:column;align-items:center}.first__title{text-align:center}.first__description{margin:0 0 52px}.first__bg-tomato{width:76px;top:50%;left:50%;transform:translate(-230px)}.first__bg-tomato-big{width:285px;top:50%;left:-200px}.first__pepper{top:0;right:25px}.first__fire{width:100%}}@media screen and (max-width: 800px){.first{min-height:880px}.first__container{position:unset}.first__description{font-size:15px;line-height:22px;margin:0 0 50px}.first__pepper{top:15%;right:-20px}.first__bg-tomato{top:19%;left:54%;transform:translate(-228px)}.first__bg-tomato-big{top:20%;left:-200px}}@media screen and (max-width: 414px){.first{min-height:800px;padding:10vh 0 0}.first__pepper{top:15%;right:-20px}.first__bg-tomato{top:16%;left:54%;transform:translate(-228px)}.first__bg-tomato-big{top:20%;left:-200px}.first__description{font-size:12px}}.header{position:fixed;top:0;left:50%;transform:translate(-50%);width:1200px;display:grid;grid-template-columns:4fr 5fr 3fr;grid-template-rows:64px;align-items:center;padding:26px 0 0;transition:.4s cubic-bezier(.6,-.28,.735,.045);z-index:5}.header__logo{width:65px;height:65px;display:flex;align-items:flex-start;justify-content:center;justify-self:center}.header__logo-img{width:100%;height:100%;object-fit:contain}.header_active{background:rgba(0,0,0,.8);border-radius:0 0 20px 20px;padding:0 30px}@media screen and (max-width: 1280px){.header{width:100%;padding:26px 15px 0}.header_active{padding:0 15px}}@media screen and (max-width: 1024px){.header{grid-template-columns:1.5fr 6.5fr 4fr}.header__logo{width:100%;order:1;justify-content:flex-start}.header_active{padding:0 15px;margin:0}}@media screen and (max-width: 800px){.header{grid-template-columns:1fr 2fr 1fr;padding:10px 10px 0}.header__logo{justify-content:center;order:2}.header_active{padding:0 10px}}.menu{display:flex;gap:70px;justify-self:start}.menu__item{position:relative;color:#fff;text-decoration:none;padding:5px;transition:.9s all}.menu__item:before{content:"";position:absolute;width:0;height:3px;bottom:-2px;left:50%;transform:translate(-50%);background:#ff7f21;transition:.4s all}.menu__item:after{content:"";position:absolute;width:0;height:3px;bottom:-1px;left:50%;transform:translate(-50%);background:black;transition:.4s all}.menu__item:hover{transform:scale(1.05)}.menu__item:hover:before{width:100%}.menu__item:hover:after{width:100%}@media screen and (max-width: 1024px){.menu{order:2}}@media screen and (max-width: 800px){.menu{transform:translate(-100%);transition:.4s cubic-bezier(.6,-.28,.735,.045);width:100%;height:100vh;min-height:480px;position:fixed;top:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(158deg,rgba(0,0,0,.9) -1.3%,rgba(0,0,0,0) 165%);backdrop-filter:blur(10px);z-index:3}.menu__item{font-weight:500;font-size:37px;line-height:46px;text-align:center;text-transform:capitalize;color:#fff}.menu__item:hover{transform:unset}.menu__item:hover:before{width:unset}.menu__item:last-of-type{margin:0 0 20%}.menu_active{transform:translate(0)}}.title{font-family:Montserrat;font-style:normal;font-weight:800;font-size:62px;line-height:77px;color:#fff;margin:0}.title_main{position:relative;font-weight:800;font-size:96px;line-height:117px;color:#fff}.title_main:before{content:"";background-image:url(/assets/tomato-14ebf376.png);background-size:cover;background-repeat:no-repeat;background-position:center;display:block;width:116px;height:192px;position:absolute;top:-114px;left:-61px}.title_explanation{display:block;font-weight:500;font-size:48px;line-height:59px;margin:0 0 39px}@media screen and (max-width: 1024px){.title_main{font-size:76px;line-height:.6;margin:0}.title_main:before{width:76px;height:126px;top:-94px;left:49px}.title_explanation{font-size:38px}}@media screen and (max-width: 800px){.title_main{font-size:65px}.title_main:before{width:65px;height:107px;top:-75px;left:1px}.title_explanation{font-size:27px;margin:0}}@media screen and (max-width: 414px){.title{font-weight:800;font-size:42px;line-height:51px;text-align:center}.title_main{font-size:42px}.title_main:before{width:46px;height:76px;top:-44px;left:2px}.title_explanation{font-size:18px}}.feedback{justify-self:end;display:flex;flex-direction:column}.feedback__item{color:#fff;text-decoration:none}.feedback__address{font-size:13px}.feedback_mobile{display:none}@media screen and (max-width: 1024px){.feedback{order:3}}@media screen and (max-width: 800px){.feedback{order:3;display:none;width:100%;align-items:center}.feedback_mobile{display:flex;gap:5px;position:absolute;right:50%;bottom:43px;transform:translate(50%)}.feedback__phone{font-weight:500;font-size:24px}}.dishes{position:relative;background-image:url(/assets/bg-095747e1.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.dishes:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgb(0,0,0) 100%);z-index:0}.dishes__container{position:relative}.dishes__title{margin:0 0 30px}.dishes__buttons{overflow:hidden;position:relative;max-width:80%;margin:0 0 53px}.dishes__buttons:before{content:"";width:0;height:100%;position:absolute;top:0;left:0;background:linear-gradient(99deg,rgba(255,255,255,0) 0%,rgb(0,0,0) 100%);z-index:1;transform:rotate(180deg)}.dishes__buttons:after{content:"";width:70px;height:100%;position:absolute;top:0;right:0;background:linear-gradient(99deg,rgba(255,255,255,0) 0%,rgb(0,0,0) 100%);z-index:1}.dishes__buttons_active:before{width:70px}.dishes__buttons-slider{width:max-content;transform:translate(0);display:flex;align-items:flex-start;gap:20px;transition:.4s all}.dishes__button{width:100%;font-weight:500;font-size:14px;line-height:21px;color:#fff;background:#2C2C2C;box-shadow:0 25px 28px -4px #0009;border-radius:46px;border:none;text-decoration:none;cursor:pointer}.dishes__button:hover{background:linear-gradient(0deg,rgba(255,255,255,.25),rgba(255,255,255,.25)),rgba(255,127,33,.8);backdrop-filter:blur(6px);transition:.5s}.dishes__button:active{box-shadow:0 0 #0000;background:#FF7F21;transition:.01s}.dishes__button_active{font-weight:600;font-size:17px;background:linear-gradient(0deg,#FF7F21,#FF7F21),#FF7F21}.dishes__button_active:hover{cursor:auto;background:#FF7F21}.dishes__button-tab{width:max-content;padding:16px 52px}.dishes__button-arrow-next{position:absolute;top:0;right:0;width:53px;height:53px;background:transparent;padding:0;cursor:pointer;z-index:2}.dishes__button-arrow-next:before,.dishes__button-arrow-next:after{content:"";position:absolute;width:1px;height:25.5px;background:white;z-index:1;border-radius:1px}.dishes__button-arrow-next:before{top:5px;left:50%;transform:rotate(-45deg)}.dishes__button-arrow-next:after{bottom:5px;left:50%;transform:rotate(45deg)}.dishes__button-arrow-prev{position:absolute;top:0;left:0;display:none}.dishes__button-arrow-prev_active{display:block;transform:rotate(180deg);width:53px;height:53px;background:transparent;cursor:pointer;z-index:2;padding:0}.dishes__button-arrow-prev_active:before,.dishes__button-arrow-prev_active:after{content:"";position:absolute;width:1px;height:25.5px;background:white;z-index:1;border-radius:1px}.dishes__button-arrow-prev_active:before{top:5px;left:50%;transform:rotate(-45deg)}.dishes__button-arrow-prev_active:after{bottom:5px;left:50%;transform:rotate(45deg)}.dishes__button-good{border:none;font-weight:500;font-size:19px;line-height:19px;text-align:center;color:#fff;background:#FF7F21;border-radius:13px;cursor:pointer;padding:17px}.dishes__button-good_hidden,.dishes__btn{display:none}.dishes__btn_active{background:transparent;display:flex;justify-content:space-between;align-items:center}.dishes__button-minus,.dishes__button-plus{font-size:20px;color:#000;background:#6A6A6A;box-shadow:0 6px 10px -3px #0006;border-radius:13.0701px;border:none;cursor:pointer;padding:15px 22px;transition:.2s all}.dishes__button-minus:hover,.dishes__button-plus:hover{background:#ff7f21;color:#fff}.dishes__button-minus:active,.dishes__button-plus:active{background:#FF6B00;color:#000}.dishes__goods{position:relative}.dishes__portion,.dishes__portion-unit{position:absolute;top:0;left:0;background:transparent;opacity:0;width:0;height:0}.dishes__weight-result,.dishes__unit{font-weight:500;font-size:19px;line-height:19px;text-align:center;color:#fff}.dishes__bg-list{width:159px;position:absolute;top:-200px;right:0}.dishes__bg-list_rotate{width:300px;top:-100px;right:-150px}.dishes__bg-list-img{width:100%}.dishes__bg-pepper{width:228px;position:absolute;top:50%;right:95%;transform:translateY(-50%)}.dishes__bg-pepper-img{width:100%}.dishes__list{position:relative;display:flex;justify-content:space-around;flex-wrap:wrap;gap:28px;list-style-type:none;padding:0}.dishes__item{display:flex;flex-direction:column;position:relative;width:270px;background:linear-gradient(158deg,rgba(255,255,255,.12) -1%,rgba(255,255,255,0) 165%);backdrop-filter:blur(2px);border-radius:22px;padding:0 0 20px;cursor:default;transition:.4s all ease-out}.dishes__item:before{content:"";width:90%;height:50%;position:absolute;top:0;left:0;background:linear-gradient(145deg,rgb(255,255,255) 0%,rgb(33,33,34) 50%);border-radius:25px 0 0}.dishes__item:hover{cursor:pointer;box-shadow:5px 5px 15px #ffffff80}.dishes__item:hover .dishes__photo{transform:scale(1.2)}.dishes__image{position:relative;display:flex;justify-content:end;width:100%;height:180px;border-radius:25px;margin:0 0 20px}.dishes__image:after{content:"";width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:transparent}.dishes__image:hover .dishes__magnifier{display:block;animation:scale 1.5s linear infinite}.dishes__image:hover:after{background:black;opacity:.3}.dishes__image-wrapper{width:99%;height:100%;position:relative;top:1%;left:0;border-radius:25px;overflow:hidden}.dishes__photo{width:100%;height:100%;object-fit:cover;background:#D9D9D9;border-radius:25px;margin:2px 0 0;transition:5s all ease-out}.dishes__magnifier{display:none;width:20px;height:20px;position:absolute;bottom:20px;right:20px;z-index:1}.dishes__hit{position:absolute;top:-10px;right:-10px;width:40px;height:40px;display:none;border-radius:50%;z-index:2}.dishes__hit_active{display:flex;align-items:center;justify-content:center}.dishes__hit-rotate{position:absolute;top:0;left:0;width:45px;height:45px;border-radius:50%;border-top:5px solid #FF7F21;border-bottom:5px solid #FF7F21;animation:rotate 5s linear infinite}.dishes__hit-body{position:absolute;top:2px;left:2px;width:100%;height:100%;background:#FF7F21;display:flex;align-items:center;justify-content:center;color:#000;border-radius:50%;font-size:10px;font-weight:100;letter-spacing:1.1px;text-transform:uppercase;transform:rotate(35deg)}.dishes__description{width:100%;height:max-content;display:flex;flex-grow:1;flex-direction:column;justify-content:space-between;padding:0 20px}.dishes__main{display:flex;justify-content:space-between;font-weight:600;font-size:19px;line-height:19px;color:#fff}.dishes__heading{font-size:18px;line-height:1;cursor:pointer;margin:0}.dishes__weight{font-size:12px;font-weight:100}.dishes__subtitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:700;font-style:normal;font-size:18px;line-height:1;color:#fff;margin:0 0 5px}.dishes__min{font-size:12px;color:#ff6b00;margin:0 0 23px}.dishes__rub{font-weight:100;font-size:16px;line-height:19px}@media screen and (max-width: 1024px){.dishes__bg-list{width:120px;top:-125px;right:-13px}.dishes__bg-list_rotate{width:200px;top:-50px;right:-88px}.dishes__bg-pepper{width:200px;right:78%}.dishes__buttons:after{width:60px}}@media screen and (max-width: 800px){.dishes__buttons{overflow:auto;max-width:100%;margin:0 0 33px}.dishes__buttons::-webkit-scrollbar{height:unset;width:unset}.dishes__buttons::-webkit-scrollbar-track{-webkit-box-shadow:unset;background:unset}.dishes__buttons::-webkit-scrollbar-thumb{border-radius:unset;background:unset}.dishes__buttons:after{display:none}.dishes__buttons-slider{gap:10px;padding:0 0 20px}.dishes__button-arrow-next,.dishes__button-arrow-prev{display:none}.dishes__bg-list{width:100px;top:171px;right:5px}.dishes__bg-list_rotate{width:150px;top:350px;right:-25px}}.hamburger{display:none}@media screen and (max-width: 800px){.hamburger{order:1;display:flex;gap:8px;flex-direction:column;justify-content:space-between;width:42px;height:25px;padding:10px 10px 10px 0;box-sizing:content-box;z-index:4}.hamburger__item{display:block;border-radius:3px;width:100%;height:3px;background:white;transition:.4s cubic-bezier(.6,-.28,.735,.045)}.hamburger__item:nth-of-type(2){opacity:1}.hamburger_active .hamburger__item:nth-of-type(1){transform-origin:top left;transform:rotate(45deg)}.hamburger_active .hamburger__item:nth-of-type(2){opacity:0}.hamburger_active .hamburger__item:nth-of-type(3){transform-origin:bottom left;transform:rotate(-45deg) translateY(5px) translate(-5px)}}.popup{position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:5;transition:.4s all}.popup_active{display:block}.popup__overlay{position:relative;width:100%;height:100%;background:rgb(0,0,0);transform:scale(0);cursor:pointer}.popup__overlay_active{transform:scale(1)}.cart{position:fixed;bottom:50px;right:50px;width:80px;height:80px;cursor:pointer;transform:scale(0);transition:.4s all}.cart_active{transform:scale(1)}.cart__img{width:100%;height:100%}@media screen and (max-width: 800px){.cart{width:50px;height:50px;bottom:10px;right:10px}}.popup-cart{overflow:auto;position:absolute;top:0;right:0;height:100%;background:rgba(255,127,33,.4);backdrop-filter:blur(50px);transition:.6s all}.popup-cart__close{position:absolute;top:20px;left:20px;width:50px;height:50px;cursor:pointer;transition:.1s all}.popup-cart__close:hover{border:1px solid white;border-radius:10px}.popup-cart__close:before,.popup-cart__close:after{content:"";width:100%;height:1px;background:white;position:absolute;transform-origin:50% 50%}.popup-cart__close:before{top:50%;left:0;transform:rotate(45deg)}.popup-cart__close:after{bottom:50%;left:0;transform:rotate(-45deg)}.popup-cart__content{padding:100px}.popup-cart__heading{font-weight:600;font-size:37px;line-height:1;color:#fff;margin:0 0 42px}.popup-cart__line{width:100%;height:1px;background:white;margin:0 0 75px}.popup-cart__goods{max-height:605px;overflow:auto;display:flex;flex-direction:column;gap:25px;padding:0 10px 30px;margin:-30px 0 30px}.popup-cart__goods::-webkit-scrollbar{height:12px;width:3px;padding:10px}.popup-cart__goods::-webkit-scrollbar-track{-webkit-box-shadow:5px 5px 5px -5px rgba(34,60,80,.2) inset;background:rgba(114,114,114,.45);cursor:pointer}.popup-cart__goods::-webkit-scrollbar-thumb{border-radius:10px;background:white;width:1px}.popup-cart__good{display:flex;align-items:center}.popup-cart__delete{position:relative;width:22px;height:22px;cursor:pointer;padding:15px;border-radius:5px;margin:0 54px 0 0;transition:.1s all}.popup-cart__delete:before,.popup-cart__delete:after{content:"";position:absolute;width:30px;height:1px;background:white}.popup-cart__delete:before{top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.popup-cart__delete:after{top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg)}.popup-cart__delete:hover{outline:1px solid white}.popup-cart__img{filter:drop-shadow(0 7.9px 9.7px rgba(0,0,0,.25));width:150px;border-radius:16px;margin:0 20px 0 0}.popup-cart__photo{width:100%;height:100%;background:#D9D9D9;border-radius:16px}.popup-cart__describe{width:420px;display:flex;justify-content:space-between;align-items:center}.popup-cart__description{max-width:263px;display:flex;flex-direction:column}.popup-cart__title{font-weight:600;font-size:19px;line-height:1;color:#fff;margin:0 0 8px}.popup-cart__subtitle{font-weight:400;font-size:16px;line-height:19px;color:#fff;margin:0 0 23px}.popup-cart__rate{font-weight:600;font-size:19px;line-height:1;color:#fff}.popup-cart__quantity{display:flex;justify-content:space-between;align-items:center;width:150px;height:20px}.popup-cart__minus,.popup-cart__plus{cursor:pointer;display:flex;justify-content:center;padding:17px 10px;align-items:center;background:transparent;border:none;transition:.1s all}.popup-cart__minus:hover,.popup-cart__plus:hover{outline:1px solid white;border-radius:5px}.popup-cart__button-minus{display:block;width:15px;height:1px;background:white;box-sizing:border-box}.popup-cart__sum{font-weight:600;font-size:19px;line-height:19px;color:#fff}.popup-cart__button-plus{position:relative;width:15px;height:1px;background:white;cursor:pointer}.popup-cart__button-plus:before{content:"";width:100%;height:1px;background:white;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg)}.popup-cart__result{display:flex;justify-content:space-between;font-weight:600;font-size:37px;line-height:19px;color:#fff}.popup-cart__form{width:100%;display:flex;flex-direction:column;margin:0 0 84px}.popup-cart__form_delivery{align-items:flex-start}.popup-cart__input{width:100%;font-size:24px;line-height:12px;color:#fff;opacity:.5;background:transparent;border:none;border-radius:0;border-bottom:1px solid white;padding:18px 5px;margin:0 0 26px}.popup-cart__input:focus-visible{outline:none}.popup-cart__input_mb{margin:0}.popup-cart__label{position:relative;margin:0 0 22px;cursor:pointer}.popup-cart__label:last-of-type{margin:0}.popup-cart__checkbox{position:relative;opacity:0;margin:0 10px 0 0}.popup-cart__checkbox-pseudo{display:block;position:absolute;top:0;left:0;width:16px;height:16px;border-radius:50%;border:1px solid white}.popup-cart__checkbox-pseudo:before{content:"";width:9px;height:9px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);background:white;border-radius:50%}.popup-cart__checkbox-text{font-size:24px;line-height:12px;color:#fff;opacity:.5}.popup-cart__checkbox-text_active{opacity:1}.popup-cart__checkbox:checked+.popup-cart__checkbox-pseudo:before{transform:translate(-50%,-50%) scale(1)}.popup-cart__address{height:0;opacity:0;margin:0;transition:.4s all;overflow:hidden}.popup-cart__address_active{overflow:auto;height:auto;opacity:1;margin:0 0 138px}.popup-cart__block{width:100%;display:flex;justify-content:center}.popup-cart__button{font-weight:500;font-size:19px;line-height:1;text-align:center;color:#fff;background:rgba(255,127,33,.8);box-shadow:0 17px 29px #00000026;backdrop-filter:blur(6.5px);border-radius:13px;text-decoration:none;padding:17px 75px;cursor:pointer;transition:.4s all}.popup-cart__button:hover{background:linear-gradient(0deg,rgba(255,255,255,.25),rgba(255,255,255,.25)),rgba(255,127,33,.8);backdrop-filter:blur(6.53506px);border-radius:13px}.popup-cart__button:active{background:rgba(255,127,33,.8);box-shadow:0 0 #0000;transition:.01s all}.popup-cart__textarea{resize:none;line-height:1.2}@media screen and (max-width: 1024px){.popup-cart__content{padding:80px}.popup-cart__heading{font-size:30px;margin:0 0 30px}.popup-cart__img{width:130px}.popup-cart__delete{margin:0 25px 0 0}.popup-cart__describe{width:380px}.popup-cart__title{font-size:16px;margin:0 0 5px}.popup-cart__subtitle{font-size:12px;margin:0 0 15px}.popup-cart__line{margin:0 0 50px}.popup-cart__goods{max-height:450px;margin:-30px 0 15px}.popup-cart__result{font-size:30px}.popup-cart__form,.popup-cart__address_active{margin:0 0 50px}.popup-cart__label{margin:0 0 15px}.popup-cart__checkbox-text{font-size:20px}}@media screen and (max-width: 800px){.popup-cart__content{padding:90px 50px 50px}.popup-cart__good{justify-content:space-around}.popup-cart__img{width:110px}.popup-cart__describe{width:250px}.popup-cart__description{max-width:113px}.popup-cart__quantity{width:135px}}@media screen and (max-width: 600px){.popup-cart__content{padding:90px 15px 30px}.popup-cart__good{gap:5px}.popup-cart__delete{margin:0}.popup-cart__img{width:80px;margin:0}.popup-cart__describe{width:200px}.popup-cart__title{font-size:14px}.popup-cart__subtitle{font-size:8px;line-height:10px;margin:0 0 5px}.popup-cart__rate{font-size:16px}.popup-cart__quantity{width:170px}}@media screen and (max-width: 414px){.popup-cart__heading{font-size:20px;margin:0 0 20px}.popup-cart__goods{padding:0 5px 0 0}.popup-cart__img{width:50px;border-radius:5px}.popup-cart__describe{min-width:175px;gap:5px}.popup-cart__photo{border-radius:5px}.popup-cart__result{font-size:20px}.popup-cart__form{margin:0 0 30px}.popup-cart__input{font-size:18px;padding:10px 5px;margin:0 0 10px}.popup-cart__checkbox-text{font-size:12px}.popup-cart__button{font-size:14px;padding:14px 56px}}.stock{background-image:url(/assets/bg-7de9c50a.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.stock__title{margin:0 0 30px}.stock__description{font-weight:500;font-size:20px;line-height:10%;color:#fff;margin:0 0 50px}.stock__strong{font-weight:700;line-height:103%;color:#ff6b00}.stock__good{font-weight:600;font-size:37px;line-height:103%;color:#fff}@media screen and (max-width: 800px){.stock__description{line-height:1.8;font-size:12px}.stock__good{font-size:24px}}.slider{display:flex;align-items:center;justify-content:center;margin:0 0 50px}.slider__img{max-width:577px}.slider__photo{width:100%;height:100%;object-fit:cover}.slider__arrow-left{display:none;position:relative;width:109px;height:109px;background:transparent;cursor:pointer;border:none}.slider__arrow-left:before,.slider__arrow-left:after{content:"";position:absolute;width:50px;height:1px;background:white}.slider__arrow-left:before{top:50%;left:50%;transform-origin:0 0;transform:translate(-50%,-50%) rotate(-45deg)}.slider__arrow-left:after{top:50%;left:50%;transform-origin:0 0;transform:translate(-50%,-50%) rotate(45deg)}.slider__arrow-left:hover{border:1px solid white;border-radius:15px}.slider__arrow-right{display:none;position:relative;width:109px;height:109px;background:transparent;cursor:pointer;border:none;transition:.1s all}.slider__arrow-right:before,.slider__arrow-right:after{content:"";position:absolute;width:50px;height:1px;background:white}.slider__arrow-right:before{top:50%;right:50%;transform-origin:top right;transform:translate(50%,-50%) rotate(45deg)}.slider__arrow-right:after{top:50%;left:50%;transform-origin:top right;transform:translate(-50%,-50%) rotate(-45deg)}.slider__arrow-right:hover{border:1px solid white;border-radius:15px}@media screen and (max-width: 800px){.slider__img{width:60%}.slider__arrow-left{width:60px;height:60px}.slider__arrow-left:before,.slider__arrow-left:after{width:30px}.slider__arrow-right{width:60px;height:60px}.slider__arrow-right:before,.slider__arrow-right:after{width:30px}}@media screen and (max-width: 414px){.slider__img{width:60%}.slider__arrow-left{width:50px;height:50px}.slider__arrow-left:before,.slider__arrow-left:after{width:25px}.slider__arrow-right{width:50px;height:50px}.slider__arrow-right:before,.slider__arrow-right:after{width:25px}}.delivery{position:relative;background-image:url(/assets/bg-7de9c50a.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.delivery__bg{position:absolute;top:70px;right:-130px;width:250px}.delivery__bg_big{top:50%;right:90%}.delivery__photo{width:100%}.delivery__title{margin:0 0 100px}.delivery__list{display:flex;flex-wrap:wrap;justify-content:space-around;gap:10px;padding:0;list-style-type:none;margin:0 0 100px}.delivery__item{min-width:387px;position:relative;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(158deg,rgba(255,255,255,.12) -1.3%,rgba(255,255,255,0) 165%);backdrop-filter:blur(3px);border-radius:23px;padding:95px 58px 40px;margin:0 0 90px}.delivery__item:last-of-type{margin:0}.delivery__img{position:absolute;top:-75px;left:50%;transform:translate(-50%);width:147px;height:147px}.delivery__icon{width:100%;height:100%;object-fit:cover}.delivery__heading{font-weight:600;font-size:36px;line-height:46px;text-align:center;color:#fff;margin:0 0 26px}.delivery__text{font-size:18px;line-height:2;text-align:center;color:#fff;opacity:.8}.delivery__text_bottom{margin:0 0 25px}.delivery__link{color:#fff;text-transform:lowercase;text-decoration:none}.delivery__link:hover{text-decoration:underline}@media screen and (max-width: 1024px){.delivery__item{padding:95px 10px 40px}}@media screen and (max-width: 800px){.delivery__list{display:block;margin:0 0 50px}.delivery__item{min-width:300px;background:unset;backdrop-filter:unset;border-radius:unset;padding:0;margin:0 0 16px}.delivery__head{width:100%;display:flex;justify-content:center;gap:27px}.delivery__img{transform:unset;position:relative;top:unset;left:unset;max-width:73px;max-height:73px}.delivery__title{margin:0 0 30px}.delivery__heading{font-weight:600;font-size:31px;line-height:40px;text-align:left;color:#fff;margin:15px 0}.delivery__text{text-align:left}}@media screen and (max-width: 414px){.delivery__head{max-width:95%;gap:15px}.delivery__img{max-width:60px;max-height:60px}.delivery__text{font-size:14px;line-height:1.7}}.contacts{background-image:url(/assets/bg-7de9c50a.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.contacts__title{margin:0 0 100px}.contacts__list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;align-items:flex-start;gap:10px;padding:0;list-style-type:none;margin:0 0 100px}.contacts__item{display:flex;max-width:393px;position:relative;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(158deg,rgba(255,255,255,.12) -1.3%,rgba(255,255,255,0) 165%);backdrop-filter:blur(3px);border-radius:23px;border-top:1px solid white;border-left:1px solid white;padding:30%;transition:.4s all}.contacts__item_bottom{margin:100px 0 0}.contacts__item:hover{background:linear-gradient(0deg,rgba(255,127,33,.5),rgba(0,0,0,.2)),linear-gradient(158deg,rgba(255,255,255,.12) -1.3%,rgba(255,255,255,0) 165%);backdrop-filter:blur(20px)}.contacts__img{display:flex;width:147px;min-width:100px;height:147px;margin:auto}.contacts__icon{width:100%;object-fit:cover;margin:auto}@media screen and (max-width: 1024px){.contacts__list{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px}.contacts__item{padding:14%}.contacts__item_bottom{margin:0}}@media screen and (max-width: 800px){.contacts__title,.contacts__list{margin:0 0 50px}}.button{display:flex}.button__menu{background:rgba(255,127,33,.8);box-shadow:0 17px 29px #0006;backdrop-filter:blur(6.5px);border-radius:13px;border:none;font-weight:500;font-size:19px;line-height:19px;text-align:center;color:#fff;text-decoration:none;padding:17px 80px;margin:auto;cursor:pointer;transition:.4s all}.button__menu:hover{background:linear-gradient(0deg,rgba(255,255,255,.25),rgba(255,255,255,.25)),#FF7F21;box-shadow:0 6px 10px -3.8px #0006;border-radius:13px}.button__menu:active{background:rgba(255,127,33,.8)}.popup-good{display:flex;flex-direction:column;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:80vh;background:#fff;border-radius:20px;transition:.6s all}.popup-good__close{display:flex;align-items:center;justify-content:center;position:absolute;top:20px;right:20px;width:40px;height:40px;background:black;color:#fff;border:1px solid #fff;border-radius:7px;font-size:20px;cursor:pointer;transition:.4s all;line-height:1}.popup-good__close:hover{color:#ff6b00}.popup-good__header{height:100%}.popup-good__img{width:100%;height:100%;border:.5px solid #fff;background:rgb(0,0,0);background:linear-gradient(19deg,rgb(0,0,0) 20%,rgb(255,107,0) 100%);border-radius:20px}.popup-good__body{position:absolute;bottom:20px;left:50%;transform:translate(-50%);min-height:15%;width:80%;background:black;border:1px solid #fff;border-radius:20px;opacity:.7;padding:20px}.popup-good__photo{border-radius:20px}.popup-good__title{font-weight:700;color:#fff;font-size:20px;margin:0 0 10px}.popup-good__text{font-size:16px;color:#fff;font-weight:100;margin:0}:root{--main-color: #FF7F21;--black: #000}.body{position:relative}.body_hidden{overflow:hidden}@keyframes leftRight{0%{left:0}50%{left:50%}to{left:100%}}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,1);transform:scale(0);cursor:pointer;z-index:4}.overlay_active{transform:scale(1)}.preloader__box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:270px}@media screen and (max-width: 800px){.preloader__box{width:100vw;height:50vw}}.preloader__box-img{width:50%;position:absolute;top:0;left:5%;animation:rotate 10s linear infinite}.preloader__box-img:nth-of-type(2){top:-15%;right:5%;left:unset;animation:rotate-end 15s linear infinite}.preloader__text{color:#fff;font-size:30px;width:max-content}@media screen and (max-width: 800px){.preloader__text{font-size:5vw}}.preloader__wrapper{position:absolute;bottom:-50px;left:50%;transform:translate(-50%,-50%)}.preloader__line{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:220px;height:6px;border:1px solid var(--main-color);overflow:hidden}.preloader__slider{position:absolute;top:0;left:0;width:40px;height:100%;background:var(--main-color);animation:leftRight 1s linear infinite}.preloader{width:100vw;height:100vh;position:absolute;top:0;left:0;background:var(--black);overflow:hidden;z-index:6}.preloader_hidden{display:none}.popup__body{width:100%;height:100%;background:#402121;display:flex}.popup__works{max-width:80%;font-size:20px;color:wheat;margin:auto;text-align:center}
