@charset "UTF-8";.header .header-inner{display:flex;justify-content:space-between;align-items:center;position:relative;height:100px}.header .header-logo{max-width:220px;max-height:62px}.header .basket-button{background:none;position:relative}.header .basket-button .basket-img{max-width:33px;max-height:33px}.header .basket-button .count{position:absolute;top:63%;left:50%;transform:translate(-50%,-50%);color:#ff6000}.header .header-navigation{position:relative}.header .header-navigation .select-a-category-button{width:100%;padding:15px 0;color:#ff6000;font-weight:800;text-transform:uppercase;font-size:20px;background:#f1f1f2;display:none}@media (max-width: 900px){.header .header-navigation .select-a-category-button{display:block}}.header .header-navigation .header-nav-list{display:flex;justify-content:space-around;align-items:center}.header .header-navigation .header-nav-list .header-nav-item .header-nav-link{color:#000;text-transform:uppercase;font-size:20px;transition:all .1s linear;font-weight:800}.header .header-navigation .header-nav-list .header-nav-item .header-nav-link:hover{color:#ff6000}@media (max-width: 900px){.header .header-navigation .header-nav-list{display:block;width:100%;text-align:center;background:#f1f1f2;max-height:0;overflow:hidden;transition:max-height .3s linear}.header .header-navigation .header-nav-list.visible{max-height:500px}.header .header-navigation .header-nav-item{padding-bottom:15px;width:90%;margin:0 auto 15px}.header .header-navigation .header-nav-item:not(:last-child){border-bottom:1px solid #000}.header .header-navigation .header-nav-item:first-child{padding-top:15px}}.basket-popup{position:absolute;background:#fff;border:4px solid #ff6000;height:auto;width:100%;max-width:400px;padding:32px;right:0;top:85px;z-index:10000}.basket-popup .empty{color:#000;font-size:26px;font-weight:600;margin-bottom:30px}.basket-popup .cart-items .cart-item{margin-bottom:20px}.basket-popup .cart-items .cart-item .about-product{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.basket-popup .cart-items .cart-item .about-product .product-name{font-size:18px;font-weight:600;width:70%}.basket-popup .cart-items .cart-item .about-product .product-price{font-size:18px;font-weight:500}.basket-popup .cart-items .cart-item .cart-actions{display:flex;justify-content:space-between;align-items:flex-start}.basket-popup .cart-items .cart-item .cart-actions .remove-product-button{background:transparent;text-transform:uppercase;text-decoration:underline;font-size:16px;font-weight:500}.basket-popup .cart-items .cart-item .cart-actions .counter{display:flex;align-items:center}.basket-popup .cart-items .cart-item .cart-actions .counter .qty{font-size:16px;margin-right:12px;font-weight:600}.basket-popup .cart-items .cart-item .cart-actions .counter .input-counter{width:60px;height:44px;border:1px solid #000;text-align:center;font-size:16px;font-weight:500}.basket-popup .subtotal{display:flex;justify-content:space-between;align-items:center}.basket-popup .subtotal .subtotal-text,.basket-popup .subtotal .money{color:#000;font-size:20px;font-weight:500;margin-bottom:4px}.basket-popup .before-tax{font-size:12px;color:#000;margin-bottom:16px}.basket-popup .checkout-button{display:flex;text-align:center;justify-content:center;background:#ff6000;text-transform:uppercase;color:#fff;font-size:24px;font-weight:800;padding:17px 0;margin-bottom:16px}.basket-popup .checkout-button.disabled{background:#c5c5c6}.basket-popup .back-to-menu{text-align:center;font-size:16px;font-weight:500;color:#000;text-transform:uppercase;text-decoration:underline;background:transparent;width:100%}@media (max-width: 820px){.basket-popup{max-width:100%;min-height:50vh}}.footer{margin-top:50px;padding-bottom:30px}.footer .footer-recomendation{text-align:center;color:#000;font-size:12px;font-weight:500;margin-bottom:70px;line-height:150%}@media (max-width: 750px){.footer .footer-recomendation{font-size:14px}}.footer .social-block{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ff6000;border-bottom:1px solid #ff6000;padding:12px 0}.footer .social-block .social-list{display:flex;align-items:center}.footer .social-block .social-list .social-item{margin-right:10px}.footer .social-block .social-list .social-item .social-icon{width:40px;height:40px}@media (max-width: 900px){.footer .social-block{display:block;margin:0 auto}.footer .social-block .social-list{width:100%;margin:0 auto 20px;justify-content:center}}.footer .mobile-app{display:flex;align-items:center}.footer .mobile-app p{text-transform:uppercase;color:#000;font-size:20px;font-weight:900;margin-right:15px}@media (max-width: 900px){.footer .mobile-app{display:block;text-align:center}.footer .mobile-app p{margin-bottom:20px}.footer .mobile-app .download-block{display:block;width:50%;margin:0 auto}}.footer .footer-navigation{margin:20px 0 30px}.footer .footer-navigation .footer-nav-list{display:flex;justify-content:space-around}.footer .footer-navigation .footer-nav-list .footer-nav-item a{font-size:14px;font-weight:500;color:#000}@media (max-width: 900px){.footer .footer-navigation .footer-nav-list{display:block;text-align:center}.footer .footer-navigation .footer-nav-list .footer-nav-item{margin-bottom:10px}.footer .footer-navigation .footer-nav-list .footer-nav-item a{font-size:16px}}.footer .footer-text{text-align:center;font-size:15px;font-weight:500;width:40%;margin:0 auto 20px;line-height:150%}@media (max-width: 900px){.footer .footer-text{width:70%}}*{padding:0;margin:0;border:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:16px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}button{cursor:pointer}a,a:visited,a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}input::-ms-clear{display:none}button::-moz-focus-inner{padding:0;border:0}body{font-family:Roboto Condensed,sans-serif;font-weight:400}.container{width:100%;max-width:1380px;margin:0 auto;padding:0 10px}body:has(.popup-overlay.active){overflow:hidden}.popup-overlay{width:100vw;height:100vh;background:#00000096;position:fixed;top:0;left:0;z-index:1000000000000000000}.product-popup-wrapper{position:fixed;bottom:0;left:0;width:100%;background:#fff;display:flex;height:auto}.product-popup-wrapper .product-popup-inner{margin:0 auto;padding:45px;width:460px;text-align:center}.product-popup-wrapper .product-popup-inner .popup-product-list{height:46%;overflow-y:scroll}.product-popup-wrapper .product-popup-inner .popup-product-img{margin-bottom:10px}.product-popup-wrapper .product-popup-inner .product-name{font-size:20px;font-weight:600;text-align:left;text-transform:uppercase;font-weight:900;margin-bottom:10px}.product-popup-wrapper .product-popup-inner .product-price{font-size:18px;font-weight:700;margin-bottom:5px}.product-popup-wrapper .product-popup-inner .product-more-text{text-align:left;margin-bottom:5px;font-size:14px}.product-popup-wrapper .product-popup-inner .add-to-order-button{color:#fff;background:#ff6000;font-size:22px;text-transform:uppercase;font-weight:900;padding:12px 45px;width:100%}@media (max-width: 960px){.product-popup-wrapper .product-popup-inner .add-to-order-button{width:100%}}.product-popup-wrapper .product-popup-inner .cancel-button{background:transparent;width:100%;font-size:18px;font-weight:600;margin-top:10px}.select-product-item{background:#f1f1f2;padding:13px;width:100%;margin-bottom:12px}.select-product-item label{display:flex;align-items:center;cursor:pointer}.select-product-item label .input-product{margin-right:16px;min-width:20px;min-height:20px;width:20px;height:20px}.select-product-item label input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #ff6000;border-radius:50%;outline:none;cursor:pointer;display:inline-block;position:relative}.select-product-item label input[type=radio]:checked{border-color:#ff6000}.select-product-item label input[type=radio]:before{content:"";width:10px;height:10px;background-color:#ff6000;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:.2s}.select-product-item label input[type=radio]:checked:before{opacity:1}.select-product-item label .label-text{font-size:18px;font-weight:500;text-align:left}.product-list{margin-top:30px;display:grid;grid-template-columns:repeat(4,1fr);column-gap:10px;row-gap:1em;align-items:stretch}@media (max-width: 1375px){.product-list{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1000px){.product-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 740px){.product-list{grid-template-columns:repeat(1,1fr)}}.product-item{width:100%;height:100%;box-shadow:0 0 10px #00000046;display:flex;flex-direction:column;animation:fadeInUp .5s ease-out forwards;opacity:0;transform:translateY(-20px);transition:transform .3s ease,opacity .3s ease;animation-delay:.2s}@media (max-width: 1375px){.product-item .product-img{width:320px;margin-bottom:30px}}@media (max-width: 1000px){.product-item .product-img{width:450px}}@media (max-width: 930px){.product-item .product-img{width:350px;margin-bottom:40px}}@media (max-width: 740px){.product-item .product-img{width:100%;margin-bottom:40px}}.product-item .product-item-inner{padding:0 16px 16px;display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;position:relative}.product-item .product-item-inner .product-text{margin-right:10px;width:65%}.product-item .product-item-inner .product-text .product-name{font-size:18px;line-height:110%;text-transform:uppercase;font-weight:900;margin-bottom:8px}.product-item .product-item-inner .product-text .product-cal{font-size:14px;color:#58595b;font-weight:600}.product-item .product-item-inner .product-text .more-text{font-size:14px;color:#58595b;font-weight:600;margin-top:3px}.product-item .product-item-inner .product-interact{display:flex;align-items:center;position:absolute;right:16px;bottom:16px}.product-item .product-item-inner .product-interact .animation-item{position:absolute;right:-6px;bottom:20px;width:60px;height:60px;transform:scale(.5);opacity:0;border-radius:100px;border:2px solid #ff6000;color:#ff6000;font-size:18px;font-weight:800;text-align:center;padding:20px;background:#fff;z-index:11111}.product-item .product-item-inner .product-interact .animation-item.active{animation:showAnim 1s ease forwards}@keyframes showAnim{0%{transform:scale(.5);opacity:0;bottom:20px}50%{transform:scale(1);opacity:1;bottom:50px}to{transform:scale(.5);opacity:0}}.product-item .product-item-inner .product-interact .product-price{font-size:16px;font-weight:900;margin-right:10px}.product-item .product-item-inner .product-interact .add-product-button{border-radius:8px;width:48px;height:48px;font-size:0px;border:1px solid rgba(0,0,0,.2745098039);color:#ff6000;background:transparent;transition:all .2s ease-in-out;position:relative}.product-item .product-item-inner .product-interact .add-product-button:before{position:absolute;content:"";width:20px;height:3px;background:#ff6000;border-radius:100px;top:49%;left:12px;transition:all .2s ease-in-out}.product-item .product-item-inner .product-interact .add-product-button:after{position:absolute;content:"";width:20px;height:3px;background:#ff6000;border-radius:100px;top:49%;left:12px;transform:rotate(90deg);transition:all .2s ease-in-out}.product-item .product-item-inner .product-interact .add-product-button:hover{background:#ff6000}.product-item .product-item-inner .product-interact .add-product-button:hover:before{background:#fff}.product-item .product-item-inner .product-interact .add-product-button:hover:after{background:#fff}.product-item .product-item-inner .product-interact .select-product-button{border-radius:8px;width:48px;height:48px;font-size:0px;border:1px solid rgba(0,0,0,.2745098039);color:#ff6000;background:transparent;transition:all .2s ease-in-out;position:relative}.product-item .product-item-inner .product-interact .select-product-button:hover{background:#ff6000}.product-item .product-item-inner .product-interact .select-product-button:before{position:absolute;content:"";width:20px;height:3px;background:#ff6000;border-radius:100px;top:28px;left:15px;transform:rotate(-45deg);transition:all .2s ease-in-out}.product-item .product-item-inner .product-interact .select-product-button:after{position:absolute;content:"";width:20px;height:3px;background:#ff6000;border-radius:100px;top:15px;left:15px;transform:rotate(45deg);transition:all .2s ease-in-out}.product-item .product-item-inner .product-interact .select-product-button:hover:before{background:#fff}.product-item .product-item-inner .product-interact .select-product-button:hover:after{background:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.product-page{margin-top:50px;margin-bottom:180px}@media (max-width: 960px){.product-page{margin-bottom:70px}}.product-page .about-product-wrapper{display:flex;align-items:center;position:relative;margin:0 48px 45px;box-shadow:0 0 10px #00000046}.product-page .about-product-wrapper .product-img{margin-right:40px}@media (max-width: 1220px){.product-page .about-product-wrapper{padding:30px 0}.product-page .about-product-wrapper .product-img{width:400px}}@media (max-width: 960px){.product-page .about-product-wrapper{display:block;text-align:center}.product-page .about-product-wrapper .product-img{width:100%;margin-right:0}}@media (max-width: 535px){.product-page .about-product-wrapper{margin:0 15px 45px}}.product-page .about-product-wrapper .back-button{position:absolute;right:20px;top:20px;color:#58595b;background:transparent}.product-page .about-product-wrapper .abc{display:flex;justify-content:center;width:100%}.product-page .about-product-wrapper .abc .about-product-content{text-align:center;padding-right:25px;width:100%}@media (max-width: 960px){.product-page .about-product-wrapper .abc .about-product-content{padding-right:0}}@media (max-width: 540px){.product-page .about-product-wrapper .abc .about-product-content{padding:0 5px}}.product-page .about-product-wrapper .abc .about-product-content .product-title{font-size:32px;font-weight:900;text-transform:uppercase;margin-bottom:8px}@media (max-width: 960px){.product-page .about-product-wrapper .abc .about-product-content .product-title{font-size:20px}}.product-page .about-product-wrapper .abc .about-product-content .product-smoll-info-wrapper{display:flex;justify-content:center;margin:0 auto 12px}.product-page .about-product-wrapper .abc .about-product-content .product-smoll-info-wrapper .product-price{margin-right:22px;font-style:18px;font-weight:700}.product-page .about-product-wrapper .abc .about-product-content .product-smoll-info-wrapper .product-cal{font-weight:700;font-style:18px}.product-page .about-product-wrapper .abc .about-product-content .product-description{width:55%;font-size:16px;line-height:110%;margin:0 auto;font-weight:500}@media (max-width: 535px){.product-page .about-product-wrapper .abc .about-product-content .product-description{width:90%}}.product-page .selected-product-wrapper{width:70%;margin:0 auto}@media (max-width: 960px){.product-page .selected-product-wrapper{width:90%}}.product-page .selected-product-wrapper .subject{font-size:13px;color:#000;margin-left:30px;margin-bottom:12px}.product-page .selected-product-wrapper .selected-product-list{display:grid;grid-template-columns:repeat(2,1fr);column-gap:12px;row-gap:12px;width:100%}@media (max-width: 820px){.product-page .selected-product-wrapper .selected-product-list{grid-template-columns:repeat(1,1fr)}}.product-page .selected-product-wrapper .selected-product-list .select-product-item{background:#f1f1f2;padding:13px;width:100%}.product-page .selected-product-wrapper .selected-product-list .select-product-item label{display:flex;align-items:center;cursor:pointer}.product-page .selected-product-wrapper .selected-product-list .select-product-item label .input-product{margin-right:16px;width:20px;height:20px}.product-page .selected-product-wrapper .selected-product-list .select-product-item label input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #ff6000;border-radius:50%;outline:none;cursor:pointer;display:inline-block;position:relative}.product-page .selected-product-wrapper .selected-product-list .select-product-item label input[type=radio]:checked{border-color:#ff6000}.product-page .selected-product-wrapper .selected-product-list .select-product-item label input[type=radio]:before{content:"";width:10px;height:10px;background-color:#ff6000;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:.2s}.product-page .selected-product-wrapper .selected-product-list .select-product-item label input[type=radio]:checked:before{opacity:1}.product-page .selected-product-wrapper .selected-product-list .select-product-item label .label-text{font-size:18px;font-weight:500}.product-page .counter-wrapper{display:flex;width:90%;justify-content:right;margin-top:30px}.product-page .counter-wrapper .counter-inner{display:flex}@media (max-width: 960px){.product-page .counter-wrapper{float:none;justify-content:center;margin-right:0;width:100%}.product-page .counter-wrapper .counter-inner{display:block}}.product-page .counter-wrapper .counter{display:flex;margin-right:30px}@media (max-width: 960px){.product-page .counter-wrapper .counter{margin-bottom:20px;margin-right:0}}.product-page .counter-wrapper .counter .increment{font-size:0px;width:80px;height:48px;border:1px solid #ccc;background:transparent;position:relative;border-radius:4px 0 0 4px}.product-page .counter-wrapper .counter .increment:before{position:absolute;content:"";width:25px;height:2px;background:#ccc;border-radius:100px;left:26px;top:23px}.product-page .counter-wrapper .counter .increment.active:before{position:absolute;content:"";width:25px;height:2px;background:#ff6000;border-radius:100px;left:26px;top:23px}.product-page .counter-wrapper .counter .decrement{font-size:0px;width:80px;height:48px;border:1px solid #ccc;background:transparent;position:relative;border-radius:0 4px 4px 0}.product-page .counter-wrapper .counter .decrement:before{position:absolute;content:"";width:20px;height:3px;background:#ff6000;border-radius:100px;left:28px;top:22px}.product-page .counter-wrapper .counter .decrement:after{position:absolute;content:"";width:20px;height:3px;background:#ff6000;border-radius:100px;left:28px;top:22px;transform:rotate(90deg)}.product-page .counter-wrapper .counter .count{width:80px;height:48px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:transparent;text-align:center;padding:15px 0;font-size:18px;font-weight:700}.product-page .counter-wrapper .add-to-order-button{color:#fff;background:#ff6000;font-size:20px;text-transform:uppercase;font-weight:900;padding:10px 45px;border-radius:4px}@media (max-width: 960px){.product-page .counter-wrapper .add-to-order-button{width:100%}}
