:root{--font-family:"TTNormsPro",sans-serif;--content-width:1540px;--container-offset:15px;--container-width:calc(var(--content-width) + (var(--container-offset) * 2));--light-color:#fff;--dark-color:#222427;--small-dark:#AFB0B2;--mischka-color:#E4E4E7;--shuttle-color:#5E6062;--accent-color:#8BBF1F;--gossip-color:#D8F3A0;--atlantis-color:#A1DA2C;--whisper-color:#F6F6FA;--orange-color:#F2C94C;--promo-color:#EB5757}.custom-checkbox__field:checked+.custom-checkbox__content::after{opacity:1}.custom-checkbox__field:focus+.custom-checkbox__content::before{outline:red solid 2px;outline-offset:2px}.custom-checkbox__field:disabled+.custom-checkbox__content{opacity:.4;pointer-events:none}@font-face{font-family:TTNormsPro;src:url(../fonts/TTNormsPro-Regular.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:TTNormsPro;src:url(../fonts/TTNormsPro-Medium.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:TTNormsPro;src:url(../fonts/TTNormsPro-Bold.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}.page{height:100%;font-family:var(--font-family,sans-serif);-webkit-text-size-adjust:100%}.page__body{margin:0;min-width:320px;min-height:100%;font-size:16px;font-weight:400;line-height:1.3;color:var(--dark-color);position:relative}.page__body:after{content:"";top:0;left:0;width:100%;height:100%;position:fixed;background-color:rgba(34,36,39,.2);z-index:5;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;opacity:0;visibility:hidden}.page__body.dis-scroll:after,.page__body.no-scrolling:after{opacity:1;visibility:visible}img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}a{text-decoration:none;color:inherit}.site-container{overflow:hidden}.site-container.visible{overflow:unset}.is-hidden{display:none!important}.btn-reset{border:none;padding:0;background-color:transparent;cursor:pointer}.list-reset{list-style:none;margin:0;padding:0}.input-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;background-color:#fff}.input-reset::-webkit-search-cancel-button,.input-reset::-webkit-search-decoration,.input-reset::-webkit-search-results-button,.input-reset::-webkit-search-results-decoration{display:none}.visually-hidden{position:absolute;overflow:hidden;margin:-1px;border:0;padding:0;width:1px;height:1px;clip:rect(0 0 0 0)}.container{margin:0 auto;padding:0 var(--container-offset);max-width:var(--container-width)}@media (max-width:1260px){.site-container.visible{overflow:hidden}.container{padding:0;max-width:calc(100% - 100px)}}@media (max-width:767px){.container{padding:0;max-width:calc(100% - 40px)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dis-scroll{position:fixed;left:0;top:0;overflow:hidden;width:100%;height:100vh;-ms-scroll-chaining:none;overscroll-behavior:none}.page--ios .dis-scroll{position:relative}form.error input,form.error textarea{border-color:var(--promo-color)}input,textarea{width:100%;height:46px;padding:12px 16px;border-radius:4px;outline:0;border:1px solid transparent;background-color:var(--light-color);-webkit-transition:border-color .5s ease-in-out;transition:border-color .5s ease-in-out;font-size:15px;font-weight:400;color:var(--shuttle-color);resize:none}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font:inherit;color:inherit}input::-moz-placeholder,textarea::-moz-placeholder{font:inherit;color:inherit}input:-ms-input-placeholder,textarea:-ms-input-placeholder{font:inherit;color:inherit}input::-ms-input-placeholder,textarea::-ms-input-placeholder{font:inherit;color:inherit}input::placeholder,textarea::placeholder{font:inherit;color:inherit}input:hover,textarea:hover{border-color:#afb0b2}input:active,input:focus,textarea:active,textarea:focus{border-color:var(--accent-color)}.checkbox-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:10px;color:var(--dark-color);font-size:15px;line-height:1.3;cursor:pointer}.checkbox-block input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.checkbox-block .checkmark{-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;width:20px;height:20px;border:1px solid #afb0b2;background-color:var(--light-color);border-radius:5px;-webkit-transition:border-color .5s ease-in-out,background-color .5s ease-in-out;transition:border-color .5s ease-in-out,background-color .5s ease-in-out}.checkbox-block .checkmark:after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:5px;height:10px;border:solid var(--light-color);border-width:0 2px 2px 0;opacity:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.checkbox-block input:checked~.checkmark{border-color:var(--accent-color);background-color:var(--accent-color)}.checkbox-block input:checked~.checkmark:after{opacity:1}.checkbox-block a{color:var(--accent-color);border-bottom:1px solid transparent;-webkit-transition:border-color .25s ease-in-out;transition:border-color .25s ease-in-out;position:relative;z-index:3}.checkbox-block a:hover{border-color:var(--accent-color)}@-webkit-keyframes fade{from{opacity:.1}to{opacity:1}}@keyframes fade{from{opacity:.1}to{opacity:1}}.link-animation{position:relative}.link-animation:after{content:"";background-color:var(--accent-color);border-radius:8px;bottom:-2px;height:1px;left:0;position:absolute;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;width:100%}.link-animation:hover:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.btn{border-radius:4px;background-color:var(--accent-color);font-size:15px;font-weight:500;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out;color:var(--light-color);padding:0 12px}.btn.disabled{opacity:.6;pointer-events:none}@media (max-width:576px){.btn{height:40px}}.btn:hover{background-color:var(--atlantis-color)}.btn-secondary{border-radius:4px;background-color:transparent;border:1px solid rgba(139,191,31,.4);font-size:15px;font-weight:500;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,border-color .25s ease-in-out;color:var(--dark-color);padding:0 12px}@media (max-width:576px){.btn-secondary{height:40px}}.btn-secondary.disabled{opacity:.6;pointer-events:none}.btn-secondary:hover{border-color:#d2ee9a;background-color:#d2ee9a}.btn-third{border-radius:4px;background-color:var(--light-color);font-size:15px;font-weight:500;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,border-color .25s ease-in-out;color:var(--dark-color);padding:0 12px}@media (max-width:576px){.btn-third{height:40px}}.btn-third.disabled{opacity:.6;pointer-events:none}.btn-third:hover{background-color:#d2ee9a}.h2{display:block}.section-title{display:block;font-size:50px;font-weight:500;line-height:1;letter-spacing:-2px;text-align:center}.section-title.to-left{text-align:left}@media (max-width:767px){.section-title{font-size:32px;letter-spacing:-1.28px}}.section-subtitle{color:var(--shuttle-color);text-align:center;font-size:18px}.section-offset{padding-top:120px}@media (max-width:767px){.section-subtitle{font-size:15px}.section-offset{padding-top:60px}}.swiper-button-next,.swiper-button-prev{width:80px;height:80px;border-radius:100%;background-color:rgba(255,255,255,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swiper-button-next.dark,.swiper-button-prev.dark{background-color:rgba(34,36,39,.05)}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-next span,.swiper-button-prev span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:60px;height:60px;background-color:var(--light-color);border-radius:100%;-webkit-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out}@media (max-width:1400px){.swiper-button-next,.swiper-button-prev{width:60px;height:60px}.swiper-button-next span,.swiper-button-prev span{width:40px;height:40px}}.swiper-button-next:hover span,.swiper-button-prev:hover span{background-color:var(--accent-color)}.swiper-button-next svg,.swiper-button-prev svg{width:24px;height:24px;stroke:var(--dark-color);stroke-width:2px;stroke-linecap:round;fill:transparent;-webkit-transition:stroke .25s ease-in-out;transition:stroke .25s ease-in-out}@media (max-width:1400px){.swiper-button-next svg,.swiper-button-prev svg{width:18px;height:18px}}.swiper-button-next:hover svg,.swiper-button-prev:hover svg{stroke:var(--light-color)}.swiper-button-disabled{opacity:.25;pointer-events:none}.swiper-pagination-bullet{background-color:var(--light-color);opacity:.25;-webkit-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out}.swiper-pagination-bullet:hover{background-color:var(--accent-color)}.swiper-pagination-bullet-active{opacity:1}.swiper-scrollbar{background-color:transparent}.swiper-scrollbar-drag{background-color:#e4e4e7}.breadcrumbs{margin-bottom:20px}.breadcrumbs__list li{display:inline;font-size:15px;color:var(--shuttle-color)}.breadcrumbs__list li+li:before{padding:8px;color:var(--shuttle-color);content:"-"}.breadcrumbs__list a{color:var(--shuttle-color);-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.breadcrumbs__list a:hover{color:var(--accent-color)}.appear{opacity:0;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-webkit-transform:translateY(32px) translateZ(0);transform:translateY(32px) translateZ(0);pointer-events:none;will-change:transform,opacity}.appear.visible{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);pointer-events:auto}.file-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:46px;padding:12px 16px;border-radius:4px;outline:0;border:1px solid var(--mischka-color);background-color:var(--light-color);-webkit-transition:border-color .5s ease-in-out;transition:border-color .5s ease-in-out;font-size:15px;font-weight:400;color:rgba(94,96,98,.6)}.file-block input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.file-block svg{width:24px;height:24px;stroke:var(--dark-color);stroke-width:2px;stroke-linecap:round;fill:transparent;margin-right:12px}.no-scrolling{overflow:hidden}.search{position:relative}.search input{padding:28px 64px;width:100%;height:100%;border:1px solid var(--mischka-color);border-top:none;outline:0;border-radius:0;-webkit-transition:border-color .5s ease-in-out;transition:border-color .5s ease-in-out}.search input:active,.search input:focus{border-color:var(--accent-color)}input:active~.search__icon svg,input:focus~.search__icon svg{fill:var(--dark-color)}.search__delete,.search__icon{position:absolute;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search__delete svg,.search__icon svg{width:20px;height:20px}.search__icon{top:26px;left:28px}@media (max-width:1400px){.search input{padding:16px 64px}.search__icon{top:20px}}.search__icon svg{-webkit-transition:fill .5s ease-in-out;transition:fill .5s ease-in-out;fill:var(--shuttle-color)}.search__delete{top:28px;right:28px;opacity:0;visibility:hidden;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.search__delete svg{stroke:var(--dark-color);stroke-width:2px;stroke-linecap:round}.card{position:relative;max-width:385px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%;-ms-flex-negative:0;flex-shrink:0;background-color:var(--light-color);-webkit-transition:z-index .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:box-shadow .25s ease-in-out,z-index .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;border-top:1px solid var(--mischka-color);border-bottom:1px solid var(--mischka-color);padding-top:80px}.card:only-child{max-width:385px!important}@media (max-width:1400px){.search__delete{top:22px}.card{max-width:300px}}.card.not-available{pointer-events:none}.card.not-available .card__top{opacity:0}.card__top{position:absolute;left:0;top:0;width:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-bottom:36px;padding:12px 80px 0 12px;min-height:36px}@media (max-width:576px){.breadcrumbs__list li{font-size:14px}.card__top{padding:8px 70px 0 8px;margin-bottom:18px;row-gap:4px}}.card__label{padding:6px 12px;display:inline-block;color:var(--dark-color);border-radius:4px;font-size:15px}.card-bestsellers .card__label{background-color:var(--orange-color)}.card-promo .card__label{background-color:var(--promo-color);color:var(--light-color)}.card__top-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;position:absolute;right:12px;top:16px}@media (max-width:576px){.card__label{padding:6px 8px;font-size:12px}.card__top-buttons{top:10px}}.card__compare,.card__save{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card__compare svg,.card__save svg{width:24px;height:24px;-o-object-fit:contain;object-fit:contain;-webkit-transition:fill .25s ease-in-out,stroke .25s ease-in-out;transition:fill .25s ease-in-out,stroke .25s ease-in-out}.card__compare svg{fill:transparent;stroke:#afb0b2;stroke-width:2px}.card__compare:hover svg{stroke:var(--accent-color)}.card__save svg{fill:#afb0b2}.card__save:hover svg{fill:var(--accent-color)}.card__image{padding:0 20px}.card__image-inner{max-width:344px;width:100%;height:360px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}@media (max-width:1400px){.card__image-inner{height:250px}}@media (max-width:576px){.card__image{padding:0 16px}.card__image-inner{max-width:100%;height:156px}}.card__image-inner img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.card.not-available .card__image{opacity:.25}.card__bottom{padding:20px 50px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media (max-width:1400px){.card__bottom{padding:20px 24px 40px}}.card__has{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;margin-bottom:5px}.card__availability{font-size:15px;font-weight:500;color:var(--accent-color)}@media (max-width:576px){.card__bottom{padding:16px 20px 27px;gap:16px}.card__has{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0;margin-bottom:8px}.card__availability{font-size:12px}}.card.not-available .card__availability{color:var(--promo-color)}.card__art{color:var(--shuttle-color);opacity:.6;font-size:15px}.card__name{font-weight:500;display:block;height:42px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:5px}@media (max-width:576px){.card__art{font-size:12px}.card__name{font-size:14px;height:36px;margin-bottom:4px}}.card__desc{font-size:15px;color:var(--shuttle-color);opacity:.6;margin:0}.card.not-available .card__bottom-actions{opacity:0}.card__bottom-actions{margin-top:auto}.card__buttons-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.card.added-to-cart .card__buttons-inner{display:none}.card__to-cart{width:46px;height:46px}@media (max-width:576px){.card__desc{font-size:12px}.card__to-cart{width:40px;height:40px}}.card__to-cart svg{stroke:var(--light-color);stroke-width:2px;stroke-linecap:round;fill:transparent;width:24px;height:24px}.card__prices{border-radius:6px;background-color:var(--whisper-color);height:auto;padding:4px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.card__price{font-weight:500}@media (max-width:576px){.card__prices{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:4px 4px 4px 14px;gap:2px;width:100%;height:40px}.card__price{font-size:14px}}.card__old{font-size:12px;font-weight:500;text-decoration:line-through;color:#9c9d9e;line-height:1}.card__actions-wrapper{display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:8px}.card__actions{height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;background-color:var(--accent-color);border-radius:6px;color:var(--light-color)}@media (max-width:576px){.card__actions-wrapper{-ms-grid-columns:100%;grid-template-columns:100%}.card__actions{height:40px}.card__link{display:none}}.card.added-to-cart .card__actions-wrapper{display:-ms-grid;display:grid}.card__minus,.card__plus{width:24px;height:24px;background-repeat:no-repeat;background-size:contain;background-position:center center}.card__minus{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18%2012H6%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E)}.card__plus{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18%2012H6%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M12%206L12%2018%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E)}.card__total{font-weight:500;line-height:1}.card__one-click{padding-bottom:4px;margin-top:16px;font-size:15px;font-weight:500;border-bottom:1px dashed var(--accent-color);-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.card__one-click:hover{color:var(--accent-color)}.added{position:absolute;top:100%;right:0;width:384px;border-radius:0 0 0 4px;background-color:#d2ee9a;-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;z-index:5;display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.added.show{display:-webkit-box;display:-ms-flexbox;display:flex}.added span{font-weight:500}.modal{position:fixed;width:100%;height:100%;top:0;left:0;z-index:6;background-color:rgba(34,36,39,.2);padding-top:200px;padding-bottom:70px;display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade;overflow-y:auto}@media (max-width:576px){.added{width:100%;border-radius:0 0 4px 4px}.modal{padding-top:50px}}.modal.show{display:block}.modal__close{width:24px;height:24px;position:absolute;top:10px;right:10px}.modal__close svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;stroke:var(--dark-color);stroke-width:2px;stroke-linecap:2px;fill:transparent}.modal-form{background-color:var(--light-color);border-radius:4px;padding:40px;max-width:400px;width:100%;margin:0 auto;position:relative}@media (max-width:767px){.modal-form{padding:30px 20px}}.modal-form__title{text-align:center;font-size:22px;font-weight:500;line-height:1.2;margin:0 0 32px}.modal-form__desc{text-align:center;margin:0 auto 24px}.modal-form__icon{width:50px;height:50px;border-radius:100%;margin:0 auto 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:2px solid #5a5c5f}.modal-form__subtitle{font-size:22px;font-weight:500;line-height:1.2;text-align:center;margin:0}.modal-form__inputs{margin-bottom:20px}.modal-form__input{border:1px solid var(--mischka-color)}.modal-form__input:not(:last-child){margin-bottom:12px}.modal-form__submit{max-width:100%;width:100%;margin-top:20px}.modal-form__reset-password{margin:0 auto;font-size:15px;font-weight:500;border-bottom:1px dashed var(--accent-color);-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.modal-form__reset-password:hover{color:var(--accent-color)}.modal-form .order-form__textarea{border:1px solid var(--mischka-color)}.flex-helper{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-helper-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.thanks .modal-form__desc{margin:16px 0 0}.error-modal{position:fixed;bottom:0;left:0;width:100%;padding:20px;background-color:var(--promo-color);z-index:20;display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.error-modal.show{display:block}.error-modal__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px}.error-modal p{font-size:16px;font-weight:500;color:var(--light-color);margin:0}.map-modal{display:none;border-radius:4px;background:var(--light-color);overflow:hidden;-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);padding:20px 46px 20px 20px;position:relative;width:306px}.map-modal.show{display:block}.map-modal__title{display:block;margin-bottom:12px;font-size:18px;font-weight:500;line-height:1.2}.map-modal__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:4px;margin-bottom:12px}.map-modal__item:last-child{margin-bottom:0}.map-modal__subtitle{color:var(--shuttle-color);font-size:15px;font-weight:400;line-height:1.3}.map-modal__text{font-size:15px;font-weight:500;line-height:1.3}.header{position:fixed;top:0;left:0;width:100%;background-color:var(--light-color);z-index:6;-webkit-transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.header.hide{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.header__top{display:-ms-grid;display:grid;-ms-grid-columns:384px (1fr)[2] 384px;grid-template-columns:384px repeat(2,1fr) 384px}@media (max-width:1400px){.header__top{-ms-grid-columns:300px (1fr)[2] 300px;grid-template-columns:300px repeat(2,1fr) 300px}}@media (max-width:1260px){.header{border-bottom:1px solid var(--mischka-color)}.header__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;padding:12px 20px}.header__bottom{position:absolute;top:-200%;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}.header__bottom{display:-ms-grid;display:grid;-ms-grid-columns:384px (1fr)[2] 384px;grid-template-columns:384px repeat(2,1fr) 384px}.header__logo{padding:16px 24px 16px 50px;border-bottom:1px solid var(--mischka-color)}@media (max-width:1400px){.header__bottom{-ms-grid-columns:300px (1fr)[2] 300px;grid-template-columns:300px repeat(2,1fr) 300px}.header__logo{padding:8px 16px}.header__search{-ms-grid-column:2;-ms-grid-column-span:2;grid-column:2/4}}@media (max-width:1260px){.header__logo{border-bottom:0;padding:0}.header__logo .logo__label{max-width:150px;font-size:12px}.header__search{position:absolute;top:-100%;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}.header__location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid var(--mischka-color);border-right:1px solid var(--mischka-color);padding:24px}@media (max-width:1560px){.header__location{padding:20px 16px}}@media (max-width:1400px){.header__location{display:none;border-right:0}}.header__location span{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;font-size:calc(2px + 14 * ((100vw - 375px)/ 1545))}.header__location span::before{content:"";display:block;width:24px;height:24px;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23222427" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 10.1818C20 16.5455 12 22 12 22C12 22 4 16.5455 4 10.1818C4 8.01187 4.84285 5.93079 6.34315 4.3964C7.84344 2.86201 9.87827 2 12 2C14.1217 2 16.1566 2.86201 17.6569 4.3964C19.1571 5.93079 20 8.01187 20 10.1818Z"/><path d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z"/></svg>')}.header__nav{-ms-grid-column:2;-ms-grid-column-span:2;grid-column:2/4;border:1px solid var(--mischka-color);border-top:none}.header__actions{padding:18px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:36px;position:relative}.header__actions::after{content:"";bottom:0;left:0;width:100%;height:1px;background-color:var(--mischka-color);position:absolute}@media (max-width:1400px){.header__actions{padding:10px 24px}}@media (max-width:1260px){.header__nav{border:none}.header__actions{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}.header.disable-catalog .catalog__products,.header.disable-catalog .catalog__toggle{pointer-events:none;opacity:.5}.header__catalog{border-bottom:1px solid var(--mischka-color);padding:28px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:45px;position:relative}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.logo__picture{width:120px;height:48px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:1400px){.header__catalog{padding:8px 16px}.logo{gap:16px}.logo__picture{width:100px}}@media (max-width:767px){.logo__picture{width:90px;height:36px}}.logo__picture img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.logo__label{font-size:12px;color:var(--shuttle-color)}@media (max-width:576px){.logo__label{display:none}}.page__body.dis-scroll .header-contacts:after,.page__body.dis-scroll .header__actions::after{width:calc(100% + 16px)}.header-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:28px 33px;gap:24px;position:relative}.header-contacts::after{content:"";bottom:0;left:0;width:100%;height:1px;background-color:var(--mischka-color);position:absolute}@media (max-width:1560px){.header-contacts{padding:24px 16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:1400px){.logo__label{font-size:10px}.header-contacts{gap:16px;padding:16px}}.header-contacts__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.header-contacts__social{width:24px;height:24px;-webkit-transition:-webkit-box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out,-webkit-box-shadow .5s ease-in-out;border-radius:100%}.header-contacts__social:hover{-webkit-box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0}.header-contacts__social img,.header-contacts__social svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header-contacts__social svg{fill:#0284c7}.header-contacts__phone{font-weight:500;-webkit-transition:color .5s ease-in-out;transition:color .5s ease-in-out}@media (max-width:1560px){.header-contacts__phone{font-size:14px}}@media (max-width:1400px){.header-contacts__social{width:20px;height:20px}.header-contacts__phone{font-size:12px}}.header-contacts__phone:hover{color:var(--accent-color)}.header-contacts__order{color:var(--accent-color);font-size:15px;font-weight:500}@media (max-width:1400px){.header-contacts__order{font-size:12px}}@media (min-width:1260px){.header-small .header-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-small .header__logo{border-bottom:0;max-width:385px}.header-small .header-contacts{border-bottom:0}.header-small .header-contacts:after,.header-small .header__bottom,.header-small .header__location,.header-small .header__search{display:none}}.search-block{position:absolute;top:100%;left:0;width:100%;height:424px;overflow:auto;background-color:var(--light-color);border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}@media (max-width:1260px){.header-contacts{border-bottom:0;padding:0}.header-contacts__order{display:none}.search-block{position:fixed;top:73px;left:0;width:100%;height:100vh;-webkit-box-shadow:none;box-shadow:none;padding-bottom:150px}.search-block.show{display:block}}@media (max-width:767px){.search-block{top:61px}}.search-block__labels{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px;padding:24px 28px}@media (max-width:1560px){.search-block__labels{padding:20px}}.search-block__label{border-radius:4px;background-color:var(--whisper-color);padding:8px 12px;font-size:14px;color:var(--dark-color);-webkit-transition:background-color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:background-color .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-box-shadow .25s ease-in-out}@media (max-width:1560px){.search-block__label{font-size:12px;padding:8px}}.search-block__label.active{background-color:var(--gossip-color)}.search-block__label:not(.active):hover{-webkit-box-shadow:rgba(0,0,0,.16) 0 1px 4px;box-shadow:rgba(0,0,0,.16) 0 1px 4px}.search-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;padding:8px 28px;border-top:1px solid var(--mischka-color)}.search-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.search-card__image{width:56px;height:60px;-ms-flex-negative:0;flex-shrink:0}.search-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.search-card__name{font-size:14px;font-weight:500;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out;height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:1560px){.search-card{padding:8px 16px}.search-card__name{font-size:12px;height:15px;-webkit-line-clamp:1}}.search-card__desc{color:var(--shuttle-color);font-size:12px;font-weight:500;opacity:.6;margin:4px 0 0}.search-card__icon{width:10px;height:10px;background-image:url(../img/search-arrow.svg);background-repeat:no-repeat;background-size:contain;background-position:center center;-webkit-transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}@media (min-width:767px){.search-card:hover .search-card__name{color:var(--accent-color)}.search-card:hover .search-card__icon{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}}.search-mobile{display:none}@media (max-width:1260px){.search-mobile{display:block}}.search-mobile input{border-right:0;border-left:0;border-top:0}.search-mobile input:active,.search-mobile input:focus{border-color:var(--mischka-color)}.search-mobile .search__icon{top:12px}.search-mobile .search__icon svg{width:16px;height:16px}.search__delete.show{opacity:1;visibility:visible}.actions{position:relative}.actions__item{width:44px;height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;border-radius:4px;-webkit-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out}.actions__item:hover{background-color:var(--whisper-color)}.actions__label{height:16px;padding:0 4px;border-radius:4px;background-color:var(--gossip-color);position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;font-weight:500}.actions svg{width:24px;height:24px}.actions__compare svg{fill:transparent;stroke:var(--dark-color);stroke-width:2px}.actions__compare span{top:0;right:-8px}.actions__saved span{top:0;right:-8px;opacity:0}.actions__cart svg{stroke:var(--dark-color);stroke-width:2px;stroke-linecap:round;fill:transparent}.actions__cart span{top:0;right:-12px}.actions__cabinet svg{stroke:var(--dark-color);stroke-width:2px;stroke-linecap:round;fill:transparent}.catalog-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.catalog-toggle__icons{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;background-image:url(../img/catalog-open.svg);background-repeat:no-repeat;background-size:contain;background-position:center center;-webkit-transition:background-image .5s ease-in-out;transition:background-image .5s ease-in-out}.catalog-toggle.open .catalog-toggle__icons{background-image:url(../img/catalog-close.svg)}.catalog-toggle span{font-size:15px;font-weight:500;text-transform:uppercase;-webkit-transition:color .5s ease-in-out;transition:color .5s ease-in-out;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px)}.catalog-toggle:hover span{color:var(--accent-color)}.catalog__products{font-size:12px}.dropdown{position:absolute;top:101%;left:0;width:100%;height:calc(100vh - 150px);background-color:var(--light-color);padding:24px 0 150px;z-index:10;display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade;overflow:auto;-webkit-box-shadow:rgba(0,0,0,.15) 1.95px 1.95px 2.6px;box-shadow:rgba(0,0,0,.15) 1.95px 1.95px 2.6px}@media (max-width:1260px){.dropdown{position:fixed;top:73px;left:0;width:100%;padding-bottom:150px;height:100vh}}@media (max-width:767px){.dropdown{top:61px}}.dropdown.show{display:block}.dropdown-list__button,.dropdown-list__link{display:block;text-transform:uppercase;font-size:16px;font-weight:500;color:var(--dark-color);padding:13px 50px;-webkit-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out;width:100%;text-align:left}@media (max-width:1560px){.dropdown-list__button,.dropdown-list__link{font-size:14px}}.dropdown-list__button:hover,.dropdown-list__link:hover{border-radius:4px;background-color:rgba(139,191,31,.1)}.dropdown-list .has-child>button{position:relative}.dropdown-list .has-child>button:after{content:"";top:11px;right:12px;width:24px;height:24px;position:absolute;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M8 10L12 14L16 10" stroke="%23AFB0B2" stroke-width="2" stroke-linecap="round" /%3E%3C/svg%3E');background-repeat:no-repeat;background-size:contain;background-position:center center;-webkit-transition:background-image .5s ease-in-out;transition:background-image .5s ease-in-out}@media (max-width:1400px){.catalog-toggle span{font-size:14px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.dropdown-list__button,.dropdown-list__link{font-size:12px;padding:12px 36px}.dropdown-list .has-child>button:after{top:7px}}.dropdown-list .has-child.active>button:after{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cpath d="M8 14L12 10L16 14" stroke="%23AFB0B2" stroke-width="2" stroke-linecap="round" /%3E%3C/svg%3E')}.dropdown-list .has-child.active>button{font-weight:500}.submenu{display:none;-webkit-animation:.5s ease-in-out fade;animation:.5s ease-in-out fade}.submenu.show{display:block}.submenu__button,.submenu__link{display:block;font-size:16px;font-weight:400;color:var(--dark-color);padding:13px 50px 13px 80px;-webkit-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out;width:100%;text-align:left}@media (max-width:1560px){.submenu__button,.submenu__link{font-size:14px}}@media (max-width:1400px){.submenu__button,.submenu__link{font-size:12px;padding:12px 50px 12px 60px}}.submenu__button:hover,.submenu__link:hover{border-radius:4px;background-color:rgba(139,191,31,.1)}.submenu__link.current{color:var(--accent-color)}.sub-submenu{display:none;-webkit-animation:.5s ease-in-out fade;animation:.5s ease-in-out fade}.sub-submenu.show{display:block}.sub-submenu__button,.sub-submenu__link{display:block;font-size:16px;font-weight:400;color:var(--dark-color);padding:13px 50px 13px 110px;-webkit-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out;width:100%;text-align:left}@media (max-width:1560px){.sub-submenu__button,.sub-submenu__link{font-size:14px}}@media (max-width:1400px){.sub-submenu__button,.sub-submenu__link{font-size:12px;padding:13px 50px 13px 80px}}.sub-submenu__button:hover,.sub-submenu__link:hover{border-radius:4px;background-color:rgba(139,191,31,.1)}.sub-sub-submenu{display:none;-webkit-animation:.5s ease-in-out fade;animation:.5s ease-in-out fade}.sub-sub-submenu.show{display:block}.sub-sub-submenu__link{display:block;font-size:16px;font-weight:400;color:var(--dark-color);padding:13px 50px 13px 140px;-webkit-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out;width:100%;text-align:left}@media (max-width:1560px){.sub-sub-submenu__link{font-size:14px}}@media (max-width:1400px){.sub-sub-submenu__link{font-size:12px;padding:13px 50px 13px 100px}}.sub-sub-submenu__link:hover{border-radius:4px;background-color:rgba(139,191,31,.1)}@media (max-width:1260px){.nav{overflow:auto;background-color:var(--light-color);display:none;-webkit-animation:.5s ease-in-out fade;animation:.5s ease-in-out fade;position:fixed;top:73px;left:0;width:100%;height:calc(100vh - 73px);padding-bottom:64px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.nav.show{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:767px){.nav{top:61px;height:calc(100vh - 61px)}}.nav__bottom{display:none}@media (max-width:1260px){.nav__bottom{display:block;margin-top:auto}}.nav__location{display:none}@media (max-width:1260px){.nav__location{display:-webkit-box;display:-ms-flexbox;display:flex}.nav__location span{font-size:14px}}.nav__order{min-width:153px;margin:36px auto 30px;display:none}.nav__menu-wrapper{height:100%}@media (max-width:1260px){.nav__order{display:-webkit-box;display:-ms-flexbox;display:flex}.nav__menu-wrapper{height:auto}}.nav__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid var(--mischka-color)}.nav__actions .actions__item{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.nav__actions .actions__item svg{width:100%;height:100%}.nav__action{padding:18px 48px}.nav__action:not(:last-child){border-right:1px solid var(--mischka-color)}.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px;height:100%}@media (max-width:1560px){.menu{gap:16px}}.menu__link{-webkit-transition:color .5s ease-in-out;transition:color .5s ease-in-out;font-weight:500;text-transform:uppercase;font-size:calc(2px + 14 * ((100vw - 375px)/ 1545))}.menu__link:hover{color:var(--accent-color)}.cart{position:absolute;top:101%;left:0;width:100%;background-color:var(--light-color);border-radius:0 0 4px 4px;display:none;-webkit-animation:.5s ease-in-out fade;animation:.5s ease-in-out fade;overflow:auto;max-height:calc(100vh - 162px)}@media (max-width:1260px){.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;padding-top:36px;gap:36px}.menu__link{font-size:15px}.cart{position:fixed;top:73px;left:0;width:100%;height:100vh;padding-bottom:200px;max-height:unset}}@media (max-width:767px){.cart{top:61px}}.cart.show{display:block}.cart__bottom{padding:20px 24px 24px}.cart__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;font-weight:500;margin:0 0 20px}.cart-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;gap:12px;padding:16px;border-bottom:1px solid var(--mischka-color)}.cart-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;max-width:260px}.cart-card__image{width:56px;height:60px;-ms-flex-negative:0;flex-shrink:0}.cart-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-card__name{font-size:14px;font-weight:500;-webkit-transition:color .5s ease-in-out;transition:color .5s ease-in-out;height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-card__desc{color:var(--shuttle-color);font-size:12px;font-weight:500;opacity:.6;margin:4px 0 0}@media (max-width:1400px){.cart__bottom{padding:16px}.cart-card__content{gap:10px}.cart-card__image{width:50px}.cart-card__name{font-size:12px;height:32px}.cart-card__desc{font-size:12px}}.cart-card__total{font-size:14px;font-weight:500}.cart-card__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px}.cart-card__add,.cart-card__remove{width:16px;height:16px;-webkit-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cart-card__add span,.cart-card__remove span{display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat}.cart-card__add:hover,.cart-card__remove:hover{background-color:var(--whisper-color)}.cart-card__navs{-ms-flex-negative:0;flex-shrink:0}@media (max-width:1400px){.cart-card__total{font-size:12px}}.cart-card__remove{background-image:url(../img/minus-icon.svg)}.cart-card__add{background-image:url(../img/plus-icon.svg)}.cart-card__close{width:24px;height:24px;position:absolute;top:1px;right:3px}.cart-card__close svg{stroke:var(--dark-color);stroke-width:2px;stroke-linecap:2px;fill:transparent}.bar{position:fixed;bottom:0;left:0;width:100%;height:64px;padding:11px;background-color:var(--light-color);z-index:15;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 30px 0 rgba(0,0,0,.1);box-shadow:0 -4px 30px 0 rgba(0,0,0,.1);display:none}@media (max-width:1260px){.bar{display:block}}.bar__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}.bar__btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px}.bar__btn span{font-size:12px;font-weight:500;color:#5e6062;-webkit-transition:color .5s ease-in-out,background-image .5s ease-in-out;transition:color .5s ease-in-out,background-image .5s ease-in-out}.bar__btn.active span{color:var(--accent-color)}.bar__btn-icon{width:24px;height:24px;background-repeat:no-repeat;background-size:contain;background-position:center center}.bar__btn-catalog{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22path-1-inside-1_1000_8601%22%20fill%3D%22white%22%3E%0A%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221%22%2F%3E%0A%3C%2Fmask%3E%0A%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221%22%20stroke%3D%22%235A5C5F%22%20stroke-width%3D%224%22%20mask%3D%22url(%23path-1-inside-1_1000_8601)%22%2F%3E%0A%3Cmask%20id%3D%22path-2-inside-2_1000_8601%22%20fill%3D%22white%22%3E%0A%3Crect%20x%3D%223%22%20y%3D%2213%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221%22%2F%3E%0A%3C%2Fmask%3E%0A%3Crect%20x%3D%223%22%20y%3D%2213%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221%22%20stroke%3D%22%235A5C5F%22%20stroke-width%3D%224%22%20mask%3D%22url(%23path-2-inside-2_1000_8601)%22%2F%3E%0A%3Cmask%20id%3D%22path-3-inside-3_1000_8601%22%20fill%3D%22white%22%3E%0A%3Crect%20x%3D%2213%22%20y%3D%223%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221%22%2F%3E%0A%3C%2Fmask%3E%0A%3Crect%20x%3D%2213%22%20y%3D%223%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221%22%20stroke%3D%22%235A5C5F%22%20stroke-width%3D%224%22%20mask%3D%22url(%23path-3-inside-3_1000_8601)%22%2F%3E%0A%3Cmask%20id%3D%22path-4-inside-4_1000_8601%22%20fill%3D%22white%22%3E%0A%3Crect%20x%3D%2213%22%20y%3D%2213%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221%22%2F%3E%0A%3C%2Fmask%3E%0A%3Crect%20x%3D%2213%22%20y%3D%2213%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221%22%20stroke%3D%22%235A5C5F%22%20stroke-width%3D%224%22%20mask%3D%22url(%23path-4-inside-4_1000_8601)%22%2F%3E%0A%3C%2Fsvg%3E")}.bar__btn-search{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1000_8608)%22%3E%0A%3Cpath%20d%3D%22M18.031%2016.617L21.6064%2020.1916C21.9972%2020.5823%2021.9972%2021.2158%2021.6065%2021.6065C21.2158%2021.9972%2020.5823%2021.9972%2020.1916%2021.6064L16.617%2018.031C15.0237%2019.3082%2013.042%2020.0029%2011%2020C6.032%2020%202%2015.968%202%2011C2%206.032%206.032%202%2011%202C15.968%202%2020%206.032%2020%2011C20.0029%2013.042%2019.3082%2015.0237%2018.031%2016.617ZM16.025%2015.875C17.2941%2014.5699%2018.0029%2012.8204%2018%2011C18%207.132%2014.867%204%2011%204C7.132%204%204%207.132%204%2011C4%2014.867%207.132%2018%2011%2018C12.8204%2018.0029%2014.5699%2017.2941%2015.875%2016.025L16.025%2015.875Z%22%20fill%3D%22%235A5C5F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1000_8608%22%3E%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E")}.bar__btn-cart{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1000_8614)%22%3E%0A%3Cpath%20d%3D%22M1%201H5V15.5C5%2015.7761%205.22386%2016%205.5%2016H19.1802C19.6569%2016%2020.0673%2015.6635%2020.1608%2015.1961L21.8804%206.59806C21.9423%206.28866%2021.7056%206%2021.3901%206H5%22%20stroke%3D%22%235A5C5F%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M6%2022C6.55228%2022%207%2021.5523%207%2021C7%2020.4477%206.55228%2020%206%2020C5.44772%2020%205%2020.4477%205%2021C5%2021.5523%205.44772%2022%206%2022Z%22%20stroke%3D%22%235A5C5F%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M17%2022C17.5523%2022%2018%2021.5523%2018%2021C18%2020.4477%2017.5523%2020%2017%2020C16.4477%2020%2016%2020.4477%2016%2021C16%2021.5523%2016.4477%2022%2017%2022Z%22%20stroke%3D%22%235A5C5F%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1000_8614%22%3E%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E")}.bar__btn-promo{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%203.55228%200%203%200C2.44772%200%202%200.447715%202%201V21.8461C2%2022.6422%202.81935%2023.1746%203.54675%2022.8513L12%2019.0943L20.4532%2022.8513C21.1807%2023.1746%2022%2022.6422%2022%2021.8461V1C22%200.447715%2021.5523%200%2021%200C20.4477%200%2020%200.447715%2020%201V20.4612L12.4468%2017.1042C12.1623%2016.9778%2011.8377%2016.9778%2011.5532%2017.1042L4%2020.4612V1ZM16.7071%204.29289C17.0976%204.68342%2017.0976%205.31658%2016.7071%205.70711L8.70711%2013.7071C8.31658%2014.0976%207.68342%2014.0976%207.29289%2013.7071C6.90237%2013.3166%206.90237%2012.6834%207.29289%2012.2929L15.2929%204.29289C15.6834%203.90237%2016.3166%203.90237%2016.7071%204.29289ZM9%208C10.1046%208%2011%207.10457%2011%206C11%204.89543%2010.1046%204%209%204C7.89543%204%207%204.89543%207%206C7%207.10457%207.89543%208%209%208ZM15%2014C16.1046%2014%2017%2013.1046%2017%2012C17%2010.8954%2016.1046%2010%2015%2010C13.8954%2010%2013%2010.8954%2013%2012C13%2013.1046%2013.8954%2014%2015%2014Z%22%20fill%3D%22%235A5C5F%22%2F%3E%0A%3C%2Fsvg%3E)}.bar__btn-burger{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21%2019H3M21%2012H3M21%205H3%22%20stroke%3D%22%235A5C5F%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E)}.bar__btn.active .bar__btn-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 7L17 17' stroke='%238BBF1F' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 7L7 17' stroke='%238BBF1F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.bar .actions__label{right:-5px;top:-5px}.hero{background-color:var(--light-color)}.hero__container{position:relative}.hero__suptitle{display:block;margin-bottom:12px}.hero__title{margin:0 0 16px;text-align:left}@media (max-width:1560px){.hero__title{font-size:40px}}.hero__subtitle{margin-bottom:40px;min-height:63px}.hero__subtitle p{font-size:18px;margin:0}.hero__btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:12px 20px}@media (max-width:576px){.hero__suptitle{height:20px}.hero__title{height:144px}.hero__btn{margin-top:auto}}.hero__items{margin-top:80px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:1400px){.hero__title{font-size:36px}.hero__subtitle p{font-size:16px}.hero__items{margin-top:60px}}@media (max-width:576px){.hero__items{display:none}}.hero-slider .swiper-slide{height:auto}.hero-slider__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-slider__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-slider__navs{position:absolute;top:45%;left:0;right:0;padding:0 20px;width:100%;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1700px;margin:0 auto}@media (max-width:1260px){.hero-slider__navs{display:none}}.hero-slider__next,.hero-slider__prev{display:none}.hero-slider__next.show,.hero-slider__prev.show{display:-webkit-box;display:-ms-flexbox;display:flex}.hero-slide{padding-top:80px;max-width:1300px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:100%}@media (max-width:1560px){.hero-slide{max-width:1100px}}@media (max-width:1260px){.hero-slide{max-width:calc(100% - 100px)}}@media (max-width:576px){.hero-slide{max-width:calc(100% - 40px)}}.hero-slide__info{max-width:580px;padding-bottom:80px}@media (max-width:1020px){.hero-slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hero-slide__info{padding-bottom:40px}.hero-slide__image{width:600px}}@media (max-width:767px){.hero-slide{padding-top:40px;gap:40px}.hero-slide__info{padding-bottom:0}}@media (max-width:576px){.hero-slide__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.hero-slide__image{width:100%}}.hero-slide__image{display:-webkit-box;display:-ms-flexbox;display:flex}.hero-item__icon{width:40px;height:40px;overflow:hidden;margin-bottom:16px}.hero-item__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hero-item__desc{font-size:15px;font-weight:500}@media (max-width:1400px){.hero-item__desc{font-size:12px;line-height:1}}@media (max-width:1020px){.hero-item__desc{font-size:16px}}.bestsellers__title{text-align:center;margin:0 0 12px}.bestsellers__subtitle{margin:0 0 10px}.bestsellers-slider,.similar-slider{padding:50px 0 40px}.bestsellers-slider .swiper-slide,.similar-slider .swiper-slide{max-width:385px;width:100%;border-right:1px solid var(--mischka-color);background-color:var(--light-color);z-index:2;position:relative;-webkit-transition:z-index .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:box-shadow .25s ease-in-out,z-index .25s ease-in-out,-webkit-box-shadow .25s ease-in-out}.bestsellers-slider .swiper-slide:hover,.similar-slider .swiper-slide:hover{-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);z-index:4}@media (max-width:1400px){.bestsellers-slider .swiper-slide,.similar-slider .swiper-slide{max-width:300px}}.bestsellers-slider__next,.bestsellers-slider__prev,.similar-slider__next,.similar-slider__prev{background-color:rgba(34,36,39,.05)}.bestsellers-slider__scrollbar,.similar-slider__scrollbar{display:none}@media (max-width:576px){.bestsellers__title{text-align:left}.bestsellers__subtitle{text-align:left;margin:0 0 30px}.bestsellers-slider .swiper-slide,.similar-slider .swiper-slide{max-width:50vw}.bestsellers-slider__next,.bestsellers-slider__prev,.similar-slider__next,.similar-slider__prev{display:none}.bestsellers-slider__scrollbar,.similar-slider__scrollbar{display:block}.doors__title{text-align:left}}.doors__title{margin:0 0 12px}.doors__subtitle{margin:0 0 10px}.doors-slider{padding:50px 0}@media (max-width:767px){.doors-slider{padding-bottom:20px}}.doors-slider .swiper-wrapper{border-top:1px solid var(--mischka-color)}.doors-slider .swiper-slide{height:auto;border-right:1px solid var(--mischka-color);border-bottom:1px solid var(--mischka-color)}.doors-slider__next,.doors-slider__prev{top:47%;display:none}@media (min-width:1640px){.doors-slider .swiper-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6,1fr)}.doors-slider .swiper-slide{width:100%!important}.doors-slider__next,.doors-slider__prev{display:none}}@media (max-width:576px){.doors__subtitle{text-align:left;margin:0 0 30px}.doors-slider__next,.doors-slider__prev{display:none}}.doors-card{padding:60px 0 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-transition:-webkit-box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out,-webkit-box-shadow .5s ease-in-out}.doors-card:hover{-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1)}.doors-card__name{display:inline-block;font-size:18px;font-weight:500;line-height:1.2;margin-bottom:40px;text-align:center}.doors-card__image{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:auto;height:100%}.doors-card__image img{-o-object-fit:contain;object-fit:contain}.additional__title{margin:0 0 60px}@media (max-width:576px){.doors-card{padding:20px}.doors-card__name{font-size:14px}.doors-card__image{height:104px}.additional__title{text-align:left;margin:0 0 30px}}.additional__items{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}@media (max-width:1020px){.additional__items{-ms-grid-columns:100%;grid-template-columns:100%}}.additional-item{padding:50px;background-repeat:no-repeat;min-height:560px}@media (max-width:1560px){.hero-slide__info{max-width:500px}.additional-item{min-height:460px}}.additional-item__info{max-width:500px}.additional-item__title{font-size:32px;font-weight:500;line-height:1.1;margin:0 0 14px}@media (max-width:576px){.additional-item{padding:24px 20px 32px;min-height:360px}.additional-item__info{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.additional-item__title{font-size:22px;margin:0 0 8px;max-width:287px}}.additional-item__desc{font-size:18px;line-height:1.2;margin:0 0 32px}.additional-item__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:12px 20px}.additional-item--first{background-image:url(../img/additional-image-1.webp),url(../img/additional-bg-1.webp);background-position:110% bottom,center center;background-size:70%,cover}@media (max-width:576px){.additional-item__desc{font-size:15px;max-width:287px}.additional-item__link{margin-top:auto}.additional-item--first{background-size:90%,cover}}.additional-item--second{background-image:url(../img/additional-image-2.webp),url(../img/additional-bg-2.webp);background-position:right bottom,center center;background-size:70%,cover}@media (max-width:576px){.additional-item--second{background-size:90%,cover}}.order{padding-block:120px;background-color:var(--whisper-color)}.order-bg{background:radial-gradient(149.87% 74.83% at 69.43% 76.19%,#fcf29d 0,#cbf9a8 100%)}@media (max-width:767px){.order{padding-block:60px}}.order__inner{max-width:1040px;margin:0 auto;display:-ms-grid;display:grid;-ms-grid-columns:1fr 460px;grid-template-columns:1fr 460px;gap:120px}@media (max-width:1020px){.order__inner{-ms-grid-columns:100%;grid-template-columns:100%;gap:36px}}.order__title{text-align:left;margin:0 0 36px}.order__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;margin-bottom:40px}.order__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid rgba(0,0,0,.1);border-radius:4px;width:-webkit-max-content;width:-moz-max-content;width:max-content;overflow:hidden}@media (max-width:1020px){.order__items{margin-bottom:0}.order__bottom{max-width:320px;display:none}}@media (max-width:576px){.order__items{gap:26px}.order__bottom{max-width:100%}}.order__bottom.mobile{display:none}.order__social{height:46px;width:46px;border-right:1px solid rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out}.order__social:hover{background-color:var(--mischka-color)}.order__question{text-align:center;font-weight:500;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 16px}@media (max-width:1020px){.order__bottom.mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.order__social{width:40px;height:40px}.order__question{font-size:14px}}.order-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.order-item:hover{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.order-item__icon{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.order-item__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.order-item__desc{font-weight:500;max-width:278px}.order-form__input{width:100%;margin-bottom:12px}.order-form__textarea{margin-bottom:20px;height:184px}.order-form__checkbox{margin-bottom:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.order-form__submit{width:100%}.set-page .order__bottom{max-width:100%;width:100%}.leading{padding-bottom:120px}.leading__title{max-width:767px;margin:0 auto 60px}@media (max-width:576px){.order-form__textarea{height:110px}.leading__title{text-align:left;margin:0 0 30px}}.leading-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.leading-item img{-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-transition:-webkit-filter .25s ease-in-out;transition:filter .25s ease-in-out;transition:filter .25s ease-in-out,-webkit-filter .25s ease-in-out}.leading-item:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.leading-slider .swiper-wrapper{border-top:1px solid var(--mischka-color)}.leading-slider .swiper-slide{height:auto;border-right:1px solid var(--mischka-color);border-bottom:1px solid var(--mischka-color)}@media (max-width:767px){.leading{padding-bottom:60px}.leading-slider{padding-bottom:20px}.leading-slider__next,.leading-slider__prev{display:none}}.team{padding-bottom:120px;background:radial-gradient(163.95% 78.84% at 69.43% 83.42%,#fcf29d 0,#cbf9a8 100%)}.team__container{max-width:1180px}@media (max-width:1260px){.team__container{max-width:calc(100% - 100px)}}.team__title{margin:0 0 60px}.team__inner{display:-ms-grid;display:grid;-ms-grid-columns:506px 1fr;grid-template-columns:506px 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:70px}@media (max-width:1020px){.team__inner{-ms-grid-columns:100%;grid-template-columns:100%;gap:32px}}.team__video{position:relative;z-index:1;border-radius:4px;overflow:hidden;height:100%}@media (max-width:767px){.team{padding-bottom:60px}.team__container{max-width:calc(100% - 40px)}.team__title{margin:0 0 32px;text-align:left}.team__video{height:180px}}.team__video img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team__video video{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.team__play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80px;height:80px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-animation:2s infinite pulse;animation:2s infinite pulse}.team__play span{width:80px;height:80px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(255,255,255,.8);-webkit-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out}.team__play span svg{width:24px;height:24px;-webkit-transform:translate(2px,0);-ms-transform:translate(2px,0);transform:translate(2px,0);fill:var(--dark-color);-webkit-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}.team__play:hover span{background-color:var(--accent-color)}.team__play:hover span svg{fill:var(--light-color)}.team__desc{margin:0;font-size:18px}.team__desc:not(:last-child){margin-bottom:20px}@media (max-width:767px){.team__play{width:70px;height:70px}.team__play span{width:50px;height:50px}.team__desc{font-size:15px}.team__desc:not(:last-child){margin-bottom:12px}}.team__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:12px 20px;margin-top:20px}.team__items{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);background-color:var(--light-color);border-radius:4px;margin-top:60px}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.7);box-shadow:0 0 0 0 rgba(255,255,255,.7)}70%{-webkit-box-shadow:0 0 0 20px rgba(255,255,255,0);box-shadow:0 0 0 20px rgba(255,255,255,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.7);box-shadow:0 0 0 0 rgba(255,255,255,.7)}70%{-webkit-box-shadow:0 0 0 20px rgba(255,255,255,0);box-shadow:0 0 0 20px rgba(255,255,255,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0)}}.team-item{padding:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.team-item:not(:last-child){border-right:1px solid rgba(0,0,0,.1)}@media (max-width:650px){.team__items{-ms-grid-columns:1fr;grid-template-columns:1fr}.team-item:not(:last-child){border-right:0;border-bottom:1px solid rgba(0,0,0,.1)}}.team-item__count{font-size:50px;font-weight:500;line-height:1;letter-spacing:-2px;margin-bottom:47px}@media (max-width:1020px){.team__items{margin-top:32px}.team-item{padding:20px}.team-item__count{font-size:30px;margin-bottom:32px}}.team-item__desc{margin:0}.about-page .team__link{display:none}.about-page .team__desc:last-of-type{margin-bottom:0}.certified{padding-bottom:120px}.certified__title{margin:0 0 60px}.certified-slider .swiper-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.certified-slider.centered .swiper-wrapper{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}.certified-slider .swiper-slide{max-width:385px;width:100%;height:auto;border-right:1px solid var(--mischka-color);border-top:1px solid var(--mischka-color);border-bottom:1px solid var(--mischka-color);padding:50px 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.certified-slider .swiper-slide:nth-child(1){border-left:1px solid var(--mischka-color)}@media (max-width:1560px){.certified-slider .swiper-slide{max-width:300px}}@media (max-width:1400px){.certified-slider .swiper-slide{max-width:260px}}@media (max-width:767px){.certified{padding-bottom:60px}.certified-slider{padding-bottom:20px}.certified-slider__next,.certified-slider__prev{display:none}}.certified-slider__scrollbar{display:none}@media (max-width:576px){.team-item__count{font-size:40px}.team-item__desc{max-width:260px}.certified__title{margin:0 0 32px}.certified-slider .swiper-slide{max-width:50vw;padding:20px}.certified-slider__scrollbar{display:block}}.params{padding-top:100px;background-color:var(--whisper-color)}.params__inner{padding-left:170px;display:-ms-grid;display:grid;-ms-grid-columns:1fr 700px;grid-template-columns:1fr 700px;-webkit-box-align:end;-ms-flex-align:end;align-items:end;gap:30px}@media (max-width:1560px){.params__inner{padding-left:40px;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}@media (max-width:1260px){.params__inner{-ms-grid-columns:100%;grid-template-columns:100%;gap:60px;padding-left:0}}.params__items{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:60px 80px;padding-bottom:120px}.params__image{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}@media (max-width:1260px){.params__items{padding-bottom:0}.params__image{height:400px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.params__image img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}}@media (max-width:1020px){.team-item__desc{font-size:14px}.params__image{height:auto}.reviews-slider{padding-bottom:20px}}.params-item{-webkit-transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}@media (max-width:576px){.params__items{-ms-grid-columns:100%;grid-template-columns:100%;gap:24px}.params-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}}.params-item__icon{width:40px;height:40px;margin-bottom:23px;-ms-flex-negative:0;flex-shrink:0}.params-item__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.params-item__name{font-size:22px;font-weight:500;line-height:1.2;-webkit-transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;display:block}.params-item:hover .params-item__name{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.params-item__desc{margin:12px 0 0;-webkit-transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}@media (max-width:576px){.params-item__name{font-size:16px}.params-item__desc{margin:4px 0 0}}.params-item:hover .params-item__desc{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.reviews__title{margin:0 0 60px}.reviews-slider .swiper-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.reviews-slider.centered .swiper-wrapper{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}.reviews-slider .swiper-slide{max-width:384px;width:100%;height:auto;border-top:1px solid var(--mischka-color);border-right:1px solid var(--mischka-color);border-bottom:1px solid var(--mischka-color)}.reviews-slider .swiper-slide:nth-child(1){border-left:1px solid var(--mischka-color)}@media (max-width:767px){.params{padding-top:60px}.reviews-slider__next,.reviews-slider__prev{display:none}}.reviews-slider__scrollbar{display:none}@media (max-width:1020px){.reviews-slider__scrollbar{display:block}}.reviews-card{padding:50px}@media (max-width:576px){.reviews__title{margin:0 0 30px;text-align:left}.reviews-slider .swiper-slide{max-width:100%}.reviews-card{padding:20px 40px 40px 20px}}.reviews-card__avatar{width:50px;height:50px;margin-bottom:20px}@media (max-width:576px){.reviews-card__avatar{margin-bottom:12px}}.reviews-card__avatar img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.reviews-card__name{font-size:22px;font-weight:500;line-height:1.2;display:block;margin-bottom:8px}.reviews-card__date{color:#5e6062;display:block;margin-bottom:20px}@media (max-width:576px){.reviews-card__name{font-size:16px}.reviews-card__date{margin-bottom:12px}}.reviews-card__desc{margin:0}.about-page .reviews{margin-bottom:120px}.life{padding-bottom:120px}@media (max-width:1560px){.life__container{margin:0 50px}}@media (max-width:576px){.life__container{margin:0 auto}}.life__title{max-width:575px;margin:0 auto 60px}.life__title.to-left{margin:0 0 60px}@media (max-width:576px){.life__title,.life__title.to-left{margin:0 0 32px;text-align:left}}.life__inner{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:40px}@media (max-width:767px){.life{padding-bottom:60px}.life__inner{-ms-grid-columns:100%;grid-template-columns:100%;gap:20px}}.life__desc{font-size:18px;color:#5e6062;margin:0;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.life__desc:not(:last-child){margin-bottom:36px}.life__desc.hide{display:none}.life__btn-wrapper{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.life__btn-wrapper.align-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:576px){.life__desc{font-size:15px}.life__desc:not(:last-child){margin-bottom:12px}.life__btn-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.life__more{padding:12px 20px}@media (max-width:767px){.filter{position:fixed;top:61px;left:0;width:100%;height:100vh;padding-bottom:150px;background-color:var(--light-color);z-index:10;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.filter.show{display:-webkit-box;display:-ms-flexbox;display:flex}}.filter-container{padding-bottom:20px}.filter__top{display:none}@media (max-width:767px){.filter__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;padding:13px 20px;border-bottom:1px solid var(--mischka-color)}}.filter__labels{display:none}@media (max-width:767px){.filter__labels{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-top:20px}.filter__selects{height:300px;overflow:auto;margin-top:20px;margin-bottom:20px}}.filter__text{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:15px;font-weight:500;line-height:1.3;-webkit-transition:border-radius .25s ease-in-out;transition:border-radius .25s ease-in-out}.filter__text span{display:inline-block;width:6px;height:6px;border-radius:100%;background-color:var(--accent-color);-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.filter-accept__wrapper{margin-top:auto;padding:0 20px;display:none}.filter__accept{width:100%;padding:13px}.filter__close,.filter__open{font-size:15px;font-weight:500;color:var(--accent-color)}.catalog-labels-slider{margin-top:32px;overflow:visible}@media (max-width:767px){.filter-accept__wrapper{display:block}.catalog-labels-slider{margin-top:20px}.catalog-label{height:auto}}@media (min-width:768px){.catalog-labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}}.catalog-label{padding:4px 4px 4px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;background-color:#d2ee9a;border-radius:4px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.catalog-label span{color:rgba(34,36,39,.7);font-size:15px;font-weight:500;line-height:1.3}.catalog-label p{margin:0;font-size:15px;font-weight:500;line-height:1.3}.catalog-label svg{width:24px;height:24px;stroke:var(--dark-color);stroke-width:2px;stroke-linecap:round}.catalog-label.delete,.catalog-label.liked{background-color:var(--whisper-color)}.catalog-label.liked svg{stroke-width:0}.catalog-selects{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog-selects .checkbox-block input{z-index:3}.catalog-select{max-width:232px;width:100%;position:relative}@media (max-width:767px){.catalog-selects{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 20px;margin-top:30px;width:100%}.catalog-select{max-width:100%}}.catalog-select__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:12px 16px;border-radius:4px;background-color:var(--whisper-color);max-width:232px;width:100%;position:relative;font-size:15px;font-weight:500;line-height:1.3;-webkit-transition:border-radius .5s ease-in-out;transition:border-radius .5s ease-in-out}.catalog-select__button span{width:6px;height:6px;border-radius:100%;background-color:var(--accent-color);-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.catalog-select__button:after{content:"";width:24px;height:24px;position:absolute;top:11px;right:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2010L12%2014L16%2010%22%20stroke%3D%22%23222427%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-size:contain;-webkit-transition:background-image .5s ease-in-out;transition:background-image .5s ease-in-out}.catalog-select.active .catalog-select__button{border-radius:4px 4px 0 0}.catalog-select.active .catalog-select__button:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 14L12 10L16 14' stroke='%23222427' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.catalog-select__choose{position:absolute;top:100%;left:0;width:100%;padding:0 16px 16px;border-radius:0 0 4px 4px;background-color:var(--whisper-color);z-index:4;display:none;-webkit-animation:.5s ease-in-out fade;animation:.5s ease-in-out fade}.catalog-select.active .catalog-select__choose{display:block}.catalog-select__items{height:220px;overflow-y:auto}.catalog-select__items::-webkit-scrollbar-track{background-color:transparent}.catalog-select__items::-webkit-scrollbar{width:2px;background-color:transparent}.catalog-select__items::-webkit-scrollbar-thumb{background-color:var(--shuttle-color)}.catalog-select__checkmark{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.catalog-select__checkmark:not(:last-child){margin-bottom:12px}.catalog-select__accept{width:100%;margin-top:12px}@media (max-width:767px){.catalog-select__button{max-width:100%}.catalog-select__choose{position:static}.catalog-select__accept{display:none}}.catalog-select__price{display:-ms-grid;display:grid;-ms-grid-columns:1fr 16px 1fr;grid-template-columns:1fr 16px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.catalog-sortby{position:relative}.catalog-sortby__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.catalog-sortby__button p{font-size:15px;font-style:normal;font-weight:500;margin:0;max-width:184px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.catalog-sortby__button span{display:block;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2010L12%2014L16%2010%22%20stroke%3D%22%23222427%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-size:contain;-webkit-transition:background-image .5s ease-in-out;transition:background-image .5s ease-in-out}.catalog-sortby.active .catalog-sortby__button span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 14L12 10L16 14' stroke='%23222427' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.catalog-sortby__list{position:absolute;top:calc(100% + 10px);border-radius:4px;background-color:var(--light-color);-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);z-index:4;padding:8px 0;display:none;-webkit-animation:.5s ease-in-out fade;animation:.5s ease-in-out fade}.catalog-sortby.active .catalog-sortby__list{display:block}.catalog-sortby__item{padding:8px 16px;font-size:15px;font-weight:400;text-align:left;-webkit-transition:color .5s ease-in-out;transition:color .5s ease-in-out}@media (max-width:767px){.catalog-sortby__item{font-size:14px;padding:8px 10px}}.catalog-sortby__item:hover{color:var(--accent-color)}.catalog-sortby__item.active{font-weight:500}.catalog__container{display:-ms-grid;display:grid;-ms-grid-columns:384px calc(100% - 384px);grid-template-columns:384px calc(100% - 384px);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.catalog__content{padding-top:40px;width:100%}.catalog__top{padding:0 50px}.catalog .big-menu{position:sticky;top:160px;left:0;z-index:4;height:100vh;-webkit-transition:top .25s ease-in-out;transition:top .25s ease-in-out;will-change:top;-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1)}@media (max-width:1400px){.catalog__container{-ms-grid-columns:300px calc(100% - 300px);grid-template-columns:300px calc(100% - 300px)}.catalog .big-menu{top:130px}}.catalog .big-menu.translate{top:0}.catalog .big-menu .dropdown{position:static;z-index:4;display:block;height:100%;padding-bottom:150px;-webkit-box-shadow:none;box-shadow:none}@media (max-width:1260px){.catalog__container{-ms-grid-columns:100%;grid-template-columns:100%}.catalog .big-menu{width:0;height:0;z-index:10}.catalog .big-menu .dropdown{display:none;position:fixed}.catalog .big-menu .dropdown.show{display:block;background-color:var(--light-color);z-index:10}}.catalog__title{margin:0 0 40px}@media (max-width:576px){.catalog__top{padding:0 20px}.catalog__title{margin:0 0 32px}}.catalog__cards{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));border-top:1px solid var(--mischka-color)}@media (max-width:1560px){.catalog__cards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.catalog__cards .card{border-top:0;border-right:1px solid var(--mischka-color);max-width:100%}.catalog__cards .card:hover{-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);z-index:4}.catalog .card:only-child{max-width:385px}.catalog__navs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;padding:40px 50px 120px}@media (max-width:576px){.catalog__navs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:20px 20px 60px}.catalog__more{width:100%}}.catalog__info{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}@media (max-width:767px){.catalog__cards{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.catalog__info{margin-top:20px}}.catalog__info-grid{display:-ms-grid;display:grid;-ms-grid-columns:(232px)[2];grid-template-columns:repeat(2,232px);gap:8px}.catalog__find{font-size:15px;font-style:normal;font-weight:500;margin:0}@media (max-width:767px){.catalog__info-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.catalog__find{display:none}}.catalog__more{padding:0 20px}.catalog__filter-top{display:none}@media (max-width:767px){.catalog__filter-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;border-top:1px solid var(--mischka-color);border-bottom:1px solid var(--mischka-color);margin:0 -20px;padding:13px 20px}}.catalog-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.catalog-pagination__btn{width:46px;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out;font-size:15px;font-weight:500}.catalog-pagination__btn.active{background-color:var(--whisper-color)}.catalog-pagination__btn:hover:not(.active){color:var(--accent-color)}.catalog-order__inner{max-width:1140px;margin:0 auto;padding:0 50px;display:-ms-grid;display:grid;-ms-grid-columns:1fr 460px;grid-template-columns:1fr 460px;gap:120px}@media (max-width:1560px){.catalog-order__inner{gap:60px}}@media (max-width:1020px){.catalog-order__inner{-ms-grid-columns:100%;grid-template-columns:100%;gap:36px}}.catalog-life .container{margin:0 50px}@media (max-width:576px){.catalog-pagination__btn{width:40px;height:40px}.catalog-order__inner{padding:0 20px}.catalog-life .container{margin:0 20px}}.watch{padding-bottom:100px}.watch__top{margin:0 50px}@media (max-width:576px){.watch__top{margin:0 20px}}.watch__title{margin:0 0 60px}@media (max-width:576px){.watch__title{margin:0 0 30px}}.watch__container{max-width:1040px;margin:0 auto}@media (max-width:1260px){.watch__container{max-width:calc(100% - 100px)}}@media (max-width:767px){.watch__container{max-width:calc(100% - 40px)}}.watch-slider{width:100%}.watch-slider__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.product{padding-top:40px;padding-bottom:120px}.product__container{max-width:1150px;margin:0 auto}.product__title{margin:0}.product__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;margin-bottom:30px}@media (max-width:1020px){.product__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}}.product__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.product__available{font-size:16px;font-weight:500;color:var(--accent-color)}.product__art{font-size:16px;opacity:.6;margin:0}.product__top-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;margin-bottom:24px}.product__info{display:-ms-grid;display:grid;-ms-grid-columns:576px 496px;grid-template-columns:576px 496px;gap:80px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media (max-width:1400px){.product__container{max-width:1100px}.product__info{-ms-grid-columns:576px 1fr;grid-template-columns:576px 1fr;gap:40px}}@media (max-width:1260px){.product__container{max-width:calc(100% - 100px)}.product__info{-ms-grid-columns:400px 1fr;grid-template-columns:400px 1fr}}.product__item{margin-bottom:32px}.product__order-bottom{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:576px){.product{padding-bottom:60px;padding-top:20px}.product__order-bottom{width:100%}}.product-buttons__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.product-buttons__item svg{width:24px;height:24px;fill:var(--shuttle-color);-webkit-transition:fill .5s ease-in-out,stroke .5s ease-in-out;transition:fill .5s ease-in-out,stroke .5s ease-in-out}.product-buttons__item-compare svg{fill:transparent;stroke:var(--shuttle-color);stroke-width:2px}.product-buttons__item span{color:var(--shuttle-color);font-weight:500;line-height:1.3;border-bottom:1px dashed var(--shuttle-color);padding-bottom:2px;-webkit-transition:border-color .5s ease-in-out,color .5s ease-in-out;transition:border-color .5s ease-in-out,color .5s ease-in-out}.product-buttons__item:hover svg{fill:var(--accent-color)}.product-buttons__item-compare:hover svg{fill:transparent;stroke:var(--accent-color)}.product-buttons__item:hover span{color:var(--accent-color);border-color:var(--accent-color)}.product-consult{border-radius:4px;background-color:#d2ee9a;padding:32px;position:relative;margin-top:80px}.product-consult:after{content:"";bottom:0;right:0;width:620px;height:266px;background-image:url(../img/product-consult-bg.webp);background-repeat:no-repeat;background-size:contain;position:absolute}@media (max-width:1260px){.product-consult:after{width:520px;height:200px;right:-50px}}@media (max-width:1020px){.product__info{-ms-grid-columns:100%;grid-template-columns:100%}.product-consult:after{width:420px;right:-80px;height:180px}}@media (max-width:767px){.product__container{max-width:calc(100% - 40px)}.product__item{margin-bottom:20px}.product-buttons__item span{font-size:15px}.product-buttons__item span.hide{display:none}.product-consult{padding:32px 20px 200px;margin:34px -20px 0;overflow:hidden}.product-consult:after{position:absolute;width:100%;height:166px;background-position:center;right:0;left:0;bottom:-2px}}.product-consult__info{max-width:425px}.product-consult__title{margin:0 0 16px;font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px}.product-consult__desc{font-size:16px;margin:0 0 16px}.product-consult__button{padding:12px 20px}.product-consult__button:hover{background-color:var(--accent-color)}.product__sliders{position:sticky;top:170px;-webkit-transition:top .25s ease-in-out;transition:top .25s ease-in-out;will-change:top}.product__sliders.to-top{top:30px}@media (max-width:1020px){.product-consult__info{max-width:350px}.product__sliders{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;position:static}}.product-thumbs{height:401px}.product-thumbs__wrapper{position:absolute;left:-70px;bottom:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1260px){.product-thumbs__wrapper{display:none}.product-slider{padding-bottom:20px}}@media (max-width:1020px){.product-thumbs__wrapper{display:block;position:static;-ms-flex-preferred-size:68px;flex-basis:68px;-ms-flex-negative:0;flex-shrink:0}}.product-thumbs__image{max-width:68px;max-height:68px;border:4px solid transparent;-webkit-transition:border .25s ease-in-out;transition:border .25s ease-in-out;cursor:pointer;border-radius:4px;position:relative}.product-thumbs__image:after{content:"";top:-4px;left:-4px;bottom:-4px;right:-4px;position:absolute;border-radius:4px;border:1px solid #a9d44f;opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.product-thumbs__image:hover:after{opacity:1}.product-thumbs__image img{border-radius:4px;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-thumbs__image.swiper-slide-thumb-active{border:4px solid var(--accent-color)}.product-thumbs__image.swiper-slide-thumb-active:after{opacity:0}.product-slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:576px){.product-thumbs__wrapper{display:none}.product-slider .swiper-slide{height:310px!important}.product-slider .swiper-slide img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}}.product-slider__pagination{display:none}@media (max-width:1260px){.product-slider__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:0!important}}@media (max-width:1020px){.product-slider__pagination{display:none}}@media (max-width:576px){.product-slider__pagination{display:-webkit-box;display:-ms-flexbox;display:flex}}.product-slider__pagination .swiper-pagination-bullet{background-color:var(--dark-color)}.product-promo{padding:8px 16px 8px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:8px;background-image:-webkit-gradient(linear,left top,right top,from(#fbf29c),color-stop(11%,#f6f29b),color-stop(22%,#f2f39f),color-stop(33%,#ecf49e),color-stop(44%,#e6f59d),color-stop(55%,#e2f6a1),color-stop(66%,#dbf6a1),color-stop(77%,#d6f7a5),color-stop(88%,#cff8a4),to(#cbf9a9));background-image:linear-gradient(-270deg,#fbf29c 0,#f6f29b 11%,#f2f39f 22%,#ecf49e 33%,#e6f59d 44%,#e2f6a1 55%,#dbf6a1 66%,#d6f7a5 77%,#cff8a4 88%,#cbf9a9 100%);margin-bottom:32px}.product-promo__label{padding:7px 12px;border-radius:4px;background-color:var(--promo-color);color:var(--light-color);font-size:13px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.product-promo__desc{font-size:16px;font-weight:500;margin:0}@media (max-width:767px){.product-promo__desc{font-size:14px}}.product-block-slider{overflow:visible}.product-block__top{font-size:16px;font-weight:500;display:block;margin-bottom:20px}.product-block__flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:767px){.product-block__top{margin-bottom:12px}.product-block__flex{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:0}}.product-block-radio{position:relative;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.product-block-radio input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.product-block-radio span{padding:12px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;border-radius:4px;background:var(--whisper-color);-webkit-transition:background-color .5s ease-in-out,border-color .5s ease-in-out;transition:background-color .5s ease-in-out,border-color .5s ease-in-out;border:1px solid transparent}.product-block-radio:hover span{border-color:#a9d44f}.product-block-radio input:checked~span{background-color:#d2ee9a;border-color:transparent}.product-order{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}@media (max-width:767px){.product-order{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product-order__desc{font-size:16px;max-width:285px;margin:0}.product-order__btn{-ms-flex-negative:0;flex-shrink:0;padding:12px 20px}.product-sides{padding:32px;border-radius:4px;background-color:var(--light-color);-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);margin-bottom:32px}@media (max-width:576px){.product-sides{margin:32px -20px;padding:20px}}.product-sides__items{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:8px}@media (max-width:767px){.product-order__btn{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.product-sides__items{-ms-grid-columns:100%;grid-template-columns:100%;gap:20px}}.product-sides__actions{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.product-sides__cart{gap:4px}.product-sides__cart svg{width:24px;height:24px;stroke:var(--light-color);stroke-width:2px;stroke-linecap:round;fill:transparent}.product-choose__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-bottom:15px}.product-choose__radio{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.product-choose__radio input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.product-choose__radio span{width:20px;height:20px;position:relative;display:block;border:2px solid #afb0b2;border-radius:100%;-webkit-transition:border-color .5s ease-in-out;transition:border-color .5s ease-in-out}.product-choose__radio span:after{content:"";top:50%;left:50%;width:10px;height:10px;border-radius:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:var(--accent-color);opacity:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;position:absolute}.product-choose__radio input:checked~span{border-color:var(--accent-color)}.product-choose__radio input:checked~span:after{opacity:1}.product-choose__radio p{margin:0;line-height:1}.product-choose__more{font-size:11px;font-weight:500;text-transform:uppercase;border-bottom:2px dashed var(--accent-color);color:var(--accent-color);-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);-webkit-transition:color .25s ease-in-out,border-color .25s ease-in-out;transition:color .25s ease-in-out,border-color .25s ease-in-out}.product-choose__more:hover{color:var(--atlantis-color);border-color:var(--atlantis-color)}@media (max-width:767px){.product-choose__prices{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:12px}}.product-choose__price{font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px;margin-bottom:4px;display:block}@media (max-width:767px){.product-choose__price{margin-bottom:0}}.product-choose__old{font-size:16px;font-weight:500;text-decoration:line-through;color:#9c9d9e}.product-color__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.color-radio{position:relative;cursor:pointer}.color-radio input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}input:checked~.color-radio__block{border-color:var(--accent-color)}.color-radio__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;padding:2px;width:40px;height:40px;border:2px solid transparent;-webkit-transition:border-color .5s ease-in-out;transition:border-color .5s ease-in-out}.color-radio__block img{border-radius:4px;width:32px;height:32px}.color-radio__tooltip{position:absolute;bottom:120%;display:none;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade;z-index:5}.color-radio__tooltip:after{content:"";position:absolute;width:10px;height:10px;background-color:var(--light-color);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);bottom:-5px;left:0;right:0;margin:0 auto}.color-radio:hover .color-radio__tooltip{font-size:14px;background-color:var(--light-color);padding:4px 8px;display:block;-webkit-box-shadow:0 4px 30px rgba(0,0,0,.1);box-shadow:0 4px 30px rgba(0,0,0,.1)}@-webkit-keyframes cartButtonAnime{from{-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}61%{-webkit-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes cartButtonAnime{from{-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}61%{-webkit-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes cartButtonAnimeDown{100%,from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}50%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}51%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes cartButtonAnimeDown{100%,from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}50%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}51%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.product__bottom{margin-top:80px}.product__tabs{border-bottom:1px solid var(--mischka-color)}.product__tabs-wrapper{margin-bottom:32px;overflow:visible}.product__tab{padding:10px 0;font-size:16px;font-weight:500;position:relative;color:var(--shuttle-color);-webkit-transition:color .5s ease-in-out;transition:color .5s ease-in-out;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.product__tab::after{content:"";left:0;width:100%;height:2px;background-color:var(--accent-color);position:absolute;bottom:-1px;opacity:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.product__tab.active,.product__tab:hover{color:var(--dark-color)}.product__tab.active:after{opacity:1}.product__content{display:none;-webkit-animation:.5s ease-in-out fade;animation:.5s ease-in-out fade}.product__content.active{display:block}.product__desc{font-size:16px}.chars-item{padding:19px 0;display:-ms-grid;display:grid;-ms-grid-columns:320px 1fr;grid-template-columns:320px 1fr;gap:8px}.chars-item:not(:last-child){border-bottom:1px solid var(--mischka-color)}.chars-item__left{font-size:16px;font-weight:500}.chars-item__desc{margin:0;font-size:16px}.access-block:not(:last-child){margin-bottom:24px}.access-block__head{font-size:16px;font-weight:500;display:block;margin-bottom:8px}@media (max-width:767px){.chars-item{-ms-grid-columns:100%;grid-template-columns:100%;padding:12px 0}.access-block__head{margin-bottom:16px}}.access-block__item{padding:12px 0;border-bottom:1px solid var(--mischka-color);display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;font-size:16px}@media (max-width:767px){.access-block__item{-ms-grid-columns:100%;grid-template-columns:100%;gap:4px;padding:18px 0}}.access-block__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.access-block__price{font-weight:500}@media (max-width:767px){.access-block__right{gap:18px}.access-block__name{font-size:15px}.access-block__art{color:#9c9d9e}.access-block__price{margin-left:auto}}.access-block__add{position:relative;overflow:hidden;width:46px;height:46px;-ms-grid-column-align:end;justify-self:end;border-radius:4px;-webkit-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out}.access-block__add:hover{background-color:#d2ee9a}.access-block__add svg{width:24px;height:24px;fill:transparent;stroke:var(--accent-color);stroke-width:2px;stroke-linecap:round;position:relative;top:2px;-webkit-animation:.7s cartButtonAnimeDown;animation:.7s cartButtonAnimeDown}.access-block__add.active{background-color:#d2ee9a}.access-block__add.active svg{-webkit-animation:.7s cartButtonAnime;animation:.7s cartButtonAnime}.product-set{max-width:785px;margin:0 auto;background-color:var(--light-color);border-radius:4px;position:relative;padding:32px}@media (max-width:576px){.product-set{min-height:100%;width:100%;padding:20px 20px 100px}.product-set .modal__close{position:static}}.product-set-modal{overflow:scroll}@media (max-width:1020px){.product-set-modal{padding-bottom:100px;padding-top:60px}}.product-set__head{margin-bottom:24px}@media (max-width:576px){.product-set-modal{padding-top:0;padding-bottom:0}.product-set__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}}.product-set__title{font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px;margin:0}.product-set__switchers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;border-bottom:1px solid var(--mischka-color);margin-bottom:32px}@media (max-width:576px){.product-set__switchers{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}}.product-set__switcher{padding:10px 0;font-size:16px;font-weight:500;position:relative;color:var(--shuttle-color);-webkit-transition:color .5s ease-in-out;transition:color .5s ease-in-out;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.product-set__switcher::after{content:"";left:0;width:100%;height:2px;background-color:var(--accent-color);position:absolute;bottom:-1px;opacity:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.product-set__switcher.active,.product-set__switcher:hover{color:var(--dark-color)}.product-set__switcher.active:after{opacity:1}.product-set__content{display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.product-set__content.show{display:block}.product-set__item{display:-ms-grid;display:grid;-ms-grid-columns:48px 1fr 80px;grid-template-columns:48px 1fr 80px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;padding:16px 0;border-bottom:1px solid var(--mischka-color)}.product-set__item p{margin:0}@media (max-width:576px){.product-set__item{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:8px;padding:20px 0}.product-set__item span{color:#9c9d9e}.product-set__item p{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3;-ms-grid-row:1;grid-row:1}}.product-set__item .right{font-weight:500;text-align:right;color:var(--dark-color)}.product-set__total{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.product-set__total p{margin:0;font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px}.product-set__block{display:-ms-grid;display:grid;-ms-grid-columns:1fr 80px 120px 100px;grid-template-columns:1fr 80px 120px 100px;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 0;border-bottom:1px solid var(--mischka-color)}.product-set__block .name{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product-set__block .count{text-align:center}.product-set__block .actions{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.product-set__block .total{text-align:right;font-size:16px;font-weight:500}@media (max-width:576px){.product-set__total p{font-size:22px}.product-set__block{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;padding:20px 0}.product-set__block.long-block .name{-ms-grid-column:1;-ms-grid-column-span:3;grid-column:1/4}.product-set__block .count{display:none}.product-set__block.long-block .actions{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2;-ms-grid-row:2;grid-row:2}.product-set__block.long-block .total{-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4;-ms-grid-row:2;grid-row:2}.product-set__block.long-block .one-price{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:2;grid-row:2;text-align:center}}.product-items{background-color:var(--whisper-color);padding:90px 0}.product-items__container{max-width:1150px;margin:0 auto;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:40px}@media (max-width:1260px){.product-items__container{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;max-width:calc(100% - 100px)}}@media (max-width:767px){.product-items__container{max-width:calc(100% - 40px)}}@media (max-width:576px){.product-items{padding:60px 0}.product-items__container{-ms-grid-columns:100%;grid-template-columns:100%}}.product-nav{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:4;border-bottom:1px solid var(--mischka-color);-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}@media (max-width:1260px){.product-nav{top:auto;bottom:60px;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 30px 0 rgba(0,0,0,.1);box-shadow:0 -4px 30px 0 rgba(0,0,0,.1);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}}.product-nav.show{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.product-nav__container{min-height:88px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:20px;max-width:1190px;padding:0 20px;margin:0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.product-nav__container{padding:0 16px;gap:10px;-ms-grid-columns:180px 1fr;grid-template-columns:180px 1fr}}.product-nav.added-to-cart .card__actions-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.product-nav.added-to-cart .card__buttons-inner{display:none}.product-nav .card__actions{padding:0 12px}.product-nav__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-nav__icons{-ms-flex-negative:0;flex-shrink:0;margin-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media (max-width:576px){.product-nav__container{min-height:70px}.product-nav__icons{display:none}}.product-nav__preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-nav__img{-webkit-box-flex:0;-ms-flex:0 0 56px;flex:0 0 56px;height:60px;margin-right:16px}.product-nav__img img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}@media (max-width:576px){.product-nav__img{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;height:40px;margin-right:8px}}.product-nav__title h3{margin:0 0 4px;font-size:16px;font-weight:500;line-height:1.3}@media (max-width:767px){.product-nav__title h3{margin-bottom:0;font-size:13px}.product-nav__title span{display:none}}.product-nav__title span{margin:0;color:var(--shuttle-color);font-size:15px;font-weight:500;line-height:1.3;opacity:.6}.product-nav__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:576px){.product-nav__controls .card__prices{padding:0 14px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.product-nav__buy{width:212px;-webkit-box-flex:0;-ms-flex:0 0 212px;flex:0 0 212px;margin-left:8px}@media (max-width:1020px){.product-nav__buy{display:none}}.basket{padding-top:40px;padding-bottom:120px}.basket__container{max-width:1152px;margin:0 auto}@media (max-width:1260px){.basket__container{max-width:calc(100% - 100px)}}.basket__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:24px;margin-bottom:40px}.basket__title{margin:0}.basket__head-counter{font-size:15px}.basket__inner{display:-ms-grid;display:grid;-ms-grid-columns:1fr 384px;grid-template-columns:1fr 384px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:46px}@media (max-width:576px){.basket__container{max-width:calc(100% - 40px)}.basket__inner{margin:0 -20px}}.basket-banner{margin-top:32px;padding:32px;border-radius:4px;background-color:#f6f6fa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:start;align-self:flex-start;gap:24px}.basket-banner .checkbox-block{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.basket-banner__form{max-width:450px;width:100%;gap:12px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}@media (max-width:576px){.basket-banner{padding:32px 24px}.basket-banner__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.basket-banner.show .basket-banner__form{display:-webkit-box;display:-ms-flexbox;display:flex}.basket-banner__form-input{border:1px solid var(--mischka-color)}.basket-banner__form-submit{padding:12px 20px}.basket-promo{margin-top:32px}@media (max-width:576px){.basket-promo{max-width:calc(100% - 40px);margin:32px auto 0}}.basket-total{padding:32px;border-radius:4px;background:var(--light-color);-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);position:sticky;top:170px;-webkit-transition:top .25s ease-in-out;transition:top .25s ease-in-out;will-change:top}.basket-total.to-top{top:30px}@media (max-width:1260px){.basket__inner{-ms-grid-columns:100%;grid-template-columns:100%}.basket-total{max-width:600px;margin:0 auto;position:static}}.basket-total__desc{color:var(--shuttle-color);font-size:15px;margin:0 0 16px}.basket-total__price{font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px;display:block;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--mischka-color)}.basket-total__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.basket-total__item:not(:last-child){margin-bottom:14px}.basket-total__item-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.basket-total__item-left p{color:var(--shuttle-color);font-size:15px;font-weight:500;margin:0}.basket-total__item-right{font-size:18px;font-weight:500;line-height:1.2}.basket-total__btn-wrapper{position:relative}.basket-total__layout{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:110%;width:304px;padding:12px;background-color:#222427;border-radius:20px;opacity:0;visibility:hidden;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.basket-total__layout:after{content:"";bottom:-5px;left:0;right:0;margin:0 auto;width:10px;height:10px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;background-color:#222427;z-index:-1}.basket-total__layout p{font-size:14px;font-weight:400;margin:0;color:var(--light-color);text-align:center}.basket-total__item-btn:hover+.basket-total__layout{opacity:1;visibility:visible}.basket-total__item-btn{color:var(--accent-color);font-size:11px;font-style:normal;font-weight:500;line-height:1.3;text-transform:uppercase;border-bottom:1px dashed var(--accent-color);-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.basket-total__order{margin-top:24px;width:100%}.basket-total__one{margin-top:12px;width:100%}.basket-total__subdesc{color:var(--shuttle-color);font-size:15px;font-weight:400;margin:24px 0 0}.basket-content__cards{border:1px solid var(--mischka-color);border-bottom:0}@media (max-width:576px){.basket-total__layout{left:80%}.basket-total__layout:after{margin:0;left:40%}.basket-content__cards{border:none}}.basket-content__top{padding:16px;border-bottom:1px solid var(--mischka-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}@media (max-width:576px){.basket-content__top{padding:16px 20px}}.basket-content__delete{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;color:var(--shuttle-color);font-size:15px;font-weight:500;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.basket-content__delete svg{width:24px;height:24px;stroke:var(--shuttle-color);stroke-width:2px;stroke-linecap:round;-webkit-transition:stroke .25s ease-in-out;transition:stroke .25s ease-in-out}.basket-content__delete:hover{color:var(--promo-color)}.basket-content__delete:hover svg{stroke:var(--promo-color)}.basket-card{padding:48px 40px 40px;position:relative;border-bottom:1px solid var(--mischka-color)}.basket-card__top{position:absolute;top:16px;left:16px;right:16px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.basket-card__save{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.basket-card__save svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;fill:#afb0b2;stroke:transparent}.basket-card__delete-mobile{display:none}@media (max-width:1260px){.basket-card__save{margin-left:auto}.basket-card__delete-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.basket-card__delete-mobile svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;stroke:#afb0b2;stroke-width:2px;stroke-linecap:round;fill:transparent}}.basket-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.basket-card__info{width:100%}.basket-card__image{max-width:120px;width:100%;height:130px;-ms-flex-negative:0;flex-shrink:0}.basket-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.basket-card__art{color:var(--shuttle-color);font-size:15px;font-weight:500;margin-bottom:16px;display:block}@media (max-width:767px){.basket-card{padding:60px 20px 32px}.basket-card__image{max-width:64px;height:70px}.basket-card__art{margin-bottom:4px}}.basket-card__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;margin-bottom:16px}@media (max-width:767px){.basket-card__inner{margin-bottom:0}}.basket-card__inner .right{-ms-flex-negative:0;flex-shrink:0}.basket-card__name{display:block;font-size:18px;font-weight:500;line-height:1.2;margin:0 0 4px}@media (max-width:767px){.basket-card__name{font-size:16px}}.basket-card__desc{display:block;font-size:15px;color:var(--shuttle-color)}.basket-card__price{display:block;font-size:18px;font-weight:500;line-height:1.2;text-align:right}@media (max-width:767px){.basket-card__price{display:none}.basket-card__price.mobile{display:block}}.basket-card__old{display:block;color:#9c9d9e;text-align:right;font-size:16px;font-weight:500;text-decoration:line-through}@media (max-width:767px){.basket-card__old{display:none}.basket-card__old.mobile{display:block}}.basket-card__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.basket-card__actions-mobile{display:none}@media (max-width:767px){.basket-card__actions{display:none}.basket-card__actions-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:24px}.basket-card__items{margin-top:18px}}.basket-card__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;border:1px solid var(--mischka-color);gap:12px;padding:11px 12px}@media (max-width:576px){.basket-card__top{left:20px;right:20px}.basket-card__action{padding:7px 12px}}.basket-card__minus{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18%2012H6%22%20stroke%3D%22%23222427%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)}.basket-card__plus{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18%2012H6%22%20stroke%3D%22%23222427%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12%206L12%2018%22%20stroke%3D%22%23222427%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)}.basket-card__total{font-size:16px;font-weight:400}.basket-card__content:hover .basket-card__delete{opacity:1}.basket-card__delete{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;color:var(--promo-color);font-size:15px;font-weight:500;opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}@media (max-width:1260px){.basket-card__content:hover .basket-card__delete{opacity:0}.basket-card__delete{display:none}}.basket-card__delete svg{width:24px;height:24px;-o-object-fit:contain;object-fit:contain;stroke:var(--promo-color);stroke-width:2px;stroke-linecap:round}.basket-card__items{padding:8px 0}.basket-card__item{padding:16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.basket-card__item:not(:last-child){border-bottom:1px solid var(--mischka-color)}.basket-card__item .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.basket-card__item .left span{display:block;-ms-flex-preferred-size:48px;flex-basis:48px;font-size:15px;-ms-flex-negative:0;flex-shrink:0}.basket-card__item .left p{margin:0;font-size:15px}@media (max-width:576px){.basket-card__item .left{gap:12px}.basket-card__item .left p{max-width:200px}}.basket-card__item .right{-ms-flex-negative:0;flex-shrink:0;text-align:right;font-size:16px;font-weight:500}.basket-card__blocks{margin-top:10px}.basket-card__block{padding:24px 0}.basket-card__block:not(:last-child){border-bottom:1px solid var(--mischka-color)}.basket-card__block .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;margin-bottom:16px}.basket-card__block .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;padding-left:36px}@media (max-width:767px){.basket-card__block{padding:20px 0}.basket-card__block .bottom{padding-left:0;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;gap:16px}}.basket-card__block .checkbox-block{font-size:18px;font-weight:500;max-width:550px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.basket-card__block:hover .basket-card__block-delete{opacity:1}.basket-card__block-delete{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;color:var(--promo-color);font-size:15px;font-weight:500;opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}@media (max-width:1260px){.basket-card__block-delete{display:none}}.basket-card__block-delete svg{width:24px;height:24px;stroke:var(--promo-color);stroke-width:2px;stroke-linecap:round}.basket-card__block-price{font-size:16px;-ms-flex-preferred-size:80px;flex-basis:80px}.basket-card__block-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;border:1px solid var(--mischka-color);gap:12px;padding:11px 12px}@media (max-width:767px){.basket-card__block-actions{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.basket-card__block-total{font-size:16px;font-weight:500;margin-left:auto;text-align:right}.basket-empty{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:120px}.basket-empty__desc{margin:0 0 22px;font-size:22px;font-weight:500}.basket-empty__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:12px 20px}.basket.empty .basket__head-counter,.basket.empty .basket__inner{display:none}.basket.empty .basket-empty{display:-webkit-box;display:-ms-flexbox;display:flex}.basket.empty .basket-empty svg{stroke:var(--dark-color);stroke-width:2px;stroke-linecap:round;fill:transparent;width:36px;height:36px;margin-bottom:20px}.fixed-one{position:fixed;bottom:63px;left:0;width:100%;padding:12px 0;background-color:var(--light-color);display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.fixed-one__container{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px}.checkout{padding-bottom:120px}@media (max-width:1260px){.checkout{padding-top:60px}}.checkout__container{max-width:1152px;margin:0 auto}@media (max-width:1260px){.checkout__container{max-width:calc(100% - 100px)}}.checkout__inner{display:-ms-grid;display:grid;-ms-grid-columns:1fr 384px;grid-template-columns:1fr 384px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:48px}@media (max-width:1260px){.checkout__inner{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}@media (max-width:1020px){.basket-card__block .checkbox-block{max-width:400px}.checkout__inner{-ms-grid-columns:100%;grid-template-columns:100%}.checkout-basket{position:sticky}}.checkout__title{margin:0 0 40px}.checkout__desc{margin:0 0 32px;font-size:18px}@media (max-width:576px){.fixed-one.show{display:block}.checkout{padding-top:20px}.checkout__container{max-width:calc(100% - 40px)}.checkout__title{margin:0 0 32px}.checkout__desc{margin:0 0 24px}}.checkout-form__inputs{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px}@media (max-width:1260px){.checkout-form__inputs{-ms-grid-columns:100%;grid-template-columns:100%}}.checkout-form__input{border:1px solid var(--mischka-color)}.checkout-form__agree{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:32px}.checkout-form__reset-pass{margin-bottom:32px}.checkout-form__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:28px}.checkout-form__submit{padding:12px 20px}.checkout-form__link{font-size:15px;font-style:normal;font-weight:500;border-bottom:1px dashed var(--accent-color);-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.checkout-form__link:hover{color:var(--accent-color)}.checkout-basket{border-radius:4px;background:var(--light-color);-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);padding:32px;position:sticky;top:70px;-webkit-transition:top .25s ease-in-out;transition:top .25s ease-in-out;will-change:top}.checkout-basket.to-top{top:30px}@media (max-width:576px){.checkout-form__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.checkout-form__submit{width:100%}.checkout-basket{margin:0 -20px;padding:20px}}.checkout-basket__desc{color:var(--shuttle-color);font-size:15px;margin:0 0 16px}.checkout-basket__price{font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px;display:block;padding-bottom:24px;margin-bottom:16px;border-bottom:1px solid var(--mischka-color)}.checkout-basket__cards{margin-bottom:24px}.checkout-basket__button{margin-top:24px;width:100%}.checkout-basket__subdesc{color:var(--shuttle-color);font-size:15px;margin:24px 0 0}.checkout-basket__edit{font-size:15px;font-weight:500;margin-top:24px;color:var(--dark-color);-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.checkout-basket__edit:hover{color:var(--accent-color)}.checkout-basket-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--mischka-color)}.checkout-basket-card .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.checkout-basket-card .image{width:56px;height:60px;-ms-flex-negative:0;flex-shrink:0}.checkout-basket-card .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.checkout-basket-card .info{max-width:150px}.checkout-basket-card .info p{margin:0 0 4px;font-size:14px;font-weight:500;height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.checkout-basket-card .info span{font-size:12px;font-weight:500;opacity:.6;display:block;min-height:16px;max-height:32px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.checkout-basket-card .totals{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:right;-ms-flex-negative:0;flex-shrink:0}.checkout-basket-card .totals p{margin:0;font-size:14px;font-weight:500}.checkout-basket-card .totals p:not(:last-child){margin-bottom:10px}.ordering__head{margin:0 0 40px}.ordering__inputs{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:1260px){.ordering__inputs{-ms-grid-columns:100%;grid-template-columns:100%}}.ordering__input{border:1px solid var(--mischka-color)}.ordering__title{margin:0 0 32px;font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px}.ordering__title.m-t{margin:60px 0 32px}@media (max-width:576px){.ordering__head{margin:0 0 32px}.ordering__title{margin:0 0 24px;font-size:22px}.ordering__title.m-t{margin:40px 0 32px}}.ordering__radios{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px}@media (max-width:767px){.ordering__radios{-ms-grid-columns:100%;grid-template-columns:100%;gap:20px}}.ordering__subinputs{max-width:50%;margin:8px 0 12px}.ordering__textarea{border:1px solid var(--mischka-color);height:100px;resize:none;margin-bottom:60px}@media (max-width:576px){.ordering__textarea{margin-bottom:32px}}.ordering__delivery{font-size:16px;font-weight:500;margin:0 0 20px}.ordering__map{height:500px;width:100%;border-radius:4px;overflow:hidden}@media (max-width:1260px){.ordering__subinputs{max-width:100%}.ordering__map{height:400px}}.ordering__payment{margin-top:60px}@media (max-width:576px){.ordering__map{height:560px}.ordering__payment{margin-top:32px}}.ordering__payment-radio{font-weight:500;display:-ms-grid;display:grid;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr}.ordering__payment-radio:not(:last-child){margin-bottom:24px}.ordering__payment-radio b{-ms-grid-row:2;-ms-grid-row-span:1;grid-area:2/1/3/-1;display:none;font-size:14px;font-weight:400;line-height:1.3;color:var(--shuttle-color);margin-left:30px;max-width:382px}.ordering__payment-radio input:checked~b{display:-webkit-box;display:-ms-flexbox;display:flex}.ordering__payment-connect{font-size:14px;font-weight:400;line-height:1.3;color:#5e6062;max-width:382px;margin:8px 0 0 30px}.ordering__type{display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.ordering__type.show{display:block}.cabinet{padding-top:40px;overflow:hidden}.cabinet__container{max-width:calc(100% - 768px);margin:0 auto}@media (max-width:1560px){.cabinet__container{max-width:calc(100% - 600px)}}@media (max-width:1660px){.cabinet__container{max-width:calc(100% - 100px)}}.cabinet__head{margin:0 0 40px}@media (max-width:576px){.cabinet{padding-top:20px}.cabinet__container{max-width:calc(100% - 40px)}.cabinet__head{margin-bottom:20px}}.cabinet-switchers-slider{overflow:visible;margin-bottom:35px;border-bottom:1px solid var(--mischka-color)}.cabinet__switchers{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.cabinet__switcher{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;font-size:16px;font-weight:500;color:var(--shuttle-color);padding:10px 0;margin:0;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;height:auto}.cabinet__switcher svg{width:24px;height:24px}.cabinet__switcher.active{color:var(--dark-color);position:relative}.cabinet__switcher.active:after{content:"";bottom:-1px;left:0;width:100%;height:2px;background-color:var(--accent-color);position:absolute}.cabinet__switcher-saved svg{fill:var(--shuttle-color)}.cabinet__switcher-saved.active svg{fill:var(--dark-color)}.cabinet__switcher-compare svg{fill:transparent;stroke:var(--shuttle-color);stroke-width:2px}.cabinet__switcher-compare.active svg{stroke:var(--dark-color)}.history{padding-bottom:120px}.history__inner{border:1px solid var(--mischka-color);border-radius:4px}.history__head{padding:16px 32px;display:-ms-grid;display:grid;gap:12px;-ms-grid-columns:56px 88px 210px 1fr 88px;grid-template-columns:56px 88px 210px 1fr 88px;border-bottom:1px solid var(--mischka-color)}@media (max-width:1020px){.history__head{display:none}}.history__head span{font-size:15px;font-weight:400;line-height:130%;color:var(--shuttle-color)}.history__pagination{padding-left:0;padding-right:0}.history-item{padding:32px;display:-ms-grid;display:grid;gap:12px;-ms-grid-columns:56px 88px 210px 1fr;grid-template-columns:56px 88px 210px 1fr}@media (max-width:1020px){.history-item{-ms-grid-columns:100px 1fr;grid-template-columns:100px 1fr;gap:16px}.history-item__label{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3}}.history-item:not(:last-child){border-bottom:1px solid var(--mischka-color)}.history-item__top{display:-ms-grid;display:grid;gap:12px;-ms-grid-columns:140px 1fr 88px;grid-template-columns:140px 1fr 88px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.history__inner{margin:0 -20px 20px;border-right:0;border-left:0}.history-item{padding:20px}.history-item__top{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.history-item__label{padding:3px 8px;border-radius:4px;font-size:13px;font-weight:400;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.history-item.success .history-item__label{background-color:#d2ee9a}.history-item.waiting-get .history-item__label{background-color:#f5ec9b}.history-item.waiting-delivery .history-item__label{background-color:#ffd5a5}.history-item.in-progress .history-item__label{background-color:#e1dafa}.history-item.waiting-pay .history-item__label{background-color:#bfc9fd}.history-item.waiting-call .history-item__label{background-color:#bfe5fd}.history-item__images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.history-item__image,.history-item__picture{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0}.history-item__image img,.history-item__picture img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.history-item__more{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:767px){.history-item__more{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;height:40px;border-radius:4px;border:1px solid rgba(139,191,31,.4);font-size:14px}.history-item__total{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:1;grid-row:1}}.history-item__more::after{content:"";display:block;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14L12 10L16 14' stroke='%23222427' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");width:24px;height:24px;-webkit-transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.history-item.show .history-item__more::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.history-item__total{text-align:right;font-size:15px;font-weight:500}.history-item__bottom{margin-top:10px;display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.history-item.show .history-item__bottom{display:block}@media (max-width:1020px){.history-item__content{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3}}.history-item__block{padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;margin:8px 0}.history-item__block:not(:last-child){border-bottom:1px solid var(--mischka-color)}.history-item__block.to-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.history-item__info{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.history-item__info .block{display:-ms-grid;display:grid;-ms-grid-columns:1fr 40px 88px;grid-template-columns:1fr 40px 88px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding-bottom:13px}.history-item__info .block:not(:last-child){border-bottom:1px solid var(--mischka-color)}.history-item__info .block:first-child{padding-bottom:0;border-bottom:0}.history-item__info .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.history-item__info .content .top{font-size:13px;font-weight:500}.history-item__info .content .bottom{font-size:12px;font-weight:500;opacity:.6}.history-item__info .count{font-size:13px;font-weight:400;color:var(--shuttle-color)}.history-item__info .price{text-align:right}.history-item__info .price p{display:none}@media (max-width:767px){.history-item__info .block{-ms-grid-columns:186px 1fr;grid-template-columns:186px 1fr}.history-item__info .count{display:none}.history-item__info .price p{display:block;margin:0;font-size:15px}}.history-item__info .price span{font-size:15px;font-weight:500}.history-empty{margin-top:120px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.history-empty.show{display:-webkit-box;display:-ms-flexbox;display:flex}.saved__cards{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));margin-top:60px}.saved__cards .card{max-width:100%;border-right:1px solid var(--mischka-color)}.saved__cards .card__save svg{stroke:#afb0b2;fill:#afb0b2}.saved-empty{margin-block:120px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:576px){.saved__cards{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.saved .catalog__more{width:100%}.saved-empty{margin-block:80px}}.saved-empty.show{display:-webkit-box;display:-ms-flexbox;display:flex}.saved-empty__desc{font-size:22px;font-weight:500;margin:0 0 20px}.saved-empty__link{padding:12px 20px}.profile{padding-bottom:120px}.profile__container{max-width:calc(100% - 768px);margin:0 auto}@media (max-width:1560px){.profile__container{max-width:calc(100% - 600px)}}@media (max-width:1260px){.profile__container{max-width:calc(100% - 100px)}}@media (max-width:576px){.profile__container{max-width:calc(100% - 40px)}}.profile__block{max-width:768px}.profile__block:not(:last-child){margin-bottom:40px}.profile__title{margin:0 0 32px;font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px}@media (max-width:576px){.profile__title{font-size:22px;margin:0 0 20px}}.profile__inputs{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px}.profile__input{position:relative}.profile__input:after{content:"";top:15px;right:16px;width:16px;height:16px;position:absolute;background-image:url(../img/warning-icon.svg);background-repeat:no-repeat;background-size:contain;opacity:0}.profile__input.error:after{opacity:1}.profile__input.error input{border-color:var(--promo-color)!important}.profile__input input{border-color:var(--mischka-color)}.profile__input input:active,.profile__input input:focus,.profile__input input:hover{border-color:var(--accent-color)}.profile__input.col-2{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3}.profile__edit{padding:13px 20px}@media (max-width:576px){.profile__inputs{-ms-grid-columns:100%;grid-template-columns:100%;margin-bottom:20px}.profile__input.col-2{grid-column:auto}.profile__edit{width:100%}}.profile__block-error{margin-bottom:20px;display:none;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.profile__block-error.show{display:block}.profile__error{position:relative;padding-left:26px;font-size:15px;color:var(--promo-color);margin:0}.profile__error:not(:last-child){margin-bottom:12px}.profile__error:after{content:"";top:1px;left:0;width:16px;height:16px;position:absolute;background-image:url(../img/warning-icon.svg);background-repeat:no-repeat;background-size:contain}@-webkit-keyframes hideUp{from{opacity:0}to{opacity:1}}@keyframes hideUp{from{opacity:0}to{opacity:1}}.compare{padding:15px 0 190px}@media (max-width:576px){.compare{padding-top:0}}.compare__container{position:relative}@media (max-width:767px){.compare__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.compare__inner{padding:40px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:sticky;top:0;background-color:#fff;z-index:2;-webkit-transition:top .25s ease-out;transition:top .25s ease-out}.compare__inner--scroll{-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1)}@media (max-width:767px){.compare__inner{padding:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.compare__inner--scroll .compare__add-cart{opacity:0;height:0;font-size:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:none}.compare__inner .slider,.compare__inner .slider-m{-webkit-box-flex:0!important;-ms-flex:0 0 50%!important;flex:0 0 50%!important}.compare.slider-hidden .compare__inner .slider{-webkit-box-flex:1!important;-ms-flex:1 1 100%!important;flex:1 1 100%!important}}.compare__filter{-webkit-box-flex:0;-ms-flex:0 0 294px;flex:0 0 294px;margin-right:40px}@media (max-width:1260px){.compare__filter{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px}}@media (max-width:767px){.compare__filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:20px 16px}}.compare__difference{-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;font-size:14px;font-weight:500;line-height:1.3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-bottom:32px}.compare__difference input{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;opacity:0}.compare__custom-checkbox{position:relative;width:44px;-webkit-box-flex:0;-ms-flex:0 0 44px;flex:0 0 44px;height:24px;background-color:var(--small-dark);border-radius:30px;margin-right:12px;-webkit-transition:background-color .25s ease-out;transition:background-color .25s ease-out}.compare__custom-checkbox::after{content:"";position:absolute;left:2px;height:20px;width:20px;top:2px;background-color:#fff;border-radius:50%;-webkit-transition:.25s ease-out;transition:.25s ease-out}.compare__difference input:checked+.compare__custom-checkbox{background-color:var(--accent-color)}.compare__difference input:checked+.compare__custom-checkbox::after{left:calc(100% - 2px);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.compare__difference input:not(:checked):focus-visible+.compare__custom-checkbox{background-color:var(--shuttle-color)}.compare__difference input:checked:focus-visible+.compare__custom-checkbox{background-color:var(--atlantis-color)}.compare__item{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:767px){.compare__difference{margin-bottom:0}.compare__item{padding:20px 20px 55px;border-top:1px solid var(--mischka-color);border-right:1px solid var(--mischka-color)}}.compare__preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;width:100%}.compare__img{-webkit-box-flex:0;-ms-flex:0 1 140px;flex:0 1 140px;width:140px;height:150px}@media (max-width:767px){.compare__preview{margin-bottom:12px}.compare__img{-webkit-box-flex:0;-ms-flex:0 1 80px;flex:0 1 80px;width:80px;height:86px}}.compare__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.compare__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;opacity:0;-webkit-transition:.25s ease-out;transition:.25s ease-out}@media (max-width:1260px){.compare__controls .catalog-label{background-color:transparent;padding:0}.compare__controls .catalog-label p{font-size:0}}.compare__filter .catalog-label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.compare__item:hover .compare__controls{opacity:1}.compare__caption{margin-bottom:40px}.compare__caption h3{margin:0 0 5px;font-size:16px;font-weight:500;line-height:1.3}@media (max-width:576px){.compare__caption h3{font-size:14px}}.compare__caption span{display:block;color:var(--shuttle-color);opacity:.6;font-size:15px;font-weight:500}.compare__add-cart{padding:0 20px;margin-top:auto;-webkit-transition:.25s ease-out;transition:.25s ease-out}.compare__add-cart svg{margin-right:4px;stroke:var(--light-color);stroke-width:2px;stroke-linecap:round;fill:transparent;width:24px;height:24px}.compare__body{padding:0 50px}.compare__body-m{display:none}.compare__body-m .compare__aside{opacity:0}@media (max-width:767px){.compare__controls{opacity:1}.compare__filter .catalog-label p{font-size:14px}.compare__caption{margin-bottom:12px}.compare__body{padding:0;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;overflow:hidden}.compare.slider-hidden .compare__body{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.compare__body-m{display:block}.compare.slider-hidden .compare__body-m{display:none}.compare__body .swiper-slide{padding:0 20px}}.compare__row{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 0;-webkit-transition:.25s ease-out;transition:.25s ease-out;border-top:1px solid var(--mischka-color);-webkit-animation:1s forwards hideUp;animation:1s forwards hideUp}.compare__row:hover{background-color:var(--whisper-color)}.compare__row.hide{display:none}.compare__aside{-webkit-box-flex:0;-ms-flex:0 0 294px;flex:0 0 294px;margin:0 40px 0 0}@media (max-width:1260px){.compare__aside{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px}.compare-page .site-container{overflow:unset}}@media (max-width:767px){.compare__row{display:block}.compare__aside{margin-right:0;margin-bottom:16px;padding:0 20px}}.compare-slider__next,.compare-slider__prev{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}@media (max-width:1020px){.compare-slider__next,.compare-slider__prev{display:none}}.compare-slider__next.show,.compare-slider__prev.show{opacity:1}.compare__pagination{display:none;bottom:0!important}@media (max-width:767px){.compare__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:25px!important}}.compare .catalog-label:first-child{margin-bottom:10px}.compare .swiper-pagination-bullet{background-color:var(--dark-color);margin:0 8px!important}.compare-page .cabinet-switchers-slider{margin-bottom:0}.compare .slider{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.compare .slider-m{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:none}@media (max-width:767px){.compare .slider-m{display:-webkit-box;display:-ms-flexbox;display:flex}.compare.slider-hidden .slider-m{display:none}}.compare .swiper-slide{-webkit-box-flex:0;-ms-flex:0 0 344px;flex:0 0 344px}@media (max-width:1560px){.compare .swiper-slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.compare-page .saved-empty{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.compare-page .saved-empty__link{max-width:170px}.service{background:radial-gradient(157.68% 141.42% at 100% 100%,#daffbc 0,#bde3ff 100%),-webkit-gradient(linear,left bottom,left top,from(#f5f5fa),to(#f5f5fa)),#ccf9a4;background:radial-gradient(157.68% 141.42% at 100% 100%,#daffbc 0,#bde3ff 100%),linear-gradient(0deg,#f5f5fa 0,#f5f5fa 100%),#ccf9a4}@media (max-width:767px){.service{background:radial-gradient(217.15% 141.42% at 100% 100%,#ceffa8 0,#bee4ff 100%)}}.service__inner{background-image:url(../img/service-bg.webp);background-repeat:no-repeat;background-position:91% bottom;background-size:42.55% auto;padding:40px 0 86px;height:100%;width:100%;max-width:1920px}@media (max-width:767px){.service__inner{background-image:url(../img/service-bg-m.webp);background-size:50.55% auto}}@media (max-width:576px){.compare__caption span{font-size:12px}.compare__aside,.compare__body .swiper-slide{font-size:14px}.compare .catalog-label:first-child{margin-bottom:5px}.service__inner{padding:20px 0 300px;background-size:390px auto}}.service__container{max-width:calc(100% - 768px);margin:0 auto}@media (max-width:1560px){.service__inner{background-position:right bottom}.service__container{max-width:calc(100% - 384px)}.service__title{font-size:40px}}@media (max-width:1260px){.service__container{max-width:100%;padding:0 20px}}.service__info{max-width:587px;min-width:490px}@media (max-width:767px){.service__info{max-width:320px;min-width:0}}.service__title{margin:0 0 24px}@media (max-width:576px){.service__title{font-size:32px;letter-spacing:-1.28px;margin-bottom:15px}}.service__desc{margin:0 0 32px}.service__subdesc{font-weight:500;margin:0 0 16px;display:block}.service__variants{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:13px 40px;max-width:450px;margin-bottom:57px}@media (max-width:767px){.service__variants{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:0;row-gap:10px;margin-bottom:32px}}.service__variant{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;line-height:1}.service__variant strong{font-weight:500;font-size:18px;-ms-flex-negative:0;flex-shrink:0;line-height:1}.service__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.service__btn{padding:12px 20px}@media (max-width:1000px){.service .order__bottom{display:-webkit-box;display:-ms-flexbox;display:flex}}.about__title{display:block;margin:0 0 75px}@media (max-width:767px){.service__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.service__btn{width:100%;height:40px}.about__title{margin-bottom:40px}.about__images{display:none}}.about__images{left:0;position:sticky;top:20%;-webkit-box-flex:0;-ms-flex:0 0 768px;flex:0 0 768px;height:545px;margin-right:50px}@media (max-width:1260px){.about__images{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:400px;height:28vw}}@media (max-width:1020px){.about__images{height:32vw}}.about__img{width:100%;height:100%;will-change:top;-webkit-transition:1s cubic-bezier(.04,.93,.09,.97);transition:1s cubic-bezier(.04,.93,.09,.97);position:absolute;z-index:1;top:100vh;left:0;border-radius:4px;overflow:hidden}.about__img:first-of-type{top:0}.about__img::after{content:"";-webkit-transition:.3s ease-out;transition:.3s ease-out;opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,.2)}.about__img--opacity::after{opacity:1}.about__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.about__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:83.333%;padding-right:60px}@media (max-width:1560px){.about__inner{max-width:100%;width:100%}}.about__body{max-width:576px;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}@media (max-width:767px){.about__inner{padding:0 20px;display:block}.about__body{max-width:none;margin-bottom:30px}}.about__item{margin-bottom:30px}.about__item:last-child{margin-bottom:0}.about__item--active .about__subtitle{color:var(--accent-color)}.about__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px}@media (max-width:767px){.about__header{margin-bottom:20px}.about__subtitle{color:inherit!important}}.about__year{margin-bottom:8px}.about__subtitle{margin:0;font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px}.about__content{position:relative;padding-bottom:95px;padding-left:80px}@media (max-width:1020px){.about__content{padding-left:30px}}.about__content::before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background-color:var(--whisper-color)}.about__line{will-change:transform;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;position:absolute;left:0;top:0;height:100%;width:4px;z-index:1;background-color:var(--accent-color)}.about__descr{font-size:15px;margin:0 0 10px;color:var(--shuttle-color)}.about__descr:last-child{margin-bottom:0}.about__image{display:none;width:100%;height:62.7vw;margin-bottom:32px}@media (max-width:767px){.about__content{padding:0}.about__content::before,.about__line{display:none}.about__image{display:block}}.about__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.about__button{display:none}.about-page .site-container.visible{overflow:unset}.crew{position:relative;z-index:2;padding-top:100px;background-color:#fff}.crew__title{margin:0 0 60px}.crew__img{width:160px;height:160px;margin-bottom:50px;overflow:hidden;border-radius:50%}@media (max-width:767px){.about__button{display:-webkit-box;display:-ms-flexbox;display:flex}.crew__img{width:80px;height:80px;margin-bottom:20px}}.crew__subtitle{text-align:center;margin:0 0 12px;font-size:22px;font-weight:500}.crew__descr{text-align:center;margin:0}.crew-item{padding:20px;border:1px solid var(--mischka-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:370px}@media (max-width:767px){.crew__subtitle{font-size:16px}.crew__descr{font-size:14px}.crew-item{min-height:230px}}.promotions{padding-bottom:300px}@media (max-width:576px){.promotions{padding-bottom:150px}}.promotions__container{max-width:1200px;margin:0 auto;padding:0 25px}.promotions__title{margin:0 0 40px}.promotions__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:576px){.promotions__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.promotions__item{margin-bottom:30px}}.promotions__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.promotions--no-promo .promo__inner{display:none}.promotions--no-promo .promotions__nothing{display:-webkit-box;display:-ms-flexbox;display:flex}.promotions__nothing{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;max-width:280px}.promotions__nothing p{font-size:22px;font-weight:500;margin:0 0 22px}.promotions__nothing a{padding:0 20px}.promotions .breadcrumbs{margin:40px 0 20px}.promo--coral{background:radial-gradient(105.63% 141.42% at 100% 100%,#ceffa8 0,#bee4ff 100%)}.promo--orange{background:radial-gradient(105.65% 141.42% at 100% 100%,#fdffa3 0,#ffdfaf 100%)}.promo--green{background:radial-gradient(105.65% 141.42% at 100% 100%,#fbf39e 0,#d7f49b 100%)}.promo--neon{background:radial-gradient(114.86% 141.42% at 100% 100%,#b0f1ff 0,#e2d9fa 100%)}.promo__inner{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:560px;height:100%}@media (max-width:1260px){.promo__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.promo__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:50px}@media (max-width:1560px){.promo__content{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;padding:30px 20px 30px 30px}}@media (max-width:1260px){.promo__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}@media (max-width:767px){.promo__content{padding:32px 20px 0;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;margin-bottom:40px}.promo__img img{-o-object-position:center bottom;object-position:center bottom}}@media (max-width:576px){.promo__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.promo__img{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;margin-top:auto}@media (max-width:1560px){.promo__img{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}}@media (max-width:1260px){.promo__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;height:250px}}.promo__img img{display:block;-o-object-fit:contain;object-fit:contain;width:100%;height:100%;max-height:425px}.promo__date{margin-bottom:10px}@media (max-width:767px){.promo__date{font-size:13px;margin-bottom:3px}}.promo__title{margin:0 0 16px;font-size:40px;font-weight:500;line-height:1;letter-spacing:-1.6px}@media (max-width:1700px){.promo__title{font-size:34px}}@media (max-width:767px){.promo__title{font-size:32px;letter-spacing:-1.28px}}.promo__text{margin:0 0 40px;font-size:18px}.promo__link{-ms-flex-item-align:start;align-self:flex-start;padding:0 20px}@media (max-width:767px){.promo__text{font-size:15px;margin-bottom:30px}.promo__link{width:100%;margin-top:auto}}@media (max-width:576px){.promo__link{margin-top:0}}.promotion{padding-bottom:200px}.promotion__preview{background:radial-gradient(299.96% 121.21% at 68.49% 100%,#ceffa8 0,#bee4ff 100%);margin-bottom:80px}@media (max-width:767px){.promotion__preview{margin-bottom:60px}}.promotion__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}@media (max-width:767px){.promotion__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.promotion__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;padding-left:192px;padding-right:70px;padding-bottom:70px}@media (max-width:1260px){.promotion__content{padding-left:0}}.promotion__date{margin-bottom:10px}@media (max-width:767px){.promotion__content{padding:0 0 40px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.promotion__date{margin-bottom:3px;font-size:13px}}.promotion__title{margin:0 0 14px;font-size:50px;font-weight:500;line-height:1;letter-spacing:-2px}@media (max-width:1560px){.promotion__title{font-size:40px}}@media (max-width:1020px){.promotion__title{font-size:32px}}.promotion__text{margin:0 0 40px;font-size:18px}.promotion__link{padding:0 20px;-ms-flex-item-align:start;align-self:flex-start}.promotion__img{margin-top:auto;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;padding-right:45px}@media (max-width:767px){.promotion__title{letter-spacing:-1.28px}.promotion__text{font-size:15px;margin-bottom:32px}.promotion__link{width:100%}.promotion__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}@media (max-width:576px){.promotion__img{margin:0 -20px}}.promotion__img img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.promotion__about{padding-left:212px;margin-bottom:80px}@media (max-width:1260px){.promotion__img{padding-right:0}.promotion__about{padding-left:0;margin-bottom:60px}}.promotion__caption{margin:0 0 28px;font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px;max-width:960px}@media (max-width:767px){.promotion__caption{font-size:22px;line-height:1.2;margin-bottom:20px}}.promotion__descr{margin:0;font-size:18px;color:var(--shuttle-color);max-width:780px}.promotion__list{margin-bottom:40px;border-top:1px solid var(--mischka-color);display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}@media (max-width:576px){.promotion__list{margin-bottom:20px}}.promotion__card{border-top:0;border-right:1px solid var(--mischka-color);max-width:100%}.promotion__navs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1920px;margin:0 auto;padding:0 50px}@media (max-width:576px){.promotion__navs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px}.promotion__more{width:100%;margin-bottom:20px}}.promotion .breadcrumbs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:192px;margin:40px 0 20px}.contacts__container{max-width:1200px;padding:0 25px}.contacts__title{margin:0 0 40px}@media (max-width:576px){.contacts__title{margin-bottom:32px}}.contacts__info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:80px;border-left:1px solid var(--mischka-color);border-top:1px solid var(--mischka-color)}@media (max-width:1260px){.promotion .breadcrumbs{margin:20px 0;padding-left:0}.contacts__info{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:767px){.promotion__descr{font-size:16px}.promotion__list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.contacts__container{padding:0}.contacts__title{padding:0 20px}.contacts__info{margin-bottom:0}}.contacts__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 25%;flex:1 1 25%;padding:32px;border-right:1px solid var(--mischka-color);border-bottom:1px solid var(--mischka-color);min-height:170px}@media (max-width:1260px){.contacts__item{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}}@media (max-width:767px){.contacts__item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:32px 20px;min-height:141px}.contacts__item--office .contacts__data{max-width:200px}}.contacts__item--time .contacts__data{max-width:170px}.contacts__caption{color:var(--shuttle-color);margin-bottom:12px}.contacts__data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 5px;font-size:18px;font-weight:500;line-height:1.2}.contacts__data span:first-of-type{opacity:.6;margin-right:5px}.contacts__data span:last-of-type{margin-left:auto}.contacts__data a{-webkit-transition:color .3s ease-out;transition:color .3s ease-out}.contacts__data a:focus,.contacts__data a:hover{color:var(--accent-color)}.contacts__item--phone .contacts__data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts__phone{margin-right:8px}.contacts__telegram{font-size:0;width:24px;height:24px;background-position:center;background-repeat:no-repeat;margin-right:4px}.contacts__whatsap{font-size:0;width:24px;height:24px;background-position:center;background-repeat:no-repeat}.contacts__consultation{margin-bottom:80px}@media (max-width:767px){.contacts__consultation{width:100%;margin-bottom:60px}.contacts .breadcrumbs{padding:0 20px}}.contacts__map{width:100%;height:620px}.contacts__map-title{margin:0 0 32px;font-size:22px;font-weight:500;line-height:1.2;padding:0 20px}.contacts .breadcrumbs{margin:40px 0 20px}@media (max-width:576px){.contacts__map-title{margin-bottom:20px}.contacts .breadcrumbs{margin:20px 0}}.consultation{position:relative;z-index:1;padding:32px;width:100%;border-radius:4px;background-color:#d2ee9a}.consultation::after{content:"";position:absolute;z-index:-1;right:0;bottom:0;background-image:url(../img/consultation.png);background-repeat:no-repeat;background-position:center bottom;background-size:contain;width:618px;height:266px}@media (max-width:1020px){.consultation::after{width:400px;height:200px}}.consultation__inner{max-width:426px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:767px){.consultation{padding:32px 20px 198px}.consultation::after{width:360px;height:166px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.consultation__inner{max-width:none;width:100%}.consultation__btn{width:100%}}.consultation__title{margin:0 0 15px;font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px}.consultation__text{margin:0 0 16px}.consultation__btn{padding:0 20px;cursor:pointer;-webkit-transition:.3s ease-out;transition:.3s ease-out}.consultation__btn:focus-visible,.consultation__btn:hover{background-color:#fff;color:var(--accent-color)}.mistake-page .main{height:100%}.mistake-404{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:calc(100vh - 162px);background-image:url(../img/404.jpg);background-image:-webkit-image-set(url("../img/404.webp") type("image/webp"), url("../img/404.jpg") type("image/jpg"));background-image:image-set(url("../img/404.webp") type("image/webp"), url("../img/404.jpg") type("image/jpg"));background-repeat:no-repeat;background-position:center;background-size:cover;font-size:1vh}@media (max-width:1400px){.mistake-404{height:calc(100vh - 130px)}}@media (max-width:576px){.mistake-404{font-size:1.2vh;background-image:url(../img/404-m.jpg);background-image:-webkit-image-set(url("../img/404-m.webp") type("image/webp"), url("../img/404-m.jpg") type("image/jpg"));background-image:image-set(url("../img/404-m.webp") type("image/webp"), url("../img/404-m.jpg") type("image/jpg"));background-position:54% 50%}}.mistake-404__body{padding-top:21em;width:32em;margin:auto}.mistake-404__title{margin:0;color:#fff;text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.12);font-size:15em;font-weight:500;line-height:1;letter-spacing:-6.32px}@media (max-width:576px){.mistake-404__title{font-size:101px}}.mistake-404__descr{margin:0 0 2em;color:#fff;text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.12);font-size:2.2em;font-weight:500;line-height:1.2}@media (max-width:576px){.mistake-404__descr{font-size:14px}}.mistake-404__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767px){.mistake-404{height:calc(100vh - 120px)}.mistake-404__body{padding-top:10em;max-width:none}.mistake-404__links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.mistake-404__link{width:8em;padding:0 1.2em;margin-right:1em;height:3em;font-size:1.5em}@media (max-width:767px){.mistake-404__link{margin-right:0;margin-bottom:.8em}}.mistake-404__link:last-child{margin-right:0}.certificates{padding-bottom:150px}.certificates__title{margin:0 0 40px}.certificates__inner{border-top:1px solid var(--mischka-color);border-left:1px solid var(--mischka-color);display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.certificates__item{border-right:1px solid var(--mischka-color);border-bottom:1px solid var(--mischka-color);padding:50px 40px;height:472px}@media (max-width:767px){.certificates__inner{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.certificates__item{padding:20px;height:242px}.free-slider__next,.free-slider__prev{display:none}}.certificates__item img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.certificates .breadcrumbs{margin:40px 0 20px}@media (max-width:576px){.certificates__title{margin-bottom:32px}.certificates .breadcrumbs{margin:20px 0}}.free__container{max-width:1190px;padding:0 20px;margin:0 auto}.free__title{margin:0 0 70px;max-width:900px}@media (max-width:576px){.free__title{margin-bottom:33px}}.free__card{max-width:100%;border-right:1px solid var(--mischka-color)}.free .card__btn{width:100%}.set{padding-bottom:120px}.set__container{max-width:1190px;padding:0 20px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:1260px){.set__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.set__inner{-webkit-box-flex:1;-ms-flex:1 1 768px;flex:1 1 768px;padding-right:80px}.set__work{margin-bottom:60px}.set__work:last-child{margin-bottom:0}.set-slider{margin-bottom:32px}.set__preview{display:-webkit-box;display:-ms-flexbox;display:flex}.set__slide{width:-webkit-max-content;width:-moz-max-content;width:max-content}.set__img{max-width:343px;max-height:215px}@media (max-width:1260px){.set__inner{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-right:0}.set__slide{width:50%}.set__img{max-width:100%;max-height:none}}@media (max-width:767px){.set__slide{width:initial}.set__img{height:190px}}.set__img img{display:block;width:100%;height:100%}.set__title{margin:0 0 12px;font-size:22px;font-weight:500;line-height:1.2}.set__price{margin:0 0 32px;font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px}.set__include{margin:0 0 20px;font-weight:500;line-height:1.3}.set__list{margin:0 0 20px;padding-left:20px}.set__item{margin-bottom:9px}.set__item:last-child{margin-bottom:0}.set__support{position:sticky;top:40px;-webkit-transition:top .25s ease-out;transition:top .25s ease-out;margin-top:-80px;-webkit-box-flex:0;-ms-flex:0 0 384px;flex:0 0 384px;width:384px}@media (max-width:1260px){.set__support{margin-top:60px;width:100%;max-width:450px;min-width:360px;position:relative;top:0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.set .order__bottom{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:576px){.set__support{margin:60px -20px 0;min-width:320px;width:100vw}}.set__addition{margin:0}.delivery-active .set,.set-active .delivery{display:none}.set-page .breadcrumbs{margin:40px 0 20px}.set-page__title{margin:0 0 40px}@media (max-width:576px){.set-page .breadcrumbs{margin:20px 0}.set-page__title{margin-bottom:20px}}.set-page__tumblr{max-width:690px;border-bottom:1px solid var(--mischka-color);margin-bottom:37px}@media (max-width:1260px){.set-page__tumblr{max-width:100%}}.set-page__btn{padding:10px 0;color:var(--shuttle-color);font-weight:500}.set-page__btn-current{color:inherit;border-bottom:2px solid var(--accent-color)}.set-page__container{max-width:1190px;padding:0 20px;margin:0 auto}.btn-delivery{margin-right:40px}@media (max-width:576px){.btn-delivery{margin-right:20px}}.delivery{padding-bottom:120px}.delivery__container{max-width:1190px;padding:0 20px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.delivery__inner{-webkit-box-flex:1;-ms-flex:1 1 768px;flex:1 1 768px;padding-right:80px}.delivery__cost{margin-bottom:43px}.delivery__cost p{margin:0 0 20px}.delivery__cost p:last-child{margin-bottom:0}.delivery__cost span{font-weight:500}.delivery__map-wrapper{overflow:hidden}.delivery__map{width:690px;height:500px}@media (max-width:1260px){.delivery__inner{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-right:0}.delivery__map{width:100%}.delivery__support{display:none}}@media (max-width:576px){.delivery__cost{margin-bottom:32px}.delivery__map-wrapper{margin:0 -20px}.delivery__map{height:580px}}.delivery__support{position:sticky;top:40px;-webkit-transition:top .25s ease-out;transition:top .25s ease-out;margin-top:-80px;-webkit-box-flex:0;-ms-flex:0 0 384px;flex:0 0 384px;width:384px}.support{padding:32px;border-radius:4px;background:#fff;-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1)}@media (max-width:767px){.support{padding:32px 20px}}.support__call{margin-bottom:16px;min-height:46px;width:100%}.support__load{margin-bottom:16px;min-height:46px}.support .order__social{width:40px;height:40px}.support .order__question{padding:0 12px;font-size:15px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.worker-photo__title{margin:0 auto 60px;max-width:1190px;padding:0 20px}.worker-photo__item{display:block;width:auto;height:360px}@media (max-width:767px){.worker-photo__item{height:190px;width:auto}}.worker-photo__item img{width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pay{padding:40px 0 130px}@media (max-width:576px){.pay{padding:20px 0 230px}}.pay__container{max-width:1190px;padding:0 20px;margin:0 auto}.pay__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:1260px){.pay__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.pay__title{margin:0 0 40px}.pay__inner{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-right:80px;max-width:768px}@media (max-width:1260px){.pay__inner{max-width:100%;width:100%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:0;margin-bottom:60px}}.pay__wrapper{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid var(--mischka-color);border-left:1px solid var(--mischka-color)}@media (max-width:576px){.pay__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:-20px;margin-right:-20px}}.pay__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:32px;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;border-right:1px solid var(--mischka-color);border-bottom:1px solid var(--mischka-color)}.pay__preview{width:50px;height:50px;margin-bottom:32px}@media (max-width:576px){.pay__item{padding:32px 20px}.pay__preview{margin-bottom:20px}}.pay__preview img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.pay__subtitle{margin:0 0 12px;font-size:18px;font-weight:500;line-height:1.2}.pay__descr{margin:0;max-width:240px}.pay__options{margin-bottom:40px}.pay__caption{margin:0 0 24px;font-size:18px;font-weight:500;line-height:1.2}.pay__list{max-width:340px;margin:0;padding:0;list-style:none}.pay__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.pay__option:last-child{margin-bottom:0}.pay__icon{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;height:40px;margin-right:16px}.pay__text{margin:0}.pay__bottom{display:-webkit-box;display:-ms-flexbox;display:flex}.pay__consultation{margin-right:20px}@media (max-width:767px){.pay__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pay__consultation{margin-right:0;margin-bottom:20px}.pay .order__bottom{max-width:none;width:100%}}.pay__aside{position:sticky;top:40px;padding:32px;max-width:384px;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;border-radius:4px;background:#fff;-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1)}.pay__aside .modal-form{padding:0}.pay__aside .modal-form__title{margin-bottom:16px}.pay__aside .modal-form__input{margin-bottom:20px}.pay__aside .modal-form__input:last-child{margin-bottom:0}.pay__aside .order-form__checkbox{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:1260px){.pay__aside{position:relative;top:0}.pay .order__bottom{display:-webkit-box;display:-ms-flexbox;display:flex}}.pay__aside .order-form__input,.pay__aside .order-form__textarea{border:1px solid var(--mischka-color)}.pay__aside .order-form__input:focus-visible,.pay__aside .order-form__textarea:focus-visible{border-color:var(--accent-color)}.pay__aside .order-form__textarea{height:46px}.pay .breadcrumbs{margin-bottom:20px}.processed{padding-bottom:100px;padding-top:40px}@media (max-width:767px){.processed{padding-bottom:70px}}@media (max-width:576px){.pay__aside{margin-left:-20px;margin-right:-20px}.processed{padding-top:15px}}.processed__container{max-width:1200px;margin:0 auto;padding:0 390px 0 25px}@media (max-width:1020px){.processed__container{padding-right:25px}}.processed__head{margin-bottom:32px}.processed__header{margin-bottom:40px}@media (max-width:576px){.processed__container{padding:0 20px}.processed__header{margin-bottom:40px}}.processed__body{margin-bottom:40px}.processed__caption{margin:0 0 20px;font-size:32px;font-weight:500;line-height:1;letter-spacing:-1.28px}.processed__desc{margin:0}@media (max-width:767px){.processed__caption{font-size:24px}.processed__desc{font-size:16px}}@media (max-width:576px){.processed__desc{font-size:14px}}.processed__desc a{color:var(--atlantis-color)}.processed__desc a:focus-visible,.processed__desc a:hover{text-decoration:underline}.processed__subtitle{margin-bottom:21px;font-size:22px;font-weight:500;line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.processed__subtitle svg{fill:transparent;stroke:var(--dark-color);stroke-width:2px}.processed__list{display:-ms-grid;display:grid;row-gap:15px}.processed__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px}@media (max-width:576px){.processed__subtitle{margin-bottom:15px}.processed__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;row-gap:5px}}.processed__item--pay a{display:none;color:var(--atlantis-color);font-size:15px;font-weight:500;line-height:130%;text-decoration:underline}.processed__item--pay a:focus-visible,.processed__item--pay a:hover{text-decoration:none}.processed__item--pay.is-payslip a{display:block}.processed__item--pay .processed__data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}@media (max-width:576px){.processed__item--pay .processed__data{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;row-gap:3px}}.processed__info{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px;color:var(--shuttle-color);font-size:16px;font-weight:400}@media (max-width:576px){.processed__info{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:14px}.processed__data{font-size:15px}}.processed__data{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;font-weight:500}.processed__item--status .processed__data{padding:3px 8px;border-radius:4px;text-align:center;font-size:13px}.processed__wrap{display:none}.processed__bottom.show .processed__wrap{display:block;-webkit-animation:.25s ease-in-out fade;animation:.25s ease-in-out fade}.processed__btn svg{-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.processed__btn.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.processed .breadcrumbs{margin:40px 0 20px}.processed.success .processed__item--status .processed__data{background-color:#d2ee9a}.processed.waiting-get .processed__item--status .processed__data{background-color:#f5ec9b}.processed.waiting-delivery .processed__item--status .processed__data{background-color:#ffd5a5}.processed.in-progress .processed__item--status .processed__data{background-color:#e1dafa}.processed.waiting-pay .processed__item--status .processed__data{background-color:#bfc9fd}.processed.waiting-call .processed__item--status .processed__data{background-color:#bfe5fd}.footer{background-color:#525457;color:var(--light-color)}@media (max-width:1260px){.footer{padding-bottom:100px}.footer__logo .logo__label{font-size:16px}}.footer__top{background-color:#5a5c5f;padding:60px 0}@media (max-width:767px){.footer__top{padding:40px 0}}.footer__logo{max-width:362px}.footer__logo .logo__label{color:var(--light-color);max-width:195px}.footer__privacy{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:20px 0}.footer__copyright{text-align:center}@media (max-width:1260px){.footer__privacy{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.footer__copyright{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3}}@media (max-width:767px){.footer__privacy{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:32px;padding:40px 0 20px}.footer__copyright{-ms-grid-column:1;grid-column:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left;max-width:200px}.footer__policy{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.footer__business-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:20px}@media (max-width:1260px){.footer__business-up{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:1;grid-row:1}}@media (max-width:767px){.footer__business-up{-ms-grid-column:1;grid-column:1;grid-row:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.footer__business-up span{-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.footer__business-up .images{position:relative;max-width:175px;height:36px;width:100%;background-image:url(../img/business-up.svg);background-repeat:no-repeat;background-size:contain;-webkit-transition:background-image .25s ease-in-out;transition:background-image .25s ease-in-out}.footer__business-up:hover .images{background-image:url(../img/business-up-hover.svg)}.footer__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:8px}.footer__link{font-weight:500}@media (min-width:767px){.footer__link{-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.footer__link:hover{color:var(--accent-color)}}.footer__socials-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.footer__socials-link{width:24px;height:24px;position:relative}.footer__socials-link img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.footer__socials-link .hidden{opacity:0}.footer__socials-link:hover .hidden{opacity:1}.footer__socials-link:hover .visible{opacity:0}.footer__works{padding-bottom:20px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.2)}@media (max-width:767px){.footer__works{padding-bottom:0;margin-bottom:20px;border-bottom:0}}.footer__work{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;max-width:160px}.footer__work span:first-of-type{opacity:.6;margin-right:5px}.footer__work span:last-of-type{margin-left:auto}.footer__location{font-weight:500;padding-bottom:20px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.2)}.footer__mail{font-weight:500}.footer-top__container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width:1260px){.footer-top__container{-webkit-box-align:start;-ms-flex-align:start;align-items:start}}@media (max-width:767px){.footer__location{margin-bottom:20px;padding-bottom:0;border-bottom:0}.footer__location br{display:none}.footer-top__container{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:0}}.footer-top__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.footer-top__title{font-size:36px;font-weight:500;line-height:1;letter-spacing:-1.44px;max-width:336px}@media (max-width:1260px){.footer-top__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer-top__title{font-size:24px}}@media (max-width:767px){.footer-top__right{gap:24px;padding-top:40px;margin-top:40px;border-top:1px solid rgba(255,255,255,.2)}.footer-top__title{font-size:22px}}.footer-top__order{max-width:284px;width:100%}@media (max-width:576px){.footer__logo .logo__label{font-size:13px;display:block}.footer-top__order{max-width:none}}.footer-bottom{padding:60px 0 90px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-bottom__container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width:1020px){.footer-bottom__container{-ms-grid-columns:1fr;grid-template-columns:1fr}}.footer-bottom__right{display:-ms-grid;display:grid;-ms-grid-columns:1fr 284px;grid-template-columns:1fr 284px;gap:100px}@media (max-width:1400px){.footer-bottom__right{gap:36px}}@media (max-width:1260px){.footer-bottom__right{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.footer__head{display:block;margin-bottom:20px;font-weight:500}.footer__head.bordered{padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.2)}@media (max-width:767px){.footer-bottom{padding:40px 0}.footer-bottom__right{-ms-grid-columns:100%;grid-template-columns:100%;gap:0}.footer__head{display:none}}@media (max-width:1020px){.footer__navs{display:none}}.footer-list{max-width:590px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:16px 30px}@media (max-width:1260px){.footer-list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.footer-list__link{opacity:.8}.footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media (max-width:767px){.footer-menu{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:16px;padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid rgba(255,255,255,.2)}}.footer-menu__item-m{display:none}.footer-menu__link{font-weight:500}@media (min-width:767px){.footer__mail{-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.footer__mail:hover{color:var(--accent-color)}.footer-list__link{-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.footer-list__link:hover{color:var(--accent-color)}.footer-menu__link{-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.footer-menu__link:hover{color:var(--accent-color)}}.main{padding-top:160px}@media (max-width:1400px){.main{padding-top:130px}}@media (max-width:1260px){.main{padding-top:70px}}@media (max-width:767px){.footer-menu__item-m{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-menu__item-d{display:none}.footer-menu__link{font-size:14px;display:inline-block}.main{padding-top:60px}}