:root{--text: #6F6F6F;--primary: #927256;--color-primary: #927256;--color-primary-rgb: 146, 114, 86;--color-text: #323232;--color-text-rgb: 50, 50, 50;--color-bg: #ffffff;--color-bg-rgb: 255, 255, 255;--color-bg-light: #f6f8fa;--color-bg-light-rgb: 246, 248, 250;--color-text-muted: #6e7781;--color-text-muted-rgb: 110, 119, 129;--color-border: #d0d7de;--color-border-rgb: 208, 215, 222;--color-success: #1a7f37;--color-success-rgb: 26, 127, 55;--color-danger: #cf222e;--color-danger-rgb: 207, 34, 46}:root{--font-family: "Roboto", sans-serif;--font-weight: 400;--font-weight-bolder: 500;--font-bolder: 500;--font-title-family: "Oswald", sans-serif;--font-title-weight: 500;--content-text-align: justify}:root{--section-padding: 7rem;--section-header-margin: 2.5rem;--grid-gap: 0.75rem;--border-radius: 4px;--shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%)}@media (min-width:1200px){:root{--grid-gap: 2rem}}.grid,.carousel-default{--columns: 2}@media (min-width:768px){.grid,.carousel-default{--columns: 3}}@media (min-width:1199px){.grid,.carousel-default{--columns: 4}}@media (min-width:1200px){.grid,.carousel-default{--columns: 4}}*{margin:0;padding:0;outline:none;border:none;background-color:transparent}*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{position:relative;display:flex;flex-direction:column;max-width:1920px;min-width:320px;min-height:100vh;margin:0 auto;line-height:1.5;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}body>footer{margin-top:auto}input,button,select,optgroup,textarea{font:inherit;min-width:0}::-webkit-search-decoration,::-webkit-search-cancel-button,::-webkit-search-results-button,::-webkit-search-results-decoration{display:none}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::-webkit-outer-spin-button,::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}[type=number]{-moz-appearance:textfield}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-text);transition:background-color 5000s ease-in-out 0s}textarea{resize:vertical}select{-moz-appearance:none;-webkit-appearance:none;appearance:none;white-space:normal}label,button,.button,[role=button]{user-select:none;cursor:pointer}img,svg{flex:none;max-width:100%;height:auto;vertical-align:middle}img{object-fit:cover}svg{fill:currentColor}iframe{max-width:100%}ul{list-style:none}a{text-decoration:none;color:inherit}a[href^="tel:"]{white-space:nowrap}table{border-collapse:collapse}iframe{border:0}a,button,.button{transition:all 0.2s}a:not([class]),.link{border-bottom:1px solid transparent;color:rgb(var(--color-rgb, var(--color-primary-rgb)))}a:not([class]):hover,.link:hover{border-bottom-color:currentColor}.pagetitle{font-family:"Oswald";font-weight:500;font-size:40px;text-transform:uppercase;color:#323232;margin-top:0}.is-dark{color:#fff;background:var(--color-text);color-scheme:dark}.spoiler{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.spoiler+.spoiler{margin-top:-1px}.spoiler-title{position:relative;display:flex;align-items:center;padding:1rem 2rem 1rem 0;cursor:pointer;transition:all 0.2s}.spoiler-title:hover{color:var(--color-primary)}.spoiler-title::before,.spoiler-title::after{content:"";position:absolute;background-color:currentColor;font-size:1rem}.spoiler-title::before{right:0;width:1rem;height:1px}.spoiler-title::after{right:calc((1em - 1px) / 2);width:1px;height:1rem}.is-open .spoiler-title::after{display:none}.spoiler-content{max-height:0;border-top:1px solid var(--color-border);opacity:0;overflow:hidden;transition:all 0.2s}.spoiler.is-open .spoiler-content{max-height:calc(var(--max-height) + 2.5rem);padding:1.25rem 0;opacity:1}#quick-edit{position:fixed;top:8px;right:8px;display:flex;width:3rem;height:3rem;border:1px solid var(--color-border, #ccc);z-index:900;background:var(--color-bg-light, #eee);color:#000}#quick-edit svg{margin:auto}@media screen and (max-width:991px){#quick-edit{display:none}}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:var(--primary)}body::-webkit-scrollbar-thumb{background-color:#303030;border-radius:20px;border:3px solid #303030}#modalsmap{width:1000px}@media screen and (max-width:1299px){#modalsmap{width:100%}}.form{border-radius:12px;padding:57px}@media screen and (max-width:480px){.form{padding:20px}}.form-row{display:grid;grid-template-columns:1.3fr 1fr}@media screen and (max-width:991px){.form-row{grid-template-columns:1fr}}.form-left{display:grid;grid-template-areas:"A A A A A A" "B B B C C C" "D D D C C C" "E E E F F F";gap:25px}@media screen and (max-width:767px){.form-left{grid-template-areas:"A A A A A A" "B B B B B B" "D D D D D D" "C C C C C C" "E E E E E E" "F F F F F F"}}.form .section__header{grid-area:A;margin-bottom:10px;color:#fff}.form .fullname{grid-area:B}.form .phone{grid-area:D}.form .message{grid-area:C;height:100%;padding:0}.form .button{grid-area:E;background:#CEB47F;color:#323232;height:45px}.form .form-bottom{grid-area:F;display:grid;grid-template-columns:1.2fr 1fr}@media screen and (max-width:1499px){.form .form-bottom{grid-template-columns:1fr;gap:5px}}.form .field-title{font-weight:400;font-size:16px;line-height:19px;color:#FFFFFF;margin-bottom:10px}.form .field-label{display:none}.form .message .field-label{display:block;padding-top:20px}.form textarea{height:163px;padding:20px}.form input{height:40px;width:300px}@media screen and (max-width:1499px){.form input{width:100%}}.form #file-input{display:none}.form .file-input{display:flex;align-items:center;gap:10px;font-weight:500;font-size:16px;line-height:19px;text-decoration-line:underline;color:#FFFFFF;transition:0.3s}.form .file-input:hover{opacity:0.8}.form .form-privacy{font-weight:500;font-size:12px;line-height:14px;text-align:right;text-decoration-line:underline;color:rgba(255, 255, 255, 0.5)}@media screen and (max-width:1499px){.form .form-privacy{text-align:left}}.form .field .input{padding-top:0}.form-img{position:absolute;right:0;top:-30px;width:45%;height:600px}.form-img img{object-fit:contain;width:100%;height:100%}@media screen and (max-width:991px){.form-img{display:none}}#section_id_1-8.section.b-form{padding-top:50px;position:relative;overflow:hidden}@media (max-width:1199px){#section_id_1-8.section.b-form{padding-top:0;padding-bottom:50px}}.b-form,.b-text{position:relative}#section_id_11-2{padding-top:65px}.b-form-wrap{padding-top:50px;overflow:hidden}body{color:var(--color-text);font-family:var(--font-family);font-weight:var(--font-weight)}.font-title,.form-box-title{font-family:var(--font-title-family, var(--font-family));font-weight:var(--font-title-weight, var(--font-weight-bolder));text-transform:uppercase}b,strong{font-weight:var(--font-weight-bolder)}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media (min-width:1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media (min-width:1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media (min-width:1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}hr{border-bottom:1px solid var(--color-border)}.content{line-height:1.75}.content h6,.content .h6,.content h5,.content .h5,.content h4,.content .h4,.content h3,.content .h3,.content h2,.content .h2,.content h1,.content .h1{margin-top:1.5rem;margin-bottom:1rem}.content h6:first-child,.content .h6:first-child,.content h5:first-child,.content .h5:first-child,.content h4:first-child,.content .h4:first-child,.content h3:first-child,.content .h3:first-child,.content h2:first-child,.content .h2:first-child,.content h1:first-child,.content .h1:first-child{margin-top:0}.content p,.content ul,.content ol,.content ul li,.content ol li,.content table,.content hr{margin:1em 0}.content p:first-child,.content ul:first-child,.content ol:first-child,.content ul li:first-child,.content ol li:first-child,.content table:first-child,.content hr:first-child{margin-top:0}.content p:last-child,.content ul:last-child,.content ol:last-child,.content ul li:last-child,.content ol li:last-child,.content table:last-child,.content hr:last-child{margin-bottom:0}@media (min-width:992px){.content p,.content ul,.content ol{text-align:var(--content-text-align)}}.content ul,.content ol{margin-left:2em}.content ul{list-style:disc}.content table{display:block;overflow-x:auto;background:linear-gradient(to left, white 98%, transparent 100%), linear-gradient(to left, transparent 0, white 2%) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.15), transparent) 100% 0;background-repeat:no-repeat;background-size:10px 100%, 10px 100%, 10px 100%, 10px 100%;background-attachment:local, local, scroll, scroll}.content td{padding:1rem 1.5rem;border-top:1px solid var(--color-border);vertical-align:top}tr:last-child .content td{border-bottom:1px solid var(--color-border)}.content td:first-child{padding-left:0}.content td:last-child{padding-right:0}.content>*:first-child img{margin-top:0}.content>*:last-child img{margin-top:0}@media (min-width:992px){.content img:not([style]){float:left;margin-top:10px;margin-bottom:10px;margin-right:10px}.content img[style*="float:"]{margin-top:0.4em;margin-bottom:1rem}.content img[style*="float: right"]{margin-left:1.5rem}.content img[style*="float: left"]{margin-right:1.5rem}}@media (max-width:991px){.content img{display:block;float:none !important;margin:1.5em 0}}.container{width:100%;max-width:var(--container-width);padding-right:var(--grid-gap);padding-left:var(--grid-gap);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{--container-width: calc(516px + var(--grid-gap) * 2)}}@media (min-width:768px){.container{--container-width: calc(696px + var(--grid-gap) * 2)}}@media (min-width:840px){.container{--container-width: calc(746px + var(--grid-gap) * 2)}}@media (min-width:992px){.container{--container-width: calc(936px + var(--grid-gap) * 2)}}@media (min-width:1199px){.container{--container-width: calc(1116px + var(--grid-gap) * 2)}}@media (min-width:1399px){.container{--container-width: calc(1336px + var(--grid-gap) * 2)}}@media (min-width:1499px){.container{--container-width: calc(1466px + var(--grid-gap) * 2)}}.main{padding-bottom:6rem}.main-content{margin-top:3rem}.grid{--gap-x: var(--grid-gap);--gap-y: var(--grid-gap);--col: 1;display:flex;flex-wrap:wrap;justify-content:center;margin:calc(var(--gap-y) * -1) calc(var(--gap-x) / -2) 0}.grid>*{width:calc(100% / var(--columns) * var(--col) - var(--gap-x));margin:var(--gap-y) calc(var(--gap-x) / 2) 0}.columns{display:grid;gap:var(--grid-gap)}.section-img{position:relative}.section-img .main-img{position:absolute;right:0;top:-100px;width:407px;height:501px;z-index:-99}.section-img-catalog{position:relative}.section-img-catalog .catalog-img{position:absolute;left:0;top:0;width:929px;height:653px;z-index:-99}.section-img-catalog .catalog-img-right{position:absolute;right:0;top:0;width:407px;height:501px;z-index:-99}.p-catalog{position:relative}.p-catalog .catalog-img{position:absolute;left:0;top:0;width:929px;height:653px;z-index:-99}.p-catalog .catalog-img-right{position:absolute;right:0;top:0;width:407px;height:501px;z-index:-99}.section-img-reviews{position:relative}.section-img-reviews .reviews-img{position:absolute;left:0;top:-100px;width:407px;height:501px;z-index:-99}.section-img-reviews .reviews-img-right{position:absolute;right:0;bottom:0;width:407px;height:501px;z-index:-99}.section{padding-top:var(--section-padding);padding-bottom:var(--section-padding);background-position:50% 50%;background-size:cover}@media (max-width:1199px){.section{padding-top:50px;padding-bottom:50px}}.section:first-of-type{padding-top:0}.section:not([class*="bg-"])+.section:not([class*="bg-"]){padding-top:0}.pagetitle-wrapper{display:flex;align-items:center;column-gap:30px}@media (max-width:991px){.pagetitle-wrapper{column-gap:15px}}@media (max-width:424px){.pagetitle-wrapper .pagetitle{font-size:2rem}}@media (max-width:424px){.pagetitle-wrapper svg{display:none}}.section__header{margin-bottom:var(--section-header-margin);display:flex;align-items:center;gap:30px}@media (max-width:767px){.section__header{align-items:start;flex-direction:column;gap:15px}}.section__header svg{height:19px;width:90px}.section__header._center{justify-content:center}@media screen and (max-width:1199px){._template_7 .section__header{flex-direction:column;gap:10px}}@media screen and (max-width:1299px){._template_7 .section__header svg:last-child{display:none}}.section__title{margin:0}.p-catalog{margin-bottom:50px}.hstack *+*{margin-top:var(--gap)}.section-menu{display:block !important;position:absolute;width:220px;margin-right:-150px;top:100%;left:0;border-radius:var(--radius);background-color:var(--color-bgr);box-shadow:0 5px 20px rgba(0, 0, 0, 0.2);transform:scaleY(0);transition:all 0.2s;transform-origin:top;opacity:0;text-align:left;z-index:99;border-radius:0 0 4px 4px}.section-menu .last{border-radius:0 0 4px 4px}.section-menu ul{background:#927256;border-radius:0 0 4px 4px}.section-menu ul li{font-weight:500;font-size:16px;line-height:19px;text-transform:uppercase;color:#FFFFFF;padding:10px 24px;transition:0.3s;border-top:1px solid rgba(255, 255, 255, 0.4)}.section-menu ul li:hover{box-shadow:inset 0 0 0 999px rgba(0, 0, 0, 0.1);border-radius:0 0 4px 4px}.section-button__wrap{position:relative;width:220px}.section-button__wrap .section-menu.is-open{transform:scaleY(1);opacity:1}@media (min-width:1200px){.section-button__wrap._hidden-desktop{display:none}}@media (min-width:1200px){.section-button__wrap:hover .section-menu{transform:scaleY(1);opacity:1}}@media (max-width:767px){.section-button__wrap{order:2}}.section-button{height:45px;background:#927256;border-radius:4px;display:flex;justify-content:center;align-items:center;gap:10px}.section-button__main{width:100%;margin-bottom:30px;height:55px}@media screen and (min-width:768px){.section-button__main{display:none}}.section-button svg{width:19px;height:12px}.section-button svg path{fill:#fff}.section-button span{font-weight:500;font-size:16px;line-height:19px;text-transform:uppercase;color:#FFFFFF}.form-box-title{margin-bottom:2rem;text-align:center}.form-box-footer{margin-top:1.5rem}.form-box-radiogroup{padding-top:0.5rem;padding-bottom:0.75rem}.form-privacy{color:rgb(var(--color-rgb, var(--color-text-muted-rgb)));font-size:13px;line-height:1.35}.form-privacy a{color:inherit;border-bottom:1px solid rgba(var(--color-rgb, var(--color-text-muted-rgb)), 0.4)}.form-box{--gap: 1rem;padding:2.5rem 1.5rem 3rem;width:100%;max-width:696px;margin:0 auto;border-radius:var(--border-radius);background-color:#fff;box-shadow:0px 1.7px 5.7px rgba(0, 0, 0, 0.024), 0px 5.6px 19px rgba(0, 0, 0, 0.036), 0px 25px 85px rgba(0, 0, 0, 0.06)}.form-box.is-fullwidth{max-width:none}.form-box>*{max-width:452px;margin:0 auto}.form-box>*+*,.form-box .form-box-inner>*+*{margin-top:var(--gap)}@media (min-width:576px){.form-box{padding:2.5rem 3rem 3rem}}.form-privacy{font-weight:400;font-size:14px;line-height:16px;color:#A1A1A1;max-width:300px}.categoriesPadding .pagetitle-wrapper{padding-left:350px}@media screen and (max-width:1399px){.categoriesPadding .pagetitle-wrapper{padding-left:280px}}@media screen and (max-width:1199px){.categoriesPadding .pagetitle-wrapper{padding-left:0px}}.fancybox__container #modalsmap{position:block;opacity:1;pointer-events:all}#modalsmap{position:absolute;opacity:0;pointer-events:none}.bg-primary{background-color:var(--color-primary) !important}.bg-light{background-color:var(--color-bg-light) !important}.bg-success{background-color:var(--color-success) !important}.bg-danger{background-color:var(--color-danger) !important}.color-text{--color-rgb: var(--color-text-rgb);color:rgb(var(--color-rgb))}.color-text-muted{--color-rgb: var(--color-text-muted-rgb);color:rgb(var(--color-rgb))}.color-white{--color-rgb: 255, 255, 255;color:rgb(var(--color-rgb))}.is-rounded{border-radius:var(--border-radius)}.ya-map{height:600px;border-radius:var(--border-radius);overflow:hidden;box-shadow:3px 6px 6px rgba(0, 0, 0, 0.1)}@media screen and (max-width:991px){.ya-map{height:350px}}.ya-map.is-loading{border:1px solid var(--color-border)}.ya-map.is-loading::before{background:var(--color-bg-light) !important}[x-cloak]{display:none}.fancybox__container{--carousel-button-color: var(--color-text);--carousel-button-svg-filter: none;--fancybox-accent-color: var(--color-primary);--fancybox-color:  var(--color-text);--fancybox-toolbar-text-shadow: none}.fancybox__backdrop{background-color:white}.fancybox__toolbar{background:transparent}.carousel{--carousel-slide-width: 100%}.carousel-default{width:100%}.carousel__viewport{min-width:100%;border-radius:4px}.carousel:not(.is-draggable){display:flex;overflow:hidden}.carousel__dots{pointer-events:none}.carousel__dot{pointer-events:all}.carousel__slide{padding:0}.carousel-default{--carousel-slide-width: calc(100% / var(--columns));width:auto;margin:calc(var(--grid-gap) / -2)}.carousel-default .carousel__slide{padding:calc(var(--grid-gap) / 2)}.carousel-default .carousel__button{--carousel-button-offset: -0.75rem;background-color:var(--color-bg);box-shadow:0 0.5rem 1rem -0.125rem rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02)}@media (max-width:1199px){.carousel-default .carousel__button{display:none}}.carousel-default .carousel__button.is-prev{left:var(--carousel-button-offset)}.carousel-default .carousel__button.is-next{right:var(--carousel-button-offset)}@media (min-width:1200px){.carousel-default .carousel__dots{display:none}}@media (max-width:1199px){.carousel-default.has-dots{margin-bottom:calc((var(--grid-gap) / -2) + 0.5rem + 22px)}}a[data-fancybox] img{cursor:zoom-in}.modal{width:1296px;max-width:100%;border-radius:var(--border-radius)}.modal-form{padding:0 !important;width:516px;max-width:100%;background:none !important}.htmx-swapping>*,.is-loading>*{opacity:0.2;pointer-events:none !important}.htmx-swapping,.is-loading{position:relative}.htmx-swapping::after,.is-loading::after{font-size:3rem}.htmx-swapping::after,.is-loading::after{content:"";z-index:101;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:1.25em;height:1.25em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:1s linear infinite spinner-border}@keyframes spinner-border{to{transform:rotate(360deg)}}.checkbox,.radio{position:relative;display:flex;align-items:center;line-height:1.2}.checkbox+.checkbox,.radio+.radio{margin-top:0.75rem}.checkbox input,.radio input{position:absolute;z-index:-1;opacity:0}.checkbox-check,.radio-check{position:relative;display:flex;flex:none;align-items:center;justify-content:center;width:30px;height:30px;margin-right:20px;content:"";border:1px solid var(--color-text-muted);color:var(--color-primary);transition:all 0.2s}@media screen and (max-width:575px){.checkbox-check,.radio-check{margin-right:10px}}.show-validation :invalid~.checkbox-check,.show-validation :invalid~.radio-check{border-color:var(--color-danger) !important}.form-box-delivery__row{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:60px;row-gap:25px}@media screen and (max-width:1199px){.form-box-delivery__row{grid-template-columns:1fr}}.form-box-pay{display:grid;grid-template-columns:repeat(2, 1fr)}@media screen and (max-width:1199px){.form-box-pay{grid-template-columns:1fr}}.input-parent img{margin-right:20px}@media screen and (max-width:575px){.input-parent img{width:70px;object-fit:contain;margin-right:10px}}.input-parent-name{max-width:190px;font-weight:500;font-size:18px;line-height:21px;color:#323232;margin-bottom:5px}@media screen and (max-width:575px){.input-parent-name{font-size:16px;line-height:1.2}}.input-parent-descr{font-weight:400;font-size:15px;line-height:18px;color:#323232;margin-bottom:5px}.input-parent-price{font-weight:500;font-size:18px;line-height:21px;color:#927256}.checkbox-check{border-radius:3px;transition:all 0.2s}.radio-check{border-radius:50%}.radio-check::after{content:"";width:20px;height:20px;transform:scale(0);transition:transform 0.15s;background:currentColor;border-radius:50%}.checkbox:hover .checkbox-check,.radio:hover .radio-check{border-color:var(--color-primary)}.radio :checked~.radio-check{border-color:currentColor}:checked~.radio-check::after{transform:scale(1)}.checkbox-check::after{content:"";position:absolute;width:11px;height:6px;border:solid 2px transparent;border-right:none;border-top:none;transform:translate(0.5px, -1.5px) rotate(-45deg)}:checked~.checkbox-check{background-color:var(--color-primary);border-color:var(--color-primary)}:checked~.checkbox-check::after{border-color:white}.input{width:100%;height:var(--input-height, 38px);padding:0 20px;border:1px solid var(--color-border);border-radius:var(--border-radius);transition:box-shadow 0.2s, border-color 0.2s, background-color 0.2s}.fancybox__content .input{outline:none !important}.input:focus:not([readonly]){border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(var(--color-primary-rgb), 0.2);background-color:#fff}.input.error,.field-error:not(:empty)~.input,.show-validation .input:invalid{border-color:var(--color-danger)}.input.error:focus,.field-error:not(:empty)~.input:focus,.show-validation .input:invalid:focus{box-shadow:0 0 0 4px rgba(var(--color-danger-rgb), 0.2)}.input[readonly]{pointer-events:none;color:var(--color-text-muted)}::placeholder{color:var(--color-text-muted)}.field{--input-height: 3.25rem;position:relative;display:flex;flex-direction:column-reverse;line-height:1.2}.field .input{padding-top:1.125rem;background-color:var(--color-bg-light)}.field textarea.input{padding-top:25px}.field-label{position:absolute;top:0;left:20px;height:var(--input-height);display:flex;align-items:center;color:var(--color-text-muted);pointer-events:none;transition:all 0.2s;transform-origin:left}:required~.field-label::after{content:"*";margin-left:0.1em}.show-validation :invalid~.field-label::after{color:var(--color-danger)}:not(select):focus~.field-label,.input:not(select):not(:placeholder-shown)~.field-label,.is-selected~.field-label{transform:translateY(-11px) scale(0.75)}.field-icon{position:absolute;top:0;right:0;display:flex;width:3.5rem;height:var(--input-height);background-color:rgba(0, 0, 0, 0.03);border-radius:0 var(--border-radius) var(--border-radius) 0;color:var(--color-text-muted);font-size:1.5rem}select~.field-icon{pointer-events:none;background:none;font-size:1.25rem}.field-icon svg{margin:auto;width:1em}.field-error{margin-top:0.5rem;color:var(--color-danger);font-size:0.75rem;line-height:1.2}.field-error:empty{display:none}textarea.input{padding-top:12px;resize:vertical}.input[type="file"]{padding-top:0}.input::-webkit-file-upload-button{height:var(--input-height);padding:0 20px;margin-left:-20px;margin-right:1rem;color:inherit;background-color:rgba(0, 0, 0, 0.05);pointer-events:none;border:none}.input::file-selector-button{height:var(--input-height);padding:0 20px;margin-left:-20px;margin-right:1rem;color:inherit;background-color:rgba(0, 0, 0, 0.05);pointer-events:none;border:none}.form{--gap: 1rem}.form>*+*{margin-top:var(--gap)}.form-box{--gap: 1rem;gap:40px;padding:2.5rem 1.5rem 3rem;width:100%;max-width:696px;margin:0 auto;border-radius:var(--border-radius);background-color:#fff;box-shadow:0px 1.7px 5.7px rgba(0, 0, 0, 0.024), 0px 5.6px 19px rgba(0, 0, 0, 0.036), 0px 25px 85px rgba(0, 0, 0, 0.06)}.form-box.is-fullwidth{max-width:none}@media (min-width:576px){.form-box{padding:40px}}.form-box-title{margin-bottom:2rem;text-align:center}.form-box-footer{margin-top:1.5rem}.form-box-radiogroup{padding-top:0.5rem;padding-bottom:0.75rem}.form-privacy{color:rgb(var(--color-rgb, var(--color-text-muted-rgb)));font-size:13px;line-height:1.35}.form-privacy a{color:inherit;border-bottom:1px solid rgba(var(--color-rgb, var(--color-text-muted-rgb)), 0.4)}.input-parent__text{display:flex;flex-direction:column}.form-cart>*{max-width:100%;margin:0}.form-cart{display:flex;max-width:100%}@media screen and (max-width:767px){.form-cart{flex-direction:column}}.form-cart h2{font-family:"Roboto";text-align-last:left;font-weight:500;font-size:21px;line-height:25px;text-transform:none;color:#323232;margin-bottom:20px}.form-cart h2:last-child{margin-bottom:10px}.form-cart-inner{margin-top:30px}.form-cart-inner h2{margin-bottom:10px}.form-cart-text{display:block;color:#A1A1A1;margin-bottom:14px}.form-cart .field{margin-bottom:15px}.form-cart .form-box-radiogroup{padding:0;gap:35px}.form-box-delivery h6{font-weight:500;font-size:21px;line-height:25px;color:#323232;margin-bottom:30px}.form-cart-footer{display:flex;align-items:center;gap:30px;margin-top:50px}@media screen and (max-width:575px){.form-cart-footer{flex-direction:column}}.form-cart-footer .button._fullwidth{width:210px;height:45px}.cart-bottom{margin-bottom:80px;position:relative}.cart-bottom::after{content:"";background-image:url(/assets/mgr/images/knife-cart.svg);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:-99;width:380px;height:81px}.cart-bottom h2{font-family:"Oswald";font-weight:500;font-size:40px;line-height:56px;text-transform:uppercase}@media screen and (max-width:991px){.cart-bottom h2{text-align:center;margin-bottom:30px}}@media screen and (max-width:575px){.cart-bottom h2{font-size:32px;line-height:1.2}}.cart-bottom h3{font-weight:400;font-size:26px;line-height:30px;text-align:right;letter-spacing:0.03em;color:#323232}@media screen and (max-width:991px){.cart-bottom h3{text-align:center}}.cart-bottom__row{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:991px){.cart-bottom__row{flex-direction:column}}.cart-bottom__cont a{display:block;font-weight:400;font-size:56px;line-height:48px;text-align:right;text-transform:uppercase;color:#927256;margin-bottom:15px}@media screen and (max-width:575px){.cart-bottom__cont a{font-size:32px;line-height:1.2;text-align:center}}.cart-price{display:flex;flex-direction:column;align-items:end;gap:10px}@media screen and (max-width:991px){.cart-price{align-items:center}}.cart-price__item{font-weight:400;font-size:18px;line-height:21px}.cart-price__item b{font-weight:500}.cart-price__fullPrice{font-size:21px;line-height:25px}.cart-price__fullPrice b{font-weight:500}.breadcrumb{display:flex;flex-wrap:wrap;align-items:start;margin-bottom:-0.5em;padding-top:1.125rem;padding-bottom:1.125rem;line-height:1.2;font-size:0.875rem}.breadcrumb-link{font-weight:500;font-size:15px;line-height:18px;color:#927256}.breadcrumb-link--last{font-weight:400;font-size:15px;line-height:18px;color:#6F6F6F}.breadcrumb li{display:flex;align-items:center;margin-bottom:0.5em}.breadcrumb li:not(:last-child)::after{content:"/";margin:-0.2em 0.5rem 0;color:#927256}.button{--btn-color: var(--color-primary-rgb);position:relative;display:inline-flex;align-items:center;justify-content:center;height:2.8125rem;max-width:100%;padding:0 1rem;border-radius:var(--border-radius);background:rgb(var(--btn-color));font-size:1rem;font-weight:var(--font-weight-bolder);color:#fff;line-height:1;text-align:center;overflow:hidden;font-family:"Roboto";font-weight:500;font-size:16px;line-height:19px;text-transform:uppercase;color:#FFFFFF;padding:0 30px}.button._outlined{background:none;border:1px solid currentColor;color:rgb(var(--btn-color))}.button._light{background:rgba(var(--btn-color), 0.075);color:rgb(var(--btn-color))}.button._gray{--btn-color: var(--color-bg-light-rgb);color:var(--color-text)}.button._gray._outlined{border-color:var(--color-border)}.button._danger{--btn-color: var(--color-danger-rgb)}.button._success{--btn-color: var(--color-success-rgb)}.button._fullwidth{display:flex;width:100%}.button._small{display:flex;height:30px;min-width:0;font-size:0.875rem;border-radius:calc(var(--border-radius) / 2)}.button[disabled]{opacity:0.4;pointer-events:none}.button:hover{box-shadow:inset 0 0 0 999px rgba(0, 0, 0, 0.1)}.button._outlined:hover,.button._light:hover{box-shadow:inset 0 0 0 999px rgba(var(--btn-color), 0.075)}.button._gray._outlined:hover{background-color:var(--color-bg-light)}.button:focus-visible{box-shadow:0 0 0 4px rgba(var(--color-text-rgb), 0.2)}.has-ripple{position:relative;overflow:hidden;cursor:pointer}.button::after,.has-ripple::after{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle, currentColor 10%, transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10);opacity:0;transition:transform 0.5s, opacity 1s}.button:active::after,.has-ripple:active::after{transform:scale(0);opacity:0.3;transition:0s}.card,.prod-card{--card-gap: 0.75rem;position:relative;display:flex;flex-direction:column;background-color:var(--color-bg);border-radius:var(--border-radius)}@media (min-width:1200px){.card,.prod-card{--card-gap: 1.25rem}}.card__image{text-align:center;width:100%;height:100%;position:relative;background:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));border-radius:var(--border-radius)}.card__image:before,.card__image:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;display:inline-block;border-radius:var(--border-radius);transition:0.2s all;background:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4))}.card__image:after{opacity:0}.card__image:hover:after{opacity:1}.card__image img{width:100%;height:100%;border-radius:var(--border-radius)}.card__image:only-child img{border-radius:var(--border-radius)}.card__body,.prod-card__body{position:absolute;left:20px;top:20px;width:100%}@media screen and (max-width:1299px){.card__body,.prod-card__body{left:10px;top:10px}}.card__title,.prod-card__title{font-weight:500;font-size:18px;line-height:21px;text-transform:uppercase;color:#FFFFFF}@media screen and (max-width:1299px){.card__title,.prod-card__title{font-size:1rem;line-height:1.2}}@media screen and (max-width:575px){.card__title,.prod-card__title{font-size:0.8rem}}.card__text{margin-top:0.5rem}.card__date{display:flex;align-items:center;margin-top:-0.25rem;margin-bottom:0.5rem;color:var(--color-text-muted);font-size:0.875rem}.card__date svg{margin-right:0.5em}.card._hoverable,._hoverable.prod-card{transition:all 0.2s}a.card:hover,a.prod-card:hover,.card._hoverable:hover,._hoverable.prod-card:hover{box-shadow:var(--shadow)}.b__block-products .prod-card__title{text-align:center;font-weight:600;font-size:21px;line-height:25px;color:#323232}@media screen and (max-width:1399px){.b__block-products .prod-card__title{font-size:1rem}}.b__block-products .prod-card__body{position:relative;left:auto;top:auto}.b__block-products .prod-card__qty .button._light{width:50px;min-width:50px}.b__block-products .prod-card__footer{padding:0}@media screen and (max-width:1399px){.b__block-products .prod-card__footer{flex-direction:column;gap:15px}}.b__block-products .prod-form{width:100%}.b__block-products .prod-form .button{max-width:13rem;width:100%;color:#fff;background:var(--primary)}@media screen and (max-width:1499px){.b__block-products .prod-form .button{font-size:14px}}.b__block-products .prod-form .button span{display:flex;align-items:center;gap:13px}@media screen and (max-width:1499px){.b__block-products .prod-form .button span{gap:7px}}@media screen and (max-width:1399px){.b__block-products .prod-form .button{max-width:100%}}.b__block-products .prod-form .button:hover{box-shadow:inset 0 0 0 999px rgba(0, 0, 0, 0.1)}.b__block-products .button{max-width:13rem;width:100%}@media screen and (max-width:1399px){.b__block-products .button{max-width:100%}}.b__block-products .button.border{background:#fff;color:var(--primary);border:2px solid var(--primary)}.b__block-products .prod-card__add{width:100%}.b__block-products .prod-card__price-val{font-weight:400;font-size:30px;line-height:35px;text-align:center;text-transform:uppercase;color:#927256;text-align:center;width:100%;display:block}.prod-card__gallery{height:323px}@media screen and (max-width:1399px){.prod-card__gallery{height:280px}}.carousel__slide img{width:100%;height:100%;object-fit:cover;border-radius:4px}.prod-card{display:flex;gap:15px;background:transparent}.prod-card__footer{display:flex;gap:20px}.b-categories{position:relative}.b-categories:before{content:"";background:url(/assets/mgr/images/catalog/bg-catalog.png);position:absolute;left:0;top:100px;width:929px;height:653px}@media screen and (max-width:991px){.b-categories:before{display:none}}.message{padding:1rem 1.5rem;border-radius:var(--border-radius);color:#fff}.message.is-danger{background:var(--color-danger)}.message.is-success{background:var(--color-success)}.pagination{--columns: 1;display:flex;align-items:center;justify-content:end;grid-column:-1 / 1;padding-top:20px;margin-bottom:30px}.grid .pagination:not(:last-child){display:none}.pagination-list{display:flex;align-items:center}.pagination-list li+li{margin-left:0.5rem}.button+.pagination-list{margin-left:auto}@media (max-width:991px){.button+.pagination-list{display:none}}.pagination-list a,.pagination-list-active{display:grid;place-items:center;width:40px;height:40px;transition:0.3s;border-radius:var(--border-radius)}@media (max-width:575px){.pagination-list a,.pagination-list-active{width:2.25rem;height:2.25rem}}.pagination-list a:hover{box-shadow:inset 0 0 0 999px rgba(0, 0, 0, 0.1)}.pagination-list-active{background-color:#323232;color:#fff;border:1px solid var(--color-border)}.pagination-list{font-weight:500;font-size:21px;line-height:25px}.pagination-list-skip{padding:0 0.25rem}.prod-price-old{position:relative;display:inline-block;line-height:1;color:var(--color-text-muted)}.prod-price-old::after{content:"";position:absolute;top:40%;left:0;height:3px;width:100%;background-color:#303030;transform:rotate(-7deg)}.b-products .prod-price-old{font-weight:400;font-size:26px;line-height:30px;text-align:center;text-transform:uppercase;color:rgba(146, 114, 86, 0.5)}.b-products .prod-card__price{display:flex;justify-content:center;gap:15px}.b-products .prod-card__price-val{width:auto}.prod-form{position:relative}.prod-form::after{font-size:1rem !important}.ms-item.is-added .hide-if-added,.ms-item:not(.is-added) .show-if-added{display:none}.prod-qty{display:grid;grid-template-columns:auto 1fr auto;user-select:none}.prod-qty>span{display:grid;place-items:center}.prod-qty>input{text-align:center}.prod-qty>button{padding:0;min-width:2.5rem;min-height:2.5rem}.prod-badges{position:absolute;z-index:10;pointer-events:none}.prod-badges__item{display:grid;place-items:center;padding:0.35em 1em 0.2em;background:var(--color-text-muted);border-radius:var(--border-radius);color:#fff;font-size:10px;text-transform:uppercase;font-weight:var(--font-weight-bolder);line-height:1}.prod-badges__item+.prod-badge{margin-top:0.25rem}.prod-badges__item._action{background-color:var(--color-danger)}.prod-badges__item._hit{background-color:#F5AF19}.prod-badges__item._new{background-color:var(--color-success)}.prod-card{display:flex;display:flex;flex-direction:column}.prod-card__body{display:grid;flex-grow:2}.prod-card__badges{position:absolute;top:var(--card-gap);left:var(--card-gap)}.prod-card__link{position:absolute;top:0;bottom:0;right:0;left:0;width:100%}.prod-card__title{margin-bottom:auto;transition:all 0.2s}.prod-card__price{padding-top:0.25rem;margin-top:auto}a:hover~.prod-card__title{color:var(--color-primary)}.prod-card__badges{position:absolute;top:var(--card-gap);left:var(--card-gap);z-index:10;pointer-events:none}.prod-card__favorite{position:absolute;top:0.5rem;right:0.75rem;z-index:10;display:grid;place-items:center;height:2rem;width:2rem;background-color:#fff;border-radius:50%}.prod-card__favorite:hover{color:var(--color-danger)}.prod-card__favorite input{display:none}.prod-card__favorite svg{position:absolute;margin-bottom:-2px;transition:all 0.2s}.prod-card__favorite svg:last-of-type{opacity:0}.prod-card__favorite :checked~svg:last-of-type{opacity:1;color:var(--color-danger)}.prod-card__price-val{font-size:1.5rem}.prod-card__footer{padding:0 var(--card-gap) var(--card-gap)}.prod-card__gallery{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);text-align:center}.prod-card__gallery .carousel{margin-bottom:1px !important;height:100%}.prod-card__gallery .carousel__dots{position:absolute;display:flex !important;top:100%;padding:0 3px}.prod-card__gallery .carousel__dot{flex-grow:1;height:1px;color:var(--color-text)}.prod-card__gallery .carousel__dot:not(.is-selected){color:var(--color-border)}.prod-card__gallery .carousel__dot::after{position:static;display:block;width:100%;height:1px;border-radius:0;opacity:1;transform:none}.prod-card__gallery a:hover,.prod-card__gallery a:hover~a{color:var(--color-primary)}.tabs__buttons{display:flex;flex-wrap:wrap;margin-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.tabs__buttons input{display:none}.tabs__buttons span{display:flex;align-items:center;padding:1rem 1.5rem;margin-bottom:-1px;border-bottom:1px solid var(--color-border);white-space:nowrap;transition:all 0.2s}.tabs__buttons :checked+span{border-bottom-color:var(--color-primary);color:var(--color-primary);font-weight:var(--font-bolder)}.tabs__buttons label:hover span{border-bottom-color:currentColor}.header{background:url(/assets/mgr/images/head/menu.jpg);top:-50px;min-height:50px;transition:top 1s}@media screen and (max-width:1399px){.header{top:-125px;min-height:125px}}@media screen and (max-width:767px){.header{top:-50px;min-height:50px}}.header.fixed{width:100%;position:sticky;z-index:99;top:0}.header-mobile{display:none}@media screen and (max-width:767px){.header-mobile{display:flex;justify-content:space-between;align-items:center;padding:5px 0}}.header-mobile__logo{display:flex;justify-content:space-between;align-items:center;gap:10px}.header-mobile__logo-img{display:block;width:38px;height:40px}.header-mobile__logo-text{color:#fff;font-weight:var(--font-weight-bolder);font-size:1.25rem}@media screen and (max-width:374px){.header-mobile__logo-text{font-size:1rem}}.header-burger{width:40px;height:30px}.header-burger svg{width:100%;height:100%}.header-burger svg path{fill:#FFFFFF}.header-row{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1399px){.header-row{flex-direction:column;gap:15px;padding:20px 0}}@media screen and (max-width:767px){.header-row{display:none}}.header-menu{display:flex;align-items:center;gap:40px}@media screen and (max-width:1499px){.header-menu{gap:20px}}.header li{list-style:none;font-weight:500;font-size:0.875rem;line-height:1;color:#FFFFFF;transition:0.3s}.header li a{transition:0.3s}.header li a:hover{opacity:0.8;border-bottom:1px solid #fff}.header-cont{background:url(/assets/mgr/images/head/contact.jpg);padding:11px 30px;display:flex;align-items:center;gap:50px}@media screen and (max-width:1499px){.header-cont{gap:25px}}@media screen and (max-width:767px){.header-cont{justify-content:space-between}}@media screen and (max-width:575px){.header-cont{flex-direction:column;justify-content:start;align-items:start;gap:15px}}.header-contacts{display:flex;align-items:center;font-weight:500;font-size:0.875rem;line-height:1;color:#FFFFFF;transition:0.1s}@media screen and (max-width:767px){.header-contacts{background:url(/assets/mgr/images/head/contact.jpg)}}.header-contacts:hover{text-decoration:underline}@media screen and (max-width:767px){.header-contacts:hover{color:#fff}}.header-contacts__flex{display:flex;align-items:center;column-gap:70px}@media screen and (max-width:1599px){.header-contacts__flex{flex-direction:column;align-items:start;row-gap:15px}}.header-contacts-icon{display:flex}.header-contacts-icon a{padding:10px}.header-contacts svg{padding-right:5px}.header-soc{display:flex;align-items:center;gap:5px}@media screen and (max-width:1399px){.header-soc{gap:5px}}.header-soc a:hover svg path{opacity:0.8}.header-soc a svg path{transition:0.3s}.header-inner{display:flex;align-items:center}@media screen and (max-width:1199px){.header-inner{padding:0}}.header-inner .header-cont{display:none}@media screen and (max-width:1199px){.header-inner .header-cont{display:flex}}.header-bottom{border-bottom:1px solid #DDDDDD}@media screen and (max-width:767px){.header-bottom{display:none}}.header-bottom .header-row{display:flex;gap:70px}@media screen and (max-width:1399px){.header-bottom .header-row{flex-direction:row;gap:20px}}@media screen and (max-width:500px){.header-bottom .header-row{flex-direction:column;align-items:start;padding:0;gap:5px}}.header-bottom .header-contacts a{font-weight:500;font-size:18px;line-height:21px;color:#6F6F6F}.header-bottom .header-contacts a:not(.header-soc):hover{opacity:0.8}@media screen and (max-width:1399px){.header-bottom .header-contacts a{font-size:1rem;line-height:1.2}}.header-bottom .header-contacts svg{height:32px;width:32px}@media screen and (max-width:1399px){.header-bottom .header-contacts svg{height:22px;width:22px}}.header-bottom .header-contacts svg path{fill:#927256;fill-opacity:1}@media screen and (max-width:1199px){.header-bottom .header-contacts{display:none}}.header-bottom .header-soc svg path{fill:#6F6F6F}.header-bottom .header-soc svg:nth-child(1){width:33px;height:31px}@media screen and (max-width:1399px){.header-bottom .header-soc svg:nth-child(1){width:23px;height:21px}}.header-bottom .header-soc svg:nth-child(2){width:30px;height:30px}@media screen and (max-width:1399px){.header-bottom .header-soc svg:nth-child(2){width:20px;height:20px}}.header-bottom .header-soc svg:nth-child(3){width:31px;height:25px}@media screen and (max-width:1399px){.header-bottom .header-soc svg:nth-child(3){width:21px;height:15px}}.header-logo{min-width:418px;width:422px;display:flex;align-items:center;gap:40px}@media screen and (max-width:1399px){.header-logo{gap:20px}}@media screen and (max-width:767px){.header-logo{min-width:280px;width:280px}}.header-logo span{font-size:1.1875rem;line-height:1.375rem;display:flex;flex-direction:column;align-items:center;color:var(--text);text-align:center;gap:5px}@media screen and (max-width:1399px){.header-logo span{font-size:1rem;line-height:1.2}}@media screen and (max-width:767px){.header-logo span{font-size:0.8rem;line-height:1}}.header-logo span b{color:var(--color-text);font-weight:600}.header-logo img{width:132.95px;height:153px;object-fit:contain}@media screen and (max-width:767px){.header-logo img{width:80px;height:100%}}.header-map{display:flex;flex-direction:column;align-items:center;gap:10px}@media screen and (max-width:575px){.header-map{flex-direction:row}}.header-map span{font-weight:400;font-size:1.1875rem;line-height:1.375rem;color:var(--text);text-align:center}@media screen and (max-width:1399px){.header-map span{font-size:1rem;line-height:1.2}}@media screen and (max-width:767px){.header-map span{font-size:0.8rem;line-height:1}}.header-map span:hover{text-decoration:underline}.header-search{position:relative;max-width:420px}@media screen and (max-width:991px){.header-search{width:100%}}@media screen and (max-width:767px){.header-search{display:none}}.header-search .input{padding:0 35px;background-color:#fff}@media screen and (max-width:991px){.header-search .input:focus:not([readonly])+button svg{fill:var(--color-primary)}}.header-search button{position:absolute;left:0;width:35px;height:100%;top:50%;transform:translateY(-50%)}.header-search button svg{fill:var(--color-primary)}@media screen and (max-width:991px){.header-search button svg{fill:#fff}}@media screen and (max-width:991px){.header-search__section{background:url(/assets/mgr/images/head/menu.jpg)}}@media screen and (max-width:991px){.header-search__container{display:flex;justify-content:center}}.navbar{--havbar-height: 3rem;position:sticky;top:0;z-index:100;background-color:var(--color-bg-light)}.navbar__menu{display:none;align-items:center;flex-grow:2}@media (min-width:1200px){.navbar__menu{display:flex}}.navbar__menu :hover>.navbar__menu-submenu{opacity:1;transform:translateY(0);pointer-events:all}.navbar__menu-lvl-1{margin-right:2rem}.navbar__menu-lvl-1>a{display:flex;align-items:center;height:var(--havbar-height);border-top:1px solid transparent;border-bottom:1px solid transparent;font-weight:var(--font-weight-bolder);transition:all 0.2s}.navbar__menu-lvl-1:hover>a{color:var(--color-primary);border-bottom-color:currentColor}.navbar__menu-lvl-1.active a{border-bottom-color:currentColor}.navbar__menu-lvl-1 svg{width:10px;margin-left:0.25em;margin-right:-0.25em}.navbar__menu-parent{position:relative}.navbar__menu-parent:hover{border-top-color:#fff}.navbar__menu-submenu{position:absolute;left:-1.5rem;z-index:101;padding:1rem 0;width:220px;min-width:220px;background-color:#fff;border-radius:0 0 var(--border-radius) var(--border-radius);box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.15);opacity:0;color:var(--color-text);line-height:1.35;transition:all 0.2s;transform:translateY(1rem);pointer-events:none}.navbar__menu-submenu a{display:flex;height:auto;padding:0.75rem 1.5rem}.navbar__menu-submenu a:hover{color:var(--color-primary)}.navbar__row{display:flex;align-items:center;justify-content:space-between}.navbar__burger{height:var(--havbar-height);color:inherit}@media (min-width:1200px){.navbar__burger{display:none !important}}.navbar__burger svg{width:2rem}.navbar__logo{display:flex;align-items:center;margin-left:0.75rem;margin-right:auto}.navbar__logo img,.navbar__logo svg{height:1.5rem;width:auto}@media (min-width:1200px){.navbar__logo{display:none !important}}.navbar__cart,.navbar__profile{display:flex;align-items:center;height:var(--havbar-height);font-size:0.875rem;line-height:1.2;white-space:nowrap}.navbar__cart svg,.navbar__profile svg{width:1.5rem;color:var(--color-secondary)}.navbar__profile{justify-content:end}.navbar__cart-icon{position:relative}.navbar__cart-count{position:absolute;top:-0.4rem;right:-0.6rem;display:grid !important;place-items:center;height:1rem;width:1rem;background-color:var(--color-danger);border-radius:50%;color:#fff;font-size:0.75rem;font-weight:var(--font-weight-bolder);line-height:1}.navbar__mobile-inner{align-self:start;width:100%;height:100%;padding:1.5rem;background:transparent}.navbar__mobile-logo{margin-bottom:1.5rem;min-height:40px;display:flex;column-gap:20px;padding-right:40px}.navbar__mobile-logo img{height:100%;max-height:60px;width:auto}.navbar__mobile-logo span{line-height:1.2;font-size:0.8125rem}.navbar__mobile-menu{padding-top:1rem;padding-bottom:1rem;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.navbar__mobile-menu a{display:flex;padding:0.5rem 0;border:none;font-weight:var(--font-weight)}.navbar__mobile-menu .active>a{font-weight:var(--font-weight-bolder)}.navbar__mobile-menu-contacts{padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar__mobile-soc{display:flex}.navbar__mobile-soc a{margin-left:0.5rem}.navbar__mobile-soc svg,.navbar__mobile-soc img{width:auto;height:26px}.navbar__mobile .carousel__button.is-close{top:1.5rem;right:1.5rem;height:40px;margin-right:-8px;color:inherit}.navbar__mobile .fancybox__slide{padding:0}.navbar__mobile *{outline:none !important}.navbar__cart{position:fixed;right:0;top:50%;display:flex;align-items:center;justify-content:center;background:#927256;border-radius:4px 0px 0px 4px;width:60px;height:60px;z-index:99}.navbar__cart:hover{opacity:0.8}.footer{font-weight:400;font-size:1rem;line-height:19px;color:#8C8C8C}.footer a:not(:hover){color:var(--color-text-muted)}.footer-logo{display:block;width:120px;height:119.48px;margin-bottom:19px;margin-left:auto;margin-right:auto}.footer-logo img{width:100%;height:100%}.footer-copyright{font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#B5B5B5}.footer-col-contact{font-weight:400;font-size:14px;line-height:16px;color:#8C8C8C}.footer-col-contact svg{margin-right:5px}.footer-col-contact a svg path{fill:rgba(140, 140, 140, 0.4)}.footer .soc{display:flex;justify-content:end;gap:15px}@media (max-width:991px){.footer .soc{justify-content:center}}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:23px;padding:30px 0 52px}@media (min-width:1399px){.footer-row{display:grid;grid-template-columns:273px 1fr auto;align-items:start}}@media (max-width:991px){.footer-row{display:grid;grid-template-columns:1fr;justify-content:center}}.footer-first{margin-bottom:1.5rem;text-align:center}@media (min-width:992px){.footer-first{margin-bottom:0;text-align:left}}@media (max-width:992px){.footer-first{display:flex;flex-direction:column;align-items:center}}.footer-menu{display:flex;justify-content:space-between;gap:20px;margin-top:auto;margin-bottom:auto}@media (max-width:1420px){.footer-menu{display:grid;grid-template-columns:1fr 2fr 2fr;grid-template-rows:repeat(3, 1fr);column-gap:30px}}@media (max-width:991px){.footer-menu{display:flex;flex-direction:column;align-items:center;margin-bottom:50px}}.footer-menu li a{border-bottom:1px solid #8C8C8C;transition:0.3s}.footer-menu li a:hover{color:#494949;border-bottom:1px solid #494949}.footer-contacts{text-align:center;transition:0.3s}.footer-contacts>*+*{margin-top:20px}.footer-contacts a:hover{color:#494949}.footer-contacts a:hover svg path{fill:#494949}@media (min-width:992px){.footer-contacts{text-align:right}}.footer-bottom{padding-top:1.5rem;padding-bottom:1.5rem;border-top:1px solid var(--color-border);text-align:center}@media (min-width:992px){.footer-bottom{display:flex;justify-content:space-between;align-items:center}}.footer-developer{display:flex;align-items:center;gap:15px;font-weight:400;font-size:13px;line-height:15px;color:#B4B4B4;transition:0.3s}.footer-developer:hover{color:#494949}.footer-developer:hover svg path{fill:#494949}.footer-developer svg{width:126px}@media (max-width:991px){.footer-developer{justify-content:center}}.soc a svg path{transition:0.3s}.footer-developer svg path{transition:0.3s}.footer-menu li a{transition:0.3s}/*# sourceMappingURL=./index.map */