@charset "UTF-8";.section-about{max-width:1280px;width:100%;border:1px solid #F8F7FC;display:flex;flex-direction:column;align-items:center;margin:20px}.about-img{max-height:300px;overflow:hidden;align-items:center;display:flex;flex-direction:row}.about-img img{max-width:1280px;width:100%;overflow:hidden}.about-text{line-height:1.8;display:flex;flex-direction:column;max-width:800px;width:100%;margin-bottom:40px}.box-bullets{list-style:none;padding-left:30px}.box-bullets li:before{content:"";display:inline-block;width:10px;height:10px;background-color:#ff5526;border-radius:0%;margin-right:24px;margin-left:-1em}@media (max-width: 1279px){.section-about{max-width:900px}}@media (max-width: 950px){.section-about{max-width:600px;padding:0 20px;margin:0 -20px}.about-img{margin:0 -20px}}main{margin-top:0}.admin-section{width:100%;min-height:100vh;height:100%}.admin-title{position:fixed;width:100%;display:flex;justify-content:flex-start;align-items:center;padding:20px 40px;background-color:var(--color-light-surface-dwn)}.admin-title h1{font-weight:500;font-size:28px;margin-top:0}.admin-wrap{height:100%;display:flex;flex-direction:row}.admin-menu{position:fixed;min-height:100vh;height:100%;width:300px;background-color:var(--color-light-surface);padding:1rem 0;display:flex;flex-direction:column;gap:20px}.admin-menu-title{font-size:18px;padding:20px 40px}.admin-menu-item{font-size:18px;cursor:pointer;padding:20px 50px}.admin-menu-item:hover{color:var(--color-accent);text-decoration:underline;background-color:var(--color-light-surface-dwn)}.admin-panel-wrap{margin-left:350px;width:100%;display:flex;flex-direction:column;padding:2.5rem 4rem}.admin-panel-products{width:100%;display:flex;flex-direction:column}.panel-title{font-weight:700;font-size:large;padding-bottom:1rem}.products-edit{width:100%;display:flex;flex-direction:row;gap:1.25rem}.products-edit-add,.products-edit-update,.products-edit-remove{height:12rem;max-width:12rem;width:100%;display:flex;flex-direction:column;border:1px solid var(--color-light-surface-dwn);align-items:center;justify-content:center;border-radius:8px;background-color:var(--color-light-surface);cursor:pointer}.products-edit-add:hover,.products-edit-update:hover,.products-edit-remove:hover{border:1px solid var(--color-accent);color:var(--color-accent)}.products-edit img{width:4rem;margin:1rem}#productForm{max-width:40rem;display:flex;flex-direction:column;gap:1rem}#productForm input,#productForm textarea,#productForm button{padding:1rem .75rem;width:100%;border:1px solid var(--color-light-surface-dwn);border-radius:4px}#productForm button:hover{cursor:pointer;border:1px solid var(--color-midgrey)}#parameters{display:flex;flex-direction:column;gap:10px}.row{display:flex;flex-direction:row;gap:1rem}.admin-area-input{width:100%;overflow:hidden;resize:none}#parameters input{width:100%}#parameters button{width:40%}.checkout-contact-line input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset;-webkit-text-fill-color:#272727;transition:background-color 5000s ease-in-out}.checkout-section{min-height:100vh;max-width:1280px;width:100%;padding:0;display:flex;flex-direction:column;justify-content:flex-start}.checkout-title h1{margin:0}.checkout-wrap{display:flex;flex-direction:row;align-items:flex-start;margin-top:0;margin-bottom:40px;gap:10px}.checkout-item-wrap{width:35%;display:flex;flex-direction:column;justify-content:flex-start;position:sticky;top:20px;align-self:flex-start;border:1px solid #90b913;border-bottom-left-radius:6px;border-bottom-right-radius:6px;overflow:hidden}.checkout-item-list{width:100%;display:flex;flex-direction:column;background-color:#fff}.checkout-item{display:flex;align-items:center;background-color:#fff;border:1px solid #F8F7FC;border-radius:4px;padding:20px}.checkout-item-image{max-width:160px;max-height:140px;width:100%;height:140px;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden}.checkout-item-image img{border-radius:4px;height:100%;object-fit:cover;object-position:center}.checkout-item-text{width:100%;padding-left:20px;display:flex;flex-direction:column;justify-content:flex-start}.checkout-item-text-name p{margin:0}.checkout-contact-list{display:flex;flex-direction:column;width:65%;padding-right:40px;gap:10px}.checkout-panel{width:100%;padding:40px;background-color:#f8f7fc;gap:20px;display:flex;flex-direction:column}.checkout-panel h3{margin-top:0;padding-bottom:10px}.checkout-item-text-short p{font-size:12px;color:#787878}.checkout-input{width:100%;min-width:220px;padding:12px 16px;font-size:16px;font-family:inherit;color:#333;background:#fff;border:1px solid #ccc;border-radius:8px;outline:none;transition:all .25s ease;box-sizing:border-box}.checkout-input:invalid:focus{outline:2px solid var(--color-accent)}.checkout-contact-line a{text-underline-offset:4px;text-decoration:none}.checkout-contact-line a:hover{text-underline-offset:4px;text-decoration:underline}label{cursor:pointer}.checkout-input:focus{border-color:#787878}.checkout-input::placeholder{color:#aaa;font-size:14px}.checkout-input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.checkout-subtotal{display:flex;flex-direction:column;gap:6px;background-color:#f8f7fc;padding:20px}.checkout-subtotal p{display:flex;justify-content:space-between;margin:4px 0}.checkout-subtotal span{text-align:right}.checkout-total{border-top:1px solid #787878;margin-top:20px;font-size:24px;padding-top:10px}.checkout-btn-order{width:100%;height:55px;color:#fff;font-size:18px;font-weight:400;background-color:#90b913;cursor:pointer;display:flex;align-items:center;justify-content:center;border-bottom-left-radius:4px;border-bottom-right-radius:4px;align-self:flex-end;justify-self:flex-end}.checkout-btn-order:hover{background-color:#a2cd22}.checkout-country{width:calc(50% - 10px);padding:12px 16px;font-size:16px;font-family:inherit;color:#333;background-color:#fff;border:1px solid #ccc;border-radius:8px;outline:none;transition:all .25s ease;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;text-indent:.01px;text-overflow:""}.checkout-country:focus{border-color:#787878}.checkout-contact-line{width:100%;display:flex;gap:20px}.checkout-contact-line textarea{width:100%!important;height:150px;resize:none;padding:16px 24px;border-radius:10px;font-size:14px;line-height:1.5;border:1px solid #ccc;font-size:16px}.checkout-contact-line textarea:focus{border-color:#787878;outline:none}.checkout-delivery{padding-left:40px;display:flex;flex-direction:column;gap:20px}.checkout-padded-line{padding-left:0}.orgRequired{overflow:hidden;max-height:0;opacity:0;transition:all .2s ease;margin-top:-20px}.orgRequired.show{max-height:200px;opacity:1;margin-top:0}@media (max-width: 950px){.checkout-wrap{flex-direction:column;padding:0 20px}.checkout-contact-list{width:100%;padding:0}.checkout-panel{padding:20px;flex-wrap:wrap}.checkout-contact-line{flex-wrap:wrap}.checkout-country{width:100%}.checkout-delivery{padding:0}.checkout-item-wrap{width:100%}.checkout-item{flex-direction:column}.checkout-item-text{padding-top:20px;padding-left:0}.checkout-total{font-size:18px}}.contacts-section{max-width:1280px;width:100%;display:flex;flex-direction:column;justify-content:center}.contacts-title{display:flex;justify-content:flex-start;align-items:center}.contacts-place-title{display:flex;justify-content:flex-start;align-items:center;padding:10px 40px;background-color:#f8f7fc;margin:20px 0}.contacts-wrap{display:flex;flex-direction:row;justify-content:space-between;width:100%}.contacts-map,.contacts-map iframe{max-width:615px;width:100%}.contacts-list{width:50%;margin-right:20px}.contacts-row{display:flex;gap:20px;margin-bottom:20px}.contacts-adress{width:50%;box-shadow:0 4px 6px #0000001a;border:1px solid #F0F0F0;padding:10px 10px 10px 0}.contacts-adress-top{display:flex;justify-content:start;align-items:center}.contacts-adress-image{margin-left:40px}.contacts-adress-title{margin-left:20px}.contacts-adress-title p{font-weight:400;font-size:22px;margin:10px 0}.contacts-adress-bottom{margin-left:40px}.contacts-tel{width:100%;box-shadow:0 4px 6px #0000001a;border:1px solid #F0F0F0;gap:20px;padding:10px 0}.contacts-adress-bottom-wrap{display:flex;flex-direction:row}.contacts-adress-bottom-column{padding-left:40px}.contacts-mail-top{display:flex;justify-content:start;align-items:center}.contacts-mail-title{margin-left:20px}.contacts-mail-bottom{margin-left:40px}@media (max-width: 1279px){.contacts-section{max-width:900px}.contacts-row{flex-direction:column}.contacts-adress{width:100%}.contacts-map{max-width:50%}.iframe{max-width:200px}.contacts-adress-bottom-wrap{flex-direction:column}}@media (max-width: 950px){.contacts-section{max-width:600px;padding:0 20px}.contacts-wrap{flex-direction:column}.contacts-list,.contacts-map{max-width:100%;width:100%}.contacts-map{order:-1;margin-bottom:16px}}.gallery-selector{margin-top:10px;width:1280px;display:flex;justify-content:space-between}.gallery{width:1280px;display:flex;flex-direction:column;justify-content:space-between}.btn-combo-box{height:87px;width:403px;border-radius:10px;background-color:#f8f7fc;padding:0;display:flex;justify-content:space-between;align-items:center;margin:0;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:.2s}.combo-box-text-container{display:flex;padding-left:20px}.combo-box-text-container p{font-size:22px;text-align:left}.combo-box-arrow{padding-left:30px;padding-right:30px}.combo-box-container{position:relative}.dropdown-menu{z-index:1000;position:absolute;top:100%;visibility:hidden;background-color:#f8f7fc;border-radius:10px;opacity:0;transition:opacity .3s,transform .3s;transform:translateY(-10px);box-shadow:0 4px 6px #0000001a}.dropdown-item{background-color:#f8f7fc;height:87px;width:403px;display:flex;justify-content:flex-start;align-items:center;border-radius:10px;cursor:pointer}.dropdown-item:hover,.btn-combo-box:hover{background-color:#e8e6f0}.dropdown-item p{font-size:22px;font-weight:400;padding-left:20px}.combo-box-container:hover .dropdown-menu{visibility:visible;opacity:1;transform:translateY(0)}.product-list{display:flex;flex-wrap:wrap;margin-top:20px;margin-bottom:30px;gap:29px}.product-item{border-radius:10px;border:2px solid #F8F7FC;width:403px;height:520px;display:flex;flex-direction:column;align-items:flex-end}.product-image{padding-top:25px;padding-bottom:25px;display:flex;justify-content:center;border-bottom:1px solid #F8F7FC}.product-image img{width:95%}.product-name{height:30%;width:100%;display:flex;justify-content:center;align-items:center}.product-name p{font-size:18px;font-weight:400;padding:0 30px}header{position:relative;z-index:10;width:100%;height:70px;display:flex;flex-direction:column;width:1280px}.header-top a{padding-top:4px;padding-right:50px;padding-left:40px}.header-phone{display:flex}.logo{width:120px}.btn-orange{width:140px;height:38px;color:#fff;font-size:18px;font-weight:400;background-color:#dc4b22;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}@layer base{img{display:initial}}img{display:inline-block}@media print{body *{visibility:hidden}#invoice,#invoice *{visibility:visible}#invoice{position:absolute;top:0;left:0;width:210mm;min-height:297mm;box-sizing:border-box}button{display:none!important}}.invoice-section{max-width:1280px;width:100%;padding:40px 0;display:flex;flex-direction:column;justify-content:center;align-content:center;flex-wrap:wrap}.invoice{box-sizing:border-box;margin:0;font-size:14px;padding:20px 40px 40px 0;width:210mm;height:297mm}.invoice-head{width:100%;display:flex;flex-direction:row;justify-content:center;align-content:center;margin-bottom:24px}.invoice-head-left{width:48%;display:flex;flex-direction:column;justify-content:flex-start}.invoice-data-wrap{margin-top:40px;padding-right:40px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.invoice-data{font-size:11px}.invoice-head-right{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:40px;width:52%;padding-left:40px;border-left:3px solid #ccc}.invoice-column-wrap{display:flex;flex-direction:column;width:100%}.invoice-column{display:flex;flex-direction:column;gap:4px;margin-bottom:40px}.invoice-column-last{margin-bottom:0}.invoice-head-logo,.invoice-head-logo img{width:100px}.invoice-head-line{font-size:18px;font-weight:500;padding:10px 0}.invoice-line{padding-right:40px;font-size:12px;display:flex;flex-direction:row;justify-content:flex-start;gap:10px;font-weight:400}.invoice-line span{text-align:left}.invoice-column-r{font-size:18px;font-weight:500;display:flex;flex-direction:column;gap:4px;margin-top:80px}.invoice-head-line-r-wrap{font-size:16px;display:flex;flex-direction:row;justify-content:space-between}.invoice-head-line-r-title{display:flex;flex-direction:column;align-items:center;justify-content:center}.invoice-head-line-r{padding:10px 0}.invoice-head-code{border:3px solid #ccc;padding:10px}.invoice-side-title{display:flex;flex-direction:column;align-items:center;writing-mode:vertical-rl;transform:rotate(180deg);padding:0 16px;text-transform:uppercase;font-weight:600;letter-spacing:1px;color:#fff}.white{color:var(--color-primary)}.invoice-main{display:flex;flex-direction:row;padding:16px 0;background-color:var(--color-primary)}.invoice-main-wrap{width:100%;display:flex;flex-direction:row;gap:20px;justify-content:space-between}.invoice-main-column{display:flex;flex-direction:column;gap:10px}.invoice-main-column-last{display:flex;flex-direction:column;justify-content:flex-end;gap:10px}.invoice-main-headline{color:#fff;font-size:14px;font-weight:500;padding-bottom:10px}.invoice-main-line{font-size:12px;color:#fff;display:flex;flex-direction:row;gap:8px}.invoice-main-line span{font-size:12px;font-weight:400;color:#fff;display:flex;flex-direction:column}.invoice-main-column-last{display:flex;flex-direction:column;justify-content:space-between;padding-right:40px}.invoice-main-total{display:flex;flex-direction:column;justify-content:flex-end;text-align:right;color:#fff}.invoice-main-total span{font-size:22px;font-weight:600;color:#fff}.invoice-list-wrap{width:100%;display:flex;flex-direction:column;gap:12px}.invoice-list{padding:20px 0;display:flex}.invoice-list-title{font-size:smaller}.invoice-table{width:100%;border-collapse:collapse}tr{border-bottom:2px solid #ccc}.tr-first{border-top:none}td{font-size:smaller;text-align:center;padding:5px 10px}thead{font-size:smaller}th{text-align:center;padding:5px 10px}.th-first{text-align:left}.td-last{font-weight:700;background-color:var(--color-border);padding:10px 30px}.invoice-summary{padding:20px 0;display:flex;flex-direction:row;justify-content:space-between}.sign-image{width:80px;margin:20px 20px 20px 80px}.sign-image img{width:100%}.invoice-summary-right{margin-left:auto}.summary-total-box{margin-top:20px;padding:16px 20px;background-color:var(--color-primary);display:flex;justify-content:flex-end;gap:20px;align-items:first baseline}.summary-total-box div{color:#fff}.summary-total-box-number{color:#fff;font-size:large;font-size:22px;font-weight:600}.invoice-footer{color:var(--color-midgrey);display:flex;padding-top:35px;flex-direction:column;justify-content:flex-end;align-items:center}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:none;justify-content:center;align-items:center;z-index:2000}.modal{color:#f15a29;background:#fff;padding:50px;width:340px;border-radius:4px;box-shadow:0 0 10px #0000004d;position:relative}.modal h3{margin-top:0;font-size:16px;padding-bottom:10px}.modal input,.modal textarea{width:100%;box-sizing:border-box}.modal button{background:#dc4b22;padding:10px 20px;border:none;cursor:pointer;margin-top:10px}.close-btn{font-size:30px;position:absolute;top:8px;right:10px;cursor:pointer;font-weight:700}input,textarea{color:#000}.product-section{width:100%;max-width:1280px;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:40px;border-top:1px solid #F8F7FC}.product-name{display:flex;justify-content:flex-start;padding-bottom:20px;width:100%!important;box-sizing:border-box!important}.product-name h2{margin-top:20px}.product-wrap{width:100%;display:flex;justify-content:space-between}.product-gallery{width:60%}.product-gallery-main{max-height:600px;width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.product-gallery-main img{max-height:100%;object-fit:cover;width:100%;border:1px solid #F8F7FC}.product-gallery-thumbs{width:100%;display:flex;justify-content:center;overflow-x:auto;gap:8px;align-items:center;margin-top:10px}.product-gallery-thumbs img{max-height:140px;width:140px;border:1px solid #F8F7FC;object-fit:cover;flex-shrink:0;cursor:pointer}.product-gallery-thumbs img:hover{border:1px solid #c5c5c5}.product-buy-wrap{max-width:560px;width:100%;display:flex;flex-direction:column;justify-content:start;padding-left:30px}.product-price-row{display:flex;justify-content:space-between;align-items:center}.product-price{display:flex;justify-content:flex-start;align-items:end;flex-direction:row}.product-price span{font-size:28px;font-weight:700;margin-top:0}.product-short-row{display:flex;padding:20px 0;width:100%}.product-buy-btn{width:140px;height:44px;color:#fff;font-size:18px;font-weight:400;background-color:#90b913;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;text-decoration:none}.product-buy-btn:hover{background-color:#a2cd22}.product-buy-btn a{text-decoration:none;color:#fff}.product-phone-row{display:flex;justify-content:flex-start;align-items:center;padding-top:10px}.product-phone-icon img{width:50px}.product-phone-text a{color:#787878;font-size:18px;font-weight:500}.product-phone-text span{color:silver;font-size:12px}.phone-input-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.phone-buy-input{height:44px;margin:10px 0;width:100%;border:none;box-shadow:0 4px 20px #0000001a;text-decoration:none;outline:none;padding:0 18px}.phone-buy-btn{width:140px;height:44px;color:#fff;font-size:18px;font-weight:400;background-color:#c4c4c4;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.phone-buy-btn:hover{background-color:#cecece}.roll-box-line{border:1px solid #cecece;border-radius:4px;margin-bottom:4px;background-color:#f8f7fc}.roll-box-line-head{cursor:pointer;display:flex;justify-content:flex-start;align-items:center;padding:10px}.roll-box-line img{width:30px;margin:0 10px}.roll-box-line a{width:100%}.icon-arrow{transform:rotate(180deg);transition:transform .3s}.roll-box-line.active .icon-arrow{transform:rotate(0)}.roll-box-collapse{background-color:#eeedf3;padding:10px 40px;display:none;overflow:hidden;height:100%}.roll-box-line.active .roll-box-collapse{display:block}.product-details-wrap{display:flex;justify-content:center;flex-direction:column;align-items:center;padding-top:20px;border-top:1px solid #eeedf3;margin-top:20px}.product-details-switch{display:flex;justify-content:center;gap:50px}.product-details-switch h2{font-size:20px;cursor:pointer}.product-details{display:flex;justify-content:center;flex-direction:column;line-height:1.5;max-width:900px;width:100%;padding:20px;border:1px solid #F8F7FC;margin:20px 0;display:none}.box-bullets{list-style:none;padding-left:20px}.box-bullets li{position:relative;padding-left:34px;padding-bottom:20px}.box-bullets li:before{content:"";position:absolute;left:0;top:.45em;width:8px;height:8px;background-color:#ff5526;border-radius:0%}.product-perameters{display:flex;justify-content:center;flex-direction:column;line-height:1.5;max-width:900px;width:100%;box-sizing:border-box;padding:20px;border:1px solid #F8F7FC;margin:20px 0;display:none}.product-perameters p{margin:0}.product-parameters-grey{background-color:#f8f7fc;padding:10px 50px}.product-parameters-white{padding:10px 50px}.product-details-switch h2{margin:0;padding:10px 0;cursor:pointer;font-size:18px;position:relative;color:#c5c5c5;transition:color .3s ease}.product-details-switch h2.active{color:#444}.product-details-switch h2:after{content:"";position:absolute;bottom:-2px;width:100%;height:3px;background-color:#dc4b22;opacity:0;transition:opacity .3s ease;left:50%;transform:translate(-50%);width:80%}.product-details-switch h2.active:after{opacity:1}.product-details-switch h2:hover:after{content:"";position:absolute;bottom:-2px;width:100%;height:3px;background-color:#dc4b22;opacity:0;transition:opacity .3s ease;left:50%;transform:translate(-50%);width:80%}.product-details-switch h2:hover:after{opacity:1}.thumb-arrow{display:none;background:#f0f0f0;border:none;font-size:20px;cursor:pointer;padding:5px 10px;border-radius:5px}.thumb-arrow:hover{background:#ddd}.thumbs-scroll{overflow:hidden;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:5px;width:100%;justify-content:center;margin-top:10px}.thumbs-scroll::-webkit-scrollbar{display:none}.thumb-item{aspect-ratio:1/2;width:100%;object-fit:cover;cursor:pointer;border:2px solid transparent;border-radius:3px;transition:border .2s,transform .2s}.thumb-item.active{border-color:#dc4b22!important}.thumb-item.active{opacity:1;border:1px solid}.gallery-arrow{width:40px;height:40px;position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;padding:8px 12px;cursor:pointer;font-size:20px;opacity:.4;transition:opacity .2s;border-radius:40px!important;display:flex;justify-content:center;align-items:center}.gallery-arrow:hover{opacity:1}.gallery-arrow.left{left:20px}.gallery-arrow.right{right:20px}#mainImage{transition:opacity .3s ease-in-out;opacity:1}#mainImage.fade-out{opacity:0}@media (max-width: 1279px){.product-section{max-width:900px;width:100%!important;padding:20px}.product-gallery-main{min-height:220px}.product-gallery{min-width:60%}.thumbs-scroll{width:100%!important;max-width:560px!important;box-sizing:border-box!important}.product-gallery-thumbs img{flex-shrink:1;max-width:100%}}@media (max-width: 950px){.product-gallery{WIDTH:100%;min-width:0%;display:flex;flex-direction:column;justify-content:center}.product-gallery-main{min-height:170px;min-width:0%;display:flex;flex-direction:column;justify-content:center}.product-gallery-main img{display:flex;width:100%}.product-section{max-width:600px;width:100%!important;padding:20px}.product-wrap{flex-direction:column}.product-buy-wrap{margin-top:20px;padding-left:0}.product-buy-wrap,.product-details,.product-perameters{width:100%!important;max-width:560px!important;box-sizing:border-box!important}.product-buy-wrap,.product-gallery-main{flex-shrink:1;min-width:0}.product-gallery-main{max-height:480px}.product-gallery-thumbs img{flex-shrink:1;max-width:100%}.product-details,.product-perameters{width:100%;max-width:900px;box-sizing:border-box}.product-details-switch{display:flex;justify-content:center;gap:clamp(10px,5vw,50px);flex-wrap:wrap}.product-name h2{margin-top:0}}.product-gallery>*:not(.product-gallery-main):not(.product-gallery-thumbs){display:none!important}.reviews-section{max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;padding:0 10px;margin-top:20px}.reviews{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:14px}.review{max-width:600px;width:100%;border:1px solid #c0c0c0;display:block;flex-direction:column;align-items:stretch;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0 4px 12px #0000000a;margin-bottom:14px}.review.new{animation:highlight 1.6s ease}@keyframes highlight{0%{background-color:#f8f8ff;opacity:0;transform:translateY(16px)}50%{opacity:1;transform:translateY(0)}to{background-color:#fff}}.review-top{background-color:#f8f7fc;padding:0 20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.review-left{width:70%;display:flex;flex-direction:column;align-items:start;justify-content:start;padding:10px 0}.review-name p{color:#444}.review-name p{font-size:large;text-wrap:nowrap;padding:0;margin:0}.review-rating{justify-self:flex-start;color:#37323b}.review-time{width:30%;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.review-time p{font-size:small}.review-text{padding:0 20px}.review-text{word-wrap:break-word;white-space:pre-wrap;display:flex;flex-direction:column;align-content:center;justify-content:center}.add-review{max-width:600px;width:100%;display:flex;flex-direction:column;justify-content:center;align-content:center;box-shadow:0 4px 20px #0000001a;border-radius:10px;border:1px solid #c0c0c0}.review-input-form{display:flex;flex-direction:column;justify-content:center;align-content:center}.add-review-contacts{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;border-top:1px solid #c0c0c0;background-color:#c5c5c5;border-bottom-left-radius:0;border-bottom-right-radius:0}.add-review-textarea{width:100%!important;height:150px;resize:none;padding:16px 24px;border-radius:10px;font-size:14px;line-height:1.5;border:none;font-size:16px}.add-review-textarea:focus{outline:none}.add-review-textarea p{font-size:22px}.add-review-input{height:44px;max-width:298px;width:33%;border:none;text-decoration:none;outline:none;padding:0 18px!important;background-color:#f8f8ff;margin:0 0 0 4px}.btn-orange-flex{min-width:140px;width:100%;height:44px;color:#fff;font-size:18px;font-weight:400;background-color:#dc4b22;cursor:pointer;display:flex;align-items:center;justify-content:center;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border:none}.btn-orange-flex:hover{background-color:#ee562b}.review-stars{display:flex;flex-direction:row;align-items:center;justify-content:center}.review-stars{width:33%;display:flex;padding:0 24px;margin-left:4px;background-color:#f8f8ff;height:44px}.add-review-stars{padding:0 24px;margin-left:4px;background-color:#f8f8ff;width:33%;display:flex;gap:6px;cursor:pointer;align-content:center;justify-content:center}.add-review-stars .star{width:24px;height:44px;flex-shrink:1;transition:transform .2s}.add-review-stars .star:hover{transform:scale(1.1)}.review-stars li{font-size:28px;list-style-type:none}.first-review{max-width:600px;width:100%;background-color:#ffd9a3;background:linear-gradient(135deg,#f93,#ee562b);background-size:200% 200%;animation:gradientAnimation 6s ease infinite;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;padding:2px;margin-bottom:10px}.first-review-front{max-width:600px;width:100%;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:9px;padding:10px}.first-review p{font-size:18px;font-weight:250;color:#fff;text-align:center;color:#dc4b22;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease forwards;animation-delay:.3s}.first-review span{color:var(--color-accent);text-align:center;font-size:32px;font-weight:700}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.rating{display:inline-block;padding:20px 30px;border-radius:20px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0003}@media (max-width: 500px){.product-reviews{width:100%}.reviews-section{padding:0}.add-review-contacts{flex-direction:column;align-content:center;justify-content:center}.add-review-input{width:100%;max-width:100%;margin-left:0;margin-bottom:1px}.add-review-stars{width:100%;margin-left:0}}*{font-family:montserrat,sans-serif;box-sizing:border-box;color:#282922}:root{--color-primary: #DC4B22;--color-secondary: #90b913;--color-blue: #007BFF;--color-accent: #ff4D00;--color-midgrey: #666;--color-border: #ccc;--color-light-surface: #F8F7FC;--color-light-surface-dwn: #ebe9f1;--color-text: #272727}body{width:100vw;display:block;justify-content:center;align-items:center}.small-text{padding:12px 20px;font-size:12px}ul{margin:0}h1{color:#282922;font-size:40px;font-weight:400;margin-bottom:0}h2{font-size:28px;font-weight:700;margin-bottom:0;margin-top:40px}h3{color:#282922;font-size:22px;font-weight:400;margin-bottom:0}h4{color:#f8f7fc;font-size:22px;font-weight:700;padding:0;margin:0 0 35px}h5{color:#282922;font-size:28px;font-weight:400;margin:0}body{margin:0}#root{width:1280px;display:flex;width:100vw;flex-direction:column;align-items:center}main{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.navigation-feed{width:1280px;align-self:center;margin-top:20px!important;margin-bottom:5px!important}header{position:relative;z-index:10;width:100%;height:70px;display:flex;flex-direction:column;width:1280px;min-width:295px}.header-top{border:1px solid #F8F7FC;display:flex;justify-content:flex-end;margin-bottom:2px}.header-top a{padding-top:4px;padding-right:50px;padding-left:4px}.header-phone{justify-self:center!important;display:flex;justify-content:center;align-items:center}.header-phone a{text-decoration:none;color:#77777a}.header-phone a:hover{color:#282922}.language-container{align-content:center}.header-content{display:flex;width:100%}.header-left,.header-right{width:50%;display:flex}.header-burger{display:none;align-items:center;max-width:40px;border:1px solid #c0c0c0;border-radius:2px}.header-burger img{width:100%;padding:6px}.menu-container{display:flex;justify-content:space-around}.navbar-container{width:400px;display:flex;justify-content:space-around;margin-right:35px}.header-right{justify-content:right;align-items:end}.logo{display:flex;flex-direction:row;width:120px;justify-content:flex-start;align-items:flex-start}.logo img{display:block;height:100%!important;width:120px}.navbar-item{list-style-type:none;padding:8px}.navbar-item a{color:#282922;font-size:18px;font-weight:400;text-decoration:none;transition:.2s}.navbar-item a:hover{color:#77777a}.btn-orange{width:140px;height:38px;color:#fff;font-size:18px;font-weight:400;background-color:#dc4b22;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #eb5c34}.btn-orange:hover{background-color:#ee562b}.btn-light{background-color:#fff;font-size:12px;border:none;padding:4px 12px;margin-left:4px;cursor:pointer}.btn-light:hover{background-color:#f8f7fc}.content-box{display:flex;justify-content:center;margin-left:20px}.content-box-text{width:45%}.content-box-img{width:55%}.contact-section{background-color:#f8f7fc;height:650px;left:0;width:100vw;display:flex;justify-content:center;align-items:center}.contact-container{max-width:723px;width:100%}.contact-title{text-align:center;width:100%!important;padding:0 10px}.contact-title p{margin:16px 0}.contact-input-form{display:flex;justify-content:center;flex-direction:column;align-items:center}.contact-input{height:44px;border-radius:10px;margin:10px;max-width:298px;width:100%;border:none;box-shadow:0 4px 20px #0000001a;text-decoration:none;outline:none;padding:0 18px!important}.comment{height:116px!important}.contact-textarea{width:298px!important;height:150px;resize:none;padding:10px 18px;border-radius:10px;font-size:14px;line-height:1.5;box-shadow:0 4px 20px #0000001a;margin:10px;border:none}.contact-textarea:focus{outline:none}footer{display:flex;flex-direction:column;align-items:center;width:100%!important;background-color:#282922;bottom:0;padding-bottom:0}.footer-content{margin-top:60px;max-width:1280px;display:flex;flex-direction:row;justify-content:space-around}.footer-logo{padding-right:40px;padding-left:40px}.footer-logo img{max-width:120px!important;min-width:80px;width:100%}.footer-text-white{color:#f8f7fc;font-size:18px;margin:0;margin-bottom:25px!important;display:flex;flex-direction:column}.footer-text-white a{margin-bottom:25px!important}.footer-assortment,.footer-info,.footer-contacts{display:flex;flex-direction:column;justify-content:flex-start;margin-top:0;padding:10px 40px;border-left:1px solid #F8F7FC;margin-bottom:20px}.footer-content a{color:#f8f7fc;font-size:18px;margin:0;text-decoration:none;text-underline-offset:4px;text-decoration-thickness:.08em}.footer-content a:hover{text-decoration:underline}.navigation-feed a{font-size:14px;cursor:pointer;text-underline-offset:4px;text-decoration:none;color:#282922}.navigation-feed a:hover{text-decoration:underline}.section-products{width:1280px;margin:20px 0}.product-list{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;max-width:1280px;margin:0 auto;justify-items:center}.section-products{justify-content:center!important}.product{width:100%;padding:20px;border:1px solid #F8F7FC;box-shadow:0 0 5px #cbcbcb80;display:flex;flex-direction:column;justify-content:flex-start}.product-img{width:100%;aspect-ratio:4/3!important;display:flex;justify-content:center;align-items:center;overflow:hidden}.product-img a{width:100%;aspect-ratio:4/3!important}.product-img img{aspect-ratio:4/3!important;width:100%;object-fit:cover;object-position:center}.product-title{display:flex;justify-content:flex-start;padding-bottom:20px}.product-title h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-title a{text-decoration:none;color:inherit;cursor:pointer}.product-title a:hover{text-decoration:underline}.product-btn-wrap{margin-top:auto;display:flex;justify-content:center}.btn-product{width:140px;color:#fff;font-size:18px;font-weight:400;background-color:#dc4b22;border:none;cursor:pointer;padding:6px;border-radius:4px;border:1px solid #DC4B22}.btn-product:hover{background-color:#ee562b}.btn-product a{color:#fff;text-decoration:none}.product-icon{display:flex;flex-direction:row;justify-content:center;text-align:center;align-items:center;padding-bottom:20px;flex-wrap:wrap}.product-icon div{display:flex;flex-direction:row;justify-content:center}.product-icon img{width:30px;margin:0 10px}.product-icon a{background-color:#f8f7fc;border:1px solid rgba(227,224,238,.8352941176);padding:4px 14px}.product-info{padding-bottom:20px}.section-introduction{width:1280px;display:flex;flex-direction:column;justify-content:center;align-items:center}.section-introduction h2{padding-bottom:20px}.section-introduction a{line-height:1.8;padding-bottom:40px}@media (max-width: 1279px){h1{font-size:32px}h2{font-size:24px}header{width:900px}.section-products,.product-list,.navigation-feed,.section-introduction{width:900px!important}}@media (max-width: 950px){h1{font-size:26px}h2{font-size:20px}.section-introduction a{font-size:14px;line-height:1.6}header,.section-products,.product-list,.navigation-feed,.section-introduction{max-width:600px!important;width:100%!important;min-width:0!important;padding-left:20px;padding-right:20px}#header,header{height:auto;display:flex!important;width:100%;justify-content:center;align-items:center;min-width:335px}.product-list{padding-left:0;padding-right:0}.header-left{width:25%}.header-right{width:75%;justify-self:flex-end!important;align-self:flex-end!important;flex-wrap:wrap;white-space:nowrap}.header-phone{display:flex;flex-wrap:wrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-top{width:100%;flex-direction:column;align-items:end}.header-phone a{padding-left:12px;padding-right:12px;text-overflow:ellipsis}.navbar-container{width:260px;display:flex;flex-direction:column;align-items:end;justify-content:flex-end;margin-right:0}.header-right{display:flex;justify-content:flex-end;align-items:center}.navbar-item{display:flex;justify-content:flex-end;width:100%;border:1px solid #c5c5c5;border:1px solid transparent;border-image:linear-gradient(to right,#c5c5c500,#c5c5c5) 1;margin-bottom:4px}.logo{width:100%!important;min-width:100px}.logo img{width:100%!important}.btn-orange{margin-top:4px}.menu-container{max-height:0;opacity:0;overflow:hidden;transition:opacity .3s ease}.menu-open{max-height:440px;opacity:1;margin-top:20px;position:absolute;top:100%;background:#fff;flex-direction:column;min-width:180px;box-shadow:0 4px 10px #00000026;z-index:200;align-items:flex-end;min-width:160px;width:max-content;padding:20px}.header-burger{display:flex;position:relative}.header-phone{display:none}.product-list{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(295px,1fr));gap:20px;max-width:1280px;margin:0 auto;justify-items:center}.product-icon div{margin-bottom:4px}.footer-content{flex-direction:column;padding:0 20px}.footer-logo{padding-bottom:40px;padding-left:0}}html,body{width:100%}.terms-section{min-height:100vh;max-width:1280px;justify-content:flex-start;display:flex;justify-content:center;flex-direction:column;line-height:1.5;max-width:900px;width:100%;padding:20px 40px;border:1px solid #F8F7FC;margin:20px 0}.terms-section h3{margin-bottom:20px}.terms-section ul li{position:relative;padding-left:16px;padding-bottom:10px}.checkout-title{display:flex;justify-content:flex-start;align-items:center;padding:10px 40px;background-color:#f8f7fc;margin:20px 0}.thank-you-section{min-height:100vh;height:100%;max-width:1280px;width:100%;padding:0 20px;display:flex;flex-direction:column;justify-content:flex-start;align-content:center;margin-top:20px}.thank-you-wrap{display:flex;flex-direction:row}.thank-you-greeting{display:flex;width:100%;max-width:600px;justify-content:center;align-items:center;text-align:center;border:3px solid #90b913;border-radius:8px;padding:40px;gap:20px}.thank-you-greeting h1,p{margin:0}.thank-you-greeting h1{color:#282922;font-weight:600}.summary-code{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.summary-code span{font-weight:600;letter-spacing:1px;color:#90b913;font-size:18px}.order-stage{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center}.order-stage-circle{width:20px;height:20px;background-color:#90b913;border-radius:10px}.order-stage-line{width:100%;min-width:15px;background-color:#90b913;height:4px}.order-stage-text{padding-top:25px}.order-status-wrap{width:100%;text-align:center;margin-top:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#f8f7fc;border-top:3px solid #ccc;border-left:3px solid #ccc;border-right:3px solid #ccc;border-top-left-radius:8px;border-top-right-radius:8px}.order-status-title{font-size:24px;font-weight:600;padding-top:24px;padding-bottom:12px;color:#666}.order-stages{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative;border-radius:8px;padding:40px 20px;background-color:#f8f7fc}.order-stage{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.order-stage-circle{width:28px;height:28px;border-radius:50%;background:#e0e0e0;border:3px solid #ccc;z-index:2;transition:all .3s ease}.order-stage-circle.active-stage{background:radial-gradient(circle at top left,#a8d61e,#90b913 60%,#78a00f);border:3px solid #F8F7FC;box-shadow:0 4px 15px #90b91366,0 2px 6px #0000001a}.order-stage-text{margin-top:10px;font-size:18px;color:#ccc;letter-spacing:.5px;cursor:pointer}.order-stage-line{position:absolute;top:14px;left:50%;width:100%;height:3px;background:#e0e0e0;z-index:1}.active-stage{color:#90b913;font-weight:600}.order-summary{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding:40px;background-color:#666;gap:40px}.order-summary-column{width:50%;display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;align-content:center!important}.order-summary-line{display:flex;flex-direction:row;justify-content:center;width:100%;font-size:18px;color:#fff}.order-summary-line{width:80%;display:flex;justify-content:space-between!important;padding:5px 0;border-bottom:1px solid #ddd;font-size:16px}.order-summary-line span{color:#fff;font-weight:500;text-align:right!important}.order-faktura-btn{color:#fff;background:#90b913;background:linear-gradient(135deg,#90b913,#a8d61e,#78a00f);background:radial-gradient(circle at top left,#a8d61e,#90b913 60%,#78a00f);font-size:18px;font-weight:500;text-align:center;padding:14px;display:flex;justify-content:center;cursor:pointer;text-decoration:underline;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:0 4px 10px #00000014,0 2px 4px #0000000d;align-items:center;gap:20px}.order-faktura-btn img{width:40px}@media (max-width: 950px){.thank-you-wrap{flex-direction:column;justify-content:center;align-items:center}.summary-code{padding:40px 20px}.order-stage-text{font-size:12px}.order-summary{flex-direction:column;justify-content:center;align-items:center;padding:16px 10px}.order-summary-column{width:100%}.order-faktura-btn{margin-bottom:40px}.order-summary-line{font-size:12px}}
