html{box-sizing:border-box}body,html{height:100%}*,::after,::before{box-sizing:inherit}body{margin:0;padding:0}a{text-decoration:none;color:inherit}dd,li,ol,ul{list-style-type:none}button,input,select,textarea{margin:0;padding:0;background:0 0;border:none;outline:0;box-shadow:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:0;cursor:pointer}input:focus,select:focus,textarea:focus{outline:0}p{margin:0}h1,h2,h3,h4,h5,h6{margin:0}.loading{display:flex;justify-content:center;align-items:center;padding:20px;color:#757575;font-size:22px;text-align:center}.not-found{display:flex;justify-content:center;align-items:center;padding:20px;color:#757575;font-size:22px;text-align:center}.error-500{display:flex;justify-content:center;align-items:center;padding:20px;color:#757575;font-size:22px;font-weight:700;border:1px solid red;border-radius:5px;text-align:center;width:100%}.error-500--fullscr{width:auto}.error-500::before{content:"\2716 ";margin-right:7px;color:red;font-weight:700}:root{font-size:1em}body{font-family:Arial,sans-serif;font-weight:300;line-height:1.5;background-color:#fff}.wrapper{display:flex;flex-direction:column;min-height:100vh;margin:0;padding:0;overflow:hidden;background:#fff}.main{flex-grow:1;position:relative;margin-top:82px}@media screen and (max-width:960px){.main{margin-top:45px}}.container{max-width:1200px;margin:0 auto;padding:0 10px}@media screen and (max-width:350px){.container{padding:0 7px}}.header{position:fixed;top:0;left:0;right:0;z-index:50;height:82px;color:#fff;padding:0;animation:scroll-anim_1 .5s forwards}@media screen and (max-width:960px){.header{height:45px}}.header__inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;border-bottom:1px dotted #333}.header__logo-link{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:82px;padding:5px 0;-webkit-tap-highlight-color:transparent}@media screen and (max-width:960px){.header__logo-link{height:45px}}.header__logo-image{display:block;max-width:100%;max-height:100%;object-fit:cover}.header__logo-link:hover{opacity:.5;transition:.4s;cursor:pointer}.header--scroll{opacity:0;visibility:visible;animation:scroll-anim_2 .5s forwards}.header-scroll-bg{background:#f4f4f4}@keyframes scroll-anim_1{0%{opacity:0}100%{opacity:1}}@keyframes scroll-anim_2{0%{opacity:1}100%{opacity:0}}.menu-btn{display:none;font-size:27px;padding:0 3px;color:#333;z-index:60;background:0 0;-webkit-tap-highlight-color:transparent}@media screen and (max-width:960px){.menu-btn{display:block}}.menu-btn:hover{opacity:.6;color:silver;transition:.4s;cursor:pointer}.menu-icon{width:27px;height:27px}.menu{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:82px;width:calc(100% - 26px);margin-right:calc(26px + 15px)}@media screen and (max-width:960px){.menu{display:none}}.menu__list{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:25px;width:100%;padding:0}@media screen and (max-width:960px){.menu__list{display:block}}.menu__item{padding:0;border-radius:.37em;font-size:.9rem;font-weight:500;text-transform:uppercase;color:#333}.menu__item:hover{transition:.4s ease;color:silver}.menu__link{position:relative;display:inline-block}.menu__link--active{color:silver;font-weight:400;cursor:default}@media screen and (max-width:960px){.menu__link--active{position:relative}}.menu__link--active:hover{color:silver}@media screen and (max-width:960px){.menu__link--active::after{position:absolute;content:'';top:0;left:0;bottom:0;border-radius:.1em;border:.1em solid silver;background:silver}}.menu__mark{position:absolute;width:100%;font-size:10px;text-transform:uppercase;pointer-events:none;text-align:center;border-radius:3px;font-weight:700}.menu__mark--new{display:none;top:-75%;left:50%;transform:translateX(-61%);background:red;color:#fff}.menu__mark--order{top:90%;left:50%;transform:translateX(-40%);background:#f0ecd8;color:#5b5b5b}.menu__mark--new.is-visible{display:block}@media screen and (max-width:960px){.menu-mobile{position:fixed;display:flex;flex-direction:column;justify-content:flex-start;right:0;align-items:flex-end;top:45px;bottom:0;z-index:50;width:320px;margin-right:0;padding-top:50px;box-shadow:0 2px 5px 0 rgba(79,79,79,.4);-webkit-box-shadow:0 2px 5px 0 rgba(79,79,79,.4);-moz-box-shadow:0 2px 5px 0 rgba(79,79,79,.4);height:calc(100% - 45px);overflow:auto;background:#fff}@media screen and (max-width:345px){.menu-mobile{width:100%}}.menu__list{width:100%}@media screen and (max-width:430px){.menu__list{width:100%}}.menu__item{display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:55px;margin:5px;font-size:.9rem;text-transform:uppercase;padding:5px;font-weight:500;color:#333}@media screen and (max-width:650px){.menu__item{padding-right:0}}.menu__link--active{padding-left:7px;font-weight:400;color:silver}}.menu__item:hover{transition:.3s ease}@media screen and (max-width:960px){.menu-visible{animation:menu-visible forwards}.menu-hidden{animation:menu-hidden forwards}}@keyframes menu-visible{0%{opacity:.7}100%{opacity:1}0%{transform:translateX(100%)}100%{transform:translateY(0)}}@keyframes menu-hidden{0%{opacity:1}100%{opacity:.7}100%{transform:translateX(100%)}0%{transform:translateY(0)}}.mobile-layer{display:none;position:fixed;bottom:-100vh;top:82px;left:0;right:0;z-index:45;background:rgba(0,0,0,.5);-webkit-tap-highlight-color:transparent}@media screen and (max-width:960px){.mobile-layer{top:45px}}.mob-layer-on{display:block;cursor:pointer;animation:mob-lr-on forwards}@keyframes mob-lr-on{0%{opacity:0}100%{opacity:1}}.mob-layer-off{display:block;cursor:pointer;animation:mob-lr-off forwards}@keyframes mob-lr-off{0%{opacity:1}100%{opacity:0}}.social-mobile{position:fixed;z-index:40;left:10px;bottom:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:16px;height:50px;width:50px;border-radius:50%;border:1px solid gray;animation:scroll-anim_1 .5s forwards}.social-mob--scroll{opacity:0;visibility:visible;animation:scroll-anim_2 .5s forwards}.social-mobile__link{opacity:0;visibility:hidden;position:absolute;left:10px;bottom:0;z-index:1;transition:opacity .3s ease,visibility .3s ease;animation:direction-down .3s forwards;-webkit-tap-highlight-color:transparent}.social-mobile__link.first--direction_right{left:60px}.social-mobile__link.second--direction_right{left:125px}.social-mobile__link.third--direction_right{left:190px}.social-mobile__link.first--direction_up{bottom:70px}.social-mobile__link.second--direction_up{bottom:135px}.social-mobile__link.third--direction_up{bottom:200px}.social-mobile__icon{margin:0;padding:5px 0;font-size:1.9em;color:#333}.social-mobile__icon:hover{color:gray;transition:.2s}.icons-show{opacity:1;visibility:visible;bottom:0;left:10px;z-index:40;animation:direction-up .3s forwards}@keyframes direction-right{0%{opacity:0}100%{opacity:1}0%{transform:translateX(-150%)}100%{transform:translateY(0)}}@keyframes direction-up{0%{opacity:0}100%{opacity:1}0%{transform:translateY(150%)}100%{transform:translateX(0)}}@keyframes direction-down{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(150%)}}.social-mobile__base-icon{font-size:1.9em;color:#333;-webkit-tap-highlight-color:transparent}.social-mobile__base-icon:hover{opacity:.6;color:gray;transition:.4s;cursor:pointer}.social-mobile__base-icon.cursor-inactive{color:silver;cursor:default;animation:my-animation .5s forwards}.social-mobile__base-icon.base-icon-hidden{color:silver;cursor:pointer;animation:my-animation .5s forwards}@keyframes my-animation{0%{opacity:1}100%{opacity:.4}}.footer{background-color:#ededed;background-repeat:no-repeat;background-size:auto 100%;background-position:right;padding:0;color:#333;margin-top:25px;padding-bottom:10px;text-align:center}.footer__content{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;min-height:250px}.modal{visibility:hidden;opacity:0;position:fixed;justify-content:center;top:0;left:0;right:0;bottom:0;padding:0 5px;z-index:200;background-color:rgba(0,0,0,.7);overflow-x:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent}.modal--lightbox{flex-direction:column}.modal-content{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-basis:auto;background-color:#fff;top:0;right:0;left:0;bottom:0;min-width:300px;min-height:300px;margin:auto;z-index:2;padding:0;text-align:center;border-radius:3px;cursor:default;transition:.3s ease}@keyframes modalExpand{0%{padding:0 0;opacity:0}100%{opacity:1}}.modal-img{display:block;max-width:100%;max-height:100%;margin:auto;object-fit:cover;cursor:default;box-shadow:0 4px 8px 2px rgba(0,0,0,.3)}@keyframes fadeInImage{0%{max-height:0;opacity:0}100%{max-height:100%;opacity:1}}.modal-view{display:flex;cursor:pointer;animation:fadeIn .3s forwards}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.modal-hide{display:flex;animation:fadeOut .3s forwards}@keyframes fadeOut{from{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@media screen and (orientation:landscape){.modal-content--lightbox{max-width:calc(78%);margin:8px auto}}@media screen and (min-width:955px){.modal-content--lightbox{max-width:720px;margin:8px auto}}@media screen and (orientation:landscape){.modal-content--xSwiper{max-width:calc(78%);margin:8px auto}}@media screen and (min-width:955px){.modal-content--xSwiper{max-width:640px;margin:8px auto}}@media screen and (min-width:1100px){.modal-content--xSwiper{max-width:720px;margin:8px auto}}.modal-content h2{margin-bottom:20px}.close{display:inline-block;position:absolute;top:calc(-50px);right:calc(0px);font-size:37px;color:silver;z-index:3;transition:.2s;cursor:pointer;-webkit-tap-highlight-color:transparent}@media screen and (orientation:landscape){.close{content:"\f057";top:calc(0px);right:calc(-50px);font-size:37px}}.loading-message{position:absolute;padding:5px;font-size:18px;color:#333;animation:modalExpand .2s ease-in-out}.image-not-found{bottom:20%}.js-accordion-toggle{cursor:pointer;transition:.4s}.js-accordion-panel{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.faq__question{background-color:transparent;cursor:pointer;padding:0;width:100%;margin:2px 0;border:none;border-top:1px solid gray;text-align:left;outline:0;transition:.4s}.faq__question:after{content:'\002B';color:#777;font-weight:700;float:right;margin-left:5px}.faq__question:hover{background-color:#f5f3e7}.faq__toggle{font-size:16px;color:#686868}.faq__answer{padding:0;transition:max-height .2s ease-out}.js-open-style{margin-bottom:25px}.faq__answer-text{font-size:16px;color:#333}.active{background-color:#f5f3e7}.active:after{content:"\2212"}.swiper{width:100%;height:auto}.swiper-wrapper{display:flex;align-items:center;transition:.3s ease}.swiper-slide{display:flex;justify-content:center;align-items:center;text-align:center;background:'';color:#fff}.container-swiper{max-width:1350px;margin:0 auto;padding:0}.slide--swiper{padding-top:30px;padding-bottom:30px;background:''}.slide__img{display:block;margin:0 auto;max-width:100%;max-height:100vh;object-fit:cover}@media screen and (orientation:landscape){.slide__img--xSwiper{max-height:calc(100vh - 16px)}}.slide__img:hover{cursor:pointer}.swiper-modal__image-box{display:none;position:relative;top:0;right:0;left:0;bottom:0;max-width:calc(100% - 10px);margin:auto;z-index:2;background-color:#fff;opacity:0;animation:swiper-anim .3s forwards;-webkit-tap-highlight-color:transparent}@media screen and (orientation:landscape){.swiper-modal__image-box{max-width:calc(78%);margin:auto}}@media screen and (min-width:955px){.swiper-modal__image-box{max-width:720px}}.swiper-modal__image{display:block;max-width:100%;max-height:calc(100vh - 10px);margin:auto;box-shadow:0 4px 8px 2px rgba(0,0,0,.3);-webkit-tap-highlight-color:transparent}.swiper-modal__layer{display:none;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:200;overflow-x:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent}.swiper-modal__close{display:inline-block;position:absolute;top:calc(-50px);right:calc(0px);font-size:37px;color:#ececec;z-index:3;transition:.2s;-webkit-tap-highlight-color:transparent}@media screen and (orientation:landscape){.swiper-modal__close{position:absolute;top:calc(0px);right:calc(-50px);font-size:37px}}.swiper-modal__close:focus,.swiper-modal__close:hover{text-decoration:none;cursor:pointer;color:silver}@keyframes swiper-anim{0%{opacity:0}100%{opacity:1}}.layer-view{display:flex;cursor:pointer;animation:swiper-layerView forwards}@keyframes swiper-layerView{0%{opacity:0}100%{opacity:1}}.layer-hidden{display:flex;cursor:pointer;animation:swiper-layerHidden forwards}@keyframes swiper-layerHidden{0%{opacity:1}100%{opacity:0}}.top-page--products{background-repeat:no-repeat;background-position:center;background-size:cover;padding:0}@media screen and (max-width:768px){.top-page--products{background-size:100% auto}}.top-page__inner--products{display:flex;flex-direction:column;justify-content:center;width:50%;min-height:330px}@media screen and (max-width:768px){.top-page__inner--products{width:70%;background-size:100% auto}}@media screen and (max-width:480px){.top-page__inner--products{width:100%}}.top-page__title--products{font-size:2em;color:#fff;background:rgba(0,0,0,.3)}.top-page__slogan--products{color:#fff;background:rgba(0,0,0,.3)}.top-page__info--products{min-height:50px;background:rgba(0,0,0,.3)}.top-page__text--products{min-height:50px;color:#fff}.top-page__link--products{color:#4b89d9}.s-products{padding:25px 0;background-color:#f5f3e7}.s-products__title{font-size:1.4rem;text-align:center;margin-bottom:10px;font-weight:600;text-transform:uppercase;color:#333}.products-flex-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.card{position:relative;display:flex;flex-direction:column;justify-content:space-between;flex:1 1 calc(33.333% - 20px);max-width:calc(33.333% - 1%);background-color:#fff;overflow:hidden;transition:transform .3s ease}.card__mark{display:none;position:absolute;top:0;left:0;padding:0 5px;font-size:1.5em;font-weight:700;background:red;color:#fff}.is-visible{display:block}.card__subtitle{margin:0;padding:5px 5px 10px 5px;font-size:1.2em;font-weight:400;color:#333}.card__image{display:block;width:100%;height:250px;object-fit:cover;object-position:center center}.card__image:hover{cursor:pointer}.card__info{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.card__info--top{display:block;margin-top:auto;border-top:2px solid #f5f3e7}.card__info--bottom{border-bottom:2px solid #f5f3e7}.card__parameters{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.card__parameters--colors-box{min-height:75px;padding-left:5px;flex-wrap:wrap;gap:10px;margin-bottom:10px}.card__info-type{padding:0 5px;font-size:1em;color:#333}.card__info-color{height:15px;width:15px;border-radius:50%;font-size:14.4px;padding-top:15px;margin:0 65px 40px 0;color:#333}.card__info-color--undefined{display:none}.card__info-model,.card__info-size{padding:0 5px;font-size:1em;color:#333}.card__price{padding:0 5px;font-size:1em;color:#333;font-weight:700;margin-top:-12px}.card__info-text{padding:10px 5px 10px 5px;font-size:1em;color:#333}.card__add-btn{width:60%;margin:10px auto;padding:5px;border-radius:5px;background:#999;color:#fff;text-transform:uppercase;font-weight:700}.ordered{background:#e8721b}@media (max-width:992px){.card{flex:1 1 calc(50% - 20px);max-width:calc(50%)}}@media (max-width:600px){.card{flex:1 1 100%;max-width:100%}.card__title{font-size:1.5rem}}.top-page--gallery{background-repeat:no-repeat;background-position:top;background-size:100% auto;padding:0}@media screen and (max-width:600px){.top-page--gallery{background-position:top center;background-size:auto 100%}}@media screen and (max-width:520px){.top-page--gallery{background-position:calc(50% + 25px) top;background-size:auto 100%}}.top-page__inner--gallery{display:flex;flex-direction:column;justify-content:flex-end;width:50%;min-height:550px}@media screen and (max-width:1240px){.top-page__inner--gallery{min-height:450px}}@media screen and (max-width:1000px){.top-page__inner--gallery{min-height:320px}}@media screen and (max-width:768px){.top-page__inner--gallery{width:70%;min-height:300px}}@media screen and (max-width:520px){.top-page__inner--gallery{width:100%}}@media screen and (max-width:480px){.top-page__inner--gallery{min-height:280px}}.top-page__title--gallery{font-size:2em;background:rgba(0,0,0,.2);color:#fff}.top-page__slogan--gallery{background:rgba(0,0,0,.2);color:#fff}.top-page__info--gallery{min-height:50px;background:rgba(0,0,0,.2)}.top-page__text--gallery{color:#fff}.top-page__link--gallery{color:#4b89d9}.s-gallery{padding:25px 0;background-color:#f5f3e7}.s-gallery__title{font-size:1.4rem;text-align:center;margin-bottom:10px;font-weight:600;text-transform:uppercase;color:#333}.description__item--intro{margin:10px 0;color:#333}.description__text--intro{font-size:1rem}.description__item--details{margin:10px 0;color:#333}.description__text--details{font-size:1rem}.description__list--details,.description__list--intro{margin-left:-15px;list-style-type:disc}.gallery-flex-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;min-height:150px;margin:20px auto}.gallery{position:relative;flex:1 1 calc(33.333% - 20px);max-width:calc(33.333%);background-color:#fff;border-radius:2px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease;flex-direction:column;justify-content:center;cursor:pointer}.gallery::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);transition:background .2s}.gallery:hover::after{background:rgba(0,0,0,.2)}.gallery__img{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:250px;object-fit:cover;object-position:center center}@media (max-width:992px){.gallery{flex:1 1 calc(50% - 20px);max-width:calc(50%)}}@media (max-width:600px){.gallery{flex:1 1 100%;max-width:100%}.gallery__img{height:350px}}.gallery__info{padding:15px 5px;text-align:center}.gallery__caption{font-size:16px;font-weight:300;color:#777}.top-page--workshop{background-repeat:no-repeat;background-position:right bottom;background-size:auto 160%;padding:0}@media screen and (max-width:768px){.top-page--workshop{background-size:100% auto}}.top-page__inner--workshop{display:flex;flex-direction:column;justify-content:center;width:50%;min-height:330px}@media screen and (max-width:768px){.top-page__inner--workshop{width:70%;background-size:100% auto}}@media screen and (max-width:480px){.top-page__inner--workshop{width:100%}}.top-page__title--workshop{font-size:2em;color:#333}.top-page__slogan--workshop{color:#333}.s-articles{padding:25px 0;background-color:#f5f3e7}.s-articles__title{font-size:1.4rem;text-align:center;margin-bottom:10px;font-weight:600;text-transform:uppercase;color:#333}.article--about,.article--news,.article--other{margin:0 auto 20px auto;color:#333}.article__image--other{width:100%;height:200px;object-fit:cover}.article__list--about,.article__list--news,.article__list--other{margin-left:-15px;list-style-type:disc}.s-faq{margin-bottom:25px}.s-faq__title{margin-top:25px;font-size:2rem;font-weight:600;color:#333}.top-page--information{background-repeat:no-repeat;background-position:right bottom;background-size:auto 160%;padding:0}@media screen and (max-width:768px){.top-page--information{background-size:100% auto}}.top-page__inner--information{display:flex;flex-direction:column;justify-content:center;width:50%;min-height:330px}@media screen and (max-width:768px){.top-page__inner--information{width:70%;background-size:100% auto}}@media screen and (max-width:480px){.top-page__inner--information{width:100%}}.top-page__title--information{font-size:2em;color:#333}.top-page__slogan--information{color:#333}.top-page__info--information{min-height:50px}.top-page__text--information{color:#333}.top-page__link--information{color:#4b89d9}.s-information{padding:25px 0}.s-information__title{font-size:1.4rem;text-align:center;margin-bottom:10px;font-weight:600;text-transform:uppercase;color:#333}.article__item--info{margin:0 auto 20px auto;color:#333}.article__item--payment{margin:0 auto 20px auto;color:#333}.article__item--privacy{margin:0 auto 20px auto;color:#333}.article__title-box--info{display:flex;justify-content:flex-start;align-items:center}.article__title--info{color:#333}.article__icon--info{width:50px;margin-left:42%}.article__image--info{display:block;max-width:100%;margin:auto;object-fit:cover}.article__list--info,.article__list--payment,.article__list--privacy{margin-left:-15px;list-style-type:disc}.article__list--info{color:#333}.article__list--payment{color:#333}.article__title-box--payment{display:flex;justify-content:flex-start;align-items:center}.article__title--payment{color:#333}.article__icon--payment{margin-left:42%;width:50px}.article__image--payment{display:block;max-width:100%;margin:auto;object-fit:cover}.article__image--privacy{display:block;max-width:100%;margin:auto;object-fit:cover}.article__ul--info,.article__ul--payment,.article__ul--privacy{margin-top:0}.article__note--payment{color:red}.cart-panel{position:fixed;top:82px;left:0;right:0;bottom:44px;z-index:50;overflow:auto;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);opacity:0;visibility:hidden;transition:.2s}@media screen and (max-width:960px){.cart-panel{top:45px}}.cart-panel__close-btn{display:inline-block;position:absolute;top:5px;right:5px;font-size:14px;color:#9c9c9c;z-index:3;transition:.2s;cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid #9c9c9c;padding:0 2px;border-radius:3px}.cart-visible{opacity:1;visibility:visible}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);z-index:50;opacity:0;visibility:hidden;transition:opacity .2s ease}.cart-overlay-view{animation:fadeInOverlay .2s forwards}.cart-overlay-hide{animation:fadeOutOverlay .2s forwards}@keyframes fadeInOverlay{from{opacity:0;visibility:hidden;pointer-events:none}to{opacity:1;visibility:visible;pointer-events:all}}@keyframes fadeOutOverlay{from{opacity:1;visibility:visible;pointer-events:all}to{opacity:0;visibility:hidden;pointer-events:none}}.cart-icon{position:absolute;top:0;right:15px;bottom:0;height:24px;margin:auto 0;color:silver;cursor:pointer}.cart-icon__icon{color:#999;font-size:24px}.cart-icon__count-badge{display:none;top:-10px;right:-10px;flex-direction:row;justify-content:center;align-items:center;padding:10px;width:10px;height:10px;border-radius:50%;font-size:13px;font-family:sans-serif;font-weight:700;background:#e8721b;color:#fff}@media screen and (max-width:960px){.cart-icon{right:65px}}.count-badge--visible{display:flex;position:absolute}.cart{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:0 10px}@media screen and (max-width:1300px){.cart{display:block}}.cart-item{position:relative;flex:1;flex-basis:33.333%;margin-top:10px;border-bottom:1px dotted #333;color:#333}.cart-item__option-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.cart-item__option-wrapper--colors{min-height:80px;padding:0;gap:10px}.cart-item__option-wrapper--size{min-height:50px;padding:0;gap:20px}.cart-item__option-customized{display:flex;justify-content:flex-start;align-items:center;padding-bottom:20px;gap:10px}.cart-item__info-type{margin-top:15px;font-size:14.4px}.cart-item__info-color{height:25px;width:25px;border-radius:50%;font-size:14.4px;padding-top:25px;margin:0 55px 40px 0;cursor:pointer}.cart-item__info-size{font-size:14.4px;padding:2px;cursor:pointer}.cart-item__customized-label{font-size:14.4px}.cart-item__customized-result{display:inline-block;min-width:50px;padding:2px;font-size:16px;text-align:left;color:#007acc}.cart-item__customized-input{min-width:24px;padding:8px;font-size:16px;-moz-appearance:textfield;border:1px solid #ccc;border-radius:6px;background-color:#fff;transition:border-color .2s,box-shadow .2s}.cart-item__customized-input:focus{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25);background-color:#fff}.input--error{border:1px solid red!important;outline:0!important}.fas.fa-trash-alt{font-size:16px}.cart-item__customized-btn{margin-left:0;font-size:16px;color:#007acc;text-transform:uppercase}.color--selected{outline:2px solid #007acc;outline-offset:2px;border-radius:50%;color:#333}.size--selected{outline:2px solid #007acc;border-radius:3px;color:#333}.cart-item__info-color--undefined{display:none}.cart-item__info-size--undefined{visibility:hidden}.cart-item__option-size--hidden{visibility:hidden}.cart-item__option-customized--undefined{visibility:hidden}.preview{width:90px;height:60px;object-fit:cover}.color,.model,.name{font-size:.9em}.price{font-size:1em}.cart-item__controls{display:flex;align-items:center;margin-bottom:10px}.cart-item__qty{display:flex;justify-content:center;align-items:center;width:30px;height:30px;padding:3px;font-size:19.2px}.cart-item__minus-btn{margin-bottom:-2px;font-size:1.3em}.cart-item__plus-btn{font-size:1.7em}.cart-item__minus-btn,.cart-item__plus-btn{display:flex;justify-content:center;align-items:center;width:20px;height:20px;color:#ff7000}.disabled-btn{color:silver;pointer-events:none}.btn-remove{position:absolute;left:120px;margin:auto;color:#9c9c9c}.cart-bottom{position:fixed;z-index:50;bottom:0;left:0;right:0;background:#f5f3e7}.cart-bottom__controls{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 10px}@media screen and (max-width:350px){.cart-bottom__controls{padding:0 7px}}.cart-bottom__clear-btn{margin:7px 0;color:#9c9c9c}.cart-bottom__order-btn{position:relative;margin:7px 0;padding:3px;font-size:.8em;font-weight:700;background:#e8721b;border-radius:3px;color:#fff}.cart-bottom__order-warning{position:absolute;color:#333;font-weight:500;top:-45px;left:0;font-size:14px}.price-total{display:block;margin:10px;font-size:1em;color:#333}.order-form{display:flex;flex-direction:column;gap:15px;max-width:400px;margin:auto;padding:20px;background-color:#fff;color:#333;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.form-overlay{position:fixed;display:flex;justify-content:center;align-content:center;top:82px;left:0;right:0;bottom:0;background:rgba(256,256,256,.9);z-index:50;opacity:0;visibility:hidden;transition:opacity .2s ease}@media screen and (max-width:960px){.form-overlay{top:45px}}.form-overlay-view{animation:fadeInOverlay .2s forwards}.form-overlay-hide{animation:fadeOutOverlay .2s forwards}@keyframes fadeInOverlay{from{opacity:0;visibility:hidden;pointer-events:none}to{opacity:1;visibility:visible;pointer-events:all}}@keyframes fadeOutOverlay{from{opacity:1;visibility:visible;pointer-events:all}to{opacity:0;visibility:hidden;pointer-events:none}}.order-form__input{padding:8px;border:1px solid #ccc;border-radius:6px;background-color:#fff;color:#333;font-size:16px;transition:border-color .2s,box-shadow .2s}.order-form__input:focus{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25);background-color:#fff}.order-form__input::placeholder{color:#aaa;opacity:1}.order-form__input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.order-form__btns-wrapper{display:flex;margin-top:10px;justify-content:space-between}.order-form__send-btn{padding:4px 8px;font-size:16px;font-weight:700;border-radius:3px;background:#01c55a;color:#fff}.order-form__cancel-btn{padding:4px 8px;font-size:16px;border-radius:3px;border:1px solid #9c9c9c;color:#9c9c9c}.checkbox__input{position:absolute;opacity:0;pointer-events:none}.checkbox__label{position:relative;padding-left:26px;cursor:pointer;user-select:none}.checkbox__label::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:1px solid #555;border-radius:4px;background-color:#fff;transition:all .2s ease}.checkbox__label::after{content:"";position:absolute;left:4px;top:6px;width:10px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) scale(0);transform-origin:center;transition:transform .2s ease}.checkbox__input:checked+.checkbox__label::before{background-color:#007bff;border-color:#007bff}.checkbox__input:checked+.checkbox__label::after{transform:rotate(-45deg) scale(1)}.checkbox__input.input--error+.checkbox__label::before{border-color:red;background-color:#ffe6e6}.checkbox__conditions-link{color:#007bff}.btn-ok{display:none;margin:10px auto;padding:5px;border-radius:3px;background:#01c55a;color:#fff;font-weight:600}.btn-close{display:none;margin:10px auto;padding:5px;border-radius:5px;background:#646464;color:#fff}.cart__dialog-overlay{visibility:hidden;opacity:0;position:fixed;flex-direction:column;justify-content:center;top:0;left:0;right:0;bottom:0;padding:0 5px;z-index:200;background-color:rgba(250,250,250,.9);overflow-x:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent}.cart__dialog{position:fixed;top:30%;left:50%;transform:translateX(-50%);background:#fff;color:#333;padding:20px 30px;border-radius:5px;box-shadow:0 3px 12px rgba(0,0,0,.15);z-index:999}.cart__dialog button{margin-top:10px}.c-dialog-view{display:flex;cursor:pointer;animation:fadeIn-dialog .2s forwards}@keyframes fadeIn-dialog{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.c-dialog-hide{display:flex;animation:fadeOut-dialog .2s forwards}@keyframes fadeOut-dialog{from{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}