@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css?family=Montserrat:wght@200;800&display=swap);:root{--color-accent:#e72d77;--color-blue:#283593;--banner-color-accent:#ff4991;--banner-color-blue:#15186c}*,:after,:before{box-sizing:border-box;outline:none}html.popup-open{overflow:hidden;position:relative;height:100%}body{font-family:Fira Sans,sans-serif;font-size:16px;color:#333;background-color:#fdfeff;margin:0;position:relative;min-height:100vh}body.open{overflow:hidden}body.popup-open{position:relative;height:100%}h1,h2,h3,h4,h5,h6,p{margin:0;font-weight:400}@media (max-width:480px){h2{font-size:2rem}}li,ul{padding:0;margin:0;list-style-type:none}input,textarea{box-shadow:none}.visually-hidden{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px}.visually-hidden_over{overflow:hidden}#nprogress{pointer-events:none}#nprogress .bar{background:var(--color-accent);position:fixed;z-index:1001;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px var(--color-accent),0 0 5px var(--color-accent);opacity:1;transform:rotate(3deg) translateY(-4px)}.container-wrap>.container-wrap,.wrapper_inner{max-width:1200px;margin:0 auto}.wrapper_inner{box-sizing:border-box;min-width:280px}.content-height{min-height:calc(100vh - 488px);width:100%;-ms-flex-pack:center;justify-content:center;text-align:center;text-transform:uppercase;font-family:Fira Sans,sans-serif;font-weight:600;font-size:30px}.btn,.content-height{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.btn{position:relative;border:1px solid var(--color-blue);color:#333;background-color:transparent;border-radius:3px;padding:10px 25px;max-height:50px;height:50px;font-size:16px;-ms-flex-pack:justify;justify-content:space-between;outline:none;cursor:pointer;transition:.2s ease-in-out;margin:auto;z-index:5}.btn .placeholder{padding:0}.btn .placeholder-circle{width:30px;height:30px;border:4px solid #fff;border-top:4px solid var(--color-accent)}.btn:hover{background-color:var(--color-blue);color:#fff}.btn-buy,.customers-questions__btn{box-sizing:border-box;font-size:20px;z-index:5;margin:0 auto;padding:0 20px;border:none;cursor:pointer;outline:none;background-color:var(--color-accent);color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:3px;box-shadow:0 10px 20px 0 rgba(165,0,80,.35);transition:.2s}.btn-buy span,.customers-questions__btn span{text-align:center;margin-left:8px;text-transform:uppercase}.btn-buy .svg-icon,.btn-buy span,.customers-questions__btn .svg-icon,.customers-questions__btn span{position:relative}.btn-buy .svg-icon:before,.customers-questions__btn .svg-icon:before{position:absolute;content:"";top:0;left:0;width:1px;height:100%;background-color:#fff}.btn-buy:disabled,.btn-buy:hover,.customers-questions__btn:disabled,.customers-questions__btn:hover{box-shadow:none}.btn-close{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:50%;padding:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:none;box-shadow:0 6px 20px 1px rgba(165,0,80,.25)}.btn-close .svg-icon{font-size:14px;fill:var(--color-accent)}.btn-close:hover{background-color:#fff}.btn:disabled{box-shadow:none}.btn-buy:disabled,.btn:disabled{background-color:#ddd;color:#b1aeae;border:none;cursor:default}.btn-buy:disabled .svg-icon{fill:#b1aeae}.btn-buy:disabled span:before{background-color:#b1aeae}.title-accent{position:relative;font-size:24px;color:var(--color-blue);font-weight:600;padding-top:15px;line-height:1.2;font-family:Fira Sans;text-transform:uppercase;margin-bottom:20px}@media (max-width:759px){.title-accent{background-color:#e2e2e2;text-align:center;padding-bottom:15px;font-size:20px}}.content_3_wrapper .title-accent{color:#fff}@media (max-width:759px){.content_3_wrapper .title-accent{color:var(--color-blue)}}.form-review .title-accent{background-color:transparent;text-align:left;padding:0}.form-review .label-wrap{padding-left:0;padding-right:0;border:.5px solid #ececec;box-shadow:inset 0 0 4px #0000002e;border-radius:4px}.form-review .label-wrap:before{content:none}.home{padding:40px 15px;padding-top:0;position:relative}@media (max-width:600px){.home{padding:30px 15px;padding-top:0}}.home__wrapper-category{position:relative;left:-15px;width:calc(100% + 30px)}.home-title{position:relative;text-transform:uppercase;text-align:center;font-size:34px;font-weight:800;color:#3e3e3e;overflow:hidden;display:block}@media (max-width:900px){.home-title{font-size:24px}}@media (max-width:600px){.home-title{font-size:17px}}.home-title span{position:relative;padding:0 20px;z-index:2;display:inline-block}.home-title span:after,.home-title span:before{content:"";position:absolute;height:8px;max-width:200px;width:100%;transform:translateY(-50%);top:50%;border:1px solid #a7aaaa;border-left:none;border-right:none}.home-title span:before{left:100%}.home-title span:after{right:100%}.home-category{position:relative;width:100%;display:-ms-grid;display:grid}@supports (grid-gap:1px){.home-category{display:-ms-grid;display:grid;grid-template-areas:"a b c" "d e f" ". g ."}@media (max-width:600px){.home-category{grid-template-areas:"a b d" "e f c" ". g ."}}}@supports not (grid-gap:1px){.home-category{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-ms-flexbox;display:flex}@media (max-width:600px){.home-category{-ms-flex:1 1 50%;flex:1 1 50%;-ms-flex-align:center;align-items:center}}}.home-category .home-link{display:-ms-flexbox;display:flex;width:100%;min-width:250px;max-width:400px;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;text-decoration:none;color:var(--color-accent);text-transform:uppercase;text-align:center;padding:30px;transition:.15s;border:1px solid #e4e4e4}.home-category .home-link:nth-child(2),.home-category .home-link:nth-child(5){border-left:none;border-right:none}.home-category .home-link:nth-child(n+4){border-top:none}.home-category .home-link:last-child{justify-self:center;max-width:100%;grid-column:1/-1}.home-category .home-link__img{margin-bottom:5px}@media (max-width:900px){.home-category .home-link{min-width:145px}}@media (max-width:600px){.home-category .home-link{-ms-flex-pack:start;justify-content:flex-start;font-size:10px;min-width:90px;padding:12px 5px}.home-category .home-link__img{max-width:70px}}@supports not (grid-gap:1px){.home-category .home-link{-ms-flex:1 1 30%;flex:1 1 30%;margin-right:10px;margin-bottom:15px}@media (max-width:600px){.home-category .home-link{padding:20px;min-width:200px;margin:4px}}}.home-category .home-link:hover{background-color:#e4e4e4;color:var(--color-blue)}.home-category .home-link:hover .svg-icon{stroke:var(--color-blue)}.home-category .home-link .svg-icon{fill:none;stroke:var(--color-accent);height:30px;width:100%;transition:.2s ease-in-out}.home-head,.home-why__title{position:relative;text-transform:uppercase;text-align:center;font-size:24px;font-weight:500;margin-bottom:20px;overflow:hidden}.home-head span,.home-why__title span{color:var(--color-accent);font-size:26px}.home-grid{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:40px}@media (max-width:900px){.home-grid{max-width:550px;width:100%;margin:0 auto 40px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.home-grid .collection{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;max-height:700px}@media (min-width:901px){.home-grid .collection+.collection{margin-left:15px}}.home-grid .collection:hover svg.svg-icon{color:#69777f;fill:#bcc8ce}.home-grid .collection.collection1{width:37.5%}@media (max-width:900px){.home-grid .collection.collection1{width:100%;margin-bottom:15px}}.home-grid .collection.collection1 .photo{height:100%;width:100%}.home-grid .collection.collection1 svg{width:106px;height:250px;fill:#803895;color:#156161}@media (max-width:1100px){.home-grid .collection.collection1 svg{height:220px;width:95px}}.home-grid .collection.collection2{width:37.5%}@media (max-width:900px){.home-grid .collection.collection2{width:calc(50% - 7.5px)}}@media (max-width:480px){.home-grid .collection.collection2{width:100%;margin-bottom:15px}}.home-grid .collection.collection2 .photo:first-of-type{height:calc(55% - 7.5px)}.home-grid .collection.collection2 .photo:nth-of-type(2){height:calc(45% - 7.5px)}.home-grid .collection.collection2 svg{width:90px;height:400px;fill:#9e1e5b;color:#bca690}@media (max-width:1100px){.home-grid .collection.collection2 svg{height:320px;width:75px}}@media (max-width:480px){.home-grid .collection.collection2 svg{height:390px;width:87px}}.home-grid .collection.collection3{width:25%}@media (max-width:900px){.home-grid .collection.collection3{width:calc(50% - 7.5px);margin-left:15px}}@media (max-width:480px){.home-grid .collection.collection3{width:100%;margin-left:0}}.home-grid .collection.collection3 .photo:first-of-type{height:calc(45% - 7.5px)}.home-grid .collection.collection3 .photo:nth-of-type(2){height:calc(55% - 7.5px)}.home-grid .collection.collection3 svg{width:90px;height:320px;fill:#f1582f;color:#0a1c2c}@media (max-width:1100px){.home-grid .collection.collection3 svg{height:265px;width:75px}}@media (max-width:480px){.home-grid .collection.collection3 svg{width:90px;height:320px}}.home-grid .collection.collection3 .collection__name{left:auto;right:30px}.home-grid .collection__name{position:absolute;top:0;left:30px;pointer-events:none}.home-grid .collection__name svg{transition:fill .5s,color .5s}.home-grid .collection__name .text{font-family:Montserrat,sans-serif;position:absolute;top:30px;left:50%;text-transform:uppercase;transform:rotate(-90deg) translate(-100%,-50%);transform-origin:top left;color:#fff;font-size:50px;line-height:1;display:block}@media (max-width:1100px){.home-grid .collection__name .text{font-size:40px}}.home-grid .photo{font-size:0;overflow:hidden;transition:box-shadow .5s}.home-grid .photo+.photo{margin-top:15px}.home-grid .photo:hover{box-shadow:0 0 4px 4px #d3d3d3}.home-grid .photo:hover .img-wrapper{transform:scale(1.1)}.home-grid .img-wrapper{width:100%;height:100%;transition:transform .5s}.home-grid .img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.home-why{margin-bottom:40px}.home-why__desc,.home-why__wrap{margin-bottom:20px}.home-why__wrap{padding-left:15px}.home-why__wrap li{list-style-type:disc}.home-why__dop a.accent-word{color:var(--color-accent);font-weight:700;text-decoration:none;transition:color .3s}.home-why__dop a.accent-word:hover{color:var(--color-blue)}.home-why__desc,.home-why__dop,.home-why__wrap li{font-size:16px;line-height:1.5;font-family:Open Sans,sans-serif;font-weight:400;color:#666}.banner-wrap{margin-bottom:30px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.banner-left,.banner-right{background-color:var(--color-accent);width:calc(50% - 10px);color:#fff}.btn-state{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:10px 16px;border-radius:3px;background-color:#fff;color:var(--color-accent);border:1px solid var(--color-accent);margin-right:10px;margin-bottom:10px;outline:none;cursor:pointer;box-shadow:0 5px 15px 0 rgba(163,0,79,.2);transition:.2s ease-in-out}@media (max-width:900px){.btn-state{font-size:18px;margin-right:0;padding:12px 20px}}@media (max-width:480px){.btn-state{width:100%}.btn-state:first-of-type{margin-right:15px}}@media (max-width:480px) and (max-width:480px){.btn-state:first-of-type{margin-right:0}}.btn-state .svg-icon{margin-left:10px;font-size:14px}.btn-state.active,.btn-state:hover{box-shadow:none}.btn-state.active{background-color:var(--color-accent);color:#fff;cursor:default}.assortment-line{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e4e4e4}.assortment-line__title{font-size:12px;line-height:1.2;color:#868686;margin-bottom:15px;text-transform:uppercase}.assortment-line__wrap{-ms-flex-pack:center;justify-content:center}.callme-line__title{font-size:14px;margin:0;color:#868686;line-height:1.286;margin-bottom:20px;text-align:center;text-transform:uppercase}.callme-line__label{max-width:250px;width:100%;position:relative;margin:auto;height:auto;display:-ms-flexbox;display:flex;padding:15px 22px 20px;margin-bottom:30px;transition:.2s ease-in-out}.callme-line__label.focus{background-color:#fff;box-shadow:0 10px 24px 0 rgba(51,51,51,.25)}.callme-line__label.focus:before{height:2px;background-color:var(--color-blue)}.callme-line__label.valid:after{position:absolute;content:"\2713";font-size:25px;color:var(--color-blue);font-weight:600;right:27px;top:16px}.callme-line__label:before{content:"";position:absolute;left:20px;bottom:10px;width:calc(100% - 44px);height:1px;background-color:#868686;transition:.2s ease-in-out}.callme-line__label input{width:100%;border:none;background-color:transparent;outline:none;height:28px;font-size:18px}.slick-track{height:100%;width:100%;margin:0 auto;display:-ms-flexbox;display:flex}.slick-list{overflow:hidden}.content_header_adaptive{display:none}@media screen and (max-width:1099px){.product-information__wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.slider-texture{display:none;margin-bottom:20px}}.separator-line{margin:0 -15px;position:relative;height:10px;background-color:#c91b64;display:block}@media (max-width:900px){.separator-line{height:8px}}@media (max-width:600px){.separator-line{height:2px}}.separator-line:after{content:"";position:absolute;top:50%;left:120px;right:120px;height:40px;transform:translateY(-50%);background-color:#c91b64}@media (max-width:900px){.separator-line:after{height:25px;left:30px;right:30px}}@media (max-width:600px){.separator-line:after{left:15px;right:15px;height:10px}}.effect-covers{margin:0 -15px;padding:40px 60px 55px;background:linear-gradient(90deg,#ff2a7e 65%,#fdfeff 0)}@media (max-width:900px){.effect-covers{padding:20px 30px}}@media (max-width:600px){.effect-covers{padding:20px}}.effect-covers__container{border-radius:60px;max-width:1300px;margin:0 auto;padding:40px 50px 50px;background:#84030378 url(/static/images/home-page/text-logo.png) 100% 20px no-repeat;background-size:80%}@media (max-width:900px){.effect-covers__container{padding:25px 30px;border-radius:30px}}@media (max-width:600px){.effect-covers__container{padding:15px 10px 10px;border-radius:10px;background-position:100% 40%,50% 50%}}.effect-covers__title{text-transform:uppercase;font-weight:800;font-size:34px;color:#fff}@media (max-width:900px){.effect-covers__title{font-size:24px}}@media (max-width:600px){.effect-covers__title{font-weight:700;font-size:17px;line-height:1.43}}.effect-covers__text{text-transform:uppercase;font-weight:300;font-size:34px;color:#fff;margin-top:15px}@media (max-width:900px){.effect-covers__text{margin-top:5px;font-size:16px}}@media (max-width:600px){.effect-covers__text{font-size:14px;line-height:1.43}}.effect-covers__img-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:cetner;align-items:cetner;margin:40px auto 0;width:100%;border:20px solid #fff;border-radius:60px;overflow:hidden}@media (max-width:900px){.effect-covers__img-wrapper{border-width:10px;box-sizing:border-box;border-radius:30px}}@media (max-width:600px){.effect-covers__img-wrapper{border-width:5px;border-radius:10px}}.effect-covers__img{width:103%;height:103%;-o-object-fit:cover;object-fit:cover}.advantages-order{background-color:#e4eaef;margin:0 -15px;padding:80px 0}@media (max-width:900px){.advantages-order{padding:40px 0}}@media (max-width:600px){.advantages-order{padding:30px 0}}.advantages-order__title{font-weight:800;font-size:34px;text-align:center;text-transform:uppercase;color:#333;margin:0 auto 20px;max-width:800px}@media (max-width:900px){.advantages-order__title{font-size:24px;max-width:540px}}@media (max-width:600px){.advantages-order__title{font-size:17px;line-height:1.2;max-width:350px;padding:0 20px;margin-bottom:0}}.advantages-order__container-props{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%}@media (max-width:900px){.advantages-order__container-props{max-width:540px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto}}@media (max-width:600px){.advantages-order__container-props{max-width:350px}}.advantages-order__props{padding-top:70px;position:relative;max-width:210px;margin:0 10px;background-size:60px 60px;background-repeat:no-repeat;background-position:50% 0}@media (max-width:900px){.advantages-order__props__num_1{-ms-flex-order:1;order:1}.advantages-order__props_num_2{-ms-flex-order:4;order:4;margin-top:20px}.advantages-order__props_num_3{-ms-flex-order:2;order:2}.advantages-order__props_num_4{-ms-flex-order:3;order:3;margin-top:20px}}@media (max-width:600px){.advantages-order__props{max-width:145px;margin:0 5px;background-size:40px 40px;padding-top:50px;margin-top:20px}}.advantages-order__props_num_1{background-image:url(/static/images/home-page/advantages-order-props-1.svg)}.advantages-order__props_num_2{background-image:url(/static/images/home-page/advantages-order-props-2.svg)}.advantages-order__props_num_3{background-image:url(/static/images/home-page/advantages-order-props-3.svg)}.advantages-order__props_num_4{background-image:url(/static/images/home-page/advantages-order-props-4.svg)}.advantages-order__description{font-size:19px;line-height:25px;color:#636363;border-left:3px solid #8ea3ae;padding-left:10px}@media (max-width:600px){.advantages-order__description{font-size:12px;line-height:16px;padding-left:8px;border-width:1px}}@keyframes a{0%{background:#fff}50%{background:#ff71aa}to{background:#fff}}.photo-comparison{cursor:-webkit-grab;background-color:#fdfeff;padding:80px 0}.photo-comparison:active{cursor:-webkit-grabbing}@media (max-width:900px){.photo-comparison{padding:40px 0}}@media (max-width:600px){.photo-comparison{padding:30px 0}}.photo-comparison .compare-image-slider{border:15px solid #ff207a;border-radius:20px}@media (max-width:900px){.photo-comparison .compare-image-slider{border-width:6px}}.photo-comparison .compare-image-slider__img-wrapper{max-height:700px;overflow:hidden;-ms-flex-align:center;align-items:center}@media (max-width:900px){.photo-comparison .compare-image-slider__img-wrapper{border-radius:12px;max-height:430px}}@media (max-width:600px){.photo-comparison .compare-image-slider__img-wrapper{max-height:260px}}.photo-comparison .compare-image-slider__controller{border-radius:100px;width:10px;top:-50px;bottom:-50px;height:auto;background-color:#ff207a}@media (max-width:900px){.photo-comparison .compare-image-slider__controller{width:7px;top:-20px;bottom:-20px}}@media (max-width:600px){.photo-comparison .compare-image-slider__controller{width:5px}}.photo-comparison .compare-image-slider__controller:after{animation:a 1.5s infinite;content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background-color:#fff;box-shadow:2px 2px 15px 0 #000000c2}@media (max-width:900px){.photo-comparison .compare-image-slider__controller:after{width:45px;height:45px}}@media (max-width:600px){.photo-comparison .compare-image-slider__controller:after{width:25px;height:25px}}.photo-comparison .compare-image-slider__controller:active:after{animation:none}.photo-comparison__btn{cursor:pointer;width:270px;height:70px;background:linear-gradient(180deg,#ff378b,#ff649c 2.07%,#fe75c7 2.93%,#ff459e 25%,#ff2581 65.1%,#fb8dcf 95.83%,#ff41b3);box-shadow:inset 0 0 10px #fff;border-radius:10px;font-weight:900;font-size:28px;line-height:30px;text-align:center;text-transform:uppercase;color:#fff;margin:70px auto 0;display:block;padding:0;border:none;text-shadow:0 0 4px rgba(111,0,0,.2)}.photo-comparison__btn:hover{background:linear-gradient(180deg,#ff1f7d,#ff649c 2.07%,#fe5bbd 2.93%,#ff2b91 25%,#ff0d72 65.1%,#fb73c5 95.83%,#ff26a8);text-shadow:0 0 4px rgba(111,0,0,.2),0 0 10px hsla(0,0%,100%,.3)}.photo-comparison__btn:active{background:linear-gradient(180deg,#cc1864,#ff649c 2.07%,#cc4998 2.93%,#cc2374 25%,#cc0a5c 65.1%,#cc5ea0 95.83%,#cc1f87)}@media (max-width:900px){.photo-comparison__btn{margin:40px auto 0}}@media (max-width:600px){.photo-comparison__btn{width:150px;height:50px;line-height:50px;font-size:16px;margin:25px auto 0}}.reviews{padding:50px 0 80px}@media (max-width:900px){.reviews{padding:40px 0}}@media (max-width:600px){.reviews{padding:30px 0}}.reviews__show-more-btn{cursor:pointer;color:var(--color-accent);border-bottom:2px dashed var(--color-accent)}.reviews__show-more-btn:hover{border-color:transparent}.reviews__title{font-weight:800;font-size:34px;text-align:center;color:#333;max-width:500px;text-transform:uppercase;margin:0 auto 30px}@media (max-width:900px){.reviews__title{font-size:24px;margin:0 auto 20px}}@media (max-width:600px){.reviews__title{font-size:17px;max-width:260px;margin-bottom:15px}}.reviews__changes-img-wrapper{display:block;width:100%;border:5px solid #6b787c;border-radius:12px;overflow:hidden;margin-bottom:30px;height:490px}@media (max-width:900px){.reviews__changes-img-wrapper{height:220px;margin-bottom:15px}}@media (max-width:600px){.reviews__changes-img-wrapper{height:unset;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}}.reviews__changes-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reviews__slider{position:relative;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding-bottom:30px}@media (max-width:600px){.reviews__slider{width:auto;margin:0 -15px;padding-bottom:20px}}.reviews__slide{width:100%;margin:0 15px}.reviews__author{font-weight:800;font-size:24px;font-style:normal;color:#333;display:block;margin-bottom:20px;padding-left:80px}@media (max-width:900px){.reviews__author{margin-bottom:20px;padding-left:0}}@media (max-width:600px){.reviews__author{font-size:17px;margin-bottom:10px}}.reviews__text{font-size:16px;line-height:1.25;color:#636363;margin:0;padding:0 80px;display:block}@media (max-width:900px){.reviews__text{padding:0}}@media (max-width:600px){.reviews__text{font-size:14px}}.reviews .slick-dots{position:absolute;bottom:0;left:0;width:100%;display:-ms-flexbox!important;display:flex!important;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start}.reviews .slick-dots li{width:10px;height:10px;border-radius:50%;background-color:#c91b64;margin:0 5px}.reviews .slick-dots li.slick-active{background-color:var(--color-blue)}.reviews .slick-dots li button{color:transparent;background-color:transparent;border:none;padding:0;width:100%;height:100%}.reviews .slick-arrow{cursor:pointer;font-size:0;position:absolute;top:600px;left:0;border:none;background-color:transparent;width:22px;height:40px;padding:0}@media (max-width:900px){.reviews .slick-arrow{left:15px;top:320px}}@media (max-width:600px){.reviews .slick-arrow{top:270px;width:15px;height:25px}}@media (max-width:550px){.reviews .slick-arrow{top:240px}}.reviews .slick-arrow:after,.reviews .slick-arrow:before{z-index:10;content:"";position:absolute;bottom:calc(50% - 3px);left:2px;width:8px;height:25px;transform:rotate(35deg);transform-origin:center calc(100% - 3px);border-radius:4px;background-color:#87a7b2;transition:background-color .3s,transform .3s}@media (max-width:600px){.reviews .slick-arrow:after,.reviews .slick-arrow:before{width:5px;height:15px;bottom:calc(50% - 2px);transform-origin:center calc(100% - 2px)}}.reviews .slick-arrow:hover:before{transform:rotate(45deg)}.reviews .slick-arrow:hover:after{transform:rotate(-45deg)}@media (max-width:600px){.reviews .slick-arrow:hover:before{transform:rotate(35deg)}.reviews .slick-arrow:hover:after{transform:rotate(-35deg)}}.reviews .slick-arrow:active:before{transform:rotate(55deg)}.reviews .slick-arrow:active:after{transform:rotate(-55deg)}@media (max-width:600px){.reviews .slick-arrow:active:before{transform:rotate(35deg)}.reviews .slick-arrow:active:after{transform:rotate(-35deg)}}.reviews .slick-arrow:after{top:calc(50% - 3px);transform:rotate(-35deg);transform-origin:center calc(0% + 3px)}@media (max-width:600px){.reviews .slick-arrow:after{top:calc(50% - 2px);transform-origin:center calc(0% + 2px)}}.reviews .slick-next{left:unset;right:0;transform:rotate(180deg)}@media (max-width:900px){.reviews .slick-next{right:15px}}.reviews .slick-list{position:relative;z-index:0}.cover-selection-order{background:url(/static/images/home-page/cover-selection-order-bg.jpg) 50% 50% no-repeat;background-size:cover;padding:70px 0 80px}@media (max-width:900px){.cover-selection-order{padding:40px 0}}@media (max-width:600px){.cover-selection-order{padding:30px 0}}.cover-selection-order__title{text-transform:uppercase;font-weight:800;font-size:34px;text-align:center;color:#ff2781;margin-bottom:20px}@media (max-width:900px){.cover-selection-order__title{font-size:24px;margin:0 auto 20px}}@media (max-width:600px){.cover-selection-order__title{font-size:17px;max-width:180px;margin-bottom:10px}}.cover-selection-order__btn{cursor:pointer;width:270px;height:70px;background:linear-gradient(180deg,#ff378b,#ff649c 2.07%,#fe75c7 2.93%,#ff459e 25%,#ff2581 65.1%,#fb8dcf 95.83%,#ff41b3);box-shadow:inset 0 0 10px #fff;border-radius:10px;font-weight:900;font-size:28px;line-height:30px;text-align:center;text-transform:uppercase;color:#fff;margin:0 auto;display:block;padding:0;border:none;text-shadow:0 0 4px rgba(111,0,0,.2)}@media (max-width:600px){.cover-selection-order__btn{width:150px;height:50px;line-height:50px;font-size:16px;margin:25px auto 0}}.cover-selection-order__btn:hover{background:linear-gradient(180deg,#ff1f7d,#ff649c 2.07%,#fe5bbd 2.93%,#ff2b91 25%,#ff0d72 65.1%,#fb73c5 95.83%,#ff26a8);text-shadow:0 0 4px rgba(111,0,0,.2),0 0 10px hsla(0,0%,100%,.3)}.cover-selection-order__btn:active{background:linear-gradient(180deg,#cc1864,#ff649c 2.07%,#cc4998 2.93%,#cc2374 25%,#cc0a5c 65.1%,#cc5ea0 95.83%,#cc1f87)}.navigation{position:relative;z-index:99;max-width:1200px;margin:0 auto;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.27),inset 0 0 40px rgba(0,0,0,.06)}@media (max-width:1100){.navigation{box-shadow:none}}.navigation .navigation__top.focus-search .navigation__top-left{max-width:0}.navigation .navigation__top.focus-search .navigation__top-right{width:100%;-ms-flex:1 1 100%;flex:1 1 100%}.navigation .navigation__top.focus-search .navigation__top-right .search-form__wrap{width:100%}.navigation .navigation__top.focus-search .label-search .svg-icon{fill:#868686;width:28px}.navigation .navigation__top.focus-search .search-form__wrap input{display:block}.navigation__top{-ms-flex-pack:justify;justify-content:space-between;height:60px}.logo,.navigation__top{display:-ms-flexbox;display:flex;background-color:var(--color-accent)}.logo{position:relative;width:40%;min-width:135px;height:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff;text-decoration:none;padding:5px 10px;transition:.2s ease-in-out;max-width:250px}@media (max-width:380px){.logo{min-width:90px;padding:5px}}.logo:hover{background-color:var(--color-accent)}.logo.toggle-menu--open{padding:5px;z-index:11}.navigation__top-left{-ms-flex:1 1 40%;flex:1 1 40%;-ms-flex-pack:justify;justify-content:space-between}.navigation__phone,.navigation__top-left{position:relative;display:-ms-flexbox;display:flex}.navigation__phone{-ms-flex:1 1 60%;flex:1 1 60%;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center;padding:5px;background-color:#e4e4e4;border-right:1px solid #e1e1e1;min-width:180px}@media (max-width:1100px){.navigation__phone{min-width:270px}}.navigation__phone-tel{font-size:18px;color:#333;text-decoration:none;line-height:1;position:relative;font-weight:700;transition:color .3s;-ms-flex-negative:0;flex-shrink:0}@media (max-width:1200px){.navigation__phone-tel{font-size:16px}}.navigation__phone-tel:hover{color:var(--color-accent)}.navigation__phone .contact__link{margin-left:10px;color:#333;padding-bottom:0;-ms-flex-negative:1;flex-shrink:1;transition:color .3s}.navigation__phone .contact__link svg{margin-bottom:0;transition:fill .3s}.navigation__phone .contact__link_viber{max-width:60px;width:100%}.navigation__phone .contact__link_viber svg{fill:#665cac;width:100%}.navigation__phone .contact__link_viber:hover{color:var(--color-blue)}.navigation__phone .contact__link_viber:hover svg{fill:var(--color-accent)}.navigation__phone .contact__link_consultation:hover{cursor:pointer;color:var(--color-blue)}.navigation__phone .contact__link_consultation:hover svg{fill:var(--color-accent)}.navigation__phone .navigation__phone-callback{font-size:12px;color:var(--color-blue);font-family:Fira Sans,sans-serif;font-weight:500;cursor:pointer}.navigation__phone-callback:hover{border-bottom:1px solid var(--color-blue)}.navigation__phone .soc-icons{display:-ms-flexbox;display:flex;margin-top:3px}.navigation__phone .soc-icons li{font-size:0;width:15px;height:15px}@media (max-width:1100px){.navigation__phone .soc-icons li{width:13px;heigth:13px}}.navigation__phone .soc-icons li svg{fill:#555;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.navigation__phone .soc-icons li+li{margin-left:5px}.navigation__top-right{-ms-flex-pack:center;justify-content:center;-ms-flex:1 1 60%;flex:1 1 60%;text-align:center;height:100%}.nav,.navigation__top-right{display:-ms-flexbox;display:flex}.nav{-ms-flex-pack:justify;justify-content:space-between;z-index:100;overflow:hidden}.nav:after,.nav:before{content:"";z-index:-1;position:absolute;left:10px;bottom:22px;width:70%;max-width:400px;max-height:100px;height:55%;box-shadow:0 8px 16px rgba(0,0,0,.3);transform:skew(-15deg) rotate(-6deg)}.nav:after{left:auto;right:10px;transform:skew(15deg) rotate(6deg)}.navigation .nav__link.active .svg-icon{stroke:var(--color-blue)}.navigation.navigation--small .nav__link{-ms-flex-direction:column;flex-direction:column;height:80px;padding:10px;-ms-flex-pack:start;justify-content:flex-start}.navigation .nav__link .svg-icon{stroke:var(--color-accent);fill:none;height:32px;width:auto;max-width:120px;margin-right:0;margin-bottom:5px;transition:.2s ease-in-out;-ms-flex-negative:0;flex-shrink:0}.navigation .nav__link .svg-icon.svg-icon-2x{width:50px}.navigation .nav__link .svg-icon.svg-icon-3x{width:70px}.navigation .nav__link .svg-icon.svg-icon-anglechilr{width:77px}.navigation .nav__link .svg-icon.svg-icon-armchair{width:34px}.navigation .nav__link .svg-icon.svg-icon-chair{width:26px}.navigation .nav__link .svg-icon.svg-icon-komplekty{width:120px}.nav__link{-ms-flex:1 1 0%;flex:1 1 0%;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:120px;text-align:center;font-size:12px;font-family:Fira Sans,serif;color:var(--color-accent);text-decoration:none;text-transform:uppercase;border-right:1px solid #e4e4e4;background-color:#fff;transition:.2s ease-in-out}.nav__link .nav__link-text{font-weight:700}.nav__link:last-child{border-right:none}.nav__link.discount{transition:color 0s;animation:c 1s linear infinite}.nav__link.discount .svg-icon{animation:b 1s linear infinite;transition:stroke 0s}.nav__link.active,.nav__link:hover{background-color:#f4f4f4;color:var(--color-blue);animation:none}.nav__link.active .svg-icon,.nav__link:hover .svg-icon{stroke:var(--color-blue);animation:none}.toggle-menu{top:0;left:calc(33.3% - 20px);height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;text-align:center;width:21px}.toggle-menu,.toggle-menu:before{position:absolute;transition:.2s ease-in-out}.toggle-menu:before{content:"";left:20px;bottom:0;width:1px;border-right:1px solid #e4e4e4;height:0;z-index:10}.toggle-menu .toggle-menu__link:hover{background-color:var(--color-accent)}.toggle-menu__text{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden}.toggle-menu .toggle-menu__btn{min-width:20px;cursor:pointer;transition:.2s ease;z-index:10}.toggle-menu .toggle-menu__btn,.toggle-menu .toggle-menu__btn:hover{background-color:var(--color-accent)}.toggle-menu .toggle-menu__btn-arrow{display:-ms-flexbox;display:flex;height:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.toggle-menu .toggle-menu__btn-arrow .svg-icon{font-size:16px}.toggle-menu__link{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;height:100%;color:#fff;line-height:60px;font-weight:400;background-color:var(--color-accent);text-decoration:none;z-index:22;transition:background-color .3s;border-left:1px solid rgba(0,0,0,.1)}.toggle-menu__link:hover{background-color:#c2035f}.toggle-menu.toggle-menu--open{width:calc(66.6% + 20px);padding-left:20px}.toggle-menu.toggle-menu--open .toggle-menu__link{width:100%;visibility:visible;opacity:1}.toggle-menu.toggle-menu--open .toggle-menu__btn-arrow .svg-icon{transform:rotate(180deg)}.btn-hamburger,.social_contacts{background-color:var(--color-accent);color:#fff;height:100%;width:60px;border:none;cursor:pointer}@media (max-width:380px){.btn-hamburger,.social_contacts{width:40px}}.btn-hamburger .svg-icon,.social_contacts .svg-icon{fill:#fff}.social_contacts .svg-icon{width:90%;height:90%;-o-object-fit:contain;object-fit:contain}.slide-menu__wrap{position:fixed;width:100vw;height:100%;top:0;left:0;z-index:110}.slide-menu__bg{left:0;background-color:hsla(0,0%,100%,.8);z-index:-1}.slide-menu__bg,.slide-menu__content{position:absolute;top:0;right:0;bottom:0}.slide-menu__content{z-index:5;background-color:var(--color-accent);color:#fff;width:100%;max-width:500px;height:100vh;box-shadow:-10px 0 24px 0 rgba(51,51,51,.25)}.slide-menu__logo{position:absolute;top:10px;left:50%;height:54px;z-index:2;transform:translateX(-50%)}.slide-menu__logo .svg-icon{width:190px;height:40px;font-size:50px}.slide-menu__close{position:absolute;top:0;right:0;text-align:center;width:50px;height:74px;line-height:74px;z-index:3}.slide-menu__mobile{margin-top:66px;height:calc(100vh - 80px);overflow-y:auto}.slide-menu__mobile .slide-menu__tel{color:#fff;text-decoration:none;display:-ms-flexbox;display:flex;width:100%;height:44px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-left:0;font-size:20px}.slide-menu__mobile .slide-menu__tel .svg-icon{font-size:18px;margin-right:15px;margin-left:-20px}.slide-menu__wrap .slide-menu__mobile .nav{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;border:1px solid hsla(0,0%,100%,.4);margin:20px 15px}.slide-menu__wrap .slide-menu__mobile .nav:after,.slide-menu__wrap .slide-menu__mobile .nav:before{box-shadow:none}.slide-menu__wrap .slide-menu__mobile .nav a{width:33%;-ms-flex:1 1 auto;flex:1 1 auto}.slide-menu__wrap .slide-menu__mobile .nav__link{-ms-flex-direction:column;flex-direction:column;color:#fff;background-color:transparent;border-right:1px solid hsla(0,0%,100%,.4)}.slide-menu__wrap .slide-menu__mobile .nav__link.discount,.slide-menu__wrap .slide-menu__mobile .nav__link.discount .svg-icon{animation:none}.slide-menu__wrap .slide-menu__mobile .nav__link .svg-icon{stroke:#fff;margin:0 0 5px}.slide-menu__wrap .slide-menu__mobile .nav__link:nth-of-type(3n){border-right:transparent}.slide-menu__wrap .slide-menu__mobile .nav__link:nth-of-type(-n+3){border-bottom:1px solid hsla(0,0%,100%,.4)}.slide-menu__wrap .slide-menu__mobile .nav__link:last-of-type{border-top:1px solid hsla(0,0%,100%,.4);border-right:none}.slide-menu{display:-ms-flexbox;display:flex}.slide-menu,.slide-menu .nav{-ms-flex-direction:column;flex-direction:column}.slide-menu .nav .nav__link{color:#fff;font-family:Fira Sans,sans-serif;border-right:none;font-size:18px;-ms-flex-pack:start;justify-content:flex-start;padding:0 25px 0 15px;border-bottom:1px solid var(--color-accent);cursor:pointer}.slide-menu .nav .nav__link.active{background-color:var(--color-accent)}.slide-menu .nav .nav__link:first-child{border-top:1px solid var(--color-accent)}.slide-menu .nav .nav__link .nav__link-text{font-weight:400}.slide-menu .nav .nav__link .svg-icon{stroke:#fff}.slide-menu .slide-menu__link{margin:0 15px;height:50px;box-sizing:border-box;line-height:50px;color:#fff;font-size:18px;text-decoration:none;text-align:center;border-bottom:1px solid hsla(0,0%,100%,.4)}.slide-menu .slide-menu__link:last-child{margin-bottom:60px;border-bottom:1px solid transparent}.slide-menu__bottom .slide-menu__link.active{background-color:var(--color-accent)}.contact__links{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start}.contact__link{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-direction:column;flex-direction:column;font-size:10px;color:#fff;text-decoration:none;padding-bottom:7px}.contact__link,.contact__link_phone .svg-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.contact__link_phone .svg-wrapper{background-color:#fff;width:30px;height:30px;border-radius:50%;-ms-flex-pack:center;justify-content:center}.contact__link_phone svg{fill:var(--color-accent);width:.65em;height:.65em}.contact__link_viber{max-width:60px;width:100%;-ms-flex-negative:0;flex-shrink:0}.contact__link_viber svg{width:100%;fill:#665cac;-webkit-filter:drop-shadow(0 2px 2px #0000001a);filter:drop-shadow(0 2px 2px #0000001a)}.contact__link_consultation{-ms-flex-negative:0;flex-shrink:0;max-width:60px;width:100%}.contact__link_consultation svg{fill:#665cac;-webkit-filter:drop-shadow(0 2px 2px #0000001a);filter:drop-shadow(0 2px 2px #0000001a);width:100%}.contact__link .svg-wrapper{margin-bottom:2px}.contact__link+.contact__link{margin-left:10px}@media (max-width:380px){.contact__link+.contact__link{margin-left:5px}.contact__link+.contact__link_consultation{margin-left:15px}}@media screen and (max-width:1100px){.nav{overflow-x:auto}.nav .nav__link{padding:5px 20px;min-width:auto}}@media screen and (max-width:899px){.navigation .navigation__top-right{-ms-flex:0 0 auto;flex:0 0 auto}.navigation .navigation__top-left{-ms-flex:1 1 auto;flex:1 1 auto}.navigation .nav{height:40px}.navigation .nav .nav__link{height:inherit}.slide-menu__logo{max-width:80%}}@media screen and (max-width:600px){.navigation__top .navigation__top-right{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.slide-menu__wrap .slide-menu__mobile .nav{border-bottom:none}.slide-menu__wrap .slide-menu__mobile .nav a{width:50%}.slide-menu__wrap .slide-menu__mobile .nav .nav__link{-ms-flex-direction:column;flex-direction:column;color:#fff;background-color:transparent;border:none;border-bottom:1px solid hsla(0,0%,100%,.4)}.slide-menu__wrap .slide-menu__mobile .nav .nav__link .svg-icon{fill:#fff;margin:0 0 5px}.slide-menu__wrap .slide-menu__mobile .nav .nav__link:nth-of-type(odd){border-right:1px solid hsla(0,0%,100%,.4)}.slide-menu__wrap .slide-menu__mobile .nav .nav__link:last-of-type{border-right:none}.slide-menu__logo{width:65%}}@keyframes b{0%,75%{stroke:var(--color-accent)}25%{stroke:var(--color-blue)}}@keyframes c{0%,75%{color:var(--color-accent)}25%{color:var(--color-blue)}}.banner__newshop{position:relative;max-width:1200px;width:100%;margin:0 auto}.banner__newshop picture{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.banner__newshop img{width:100%}.banner__newshop a{text-decoration:none}.banner__promo{max-width:1200px;margin:0 auto;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:distribute;justify-content:space-around;font-family:Montserrat,sans-serif;color:var(--banner-color-blue);font-weight:800;font-variant:small-caps;padding:20px 70px}@media (max-width:1100px){.banner__promo{padding:20px 40px}}@media (max-width:900px){.banner__promo{padding:15px 30px}}@media (max-width:759px){.banner__promo{-ms-flex-align:center;align-items:center}}@media (max-width:480px){.banner__promo{padding:10px 20px}}@media (max-width:420px){.banner__promo{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:759px) and (min-width:601px){.banner__promo .promo_wrapper{-ms-flex:1 1 50%;flex:1 1 50%;margin-left:20px}}@media (max-width:600px){.banner__promo .promo_wrapper{margin:auto}}.banner__promo .promo_text{font-size:60px;line-height:1}@media (max-width:900px){.banner__promo .promo_text{font-size:46px}}@media (max-width:759px) and (min-width:601px){.banner__promo .promo_text{-ms-flex:1 1 50%;flex:1 1 50%;font-size:54px}}@media (max-width:600px){.banner__promo .promo_text{font-size:36px;margin-right:20px}}@media (max-width:480px){.banner__promo .promo_text{margin-right:15px}}@media (max-width:420px){.banner__promo .promo_text{font-size:28px;width:auto;margin:0 auto}}.banner__promo .promo_timer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:22px}@media (max-width:420px){.banner__promo .promo_timer{width:100%;margin-top:10px;-ms-flex-align:center;align-items:center}}.banner__promo .promo_timer .timer_text{margin:10px 0}@media (max-width:900px){.banner__promo .promo_timer .timer_text{font-size:18px}}@media (max-width:759px){.banner__promo .promo_timer .timer_text{font-size:16px;margin:5px 0}}@media (max-width:600px){.banner__promo .promo_timer .timer_text{font-size:14px}}@media (max-width:480px){.banner__promo .promo_timer .timer_text{margin-top:0}}.banner__promo .promo_timer .timer_wrap{display:-ms-flexbox;display:flex}.banner__promo .promo_timer .timer_wrap>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.banner__promo .promo_timer .timer_wrap>div+div{margin-left:10px}@media (max-width:480px){.banner__promo .promo_timer .timer_wrap>div+div{margin-left:5px}}.banner__promo .promo_timer .timer_wrap>div .value{width:90px;height:70px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.3);font-size:40px;line-height:70px;text-align:center}@media (max-width:900px){.banner__promo .promo_timer .timer_wrap>div .value{width:70px;height:50px;line-height:50px;font-size:36px}}@media (max-width:600px){.banner__promo .promo_timer .timer_wrap>div .value{font-size:20px;height:30px;width:50px;line-height:30px}}.banner__promo .promo_timer .timer_wrap>div .text{font-size:16px;font-weight:200;text-align:center;margin-top:5px}@media (max-width:759px){.banner__promo .promo_timer .timer_wrap>div .text{font-size:14px}}@media (max-width:600px){.banner__promo .promo_timer .timer_wrap>div .text{font-size:12px}}@media (max-width:480px){.banner__promo .promo_timer .timer_wrap>div .text{font-size:10px}}.banner__promo .promo_code{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;font-size:22px}@media (max-width:759px){.banner__promo .promo_code{width:auto;margin:10px auto 0;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:start;align-items:flex-start}}.banner__promo .promo_code .code_value{background-color:#fff;padding:20px 30px;border:1px solid #e0e0e0}@media (max-width:900px){.banner__promo .promo_code .code_value{padding:10px 20px}}@media (max-width:759px){.banner__promo .promo_code .code_value{padding:5px 10px}}@media (max-width:480px){.banner__promo .promo_code .code_value{font-size:18px;margin-left:0}}.banner__promo .promo_code .code_text{margin:10px 0;-ms-flex-item-align:start;align-self:flex-start}@media (max-width:900px){.banner__promo .promo_code .code_text{font-size:18px}}@media (max-width:759px){.banner__promo .promo_code .code_text{margin:0 10px 0 0;font-size:16px}}@media (max-width:600px){.banner__promo .promo_code .code_text{font-size:14px}}.banner__promo .price{color:var(--banner-color-accent)}.banner__promo .price_value{font-size:72px}@media (max-width:900px){.banner__promo .price_value{font-size:60px}}@media (max-width:600px){.banner__promo .price_value{font-size:50px}}@media (max-width:420px){.banner__promo .price_value{font-size:40px}}.banner__geo{max-width:940px;padding:20px;margin:0 auto;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:759px){.banner__geo{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}}.banner__geo .banner__description{text-transform:uppercase;margin:0 20px}@media (max-width:759px){.banner__geo .banner__description{margin-right:0}}@media (max-width:480px){.banner__geo .banner__description{-ms-flex:1 1 calc(60% - 20px);flex:1 1 calc(60% - 20px)}}.banner__geo .banner__description p{font-size:28px;color:var(--color-accent);font-weight:700}@media (max-width:1090px){.banner__geo .banner__description p{font-size:24px}}@media (max-width:900px){.banner__geo .banner__description p{font-size:20px}}@media (max-width:600px){.banner__geo .banner__description p{font-size:16px}}.banner__geo .banner__description p a{text-transform:lowercase;text-decoration:none;color:var(--banner-color-blue);transition:color .3s}.banner__geo .banner__description p a:hover{color:var(--banner-color-accent)}.banner__geo .banner__flag{width:170px;height:90px}@media (max-width:900px){.banner__geo .banner__flag{width:150px;height:75px}}@media (max-width:600px){.banner__geo .banner__flag{width:120px;height:60px}}@media (max-width:480px){.banner__geo .banner__flag{-ms-flex:1 1 calc(40% - 20px);flex:1 1 calc(40% - 20px)}}.banner__geo .banner__flag img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}@media (max-width:480px){.banner__geo .banner__flag img{-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}}.banner__geo .banner__btn{font-size:30px;text-decoration:none;text-transform:uppercase;font-weight:700;margin:0}@media (max-width:1090px){.banner__geo .banner__btn{font-size:26px}}@media (max-width:900px){.banner__geo .banner__btn{font-size:22px}}@media (max-width:759px){.banner__geo .banner__btn{max-width:320px;margin:0 auto}}@media (max-width:600px){.banner__geo .banner__btn{font-size:20px;max-width:200px}}@media (max-width:480px){.banner__geo .banner__btn{font-size:16px;max-width:150px;height:40px}}.banner__geo .banner__btn__wrap{margin:0 0 0 auto}@media (max-width:759px){.banner__geo .banner__btn__wrap{width:100%;margin-top:20px}}.stars-line{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.stars-line .svg-icon{font-size:14px;fill:#bdbdbd}.stars-line .star-purple{fill:var(--color-accent)}.svg-icon{display:inline-block;width:1em;height:1em;font-size:1.6rem;fill:#fff}.svg-icon.svg-icon-logo{width:100%;height:100%}.label-wrap{max-width:230px;width:100%;position:relative;height:auto;display:-ms-flexbox;display:flex;padding:12px 15px 22px;transition:.2s ease-in-out}@media (max-width:480px){.label-wrap{margin-bottom:20px}}.label-wrap .svg-icon{min-width:20px;fill:#868686}.label-wrap:before{content:"";position:absolute;left:15px;bottom:10px;width:calc(100% - 30px);height:1px;background-color:#868686;transition:.2s ease-in-out}.label-wrap.focus{background-color:#fff;box-shadow:0 10px 24px 0 rgba(51,51,51,.25)}.label-wrap.focus .svg-icon{fill:#333;transition:.2s ease-in-out}.label-wrap.focus:before{height:2px;background-color:#333}.label-wrap.valid input,.label-wrap.valid textarea{color:#019c01}.label-wrap.valid .svg-icon{fill:#019c01}.label-wrap.valid:before{height:2px;background-color:#019c01}.label-wrap input,.label-wrap textarea{width:100%;font-family:Fira Sans,sans-serif;border:none;background-color:transparent;outline:none;padding-left:15px;font-size:18px}.label-wrap textarea{height:80px;resize:vertical}.placeholder{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:10px}.placeholder-circle{border:10px solid #f3f3f3;border-radius:50%;border-top:10px solid var(--color-accent);width:80px;height:80px;animation:d 1.5s linear infinite}@keyframes d{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.price-line{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;min-height:80px;-ms-flex-align:stretch;align-items:stretch}.price-line .price-line__full-price,.price-line .price-line__part-price{background-color:#e4e4e4;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.price-line .price-line__full-price{background-color:transparent;-ms-flex:1 1 50%;flex:1 1 50%;-ms-flex-align:center;align-items:center;max-height:70px;margin:auto}@media (max-width:759px){.price-line .price-line__full-price{-ms-flex:1 1 40%;flex:1 1 40%}}@media (max-width:480px){.price-line .price-line__full-price{-ms-flex:1 1 50%;flex:1 1 50%}}.price-line .price-line__full-price span{font-weight:400}.price-line .price-line__full-price.price-line__active-promo{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.price-line .price-line__full-price.price-line__active-promo .new{width:50%;color:#b1b1b1;font-size:calc((100vw - 320px)/880 * 6 + 14px)}@media (min-width:1200px){.price-line .price-line__full-price.price-line__active-promo .new{font-size:20px}}.price-line .price-line__full-price.price-line__active-promo .new strong{font-weight:400}.price-line .price-line__full-price.price-line__active-promo p{color:#b1b1b1;font-size:calc((100vw - 320px)/880 * 6 + 14px)}@media (min-width:1200px){.price-line .price-line__full-price.price-line__active-promo p{font-size:20px}}.price-line .price-line__full-price.price-line__active-promo .old{color:#b1b1b1;width:50%}.price-line .price-line__full-price.price-line__active-promo .old span{font-size:16px}@media (max-width:480px){.price-line .price-line__full-price.price-line__active-promo .old span{font-size:14px}}.price-line .price-line__full-price.price-line__active-promo .promo{width:100%;font-size:30px;-ms-flex-order:3;order:3;color:var(--color-accent);text-shadow:0 0 10px rgba(222,13,100,.4);margin-top:5px}@media (max-width:480px){.price-line .price-line__full-price.price-line__active-promo .promo{font-size:26px}}.price-line .price-line__part-price{-ms-flex-align:center;align-items:center;-ms-flex:1 1 50%;flex:1 1 50%}@media (max-width:759px){.price-line .price-line__part-price{-ms-flex:1 1 60%;flex:1 1 60%}}@media (max-width:480px){.price-line .price-line__part-price{-ms-flex:1 1 50%;flex:1 1 50%}}.price-line .price-line__part-price span{font-size:calc((100vw - 320px)/880 * 4 + 12px);margin-top:2px;font-weight:400;color:#666}@media (min-width:1200px){.price-line .price-line__part-price span{font-size:16px}}.price-line .price-line__part-price .price{color:#444;font-size:calc((100vw - 320px)/880 * 6 + 16px)}@media (min-width:1200px){.price-line .price-line__part-price .price{font-size:22px}}.price-line .price-line__part-price.price-line__part-promo{padding:5px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.price-line .price-line__part-price.price-line__part-promo .code{max-width:100px;width:100%;margin:0 5px 10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:1099px){.price-line .price-line__part-price.price-line__part-promo .code{max-width:140px}}@media (max-width:900px){.price-line .price-line__part-price.price-line__part-promo .code{max-width:130px}}.price-line .price-line__part-price.price-line__part-promo .code_title{font-size:12px;text-transform:uppercase;color:#4f4f4f;font-weight:700;margin-bottom:5px}.price-line .price-line__part-price.price-line__part-promo .code_input{width:100%;height:30px;border:1px solid #ddd;border-radius:3px;background-color:#fff;font-size:18px;font-weight:700;padding:3px;text-align:center;transition:color .3s,border-color .3s}.price-line .price-line__part-price.price-line__part-promo .code_input.incorrect{color:red;border-color:red}.price-line .price-line__part-price.price-line__part-promo .code_input.validated{color:#019c01;border-color:#019c01;pointer-events:none}.price-line .price-line__part-price.price-line__part-promo button{background-color:var(--color-blue);font-size:18px;color:#fff;width:140px;height:30px;border:3px solid transparent;cursor:pointer;transition:border-color .3s,background-color .3s,color .3s;padding:0;margin:8px 5px 0;border-radius:3px;text-align:center;transform:translateX(0)}@media (max-width:1099px){.price-line .price-line__part-price.price-line__part-promo button{margin-top:0}}@media (max-width:900px){.price-line .price-line__part-price.price-line__part-promo button{font-size:16px;width:130px}}@media (max-width:759px){.price-line .price-line__part-price.price-line__part-promo button{margin-top:8px}}@media (max-width:515px){.price-line .price-line__part-price.price-line__part-promo button{margin-top:0}}.price-line .price-line__part-price.price-line__part-promo button:hover{border-color:var(--color-blue);background-color:transparent;color:var(--color-blue)}.price-line .price-line__part-price.price-line__part-promo button:not(.active):focus:not(:active){animation:e .2s ease-in-out 3}.price-line .price-line__part-price.price-line__part-promo button.active{pointer-events:none;background-color:#bdbdbd;color:#404040;border-color:transparent}.price-line a,.price-line span{font-size:12px;font-family:Fira Sans,sans-serif;font-weight:300;text-decoration:none}.price-line .price-line__full-price>p{margin-bottom:0;font-size:calc((100vw - 320px)/880 * 8 + 22px);font-family:Fira Sans,sans-serif;font-weight:500;color:#444}@media (min-width:1200px){.price-line .price-line__full-price>p{font-size:30px}}.product-information__wrapper-number-goods .price-line__full-price.price-line__discount{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.product-information__wrapper-number-goods .price-line__full-price{-ms-flex:1 1 40%;flex:1 1 40%}@media (max-width:480px){.product-information__wrapper-number-goods .price-line__full-price{-ms-flex:1 1 50%;flex:1 1 50%}}.product-information__wrapper-number-goods .price-line__part-price{-ms-flex:1 1 60%;flex:1 1 60%}@media (max-width:480px){.product-information__wrapper-number-goods .price-line__part-price{-ms-flex:1 1 50%;flex:1 1 50%}}.product-information__wrapper-number-goods .price-line__part-price.price-line__part-promo .code{max-width:100px}@media (max-width:900px){.product-information__wrapper-number-goods .price-line__part-price.price-line__part-promo .code{max-width:140px}}@media (max-width:480px){.product-information__wrapper-number-goods .price-line__part-price.price-line__part-promo .code{max-width:130px}}.product-information__wrapper-number-goods .price-line__part-price.price-line__part-promo button{margin-top:8px}@media (max-width:900px){.product-information__wrapper-number-goods .price-line__part-price.price-line__part-promo button{width:140px}}@media (max-width:574px){.product-information__wrapper-number-goods .price-line__part-price.price-line__part-promo button{margin-top:0}}@media (max-width:480px){.product-information__wrapper-number-goods .price-line__part-price.price-line__part-promo button{width:130px}}.price-line__full-price.price-line__discount{-ms-flex-direction:column;flex-direction:column}.price-line__full-price.price-line__discount .new{font-size:30px;-ms-flex-order:2;order:2}@media (max-width:480px){.price-line__full-price.price-line__discount .new{font-size:26px}}.price-line__full-price.price-line__discount .old span{font-size:calc((100vw - 320px)/880 * 6 + 16px)}@media (min-width:1200px){.price-line__full-price.price-line__discount .old span{font-size:22px}}.catalog__bottom .price-line__full-price{-ms-flex-align:center;align-items:center}.catalog-item__top-left-bottom .price-line .price-line__part-price button{width:140px;padding:0}@media (max-width:900px){.catalog-item__top-left-bottom .price-line .price-line__part-price button{width:130px;font-size:16px}}@keyframes e{25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}body.popup-open{overflow:hidden}.popup-wrap{position:fixed;z-index:100}.popup-bg,.popup-wrap{top:0;left:0;width:100%;height:100%}.popup-bg{background-color:rgba(51,51,51,.85);cursor:pointer}.popup__content{padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height:100vh;overflow:auto}.popup__content .form-text-valid{bottom:-20px}.popup{position:relative;background-color:#fff;text-align:left;z-index:101;max-width:700px;min-width:280px;margin:0 auto;width:calc(100vw - 40px);height:auto;font-size:0}.popup.popup_popup-buy-bundle{max-width:400px}.popup.popup_good{max-height:470px;padding-bottom:60%;padding-top:25px;background-repeat:no-repeat;background-position:50% 50%;background-size:100%;transition:background-size .3s}.popup.popup_good img{width:0;height:0}.popup.popup_good .popup__controls{position:absolute;bottom:10px;left:50%;transform:translateX(-50%)}.popup.popup_good .popup__controls button{cursor:pointer;width:40px;height:40px;border:none;background-color:#fff;padding:5px;border-radius:50%}.popup.popup_good .popup__controls button svg{height:100%;padding:0}.popup.popup_good .popup__controls_zoom svg{transition:all .3s;--zoom__fill-color:#333;--zoom__color-plus:#333}.popup.popup_good .popup__controls_zoom.active{border-color:var(--color-accent)}.popup.popup_good .popup__controls_zoom.active svg{--zoom__color-plus:transparent}.popup.popup_good.popup_zoom{background-size:200%;cursor:-webkit-grab;cursor:grab}.popup-close{position:absolute;top:0;right:0;color:#333;width:40px;height:40px;font-size:44px;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transform:rotate(0deg) translate(50%,-50%);z-index:10;background-color:hsla(0,0%,100%,.7);border-radius:50%;transition:background-color .3s}@media (max-width:759px){.popup-close{width:30px;height:30px}}.popup-close:after,.popup-close:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);width:65%;height:6px;background-color:#333;border-radius:3px;transition:background-color .3s,transform .3s}.popup-close:before{transform:translate(-50%,-50%) rotate(45deg)}.popup-close:hover{background-color:#fff}.popup-close:hover:after{background-color:red;transform:translate(-50%,-50%) rotate(45deg)}.popup-close:hover:before{background-color:red;transform:translate(-50%,-50%) rotate(-45deg)}.popup-link{width:auto}.popup.popup_popup-order{max-width:630px}.popup.callback,.popup.viber{max-width:350px;padding:25px 10px;margin:0 auto}.popup .form-callme h3{font-size:16px;margin-bottom:20px;color:var(--color-blue);text-align:left}.popup .form-callme .label-wrap{margin-bottom:5px}.popup img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.advantage-line__popup{font-size:14px;margin-top:10px;padding:5px 0;color:var(--color-blue);font-family:Fira Sans,sans-serif;font-weight:600;text-decoration:underline;cursor:pointer}.advantage-line__popup:hover{text-decoration:none}.popup-review-send{background:linear-gradient(113.33deg,#f4f4f4 2.12%,#fff 112.5%);padding:15px;max-width:500px;width:calc(100vw - 40px)}.popup-review-send .form-review{padding:35px}@media (max-width:500px){.popup-review-send .form-review{padding:5px}.popup-review-send .form-review .form-wrap .label-text{margin-bottom:18px}}.popup-review-send .title-accent{font-size:30px;color:#4a4c85}@media (max-width:500px){.popup-review-send .title-accent{font-size:25px;margin-bottom:15px}}.popup-review-send .label-wrap.valid input,.popup-review-send .label-wrap.valid textarea{color:#333}.popup-review-send .label-name{padding:0;margin-bottom:20px;height:50px;line-height:50px;border:1px solid #ececec;box-sizing:border-box;box-shadow:inset 0 0 4px #0000002e;border-radius:4px;background-color:#fff}@media (max-width:500px){.popup-review-send .label-name{margin-bottom:10px}}.popup-review-send .input-name{font-weight:300;font-size:20px;color:#333;padding:0 20px}.popup-review-send .input-name::-webkit-input-placeholder{color:#b2b2b2}.popup-review-send .input-name:-ms-input-placeholder{color:#b2b2b2}.popup-review-send .input-name::placeholder{color:#b2b2b2}@media (max-width:500px){.popup-review-send .input-name{font-size:16px}}.popup-review-send .label-text{padding:0;margin-bottom:20px;border:1px solid #ececec;box-sizing:border-box;box-shadow:inset 0 0 4px #0000002e;border-radius:4px;background-color:#fff}.popup-review-send .textarea-text{padding:15px 20px;font-weight:300;font-size:20px}.popup-review-send .textarea-text::-webkit-input-placeholder{color:#b2b2b2}.popup-review-send .textarea-text:-ms-input-placeholder{color:#b2b2b2}.popup-review-send .textarea-text::placeholder{color:#b2b2b2}@media (max-width:500px){.popup-review-send .textarea-text{margin-bottom:10px;font-size:16px}}.popup-review-send .btn-review{box-shadow:0 0 5px #00000033;border-radius:4px;font-weight:700;font-family:Fira Sans,sans-serif}.popup-review-send .btn-review span{margin:0}@media (max-width:500px){.popup-review-send .btn-review{font-size:16px}}.popup-review{max-width:1500px;background-color:transparent}.popup-review .popup-close{top:-5px;right:-5px;color:#333}.popup-review__wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}.popup-review__img{padding:15px;background-color:#fff;margin:0 10px;-ms-flex:1 1 70%;flex:1 1 70%}.popup-review__img img{width:100%}.popup-review__content{padding:15px;background-color:#fff;-ms-flex:1 1 30%;flex:1 1 30%;max-width:400px}.popup-review__name{font-weight:600;margin-bottom:10px;font-size:18px}.popup-review .stars-line{margin-bottom:15px}.popup.country{padding:20px 10px}@media screen and (max-width:1000px){.popup-review__wrap{-ms-flex-direction:column;flex-direction:column}.popup-review__content,.popup-review__img{max-width:100%;width:100%;margin:0 0 10px}.popup-review .popup-close{top:-45px;right:-10px;color:#fff}}.form-buy .form-wrap{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:900px){.form-buy .form-wrap{width:100%;max-width:450px}}@media (max-width:480px){.form-buy .form-wrap{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}}.form{position:relative}.form-callme h3{font-size:14px;margin-bottom:20px;color:#868686;line-height:1.286;text-align:center;text-transform:uppercase;font-weight:600}.form-callme .label-wrap{margin-bottom:25px}.form-callme .btn-callme{background-color:var(--color-accent);color:#fff;border:none;box-shadow:0 10px 20px 0 rgba(165,0,80,.35)}.form-callme .btn-callme:hover{box-shadow:none}.form-popup .label-wrap{width:100%;max-width:100%}.form-popup .btn{margin-top:25px}.form-success{position:relative;padding:20px 15px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;color:#4b830d}.form-success__icon{display:-ms-flexbox;display:flex;width:50px;height:50px;border:2px solid #4b830d;margin-bottom:15px;border-radius:50%}.form-success__icon .svg-icon{margin:auto;fill:#4b830d}@media (min-width:480px){.form-customers-questions,.form-review{padding:20px}}.form-customers-questions .form-wrap,.form-review .form-wrap{position:relative}.form-customers-questions .form-wrap .label-wrap,.form-review .form-wrap .label-wrap{width:100%;max-width:100%}.form-customers-questions .form-wrap .label-text,.form-review .form-wrap .label-text{margin-bottom:20px}.form-customers-questions .form-wrap .label-text textarea,.form-review .form-wrap .label-text textarea{height:160px}.form-text-valid{position:absolute;text-align:center;font-size:14px;bottom:-30px;color:var(--color-accent);left:50%;transform:translateX(-50%);display:inline-block;width:100%}.product-information__wrapper>form .form-text-valid{bottom:-20px}.popup form{bottom:0}.review-null strong{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-order{padding:30px 40px}@media (max-width:480px){.form-order{padding:20px}}@media (max-width:380px){.form-order{padding:15px}}.form-order .title-accent{background-color:transparent;padding:0;text-align:left;margin-bottom:15px}@media (max-width:480px){.form-order .title-accent{font-size:18px}}.form-order .label-wrap{max-width:100%;padding:10px 0 15px}.form-order .label-wrap:before{width:100%;left:0}.form-order .label-wrap.label-name{margin-bottom:10px}.form-order .label-wrap.focus{background-color:transparent;box-shadow:none}.form-order .label-wrap.focus .svg-icon{fill:var(--color-blue)}.form-order .label-wrap input{width:calc(100% - 30px)}.form-order .shops{font-size:16px;margin:20px 0}@media (max-width:480px){.form-order .shops{font-size:14px}}.form-order hr{background-color:#b0afaf;border:none;height:1px}.form-order h4{font-size:18px;color:var(--color-blue);font-weight:600;text-transform:uppercase;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-ms-flex-pack:start;justify-content:flex-start}.form-order h4 .svg-icon{fill:var(--color-blue);margin-right:15px}.form-order .shop{display:-ms-flexbox;display:flex;position:relative;margin:15px 0}.form-order .shop:hover .marker{border-color:rgba(231,45,119,.5)}.form-order .shop:hover .marker:before{background-color:rgba(231,45,119,.5)}.form-order .shop:hover label{color:rgba(51,51,51,.69)}.form-order .shop .marker{width:20px;height:20px;border:2px solid #b0afaf;border-radius:50%;background-color:#eee;transition:border-color .3s;position:absolute;left:0;top:50%;transform:translateY(-50%)}.form-order .shop .marker:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:transparent;width:calc(100% - 6px);height:calc(100% - 6px);transition:background-color .3s}.form-order .shop label{color:#b0afaf;position:relative;width:100%;height:100%;padding:0 0 0 30px;cursor:pointer;transition:color .3s}.form-order .shop input:checked~.marker{border-color:var(--color-accent)}.form-order .shop input:checked~.marker:before{background-color:var(--color-accent)}.form-order .shop input:checked~label{color:#333}.form-order .good{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:var(--color-blue)}.form-order .good__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-ms-flex:1 1 40%;flex:1 1 40%}.form-order .good__description{font-size:18px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:right;-ms-flex:0 0 60%;flex:0 0 60%;margin-left:20px}@media (max-width:759px){.form-order .good__description{font-size:16px}}@media (max-width:480px){.form-order .good__description{font-size:14px}}.form-order .good__name{text-transform:uppercase}.form-order .good__price b{color:var(--color-accent)}.form-order .other-info{font-size:18px;color:#7f7d7c;text-align:center;display:block;margin:20px 0}@media (max-width:759px){.form-order .other-info{font-size:16px}}@media (max-width:480px){.form-order .other-info{font-size:14px}}.form-order button{color:#fff;font-size:24px;padding:10px 20px;border:none;cursor:pointer;background-color:var(--color-accent);border-radius:3px;box-shadow:0 10px 20px 0 rgba(165,0,80,.35);margin:0 auto;display:block;transition:box-shadow .3s,background-color .3s}@media (max-width:759px){.form-order button{font-size:20px}}@media (max-width:480px){.form-order button{font-size:18px}}@media (max-width:380px){.form-order button{font-size:16px}}.form-order button:hover{box-shadow:none}.form-order button:active{background-color:var(--color-blue)}.form-buy-bundle,.form-buy-clamp,.form-buy-soap-powder,.popup .form-buy{padding:25px 30px}@media (max-width:480px){.form-buy-bundle,.form-buy-clamp,.form-buy-soap-powder,.popup .form-buy{padding:20px}}@media (max-width:380px){.form-buy-bundle,.form-buy-clamp,.form-buy-soap-powder,.popup .form-buy{padding:15px}}.form-buy-bundle .title-accent,.form-buy-clamp .title-accent,.form-buy-soap-powder .title-accent,.popup .form-buy .title-accent{padding:0}@media (max-width:759px){.form-buy-bundle .title-accent,.form-buy-clamp .title-accent,.form-buy-soap-powder .title-accent,.popup .form-buy .title-accent{background-color:transparent}}.form-buy-bundle .label-wrap,.form-buy-clamp .label-wrap,.form-buy-soap-powder .label-wrap,.popup .form-buy .label-wrap{max-width:100%}.form-buy-bundle button,.form-buy-clamp button,.form-buy-soap-powder button,.popup .form-buy button{color:#fff;font-size:24px;padding:10px 20px;border:none;cursor:pointer;background-color:var(--color-accent);border-radius:3px;box-shadow:0 10px 20px 0 rgba(165,0,80,.35);margin:20px auto 0;display:block;transition:box-shadow .3s,background-color .3s}@media (max-width:759px){.form-buy-bundle button,.form-buy-clamp button,.form-buy-soap-powder button,.popup .form-buy button{font-size:20px}}@media (max-width:480px){.form-buy-bundle button,.form-buy-clamp button,.form-buy-soap-powder button,.popup .form-buy button{font-size:18px}}@media (max-width:380px){.form-buy-bundle button,.form-buy-clamp button,.form-buy-soap-powder button,.popup .form-buy button{font-size:16px}}.form-buy-bundle button:hover,.form-buy-clamp button:hover,.form-buy-soap-powder button:hover,.popup .form-buy button:hover{box-shadow:none}.form-buy-bundle button:active,.form-buy-clamp button:active,.form-buy-soap-powder button:active,.popup .form-buy button:active{background-color:var(--color-blue)}.country-line{padding-right:10px;cursor:default;margin:auto}.country-line>img{width:22px;height:22px;border-radius:50%;overflow:hidden;margin-right:8px}.country-line>span{color:#333;text-decoration:none;text-transform:uppercase;font-size:12px;border-bottom:1px dashed #333}.footer{background-color:#3e4753;position:relative}.footer-bottom a{color:#fff}.footer .container-wrap{max-width:1200px;margin:0 auto}@media (max-width:1250px){.footer .container-wrap{width:95%;margin:0 auto}}@media (max-width:900px){.footer .container-wrap{width:90%}}.footer-center{padding:20px 0}.footer-center h4{font-family:Open Sans,sans-serif;font-weight:400;font-size:26px;margin:10px 0;color:#fff;text-transform:uppercase}.footer-center h4 span{position:relative;display:inline-block;padding-bottom:0}.footer-center h4 span:before{content:"";position:absolute;height:2px;width:100%;bottom:-1px;left:0;background-color:var(--color-accent)}.footer-menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1100px){.footer-menu{display:-ms-grid;display:grid;grid-template-areas:"h i j" "k l ." "m n o" "p q o";grid-gap:10px 70px;-ms-flex-pack:start;justify-content:start;-ms-grid-column-align:start;justify-items:start}}@media (max-width:759px){.footer-menu{grid-column-gap:30px;-ms-flex-align:start;align-items:start}}@media (max-width:480px){.footer-menu{margin-top:40px;grid-row-gap:15px;grid-template-areas:"j i" "k l" "p m" "h n" "q q" "o o"}}.footer-link{text-decoration:none;color:#fff;font-size:18px;font-weight:400;margin:10px 15px 0 0}@media (max-width:1100px){.footer-link{margin:0}}@media (max-width:759px){.footer-link{font-size:16px}}@media (max-width:1100px){.footer-link:first-of-type{grid-area:j}}@media (max-width:1100px){.footer-link:nth-of-type(2){grid-area:k}}@media (max-width:1100px){.footer-link:nth-of-type(3){grid-area:l}}@media (max-width:1100px){.footer-link:nth-of-type(4){grid-area:n}}@media (max-width:1100px){.footer-link:nth-of-type(5){grid-area:p}}@media (max-width:1100px){.footer-link:nth-of-type(6){grid-area:i}}@media (max-width:1100px){.footer-link:nth-of-type(7){grid-area:m}}@media (max-width:1100px){.footer-link:nth-of-type(8){grid-area:h}}@media (max-width:1100px){.footer-link:nth-of-type(9){grid-area:q;-ms-flex-item-align:start;-ms-grid-row-align:start;align-self:start}}@media (max-width:1100px){.footer-link:nth-of-type(10){grid-area:o;-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end;justify-self:start}}.footer-link--accent{background-color:var(--color-accent);color:#fff;width:120px;height:40px;line-height:40px;text-align:center;margin-left:auto}@media (max-width:1100px){.footer-link--accent{margin:0}}.footer-link:hover{text-decoration:underline}.footer-bottom{background-color:#3e4753;padding:20px 0;color:#fff}.footer-bottom .container-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;padding-top:20px}@media (max-width:759px){.footer-bottom .container-wrap{padding-top:0;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.copyright *+*{margin-top:5px}.copyright>a,.copyright p{line-height:1.35;padding-right:20px;font-size:12px}@media (max-width:759px){.copyright>a,.copyright p{padding:0}}.copyright a:hover{text-decoration:none}.soc-menu{-ms-flex-pack:justify;justify-content:space-between;min-width:150px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:759px){.soc-menu{margin-bottom:30px}}.soc-link,.soc-menu{display:-ms-flexbox;display:flex}.soc-link{width:38px;height:38px;cursor:pointer;background-color:#fafafa;color:#3e4753;text-decoration:none;border-radius:5px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.soc-link+*{margin-left:10px}@media (max-width:480px){.soc-link{margin:0 5px}}.soc-link:hover .svg-icon{fill:var(--color-accent)}.soc-link .svg-icon{fill:#3e4753;transition:.2s ease-in-out}section.customers-questions{padding:0 20px}section.customers-questions .customers-questions__title{font-size:33px;margin-top:30px}section.customers-questions>.popup-link{display:inline-block;margin:30px auto}.customers-questions{margin:40px 0;text-align:center}@media (max-width:900px){.customers-questions{margin-top:30px}}@media (max-width:600px){.customers-questions{margin:20px auto 0}}.customers-questions__title{position:relative;text-transform:uppercase;text-align:center;font-size:34px;font-weight:800;margin:80px 0 30px}@media (max-width:900px){.customers-questions__title{margin:40px 0 15px;font-size:24px}}@media (max-width:600px){.customers-questions__title{margin:30px 0 15px;font-size:17px}}.customers-questions__questions{text-align:left}.customers-questions .customers-question{font-size:16px}.customers-questions .customers-question+.customers-question{margin-top:15px}.customers-questions .customers-question>p{position:relative;cursor:pointer;display:inline-block;font-size:20px;margin:0 0 15px 30px;color:var(--color-accent);border-bottom:2px dashed var(--color-accent)}@media (max-width:900px){.customers-questions .customers-question>p{border-bottom:none}}@media (max-width:600px){.customers-questions .customers-question>p{font-size:17px}}.customers-questions .customers-question>p:hover{border-bottom:2px dashed transparent}@media (max-width:900px){.customers-questions .customers-question>p:hover{border-bottom:none}}.customers-questions .customers-question>p:before{content:"";position:absolute;left:-30px;top:2px;display:inline-block;width:20px;height:20px;background-color:var(--color-accent);border-radius:50%}.customers-questions .customers-question>p:after{content:"";position:absolute;top:10px;left:-25px;border:5px solid transparent;border-top:5px solid #fff}.customers-questions .customers-question__answer{display:none;margin-left:30px}@media (max-width:759px){.customers-questions .customers-question__answer{margin:0 auto}}.customers-questions .customers-question__answer>p{margin-bottom:10px}@media (max-width:600px){.customers-questions .customers-question__answer>p{font-size:14px}}.customers-questions .customers-question__answer a{color:var(--color-accent);transition:color .3s;text-decoration:none;font-weight:700}.customers-questions .customers-question__answer a:hover{color:var(--color-blue)}.customers-questions .customers-question__answer li{margin-bottom:5px}.customers-questions .customers-question__answer li>span{font-weight:700;display:inline-block;margin-bottom:5px}.customers-questions .customers-question__answer li .video{margin-bottom:25px;width:100%;max-width:600px;position:relative;padding-bottom:27.5%;padding-top:25px;height:0}@media (max-width:1200px){.customers-questions .customers-question__answer li .video{padding-bottom:36.25%}}@media (max-width:759px){.customers-questions .customers-question__answer li .video{padding-bottom:48%}}.customers-questions .customers-question__answer li .video iframe{width:100%;height:100%;position:absolute;top:0;left:0}.customers-questions .customers-question__answer ul{padding-left:20px}.customers-questions .customers-question__answer ul li{list-style:initial;padding:initial}.customers-questions .customers-question__answer ol li{list-style:decimal}.customers-questions .customers-question__answer .popup-link{cursor:pointer}.customers-questions .customers-question .answer__flex-block{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px}@media (max-width:759px){.customers-questions .customers-question .answer__flex-block{-ms-flex-direction:column;flex-direction:column}}.customers-questions .customers-question .answer__flex-block ol{margin-right:15px}@media (max-width:759px){.customers-questions .customers-question .answer__flex-block ol{margin-right:0}}.customers-questions .customers-question .answer__flex-block .img-wrapper{max-width:260px;height:130px;margin:0 auto}@media (max-width:759px){.customers-questions .customers-question .answer__flex-block .img-wrapper{max-width:300px;height:160px}}.customers-questions .customers-question .answer__flex-block .img-wrapper>div{width:100%;height:100%}.customers-questions .customers-question .answer__flex-block .img-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.customers-questions .customers-question_open>p{color:var(--color-blue);border-bottom:2px dashed var(--color-blue)}@media (max-width:900px){.customers-questions .customers-question_open>p{border-bottom:none}}.customers-questions .customers-question_open>p:hover{border-bottom:2px dashed transparent}@media (max-width:900px){.customers-questions .customers-question_open>p:hover{border-bottom:none}}.customers-questions .customers-question_open>p:before{transform:rotate(-90deg);background-color:var(--color-blue)}.customers-questions .customers-question_open>p:after{transform:rotate(-90deg) translateY(3px) translateX(3px)}.customers-questions .customers-question_open .customers-question__answer{display:block}.customers-questions__link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center;margin:20px auto 0;font-size:20px;font-weight:700;text-decoration:none;width:auto;color:var(--color-accent)}.customers-questions__link .svg-icon{fill:var(--color-accent);margin-left:10px;font-size:20px;transition:transform .2s ease-in-out}.customers-questions__link:hover .svg-icon{transform:translateX(10px)}.advantage-content{position:relative;padding-bottom:30px;border-bottom:1px solid #e4e4e4;z-index:1}.advantage-content:before{position:absolute;content:"";bottom:280px;right:0;background-image:url(/static/images/advantages/gatantiya.png);background-size:contain;background-repeat:no-repeat;width:260px;height:200px;z-index:-1}.advantage-line__head{position:relative;text-align:center;margin-bottom:15px}.advantage-line__head span{display:inline-block;margin:0 14px;color:#888;font-size:15px}.advantage-line__head span:after,.advantage-line__head span:before{position:absolute;content:"";top:11px;width:calc(50% - 80px);height:1px;background-color:#e4e4e4}.advantage-line__head span:before{left:0}.advantage-line__head span:after{right:0}.advantage-title{color:#868686;text-transform:uppercase;font-size:14px}.advantage-wrap{-ms-flex-direction:column;flex-direction:column}.advantage-item,.advantage-wrap{display:-ms-flexbox;display:flex}.advantage-item{margin-bottom:20px;-ms-flex-align:center;align-items:center}.advantage-item .svg-icon{fill:var(--color-blue);min-width:28px}.advantage-item span{margin-left:20px}.advantage-cards{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;margin-top:15px}.advantage-cards .advantage-card{width:calc(50% - 10px);margin-bottom:15px}.advantage-cards .advantage-card img{width:100%}@media screen and (max-width:900px){.advantage-content:before{right:50%;left:50%;transform:translate(-50%,-50%)}}.callback-line{position:relative;padding:20px 0 40px}@media (max-width:759px){.callback-line__wrap{width:90%;margin:0 auto}}.callback-line__form{margin-top:20px}.callback-line__form .label-wrap{max-width:none;padding:10px;border:1px solid #afafaf;width:100%}@media (max-width:480px){.callback-line__form .label-wrap{margin-bottom:0}}.callback-line__form .label-wrap:before{content:none}.callback-line__form .form-wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:1fr 1fr calc(1fr + 20px);grid-template-rows:1fr 1fr calc(1fr + 20px);grid-gap:10px 20px;width:100%}@media (max-width:900px){.callback-line__form .form-wrap{-ms-grid-rows:1fr 1fr 1fr calc(1fr + 20px);grid-template-rows:1fr 1fr 1fr calc(1fr + 20px);grid-gap:10px;max-width:420px;width:100%;margin:0 auto}}.callback-line__form .label-name{grid-column:1/2;grid-row:1/2}@media (max-width:900px){.callback-line__form .label-name{grid-column:1/-1}}.callback-line__form .label-phone{grid-column:1/2;grid-row:2/3}@media (max-width:900px){.callback-line__form .label-phone{grid-column:1/-1}}.callback-line__form .label-text{grid-column:2/3;grid-row:1/3}@media (max-width:900px){.callback-line__form .label-text{grid-column:1/-1;grid-row:3/4}}.callback-line__form .btn-callback{grid-column:1/-1;grid-row:3/4;margin-top:20px}@media (max-width:900px){.callback-line__form .btn-callback{grid-row:4/5}}.callback-line__form .btn-callback span{text-transform:inherit}.callback-line__text p{font-size:calc((100vw - 320px)/880 * 4 + 16px);line-height:1.2}@media (min-width:1200px){.callback-line__text p{font-size:20px}}.director{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-width:660px;width:100%;margin:30px 0}@media (max-width:480px){.director{-ms-flex-direction:column;flex-direction:column}}.director__img{width:160px;min-width:160px;height:160px;border-radius:50%;background-color:#ff9c44;overflow:hidden}@media (max-width:480px){.director__img{margin-bottom:20px}}.director__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.director__content{margin-left:20px}@media (max-width:480px){.director__content{margin-left:0}}.director__name{font-family:Fira Sans,sans-serif;font-weight:600;font-size:20px;line-height:1.2;text-transform:uppercase}.director__post{font-size:18px;color:#868686;text-transform:uppercase}@media (max-width:480px){.director__post{font-size:14px}}.director__text{margin-top:15px;font-size:16px;line-height:1.2;font-family:Fira Sans,sans-serif;font-style:italic}@media (max-width:480px){.director__text{font-size:14px}}.director__text i{font-family:Fira Sans,sans-serif}.assortment-line__wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.assortment-line__wrap .svg-icon{height:50px;fill:var(--color-accent);margin:0 10px;margin-bottom:15px}.assortment-line__wrap .svg-icon.svg-icon-2x{width:85px}.assortment-line__wrap .svg-icon.svg-icon-3x,.assortment-line__wrap .svg-icon.svg-icon-anglechilr{width:115px}.assortment-line__wrap .svg-icon.svg-icon-armchair{width:65px}.assortment-line__wrap .svg-icon.svg-icon-chair{width:45px}.assortment-line__wrap .svg-icon-komplekty{width:170px}.advantage-line table{border-collapse:collapse;width:100%}.advantage-line tr{background-color:#fff;font-size:calc((100vw - 320px)/880 * 4 + 14px)}@media (min-width:1200px){.advantage-line tr{font-size:18px}}.advantage-line tr td{padding:5px}.advantage-line tr td:first-child{padding-left:0;min-width:120px;text-transform:capitalize;font-weight:600}.advantage-line tr td:last-child{text-align:right}.options-line{max-width:40%;-ms-flex-positive:1;flex-grow:1}@media (max-width:1023px){.options-line{max-width:100%}}.options-line__title{margin-bottom:10px;font-size:32px;font-weight:700}@media (max-width:550px){.options-line__title{font-size:16px}}.options-line__desc{display:inline-block;margin:30px 0 0;font-weight:300;font-size:20px;line-height:1.5}@media (max-width:1023px){.options-line__desc{margin:15px 0 0;font-size:16px;line-height:1.25}}@media (max-width:600px){.options-line__desc{margin:0;font-size:14px;line-height:1.45;padding:0 20px}}.personal-selection{padding:20px 0 0}.personal-selection .form-callme{padding-bottom:0}.personal-selection .title-accent{font-size:24px}@media (max-width:759px){.personal-selection .title-accent{font-size:20px}}.personal-selection .label-wrap{margin:15px auto}.personal-selection__desc{margin-bottom:20px}.personal-selection__wrap{text-align:center}@media (max-width:759px){.personal-selection__wrap{width:90%;margin:0 auto}}.personal-selection__wrap.hover .drop-zone{background-color:#fff}.personal-selection__strong{color:var(--color-accent);font-family:Fira Sans,sans-serif;font-weight:600;margin-bottom:15px;text-transform:uppercase}.drop-zone{max-width:480px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0 auto 20px;border-radius:8px;overflow:hidden}.drop-zone,.drop-zone .dropzone{position:relative;width:100%;background-repeat:no-repeat;transition:.2s ease-in-out}.drop-zone .dropzone{margin:auto;height:200px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABGCAYAAABSdbNRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADr0lEQVR42u2cT4hVdRTHP/NmIoJ0I7WyUvy3iIoWgVGb5ktTDhOEooQotMudEGSCE4LVRoh2tQiKWrRtkTQQHC2zSEpESi00CARFDJnKmUASW9zfqLz5vTfO89z3u4/OB97inXPf/Z3z4b537+/33rtDNBwz2wXsBq4Db0l6t3RN3RgqXUA3zGwC+LwtPCrpUOnaOtEqXcACjGViG0oX1Y2mCx3JxO4tXVQ3mi504AihzoRQZ0KoMyHUmRDqTAh1JoQ6E0KdCaHOhFBnQqgzIdSZEOpMCHUmhDoTQp0Joc6EUGdCqDMh1JkQ6kwIdSaEOhNCnQmhzoRQZ0KoMyHUmZE730V3zGwYeAPYCJwH9kg61o/mzOx+4HXgAeAjSVN1j9mPI3Q3sBd4BHgOOGhmT9U9qJmtAn4EXgU2A1+Y2ca6x+2H0Bfbni9NzdUmNcn8iurIvJVX6m62H0LPZmK1Sb1F5vJMerruZvshdBK4kIm7S11A5gzwZt3N1i5U0m/AKHAxk3aTamar6S5zXNLPdfc7YmbLgPdT0yeAHZLOeA4i6RczG00N39eWnpM6LunbXvafZB6iu8zD3vLMbF1y9yhgwM4W8CHVWXBZkvqZ98BJ6qm0/0uZdM9HakGZw8AB4JnkbgvwQYv5f1N52MxWeBcAkN5yzwJ/ZNJLganFSC0lM7EGWN3eYgu4K7PxkpqKQNIJqv8fXe4w7m1JNbM1lJMJeW/3FJl6SjpOJXU6k15QapJ5kHIyO1JsLp+mn2PAn5n0EmAKeDyTW0VDZULhxRFJPwDP01nq+kx8jIbKhAasNkn6HhgH/r6D3cwAG0rLhAYIBZD0HZXUmR5ePifzm9J9QEOEAkg6QiV1dhEva5RMaJBQgPSWnQCu3Mbmf9EwmdAwoQDp5gJPAie7bHYMWN80mdBAoXBjRvUY8ALVXPlrqnWA96hmdk9IOl26zhy1fwXSK5KuUc2VD5SuZTE08ggdZEKoMyHUmRDqTAh1JoQ6E0KdCaG9M5yJ/dsivxa5nGAhHszEpltAbgr3UulqB4CtmdjpFvPvfgiw3cxCagfM7GWqr43b+XLIzB4CfgXubkteBz4GPgV+B66VbqQwI8AKYFt6tN8qdBZYOwRgZvuB10pXPOC8LWly7iw/CRwtXdEAcxjYB+mySdJVqrXH46UrG0COAJuSw5vXoZIuAU8D7wBXS1c5APwD7Ack6cZPi7L3YDazlVQfvBPASub/Yu7/yizwE9WV0SeSzrVv8B/k/AEfTb2LtgAAAABJRU5ErkJggg==);background-position:center 46%;cursor:pointer;z-index:1}@media (min-width:760px){.drop-zone .dropzone:hover{background-position:center 52%}.drop-zone .dropzone:hover .dropzone--valid{opacity:0;visibility:hidden;z-index:-1}}.drop-zone .dropzone>div{width:inherit!important;position:relative}.drop-zone .dropzone .dropzone-text-bottom,.drop-zone .dropzone .dropzone-text-top{position:absolute;width:100%;text-align:center;padding:0 10px}.drop-zone .dropzone .dropzone-text-top{top:10px}@media (max-width:480px){.drop-zone .dropzone .dropzone-text-top{font-size:14px}}.drop-zone .dropzone .dropzone-text-bottom{bottom:10px}@media (max-width:480px){.drop-zone .dropzone .dropzone-text-bottom{font-size:14px}}.drop-zone .dropzone .dropzone--valid{position:absolute;top:0;left:0;width:100%;height:200px;border-radius:3px;background-color:hsla(0,0%,100%,.8);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:2;font-weight:600;text-transform:uppercase;color:var(--color-accent);transition:.2s ease-in-out}.dropzone-ready{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:16px}.dropzone-ready .dropzone-error,.dropzone-ready .dropzone-load{-ms-flex:1 1 50%;flex:1 1 50%;width:50%}.dropzone-ready .dropzone-error ul,.dropzone-ready .dropzone-load ul{margin-top:10px;text-align:left}.dropzone-ready .dropzone-error ul li,.dropzone-ready .dropzone-load ul li{margin-bottom:5px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.dropzone-ready .dropzone-error ul li span,.dropzone-ready .dropzone-load ul li span{font-weight:500}.dropzone-ready .dropzone-error ul .svg-icon,.dropzone-ready .dropzone-load ul .svg-icon{font-size:16px;fill:var(--color-accent);margin-right:6px}.dropzone-ready .dropzone-images{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dropzone-ready .dropzone-images .image-drop{position:relative;width:130px;margin:10px;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.dropzone-ready .dropzone-images .image-drop img{width:100%;border-radius:3px}.dropzone-ready .dropzone-images .image-drop .image-drop__close{position:absolute;top:-10px;right:-10px;width:20px;height:20px;display:-ms-flexbox;display:flex;cursor:pointer;transition:.2s ease-in-out}.dropzone-ready .dropzone-images .image-drop .image-drop__close:hover{box-shadow:none}.dropzone-ready .dropzone-images .image-drop .image-drop__close .svg-icon{margin:auto;font-size:12px}.drop-zone__text{margin-top:110px;color:#868686}.drop-zone__text input{display:none}.drop-zone__text:hover a{text-decoration:none}.drop-zone__text>a{color:var(--color-blue);font-weight:700}.personal-selection__free{display:inline-block;margin-top:15px;color:#555;font-size:14px}.location-line{position:relative;padding:40px 0}.location-line__desc{margin-bottom:6px}.location-line__desc:nth-child(2n){margin-bottom:20px}.location-line__desc:last-of-type{margin-bottom:80px}@media (max-width:759px){.location-line__desc{width:90%;margin:0 auto 6px}}.location-line__wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:stretch;padding:15px 0 0}@media (max-width:1100px){.location-line__wrap{-ms-flex-direction:column;flex-direction:column}}@media (max-width:480px){.location-line__wrap{margin-top:140px}}.location-slider__wrap{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 auto;width:55%;padding:0 0 0 15px;font-size:0}@media (max-width:1100px){.location-slider__wrap{width:100%;padding:0}}@media (max-width:759px){.location-slider__wrap{width:90%;margin-bottom:20px}}.location-line__map{position:relative;width:45%;padding-bottom:10px}@media (max-width:1100px){.location-line__map{width:100%;height:340px;margin-bottom:20px;padding:0}}@media (max-width:759px){.location-line__map{width:90%;margin:0 auto 20px}}.location-line__desc+.location-line__wrap .marks__description .mark .img-wrapper{width:25px}@media (max-width:1100px){.location-line__desc+.location-line__wrap .marks__description .mark .img-wrapper{width:35px}}.location-line__desc+.location-line__wrap .marks__description .mark h4{font-size:14px;font-weight:700}@media (max-width:1100px){.location-line__desc+.location-line__wrap .marks__description .mark h4{font-size:17px}}.location-line__desc+.location-line__wrap .marks__description .mark span{font-size:12px}@media (max-width:1100px){.location-line__desc+.location-line__wrap .marks__description .mark span{font-size:14px}}.marks__description{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;position:absolute;padding-bottom:10px;bottom:100%;left:0;width:100%}@media (max-width:480px){.marks__description{-ms-flex-direction:column;flex-direction:column}}.marks__description .mark{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start}.marks__description .mark .img-wrapper{width:35px}@media (max-width:759px){.marks__description .mark .img-wrapper{width:25px}}.marks__description .mark .img-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.marks__description .mark .desc__text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:start;align-items:flex-start;padding:10px 0 10px 10px}.marks__description .mark h4{font-size:20px;font-weight:700}@media (max-width:759px){.marks__description .mark h4{font-size:17px}}@media (max-width:759px){.marks__description .mark span{font-size:14px}}.marks__description .mark+.mark{margin-left:10px}@media (max-width:480px){.marks__description .mark+.mark{margin-top:10px;margin-left:0}}.marks__description .mark.mark_self h4{color:var(--color-accent)}.marks__description .mark.mark_other h4{color:var(--color-blue)}#map-basics,#map-basics>div{width:100%!important;height:100%!important}#map-basics>div{margin:auto}#map-basics .shop-description{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}#map-basics .shop-description,#map-basics .shop-description .shop-img{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#map-basics .shop-description .shop-img{-ms-flex-pack:center;justify-content:center;margin:0 auto 5px}#map-basics .shop-description .shop-description{margin:auto}.location-slider .slick-list{width:100%}.location-slider_main{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (max-width:759px){.location-slider_main{-ms-flex-direction:column;flex-direction:column}}.location-slider_main .location-slider__slide{-ms-touch-action:none;touch-action:none}@media (max-width:759px){.location-slider_main .location-slider__slide>div{max-width:320px;margin:0 5px}}@media (max-width:480px){.location-slider_main .location-slider__slide>div{max-width:240px}}@media (max-width:759px){.location-slider_main .location-slider__slide>div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.location-slider_main .slick-dots{margin-top:15px}.location-slider_main .slick-dots li{margin:0 5px}.location-slider_main .slick-dots li.slick-active button{opacity:1}.location-slider_main .slick-dots li button{font-size:0;height:10px;width:10px;border-radius:50%;background-color:var(--color-accent);opacity:.45;padding:0;margin:0;outline:none;border:none;transition:.3s}.location-slider_main .slick-arrow{width:30px;height:80px;box-sizing:border-box;position:relative;overflow:hidden;font-size:0;background-color:transparent;border:none;outline:none;transform:rotate(180deg);-ms-flex-negative:0;flex-shrink:0;padding:0}.location-slider_main .slick-arrow:after,.location-slider_main .slick-arrow:before{content:"";position:absolute;bottom:calc(50% - 1px);left:2px;width:2px;height:40px;transform:rotate(35deg);transform-origin:center calc(100% - 1px);border-radius:4px;background-color:#333;transition:background-color .3s,transform .3s}.location-slider_main .slick-arrow:after{top:calc(50% - 1px);transform:rotate(-35deg);transform-origin:center calc(0% + 1px)}.location-slider_main .slick-arrow:hover{cursor:pointer}.location-slider_main .slick-arrow:hover:after,.location-slider_main .slick-arrow:hover:before{background-color:var(--color-blue);transform:rotate(45deg)}.location-slider_main .slick-arrow:hover:after{transform:rotate(-45deg)}.location-slider_main .slick-arrow:active:after,.location-slider_main .slick-arrow:active:before{transform:rotate(60deg)}.location-slider_main .slick-arrow:active:after{transform:rotate(-60deg)}.location-slider_main .slick-arrow.slick-next{margin-left:20px}.location-slider_main .slick-arrow.slick-prev{display:none!important}.location-slider_sub{padding-right:50px}@media (max-width:759px){.location-slider_sub{display:none}}.location-slider_sub .location-slider__slide{width:100%;padding:5px;opacity:.4;transition:.2s ease-in-out;cursor:pointer}.location-slider_sub .location-slider__slide:hover{opacity:.8}.location-slider_sub .location-slider__slide.slick-current{opacity:1}.location-slider__image{max-width:550px;width:100%;margin:auto}.location-slider__image img,.location-slider img{width:100%}.messager-container{padding-top:30px}.messager-wrap{display:-ms-flexbox;display:flex;margin-bottom:30px}.messager-img img{width:100%}.messager-text{margin-bottom:15px}.messager-link{height:82px;-ms-flex:1 1 33%;flex:1 1 33%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-align:center;-ms-flex-align:center;align-items:center;margin-right:5px;background-color:#4c8cfd;color:#fff;text-decoration:none}.messager-link:first-child{border-radius:3px 0 0 3px}.messager-link:nth-child(2){background-color:#3aa6de}.messager-link:nth-child(3){border-radius:0 3px 3px 0;background-color:#5375a3}.messager-link .svg-icon{font-size:28px;margin-bottom:12px}.messager-frame{position:relative;padding:15px 0 10px;width:100%;height:440px;overflow:hidden}.messager-frame iframe{width:inherit;height:474px;max-width:440px}.messager-frame:before{position:absolute;content:"";bottom:0;left:0;width:100%;height:40px;background-color:#f4f4f4}@media screen and (max-width:600px){.messager-wrap{-ms-flex-direction:column;flex-direction:column}.messager-wrap .messager-link{-ms-flex:1 1 100%;flex:1 1 100%;margin-bottom:10px;height:60px;-ms-flex-direction:row;flex-direction:row;border-radius:3px}.messager-link .svg-icon{margin-bottom:0;margin-right:15px}}.models-line{padding:40px 0}.models-line__wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none}.models-line__wrap .models-line__img{-ms-flex-positive:1;flex-grow:1;margin-bottom:30px;text-align:center}.review-line{padding:90px 0}@media (max-width:1023px){.review-line{padding:70px 0}}@media (max-width:550px){.review-line{padding:25px 0}}.review-line .review-title{margin-bottom:35px;text-align:center;font-weight:700;font-size:50px;line-height:1}@media (max-width:550px){.review-line .review-title{font-size:30px}}@media (max-width:480px){.review-line .review-title{margin-bottom:5px;font-size:20px;text-align:left}}.review-line .review-title .review-line__amount{font-size:20px}.review-line .btn{font-family:Fira Sans,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;box-shadow:none;border-radius:0}@media (max-width:600px){.review-line .btn-buy{width:100%}}.review-line .btn-buy svg{margin-right:5px}.review-line .btn_show-more{background-color:#fff;border:2px solid var(--color-accent);color:var(--color-accent);margin:0 20px 0 0}.review-line .btn_show-more:hover{color:#fff;background-color:var(--color-blue);border-color:var(--color-blue)}@media (max-width:550px){.review-line .btn_show-more{display:block;margin-right:0;margin-bottom:10px;text-align:center}}.review-line__title{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center;width:80%;margin:30px auto 0}@media (max-width:550px){.review-line__title{width:100%;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}}.review-img{max-width:55%;-ms-flex-positive:1;flex-grow:1}@media (max-width:1023px){.review-img{max-width:100%}}.review-img__title{font-size:32px;font-weight:700}@media (max-width:550px){.review-img__title{font-size:16px}}.review-img__img-slider{width:100%;position:relative;overflow:hidden}.review-img__img-slider:after{content:"";position:absolute;box-shadow:0 0 50px 25px #fff;top:0;right:-5px;width:1px;height:100%}.review-img .popup-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:160px}.review-img .popup-link img{width:125px;height:100px;margin-right:5px;-o-object-fit:cover;object-fit:cover;transition:.2s}.review-img .popup-link img:focus,.review-img .popup-link img:hover{cursor:pointer;opacity:.7;-webkit-filter:blur(1px);filter:blur(1px)}.review-img .popup-link:last-child img{margin-right:0}.review-item{max-width:670px;margin:0 auto}.review-item__text--wrapper{margin-bottom:20px}.review-item__text--wrapper .popup-review__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.review-item__name{margin-bottom:5px;font-weight:700;font-size:20px}@media (max-width:550px){.review-item__name{font-size:14px}}.review-item__rating{margin-bottom:10px}@media (max-width:550px){.review-item__rating{margin-bottom:5px}}.review-item .svg-icon-star{margin-right:10px}.review-item__text{font-weight:300;line-height:1.9}@media (max-width:550px){.review-item__text{font-size:14px;line-height:1.4}}.review-item .popup-link img{width:130px;height:100px;margin-right:5px;-o-object-fit:cover;object-fit:cover;transition:.2s}.review-item .popup-link img:focus,.review-item .popup-link img:hover{cursor:pointer;opacity:.7;-webkit-filter:blur(1px);filter:blur(1px)}.review-item .popup-link:last-child img{margin-right:0}.review-grid_show-more{position:relative;overflow:hidden;max-height:80vh}.review-grid_show-more:after{content:"";position:absolute;width:100%;height:0;bottom:0;left:0;box-shadow:0 0 60px 100px #fff}@media (max-width:550px){.review-grid_show-more:after{box-shadow:0 0 30px 50px #fff}}.popup__review-item{width:calc(60vw - 40px)}.popup__review-item .review-item__text--wrapper{margin-bottom:0}.popup__review-item .review-item__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.popup__review-item .popup-review__header{margin:20px 20px 0}.popup__review-item .review-item__name{margin-right:15px}@media (max-width:600px){.popup__review-item .review-item__name{font-size:20px}}.popup__review-item .review-item__text{-ms-flex-order:-1;order:-1;margin:0 20px 20px;font-size:16px;line-height:1.5}@media (max-width:600px){.popup__review-item .review-item__text{font-size:14px}}.popup__review-item .review-item{max-width:100%;margin:0}.popup__review-item .review-item__img img{-o-object-fit:cover;object-fit:cover}.self-selection{padding:20px 0 0}.self-selection__wrap{display:-ms-flexbox;display:flex}@media (max-width:759px){.self-selection__wrap{width:90%;margin:auto}}.self-selection video{width:100%;height:100%}.self-selection .video{width:100%}.self-selection .video iframe{width:100%;height:420px}@media (max-width:759px){.self-selection .video iframe{height:300px}}.catalog-item-img-wrapper{position:relative;height:60px;width:80px;background-color:#ccc;overflow:hidden}.catalog-item-img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.catalog-item__top-left-bottom .price-line{border:none;border-top:1px solid #e4e4e4}.catalog-item{position:relative;border:1px solid #bdbdbd;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;transition:.2s ease-in-out;background-color:#f4f4f4;color:#333;text-decoration:none;width:calc(50% - 10px);margin:0 0 25px;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}@media (max-width:600px){.catalog-item{width:100%;max-width:500px;margin:0 auto 25px}}.catalog-item:hover{background-color:#fff;box-shadow:0 5px 12px 0 rgba(51,51,51,.25)}.catalog-item__actions{position:absolute;top:45px;left:auto;right:-10px}.catalog-item__actions,.catalog-item__discount,.catalog-item__novelty{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.catalog-item__discount,.catalog-item__novelty{width:60px;height:60px;color:#fff;text-transform:uppercase;font-size:12px;z-index:2;background-image:url(/static/images/discount.png);background-repeat:no-repeat;background-size:cover;margin-right:0;margin-left:10px}.catalog-item__novelty{background-image:url(/static/images/novelty.png);font-size:10px}.catalog-item__top-title-wrap{width:100%}.catalog-item__top-title a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:5px 10px}@media (max-width:480px){.catalog-item__top-title a .catalog-item__country{-ms-flex-item-align:start;align-self:flex-start;margin:5px 0}}.catalog-item__img{-ms-flex:1 1 35%;flex:1 1 35%;position:relative;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:.2s ease-in-out;overflow:hidden;width:100%;height:calc((100vh - 320px)/880 * 70 + 250px)}@media (min-width:1200px){.catalog-item__img:hover img{transform:scale(1.05)}}@media (max-width:425px){.catalog-item__img{height:calc((100vh - 320px)/880 * 70 + 150px)}}.catalog-item__img img{width:100%;height:100%;max-height:440px;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;transition:transform .3s}.catalog-item__content{width:100%;display:-ms-flexbox;display:flex;overflow-y:hidden}.catalog-item__top-col{text-decoration:none;color:#333;display:-ms-flexbox;display:flex;width:100%;-ms-flex-direction:column;flex-direction:column}.catalog-item__top-left{width:70%;border-right:1px solid #e4e4e4;-ms-flex-direction:column;flex-direction:column}.catalog-item__top-left,.catalog-item__top-right{border-bottom:1px solid #e4e4e4;display:-ms-flexbox;display:flex}.catalog-item__top-right{-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column;padding:15px}.catalog-item__top-right .btn-buy{width:100%;max-width:160px;text-decoration:none}.catalog-item__top-left,.catalog-item__top-right{width:100%;border-right:none}.catalog-item__head-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:10px}.catalog-item__desc{color:#868686;font-family:Fira Sans,sans-serif;font-weight:300}.catalog-item__title{text-transform:uppercase;color:var(--color-blue);text-decoration:none;font-family:Fira Sans,sans-serif;font-weight:600;font-size:20px;line-height:100%;margin:5px 15px 5px 5px;transition:color .3s;cursor:pointer}.catalog-item__title:hover{color:var(--color-accent)}@media (max-width:600px){.catalog-item__title{font-size:18px}}@media (max-width:480px){.catalog-item__title{font-size:16px}}.catalog-item__top-left-top{padding:20px;margin-bottom:auto;display:none}.catalog-item__characteristics{margin:auto}.catalog-item__characteristic{margin-bottom:20px;color:#868686;text-transform:uppercase;font-size:11px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.catalog-item__characteristic-stars{margin-bottom:0;margin-left:10px;display:-ms-flexbox;display:flex}.catalog-item__characteristic-stars .icon-star{fill:#bdbdbd;font-size:12px}.catalog-item__full-price{-ms-flex:1 1 50%;flex:1 1 50%;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.catalog-item__full-price>span{font-size:12px;color:#868686}.catalog-item__full-price>p{margin-top:6px;margin-bottom:0;font-size:20px;font-family:Fira Sans,sans-serif;font-weight:300}.catalog-item__color{position:relative;max-width:100px;cursor:pointer;text-align:center;margin-right:8px;margin-bottom:8px}.catalog-item__color>h4{min-height:22px;-ms-flex-pack:center;justify-content:center;font-size:10px;text-transform:uppercase;color:#868686;margin:0 0 5px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.catalog-item__color .catalog-item-img-wrapper .svg-icon{top:50%;left:50%;transform:translate(-50%,-50%);fill:#fff;position:absolute;opacity:0;transition:.2s ease-in-out}.catalog-item__color .catalog-item-img-wrapper:before{position:absolute;opacity:0;transition:.2s ease-in-out;content:"";top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.5)}.catalog-item__color.hover .catalog-item-img-wrapper:before,.catalog-item__color.hover .svg-icon{opacity:1}.catalog-item__bottom-col{text-decoration:none;color:#333;background-color:#fff;display:-ms-flexbox;display:flex;padding:18px 10px 18px 18px;width:100%;overflow-y:hidden;height:100px;padding:5px}.catalog-item__img-color{max-width:160px;margin:0 auto;width:100%;height:100%;padding:8px 4px 4px;border:1px solid #ccc;text-align:center;margin-bottom:15px}.catalog-item__img-color>h4{text-transform:uppercase;color:#868686;font-size:12px;margin:0 0 10px}.catalog-item__img-color .catalog-item-img-wrapper{width:100%;height:84px}.country-line{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.catalog{max-width:1230px;padding:0 15px;margin:40px auto 0}.catalog__top{text-align:center;margin-bottom:20px}.catalog__head{font-family:Fira Sans,sans-serif;font-weight:600;font-size:2rem;text-transform:uppercase;margin:0}.catalog__bottom{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:600px){.catalog__bottom{width:100%;-ms-flex-direction:column;flex-direction:column}}.catalog__bottom .placeholder{margin-bottom:20px}.product-information{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:stretch;align-items:stretch;margin:20px 0}@media (max-width:1023px){.product-information{-ms-flex-direction:column;flex-direction:column}}.product-information .form-wrap:hover .label-wrap{border-color:var(--color-blue)}.product-information .form-wrap:hover .btn-buy{border-color:var(--color-blue);background-color:var(--color-blue);color:#fff}@media (max-width:480px){.product-information .form-wrap{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:stretch;align-items:stretch}}.product-information__left-column{text-align:center;width:100%;overflow:visible;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:stretch;align-items:stretch;max-width:55%}@media (max-width:1023px){.product-information__left-column{max-width:650px;margin-left:auto;margin-right:auto}}.product-information__left-column-slider{width:100%}.product-information__right-column{box-sizing:border-box;max-width:40%;width:100%;margin:0 0 0 20px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:1023px){.product-information__right-column{max-width:500px;margin:0 auto}}.product-information__wrapper{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.product-information__product-image-wrapper{cursor:zoom-in;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:stretch;align-items:stretch}.product-information__product-image-wrapper picture{display:block}.product-information__product-image-wrapper img{height:100%;width:100%;max-height:460px;-o-object-fit:contain;object-fit:contain}.product-information__product-image-wrapper .popup-link{width:100%}.product-information__gallery{position:relative}.product-information__gallery__items{display:-ms-flexbox;display:flex;overflow-x:auto}.product-information__gallery:after{content:"";position:absolute;box-shadow:0 0 50px 25px #fff;bottom:0;right:-1px;width:1px;height:75%}.product-information__gallery__item{-ms-flex-positive:1;flex-grow:1;max-width:130px}.product-information__gallery__item:nth-child(n){margin-top:30px;margin-bottom:5px}.product-information__gallery__item img{max-width:125px;margin-right:5px;transition:.2s}.product-information__gallery__item img:focus,.product-information__gallery__item img:hover{cursor:pointer;opacity:.7;-webkit-filter:blur(1px);filter:blur(1px)}.product-information__gallery__item:last-child img{margin-right:0}.product-information__head{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:10px}.product-information__title{font-weight:700;font-size:50px;line-height:1;font-family:Fira Sans,sans-serif}.product-information__title:first-letter{text-transform:uppercase}@media (max-width:600px){.product-information__title{font-size:30px}}@media (max-width:480px){.product-information__title{font-size:20px}}.product-information__state-product{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:15px}.product-information__avail{margin-right:20px;font-size:20px;color:#47c03b;text-transform:uppercase}@media (max-width:600px){.product-information__avail{font-size:14px}}.product-information__general-rating{display:-ms-flexbox;display:flex;font-size:20px}@media (max-width:600px){.product-information__general-rating{font-size:14px}}.product-information__general-rating .stars-line{margin-right:20px}.product-information__general-rating .svg-icon{margin-right:5px;font-size:20px}@media (max-width:600px){.product-information__general-rating .svg-icon{margin-right:0;font-size:14px}}.product-information__general-rating .svg-icon:last-child{margin-right:0}.product-information__main-wrapper-price{margin-bottom:15px}.product-information__price-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:baseline;align-items:baseline;width:100%}.product-information__price-old{opacity:.7;font-size:28px;color:var(--color-accent)}@media (max-width:480px){.product-information__price-old{font-size:20px}}.product-information__price-old-value{-webkit-text-decoration-line:line-through;text-decoration-line:line-through;font-size:38px}@media (max-width:480px){.product-information__price-old-value{font-size:30px}}.product-information__price-new{font-weight:700;font-size:38px;color:var(--color-blue)}@media (max-width:480px){.product-information__price-new{font-size:20px}}.product-information__price-new-value{font-size:58px}@media (max-width:480px){.product-information__price-new-value{font-size:30px}}.product-information__price-installment a{font-size:20px;font-weight:700;color:var(--color-accent)}.product-information__price-installment a:hover{color:var(--color-blue)}.product-information__variants{font-size:20px;color:#868686;text-transform:uppercase;margin-bottom:5px}@media (max-width:1023px){.product-information__variants{margin-top:20px}}@media (max-width:480px){.product-information__variants{font-size:14px}}.product-information__variant{color:#333}.product-information__variants-textures{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 15px;padding:0;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:480px){.product-information__variants-textures{margin-bottom:15px}}.product-information__variants-textures-slider{width:100%;position:relative;overflow:hidden}.product-information__variants-textures-slider:after{content:"";position:absolute;box-shadow:0 0 50px 25px #fff;top:0;right:-1px;width:1px;height:100%}.product-information__wrapper-texture{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:block;cursor:pointer;max-width:60px;min-width:60px;height:60px;background-size:cover;background-repeat:no-repeat;background-position:50%;transition:.2s}.product-information__wrapper-texture .svg-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:var(--color-accent);opacity:0;transition:.2s}.product-information__wrapper-texture img{transition:.3s;max-width:none;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.product-information__wrapper-texture:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff40}.product-information__wrapper-texture:hover img{width:120%;height:120%;-o-object-position:center;object-position:center}.product-information__wrapper-texture.active:hover:after{background-color:transparent}.product-information__wrapper-texture.active:hover img{width:100%;height:100%}.product-information__wrapper-texture.active:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid var(--color-accent);border-radius:50%}.product-information__texture-image-wrapper{width:100%;height:100%;overflow:hidden;border:4px solid #fff;border-radius:50%;background-color:#fff}.btn-new-add{position:relative;height:50px;background-color:#3f51b5;color:#fff;border:none;max-width:600px;width:100%;margin:0 auto 30px;border-radius:3px;box-shadow:0 1px 5px 0 #00000033,0 2px 2px 0 #00000024,0 3px 1px -2px #0000001f;cursor:pointer;font-size:16px;text-transform:uppercase;transition:.2s ease-in-out;display:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.btn-new-add.active{display:-ms-flexbox;display:flex}.btn-new-add:hover{box-shadow:none;background-color:#3144ab}.buy-order__column{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:220px}.buy-order__wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:stretch;align-items:stretch}@media (max-width:1023px){.buy-order__wrapper{-ms-flex-direction:column;flex-direction:column}}.buy-order__wrapper .form-buy{margin:0 0 10px;width:100%}@media (max-width:480px){.buy-order__wrapper .form-buy{min-width:100%}}@media (max-width:900px){.buy-order__wrapper .form-buy .form-wrap{max-width:unset}}.buy-order__wrapper .form-buy .label-wrap{border:2px solid var(--color-accent);border-right:none;padding:0;padding-left:20px;background-color:#fff;box-shadow:none;max-width:none;max-height:60px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (max-width:1023px){.buy-order__wrapper .form-buy .label-wrap{padding-left:10px}}@media (max-width:480px){.buy-order__wrapper .form-buy .label-wrap{margin-bottom:0}}.buy-order__wrapper .form-buy .label-wrap:before{content:none}.buy-order__wrapper .form-buy .btn-buy{position:relative;border-radius:0;font-family:Fira Sans,sans-serif;height:60px;font-size:16px;font-weight:700;padding-left:55px;box-shadow:none}.buy-order__wrapper .form-buy .btn-buy .svg-icon-basket{position:absolute;left:20px}@media (max-width:1023px){.buy-order__wrapper .form-buy .btn-buy .svg-icon-basket{left:10px}}@media (max-width:1023px){.buy-order__wrapper .form-buy .btn-buy{font-size:14px;padding:0 10px;padding-left:45px}}.buy-order__wrapper .form-buy .btn-buy span{margin:0}.buy-order__wrapper .form-buy .btn-buy:hover{box-shadow:none}.buy-order__wrapper .popup-link{width:100%}.buy-order__wrapper .popup-link .btn-order{font-family:Fira Sans,sans-serif;height:60px;font-size:16px;font-weight:700;text-transform:uppercase;max-width:100%;width:100%;background-color:#ffffffff;color:var(--color-accent);border:2px solid var(--color-accent);box-shadow:none;border-radius:0;padding:10px}@media (max-width:1023px){.buy-order__wrapper .popup-link .btn-order{margin:0;padding:0 10px;font-size:14px}}.buy-order__wrapper .popup-link .btn-order:hover{color:#fff;background-color:var(--color-blue);border-color:var(--color-blue)}.buy-order__wrapper .input-phone{font-size:20px;padding:0}@media (max-width:1023px){.buy-order__wrapper .input-phone{font-size:14px}}.slider-select-texture{width:auto;position:relative;margin:0 -10px}@media (max-width:600px){.slider-select-texture{margin:0 -30px}}.slider-select-texture .slick-dots{width:100%;margin:0;padding:10px 0}.slider-select-texture .slick-dots li{position:relative;z-index:10;display:inline-block;margin:0 10px}.slider-select-texture .slick-dots li button{display:block;font-size:0;line-height:0;color:transparent;background-color:#1a226140;width:10px;height:10px;border-radius:50%;border:none;padding:0}.slider-select-texture .slick-dots .slick-active button{background-color:#1a2261}.slider-select-texture__slide{margin:0 10px;overflow:hidden}.slider-select-texture__img-wrapper{overflow:hidden;position:relative;cursor:pointer;display:block;max-height:17vw;height:170px}.slider-select-texture__img-wrapper:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff40}.slider-select-texture__img-wrapper:hover img{width:120%;height:120%;margin-left:-10%;margin-top:-10%}@media (max-width:600px){.slider-select-texture__img-wrapper{max-height:unset;height:unset}.slider-select-texture__img-wrapper:hover:after{background-color:transparent}.slider-select-texture__img-wrapper:hover img{width:100%;height:100%;margin:0}}.slider-select-texture__img-wrapper.active{position:relative}.slider-select-texture__img-wrapper.active:hover img{width:100%;height:100%;margin:0}.slider-select-texture__img-wrapper.active:hover:after{background-color:transparent}.slider-select-texture__img-wrapper.active:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;border:8px solid #f83985}@media (max-width:1023px){.slider-select-texture__img-wrapper.active:after{border:4px solid #f83985}}.slider-select-texture__img{transition:.3s;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slider-select-texture .slick-arrow{cursor:pointer;position:absolute;z-index:10;top:50%;right:35px;width:30px;height:50%;box-sizing:border-box;overflow:hidden;font-size:0;background-color:transparent;border:none;outline:none;transform:translateY(-50%) rotate(180deg);-webkit-filter:drop-shadow(0 0 6px #00000040);filter:drop-shadow(0 0 6px #00000040)}@media (max-width:1023px){.slider-select-texture .slick-arrow{right:20px}}.slider-select-texture .slick-arrow:after,.slider-select-texture .slick-arrow:before{content:"";position:absolute;bottom:calc(50% - 2px);left:4px;width:4px;height:40px;transform:rotate(35deg);transform-origin:center calc(100% - 2px);border-radius:8px;background-color:#fff;transition:background-color .3s,transform .3s}.slider-select-texture .slick-arrow:after{top:calc(50% - 2px);transform:rotate(-35deg);transform-origin:center calc(0% + 2px)}.slider-select-texture .slick-arrow:hover:after,.slider-select-texture .slick-arrow:hover:before{background-color:#1a2261}.slider-select-texture .slick-prev{left:35px;right:unset;transform:translateY(-50%)}@media (max-width:1023px){.slider-select-texture .slick-prev{left:20px}}.slider-select-texture .slick-list{position:relative;z-index:0}.wrapper_inner__description{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1023px){.wrapper_inner__description{-ms-flex-direction:column;flex-direction:column}}.wrapper_inner__description>div:first-child{max-width:55%}@media (max-width:1023px){.wrapper_inner__description>div:first-child{max-width:100%}}.wrapper_inner__description>div:nth-child(2){margin-left:20px}@media (max-width:1023px){.wrapper_inner__description>div:nth-child(2){margin-left:0}}.virtues-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;margin-top:40px;margin:40px -10px 0}@media (max-width:1023px){.virtues-wrapper{display:block;margin:25px 0 70px}}@media (max-width:600px){.virtues-wrapper{margin:25px 0 20px}}.virtues{-ms-flex-positive:1;flex-grow:1;width:calc(33% - 20px);margin:0 10px 70px}@media (max-width:1023px){.virtues{width:100%;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;margin:0 0 20px}.virtues__text-wrapper{margin-left:20px}}@media (max-width:1023px) and (max-width:600px){.virtues__text-wrapper{margin-left:10px}}@media (max-width:600px){.virtues{margin-bottom:15px}}@media (max-width:320px){.virtues{-ms-flex-align:stretch;align-items:stretch}}.virtues__img-wrapper{width:100%;display:block;margin-bottom:20px}@media (max-width:1023px){.virtues__img-wrapper{width:20%;min-width:20%;margin:0}}.virtues__img{width:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:1023px){.virtues__img{height:100%}}@media (max-width:320px){.virtues__img{-o-object-fit:cover;object-fit:cover}}.virtues__title{margin-bottom:10px;font-size:32px;font-weight:700;text-align:left;text-transform:unset}@media (max-width:1023px){.virtues__title{margin-bottom:15px}}@media (max-width:550px){.virtues__title{font-size:16px}}@media (max-width:480px){.virtues__title{margin-bottom:5px}}.virtues__description{font-weight:300;font-size:16px;line-height:1.25}@media (max-width:1023px){.virtues__description{line-height:1.9}}@media (max-width:600px){.virtues__description{font-size:12px;line-height:1.25;padding-right:20px}}.main-collection{overflow:hidden;padding:0 20px}.advice-wrapper{max-width:900px;margin:0 auto;margin-bottom:90px}@media (max-width:768px){.advice-wrapper{margin-bottom:70px}}@media (max-width:550px){.advice-wrapper{margin-bottom:25px}}.advice-wrapper .advice__title{margin-bottom:35px;text-align:center;font-weight:700;font-size:50px;line-height:1}@media (max-width:550px){.advice-wrapper .advice__title{font-size:30px}}@media (max-width:480px){.advice-wrapper .advice__title{font-size:20px}}.advice-wrapper blockquote{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin:0}@media (max-width:768px){.advice-wrapper blockquote{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.advice-wrapper .advice__quote-wrapper{position:relative;margin-left:20px;padding:25px;background-color:#eee}@media (max-width:768px){.advice-wrapper .advice__quote-wrapper{margin-left:0;margin-top:20px;padding:30px 40px}}@media (max-width:480px){.advice-wrapper .advice__quote-wrapper{padding:20px}}.advice-wrapper .advice__quote-wrapper p{font-weight:300;line-height:1.25}@media (max-width:400px){.advice-wrapper .advice__quote-wrapper p{font-size:12px}}.advice-wrapper .advice__quote-wrapper p:not(:last-child){margin-bottom:20px}@media (max-width:480px){.advice-wrapper .advice__quote-wrapper p:not(:last-child){margin-bottom:0}}.advice-wrapper .advice__quote-wrapper:before{position:absolute;content:"";width:30px;height:30px;top:25px;left:-15px;transform:rotate(45deg);background-color:#eee}@media (max-width:768px){.advice-wrapper .advice__quote-wrapper:before{top:-15px;left:50%;transform:translateX(-50%) rotate(45deg)}}.advice-wrapper cite{width:110px;margin-right:15px;text-align:center}@media (max-width:768px){.advice-wrapper cite{width:auto;margin-bottom:5px}}.advice-wrapper .advice__img{margin-bottom:25px}.advice-wrapper .advice__name{margin-bottom:10px;font-style:normal;font-weight:700;font-size:16px;text-transform:none}.advice-wrapper .advice__profession{font-style:normal;font-size:16px;color:#636363}.suitable-wrapper{max-width:900px;margin:0 auto;margin-bottom:90px}@media (max-width:768px){.suitable-wrapper{margin-bottom:70px}}@media (max-width:550px){.suitable-wrapper{margin-bottom:25px}}.suitable-wrapper .suitable__title{margin-bottom:35px;text-align:center;font-weight:700;font-size:50px;line-height:1}@media (max-width:550px){.suitable-wrapper .suitable__title{margin-bottom:10px;text-align:left;font-size:30px}}@media (max-width:480px){.suitable-wrapper .suitable__title{font-size:20px}}.suitable-wrapper .suitable__answer{max-width:670px;margin:0 auto;margin-bottom:35px;font-size:16px;font-weight:300;line-height:1.25;text-align:center}@media (max-width:550px){.suitable-wrapper .suitable__answer{font-size:12px;text-align:left}}.suitable-wrapper .suitable__answer a{color:var(--color-accent);font-weight:600}.suitable-wrapper .suitable__answer a:focus,.suitable-wrapper .suitable__answer a:hover{color:var(--color-blue)}.suitable-wrapper .suitable__viber{max-width:60px;width:100%;display:inline-block;vertical-align:top}.suitable-wrapper .suitable__viber svg{fill:#665cac;width:100%;transition:fill .3s}.suitable-wrapper .suitable__viber svg:focus,.suitable-wrapper .suitable__viber svg:hover{fill:var(--color-accent)}.suitable-wrapper .customers-question{max-width:670px;margin:0 auto;text-align:left;font-weight:300;line-height:1.25}@media (max-width:400px){.suitable-wrapper .customers-question{font-size:12px}}.suitable-wrapper .customers-question__answer{margin-left:0}.suitable-wrapper .customers-question .customers-question__answer{display:block}.how-put{margin-bottom:45px}@media (max-width:768px){.how-put{margin-bottom:65px}}@media (max-width:550px){.how-put{margin-bottom:10px}}.how-put__title{margin-bottom:35px;text-align:center;font-weight:700;font-size:50px;line-height:1}@media (max-width:550px){.how-put__title{font-size:30px}}@media (max-width:480px){.how-put__title{margin-bottom:5px;font-size:20px;text-align:left}}.how-put__steps{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:550px){.how-put__steps{-ms-flex-direction:column;flex-direction:column}}.how-put__steps img{max-width:100%;margin-bottom:25px}@media (max-width:1000px){.how-put__steps img{margin-bottom:0}}.how-put__steps .how-put__step{width:calc(50% - 10px);margin-bottom:45px}@media (max-width:1000px){.how-put__steps .how-put__step{margin-bottom:15px}}@media (max-width:768px){.how-put__steps .how-put__step{font-size:14px}}@media (max-width:550px){.how-put__steps .how-put__step{width:100%}}.how-put__steps .how-put__step:nth-child(2n){margin-left:auto}.video-wrapper .video__title{margin-bottom:35px;text-align:center;font-weight:700;font-size:50px;line-height:1}@media (max-width:550px){.video-wrapper .video__title{font-size:30px}}@media (max-width:480px){.video-wrapper .video__title{margin-bottom:5px;font-size:20px;text-align:left}}.video-wrapper ul{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:550px){.video-wrapper ul{-ms-flex-direction:column;flex-direction:column}}.video-wrapper li{width:calc(50% - 10px);position:relative;height:0;padding-bottom:27.5%}@media (max-width:550px){.video-wrapper li{width:100%;margin-bottom:20px;padding-bottom:55%}}.video-wrapper li iframe{width:100%;height:100%;position:absolute;top:0;left:0}.related{max-width:670px;margin:0 auto 90px}@media (max-width:768px){.related{margin-bottom:65px}}@media (max-width:550px){.related{margin-bottom:10px}}.related__title{margin-bottom:35px;text-align:center;font-weight:700;font-size:50px;line-height:1}@media (max-width:550px){.related__title{font-size:30px}}@media (max-width:480px){.related__title{margin-bottom:10px;font-size:20px;text-align:left}}.related__goods{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}@media (max-width:600px){.related__goods{-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}}.related__good{width:calc(50% - 10px)}@media (max-width:600px){.related__good{width:100%}.related__good:first-child{margin-bottom:15px}}.related__good img{max-width:100%;width:100%;-o-object-fit:contain;object-fit:contain}.related__good h3{margin-top:10px;font-weight:700;font-size:20px;line-height:1;text-transform:none;text-align:left}@media (max-width:550px){.related__good h3{margin-top:5px;font-size:14px}}.related__price-wrapper{margin-bottom:10px}.related__price-old{margin-right:15px;opacity:.7;font-size:20px;color:var(--color-accent)}@media (max-width:480px){.related__price-old{font-size:20px}}.related__price-old-value{-webkit-text-decoration-line:line-through;text-decoration-line:line-through;font-size:32px}@media (max-width:480px){.related__price-old-value{font-size:20px}}.related__price-new{font-weight:700;font-size:30px;color:var(--color-blue)}@media (max-width:480px){.related__price-new{font-size:20px}}.related__price-new-value{font-size:50px}@media (max-width:480px){.related__price-new-value{font-size:30px}}.related__price-new{margin-right:15px}.related__amount{font-size:20px;color:var(--color-blue)}@media (max-width:480px){.related__amount{font-size:20px}}.related__amount-value{font-size:32px}@media (max-width:480px){.related__amount-value{font-size:20px}}.related .btn{margin-left:0;font-family:Fira Sans,sans-serif;font-weight:700;text-transform:uppercase;box-shadow:none;border-radius:0}@media (max-width:600px){.related .btn{width:100%;font-size:16px}}.related .svg-icon-basket{margin-right:10px}.form-buy-clamp .btn,.form-buy-soap-powder .btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:Fira Sans,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase}.form-buy-clamp .svg-icon-basket,.form-buy-soap-powder .svg-icon-basket{margin-right:10px}.buttons-fixed{display:none}@media (max-width:480px){.buttons-fixed{display:-ms-flexbox;display:flex;position:fixed;top:calc(100% - 55px);left:0;width:100%;z-index:6}}.buttons-fixed .popup-link{width:50%}.buttons-fixed .btn{width:100%;height:55px;max-height:55px;padding:0 15px;font-size:14px;font-weight:600;text-transform:uppercase;border-radius:0;box-shadow:none}.buttons-fixed .btn-order{color:var(--color-accent);background-color:#fff;border:2px solid var(--color-accent)}.buttons-fixed .btn-order:focus,.buttons-fixed .btn-order:hover{color:var(--color-blue);border:2px solid var(--color-blue)}.buttons-fixed .svg-icon-basket{margin-right:10px;font-size:16px}.popup .form-buy .btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:0}h3{font-size:30px;text-align:center;text-transform:uppercase}@media (max-width:500px){h3{font-size:26px}}.wholesale__wrap{position:relative;background-image:url(/static/images/wholesale/wholesale-head.jpg);background-size:cover;background-repeat:no-repeat}.wholesale__wrap:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent)}.wholesale__head{position:relative;max-width:700px;margin:0 auto 45px;padding:45px 20px 0;text-align:center;font-size:39px;color:#fff;text-transform:uppercase}@media (max-width:650px){.wholesale__head{font-size:32px}}.wholesale__link{width:330px;height:75px;max-height:75px;box-sizing:border-box;font-size:33px;margin:0 auto;margin-bottom:40%;padding:0 20px;border:none;cursor:pointer;outline:none;background-color:var(--color-accent);color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:3px;box-shadow:0 10px 20px 0 rgba(165,0,80,.35);text-decoration:none;transition:.2s}@media (max-width:500px){.wholesale__link{width:270px;font-size:26px}.wholesale__link:hover{cursor:pointer}}.wholesale .principles__wrap{padding:20px 20px 10px;background-color:hsla(0,0%,100%,.7);text-align:center;text-transform:uppercase}.wholesale .principles__wrap .principles__subtitle{margin-bottom:20px}.wholesale .principles__wrap .principles{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;overflow-x:auto}.wholesale .principles__wrap .principles .principle{margin-bottom:10px;position:relative;max-width:215px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-positive:1;flex-grow:1}.wholesale .principles__wrap .principles .principle:last-of-type{max-width:160px}.wholesale .principles__wrap .principles .principle:not(:last-of-type){margin-right:20px}@media (min-width:1100px){.wholesale .principles__wrap .principles .principle:not(:last-of-type):after{content:"";position:absolute;width:50px;height:35px;top:20%;left:90%;background:no-repeat url(/static/images/wholesale/arrow.svg)}}.wholesale .principles__wrap .principles .principle svg{width:85px;height:85px;margin-bottom:20px}.wholesale .principles__wrap .principles .principle__title{font-size:18px}@media (max-width:500px){.wholesale .principles__wrap .principles .principle__title{font-size:14px}}.covers-wholesale{padding-top:50px;text-align:center}.covers-wholesale__subtitle{margin-bottom:35px;color:var(--color-accent)}.covers-wholesale__desc{max-width:835px;padding:0 20px;margin:0 auto;margin-bottom:65px;font-size:18px}@media (max-width:500px){.covers-wholesale__desc{font-size:16px}}.covers-wholesale__slide{width:370px;height:260px;margin:0 2px}@media (max-width:500px){.covers-wholesale__slide{margin:0}}.covers-wholesale__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.benefits{padding-top:40px}.benefits__title{margin-bottom:40px}.benefits .benefit{height:300px;padding:5% 7%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:500px){.benefits .benefit{-ms-flex-direction:column;flex-direction:column;padding:20px;height:250px}}.benefits .benefit:nth-child(odd){padding-right:10px;background-color:#fff}.benefits .benefit:nth-child(odd) svg{-ms-flex-order:0;order:0}.benefits .benefit__desc{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:390px;font-size:18px}@media (max-width:650px){.benefits .benefit__desc{max-width:290px}}@media (max-width:500px){.benefits .benefit__desc{max-width:100%;font-size:16px}}.benefits .benefit__desc:last-of-type{-ms-flex-positive:1;flex-grow:1}.benefits .benefit svg{-ms-flex-order:1;order:1;width:auto;width:170px;height:auto}@media (max-width:600px){.benefits .benefit svg{width:120px}}@media (max-width:500px){.benefits .benefit svg{-ms-flex-order:0;order:0;margin:0 auto}}.request{padding:40px 30px}.request h3{margin-bottom:35px;font-size:24px}.request .form{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:0}.request .form-wrap{display:-ms-grid;display:grid;grid-template-areas:"r s s" "t s s" "u s s" ". . v";grid-gap:15px 30px;-ms-grid-columns:1fr .9fr .9fr;grid-template-columns:1fr .9fr .9fr}@media (max-width:759px){.request .form-wrap{width:70%;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"r" "t" "u" "s" "v"}}@media (max-width:759px) and (max-width:599px){.request .form-wrap{width:100%}}.request .form-wrap label{width:auto;max-width:100%;padding:0;background-color:#fff;border:1px solid #aaa;border-radius:10px}@media (max-width:480px){.request .form-wrap label{margin-bottom:0}}.request .form-wrap label:before{content:none}.request .form-wrap label svg{display:none}.request .form-wrap label input{width:auto;max-width:100%;padding:10px 15px;font-size:16px}.request .form-wrap label textarea{padding:10px 15px;resize:none}@media (max-width:759px){.request .form-wrap label textarea{min-height:150px}}.request .form-wrap label:first-child{grid-area:r}.request .form-wrap label:nth-child(2){grid-area:t}.request .form-wrap label:nth-child(3){grid-area:u}.request .form-wrap label:nth-child(4){grid-area:s;max-width:100%}.request .form-wrap button{grid-area:v;margin:0 0 0 auto}@media (max-width:759px){.request .form-wrap button{margin:0 auto}}.request .form-wrap button span{margin-left:0}.aboutprod{padding:40px 20px}.aboutprod__head{font-size:33px;font-weight:500;text-align:center;margin-bottom:20px}.aboutprod__subtitle{text-align:center;font-size:27px;font-weight:400;margin-bottom:20px}.aboutprod__text{font-size:14px;color:#666;line-height:1.4}.aboutprod__document,.aboutprod__text{margin-bottom:15px}.aboutprod__list{padding-left:20px;margin:10px 0}.aboutprod__list li{list-style-type:decimal;font-size:14px;color:#666;line-height:1.4;margin-bottom:4px}.about-store{margin-top:-40px}@media (max-width:1400px){.about-store{overflow:hidden}}.about-store .wrapper:last-child{margin-bottom:100px}.about-store__head,.about-store__sub-head{font-size:33px;text-align:center;font-weight:500;color:#434343;margin-bottom:20px}@media (max-width:480px){.about-store__head,.about-store__sub-head{font-size:28px}}.about-store__head{text-transform:uppercase;margin-top:60px}.about-store__sub-head{margin-top:40px}@media (max-width:480px){.about-store__sub-head{margin-top:40px}}.about-store__desc{text-align:center;max-width:900px;margin:0 auto 20px;padding:0 15px;color:#666;font-size:16px;line-height:1.5}.about-store__wrap{-ms-flex-pack:justify;justify-content:center;-ms-flex-align:stretch;align-items:stretch}.mag-desc_second{display:none}.about-store__wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.about-store__item{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:justify;justify-content:space-between}.about-store__item:last-of-type{position:relative}.about-store__item:last-of-type>div:after{content:none}.about-store__item>div{background-color:#fff;color:#8b8b8b;min-height:70px;position:relative;display:-ms-flexbox;display:flex}.about-store__item>div:after{content:"";position:absolute;width:calc(100% - 40px);height:2px;bottom:0;right:50%;background-color:#c3c3c3;transform:translate(50%,-50%)}.about-store__item .desc_first{width:33%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.about-store__item .desc_first span{font-size:14px}.about-store__item .desc_first span:nth-of-type(odd){color:var(--color-accent);font-weight:700;font-size:18px}.about-store__item .desc_second{background-color:var(--color-accent);width:33%;-ms-flex-negative:1;flex-shrink:1;margin:0 5px}.about-store__item .desc_second a:hover{color:var(--color-blue)}.about-store__item .desc_second a,.about-store__item .desc_second span{display:inline-block;margin:auto;color:#fff;text-decoration:none;font-size:24px;transition:color .3s}.about-store__item .desc_second:after{background-color:#fff}.about-store__item .desc_third{padding-bottom:3px;width:33%;-ms-flex-negative:1;flex-shrink:1;text-align:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.about-store__item .desc_third span{font-size:16px;display:inline-block}.about-store__wrap.about-store_firm-section .desc_first span{color:var(--color-blue)}.about-store__wrap.about-store_firm-section .desc_first span:last-of-type{display:none}.about-store__wrap.about-store_firm-section .desc_second{background-color:var(--color-blue)}.about-store__wrap.about-store_firm-section .desc_second span{font-size:18px;text-align:center}.blockmap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:30px}.blockmap_left,.blockmap_right{width:49%;height:500px}@media (max-width:1000px){.about-store__item{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:5px;position:relative;background-color:var(--color-accent)}.about-store__item>div{height:60px}.about-store__item>div:after{content:none}.about-store__item .desc_first,.about-store__item .desc_third{-ms-flex-negative:0;flex-shrink:0;min-width:420px;width:50%}.about-store__item .desc_first{-ms-flex-pack:end;justify-content:flex-end;width:50%;max-width:inherit;z-index:2}.about-store__item .desc_second{-ms-flex-negative:3;flex-shrink:3;margin:auto;max-width:220px;transform:translateY(50%)}.about-store__item .desc_third{display:block;-ms-flex-negative:0;flex-shrink:0;width:50%;max-width:inherit;z-index:1}.about-store__item .desc_third span{font-size:18px;color:#333}.about-store__item .desc_third span:first-of-type{width:100%}.about-store_firm-section .about-store__item{background-color:var(--color-blue)}.about-store_firm-section .about-store__item .desc_first span:last-of-type{display:inline-block;visibility:hidden}.about-store_firm-section .about-store__item .desc_second{width:100%;min-width:220px}.about-store_firm-section .about-store__item .desc_second span{font-size:19px}}@media (max-width:650px){.about-store__item>div{min-height:70px;height:auto;padding:10px}.about-store__item>div span{text-align:center}.about-store__item .desc_first,.about-store__item .desc_second,.about-store__item .desc_third{width:100%;max-width:inherit;min-width:inherit;-ms-flex-pack:center;justify-content:center}.about-store__item .desc_third{display:-ms-flexbox;display:flex}.about-store__item .desc_second{transform:none}.about-store_firm-section .about-store__item .desc_first span:last-of-type{display:none}}.about-store__wrap.about-store_promo-code{background-color:var(--banner-color-blue);color:#fff;-ms-flex-direction:row;flex-direction:row;padding:40px 50px;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:distribute;justify-content:space-around}@media (max-width:1100px){.about-store__wrap.about-store_promo-code{padding:30px 40px}}@media (max-width:650px){.about-store__wrap.about-store_promo-code{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:40px}}.about-store__wrap.about-store_promo-code *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.about-store__wrap.about-store_promo-code .promo-code_cost{color:var(--banner-color-accent);font-size:72px;font-weight:700;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:900px) and (min-width:651px){.about-store__wrap.about-store_promo-code .promo-code_cost{font-size:56px}}@media (max-width:650px){.about-store__wrap.about-store_promo-code .promo-code_cost{margin:10px 0;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:flex-end}}@media (max-width:480px){.about-store__wrap.about-store_promo-code .promo-code_cost{font-size:50px}}.about-store__wrap.about-store_promo-code .promo-code_cost span{line-height:.9}.about-store__wrap.about-store_promo-code .promo-code_cost span.cost_value{font-size:136px}@media (max-width:900px) and (min-width:651px){.about-store__wrap.about-store_promo-code .promo-code_cost span.cost_value{font-size:100px}}.about-store__wrap.about-store_promo-code .promo-code_text{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:620px;margin:0 auto;padding:0 15px}@media (max-width:650px){.about-store__wrap.about-store_promo-code .promo-code_text{padding:30px 0;display:contents}}.about-store__wrap.about-store_promo-code .promo-code_text h2{text-transform:uppercase;font-weight:700;font-size:calc((100vw - 320px)/880 * 12 + 26px)}@media (min-width:1200px){.about-store__wrap.about-store_promo-code .promo-code_text h2{font-size:38px}}@media (max-width:650px){.about-store__wrap.about-store_promo-code .promo-code_text h2{-ms-flex-order:-1;order:-1}}.about-store__wrap.about-store_promo-code .promo-code_text p{font-weight:600;margin:20px 0;font-size:calc((100vw - 320px)/880 * 12 + 18px)}@media (min-width:1200px){.about-store__wrap.about-store_promo-code .promo-code_text p{font-size:30px}}@media (max-width:900px) and (min-width:760px){.about-store__wrap.about-store_promo-code .promo-code_text p br{display:none}}@media (max-width:480px){.about-store__wrap.about-store_promo-code .promo-code_text p br{display:none}}.about-store__wrap.about-store_promo-code .promo-code_text p .accent-word{color:var(--banner-color-accent)}.about-store__wrap.about-store_promo-code .promo-code_text>span{font-size:22px;margin:auto auto 0 0}.about-store__wrap.about-store_promo-code .promo-code_text>span:first-of-type{padding-right:15px}@media (max-width:900px){.about-store__wrap.about-store_promo-code .promo-code_text>span{font-size:16px}}.about-store__wrap.about-store_promo-code .promo-code_button{margin:auto 0;border:5px solid var(--banner-color-accent);background-color:transparent;color:var(--banner-color-accent);width:200px;height:50px;text-align:center;padding:0;position:relative;cursor:pointer;-ms-flex-negative:0;flex-shrink:0}@media (max-width:650px){.about-store__wrap.about-store_promo-code .promo-code_button{margin:40px auto 0}}.about-store__wrap.about-store_promo-code .promo-code_button .promo-code{font-size:48px;font-weight:700;line-height:.86;pointer-events:none}.about-store__wrap.about-store_promo-code .promo-code_button .sticker{position:absolute;top:-5px;left:-5px;width:100%;height:100%}.about-store__wrap.about-store_promo-code .promo-code_button .sticker-front{color:var(--banner-color-blue);font-size:20px;font-weight:700;text-transform:uppercase;line-height:50px}.sticker{-ms-flex:0 0 auto;flex:0 0 auto;-webkit-tap-highlight-color:transparent}.sticker .sticker-container{position:relative;transform-style:preserve-3d;pointer-events:none}.sticker .sticker-clip,.sticker .sticker-wrapper{position:absolute;top:0;left:0;pointer-events:none}.sticker .sticker-clip{overflow:hidden}.sticker-back,.sticker .sticker-front{position:absolute;overflow:hidden;pointer-events:all}.sticker .sticker-front{z-index:1;background-position:50%;background-size:100% 100%;background-repeat:no-repeat}.sticker .sticker-back{z-index:2}.sticker .sticker-back,.sticker .sticker-clip,.sticker .sticker-front{transition:transform .5s ease-in-out}.sticker .sticker-front{background-color:var(--banner-color-accent)}.sticker .sticker-back{background-color:#fb94bd}@media (min-width:1200px){.sticker{width:200px;height:50px}.sticker .sticker-container{width:206.17527px;height:206.17527px;top:-78.08764px;left:-3.08764px;transform:rotate(0deg)}.sticker .sticker-wrapper{transform:rotate(-45deg)}.sticker .sticker-clip,.sticker .sticker-wrapper{width:206.17527px;height:206.17527px}.sticker .sticker-back,.sticker .sticker-front{left:3.08764px;top:78.08764px;width:200px;height:50px;border-radius:0}.sticker .sticker-clip{transform:translateX(14.69418px)}.sticker .sticker-front{transform:rotate(45deg) translateX(-10.39035px) translateY(10.39035px)}.sticker .sticker-back{transform:rotate(135deg) translateX(135.39758px) translateY(135.39758px)}.sticker:hover .sticker-clip{transform:translateX(67.73025px)}.sticker:hover .sticker-front{transform:rotate(45deg) translateX(-47.89252px) translateY(47.89252px)}.sticker:hover .sticker-back{transform:rotate(135deg) translateX(97.89541px) translateY(97.89541px)}}@media (max-width:1200px) and (min-width:651px){.sticker{width:200px;height:50px}.sticker .sticker-container{width:206.17527px;height:206.17527px;top:-78.08764px;left:-3.08764px;transform:rotate(0deg)}.sticker .sticker-wrapper{transform:rotate(-45deg)}.sticker .sticker-clip,.sticker .sticker-wrapper{width:206.17527px;height:206.17527px}.sticker .sticker-back,.sticker .sticker-front{left:3.08764px;top:78.08764px;width:200px;height:50px;border-radius:0}.sticker .sticker-clip{transform:translateX(14.69418px)}.sticker .sticker-front{transform:rotate(45deg) translateX(-10.39035px) translateY(10.39035px)}.sticker .sticker-back{transform:rotate(135deg) translateX(135.39758px) translateY(135.39758px)}.sticker.peeled .sticker-clip{transform:translateX(173.8024px)}.sticker.peeled .sticker-front{transform:rotate(45deg) translateX(-122.89686px) translateY(122.89686px)}.sticker.peeled .sticker-back{transform:rotate(135deg) translateX(22.89108px) translateY(22.89108px)}}@media (max-width:650px){.sticker{width:200px;height:50px}.sticker .sticker-container{width:206.17527px;height:206.17527px;top:-78.08764px;left:-3.08764px;transform:rotate(0deg)}.sticker .sticker-wrapper{transform:rotate(30deg)}.sticker .sticker-clip,.sticker .sticker-wrapper{width:206.17527px;height:206.17527px}.sticker .sticker-back,.sticker .sticker-front{left:3.08764px;top:78.08764px;width:200px;height:50px;border-radius:0}.sticker .sticker-clip{transform:translateX(3.97734px)}.sticker .sticker-front{transform:rotate(-30deg) translateX(-3.44447px) translateY(-1.98867px)}.sticker .sticker-back{transform:rotate(210deg) translateX(175.10855px) translateY(-101.09897px)}.sticker.peeled .sticker-clip{transform:translateX(182.37588px)}.sticker.peeled .sticker-front{transform:rotate(-30deg) translateX(-157.94214px) translateY(-91.18794px)}.sticker.peeled .sticker-back{transform:rotate(210deg) translateX(20.61088px) translateY(-11.8997px)}}@media (min-width:1200px){.sticker.peeled{width:200px;height:50px}.sticker.peeled .sticker-container{width:206.17527px;height:206.17527px;top:-78.08764px;left:-3.08764px;transform:rotate(0deg)}.sticker.peeled .sticker-wrapper{transform:rotate(-45deg)}.sticker.peeled .sticker-clip,.sticker.peeled .sticker-wrapper{width:206.17527px;height:206.17527px}.sticker.peeled .sticker-back,.sticker.peeled .sticker-front{left:3.08764px;top:78.08764px;width:200px;height:50px;border-radius:0}.sticker.peeled .sticker-clip{transform:translateX(14.69418px)}.sticker.peeled .sticker-front{transform:rotate(45deg) translateX(-10.39035px) translateY(10.39035px)}.sticker.peeled .sticker-back{transform:rotate(135deg) translateX(135.39758px) translateY(135.39758px)}.sticker.peeled.peeled .sticker-clip{transform:translateX(173.8024px)}.sticker.peeled.peeled .sticker-front{transform:rotate(45deg) translateX(-122.89686px) translateY(122.89686px)}.sticker.peeled.peeled .sticker-back{transform:rotate(135deg) translateX(22.89108px) translateY(22.89108px)}}.discount-condition{text-align:center}.discount-condition__title{margin:60px 20px 30px;font-weight:700;font-size:32px;line-height:1}@media (max-width:600px){.discount-condition__title{margin:40px 20px 20px;font-size:24px}}.discount-condition__description{max-width:740px;margin:0 auto 60px;padding:0 20px;font-size:24px;line-height:1.5}@media (max-width:600px){.discount-condition__description{margin-bottom:40px;font-size:16px;line-height:1.33}}@media (max-width:380px){.discount-condition__description{margin-bottom:30px}}.aboutus-wrap--index{margin-bottom:20px}.aboutus{padding:40px 0}.aboutus__head{font-size:33px;font-weight:500;text-align:center;margin-bottom:20px}.aboutus__desc{text-align:center;max-width:800px;margin:0 auto 50px}.aboutus-wrap{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;text-align:center;background-color:#f7f7f7;padding:50px 0;margin-bottom:50px}.aboutus__item{position:relative;padding:10px 15px 0;-ms-flex:1 1 auto;flex:1 1 auto}.aboutus__item .svg-icon{font-size:40px;fill:var(--color-accent)}.aboutus__item-title{font-size:18px;font-weight:400;margin-top:10px;margin-bottom:15px;line-height:1.5}.aboutus__item-desc{max-width:260px;margin:0 auto;font-size:16px;line-height:1.6;color:#666}.aboutus__subtitle{text-transform:uppercase;text-align:center;font-size:24px;font-weight:500;margin-bottom:20px}.aboutus__subdescq{text-align:center;font-size:16px;margin-bottom:25px}.aboutus__text{font-size:16px;color:#666;line-height:1.5;padding:0 15px 40px}.aboutus__wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.aboutus__wrap .aboutus__col{-ms-flex:1 1 48%;flex:1 1 48%;padding-bottom:20px;width:48%;padding-right:15px}.aboutus-paralax{position:relative;background-image:url(/static/images/aboutus/bg.jpg);background-size:cover;background-attachment:fixed;z-index:1;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;min-height:320px;margin-bottom:40px;-ms-flex-wrap:wrap;flex-wrap:wrap}.aboutus-paralax:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(51,51,51,.5);z-index:-1}.aboutus-paralax__item{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:10px;text-align:center;min-width:150px}.aboutus-paralax__item .svg-icon{font-size:40px;margin-bottom:10px}.aboutus-paralax__count{font-size:30px;font-weight:400;margin-bottom:10px}.aboutus-paralax__head{text-transform:uppercase;font-size:18px;font-weight:300}.aboutus-reviews{padding:0 40px 15px}.aboutus-reviews,.aboutus-reviews__item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.aboutus-reviews__item{padding-bottom:20px;margin-bottom:20px;border-bottom:3px solid #eee;transition:.2s ease-in-out}.aboutus-reviews__item:hover{border-bottom:3px solid #c6bfb8}.aboutus-reviews .aboutus-reviews__item{-ms-flex:1 1 45%;flex:1 1 45%;margin-right:40px}.aboutus-reviews__img{-ms-flex:1 1 80px;flex:1 1 80px;min-width:80px;width:80px;height:80px;border-radius:50%;overflow:hidden;margin-right:20px}.aboutus-reviews__img img{width:100%}.aboutus-reviews__desc{margin-top:0;color:#666;font-size:16px;line-height:1.4}.aboutus-reviews__name{display:block;margin:10px 0 0;font-weight:700}.aboutus-reviews .aboutus-reviews-wrap{-ms-flex:1 1 45%;flex:1 1 45%}.aboutus__suppliers{font-size:16px;line-height:1.5;padding:0 15px}.aboutus__smi{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;max-width:900px;margin:0 auto}.aboutus__smi li{width:25%;padding:0 10px;min-width:180px;max-width:280px;margin-bottom:20px}.aboutus__smi li img{width:100%}@media screen and (max-width:800px){.aboutus-reviews{-ms-flex-direction:column;flex-direction:column;padding:0 10px}}@media screen and (max-width:620px){.aboutus{padding:30px 15px}.aboutus__desc{margin-bottom:10px}.aboutus-wrap{-ms-flex-direction:column;flex-direction:column;padding:10px 0 0}.aboutus-paralax__item{margin-bottom:10px}.aboutus-paralax__item .svg-icon{margin-bottom:0}}@media screen and (max-width:500px){.aboutus__wrap{-ms-flex-direction:column;flex-direction:column}.aboutus__wrap .aboutus__col{width:100%;padding-right:0}.aboutus-reviews .aboutus-reviews__item{-ms-flex-direction:column;flex-direction:column;margin-right:0}.aboutus-reviews__img{margin:0 auto 20px}}@media screen and (max-width:320px){.aboutus-wrap--index .aboutus__subtitle{font-size:27px;color:#333}}.aboutus-wrap--index+.title-accent{background-color:transparent;text-align:center;font-weight:500;color:#333}.content_3_wrapper{background-color:#3e4753;padding:5px 0 40px}@media (max-width:759px){.content_3_wrapper{padding-top:0;background-color:#fff}}@media (max-width:1250px) and (min-width:760px){.content_3_wrapper .wrapper_inner{width:95%;margin:0 auto}}.articles{position:relative;padding-bottom:30px}.articles__head{font-size:33px;font-weight:500;text-align:center;padding:30px 0}.articles__grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px;-ms-flex-align:stretch;align-items:stretch}@media (max-width:900px){.articles__grid{-ms-flex-pack:distribute;justify-content:space-around}}.article{padding:10px 15px}.article img{max-width:100%}.article .article-link{color:#333;font-weight:500;font-size:18px;text-decoration:none}.article .article-link:hover{text-decoration:underline}.article .article-ul{margin:20px 0}.article .article-ul li{list-style-type:disc;padding-left:10px}.article .article-ul li strong{font-size:20px}.article .wrap-article{display:-ms-flexbox;display:flex}.article .article__left{margin-right:20px;-ms-flex:1 1 0px;flex:1 1 0}.article .article__right{max-width:260px}.article .article__link{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;text-decoration:none;background-color:#fff;padding:10px;margin-bottom:20px}.article .article__link img{width:100%}.article .article__link p{font-size:16px;line-height:1.2;color:#333}.article .article__link .btn{padding:0 20px;margin:0;min-height:40px}.article .article__link:hover .btn{background-color:var(--color-blue);box-shadow:none}.articles__grid .article__item{position:relative;-ms-flex:1 1 30%;flex:1 1 30%;margin:15px;min-width:280px;max-width:500px;height:auto;background-color:#fff;padding-bottom:0}.article__item{color:#333;text-decoration:none;padding-bottom:15px;margin:0 20px;min-width:250px;max-width:320px;height:calc(100% - 20px);transition:.2s ease-in-out;background-color:#f0f0f0}@media (min-width:760px){.article__item:hover{background-color:#fff;box-shadow:0 5px 12px 0 rgba(51,51,51,.25)}}.article__item-date{position:absolute;top:30px;left:0;background-color:#fff;padding:10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;-ms-flex-pack:center;justify-content:center;align-items:center;display:none}.article__item-date .month{font-size:12px}.article__item-img{width:100%;height:215px;background-repeat:no-repeat;background-size:cover;display:block}.article__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article__item-content{padding:15px;display:block;text-decoration:none}.article__item-title{font-size:16px;font-weight:600;margin-bottom:20px;color:#444}.article__item-text,.article__item-text span{font-weight:400!important;color:#555!important;font-size:14px!important;line-height:1.5!important}.articles-slider{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.articles-slider .slick-track{-ms-flex-align:stretch;align-items:stretch}.articles-slider .slick-arrow{width:30px;height:80px;box-sizing:border-box;position:relative;overflow:hidden;font-size:0;background-color:transparent;border:none;outline:none;-ms-flex-negative:0;flex-shrink:0}.articles-slider .slick-arrow:after,.articles-slider .slick-arrow:before{content:"";position:absolute;bottom:calc(50% - 1px);left:2px;width:2px;height:40px;transform:rotate(35deg);transform-origin:center calc(100% - 1px);border-radius:4px;background-color:#333;transition:background-color .3s,transform .3s}.articles-slider .slick-arrow:after{top:calc(50% - 1px);transform:rotate(-35deg);transform-origin:center calc(0% + 1px)}.articles-slider .slick-arrow:hover{cursor:pointer}.articles-slider .slick-arrow:hover:after,.articles-slider .slick-arrow:hover:before{background-color:var(--color-blue);transform:rotate(45deg)}.articles-slider .slick-arrow:hover:after{transform:rotate(-45deg)}.articles-slider .slick-arrow:active:after,.articles-slider .slick-arrow:active:before{transform:rotate(60deg)}.articles-slider .slick-arrow:active:after{transform:rotate(-60deg)}.articles-slider .slick-arrow.slick-next{transform:rotate(180deg);margin-left:20px}.articles-slider .slick-arrow.slick-prev{margin-right:20px}.content_3_wrapper .slick-arrow:after,.content_3_wrapper .slick-arrow:before{background-color:#fff}.content_3_wrapper .slick-arrow:hover:after,.content_3_wrapper .slick-arrow:hover:before{background-color:var(--color-accent)}.article__title{font-size:33px;font-weight:500;margin-bottom:25px;padding-top:30px;text-align:center}@media (max-width:759px){.article__title{font-size:26px}}.article__date{font-style:italic;margin-bottom:20px;display:block}.article__text{font-size:18px!important;color:#555!important;line-height:1.4}.article__text li{list-style-type:disc;margin-left:50px!important}@media (max-width:759px){.article__text li{margin-left:20px!important}}.article__text li p{text-indent:0!important}.article__text p,.article__text p span{text-indent:50px!important;text-align:justify!important;margin:0!important}@media (max-width:759px){.article__text p span{text-indent:20px!important}}.article__text h2,.article__text h2 span,.article__text li,.article__text li span,.article__text p,.article__text p span{line-height:normal!important;font-family:Fira Sans,sans-serif!important;font-size:18px!important;color:#555!important}.article__text h2[data-f-id=pbf],.article__text li[data-f-id=pbf],.article__text p[data-f-id=pbf]{display:none!important}.article__text a{color:var(--color-accent)!important;text-decoration:none;transition:color .3s;font-weight:700}.article__text a b,.article__text a p,.article__text a span,.article__text a strong{color:var(--accent-color)!important;transition:color .3s}.article__text a:hover,.article__text a:hover b,.article__text a:hover p,.article__text a:hover span,.article__text a:hover strong{color:var(--color-blue)!important}.article__text h3{font-weight:600;margin-bottom:10px}.article__text img{display:block;margin:0 auto}.article__text h2,.article__text img,.article__text p,.article__text ul{margin-bottom:10px!important}.delivery{padding-top:65px;color:#333;background-color:#f1f1f1}@media (max-width:600px){.delivery{padding-top:45px}}@media (max-width:380px){.delivery{padding-top:30px}}.delivery__wrapper{max-width:945px;margin:0 auto}@media (max-width:1100px){.delivery__wrapper{padding:0 40px}}@media (max-width:600px){.delivery__wrapper{padding:0 20px}}@media (max-width:380px){.delivery__wrapper{padding:0 10px}}.delivery__title{margin-bottom:60px;text-align:center;font-weight:700;font-size:48px;line-height:1;font-family:Fira Sans,sans-serif}.delivery__title:first-letter{text-transform:uppercase}@media (max-width:600px){.delivery__title{margin-bottom:30px;font-size:32px}}.delivery__description{margin-bottom:75px;font-size:24px;line-height:2}@media (max-width:600px){.delivery__description{margin-bottom:45px;font-size:16px;line-height:1.5}}@media (max-width:380px){.delivery__description{margin-bottom:30px}}.delivery__conditions{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.delivery__condition{margin-bottom:75px}@media (max-width:900px){.delivery__condition{width:100%}}@media (max-width:600px){.delivery__condition{margin-bottom:45px}}@media (max-width:380px){.delivery__condition{margin-bottom:30px}}.delivery__condition caption{margin-bottom:25px;text-align:left;font-weight:700;font-size:32px}@media (max-width:600px){.delivery__condition caption{margin-bottom:8px;font-size:24px}}.delivery__condition td{padding-bottom:15px}@media (max-width:600px){.delivery__condition td{padding-bottom:8px}}@media (max-width:380px){.delivery__condition td{font-size:14px}}.delivery__condition td:first-child{vertical-align:bottom}.delivery__condition td:last-child{padding-left:50px;font-size:24px;font-weight:700;text-align:right}@media (max-width:600px){.delivery__condition td:last-child{font-size:16px}}@media (max-width:480px){.delivery__condition td:last-child{padding-left:0}}@media (max-width:380px){.delivery__condition td:last-child{font-size:14px}}.delivery__condition td span{font-size:16px}@media (max-width:380px){.delivery__condition td span{font-size:14px}}.description{padding:75px 0;background-color:#e5e5e5}@media (max-width:600px){.description{padding:45px 0}}@media (max-width:380px){.description{padding:30px 0}}.description__wrapper{max-width:945px;margin:0 auto;font-size:24px;line-height:2}@media (max-width:1100px){.description__wrapper{padding:0 40px}}@media (max-width:600px){.description__wrapper{padding:0 20px;font-size:16px;line-height:1.5}}@media (max-width:380px){.description__wrapper{padding:0 10px}}.export{padding:60px 0;color:#333;background-color:#f1f1f1}@media (max-width:600px){.export{padding:45px 0}}@media (max-width:380px){.export{padding:30px 0}}.export__wrapper{max-width:945px;margin:0 auto}@media (max-width:1100px){.export__wrapper{padding:0 40px}}@media (max-width:600px){.export__wrapper{padding:0 20px}}@media (max-width:380px){.export__wrapper{padding:0 10px}}.export__title{margin-bottom:60px;text-align:center;font-weight:700;font-size:48px;line-height:1;font-family:Fira Sans,sans-serif}.export__title:first-letter{text-transform:uppercase}@media (max-width:600px){.export__title{margin-bottom:30px;font-size:32px}}.export__location{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.export__location>:first-child{width:50%!important;min-height:430px;margin:auto}.export__location>:first-child .shop-description{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.export__location>:first-child .shop-description .shop-img{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 5px}.export__location>:first-child .shop-description .shop-img img{max-height:185px;-o-object-fit:contain;object-fit:contain}@media (max-width:900px){.export__location>:first-child{width:100%!important}}.export__location>:last-child{width:45%}@media (max-width:900px){.export__location>:last-child{margin-top:30px;width:100%}}@media (max-width:900px){.export__address:last-child .export__mall:last-child,.export__address:not(.export__address--open):last-child h3{margin-bottom:0}}.export__address ul{display:none}.export__address h3{position:relative;margin:0 0 25px 30px;cursor:pointer;display:inline-block;font-size:24px;font-weight:700;color:var(--color-accent);text-transform:none;border-bottom:2px dashed var(--color-accent)}@media (max-width:900px){.export__address h3{border-bottom:none}}.export__address h3:hover{border-bottom:2px dashed transparent}@media (max-width:900px){.export__address h3:hover{border-bottom:none}}.export__address h3:before{content:"";position:absolute;left:-30px;top:2px;display:inline-block;width:20px;height:20px;background-color:var(--color-accent);border-radius:50%;transform:rotate(-90deg)}.export__address h3:after{content:"";position:absolute;top:10px;left:-25px;border:5px solid transparent;border-top:5px solid #fff;transform:rotate(-90deg) translateY(3px) translateX(3px)}.export__address--open ul{display:block}.export__address--open h3{color:var(--color-blue);border-bottom:2px dashed var(--color-blue)}@media (max-width:900px){.export__address--open h3{border-bottom:none}}.export__address--open h3:hover{border-bottom:2px dashed transparent}@media (max-width:900px){.export__address--open h3:hover{border-bottom:none}}.export__address--open h3:before{transform:none;background-color:var(--color-blue)}.export__address--open h3:after{transform:none}.export__mall{margin-left:30px;margin-bottom:25px;line-height:1.5}.export__mall:last-child{margin-bottom:50px}@media (max-width:600px){.export__mall:last-child{margin-bottom:30px}}.export__notice{margin:30px 0;color:#707070}.export__phone a{position:relative;padding-left:40px;font-size:32px;font-weight:700;color:var(--color-accent)}@media (max-width:380px){.export__phone a{font-size:24px}}.export__phone a:focus,.export__phone a:hover{color:var(--color-blue)}.export__phone a:focus .svg-icon,.export__phone a:hover .svg-icon{fill:var(--color-blue)}.export__phone .svg-icon{position:absolute;width:30px;height:30px;top:50%;left:0;transform:translateY(-50%);fill:var(--color-accent)}.payment{padding:60px 0;color:#333;background-color:#e5e5e5}@media (max-width:600px){.payment{padding:45px 0}}@media (max-width:380px){.payment{padding:30px 0}}.payment__wrapper{max-width:945px;margin:0 auto}@media (max-width:1100px){.payment__wrapper{padding:0 40px}}@media (max-width:600px){.payment__wrapper{padding:0 20px}}@media (max-width:380px){.payment__wrapper{padding:0 10px}}.payment__title{margin-bottom:60px;text-align:center;font-weight:700;font-size:48px;line-height:1;font-family:Fira Sans,sans-serif}.payment__title:first-letter{text-transform:uppercase}@media (max-width:600px){.payment__title{margin-bottom:30px;font-size:32px}}.payment h3{position:relative;margin:0 0 25px 30px;cursor:pointer;display:inline-block;font-size:24px;font-weight:700;color:var(--color-accent);text-transform:none;border-bottom:2px dashed var(--color-accent)}@media (max-width:900px){.payment h3{border-bottom:none}}.payment h3:hover{border-bottom:2px dashed transparent}@media (max-width:900px){.payment h3:hover{border-bottom:none}}.payment h3:before{content:"";position:absolute;left:-30px;top:2px;display:inline-block;width:20px;height:20px;background-color:var(--color-accent);border-radius:50%;transform:rotate(-90deg)}.payment h3:after{content:"";position:absolute;top:10px;left:-25px;border:5px solid transparent;border-top:5px solid #fff;transform:rotate(-90deg) translateY(3px) translateX(3px)}.payment__way-description{display:none;margin-bottom:40px}@media (max-width:380px){.payment__way-description{margin-bottom:20px}}.payment__way:last-child .payment__way-description{margin-bottom:0}.payment__way--open .payment__way-description{display:block}.payment__way--open h3{color:var(--color-blue);border-bottom:2px dashed var(--color-blue)}@media (max-width:900px){.payment__way--open h3{border-bottom:none}}@media (max-width:380px){.payment__way--open h3{font-size:22px}}.payment__way--open h3:hover{border-bottom:2px dashed transparent}@media (max-width:900px){.payment__way--open h3:hover{border-bottom:none}}.payment__way--open h3:before{transform:none;background-color:var(--color-blue)}.payment__way--open h3:after{transform:none}.payment__way-online--images{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.payment__way-online--images>:first-child{margin-right:20px}.payment p{margin-bottom:10px;line-height:1.5}.payment a{color:#333}.payment a:focus,.payment a:hover{color:var(--color-blue)}.gallery{position:relative}.gallery__head{font-size:33px;font-weight:500;text-align:center;padding:30px 0}.gallery__head span{font-size:26px;color:var(--color-blue);font-weight:400;display:block;margin-top:10px}.gallery__head span:first-letter{text-transform:uppercase}.gallery__grid{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.gallery__item{max-width:900px;margin:0 auto 30px;width:100%;padding:15px 30px;text-decoration:none}.gallery__item:hover .gallery__item-title{color:var(--color-accent)}.gallery__item img{width:100%}.gallery__item-title{color:#333;text-transform:none;font-weight:600;text-align:center;font-size:24px;transition:.2s ease-in-out}.gallery-category{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 20px;margin-top:-60px}.gallery-category,.gallery-category__container-category{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}.gallery-category__container-category{text-decoration:none;max-width:560px;width:100%;margin-top:120px;background:url(/static/images/galleryCategory/category-bg.png) no-repeat 100px 100%;background-size:100% 80%}.gallery-category__container-category:last-child{margin-bottom:75px}.gallery-category__container-category:hover h3{color:#283593}.gallery-category__container-category:hover svg{fill:#283593;-webkit-filter:drop-shadow(0 0 3px #fff);filter:drop-shadow(0 0 3px white)}.gallery-category__column{width:100%;height:175px;position:relative}.gallery-category__column.-size_small{max-width:220px}.gallery-category__column h3{transition:color .3s;margin-top:25%;font-size:18px;color:#e72d77;text-transform:none;text-align:left}.gallery-category__column h3:first-letter{text-transform:uppercase}.gallery-category__wrapper-img{cursor:pointer;max-width:200px;max-height:220px;overflow:hidden;position:absolute;border-radius:25px;box-shadow:8px 0 10px 4px #2d2d2d9e;transition:box-shadow .3s}.gallery-category__wrapper-img img{max-width:200px;max-height:180px;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;margin-bottom:-10px}.gallery-category__wrapper-img:hover{box-shadow:0 0 10px 4px #191919d1}.gallery-category__wrapper-img.-pos_1{bottom:0;left:0;z-index:15}.gallery-category__wrapper-img.-pos_2{bottom:30px;left:50px;z-index:10}.gallery-category__wrapper-img.-pos_3{bottom:60px;left:100px;z-index:5}.gallery-category__wrapper-img:hover{z-index:20}.gallery-category__container-icon{height:65px;width:100%;margin-top:20px;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start}.gallery-category__container-icon .svg-icon-anglechilr{width:100px;height:60px}.gallery-category__container-icon .svg-icon-armchair{width:70px;height:65px}.gallery-category__container-icon .svg-icon-chair{width:40px;height:65px}.gallery-category__container-icon .svg-icon-2x{width:100px;height:50px}.gallery-category__container-icon .svg-icon-3x{width:100px;height:60px}.gallery-category__container-icon .svg-icon-without-armrests{width:100px;height:50px}.gallery-category__container-icon svg{cursor:pointer;fill:#e72d77;transition:fill .3s}.gallery-category__container-icon svg:hover{fill:#283593}.svg-icon-arrow-to-box{transition:fill .3s,-webkit-filter .3s;transition:fill .3s,filter .3s;transition:fill .3s,filter .3s,-webkit-filter .3s;position:absolute;z-index:25;bottom:20px;left:20px;cursor:pointer;width:40px;height:40px;pointer-events:none}@media (max-width:1200px){.gallery-category{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.gallery__head{padding:30px 20px}}@media (max-width:650px){.gallery__head{padding:30px 20px 20px;font-size:28px}.gallery__head span{font-size:20px}.gallery__item{margin-bottom:10px}.gallery__item-title{font-size:20px}.gallery-category{padding:0;margin-top:-30px}.gallery-category__container-icon{display:none}.gallery-category__container-category{-ms-flex-direction:column;flex-direction:column;background:none;margin-top:50px}.gallery-category__wrapper-img{height:130px;bottom:0}.gallery-category__wrapper-img.-pos_1,.gallery-category__wrapper-img.-pos_2,.gallery-category__wrapper-img.-pos_3{bottom:0}.gallery-category__wrapper-img img{height:130px;min-width:200px}.gallery-category__column{-ms-flex-order:2;order:2;display:-ms-flexbox;display:flex;height:auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;max-width:300px;min-height:130px;margin:0 auto}.gallery-category__column.-size_small{-ms-flex-order:1;order:1;max-width:100%;min-height:0}.gallery-category__column h3{margin-top:0;margin-bottom:15px;padding:0 20px;font-size:24px;text-align:center}}@media (max-width:480px){.gallery__head{font-size:24px}.gallery__head span{font-size:18px}.gallery-category__column h3{font-size:20px}}.installment{padding:40px 0}.installment__head{font-size:33px;font-weight:500;text-align:center;margin-bottom:20px}.installment__banner{width:100%;height:75px;overflow:hidden}.installment__banner img{width:100%}.installment__desc{text-align:center;margin:30px 0 40px;padding:0 15px;color:#444;font-size:20px}.installment-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0 20px 40px}.installment__item{position:relative;-ms-flex:33%;flex:33% 1;text-align:center;padding:60px 20px 0}.installment__item:before{position:absolute;content:"";top:5px;left:50%;width:50px;height:50px;transform:translateX(-50%);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAgVBMVEUAAAClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFClAFBSqbAbAAAAKnRSTlMACPrYVRnwupMTmncfY3FeHcP0au3Ol3ww38ZD26CNDMemULCqReErrUrRf521AAAByUlEQVRIx52W64KaMBCFJ4AQYeVeXMXr7rrbfu//gK2tdrRCMD1/uIQPMmEyc+RRZWGTsA2CNkxsUcqkymXIncLlixN4/QAIqjRbRNEiS6sa4ON1FJhvgTg9Gb1l+jQGtvNhIoph1VyfV6r5hDgaAEwHdWZkaCiroXsY2idwGA305QDJ/p8XrcEaGZWxsL4bNwnk4lQGyS3TQSYyyXR6FcFOJtXB33WbxTpPh8yBeHY5P1K7kkLXreZ4yRINZDqcP7nzzso8h5hP3n9/Dhpx60d3ybEGziEsiSc+EgXXl5qY5a9DSDpJhNdMTglFSjhNErPrxek8s4LAPE2ICViIpZomVBVWEqwHIZZENuQehORsJKbwIKSgFXjzIOSN4BaJehehiE7sCxYOQiem4ZtvyjwSGv7tIs+VeSR0kfVXKjNI6K/UhFHGQZiAQkro5Z4ZJ6SHUpNfmXSQ0OTXLabMEKFbTDeyMqOENFAOlYv9Yj5CmBXf/6MoeZe+rRbY6pkCW9HO/Mr4DqK7op5PETlYv5aUa0vSxrdzNb4drI1Xe11Dsvdt4tb4WIUVtJHTkPQOQ+KwPfnZ9uRpFQDB8cvXXDktmVq4jcPC/QRhHzhCMwj8UAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-repeat:center center}.installment__item-text{color:var(--color-accent);text-transform:uppercase;margin-top:10px;font-weight:700}.installment__toggle{background-color:#fafafa;padding:35px;text-align:center;color:#444}.installment__toggle .installment__show{padding-bottom:15px}.installment__toggle .installment__show--disabled{padding-bottom:0;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.7}.installment__toggle .installment__show-head{position:relative;cursor:pointer;display:inline-block;font-size:20px;margin:0 0 15px 30px;color:var(--color-accent);border-bottom:2px dashed var(--color-accent)}@media (max-width:480px){.installment__toggle .installment__show-head{text-align:left}}.installment__toggle .installment__show-head:hover{border-bottom:2px dashed transparent}.installment__toggle .installment__show-head:before{content:"";position:absolute;left:-30px;top:2px;display:inline-block;width:20px;height:20px;transition:.2s;background-color:var(--color-accent);border-radius:50%;transition:.2s ease-in-out}.installment__toggle .installment__show-head:after{content:"";position:absolute;top:10px;left:-25px;border:5px solid transparent;border-top:5px solid #fff;transition:.2s ease-in-out}.installment__toggle .installment__show-text{text-align:left;padding-left:30px;display:none;margin:0}.installment__toggle .installment__show-text li{margin:5px 0;line-height:1.4;list-style:decimal}.installment__toggle .installment__show-text a{color:#333;text-decoration:none;font-weight:600;display:inline-block;transition:color .3s}.installment__toggle .installment__show-text a:hover{color:var(--color-accent)}.installment__list-title{color:#333;font-size:20px;line-height:24px;font-weight:700}.installment__list-title:before{content:none}.installment__wrapper-tabs{margin-left:-65px;margin-right:-35px}.installment__container-tabs .installment__tab{display:none;padding:0 65px}.installment__container-tabs .installment__tab.-active{display:block}.installment__container-tabs .installment__tab li{font-size:16px;list-style-type:none;padding-left:10px;position:relative}.installment__container-tabs .installment__tab li:before{content:"";display:block;position:absolute;left:0;background-color:#de0d64;width:4px;height:4px;border-radius:50%;top:10px}.installment__container-tabs .installment__tab p{margin-bottom:15px;font-size:16px}.installment__container-tabs .installment__tab h4{margin-top:25px;margin-bottom:15px}.installment__container-tabs .installment__tab h4:first-of-type{margin-top:50px}.installment__container-tabs .installment__tab ol,.installment__container-tabs .installment__tab ul{margin-left:-10px}.installment__container-tabs .installment__tab ol{padding:0}.installment__container-tabs .installment__tab ol li:before{content:none}.installment__container-buttons-tab{cursor:pointer;overflow:hidden;padding-top:60px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;position:relative}.installment__container-buttons-tab:after{content:"";display:block;position:absolute;bottom:-1px;left:0;width:100%;height:1px;box-shadow:0 0 20px 5px rgba(0,0,0,.15),0 0 2px rgba(0,0,0,.5);z-index:0}.installment__container-buttons-tab div{height:95px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:50%;padding:0 20px}.installment__container-buttons-tab div.-active{font-weight:700;background:linear-gradient(180deg,#fff,#fafafa);z-index:5;position:relative;box-shadow:0 0 20px rgba(0,0,0,.15),0 0 2px rgba(0,0,0,.5)}.installment__container-buttons-tab span{display:block;color:var(--color-accent);font-size:calc((100vw - 320px)/880 * 9 + 11px);text-align:center}@media (min-width:1200px){.installment__container-buttons-tab span{font-size:20px}}.installment__show.installment__show--open .installment__show-head{color:var(--color-blue);border-bottom:2px dashed var(--color-blue)}@media (max-width:480px){.installment__show.installment__show--open .installment__show-head{border-bottom:none}}.installment__show.installment__show--open .installment__show-head:before{transform:rotate(-90deg);background-color:var(--color-blue)}.installment__show.installment__show--open .installment__show-head:after{transform:rotate(-90deg) translateY(3px) translateX(3px)}.installment__show.installment__show--open .installment__show-text{display:block}.installment__cards-title{text-align:center;max-width:600px;margin:30px auto;font-weight:500}.installment__cards-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-bottom:30px;-ms-flex-wrap:wrap;flex-wrap:wrap}.installment__cards-wrap .installment__card{-ms-flex:22%;flex:22% 1;min-width:260px;max-width:280px;text-align:center;margin:10px;background-color:#fff}.installment__cards-wrap .installment__card img{width:100%}.installment__card-body{line-height:1;padding:5px}.about__link{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:80px;line-height:80px;text-align:center;background-color:#fafafa;margin-bottom:30px;font-size:20px;font-weight:700;text-decoration:none;color:var(--color-accent)}.about__link .svg-icon{fill:var(--color-accent);margin-left:10px;font-size:20px;transition:.2s ease-in-out}.about__link:hover .svg-icon{transform:translateX(10px)}@media (max-width:1000px){.installment__container-buttons-tab div{height:65px;padding:10px 20px;box-sizing:unset}.installment__tab h4{font-size:20px;line-height:30px;margin-top:25px;margin-bottom:10px}.installment__tab h4:first-of-type{margin-top:50px}}@media screen and (max-width:600px){.installment{padding-bottom:10px}.installment__desc{margin:15px 0}.installment__banner img{width:150%}.installment__cards-title{padding:0 15px}.installment__toggle{padding:20px 15px}.installment-wrap{-ms-flex-direction:column;flex-direction:column;padding-bottom:10px}.installment__item{margin-bottom:20px}.installment__wrapper-tabs{margin-left:-45px;margin-right:-15px}.installment__container-tabs .installment__tab{padding:0 45px}.installment__container-tabs .installment__tab h4{margin-top:20px;margin-bottom:5px}.installment__container-tabs .installment__tab h4:first-of-type{margin-top:30px}.installment__container-buttons-tab div{height:65px;padding:10px;box-sizing:unset}}@media (max-width:480px){.installment__toggle .installment__show-head{border-bottom:none}.installment__container-tabs .installment__tab{padding:0 30px}}.form-login{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:330px;width:100%;padding:15px;border-radius:3px;box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);background-color:#fff;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.form-login__img{position:relative;height:200px;background-repeat:no-repeat;background-size:cover;width:calc(100% + 30px);margin-left:-15px;margin-bottom:20px}.eye-rick{position:absolute;transition:.2s ease-in-out;display:-ms-flexbox;display:flex}.eye-rick:after,.eye-rick:before{top:-6px;content:"";position:relative;display:block;width:3px;height:3px;border-radius:50%;background-color:#333;box-shadow:1px -2px 0 1px #333}.eye-rick:after{left:30px;top:-16px}.form-login__title{font-size:16px;color:#868686;text-transform:uppercase;margin:20px 0}.form-login__label{position:relative;height:40px;margin-bottom:32px;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;cursor:text}.form-login__label:hover .form-login__placeholder{color:#333}.form-login__label:hover:before{background-color:#868686}.form-login__label input{color:#333;border:0;margin:0;width:100%;padding:6px 0 7px;min-width:0;-ms-flex-positive:1;flex-grow:1;background:none;font-size:16px;vertical-align:middle;-webkit-tap-highlight-color:transparent}.form-login__label:after,.form-login__label:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#999;transition:background-color .2s cubic-bezier(.4,0,.2,1) 0ms}.form-login__label:after{background-color:#303f9f;transform:scaleX(0);z-index:2;transition:transform .2s cubic-bezier(0,0,.2,1) 0ms}.form-login__label .form-login__placeholder{position:absolute;top:10px;left:0;transform:translateY(1px) scale(1);transition:transform,color,.2s cubic-bezier(0,0,.2,1) 0ms;color:#868686;cursor:text}.form-login__label .form-login__valid{position:absolute;text-align:left;font-size:12px;bottom:-16px;color:#f44336}.form-login__label.focus .form-login__placeholder{transform:translateY(-16px) scale(.75);transform-origin:top left;color:#303f9f}.form-login__label.focus:after{transform:scaleX(1)}.form-login__label.novalid:after{transform:scaleX(1);background-color:#f44336}.form-login__label.novalid .form-login__placeholder{color:#f44336}.btn-login{position:relative;width:100%;height:40px;background-color:#3f51b5;color:#fff;text-align:center;box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);border-radius:1px;-ms-flex-pack:center;justify-content:center;padding:0}.btn-login:hover{background-color:#303f9f}.btn-edit{position:absolute;top:-10px;right:-10px;min-width:auto;width:50px;height:50px;border-radius:50%;background-color:var(--color-blue);box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);display:none;padding:0}.btn-edit.active,.collection-edit{display:-ms-flexbox;display:flex}.collection-edit{position:relative;border:1px solid #bdbdbd;margin-bottom:20px;-ms-flex-direction:column;flex-direction:column;transition:.2s ease-in-out;background-color:#fff;color:#333;max-height:500px}.collection-edit .collection-edit__center{display:-ms-flexbox;display:flex;z-index:1}.collection-edit .collection-edit__center .collection-edit__row{width:33%}.collection-edit .collection-edit__images{width:50%;max-height:360px;padding:10px}.collection-edit .collection-edit__content{width:50%;max-width:580px;display:-ms-flexbox;display:flex}.collection-edit .collection-edit__content .collection-edit__col{-ms-flex:1 1 auto;flex:1 1 auto}.collection-edit .collection-edit__valid{width:100%;margin-top:auto;background-color:var(--color-accent);padding:15px 10px;color:#fff;text-transform:uppercase;text-align:center}.collection-edit .collection-edit__wrap-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.collection-edit .collection-edit__wrap-row .label-wrap{padding:0;margin-left:10px}.dropzone{width:calc(33% - 14px);height:150px;border:2px dashed #868686;border-radius:5px;margin:2px 15px 15px 2px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transition:.2s ease-in-out;cursor:pointer}.dropzone .svg-icon{transition:.2s ease-in-out;transform:rotate(45deg);fill:#868686}.dropzone:hover{border-color:var(--color-blue)}.dropzone:hover .svg-icon{fill:var(--color-blue)}.collection-edit__images{display:-ms-flexbox;display:flex;overflow-y:scroll;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:inherit;padding:5px;box-shadow:inset 0 0 13px 2px #0003;background-color:#e4e4e4}.collection-edit__images .collection-edit__wrap{position:relative;height:120px}.collection-edit__images .collection-edit__img{position:relative;width:calc(33% - 14px);min-width:150px;padding:5px;background-color:#fff;margin-bottom:15px;margin-right:15px;box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.collection-edit__images .collection-edit__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.collection-edit__images .collection-edit__img .collection-edit__img-texture{position:absolute!important;bottom:-5px;right:-5px;width:70px;height:70px;border:5px solid #fff;background-color:hsla(0,0%,80%,.5)}.collection-edit__images .collection-edit__img .collection-edit__img-texture .btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:none}.collection-edit__images .collection-edit__img .collection-edit__img-texture .btn .svg-icon{fill:#fff;opacity:.5;transition:.2s ease-in-out}.collection-edit__images .collection-edit__img .collection-edit__img-texture .btn:hover{background-color:transparent}.collection-edit__images .collection-edit__img .collection-edit__img-texture .btn:hover .svg-icon{opacity:1}.collection-edit__images .label-wrap{padding:2px 3px 0;max-width:100%}.collection-edit__images .label-wrap:hover{background-color:#f4f4f4}.collection-edit__images .label-wrap:before{left:0;width:100%;bottom:2px}.collection-edit__images .label-wrap input{padding-left:0;padding-bottom:6px}.new-image{width:100%;height:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;cursor:pointer;transition:.2s ease-in-out;background-color:transparent}.new-image .svg-icon{fill:#868686;transform:rotate(45deg);transition:.2s ease-in-out}.collection-edit__btn{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:10px 5px;margin-top:auto;border-top:1px solid #bdbdbd}.collection-edit__btn .btn{position:relative;top:0;right:0;border-radius:2px;min-width:auto;width:auto;height:40px;min-height:40px;padding:0;margin:5px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:calc(50% - 10px)}.collection-edit__btn .btn span{font-size:16px;text-transform:uppercase;margin-left:10px}.collection-edit__btn .btn .svg-icon{font-size:18px}.collection-edit__btn .btn-close{color:var(--color-accent)}.btn-save{background-color:var(--color-blue);color:#fff;box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.btn-save:hover{box-shadow:none;background-color:#3144ab}.btn-close{color:var(--color-accent);box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.btn-close:hover{background-color:#f4f4f4;box-shadow:none}.collection-edit__top{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding-left:10px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);z-index:2}.collection-edit__top .collection-edit__select{-ms-flex:1 1 auto;flex:1 1 auto;margin:10px}.collection-edit__top .checkbox{width:240px}.collection-edit__select{position:relative;height:40px;background-color:transparent;padding:0 10px 0 0;border:none;cursor:pointer;border-bottom:1px solid #868686;color:#868686;font-size:16px;transition:.2s ease-in-out;-moz-appearance:none;text-indent:.01px;text-overflow:""}.collection-edit__select:hover{color:#333}.collection-edit__select:active,.collection-edit__select:focus{background-color:#f4f4f4}.checkbox{position:relative;min-height:26px;margin:10px 0 12px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.checkbox input{position:absolute;z-index:-1;opacity:0;margin:10px 0 0 20px}.checkbox input:checked+span:before{background-color:#4159da}.checkbox input:checked+span:after{right:2px}.checkbox span{position:relative;cursor:pointer;padding-right:60px;color:#868686}.checkbox span:before{top:-3px;right:0;width:50px;height:26px;border-radius:13px;background:#cdd1da;box-shadow:inset 0 2px 3px rgba(0,0,0,.2)}.checkbox span:after,.checkbox span:before{content:"";position:absolute;transition:.2s ease-in-out}.checkbox span:after{top:-1px;right:26px;width:22px;height:22px;border-radius:10px;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.3)}.collection-edit__tab-items{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-y:scroll;height:100%;width:240px;min-width:240px;background-color:var(--color-blue);z-index:2}.collection-edit__tab-items .collection-edit__tab{position:relative;height:40px;padding:10px 8px;cursor:pointer;border-bottom:2px solid transparent;text-transform:uppercase;font-size:14px;transition:.2s ease-in-out;width:100%;color:#fff;-ms-flex:0 1 auto;flex:0 1 auto;white-space:nowrap;padding-right:40px;border-bottom:1px solid #3144ab}.collection-edit__tab-items .collection-edit__tab:hover{background-color:#3144ab}.collection-edit__tab-items .collection-edit__tab.active{background-color:#00137b;color:#fff}.collection-edit__tab-items .collection-edit__tab.btn-add{padding:0;min-height:40px;background-color:#fff;border:none}.collection-edit__tab-items .collection-edit__tab.btn-add .svg-icon{fill:var(--color-blue)}.collection-edit__tab-items .collection-edit__tab.btn-add:hover{background-color:#f4f4f4}.collection-edit__tab-items .collection-edit__tab .collection-edit__tab-delete{position:absolute;top:0;right:0;width:30px;height:100%;display:-ms-flexbox;display:flex}.collection-edit__tab-items .collection-edit__tab .collection-edit__tab-delete .svg-icon{font-size:12px;fill:#fff;transition:.2s ease-in-out;margin:auto}.collection-edit__tab-items .collection-edit__tab .collection-edit__tab-delete:hover{background-color:#3448b3}.collection-edit__tab-items .collection-edit__tab .collection-edit__tab-delete:hover .svg-icon{transform:rotate(180deg);fill:#fff}.collection-edit__tab-content{-ms-flex:1 1 auto;flex:1 1 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:10px}.collection-edit__tab-content .label{position:relative;height:40px;margin-bottom:12px;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;cursor:text;padding:5px}.collection-edit__tab-content .label span{position:absolute;top:10px;left:0;transform:translateY(1px) scale(1);transition:transform,color,.2s cubic-bezier(0,0,.2,1) 0ms;color:#868686;cursor:text}.collection-edit__tab-content .label:after,.collection-edit__tab-content .label:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#999;transition:background-color .2s cubic-bezier(.4,0,.2,1) 0ms}.collection-edit__tab-content .label:after{transform:scaleX(1);background-color:#303f9f;z-index:2}.collection-edit__tab-content .label input{color:#333;border:0;margin:0;width:100%;padding:6px 0 7px;min-width:0;-ms-flex-positive:1;flex-grow:1;background:none;font-size:16px;vertical-align:middle;-webkit-tap-highlight-color:transparent}.btn-add{position:relative;width:50px;min-width:50px;padding:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.btn-add .svg-icon{transform:rotate(45deg);font-size:18px;fill:#868686}.btn-add:hover .svg-icon{fill:var(--color-blue)}@media screen and (max-width:980px){.collection-edit .collection-edit__content{-ms-flex-direction:column;flex-direction:column}.collection-edit .collection-edit__content .collection-edit__tab-items{height:40px;width:100%;-ms-flex-direction:row;flex-direction:row;overflow-y:scroll}}@media screen and (max-width:750px){.collection-edit{max-height:100%}.collection-edit .collection-edit__center{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.collection-edit .collection-edit__center .collection-edit__content,.collection-edit .collection-edit__center .collection-edit__images{width:100%;max-width:100%}.collection-edit .collection-edit__center .collection-edit__images{max-height:360px}.collection-edit .collection-edit__img{margin-right:10px}}@media screen and (max-width:600px){.collection-edit .collection-edit__top{padding-left:0;padding-bottom:10px;-ms-flex-direction:column;flex-direction:column}.collection-edit .collection-edit__top .checkbox{padding-left:10px;margin-bottom:5px}.collection-edit .collection-edit__top .collection-edit__select{margin:5px 10px}.collection-edit .collection-edit__btn{-ms-flex-direction:column;flex-direction:column}.collection-edit .collection-edit__btn .btn{width:calc(100% - 10px)}}@media screen and (max-width:400px){.collection-edit .dropzone{margin:10px auto 15px;width:calc(100% - 40px)}.collection-edit .collection-edit__images .collection-edit__img{width:calc(100% - 40px);margin:0 auto 15px}}.edit-article{background-color:#fff;margin:0 auto 20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border:1px solid #dcdbdb;min-width:100%}.edit-article .edit-article__row{display:-ms-flexbox;display:flex;padding:15px}.edit-article .edit-article__right{-ms-flex:1 1 100%;flex:1 1 100%}.edit-article .dropzone{width:160px;height:160px;border:2px dashed #666;border-radius:5px;margin:0 15px 0 0;display:-ms-flexbox;display:flex;background-color:#f4f4f4;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transition:.2s ease-in-out;cursor:pointer;background-repeat:no-repeat;background-size:cover;background-position:50%}.edit-article .dropzone .svg-icon{fill:#868686;transform:rotate(45deg);transition:.2s ease-in-out}.edit-article .dropzone:hover{border-color:#fff}.edit-article .dropzone:hover .svg-icon{fill:#fff}.edit-article .edit-label{margin-bottom:10px;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.edit-article .edit-label span{margin-right:10px;color:#666}.edit-article .edit-label input{background-color:#fff;transition:.2s ease-in-out;font-size:24px;border:none;width:100%}.edit-article .edit-label:last-child{margin-bottom:0;margin-top:auto;max-width:200px}.edit-article .edit-label:hover input{background-color:#f4f4f4}.edit-article .edit-date{border:none;font-size:20px;color:#333;cursor:pointer}.edit-article .edit-article__btn{display:-ms-flexbox;display:flex;padding:15px;-ms-flex-pack:justify;justify-content:space-between}.edit-article .btn-save{margin:0}.edit-article .btn-save .svg-icon{margin-right:15px;font-size:16px}.edit-article .wrapperClassName img{max-width:100%}.btn-cancel,.btn-del{border:none;background-color:#fff;box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);margin:0}.btn-cancel .svg-icon,.btn-del .svg-icon{fill:#333;font-size:16px;margin-right:15px}.btn-cancel:hover,.btn-del:hover{background-color:#f4f4f4;color:#333;box-shadow:none}.btn-del{background-color:#fff;color:#333}.btn-del .svg-icon{fill:#333}.btn-del:hover{background-color:#f4f4f4;color:var(--color-accent)}.btn-del:hover .svg-icon{fill:var(--color-accent)}.edit-discount{background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:15px}.edit-discount,.edit-discount .dropzone{position:relative;width:100%;height:100%}.edit-discount .dropzone{margin:auto;padding:5px;overflow:hidden;margin-bottom:15px}.edit-discount .dropzone .svg-icon{z-index:5}.edit-discount .dropzone img{width:100%;position:absolute}.edit-discount .edit-discount__price{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:15px 0 5px;margin-top:auto}.edit-discount .edit-discount__price input{height:40px;padding-left:10px;width:100%;font-size:20px}.edit-discount .edit-discount__btn{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:15px 0}.edit-discount .btn{margin:0}.edit-discount .btn .svg-icon{margin:0;font-size:18px}.edit-discount .btn span{margin-left:10px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{margin-left:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px;border-top:none;border-bottom-color:var(--color-blue)}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0;top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker,.react-datepicker-wrapper{display:inline-block}.react-datepicker{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1000}.react-datepicker-popper[data-placement^=bottom]{margin-top:10px}.react-datepicker-popper[data-placement^=top]{margin-bottom:10px}.react-datepicker-popper[data-placement^=right]{margin-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{margin-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:var(--color-blue);color:#fff;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.react-datepicker-time__header,.react-datepicker__current-month{margin-top:0;font-weight:700;font-size:.944rem}.react-datepicker-time__header{color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;padding:0;border:.45rem solid transparent;z-index:1}.react-datepicker__navigation--previous{left:10px;border-right-color:#fff}.react-datepicker__navigation--previous:hover{border-right-color:#fff}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{border-right-color:#fff;cursor:default}.react-datepicker__navigation--next{right:10px;border-left-color:#fff}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:80px}.react-datepicker__navigation--next:hover{border-left-color:#fff}.react-datepicker__navigation--next--disabled{border-left-color:#ff;cursor:default}.react-datepicker__navigation--next--disabled:hover{border-left-color:#fff;cursor:default}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#fff}.react-datepicker__navigation--years-previous:hover{border-top-color:#fff}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#fff}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#fff}.react-datepicker__month-container{float:left;box-shadow:0 2px 12px 1px #00000066}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:70px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:70px;overflow-x:hidden;margin:0 auto;text-align:center}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + 0.85rem);overflow-y:scroll;padding-right:30px;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day{cursor:pointer}.react-datepicker__day:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today{font-weight:700}.react-datepicker__day--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2{color:green}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected{border-radius:.3rem;background-color:var(--color-blue);color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;display:inline-block;height:0;outline:0;padding:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;bottom:0;box-sizing:border-box;color:#fff;content:"\D7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:7px;text-align:center;top:50%}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous,.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#fff}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#fff;cursor:default}.react-datepicker__portal .react-datepicker__navigation--next,.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#fff}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#fff;cursor:default}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.rdw-option-wrapper{padding:5px;min-width:35px;height:30px;border-radius:2px;margin:0 4px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-option-wrapper:hover{background-color:#f4f4f4}.rdw-option-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-option-active{box-shadow:inset 1px 1px 9px 1px #bfbdbd85}.rdw-option-disabled{opacity:.3;cursor:default}.rdw-dropdown-wrapper{height:30px;cursor:pointer;border:1px solid #f1f1f1;border-radius:2px;margin:0 3px;text-transform:capitalize;background:#fff}.rdw-dropdown-wrapper:focus{outline:none}.rdw-dropdown-wrapper:hover{background-color:#f4f4f4}.rdw-dropdown-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-dropdown-carettoopen{border-top:6px solid #000}.rdw-dropdown-carettoclose,.rdw-dropdown-carettoopen{height:0;width:0;position:absolute;top:35%;right:10%;border-left:5px solid transparent;border-right:5px solid transparent}.rdw-dropdown-carettoclose{border-bottom:6px solid #000}.rdw-dropdown-selectedtext{display:-ms-flexbox;display:flex;position:relative;height:100%;-ms-flex-align:center;align-items:center;padding:0 5px}.rdw-dropdown-optionwrapper{z-index:100;position:relative;border:1px solid #f1f1f1;width:98%;background:#fff;border-radius:2px;margin:0;padding:0;max-height:250px;overflow-y:scroll}.rdw-dropdown-optionwrapper:hover{box-shadow:1px 1px 0 #bfbdbd;background-color:#fff}.rdw-dropdownoption-default{min-height:25px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 5px}.rdw-dropdownoption-highlighted{background:#f1f1f1}.rdw-dropdownoption-active{background:#f5f5f5}.rdw-dropdownoption-disabled{opacity:.3;cursor:default}.rdw-inline-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px}.rdw-inline-dropdown{width:50px}.rdw-inline-dropdownoption{height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.rdw-block-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px}.rdw-block-dropdown{width:110px}.rdw-fontsize-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px}.rdw-fontsize-dropdown{min-width:40px}.rdw-fontsize-option{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.rdw-fontfamily-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px}.rdw-fontfamily-dropdown{width:115px}.rdw-fontfamily-placeholder{white-space:nowrap;max-width:90px;overflow:hidden;text-overflow:ellipsis}.rdw-fontfamily-optionwrapper{width:140px}.rdw-list-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px}.rdw-list-dropdown{width:50px;z-index:90}.rdw-list-dropdownOption{height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.rdw-text-align-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px}.rdw-text-align-dropdown{width:50px;z-index:90}.rdw-text-align-dropdownOption{height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.rdw-right-aligned-block{text-align:right}.rdw-left-aligned-block{text-align:left!important}.rdw-center-aligned-block{text-align:center!important}.rdw-justify-aligned-block{text-align:justify!important}.rdw-center-aligned-block>div,.rdw-justify-aligned-block>div,.rdw-left-aligned-block>div,.rdw-right-aligned-block>div{display:inline-block}.rdw-colorpicker-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px;position:relative}.rdw-colorpicker-modal{position:absolute;top:35px;left:5px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:175px;height:175px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-colorpicker-modal-header{display:-ms-flexbox;display:flex;padding-bottom:5px}.rdw-colorpicker-modal-style-label{font-size:15px;width:50%;text-align:center;cursor:pointer;padding:0 10px 5px}.rdw-colorpicker-modal-style-label-active{border-bottom:2px solid #0a66b7}.rdw-colorpicker-modal-options{margin:5px auto;display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:scroll}.rdw-colorpicker-cube{width:22px;height:22px;border:1px solid #f1f1f1}.rdw-colorpicker-option{margin:3px;padding:0;min-height:20px;border:none;width:22px;height:22px;min-width:22px;box-shadow:inset 1px 2px 1px #bfbdbd}.rdw-colorpicker-option:hover{box-shadow:1px 2px 1px #bfbdbd}.rdw-colorpicker-option:active{box-shadow:-1px -2px 1px #bfbdbd}.rdw-colorpicker-option-active{box-shadow:0 0 2px 2px #bfbdbd}.rdw-link-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px;position:relative}.rdw-link-dropdown{width:50px}.rdw-link-dropdownOption{height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.rdw-link-dropdownPlaceholder{margin-left:8px}.rdw-link-modal{position:absolute;top:35px;left:5px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:235px;height:205px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-link-modal-label{font-size:15px}.rdw-link-modal-input{margin-top:5px;border-radius:2px;border:1px solid #f1f1f1;height:25px;margin-bottom:15px;padding:0 5px}.rdw-link-modal-input:focus{outline:none}.rdw-link-modal-buttonsection{margin:0 auto}.rdw-link-modal-target-option{margin-bottom:20px}.rdw-link-modal-target-option>span{margin-left:5px}.rdw-link-modal-btn{margin-left:10px;width:75px;height:30px;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-link-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-link-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-link-modal-btn:focus{outline:none!important}.rdw-link-modal-btn:disabled{background:#ece9e9}.rdw-link-dropdownoption{height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.rdw-embedded-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px;position:relative}.rdw-embedded-modal{position:absolute;top:35px;left:5px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:235px;height:180px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;-ms-flex-pack:justify;justify-content:space-between;box-shadow:3px 3px 5px #bfbdbd}.rdw-embedded-modal-header{font-size:15px;display:-ms-flexbox;display:flex}.rdw-embedded-modal-header-option{width:50%;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.rdw-embedded-modal-header-label{width:95px;border:1px solid #f1f1f1;margin-top:5px;background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-embedded-modal-link-section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.rdw-embedded-modal-link-input{width:88%;height:35px;margin:10px 0;border:1px solid #f1f1f1;border-radius:2px;font-size:15px;padding:0 5px}.rdw-embedded-modal-link-input-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.rdw-embedded-modal-link-input:focus{outline:none}.rdw-embedded-modal-btn-section{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.rdw-embedded-modal-btn{margin:0 3px;width:75px;height:30px;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-embedded-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:focus{outline:none!important}.rdw-embedded-modal-btn:disabled{background:#ece9e9}.rdw-embedded-modal-size{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin:8px 0;-ms-flex-pack:justify;justify-content:space-between}.rdw-embedded-modal-size-input{width:80%;height:20px;border:1px solid #f1f1f1;border-radius:2px;font-size:12px}.rdw-embedded-modal-size-input:focus{outline:none}.rdw-emoji-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px;position:relative}.rdw-emoji-modal{overflow:auto;position:absolute;top:35px;left:5px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:235px;height:180px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-emoji-icon{margin:2.5px;height:24px;width:24px;cursor:pointer;font-size:22px}.rdw-emoji-icon,.rdw-spinner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.rdw-spinner{height:100%;width:100%}.rdw-spinner>div{width:12px;height:12px;background-color:#333;border-radius:100%;display:inline-block;animation:f 1.4s infinite ease-in-out both}.rdw-spinner .rdw-bounce1{animation-delay:-.32s}.rdw-spinner .rdw-bounce2{animation-delay:-.16s}@keyframes f{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.rdw-image-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px;position:relative}.rdw-image-modal{position:absolute;top:35px;left:5px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:235px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-image-modal-header{font-size:15px;margin:10px 0;display:-ms-flexbox;display:flex}.rdw-image-modal-header-option{width:50%;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.rdw-image-modal-header-label{width:80px;background:#f1f1f1;border:1px solid #f1f1f1;margin-top:5px}.rdw-image-modal-header-label-highlighted{background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-image-modal-upload-option{width:100%;color:gray;cursor:pointer;display:-ms-flexbox;display:flex;border:none;font-size:15px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#f1f1f1;outline:2px dashed gray;outline-offset:-10px;margin:10px 0;padding:9px 0}.rdw-image-modal-upload-option-highlighted{outline:2px dashed #0a66b7}.rdw-image-modal-upload-option-label{cursor:pointer;height:100%;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:15px}.rdw-image-modal-upload-option-label span{padding:0 20px}.rdw-image-modal-upload-option-image-preview{max-width:100%;max-height:200px}.rdw-image-modal-upload-option-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.rdw-image-modal-url-section{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.rdw-image-modal-url-input{width:90%;height:35px;margin:15px 0 12px;border:1px solid #f1f1f1;border-radius:2px;font-size:15px;padding:0 5px}.rdw-image-modal-btn-section{margin:10px auto 0}.rdw-image-modal-url-input:focus{outline:none}.rdw-image-modal-btn{margin:0 5px;width:75px;height:30px;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-image-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-image-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-image-modal-btn:focus{outline:none!important}.rdw-image-modal-btn:disabled{background:#ece9e9}.rdw-image-modal-spinner{position:absolute;top:-3px;left:0;width:100%;height:100%;opacity:.5}.rdw-image-modal-alt-input{width:70%;height:20px;border:1px solid #f1f1f1;border-radius:2px;font-size:12px;margin-left:5px}.rdw-image-modal-alt-input:focus{outline:none}.rdw-image-modal-alt-lbl{font-size:12px}.rdw-image-modal-size{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin:8px 0;-ms-flex-pack:justify;justify-content:space-between}.rdw-image-modal-size-input{width:40%;height:20px;border:1px solid #f1f1f1;border-radius:2px;font-size:12px}.rdw-image-modal-size-input:focus{outline:none}.rdw-image-mandatory-sign{color:red;margin-left:3px;margin-right:3px}.rdw-remove-wrapper{position:relative}.rdw-history-wrapper,.rdw-remove-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px}.rdw-history-dropdownoption{height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.rdw-history-dropdown{width:50px}.rdw-link-decorator-wrapper{position:relative}.rdw-link-decorator-icon{position:absolute;left:40%;top:0;cursor:pointer;background-color:#fff}.rdw-mention-link{text-decoration:none;color:#1236ff;background-color:#f0fbff;padding:1px 2px;border-radius:2px}.rdw-suggestion-wrapper{position:relative}.rdw-suggestion-dropdown{position:absolute;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border:1px solid #f1f1f1;min-width:100px;max-height:150px;overflow:auto;background:#fff;z-index:100}.rdw-suggestion-option{padding:7px 5px;border-bottom:1px solid #f1f1f1}.rdw-suggestion-option-active{background-color:#f1f1f1}.rdw-hashtag-link{text-decoration:none;color:#1236ff;background-color:#f0fbff;padding:1px 2px;border-radius:2px}.rdw-image-alignment-options-popup{position:absolute;background:#fff;display:-ms-flexbox;display:flex;padding:5px 2px;border-radius:2px;border:1px solid #f1f1f1;width:105px;cursor:pointer;z-index:100}.rdw-alignment-option-left{-ms-flex-pack:start;justify-content:flex-start}.rdw-image-alignment-option{height:15px;width:15px;min-width:15px}.rdw-image-alignment,.rdw-image-imagewrapper{position:relative}.rdw-image-center{-ms-flex-pack:center;justify-content:center}.rdw-image-center,.rdw-image-left,.rdw-image-right{display:-ms-flexbox;display:flex}.rdw-image-right{-ms-flex-pack:end;justify-content:flex-end}.rdw-image-alignment-options-popup-right{right:0}.rdw-editor-main{height:100%;min-height:300px;max-height:1000px;overflow:auto;box-sizing:border-box;padding:0 15px;border-bottom:1px solid #f1f1f1;background-color:#f4f4f473}.rdw-editor-toolbar{padding:6px 5px 0;border-radius:2px;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;background:#fff;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.public-DraftStyleDefault-block{margin:5px 0}.rdw-editor-wrapper{box-sizing:content-box}.rdw-editor-wrapper:focus{outline:none}.rdw-editor-main blockquote{border-left:5px solid #f1f1f1;padding-left:5px}.rdw-editor-main pre{background:#f1f1f1;border-radius:3px;padding:1px 10px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(a) ". ";counter-increment:a}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(b) ". ";counter-increment:b}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(c) ". ";counter-increment:c}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(d) ". ";counter-increment:d}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(e) ". ";counter-increment:e}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:a}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:b}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:c}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:d}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:e}.bundle__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%;max-width:275px}@media (max-width:800px){.bundle__item{-ms-flex-direction:row;flex-direction:row;max-width:unset}.bundle__item:not(:first-child){margin-top:40px}}@media (max-width:800px) and (max-width:480px){.bundle__item:not(:first-child){margin-top:10px}}.bundle__item__wrapper{width:100%;-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:480px){.bundle__item__wrapper{margin:auto 0}}.bundle__item:nth-of-type(3)+.equal{transform:translateY(-22px)}.bundle__item__name{font-size:18px;display:inline-block;color:#333;line-height:1;font-weight:700}@media (max-width:800px){.bundle__item__name{margin-bottom:40px;font-size:30px}}@media (max-width:480px){.bundle__item__name{margin-bottom:5px;font-size:20px}}.bundle__item__img{width:100%;height:210px;margin-bottom:15px;overflow:hidden}@media (max-width:1023px){.bundle__item__img{height:20vw;margin-bottom:10px}}@media (max-width:800px){.bundle__item__img{position:relative;max-width:275px;height:25vw;margin-right:25px;margin-bottom:0}}@media (max-width:480px){.bundle__item__img{margin-right:10px}}.bundle__item__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bundle__item__price{width:calc(100% - 40px);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:800px){.bundle__item__price{-ms-flex-align:start;align-items:flex-start}}@media (max-width:480px){.bundle__item__price{width:calc(100% - 20px)}}.bundle__item__price .row{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end}@media (max-width:1023px){.bundle__item__price .row{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:800px){.bundle__item__price .row{max-width:255px}}.bundle__item__price .price_new{font-size:50px;font-weight:bolder;margin-right:5px;color:var(--color-blue)}@media (max-width:1023px){.bundle__item__price .price_new{font-size:30px}}@media (max-width:800px){.bundle__item__price .price_new{font-size:50px}}@media (max-width:480px){.bundle__item__price .price_new{font-size:30px}}.bundle__item__price .price_new .currency{font-size:32px}@media (max-width:1023px){.bundle__item__price .price_new .currency{font-size:20px}}@media (max-width:800px){.bundle__item__price .price_new .currency{font-size:32px}}@media (max-width:480px){.bundle__item__price .price_new .currency{font-size:20px}}.bundle__item__price .price_old{font-size:32px;color:#727272;margin-bottom:5px}@media (max-width:1023px){.bundle__item__price .price_old{font-size:16px}}@media (max-width:800px){.bundle__item__price .price_old{font-size:32px}}@media (max-width:480px){.bundle__item__price .price_old{font-size:16px}}.bundle__item__price .price_old .currency{font-size:20px}@media (max-width:1023px){.bundle__item__price .price_old .currency{font-size:16px}}@media (max-width:800px){.bundle__item__price .price_old .currency{font-size:20px}}@media (max-width:480px){.bundle__item__price .price_old .currency{font-size:16px}}.bundle__item .sale-percent{position:absolute;top:20px;right:20px;border-radius:50%;width:50px;height:50px;line-height:43px;text-align:center;padding:5px;font-weight:bolder;font-size:20px;background-color:#ffe700;color:#333}@media (max-width:1023px){.bundle__item .sale-percent{top:10px;right:10px;font-size:14px;width:35px;height:35px;line-height:26px;text-align:center}}@media (max-width:800px){.bundle__item .sale-percent{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;top:20px;right:20px;width:50px;height:50px;padding:0;font-size:20px;line-height:1.2}}@media (max-width:480px){.bundle__item .sale-percent{top:5px;right:5px;width:30px;height:30px;font-size:14px}}.bundle-wrapper{margin-top:90px;padding:60px 20px 90px;position:relative;left:-20px;width:calc(100% + 40px);background:linear-gradient(127.6deg,hsla(0,0%,92%,.24),#ececec)}@media (max-width:800px){.bundle-wrapper{margin-top:70px;padding:25px 20px 30px}}@media (max-width:550px){.bundle-wrapper{margin-top:25px;padding:10px 20px 0}}.bundle-line{max-width:1200px;margin:0 auto}@media (max-width:800px){.bundle-line{padding:0 20px}.bundle-line .slick-slider{margin:0 -20px;padding-bottom:20px;position:relative}.bundle-line .slick-dots{position:absolute;bottom:20px;left:50%;width:100%;transform:translateX(-50%);margin:0;text-align:center}.bundle-line .slick-dots li{position:relative;z-index:10;display:inline-block;margin:0 10px}.bundle-line .slick-dots li button{display:block;font-size:0;line-height:0;color:transparent;background-color:#c4c4c4;width:10px;height:10px;border-radius:50%;border:none;padding:0}.bundle-line .slick-dots .slick-active button{background-color:#1a2261}}@media (max-width:480px){.bundle-line{padding:0}}.bundle-line__head{font-weight:700;font-size:50px;line-height:1;color:#333;text-align:center;margin-bottom:35px;padding:0}@media (max-width:800px){.bundle-line__head{margin-bottom:25px}}@media (max-width:480px){.bundle-line__head{margin-bottom:15px;font-size:20px}}.bundle{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:800px){.bundle{-ms-flex-direction:column;flex-direction:column;width:100vw;min-width:280px;margin:0 20px;padding-bottom:20px}.bundle__separator{position:relative;width:100%;height:4px;background-color:#828282;transform:translateY(42px)}}@media (max-width:800px) and (max-width:480px){.bundle__separator{height:2px;transform:translateY(16px)}}.bundle+.bundle{margin-top:60px}@media (max-width:1023px){.bundle+.bundle{margin-top:20px}}@media (max-width:600px){.bundle+.bundle{margin-top:0}}.bundle__items{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;width:auto}@media (max-width:800px){.bundle__items{-ms-flex-direction:column;flex-direction:column;max-width:100%;width:100%}}.bundle .plus{position:relative;z-index:5;display:inline-block;margin:0 10px;transform:translateY(-45px);-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;min-width:40px;height:40px;background-color:#828282;border-radius:50%}@media (max-width:800px){.bundle .plus{margin:0;transform:translateY(20px)}}@media (max-width:480px){.bundle .plus{min-width:20px;height:20px;transform:translateY(5px)}}.bundle .plus:after,.bundle .plus:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:4px;width:20px;background-color:#fff}@media (max-width:480px){.bundle .plus:after,.bundle .plus:before{width:10px;height:2px}}.bundle .plus:before{transform:translate(-50%,-50%) rotate(90deg)}.bundle .equally{position:relative;z-index:5;display:inline-block;margin:0 20px;transform:translateY(-45px);-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;min-width:40px;height:40px;background-color:#828282;border-radius:50%}@media (max-width:800px){.bundle .equally{margin:0;transform:translateY(20px)}}@media (max-width:480px){.bundle .equally{min-width:20px;height:20px;transform:translateY(5px)}}.bundle .equally:after,.bundle .equally:before{content:"";position:absolute;top:calc(50% - 5px);left:50%;transform:translate(-50%,-50%);height:4px;width:20px;background-color:#fff}@media (max-width:480px){.bundle .equally:after,.bundle .equally:before{top:calc(50% - 2px);width:10px;height:2px}}.bundle .equally:before{top:calc(50% + 5px)}@media (max-width:480px){.bundle .equally:before{top:calc(50% + 2px)}}.bundle .popup-link{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:100%;margin-top:10px}@media (max-width:800px){.bundle .popup-link{margin-top:15px}}.bundle .btn-buy{font-family:Fira Sans,sans-serif;padding:0 10px;font-size:20px;height:60px;width:100%;text-transform:uppercase;box-shadow:5px 5px 5px rgba(107,0,58,.15);background:var(--color-accent);border-radius:0}.bundle .btn-buy:hover{background:var(--color-blue)}@media (max-width:600px){.bundle .btn-buy{font-size:14px;font-weight:700;line-height:14px;height:40px;padding:0 10px}}.bundle .result-wrapper{-ms-flex-item-align:stretch;align-self:stretch;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;width:18vw;max-width:275px}@media (max-width:800px){.bundle .result-wrapper{width:100%;max-width:unset}}.bundle .result{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:800px){.bundle .result{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:flex-end;margin-top:75px}}@media (max-width:480px){.bundle .result{margin-top:15px}}.bundle .result__price{margin-bottom:20px;max-width:215px;max-height:175px;height:20vw;width:20vw;color:var(--color-blue);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1023px){.bundle .result__price{margin-bottom:0}}@media (max-width:800px){.bundle .result__price{width:50%;max-width:unset;height:unset;margin:0 20px 0 0}}.bundle .result__price .sum-price_new{font-size:50px;line-height:1.2;font-weight:700;margin-right:5px}@media (max-width:1023px){.bundle .result__price .sum-price_new{font-size:30px}}@media (max-width:800px){.bundle .result__price .sum-price_new{margin-left:25%;margin-right:0;font-size:50px}}@media (max-width:480px){.bundle .result__price .sum-price_new{font-size:36px}}.bundle .result__price .sum-price_new .currency{font-size:32px}@media (max-width:1023px){.bundle .result__price .sum-price_new .currency{font-size:20px}}@media (max-width:800px){.bundle .result__price .sum-price_new .currency{font-size:32px}}@media (max-width:480px){.bundle .result__price .sum-price_new .currency{font-size:20px}}.bundle .result__price .sum-price_old{font-size:32px;line-height:1.2;font-weight:400;color:#828282}@media (max-width:800px){.bundle .result__price .sum-price_old{margin-left:25%}}@media (max-width:480px){.bundle .result__price .sum-price_old{font-size:20px}}.bundle .result__price .sum-price_old .currency{font-weight:400;font-size:20px}.bundle .result__sale{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}@media (max-width:800px){.bundle .result__sale{-ms-flex-direction:column;flex-direction:column;width:50%;max-width:unset;margin-bottom:0}}.bundle .result__sale__value{font-weight:400;color:#333;font-size:16px;border-radius:10px}@media (max-width:480px){.bundle .result__sale__value{font-size:14px}}.bundle .result__sale__percent{width:100%;font-weight:400;color:#333;font-size:16px}@media (max-width:480px){.bundle .result__sale__percent{font-size:14px}}.search-form__wrap{width:100%;z-index:20;background-color:#f4f4f4;position:relative;transition:.2s ease-in-out}.label-search .svg-icon{font-size:22px}.search-form{height:100%}.search-form .label-wrap{width:100%;max-width:100%;height:100%}.search-form .label-wrap.focus,.search-form__result{background-color:#fff}.search-form__result{position:relative;z-index:20;box-shadow:0 10px 24px 0 rgba(0,0,0,.25);border-top:1px solid #e4e4e4}.search-result-item{display:block;color:#333;text-decoration:none;padding:5px 15px;text-align:left;border-bottom:1px solid #dbdbdb;transition:.2s ease-in-out}.search-result-item:hover{background-color:#f4f4f4}.search-result-item:hover .search-result-item__model,.search-result-item:hover .svg-icon{color:var(--color-accent);fill:var(--color-accent)}.search-result-item table{width:100%}.search-result-item table tr{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.search-result-item .search-result-item__icon{max-width:100px}.search-result-item .search-result-item__model{font-size:16px;text-transform:uppercase;font-weight:600;color:#868686;margin-bottom:3px;transition:.2s ease-in-out}.search-result-item .search-result-item__category{font-size:16px}.search-result-item .svg-icon{fill:#333;height:36px;font-size:60px;transition:.2s ease-in-out}.search-form__null{padding:10px 15px;text-align:center;color:#333;font-size:14px}.search-form__null span{font-weight:600}.search-form__wrap.mobile{background-color:transparent}.search-form__wrap.mobile .label-search:before{opacity:0}.search-form__wrap.mobile .label-search .svg-icon{fill:#fff;width:24px;height:36px}.product-popup{transition:box-shadow .3s;z-index:1000000;width:100%;max-width:400px;position:fixed;bottom:20px;left:20px;background:#fff;box-shadow:0 0 20px #0000004d;display:none;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;border-radius:4px}.product-popup:hover{box-shadow:0 0 20px 2px #929292}.product-popup_show{display:-ms-flexbox;display:flex}.product-popup__img-wrapper{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;position:relative;min-width:110px;max-width:110px;min-height:120px;max-height:120px}.product-popup__img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-popup__text-wrapper{padding:5px 10px}.product-popup__text{font-size:16px;font-weight:400;color:#828282;margin-bottom:10px}.product-popup__name-product{text-decoration:none;font-weight:700;font-size:16px;color:#333;display:block;text-transform:lowercase;padding-bottom:25px}.product-popup__name-product:first-letter{text-transform:uppercase}.product-popup__link{padding-right:35px;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;text-decoration:none}.product-popup__close{cursor:pointer;transition:.3s;position:absolute;top:10px;right:10px;width:20px;height:20px}.product-popup__close:after,.product-popup__close:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:100%;height:2px;background-color:#333}.product-popup__close:before{transform:translate(-50%,-50%) rotate(-45deg)}.product-popup__close:hover{opacity:.7}.product-popup__close:active{transform:rotate(-90deg)}.product-popup__time{font-size:14px;font-weight:300;color:#828282;position:absolute;left:120px;bottom:5px;display:block}@media screen and (max-width:600px){.product-popup{bottom:5px;left:5px;right:5px;width:auto;max-width:100%}}.compare-image-slider{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0 auto}.compare-image-slider__img-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%}.compare-image-slider__img-wrapper img{width:100vw}.compare-image-slider__img-wrapper:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0}.compare-image-slider__controller{position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:30px;background-color:#000}.compare-image-slider__left-img,.compare-image-slider__right-img{overflow:hidden;width:50%}.compare-image-slider__left-img picture,.compare-image-slider__right-img picture{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start}.compare-image-slider__right-img picture{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.popup-for-communication{background:#00000093;z-index:100;position:fixed;top:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.popup-for-communication .label-wrap{max-width:unset;width:unset;position:unset;height:unset;display:unset;padding:unset;transition:unset}.popup-for-communication .label-wrap.valid input{color:#55cd6c}.popup-for-communication .label-wrap.focus{background-color:unset;box-shadow:unset}.popup-for-communication .label-wrap:before{content:none}.popup-for-communication__wrapper{position:absolute;background:linear-gradient(118.81deg,#f4f4f4 2.12%,#fff 112.5%);box-shadow:2px 0 5px #00000040;padding:25px 30px 30px;border-radius:4px}.popup-for-communication__title{font-weight:700;font-size:20px;text-align:center;color:#4a4c85;text-transform:uppercase;max-width:190px;margin:0 auto 15px}.popup-for-communication__container-links{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;width:100%;margin-bottom:25px}.popup-for-communication__link{transition:.3s;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:calc(50% - 10px);height:40px;text-decoration:none;font-size:20px;font-weight:700;text-align:center;color:#fff;background:#55cd6c;box-shadow:0 0 5px #00000033;border-radius:4px}.popup-for-communication__link:hover{background-color:#ff5498}.popup-for-communication__link:active{box-shadow:0 0 5px #00000033,inset 0 0 5px #00000080}.popup-for-communication__link svg{transition:.3s;width:20px;height:20px;margin-right:5px;line-height:40px}.popup-for-communication__link_viber{background-color:#7c529e}.popup-for-communication__link_viber svg{fill:#7c529e;width:85px;height:25px;margin-right:0;margin-top:5px}.popup-for-communication__link_viber:hover svg{fill:#ff5498}.popup-for-communication__form{margin:15px -30px -30px;padding:15px 30px 30px;border-radius:0 0 4px 4px;background-color:var(--banner-color-blue)}.popup-for-communication__text{display:block;width:100%;margin-bottom:10px;font-weight:700;font-size:16px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.popup-for-communication__container-input{position:relative}.popup-for-communication .input-phone{background:#fff;border:.5px solid #ececec;box-sizing:border-box;box-shadow:inset 0 0 4px #0000002e;border-radius:4px;height:40px;width:100%;line-height:40px;font-size:20px;font-weight:300;color:#606060;padding:0 40px 0 10px}.popup-for-communication .input-phone::-webkit-input-placeholder{color:#888}.popup-for-communication .input-phone:-ms-input-placeholder{color:#888}.popup-for-communication .input-phone::placeholder{color:#888}.popup-for-communication__btn{transition:.3s;cursor:pointer;position:absolute;top:0;right:0;background:var(--color-accent);border-radius:0 4px 4px 0;height:40px;width:40px;display:block;border:none;padding:0}.popup-for-communication__btn:hover{background-color:var(--banner-color-accent)}.popup-for-communication__btn:active{box-shadow:inset 0 0 5px #00000080}.popup-for-communication__btn .placeholder{padding:0;height:100%;width:100%}.popup-for-communication__btn .placeholder-circle{height:70%;width:70%;border-width:5px}.popup-for-communication__close{transition:.3s;cursor:pointer;position:absolute;top:10px;right:10px;width:20px;height:20px}.popup-for-communication__close:hover svg{fill:#ff5498}.popup-for-communication__close:active{transform:rotate(90deg)}.popup-for-communication__close svg{transition:.3s;fill:#606060;width:100%;height:100%}.counter-goods{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:stretch;align-items:stretch;width:100%;max-width:120px;border:2px solid #1a2261;border-left:none;border-right:none;background:#1a2261}.counter-goods__btn{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:40px;height:40px;background:#1a2261;color:#fff;text-align:center;font-size:23px}.counter-goods__btn:after{transform:translate(-50%,-50%)}.counter-goods__btn:after,.counter-goods__btn_plus:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:2px;background-color:#fff}.counter-goods__btn_plus:before{transform:translate(-50%,-50%) rotate(90deg)}.counter-goods__btn:hover:after,.counter-goods__btn:hover:before{background-color:var(--color-accent)}.counter-goods__btn:active:after{transform:translate(-50%,-50%) scale(1.5)}.counter-goods__btn:active:before{transform:translate(-50%,-50%) rotate(90deg) scale(1.5)}.counter-goods__number{color:#828282;font-size:22px;background-color:#fff;line-height:36px;width:40px;display:block;text-align:center;border:0}.counter-goods__number:focus{color:#333}.faq{margin-top:95px}@media (max-width:1023px){.faq{margin-top:25px}}@media (max-width:768px){.faq{margin-top:30px}}.faq__title{font-size:50px;font-weight:700;text-align:center;text-transform:uppercase;margin-bottom:40px}@media (max-width:1023px){.faq__title{margin-bottom:20px}}@media (max-width:600px){.faq__title{font-size:20px}}.faq__list{max-width:660px;width:100%;margin:0 auto}@media (max-width:768px){.faq__list{max-width:unset;padding:0 20px 0 40px;margin:0}}@media (max-width:600px){.faq__list{padding:0 20px}}.faq__item{margin-bottom:50px}@media (max-width:1023px){.faq__item{margin-bottom:30px}}.faq__btn{cursor:pointer;color:#1a1a1a;font-weight:700;font-size:32px;position:relative}.faq__btn:hover{text-decoration:underline}@media (max-width:768px){.faq__btn{font-size:20px}}@media (max-width:600px){.faq__btn{margin-left:35px}}.faq__btn:before{content:"";position:absolute;left:-30px;top:20px;width:20px;height:20px;border-radius:50%;background-color:#c4c4c4;transform:translate(-50%,-50%)}@media (max-width:768px){.faq__btn:before{left:-25px;top:12px}}.faq__btn:after{content:"";position:absolute;left:-30px;top:20px;width:7px;height:7px;border:2px solid #000;border-left:none;border-top:none;transform:translate(-50%,-50%) rotate(-45deg)}@media (max-width:768px){.faq__btn:after{left:-26px;top:12px}}.faq__btn_open:after{transform:translate(-50%,-50%) rotate(45deg)}@media (max-width:768px){.faq__btn_open:after{left:-25px;top:11px}}.faq__content{display:none;color:#1a1a1a;line-height:1.87;font-size:16px;margin:15px 0 10px}@media (max-width:1023px){.faq__content{margin:10px 0 5px}}@media (max-width:768px){.faq__content{font-size:14px;line-height:1.4}}.faq__content_show{display:block}.faq__content a{color:var(--color-accent);transition:color .3s;text-decoration:none;font-weight:700}.faq__content a:hover{color:var(--color-blue)}.faq__content ul li{list-style-type:disc;padding:initial;margin-bottom:5px}.faq__content ol li{list-style-type:decimal}.faq__content ol{padding-left:15px}.faq__content p{margin-bottom:20px}@media (max-width:768px){.faq__content p{margin-bottom:10px}}.faq__content .video{margin-bottom:25px;position:relative;padding-bottom:27.5%;width:100%;height:0;padding-bottom:48%}.faq__content .video iframe{width:100%;height:100%;position:absolute;top:0;left:0}.faq__content .img-wrapper{width:50%;margin-left:20px}@media (max-width:600px){.faq__content .img-wrapper{width:100%;max-width:300px;margin:15px auto;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}}.faq__content .img-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.faq__flex-block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width:600px){.faq__flex-block{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start}}.faq__cite{color:#828282;font-style:normal}.similar-products{margin-bottom:50px}@media (max-width:1023px){.similar-products{margin-bottom:35px}}.similar-products__wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}@media (max-width:600px){.similar-products__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 10px}}.similar-products__link{display:block;text-decoration:none;-ms-flex-preferred-size:calc(25% - 20px);flex-basis:calc(25% - 20px);margin:0 10px}@media (max-width:600px){.similar-products__link{-ms-flex-preferred-size:calc(50% - 20px);flex-basis:calc(50% - 20px);margin-bottom:20px}}.similar-products__link:hover{opacity:.8}.similar-products__link:hover h2{text-decoration:underline}.similar-products__title{font-weight:700;font-size:50px;margin:100px 0 25px;text-align:center;text-transform:uppercase;color:#333}@media (max-width:1023px){.similar-products__title{font-size:32px;margin:50px 0 15px}}@media (max-width:600px){.similar-products__title{font-size:20px;margin:30px 0 15px}}.similar-products__title-model{font-weight:700;font-size:20px;color:#1a1a1a;text-transform:lowercase;text-align:left;margin-top:10px}.similar-products__title-model:first-letter{text-transform:capitalize}@media (max-width:1023px){.similar-products__title-model{font-size:14px}}.similar-products__collection{text-transform:capitalize}.similar-products__img-wrapper{height:170px;display:block}@media (max-width:1023px){.similar-products__img-wrapper{height:18vw}}@media (max-width:600px){.similar-products__img-wrapper{height:25vw}}.similar-products__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.similar-products .slick-arrow{cursor:pointer;position:absolute;z-index:10;top:85px;right:35px;width:30px;height:60px;box-sizing:border-box;overflow:hidden;font-size:0;background-color:transparent;border:none;outline:none;transform:translateY(-50%) rotate(180deg)}.similar-products .slick-arrow:after,.similar-products .slick-arrow:before{content:"";position:absolute;bottom:calc(50% - 2px);left:4px;width:4px;height:40px;transform:rotate(35deg);transform-origin:center calc(100% - 2px);border-radius:8px;background-color:#fff;transition:background-color .3s,transform .3s}.similar-products .slick-arrow:after{top:calc(50% - 2px);transform:rotate(-35deg);transform-origin:center calc(0% + 2px)}.similar-products .slick-prev{left:35px;right:unset;transform:translateY(-50%)}.similar-products .slick-list{position:relative}
/*# sourceMappingURL=style.css.map*/