@charset "UTF-8";@font-face{font-family:"Nunito Sans";src:url(../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf) format("truetype");font-style:normal}:root{--block-padding:13.5vw;--max-width:calc(100vw - 2 * 3.3vw)}@media screen and (max-width:1600px){:root{--block-padding:6vw;--max-width:calc(100vw - 2 * 3.1vw)}}@media screen and (max-width:1200px){:root{--block-padding:4rem;--max-width:calc(100vw - 2 * 4rem)}}@media screen and (max-width:640px){:root{--block-padding:2rem;--max-width:calc(100vw - 2 * 1.6rem)}}:root{--section-margin:12rem}@media screen and (max-width:900px){:root{--section-margin:6rem}}@media screen and (max-width:640px){:root{--section-margin:4rem}}:root{--color-primary:#353632;--color-secondary:#878784;--font-family-headers:"Nunito Sans", Arial, sans-serif;--font-family-main:"Nunito Sans", Arial, sans-serif;--font-size:18px}:root{--block-padding:13.5vw;--max-width:calc(100vw - 2 * 3.3vw)}@media screen and (max-width:1600px){:root{--block-padding:6vw;--max-width:calc(100vw - 2 * 3.1vw)}}@media screen and (max-width:1200px){:root{--block-padding:4rem;--max-width:calc(100vw - 2 * 4rem)}}@media screen and (max-width:640px){:root{--block-padding:2rem;--max-width:calc(100vw - 2 * 1.6rem)}}:root{--section-margin:12rem}@media screen and (max-width:900px){:root{--section-margin:6rem}}@media screen and (max-width:640px){:root{--section-margin:4rem}}:root{--color-primary:#353632;--color-secondary:#878784;--font-family-headers:"Nunito Sans", Arial, sans-serif;--font-family-main:"Nunito Sans", Arial, sans-serif;--font-size:18px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}a{background-color:#fff0}b{font-weight:bolder}code{font-family:monospace,monospace;font-size:1em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:inherit}html{box-sizing:border-box;font-size:10px;overflow-x:hidden;max-width:100vw;font-family:var(--font-family-main)}body{margin:0;overflow-x:hidden;font-size:var(--font-size)}img{max-width:100%}a{text-decoration:none;color:currentColor}.content_area{max-width:var(--max-width);margin:0 auto;width:100%}.mg-top-1{margin-top:1rem}.row_flex{display:flex}.row_flex-column{flex-direction:column}@media screen and (max-width:1600px){.content_area{max-width:var(--max-width)}}@media screen and (max-width:900px){.content_area{max-width:var(--max-width)}}@media screen and (max-width:640px){.content_area{max-width:var(--max-width)}}.input,input.input{width:100%;padding:24px;font-size:18px;border:0;border-bottom:2px solid var(--color-secondary);outline:0;color:var(--color-primary);font-weight:500;line-height:140%}.input::placeholder,input.input::placeholder{color:var(--color-secondary)}@media screen and (max-width:1600px){.input,input.input{font-size:16px}}@media screen and (max-width:640px){.input,input.input{font-size:14px}}textarea.input{resize:none;max-height:75px}.submit-btn.disabled{pointer-events:none;opacity:.5;cursor:default}.submit-btn{pointer-events:auto;opacity:1;cursor:pointer;transition:opacity 0.2s ease}.custom-checkbox a{text-decoration:underline}.custom-checkbox p{margin:0;font-size:14px;line-height:140%;font-weight:500}.custom-checkbox input[type="checkbox"]{display:none}.custom-checkbox .checkbox-box{display:inline-block;width:32px;height:32px;background:#ebebeb;border-radius:8px;vertical-align:middle;position:relative;transition:all 0.2s ease;flex-shrink:0}.custom-checkbox input[type="checkbox"]:checked+.checkbox-box::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:10px;background-image:url(/assets/img/icons/checkbox.svg);background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%)}.custom-checkbox .checkbox-box:hover{cursor:pointer}.custom-checkbox label{display:flex;align-items:center;cursor:pointer;gap:12px}.custom-radio-x{display:flex;align-items:center;gap:12px;cursor:pointer;flex-wrap:wrap}.radio-input{appearance:none;width:26px;height:26px;border-radius:50%;background-color:#ebebeb;border-bottom:0;cursor:pointer;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out}.radio-input:checked{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23353632'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat}.radio-input:disabled{opacity:.5;cursor:not-allowed}.radio-input:disabled+span{opacity:.5;cursor:not-allowed}@media screen and (max-width:640px){.radio-input{width:20px;height:20px}}.field__wrap{display:flex;flex-direction:column;gap:.5rem}.field__wrap input,.field__wrap select,.field__wrap textarea{font-size:1.6rem;padding:.4rem 1rem}.field__label{display:flex;flex-direction:column;gap:.5rem}.field__title{font-size:1.6rem;padding-left:1rem}.field__description{font-size:1.2rem;padding-left:1rem;font-weight:400;color:dimgray}.field__checkbox,.field__radio{line-height:1}.field__checkbox>input,.field__radio>input{position:absolute;z-index:-1;opacity:0;height:0;display:table}.field__checkbox>input:not(:disabled):not(:checked)+.field__title:hover::before,.field__radio>input:not(:disabled):not(:checked)+.field__title:hover::before{border-color:var(--color-secondary)}.field__checkbox>input:not(:disabled):active+.field__title::before,.field__radio>input:not(:disabled):active+.field__title::before{background-color:var(--color-secondary);border-color:var(--color-secondary)}.field__checkbox>input:focus:not(:checked)+.field__title::before,.field__radio>input:focus:not(:checked)+.field__title::before{border-color:var(--color-primary)}.field__checkbox>input:disabled+.field__title::before,.field__radio>input:disabled+.field__title::before{background-color:#e9ecef}.field__checkbox .field__title,.field__radio .field__title{-webkit-user-select:none;user-select:none;line-height:1.2;position:relative;cursor:pointer;padding-left:2.6rem}.field__checkbox .field__title a,.field__radio .field__title a{text-decoration:underline}.field__checkbox .field__title::before,.field__radio .field__title::before{content:"";display:inline-block;width:1.8rem;height:1.8rem;flex-shrink:0;flex-grow:0;border:1px solid var(--color-secondary);background-repeat:no-repeat;background-position:center center;background-size:50% 50%;position:absolute;left:0}.field__radio>input:checked+.field__title::before{border-color:var(--color-primary);background-color:var(--color-primary)}.field__radio .field__title::before{border-radius:2rem}.field__checkbox>input:checked+.field__title::before{border-color:var(--color-primary);background-color:var(--color-primary);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.field__checkbox .field__title::before{border-radius:.4rem}@media screen and (max-width:900px){.field__title{font-size:1.6rem}.field__checkbox .field__title,.field__radio .field__title{font-size:1.4rem;padding-left:2.8rem}.field__checkbox .field__title:before,.field__radio .field__title:before{width:2.4rem;height:2.4rem}}@media screen and (max-width:640px){.field__radio .field__title{text-align:center;font-size:1.2rem;padding-left:0}.field__radio .field__title:before{width:2rem;height:2rem;left:50%;top:0;transform:translate(-50%,-110%)}.field__checkbox .field__title{font-size:1.2rem}.field__checkbox .field__title:before{width:2rem;height:2rem;top:.2rem}}.h1,h1{font-family:var(--font-family-headers);font-weight:400;text-transform:uppercase;margin:0;padding:0;line-height:120%;font-size:64px}@media screen and (max-width:1600px){.h1,h1{font-size:46px}}@media screen and (max-width:900px){.h1,h1{font-size:32px}}.h2,h2{font-family:var(--font-family-headers);font-weight:500;font-size:32px;margin:0;padding:0;line-height:120%;color:var(--color-primary)}@media screen and (max-width:1600px){.h2,h2{font-size:24px}}@media screen and (max-width:900px){.h2,h2{font-size:18px}}.h3,h3{font-family:var(--font-family-headers);font-weight:500;font-size:24px;margin:0;padding:0;line-height:120%}@media screen and (max-width:1600px){.h3,h3{font-size:18px}}@media screen and (max-width:900px){.h3,h3{font-size:16px}}p{line-height:140%;font-size:var(--font-size);font-weight:500;color:var(--color-primary);margin-top:0}@media screen and (max-width:1600px){p{font-size:16px}}@media screen and (max-width:900px){p{font-size:14px}}p.large-text{font-size:20px}@media screen and (max-width:1600px){p.large-text{font-size:18px}}@media screen and (max-width:900px){p.large-text{font-size:16px}}.large-text p{font-size:20px}@media screen and (max-width:1600px){.large-text p{font-size:18px}}@media screen and (max-width:900px){.large-text p{font-size:16px}}.btn{display:flex;white-space:nowrap;padding:16px 26px;border-radius:60px;transition:0.2s;align-items:center;line-height:140%;font-weight:500;width:fit-content;cursor:pointer}.btn.disabled,.btn[disabled]{cursor:default;pointer-events:none;background:var(--color-secondary)}.btn__framed{font-weight:400;border-color:var(--color-primary)}.btn__framed:hover{background-color:var(--color-primary);color:var(--color-secondary)}.btn__filled{border-color:var(--color-primary);background-color:var(--color-primary);color:#fff}.btn__filled:hover{filter:brightness(.9)}.btn__black{background:var(--color-primary);color:#fff}.btn__grey{background:#ebebeb;color:#353632}.btn__white{background:#fff;color:var(--color-primary);font-size:24px;line-height:120%;padding:18px 32px}@media screen and (max-width:1600px){.btn{font-size:16px;padding:12px 18px}}@media screen and (max-width:640px){.btn{font-size:14px}}:root{--ui-color-primary:#333333;--ui-color-secondary:#c3c3c3;--ui-block-padding:1.4rem;--ui-area-gap:1rem}.ui_area{display:flex;flex-wrap:wrap;gap:var(--ui-area-gap)}.ui_block{border:1px dashed var(--ui-color-primary);border-radius:10px;padding:var(--ui-block-padding)}.ui_block-lg_3{flex:0 0 calc(33% - var(--ui-area-gap));width:calc(33% - var(--ui-area-gap));max-width:calc(33% - var(--ui-area-gap))}@media screen and (max-width:900px){.ui_block-md_6{flex:0 0 calc(50% - var(--ui-area-gap));width:calc(50% - var(--ui-area-gap));max-width:calc(50% - var(--ui-area-gap))}}@media screen and (max-width:640px){.ui_block-sm_12{flex:0 0 100%;width:100%;max-width:100%}}.ui_block.row_flex{gap:1rem}.ui_color{display:flex;flex-direction:column;gap:.5rem}.ui_color_square{width:10rem;height:5rem;border:1px solid #000;position:relative;margin-bottom:.5rem}.ui_color_title span{font-size:2rem;display:table;margin-top:.5rem}.lb-loader,.lightbox{text-align:center;line-height:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/local/templates/artmebel/assets/img/lightbox/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/local/templates/artmebel/assets/img/lightbox/prev.png) left 48% no-repeat;opacity:0;transition:opacity 0.6s}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/local/templates/artmebel/assets/img/lightbox/next.png) right 48% no-repeat;opacity:0;transition:opacity 0.6s}.lb-nav a.lb-next:hover{opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/local/templates/artmebel/assets/img/lightbox/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;transition:opacity 0.2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}.lb-cancel{background:url(/local/templates/artmebel/assets/img/lightbox/close.png) no-repeat}.lb-nav a.lb-prev{background:url(/local/templates/artmebel/assets/img/lightbox/prev.png) left 48% no-repeat}.lb-nav a.lb-next{background:url(/local/templates/artmebel/assets/img/lightbox/next.png) right 48% no-repeat}.lb-data .lb-close{background:url(/local/templates/artmebel/assets/img/lightbox/close.png) top right no-repeat;position:absolute;top:0;right:-2rem}.lightbox{display:flex;flex-direction:column-reverse}.lb-data{position:relative}.header{background:#fff;border-bottom:2px solid #dbdbdb;z-index:100;width:100%;position:fixed}.header .content_area{display:flex;justify-content:space-between;align-items:center;padding:22px 0 20px;gap:14px}.header__nav{width:50%}.header--burger-opened{z-index:220;border-bottom:0}.header__logo{line-height:0}.header__logo img{width:312px}.header__actions{display:flex;align-items:center;gap:24px}.header__actions img{width:24px;height:24px}.header__feedback{display:flex;align-items:center;gap:24px}.header__feedback a:not(.btn){background:#353632;border-radius:60px;line-height:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.header__btn .btn{padding:11.5px 24px;height:48px}.header__icons{display:flex;align-items:center;gap:12px}.header__icons a{line-height:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.header__menu{list-style-type:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;margin:0;gap:10px}.header__menu .active>a{color:var(--color-primary)}.header__menu a{font-weight:500;font-size:20px;line-height:140%;color:var(--color-secondary);display:block}.header__menu a:hover{color:var(--color-primary)}.header__menu>.header__has-child{margin-bottom:-32px;padding-bottom:32px}.header__has-child{position:relative}.header__has-child>a{display:flex;align-items:center}.header__has-child>a:after{content:"";background-image:url(/local/templates/artmebel/assets/img/icons/arrow_header.svg);background-repeat:no-repeat;width:25px;height:25px;display:inline-block;margin-left:2px}.header__has-child:hover .header__submenu{display:flex}.header__submenu{display:none;position:absolute;top:100%;left:-26px;background:#fff;padding:18px 26px;width:max-content;list-style:none;flex-direction:column;gap:16px}.header__has-child--right{position:relative;margin-right:-26px;padding-right:26px}.header__has-child--right>a{display:flex;align-items:center}.header__has-child--right>a:after{content:"";background-image:url(/local/templates/artmebel/assets/img/icons/arrow_header.svg);background-repeat:no-repeat;width:25px;height:25px;display:inline-block;transform:rotate(-90deg)}.header__has-child--right:hover .header__subsubmenu{display:flex}.header__subsubmenu{display:none;position:absolute;top:-18px;left:100%;background:#eee;padding:18px 26px;width:max-content;list-style:none;flex-direction:column;gap:8px}.header__subsubmenu a{font-size:18px}.header__burger{display:none}.header__burger-btn{display:flex;background:url(/local/templates/artmebel/assets/img/icons/burger.svg) var(--color-primary) center;background-repeat:no-repeat;border-radius:100%;width:40px;height:40px}.header--mobile-active .header__burger-btn{background:url(/local/templates/artmebel/assets/img/icons/burger-close.svg) var(--color-primary) center;background-repeat:no-repeat}@media screen and (max-width:1600px){.header__logo img{width:222px}.header__menu a{font-size:18px}.header__subsubmenu a{font-size:16px}.header__feedback{gap:18px}.header__feedback a:not(.btn){width:40px;height:40px}.header__actions{gap:18px}.header__actions img{width:20px;height:20px}.header__icons a{width:40px;height:40px}.header__btn .btn{padding:8px 18px;height:40px}}@media screen and (max-width:1300px){.header__nav{display:none}.header__burger{display:block}.header--burger-opened .content_area{padding:22px 0}}@media screen and (max-width:1200px){.header__icons{gap:8px}}@media screen and (max-width:640px){.header__btn{display:none}.header__actions{gap:8px}.header__actions img{width:16px;height:16px}.header__feedback{order:2}.header__feedback a:not(.btn){width:32px;height:32px}.header__icons a{width:32px;height:32px}.header__burger{order:3}.header__burger-btn{width:32px;height:32px;background-size:16px}}.breadcrumbs ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:4px 31px}.breadcrumbs ul li{font-size:20px}@media screen and (max-width:1600px){.breadcrumbs ul li{font-size:18px}}@media screen and (max-width:900px){.breadcrumbs ul li{font-size:16px}}.breadcrumbs ul li:not(:last-child){position:relative}.breadcrumbs ul li:not(:last-child):after{position:absolute;content:"";display:block;width:23px;height:23px;background-image:url(/local/templates/artmebel/assets/img/icons/ic_breadcrumb_arrow.svg);background-position:center;background-size:contain;background-repeat:no-repeat;top:50%;left:calc(100% + 4px);transform:translateY(-50%)}.breadcrumbs ul a{color:var(--color-primary)}.breadcrumbs ul span{color:var(--color-secondary)}.pagination{margin-top:36px;display:flex;justify-content:center}.pagination__list{list-style:none;padding:0;margin:0;display:flex;gap:10px;background:#ebebeb;border-radius:66px;padding:6px}.pagination__item{width:64px;height:64px;border-radius:100px;transition:background-color 0.2s ease,color 0.2s ease}.pagination__item--arrow{background:#fff}.pagination__item--arrow img{width:24px;height:24px}.pagination__item--next img{transform:rotate(180deg)}.pagination__item--active{background:var(--color-primary)}.pagination__item--active a{color:#fff}.pagination__link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:20px;font-weight:500}@media screen and (max-width:1600px){.pagination{margin-top:26px}.pagination__item{width:52px;height:52px}.pagination__link{font-size:18px}}@media screen and (max-width:640px){.pagination__link{font-size:16px}.pagination__item{width:36px;height:36px}.pagination__item--arrow img{width:18px;height:18px}}.footer{margin-top:100px;border-top:2px solid #dbdbdb}.footer__top{padding:50px 0}.footer__top .content_area{display:flex;justify-content:space-between;gap:16px}.footer__menu .footer__logo{display:none}.footer__menu ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,auto);gap:16px 92px}.footer__menu li.active a{color:var(--color-primary)}.footer__menu a{font-weight:500;font-size:20px;line-height:140%;color:var(--color-secondary);display:block}.footer__info{display:flex;gap:92px}.footer__info>div{display:flex;flex-direction:column;gap:6px}.footer__info p{margin:0}.footer__time-work p{color:var(--color-secondary)}.footer__social{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.footer__messengers{display:flex;flex-direction:column;gap:12px}.footer__messengers a{display:flex;align-items:center;gap:8px}.footer__messengers p{margin:0;color:var(--color-secondary)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding:12px 0;gap:10px;background:#f2f2f2}.footer__bottom .content_area{display:flex;align-items:center;justify-content:space-between}.footer__bottom a{line-height:0}.footer__copyright{display:flex;gap:24px}.footer__copyright p{margin:0}@media screen and (max-width:1700px){.footer__menu ul{gap:16px 46px}.footer__info{gap:46px}}@media screen and (max-width:1600px){.footer{margin-top:72px}.footer__logo img{width:274px}.footer__menu ul{gap:16px 32px}.footer__menu a{font-size:18px}.footer__info{gap:32px}.footer__social{gap:18px}}@media screen and (max-width:1330px){.footer__info{flex-direction:column;gap:16px}}@media screen and (max-width:1200px){.footer{margin-top:64px}.footer__logo img{width:232px}.footer__menu ul{grid-template-columns:repeat(1,auto)}}@media screen and (max-width:900px){.footer__top .content_area{flex-wrap:wrap;gap:24px}.footer__logo--desktop{display:none}.footer__menu .footer__logo{display:block;margin-bottom:32px}.footer__bottom .content_area{flex-wrap:wrap;gap:12px;justify-content:center}}@media screen and (max-width:640px){.footer{margin-top:42px}.footer__top{padding:24px 0}.footer__top .content_area{flex-direction:column}.footer__menu .footer__logo{margin-bottom:24px}.footer__bottom .content_area{gap:16px;flex-direction:column}.footer__copyright{flex-direction:column;gap:16px;align-items:center}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#ebebeb;padding:24px;display:none;z-index:9999999999}.cookie-banner h3{margin-bottom:24px}.cookie-banner__info{display:flex;align-items:flex-start;gap:24px}.cookie-banner__info p{margin:0;color:#878784}.cookie-banner__info a{color:#353632}.cookie-banner__btns{display:flex;gap:12px}.cookie-banner__btns button{outline:0;border:0;font-size:18px}@media screen and (max-width:1200px){.cookie-banner__info{flex-direction:column}}.modal{position:fixed;top:50%;left:50%;background-color:#fff;width:100%;max-width:100vw;max-height:100vh;width:667px;height:auto;z-index:200;transition:all 0.3s ease-out;transform:translateX(-50%) translateY(calc(-50% + 15rem));opacity:0;visibility:hidden;padding:0;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-around;overflow:auto}.modal.is-active{visibility:visible;opacity:1;transform:translateX(-50%) translateY(-50%)}.modal__backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgb(0 0 0 / .09);z-index:150;visibility:hidden;opacity:0;transition:all 0.3s ease-out}.modal__backdrop.is-active{visibility:visible;opacity:1}.modal__close{max-width:fit-content;display:block;position:absolute;right:32px;cursor:pointer}.modal__close:hover{opacity:.8}.modal__wrapper{padding:32px;display:flex;flex-direction:column;gap:36px;width:100%}.modal__header{text-align:center;display:flex;align-items:center;justify-content:center}.modal__header .h2{max-width:427px}.modal__content form{display:flex;flex-direction:column;gap:36px}.modal__text{text-align:center;margin-bottom:36px}.modal__text p{margin:0}.modal__security{display:flex;justify-content:space-between}.modal__security>div{max-width:272px;width:100%}.modal__btn{display:flex;justify-content:center;gap:12px}.modal__img{height:264px;margin-bottom:36px}.modal__img img{width:100%;height:100%;object-fit:cover}.modal__title-prod{margin-bottom:36px;display:flex;justify-content:space-between;gap:26px}.modal__title-prod p{margin:0}.modal__name-prod{max-width:408px}.modal__price{color:var(--color-secondary);width:max-content}@media screen and (max-width:1600px){.modal__wrapper{gap:26px}.modal__text{margin-bottom:26px}.modal__content form{gap:26px}.modal__security>div{max-width:max-content;width:auto}.modal__header .h2{max-width:321px}.modal__img{margin-bottom:26px}.modal__title-prod{margin-bottom:26px}}@media screen and (max-width:640px){.modal__close{right:20px;top:0}.modal__wrapper{padding:64px 20px}.modal__security{flex-direction:column;gap:24px}.modal__header .h2{max-width:298px}.modal__img{height:212px}.modal__title-prod{flex-direction:column}}.modal#mobile_menu{transform:translateX(-50%) translateY(0);top:0;height:100vh;width:100%;padding:40px;left:0;z-index:200}.modal#mobile_menu .close{display:none}.modal#mobile_menu .mobil_menu{width:100%}.modal#mobile_menu .mobil_menu_list{width:100%;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}.modal#mobile_menu .mobil_menu_list li{list-style:none}.modal#mobile_menu .mobil_menu_list li a{font-weight:500;font-size:18px;line-height:140%;color:var(--color-secondary)}@media screen and (max-width:900px){.modal#mobile_menu .mobil_menu_list li a{font-size:16px}}.modal#mobile_menu .mobil_menu_list li.active a{color:var(--color-primary)}.modal#mobile_menu .mobil_menu_list li.open>a{margin-bottom:24px}.modal#mobile_menu .mobil_menu_has-submenu>a,.modal#mobile_menu .mobil_menu_has-subsubmenu>a{display:flex;align-items:center}.modal#mobile_menu .mobil_menu_has-submenu>a:after,.modal#mobile_menu .mobil_menu_has-subsubmenu>a:after{content:"";background-image:url(/local/templates/artmebel/assets/img/icons/arrow_header.svg);background-repeat:no-repeat;width:25px;height:25px;display:inline-block;margin-left:2px}.modal#mobile_menu .mobil_menu .mobil_menu_submenu,.modal#mobile_menu .mobil_menu .mobil_menu_subsubmenu{display:none;padding:0;flex-direction:column;gap:12px}.modal#mobile_menu .mobil_menu .mobil_menu_submenu .mobil_menu_has-subsubmenu:not(:last-of-type) .mobil_menu_subsubmenu{margin-bottom:24px}@media screen and (max-width:640px){.modal#mobile_menu{padding:20px}}.is-active#mobile_menu{top:0;height:100vh;transform:translateX(0) translateY(0)}.modal#modal_filter{transform:translateX(-50%) translateY(0);top:0;height:100vh;width:100%;max-width:667px;padding:64px;left:0;z-index:200}.modal#modal_filter .modal__wrapper{padding:0}.modal#modal_filter .modal__header{justify-content:flex-start}.modal#modal_filter .modal__btn{justify-content:flex-start}@media screen and (max-width:1600px){.modal#modal_filter{max-width:398px;padding:42px}}@media screen and (max-width:640px){.modal#modal_filter{max-width:100%}}.is-active#modal_filter{top:0;height:100vh;transform:translateX(0) translateY(0)}.catalog-filter{display:flex;flex-direction:column;gap:36px}.catalog-filter__field--hidden{display:none}.catalog-filter__title{margin-bottom:24px}.catalog-filter__range-slider{display:flex;gap:24px;align-items:center}.catalog-filter__range-slider p{margin:0}.catalog-filter__price-input{width:50%;display:flex;align-items:center;gap:6px}.catalog-filter__price-input input{padding:12px 20px 12px 12px}.catalog-filter__input-wrapper{position:relative;display:inline-block;width:100%}.catalog-filter__currency{position:absolute;right:5px;top:50%;transform:translateY(-50%);color:#888;pointer-events:none;font-size:16px}.catalog-filter input[type="number"]::-webkit-inner-spin-button,.catalog-filter input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.catalog-filter input[type="number"]{-moz-appearance:textfield}.catalog-filter__radio{display:flex;gap:24px}.catalog-filter__select{position:relative;-webkit-user-select:none;user-select:none}.catalog-filter__select-box{border-bottom:2px solid var(--color-secondary);padding:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff}.catalog-filter__select-box.open{margin-bottom:24px}.catalog-filter__checkbox-list{display:none;width:100%;background:#fff;max-height:252px;overflow-y:auto;flex-direction:column;gap:12px}.catalog-filter__checkbox-list::-webkit-scrollbar{width:8px}.catalog-filter__checkbox-list::-webkit-scrollbar-track{background:#ebebeb;border-radius:4px}.catalog-filter__checkbox-list::-webkit-scrollbar-thumb{background-color:var(--color-primary);border-radius:4px;background-clip:content-box}.catalog-filter__checkbox-list label{font-size:18px;line-height:140%;font-weight:500}@media screen and (max-width:1600px){.catalog-filter__checkbox-list label{font-size:16px}}@media screen and (max-width:640px){.catalog-filter__checkbox-list label{font-size:14px}}.catalog-filter__show-more-btn{display:flex;align-items:center;gap:4px;border:0;background:0 0;cursor:pointer;padding:0}.catalog-filter__show-more-btn p{margin:0}.catalog-filter__show-more-btn.expanded img{transform:rotate(180deg)}.catalog-filter__select-box.open+.catalog-filter__checkbox-list{display:flex}.banner{display:flex;align-items:flex-end;height:750px;padding:100px 0;position:relative;z-index:1;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#d9d9d9}.banner h1{margin-bottom:12px;color:#fff}.banner h2{color:#fff}.banner::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgb(0 0 0 / .25),rgb(0 0 0 / .25));z-index:1}.banner__video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.banner .content_area{position:relative;z-index:3}@media screen and (max-width:1200px){.banner{height:446px}}@media screen and (max-width:640px){.banner{height:405px}}section{padding-top:100px}.wrap-title{margin-bottom:36px}.catalog__wrap .swiper-wrapper{display:flex;flex-wrap:wrap;box-sizing:border-box}.catalog__wrap .swiper-scrollbar{display:none}.catalog__category{padding:36px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;width:16.6666666667%;height:auto}.catalog__category .h2{color:#fff}.catalog__category svg{width:25px;min-width:25px}.catalog__category.active,.catalog__category:hover{background:#fff!important}.catalog__category.active .h2,.catalog__category:hover .h2{color:#000}.catalog__category.active path,.catalog__category:hover path{stroke:#000}.catalog__category>img{display:none}.catalog__img{height:527px}@media screen and (max-width:1600px){section{padding-top:72px}.wrap-title{margin-bottom:26px}.catalog__category{padding:24px}.catalog__img{height:416px}}@media screen and (max-width:1300px){.catalog__category svg{display:none}}@media screen and (max-width:1200px){section{padding-top:64px}.catalog{overflow-x:hidden}.catalog__img{display:none}.catalog__wrap{overflow:visible}.catalog__wrap .swiper-wrapper{box-sizing:content-box;flex-wrap:nowrap}.catalog__wrap .swiper-scrollbar{display:block}.catalog__category{background:0 0!important;padding:0;max-width:777px;width:100%;height:284px}.catalog__category svg{display:block;position:absolute;bottom:24px;right:24px;z-index:2}.catalog__category .h2{position:absolute;bottom:24px;left:24px;z-index:2}.catalog__category>img{display:block;object-fit:cover;height:100%;width:100%}.catalog__category::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff0 50%,rgb(0 0 0 / .6) 100%);z-index:1}.catalog__category:hover h2{color:#fff}.catalog__category:hover path{stroke:#fff}.catalog__scrollbar{background:#ebebeb;border-radius:160px;margin-top:26px;height:16px!important;padding:4px}.catalog__scrollbar .swiper-scrollbar{position:relative!important;height:8px!important;inset:0!important;background:0 0;width:100%!important}.catalog__scrollbar .swiper-scrollbar-drag{background:#353632;border-radius:160px}}@media screen and (max-width:900px){.catalog__category{max-width:591px}}@media screen and (max-width:640px){section{padding-top:42px}.catalog__category{max-width:349px;height:176px}}.populars__wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.populars__item{display:flex;flex-direction:column;gap:26px}.populars__item:hover .populars__char{opacity:1}.populars__item.populars__item--66{grid-column:span 2}.populars__img{position:relative;height:337px}.populars__img img{width:100%;height:100%;object-fit:cover}.populars__char{display:flex;flex-direction:column;gap:6px;padding:18px;background:rgb(255 255 255 / .7);position:absolute;bottom:36px;margin:0 36px;width:calc(100% - 72px);opacity:0;transition:opacity 0.3s ease}.char__item{display:flex;justify-content:space-between;gap:16px}.char__item p{margin:0}.populars__info{display:flex;justify-content:space-between;gap:26px}.populars__title .h2{margin-bottom:12px}.populars__btn{padding:0 20px;display:flex;align-items:center}.populars__btn img{width:40px;height:40px}@media screen and (max-width:1600px){.populars__img{height:264px}.populars__info{gap:12px}.populars__btn{width:63px;height:63px;padding:0;justify-content:center}.populars__btn img{width:31px;height:31px}}@media screen and (max-width:1200px){.populars__wrap{grid-template-columns:repeat(2,1fr);gap:26px}.populars__item.populars__item--66{grid-column:span 1}.populars__item:nth-of-type(n+7){display:none}}@media screen and (max-width:900px){.populars__wrap{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:640px){.populars__item,.populars__wrap{gap:12px}}.promotions__wrap{position:relative}.promotions__arrows svg{width:26px;height:26px}.promotions__arrows .swiper-button-next,.promotions__arrows .swiper-button-prev{width:52px;height:52px;border-radius:100%;background:#353632}.promotions__arrows .swiper-button-next::after,.promotions__arrows .swiper-button-prev::after{content:none}.promotions__arrows .swiper-button-prev{transform:rotate(180deg);left:-24px}.promotions__arrows .swiper-button-next{right:-24px}.promotions__arrows .swiper-button-disabled{background:#fff;opacity:1}.promotions__arrows .swiper-button-disabled path{fill:#353632}.promotions__item{position:relative;overflow:hidden;height:486px}.promotions__item img{display:block;width:100%;height:100%;object-fit:cover}.promotions__item .h2{color:#fff;position:absolute;width:calc(100% - 72px);padding:36px;z-index:1}.promotions__item::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#fff0 49.85%,rgb(0 0 0 / .5) 100%);pointer-events:none}.promotions__item:hover .promotions__btn{opacity:1}.promotions__btn{position:absolute;bottom:0;z-index:1;width:calc(100% - 72px);padding:36px;opacity:0;transition:0.3s}@media screen and (max-width:1600px){.promotions__item{height:410px}.promotions__item .h2{padding:24px}.promotions__btn{padding:24px}.promotions__arrows svg{width:23px;height:23px}.promotions__arrows .swiper-button-next,.promotions__arrows .swiper-button-prev{width:46px;height:46px}}@media screen and (max-width:1200px){.promotions{overflow-x:hidden}.promotions__wrap .swiper{overflow:visible}.promotions__item{height:297px;width:297px}.promotions__btn{opacity:1}.promotions__arrows{display:none}}.company__texts{display:flex;gap:176px;margin-bottom:36px}.company__texts p{width:50%;margin:0}.copmany__advantages{display:flex;gap:36px;flex-wrap:wrap}.advantage{display:flex;flex-direction:column;align-items:flex-start;width:calc(25% - 27px);padding:36px;gap:24px;background:#fafafa}.advantage p{margin:0!important}.advantage p.large-text{color:var(--color-secondary)}@media screen and (max-width:1600px){.company__texts{margin-bottom:26px;gap:76px}.copmany__advantages{gap:26px}.advantage{padding:24px;gap:18px}}@media screen and (max-width:1200px){.company__texts{flex-direction:column;gap:26px}.company__texts p{width:100%}.copmany__advantages{flex-wrap:wrap}.advantage{width:calc(50% - 13px)}.advantage br{display:none}}@media screen and (max-width:640px){.copmany__advantages{gap:12px}.advantage{width:100%}}.contacts__wrap{display:flex;gap:36px}.map{width:50%}.vertborder{border-left:1px solid #dbdbdb;width:1px}.contacts__info{width:50%}.contacts__info h2{margin-bottom:36px}.contacts__texts{display:flex;gap:36px;margin-bottom:36px}.contacts__texts>div{width:50%;display:flex;flex-direction:column;gap:12px}.contacts__texts p{margin:0}.contacts__img{height:346px;background-repeat:no-repeat;background-size:cover;background-position-y:-65px}@media screen and (max-width:1600px){.contacts__wrap{gap:26px}.contacts__info h2{margin-bottom:26px}.contacts__texts{flex-direction:column;gap:26px;margin-bottom:26px}.contacts__texts>div{width:100%}}@media screen and (max-width:1200px){.contacts__img{height:212px;background-position-y:-40px}}@media screen and (max-width:900px){.contacts__wrap{flex-direction:column}.map{height:314px;width:100%}.contacts__info{width:100%}.vertborder{width:100%;height:1px;border-bottom:1px solid #dbdbdb;border-left:0}.contacts__img{height:314px}}@media screen and (max-width:640px){.contacts__img{height:212px}}.padding-pages{padding-top:36px}@media screen and (max-width:1600px){.padding-pages{padding-top:26px}}.search__input{position:relative;width:100%}.search__input input{padding:34px 96px 34px 24px;font-size:20px}@media screen and (max-width:1600px){.search__input input{font-size:18px}}@media screen and (max-width:1200px){.search__input input{padding:20px 68px 20px 16px}}@media screen and (max-width:640px){.search__input input{font-size:16px}}.search__button{position:absolute;top:50%;right:24px;transform:translateY(-50%);border:none;cursor:pointer;background:#353632;border-radius:60px;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.search__button img{width:24px;height:24px}@media screen and (max-width:1200px){.search__button{width:32px;height:32px;right:16px}.search__button img{width:16px;height:16px}}.results__wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.results__item{display:flex;flex-direction:column;gap:26px}.results__item:hover .results__char{opacity:1}.results__img{position:relative;height:337px}.results__img img{width:100%;height:100%;object-fit:cover}.results__char{display:flex;flex-direction:column;gap:6px;padding:18px;background:rgb(255 255 255 / .7);position:absolute;bottom:36px;margin:0 36px;width:calc(100% - 72px);opacity:0;transition:opacity 0.3s ease}.results__info{display:flex;justify-content:space-between;gap:26px}.results__title h2{margin-bottom:12px}.results__btn{padding:0 20px;display:flex;align-items:center}.results__btn img{width:40px;height:40px}@media screen and (max-width:1600px){.results__img{height:264px}.results__info{gap:12px}.results__btn{width:63px;height:63px;padding:0;justify-content:center}.results__btn img{width:31px;height:31px}}@media screen and (max-width:1200px){.results__wrap{grid-template-columns:repeat(2,1fr);gap:26px}}@media screen and (max-width:900px){.results__wrap{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:640px){.results__item,.results__wrap{gap:12px}}.factory,.suppliers{padding-bottom:100px}.factory__wrap p,.suppliers__wrap p{max-width:1182px;margin:0}.factory__wrap p:not(:last-of-type),.suppliers__wrap p:not(:last-of-type){margin-bottom:36px}.factory__imgs,.suppliers__imgs{display:flex;gap:36px;height:321px;margin-top:36px}.factory__imgs>img,.suppliers__imgs>img{width:calc(33.3333333333% - 24px);height:100%;object-fit:cover}@media screen and (max-width:1600px){.factory,.suppliers{padding-bottom:72px}.factory__wrap p:not(:last-of-type),.suppliers__wrap p:not(:last-of-type){margin-bottom:26px}.factory__imgs,.suppliers__imgs{gap:26px;height:264px;margin-top:26px}}@media screen and (max-width:1200px){.factory,.suppliers{padding-bottom:64px}.factory__imgs,.suppliers__imgs{height:186px}}@media screen and (max-width:900px){.factory__imgs,.suppliers__imgs{height:136px}}@media screen and (max-width:640px){.factory,.suppliers{padding-bottom:42px}.factory__imgs,.suppliers__imgs{height:212px}.factory__imgs>img,.suppliers__imgs>img{width:100%}.factory__imgs>img:not(:first-of-type),.suppliers__imgs>img:not(:first-of-type){display:none}}.suppliers{background:#fafafa}.advantages{padding-bottom:100px}@media screen and (max-width:1600px){.advantages{padding-bottom:72px}}@media screen and (max-width:1200px){.advantages{padding-bottom:64px}}.guarantees{background:#fafafa;padding-bottom:100px;margin-bottom:-100px}.guarantees__wrap p{max-width:1182px;margin:0}.guarantees__wrap p:not(:last-of-type){margin-bottom:36px}.guarantees__items{display:flex;gap:36px;margin-top:36px}.guarantees__item{background:#fff;height:182px;display:flex;align-items:center;justify-content:center;width:calc(33.3333333333% - 24px)}.guarantees__item p{text-align:center}@media screen and (max-width:1600px){.guarantees{padding-bottom:72px;margin-bottom:-72px}.guarantees__wrap p:not(:last-of-type){margin-bottom:26px}.guarantees__items{gap:26px;margin-top:26px}.guarantees__item{height:128px}}@media screen and (max-width:1200px){.guarantees{padding-bottom:64px;margin-bottom:-64px}}@media screen and (max-width:900px){.guarantees__items{flex-direction:column}.guarantees__item{width:100%;height:97px}.guarantees__item br{display:none}}@media screen and (max-width:640px){.guarantees{padding-bottom:42px;margin-bottom:-42px}}.error-page .wrap-title{text-align:center}.error-page__wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:36px}.error-page__big-title{font-size:128px;line-height:120%;color:#e9e9e9;margin:0;text-align:center}.error-page__text{margin:0;text-align:center}@media screen and (max-width:1600px){.error-page__wrap{gap:26px}.error-page__big-title{font-size:104px}}@media screen and (max-width:1200px){.error-page__big-title{font-size:94px}}@media screen and (max-width:640px){.error-page__big-title{font-size:56px}}.textpage__wrap h3{margin-bottom:36px}.textpage__wrap p{margin-bottom:0}.textpage__wrap p:not(:last-of-type){margin-bottom:36px}.textpage .btn{margin-top:36px}@media screen and (max-width:1600px){.textpage__wrap h3{margin-bottom:26px}.textpage__wrap p:not(:last-of-type){margin-bottom:26px}.textpage .btn{margin-top:26px}}.wholesalers{padding-bottom:100px}.wholesalers__wrap p{margin:0;max-width:1182px}.wholesalers__wrap p:not(:last-of-type){margin-bottom:36px}.wholesalers__imgs{display:flex;gap:36px;height:321px;margin-top:36px}.wholesalers__imgs>img{width:calc(33.3333333333% - 24px);height:100%;object-fit:cover}.wholesalers .copmany__advantages{margin-top:36px}@media screen and (max-width:1600px){.wholesalers{padding-bottom:72px}.wholesalers__wrap p:not(:last-of-type){margin-bottom:26px}.wholesalers__imgs{gap:26px;height:264px;margin-top:26px}.wholesalers .copmany__advantages{margin-top:26px}}@media screen and (max-width:1200px){.wholesalers{padding-bottom:64px}.wholesalers__imgs{height:186px}}@media screen and (max-width:900px){.wholesalers__imgs{height:136px}}@media screen and (max-width:640px){.wholesalers{padding-bottom:42px}.wholesalers__imgs{height:212px}.wholesalers__imgs>img{width:100%}.wholesalers__imgs>img:not(:first-of-type){display:none}}.cooperation{background:#fafafa;padding-bottom:100px}.cooperation__wrap{display:flex;gap:36px}.cooperation__item{background:#fff;height:182px;display:flex;align-items:center;justify-content:center;width:calc(25% - 27px)}.cooperation__item p{text-align:center;margin:0}@media screen and (max-width:1600px){.cooperation{padding-bottom:72px}.cooperation__wrap{gap:26px}.cooperation__item{height:128px}}@media screen and (max-width:1200px){.cooperation{padding-bottom:64px}.cooperation__wrap{flex-wrap:wrap}.cooperation__item{width:calc(50% - 18px)}}@media screen and (max-width:640px){.cooperation{padding-bottom:42px}.cooperation__wrap{gap:12px}.cooperation__item{width:100%;height:116px}}.feedback .content_area{display:flex;gap:36px}.feedback .content_area>div{width:calc(50% - 18px)}.feedback__img{background-size:cover;background-position:center;background-repeat:no-repeat}.feedback h2{margin-bottom:36px}.feedback__inputs{display:flex;flex-direction:column;gap:36px;margin-bottom:36px}.feedback__double-inputs{display:flex;gap:24px}.feedback__double-inputs input{width:calc(50% - 12px)}.feedback__submit-area{display:flex;justify-content:space-between;gap:24px}.feedback__submit{display:flex;flex-direction:column;gap:24px;max-width:565px;width:100%}@media screen and (max-width:1600px){.feedback .content_area{gap:26px}.feedback h2{margin-bottom:26px}.feedback__inputs{gap:26px;margin-bottom:26px}.feedback__submit{max-width:361px}}@media screen and (max-width:1200px){.feedback__submit-area{flex-direction:column}.feedback__submit{order:2;max-width:100%}.feedback__captcha{order:1}}@media screen and (max-width:900px){.feedback__img{display:none}.feedback .content_area>div{width:100%}.feedback__submit-area{flex-direction:row}.feedback__submit{order:0}}@media screen and (max-width:640px){.feedback__inputs{gap:12px}.feedback__double-inputs{flex-direction:column;gap:12px}.feedback__double-inputs input{width:100%}.feedback__submit-area{flex-direction:column}.feedback__submit{order:2}}.stores{background:#fafafa;margin-top:100px;padding-bottom:100px}.stores p{margin:0}.stores__wrap{display:flex;flex-wrap:wrap;gap:36px 40px}.stores__item{width:calc(25% - 30px);transition:opacity 0.3s ease}.stores__item>p{margin-bottom:36px}.stores__item--hidden{display:none}.stores__addresses{display:flex;flex-direction:column;gap:36px}.stores__addresses>div{display:flex;align-items:flex-start;gap:12px}.stores__btn{margin:36px auto 0}@media screen and (max-width:1600px){.stores{margin-top:72px;padding-bottom:72px}.stores__wrap{gap:26px 36px}.stores__item{width:calc(25% - 27px)}.stores__item>p{margin-bottom:26px}.stores__addresses{gap:26px}.stores__btn{margin-top:26px}}@media screen and (max-width:1200px){.stores{margin-top:64px;padding-bottom:64px}.stores__item{width:calc(50% - 18px)}}@media screen and (max-width:640px){.stores{margin-top:42px;padding-bottom:42px}.stores__item{width:100%}}.requisite p{margin:0}.requisite__wrap{display:flex;align-items:flex-start;gap:36px}.requisite__block{width:calc(50% - 18px);display:flex}.requisite__block>div{width:50%;display:flex;flex-direction:column;gap:26px}.requisite__info p{color:var(--color-secondary)}.requisite__mobile-info{display:none;color:var(--color-secondary)}@media screen and (max-width:1600px){.requisite__wrap{gap:26px}}@media screen and (max-width:1200px){.requisite__wrap{flex-direction:column;gap:20px}.requisite__block{width:100%}.requisite__block>div{gap:20px}}@media screen and (max-width:640px){.requisite__wrap{gap:0}.requisite__wrap p:not(:last-of-type){margin-bottom:12px}.requisite__info{display:none!important}.requisite__block>div{width:100%;gap:0}.requisite__mobile-info{display:block}.requisite__item p.large-text:not(.requisite__mobile-info){margin-top:12px}}.delivery{margin-bottom:100px}.delivery__wrap span{color:var(--color-secondary)}.delivery__wrap p{margin:0;max-width:1182px}.delivery__wrap p:not(:last-of-type){margin-bottom:36px}.delivery__imgs{display:flex;gap:36px;height:321px;margin-top:36px}.delivery__imgs>img{width:calc(33.3333333333% - 24px);height:100%;object-fit:cover}@media screen and (max-width:1600px){.delivery{margin-bottom:72px}.delivery__wrap p:not(:last-of-type){margin-bottom:26px}.delivery__imgs{gap:26px;height:264px;margin-top:26px}}@media screen and (max-width:1200px){.delivery{margin-bottom:64px}.delivery__imgs{height:186px}}@media screen and (max-width:900px){.delivery__imgs{height:136px}}@media screen and (max-width:640px){.delivery{margin-bottom:42px}.delivery__imgs{height:212px}.delivery__imgs>img{width:100%}.delivery__imgs>img:not(:first-of-type){display:none}}.payment{background:#fafafa;padding-bottom:100px}.payment__wrap p{max-width:1182px;margin:0}.payment__wrap p:not(:last-of-type){margin-bottom:36px}.payment__items{display:flex;gap:36px;margin-top:36px}.payment__item{background:#fff;height:182px;display:flex;align-items:center;justify-content:center;width:calc(33.3333333333% - 24px)}.payment__item p{text-align:center}@media screen and (max-width:1600px){.payment{padding-bottom:72px}.payment__wrap p:not(:last-of-type){margin-bottom:26px}.payment__items{gap:26px;margin-top:26px}.payment__item{height:128px}}@media screen and (max-width:1200px){.payment{padding-bottom:64px}}@media screen and (max-width:900px){.payment__items{flex-direction:column}.payment__item{width:100%;height:97px}.payment__item br{display:none}}@media screen and (max-width:640px){.payment{padding-bottom:42px}}.guarantees-d{margin-bottom:100px}.guarantees-d__wrap p{max-width:1182px;margin:0}.guarantees-d__wrap p:not(:last-of-type){margin-bottom:36px}.guarantees-d__imgs{display:flex;gap:36px;height:321px;margin-top:36px}.guarantees-d__imgs>img{width:calc(33.3333333333% - 24px);height:100%;object-fit:cover}@media screen and (max-width:1600px){.guarantees-d{margin-bottom:72px}.guarantees-d__wrap p:not(:last-of-type){margin-bottom:26px}.guarantees-d__imgs{gap:26px;height:264px;margin-top:26px}}@media screen and (max-width:1200px){.guarantees-d{margin-bottom:64px}.guarantees-d__imgs{height:186px}}@media screen and (max-width:900px){.guarantees-d__imgs{height:136px}}@media screen and (max-width:640px){.guarantees-d{margin-bottom:42px}.guarantees-d__imgs{height:212px}.guarantees-d__imgs>img{width:100%}.guarantees-d__imgs>img:not(:first-of-type){display:none}}.catalog-p__categories{margin-bottom:36px;display:flex;flex-wrap:wrap}.catalog-p__link{padding:18px 24px;font-weight:500;font-size:20px;line-height:140%;color:var(--color-primary);border-radius:100px;transition:0.3s}.catalog-p__link.active,.catalog-p__link:hover{background:var(--color-primary);color:#fff}.catalog-p__controls{display:flex;justify-content:space-between;margin-bottom:36px}.catalog-p__filter{display:flex;align-items:center;gap:18px;padding:24px;border-bottom:2px solid #878784}.catalog-p__filter p{margin:0}.catalog-p__sort{position:relative}.catalog-p__sort>a{display:flex;align-items:center;gap:18px;padding:24px;border-bottom:2px solid #878784}.catalog-p__sort p{margin:0}.catalog-p__sort-options{position:absolute;display:flex;flex-direction:column;gap:36px;background:#fff;padding:24px;box-shadow:0 0 130px rgb(0 0 0 / .1);z-index:1;margin-top:20px;right:0}.catalog-p__sort-options form{display:flex;flex-direction:column;gap:18px}.catalog-p__sort-btns{display:flex;gap:12px}.catalog-p__wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.catalog-p__item{display:flex;flex-direction:column;gap:26px}.catalog-p__item:hover .catalog-p__char{opacity:1}.catalog-p__img{position:relative;height:337px}.catalog-p__img img{width:100%;height:100%;object-fit:cover}.catalog-p__char{display:flex;flex-direction:column;gap:6px;padding:18px;background:rgb(255 255 255 / .7);position:absolute;bottom:36px;margin:0 36px;width:calc(100% - 72px);opacity:0;transition:opacity 0.3s ease}.catalog-p__sticker{position:absolute;opacity:1;top:36px;margin:0 36px;border-radius:60px;background:#fff}.catalog-p__sticker p{margin:0;padding:8px 18px;color:#d91911}.catalog-p__info{display:flex;justify-content:space-between;gap:26px}.catalog-p__title .h2{margin-bottom:12px}.catalog-p__price{display:flex;gap:12px}.catalog-p__old-price{color:var(--color-secondary);text-decoration-line:line-through}.catalog-p__btn{padding:0 20px;display:flex;align-items:center}.catalog-p__btn img{width:40px;height:40px}@media screen and (max-width:1600px){.catalog-p__categories,.catalog-p__controls{margin-bottom:26px}.catalog-p__link{font-size:18px}.catalog-p__sort-options{gap:24px}.catalog-p__sort-options form{gap:12px}.catalog-p__sort-options form span{font-size:16px}.catalog-p__img{height:264px}.catalog-p__info{gap:12px}.catalog-p__btn{width:63px;height:63px;padding:0;justify-content:center}.catalog-p__btn img{width:31px;height:31px}.catalog-p__char{bottom:24px;margin:0 24px;width:calc(100% - 48px)}.catalog-p__sticker{top:24px;margin:0 24px}}@media screen and (max-width:1200px){.catalog-p__link{padding:12px 24px}.catalog-p__wrap{grid-template-columns:repeat(2,1fr);gap:26px}}@media screen and (max-width:900px){.catalog-p__link{font-size:14px}.catalog-p__wrap{grid-template-columns:repeat(1,1fr)}.catalog-p__sort-options form span{font-size:14px}}@media screen and (max-width:640px){.catalog-p__item,.catalog-p__wrap{gap:12px}.catalog-p__filter{padding:12px 18px}.catalog-p__filter img{width:21px}.catalog-p__sort a{padding:12px 18px}.catalog-p__sort a img{width:21px}.catalog-p__sticker p{padding:6px 14px}}.cart__wrap{display:flex;gap:36px;align-items:flex-start}.cart__main{width:100%}.cart__item{display:flex;padding:12px 0;border-bottom:1px solid #ebecee}.cart__item:first-child{padding-top:0}.cart__item:last-child{padding-bottom:0;border-bottom:0}.cart__img{max-width:196px;width:100%;font-size:0}.cart__img img{width:100%;height:100%;object-fit:cover}.cart__content{padding-left:36px;display:flex;gap:36px;width:100%}.cart__content p{margin:0}.cart__info{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.cart__price{width:max-content}.cart__controls{display:flex;align-items:center;gap:24px}.cart__amount{display:flex}.cart__amount button{width:54px;height:54px;border:0;display:flex;align-items:center;justify-content:center;border-radius:100px;background:#ebebeb;cursor:pointer}.cart__amount input{border:none;text-align:center;border:0;width:54px;height:54px;-webkit-appearance:none;outline:0;font-size:20px;font-weight:500}.cart__delete{display:flex;align-items:center}.cart__delete a{background:#ebebeb;border-radius:100px;width:54px;height:54px;display:flex;align-items:center;justify-content:center}.cart__btns{margin-top:36px;display:flex;gap:12px}.cart__checkout{max-width:470px;width:100%;display:flex;flex-direction:column;gap:36px}.cart__checkout span{color:var(--color-secondary)}.cart__checkout p{margin:0}.cart__total{display:flex;flex-direction:column;gap:12px}.cart__checkout-info{display:flex;flex-direction:column;gap:36px}.cart__checkout-title{display:flex;flex-direction:column;gap:36px}@media screen and (max-width:1600px){.cart__checkout{max-width:242px;gap:26px}.cart__checkout-info{gap:26px}.cart__checkout-title{gap:26px}.cart__amount button{width:42px;height:42px}.cart__amount button img{width:21px}.cart__amount input{width:42px;height:42px;font-size:18px}.cart__delete a{width:42px;height:42px}.cart__delete a img{width:21px}}@media screen and (max-width:1200px){.cart__wrap{flex-direction:column;gap:26px}.cart__content{padding-left:24px;gap:24px}.cart__btns{margin-top:26px}.cart__checkout{max-width:100%}.cart__checkout-info{flex-direction:row;justify-content:space-between}.cart__checkout-title{gap:12px}.cart__checkout-btn{margin-left:auto}}@media screen and (max-width:900px){.cart__info{flex-wrap:wrap}.cart__title{width:100%}.cart__delete{align-items:flex-end}}@media screen and (max-width:640px){.cart__img{display:none}.cart__content{padding-left:0}.cart__info{gap:26px}.cart__checkout-info{flex-direction:column}.cart__checkout-btn{margin-left:0}}.error__wrap,.thanks__wrap{display:flex;flex-direction:column;gap:36px}.error p,.thanks p{margin:0}@media screen and (max-width:1600px){.error__wrap,.thanks__wrap{gap:26px}}.order__wrap form{display:flex;gap:36px;align-items:flex-start}.order__main{width:100%}.order__inputs{display:flex;flex-direction:column;gap:24px}.order__inputs span{font-weight:500;line-height:140%;font-size:18px}.order__inputs .radio-input+span{color:var(--color-secondary)}.order__inputs .radio-input:checked+span{color:var(--color-primary)}.order__triple-inputs{display:flex;gap:24px}.order__double-inputs{display:flex;gap:24px}.order__double-inputs label{width:50%;padding:24px;border-bottom:2px solid var(--color-secondary)}.order__back{margin-top:36px}.order__checkout{max-width:470px;width:100%;display:flex;flex-direction:column}.order__checkout span{color:var(--color-secondary)}.order__checkout p{margin:0}.order__total{display:flex;flex-direction:column;gap:12px}.order__checkout-info{display:flex;flex-direction:column;gap:36px;margin-bottom:36px}.order__checkout-title{display:flex;flex-direction:column;gap:36px}.order__security{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}@media screen and (max-width:1600px){.order__wrap form{gap:26px}.order__checkout{max-width:242px}.order__checkout-title{gap:26px}.order__checkout-info{gap:26px;margin-bottom:26px}.order__inputs span{font-size:16px}}@media screen and (max-width:1200px){.order__wrap form{flex-direction:column}.order__checkout{max-width:100%}.order__security{order:1;flex-direction:row;justify-content:space-between}.order__checkout-info{order:2;flex-direction:row;justify-content:space-between}.order__checkout-btn{order:3}.order__checkout-btn .btn{margin-left:auto}.order__checkout-title{gap:12px}}@media screen and (max-width:640px){.order__triple-inputs{flex-direction:column}.order__security{flex-direction:column}.order__checkout-info{flex-direction:column}.order__checkout-btn .btn{margin-left:0}.order__inputs span{font-size:14px}}.product__wrap{display:flex;flex-direction:column;gap:52px}.product__mobile-title{display:none}.product__main{display:flex;align-items:flex-start;gap:36px}.product__gallery{width:calc(50% - 18px);position:relative;display:flex;justify-content:center}.product__swiper-main .swiper-slide{height:495px}.product__swiper-main .swiper-slide img{width:100%;height:100%;object-fit:cover}.product__swiper-nav svg{width:26px;height:26px}.product__swiper-nav .swiper-button-next,.product__swiper-nav .swiper-button-prev{width:52px;height:52px;border-radius:100%;background:#353632}.product__swiper-nav .swiper-button-next::after,.product__swiper-nav .swiper-button-prev::after{content:none}.product__swiper-nav .swiper-button-prev{transform:rotate(180deg);left:36px}.product__swiper-nav .swiper-button-next{right:36px}.product__swiper-nav .swiper-button-disabled{background:#fff;opacity:1}.product__swiper-nav .swiper-button-disabled path{fill:#353632}.product__swiper-thumb{position:absolute;bottom:0;margin-bottom:42px;max-width:244px}.product__swiper-thumb .swiper-slide{opacity:.5;cursor:pointer;display:flex;align-items:center;justify-content:center;height:65px}.product__swiper-thumb .swiper-slide img{width:65px!important;height:65px!important;object-fit:cover}.product__swiper-thumb .swiper-slide-thumb-active{opacity:1}.product__swiper-thumb .swiper-slide-thumb-active img{border:2px solid #fff;width:61px!important;height:61px!important}.product__info{width:calc(50% - 18px)}.product__slider-name .h2{margin-bottom:12px}.product__info-wrap{display:flex;flex-direction:column;gap:26px}.product__status{display:flex;gap:24px}.product__status p{padding:8px 18px;margin:0;border-radius:60px}.product__sale{color:#d91911;background:rgb(217 25 17 / .15)}.product__availability{background:#ebebeb}.product__prices{display:flex;gap:24px}.product__price-old{color:var(--color-secondary);text-decoration-line:line-through}.product__btns{display:flex;gap:12px}.product__char-preview{display:flex;flex-direction:column;gap:6px}.product__char-preview p{margin:0}.product__char-preview .char-preview__item{display:flex;justify-content:space-between}.product__char-preview .char-preview__value{color:var(--color-secondary)}.product__link-char{display:flex;align-items:center;gap:2px}.product__slider-title{width:max-content;padding:24px 0 22px;border-bottom:2px solid var(--color-secondary);margin-bottom:36px}.product__slider-item{display:flex;flex-direction:column;gap:26px}.product__slider-img{height:337px}.product__slider-img img{width:100%;height:100%;object-fit:cover}.product__slider-info{display:flex;justify-content:space-between;gap:26px}.product__slider-name h2{margin-bottom:12px}.product__slider-btn{padding:0 20px;display:flex;align-items:center}.product__slider-btn img{width:40px;height:40px}.product__slider-nav svg{width:26px;height:26px}.product__slider-nav .swiper-button-next,.product__slider-nav .swiper-button-prev{width:52px;height:52px;border-radius:100%;background:#353632;top:40%}.product__slider-nav .swiper-button-next::after,.product__slider-nav .swiper-button-prev::after{content:none}.product__slider-nav .swiper-button-prev{transform:rotate(180deg);left:36px}.product__slider-nav .swiper-button-next{right:36px}.product__slider-nav .swiper-button-disabled{opacity:0}.product__chars-header{display:flex;margin-bottom:36px}.product__chars-button{padding:18px 24px;background:#fff;cursor:pointer;border-radius:100px}.product__chars-button p{margin:0;text-align:center}.product__chars-button.active{background:#353632}.product__chars-button.active p{color:#fff}.product__chars-panel{display:none}.product__chars-panel.active{display:block}.product__chars-main{display:flex;justify-content:space-between;gap:26px}.product__chars-part{max-width:808px;width:100%;display:flex;flex-direction:column;gap:26px}.product__chars-line{display:flex;gap:12px}.product__chars-line p{margin:0}.product__chars-line span{color:var(--color-secondary)}.product__chars-line-name{max-width:346px;width:100%}.product__chars-line-value{color:var(--color-secondary);width:100%}.product__guarantee-wrap{display:flex;gap:36px}.product__guarantee-item{display:flex;flex-direction:column;justify-content:center;padding:36px;gap:24px;background:#fafafa;width:calc(33.3333333333% - 24px)}.product__guarantee-item p{margin:0;color:var(--color-secondary)}.product__guarantee-btn{margin-top:36px;display:flex;justify-content:center}@media screen and (max-width:1600px){.product__main{gap:26px}.product__gallery,.product__info{width:calc(50% - 13px)}.product__swiper-main .swiper-slide{height:353px}.product__slider-img{height:264px}.product__slider-info{gap:12px}.product__slider-btn{width:63px;height:63px;padding:0;justify-content:center}.product__slider-btn img{width:31px;height:31px}.product__swiper-nav svg{width:22px;height:22px}.product__swiper-nav .swiper-button-next,.product__swiper-nav .swiper-button-prev{width:43px;height:43px}.product__swiper-thumb{max-width:204px}.product__swiper-thumb .swiper-slide{height:52px}.product__swiper-thumb .swiper-slide img{width:52px!important;height:52px!important}.product__swiper-thumb .swiper-slide-thumb-active img{width:48px!important;height:48px!important}.product__slider-title{padding:12px 0 10px;margin-bottom:26px}.product__slider-nav svg{width:22px;height:22px}.product__slider-nav .swiper-button-next,.product__slider-nav .swiper-button-prev{width:43px;height:43px}.product__guarantee-wrap{gap:26px}.product__guarantee-item{padding:24px;gap:18px}}@media screen and (max-width:1200px){.product{overflow-x:hidden}.product__wrap{gap:42px}.product__swiper-nav{display:none}.product__swiper-thumb{max-width:150px;margin-bottom:30px}.product__swiper-thumb .swiper-slide{height:42px}.product__swiper-thumb .swiper-slide img{width:42px!important;height:42px!important}.product__swiper-thumb .swiper-slide-thumb-active img{width:38px!important;height:38px!important}.product__swiper-main .swiper-slide{height:259px}.product__swiper-pagination{text-align:center;position:absolute;bottom:-20px!important;display:flex;gap:6px}.product__slider{overflow:visible}.product__slider .swiper-slide{width:459px}.product__slider-nav{display:none}.product__slider-scrollbar{background:#ebebeb;border-radius:160px;margin-top:26px;height:16px!important;padding:4px}.product__slider-scrollbar .swiper-scrollbar{position:relative!important;height:8px!important;inset:0!important;background:0 0;width:100%!important}.product__slider-scrollbar .swiper-scrollbar-drag{background:#353632;border-radius:160px}.product__chars-header{margin-bottom:26px}.product__chars-button{padding:12px 24px}.product__chars-line-name{max-width:214px}.product__guarantee-btn{margin-top:26px}}@media screen and (max-width:900px){.product__main{order:1;flex-direction:column}.product__gallery,.product__info{width:100%}.product__swiper-main .swiper-slide{height:388px}.product__info{margin-top:20px}.product__info .wrap-title{display:none}.product__mobile-title{display:block}.product__char-preview,.product__link-char{display:none}.product__chars{order:2}.product__slider-wrap{order:3}.product__slider .swiper-slide{width:600px}.product__chars-main{flex-direction:column}.product__chars-part{max-width:100%}.product__guarantee-wrap{flex-direction:column}.product__guarantee-item{width:100%}}@media screen and (max-width:640px){.product__wrap{gap:32px}.product__slider .swiper-slide{width:100%}.product__slider-item{gap:12px}.product__chars-main{gap:24px}.product__chars-part{gap:24px}.product__chars-line{flex-direction:column;gap:6px}.product__chars-line-name{max-width:100%}.product__guarantee-btn{margin-top:16px}.product__chars-header{margin-bottom:16px;flex-wrap:wrap;gap:12px}.product__slider-title{margin-bottom:16px}.product__swiper-thumb{margin-bottom:18px}}.product__gallery-image{display:block;width:100%;height:100%}.product__gallery-image img{width:100%;height:100%;object-fit:cover;display:block}