@font-face{font-family:"Avenir";font-display:swap;src:url(/static/media/AvenirNextCyr-Medium.ee6850e2.woff2) format("woff2") , url(/static/media/AvenirNextCyr-Medium.8aa4febe.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Avenir";font-display:swap;src:url(/static/media/AvenirNextCyr-Regular.cf4cb189.woff2) format("woff2") , url(/static/media/AvenirNextCyr-Regular.c531bf63.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"DMMono";font-display:swap;src:url(/static/media/DMMono-Medium.fc9574f2.woff2) format("woff2") , url(/static/media/DMMono-Medium.984a2e53.woff) format("woff");font-weight:500;font-style:normal}.navbar{position:fixed;top:0;left:0;padding:15px 0;background:hsla(0,0%,92.2%,.9);width:100%;z-index:100}@media (max-width:960px){.navbar{padding:10px}}.navbar__container{justify-content:space-between}.navbar__container,.navbar__left{display:flex;align-items:center}.navbar__logo{display:block}.navbar__logo svg{max-width:100%;display:block}@media (max-width:960px){.navbar__logo{width:120px}}.navbar__lang-switcher{margin-left:calc(20px + 25*(100vw - 375px)/1545);background:transparent;font-size:18px;color:inherit;position:relative;display:block;font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:400}.navbar__lang-switcher:after{content:"";display:block;position:absolute;bottom:0;left:auto;right:0;width:0;height:2px;transition:width .4s ease;background-color:#dc5349;background-color:var(--accent)}.navbar__lang-switcher:hover:after{width:100%;right:auto;left:0}.navbar__items{display:flex;align-items:center;justify-content:space-between}.navbar__li{display:block;position:relative;font-size:18px}.navbar__li+.navbar__li{margin-left:calc(40px + 10*(100vw - 375px)/1545)}.navbar__li:after{content:"";display:block;position:absolute;bottom:0;left:auto;right:0;width:0;height:2px;transition:width .4s ease;background-color:#dc5349;background-color:var(--accent)}.navbar__li:hover:after{width:100%;right:auto;left:0}.mobile-nav{position:fixed;top:0;left:0;right:0;bottom:0;background:#3f3d56;background:var(--black);color:#fff;z-index:100;opacity:0;visibility:hidden;transform:translateX(100%);transition:transform .5s ease , opacity .5s ease , visibility .5s ease}.mobile-nav.is-active{opacity:1;visibility:visible;transform:translateX(0)}.mobile-nav__items{height:100%;width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center}.mobile-nav__li{font-size:calc(20px + 20*(100vw - 375px)/1545)}.mobile-nav__li+.mobile-nav__li{margin-top:calc(20px + 20*(100vw - 375px)/1545)}.navbar__burger{width:26px;background:transparent}.navbar__burger-line{width:100%;height:2px;display:block;background:#3f3d56;background:var(--black)}.navbar__burger-line+.navbar__burger-line{margin-top:5px}.mobile-nav__close{position:absolute;top:2%;right:calc(20px + 180*(100vw - 375px)/1545);display:block;background-color:transparent}.btn{background-color:#dc5349;background-color:var(--accent);box-shadow:0 18px 50px rgba(235,87,87,.35);border-radius:33px;color:#fff;padding:calc(16px + 9*(100vw - 375px)/1545) calc(50px + 24*(100vw - 375px)/1545) calc(17px + 10*(100vw - 375px)/1545);font-size:inherit;line-height:1em;font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:500;display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;transition:box-shadow .3s ease , background-color .3s ease}@media (min-width:960px){.btn:hover{box-shadow:0 18px 50px rgba(235,87,87,.65);background-color:#cb3227}}.callback-btn{position:fixed;z-index:1000;bottom:4%;right:4%;background-color:#dc5349;background-color:var(--accent);width:calc(60px + 20*(100vw - 375px)/1545);height:calc(60px + 20*(100vw - 375px)/1545);border-radius:50%;display:flex;justify-content:center;align-items:center;transition:box-shadow .3s ease , background-color .3s ease}@media (min-width:960px){.callback-btn:hover{box-shadow:0 18px 50px rgba(235,87,87,.65);background-color:#cb3227}}.callback-btn__icon{width:calc(15px + 6*(100vw - 375px)/1545);height:calc(22px + 8*(100vw - 375px)/1545)}.callback-btn__icon svg{display:block;width:100%;height:100%}.form__bottom{display:flex;justify-content:space-between;align-items:flex-start;grid-column-start:1;grid-column-end:3;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:calc(20px + 20*(100vw - 375px)/1545)}.form__bottom p span{color:#dc5349;color:var(--accent)}@media (max-width:960px){.form__bottom{grid-template-columns:1fr}}@media (min-width:960px){.form__btn{justify-self:end}}.form-loader{border:4px solid #f3f3f3;border-top-color:#dc5349;border-top:4px solid var(--accent);border-radius:50%;width:40px;height:40px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;grid-column-start:1;grid-column-end:3;margin:0 auto}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pop-up{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease , visibility .3s ease}.pop-up--active{opacity:1;visibility:visible}.pop-up--active .pop-up__item{transform:translate(-50%,-50%)}.pop-up__overlay{background-color:rgba(63,61,86,.8);position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0}.pop-up__item{position:absolute;top:50%;left:50%;transform:translate(-50%,-30%);background-color:#ebebeb;background-color:var(--lg);padding:calc(38px + 35*(100vw - 375px)/1545) calc(22px + 20*(100vw - 375px)/1545);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:calc(335px + 294*(100vw - 375px)/1545);transition:transform .3s ease}.pop-up__icon{max-width:calc(57px + 51*(100vw - 375px)/1545)}.pop-up__icon svg{max-width:100%;display:block;width:100%;height:100%}.pop-up__big-text{line-height:1em;font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:500;font-size:calc(21px + 19*(100vw - 375px)/1545);margin-top:calc(15px + 17*(100vw - 375px)/1545)}.pop-up__text{font-size:calc(14px + 6*(100vw - 375px)/1545);margin-top:calc(10px + 10*(100vw - 375px)/1545);line-height:1.2em}.pop-up__close{background-color:transparent;position:absolute;top:calc(8px + 8*(100vw - 375px)/1545);right:calc(8px + 8*(100vw - 375px)/1545);z-index:100;width:calc(20px + 4*(100vw - 375px)/1545);height:calc(20px + 4*(100vw - 375px)/1545)}.pop-up__close svg{width:100%;height:100%;max-width:100%;display:block;transition:fill .3s ease}@media (min-width:960px){.pop-up__close:hover svg{fill:#dc5349;fill:var(--accent)}}.form__pop-up{z-index:1001}.input{position:relative;display:flex;flex-direction:column-reverse}.input__field-wrapper{width:100%;position:relative}.input__field-wrapper--select:before{content:"";background-image:url(/img/select.svg);position:absolute;right:calc(20px + 20*(100vw - 375px)/1545);top:50%;width:calc(10px + 10*(100vw - 375px)/1545);height:calc(7px + 7*(100vw - 375px)/1545);z-index:100;transform:translateY(-50%);display:block;background-repeat:no-repeat;background-size:contain;background-position:50% 50%}.input__field{background-color:#fff;font-size:inherit;width:100%;color:inherit;padding:calc(17px + 6*(100vw - 375px)/1545) calc(20px + 20*(100vw - 375px)/1545);border-radius:33px;position:relative;display:block;border:1px solid transparent;font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:400}.input__field--error{border-color:#dc5349;border-color:var(--accent)}.input__field--textarea{border-radius:calc(33px + 20*(100vw - 375px)/1545);min-height:calc(170px + 130*(100vw - 375px)/1545);resize:none}.input__field--select{padding-right:calc(20px + 20*(100vw - 375px)/1545);-moz-appearance:none;-webkit-appearance:none;appearance:none}.input__placeholder{position:absolute;left:calc(20px + 20*(100vw - 375px)/1545);top:0;margin-top:1em;pointer-events:none;transition:opacity .2s ease , visibility .2s ease}.input__placeholder span{display:inline-block;margin-left:5px;color:#dc5349;color:var(--accent)}.input__placeholder--hidden{opacity:0;visibility:hidden}.input__required-text{position:absolute;font-size:14px;color:#dc5349;color:var(--accent);opacity:0;pointer-events:none}.input__required-text--active{opacity:1}.input__label{font-size:14px}.messengers{display:flex;align-items:center}.messengers__link{width:calc(36px + 12*(100vw - 375px)/1545)}.messengers__link+.messengers__link{margin-left:calc(12px + 8*(100vw - 375px)/1545)}.messengers__link svg{display:block;width:100%;transition:fill .3s ease}@media (min-width:1061px){.messengers__link svg:hover{fill:#dc5349;fill:var(--accent)}}.callback__pop-up .pop-up__item{width:calc(375px + 604*(100vw - 375px)/1545);text-align:left;align-items:flex-start;padding:40px calc(22px + 18*(100vw - 375px)/1545)}.callback__pop-up-h{font-weight:500;font-size:calc(32px + 8*(100vw - 375px)/1545);line-height:1.2em;max-width:620px}.callback-form{display:flex;width:90%;align-items:center;margin-top:calc(32px + 8*(100vw - 375px)/1545)}@media (max-width:1060px){.callback-form{flex-direction:column;align-items:flex-start;width:100%}}.callback-form__input{flex:1 1 60%}@media (max-width:1060px){.callback-form__input{flex:1 0 100%;width:100%}}.callback-form__btn{flex:1 0 auto;margin-left:24px}@media (max-width:1060px){.callback-form__btn{margin-left:0;margin-top:20px;flex:1 0 100%;width:100%;max-width:100%}}.callback__pop-up-h-small{margin-top:calc(32px + 8*(100vw - 375px)/1545)}.callback__pop-up-links{margin-top:16px}.h1{font-size:calc(30px + 30*(100vw - 375px)/1545);font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:500;line-height:1.2em}@media (max-width:1060px){.h1{margin-top:36px}}.header{height:100vh;position:relative;width:100%}@media (min-width:960px){.header{overflow-x:hidden;overflow-y:auto}}.header__container{height:100%;width:100vw;display:flex;align-items:center}@media (max-width:1060px){.header__container{flex-direction:column-reverse;justify-content:center;align-items:flex-start}}.header__left{width:55%}@media (max-width:1060px){.header__left{width:70%}}@media (max-width:768px){.header__left{width:100%}}.header__descriptor{max-width:600px;margin-top:calc(20px + 12*(100vw - 375px)/1545)}.header__right{width:45%}@media (max-width:460px){.header__right{width:100%}}.header__right .header__img-wrapper{float:right;display:flex;justify-content:space-between}@media (max-width:1060px){.header__right .header__img-wrapper{max-width:70%;float:left}}@media (max-width:460px){.header__right .header__img-wrapper{width:100%;margin:0 auto;float:none;position:relative;left:-20px;max-width:50%;max-height:250px}}.header__right img{display:block;max-width:50%;object-fit:contain}.header__btn{margin-top:calc(32px + 16*(100vw - 375px)/1545)}.instruction__container{display:flex;justify-content:space-between}@media (max-width:1060px){.instruction__container{flex-direction:column}}.section__line{height:1px;width:100%;background:#c4c4c4}.instruction__left{width:43.3%}@media (max-width:1060px){.instruction__left{width:100%}}.instruction__right{width:49.2%}@media (max-width:1060px){.instruction__right{width:100%;margin-top:32px}.instruction__right--big-m{margin-top:52px}}.instruction__h2{margin-top:16px}.instruction__h3{margin-top:12px}.instruction__li+.instruction__li{margin-top:calc(32px + 28*(100vw - 375px)/1545)}.instruction__text{margin-top:calc(12px + 4*(100vw - 375px)/1545)}.instruction__container-2{display:flex;width:100%}.instruction__h4{margin-top:calc(12px + 4*(100vw - 375px)/1545)}.instruction__steps-list{margin-top:calc(32px + 8*(100vw - 375px)/1545)}.instruction__steps-li{display:flex;max-width:calc(335px + 236*(100vw - 375px)/1545)}.instruction__steps-li+.instruction__steps-li{margin-top:calc(32px + 8*(100vw - 375px)/1545)}.number{display:inline-block;font-family:"DMMono",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:500;font-size:calc(12px + 2*(100vw - 375px)/1545);color:#dc5349;color:var(--accent)}.instruction__steps-number{margin-right:12px}.order__items{margin-top:calc(32px + 28*(100vw - 375px)/1545);display:flex;justify-content:space-between}@media (max-width:1060px){.order__items{flex-direction:column}}.order__li{width:29%;display:block}@media (max-width:1060px){.order__li{width:100%}.order__li+.order__li{margin-top:32px}}.order__btn{display:block;width:100%;padding:calc(24px + 8*(100vw - 375px)/1545) calc(32px + 12*(100vw - 375px)/1545);border-radius:33px;background-color:#fff;font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:500;font-size:calc(20px + 8*(100vw - 375px)/1545);color:inherit;display:flex;align-items:center;justify-content:space-between;transition:background-color .3s ease , box-shadow .3s ease}.order__btn.active,.order__btn:hover{background-color:#ffa0a0;box-shadow:0 5px 40px rgba(220,83,73,.25)}.order-form{display:grid;width:71%;grid-template-columns:repeat(2,1fr);grid-column-gap:calc(10px + 95*(100vw - 375px)/1545);grid-row-gap:calc(20px + 10*(100vw - 375px)/1545)}@media (max-width:1366px){.order-form{width:100%}}@media (max-width:960px){.order-form{grid-template-columns:1fr;grid-template-rows:auto;grid-column-gap:0}}.img-wrapper{height:calc(111px + 35*(100vw - 375px)/1545);display:flex;justify-content:center;align-items:center;max-width:50%;margin-left:10px}.img-wrapper img{display:block;max-width:100%}.dg__container{padding-top:calc(52px + 68*(100vw - 375px)/1545)!important;padding-bottom:calc(52px + 68*(100vw - 375px)/1545)!important}.dg__bottom,.dg__bottom-item,.dg__top{display:flex;justify-content:space-between}@media (max-width:1060px){.dg__bottom,.dg__bottom-item,.dg__top{flex-direction:column}}.dg__bottom,.dg__top{margin-top:calc(32px + 28*(100vw - 375px)/1545)}.dg__bottom{flex-direction:column}.dg__top-text{position:relative;top:10px}@media (max-width:1060px){.dg__top-text{display:none}}.dg__h2{max-width:calc(335px + 299*(100vw - 375px)/1545)}.dg__left{width:24%}@media (max-width:1504px){.dg__left{width:32%}}@media (max-width:1060px){.dg__left{width:100%}}.dg__right{width:70.8%}@media (max-width:1504px){.dg__right{width:61.8%}}@media (max-width:1060px){.dg__right{width:100%}}.dg__right-content{display:flex;justify-content:space-between;align-items:flex-start}.dg__right-content img{display:block;max-width:100%;width:calc(10px + 42*(100vw - 375px)/1545)}@media (max-width:1200px){.dg__right-content img{display:none}}.dg__bottom-item+.dg__bottom-item{margin-top:calc(32px + 28*(100vw - 375px)/1545)}@media (max-width:1060px){.dg__bottom-item--cta{flex-direction:column-reverse}}.advantages__number{font-family:"DMMono",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:calc(60px + 20*(100vw - 375px)/1545);line-height:1em;display:block}.advantages__number,.big-p{font-weight:500;margin-top:calc(16px + 4*(100vw - 375px)/1545)}.big-p{color:rgba(63,61,86,.7);font-size:calc(20px + 12*(100vw - 375px)/1545);font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.why-we__h2,.why-we__items{margin-top:calc(32px + 28*(100vw - 375px)/1545)}.why-we__li{display:flex;justify-content:space-between}.why-we__li+.why-we__li{margin-top:calc(32px + 28*(100vw - 375px)/1545)}@media (max-width:1060px){.why-we__li{flex-direction:column}}.why-we__li-left{width:37.3%}@media (max-width:1060px){.why-we__li-left{width:100%}}.why-we__li-right{width:50.5%}@media (max-width:1060px){.why-we__li-right{width:100%}}.why-we__h5,.why-we__text{margin-top:calc(16px + 4*(100vw - 375px)/1545)}.clients-description{margin-top:calc(10px + 10*(100vw - 375px)/1545);max-width:calc(335px + 267*(100vw - 375px)/1545)}.clients__items{margin-top:calc(32px + 28*(100vw - 375px)/1545);display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:95px;grid-row-gap:60px;padding-left:calc(20px + 180*(100vw - 375px)/1545);padding-right:calc(20px + 180*(100vw - 375px)/1545)}@media (max-width:1060px){.clients__items{display:flex;width:100%;overflow-x:auto;overflow-y:visible;overflow-y:initial;grid-column-gap:0;position:relative;margin-top:4px}}.clients__li{background:#fff;border-radius:33px;display:flex;justify-content:center;align-items:center;padding:50px 10px}@media (max-width:1060px){.clients__li{padding:20px 65px;margin-right:20px}}.clients__swipe-to{display:block;margin-left:calc(20px + 180*(100vw - 375px)/1545);margin-top:32px}.reviews__review-wrapper{max-width:calc(335px + 458*(100vw - 375px)/1545)}@media (max-width:1060px){.reviews__review-wrapper{max-width:none}}.reviews__review{line-height:1.5em}.reviews__by{display:block;margin-top:calc(10px + 10*(100vw - 375px)/1545)}.reviews__facebook-btn{display:block;padding:11px 19px;font-size:14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:calc(32px + 20*(100vw - 375px)/1545)}.reviews__slider-nav{display:flex;align-items:center;margin-top:20px}@media (max-width:1060px){.reviews__slider-nav{margin-top:0}}.reviews__slider-nav-item{border-radius:50%;width:56px;height:56px;background:#fff;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.reviews__slider-nav-item svg path{transition:fill .3s ease}.reviews__slider-nav-item+.reviews__slider-nav-item{margin-left:calc(30px + 10*(100vw - 375px)/1545)}.reviews__slider-nav-item:hover{background-color:#dc5349;background-color:var(--accent)}.reviews__slider-nav-item:hover svg path{fill:#fff}.reviews__slider-nav-item--left svg{display:block;transform:rotate(180deg)}.delivery__items{margin-top:calc(32px + 28*(100vw - 375px)/1545)}.delivery__li{display:flex;justify-content:space-between}.delivery__li+.delivery__li{margin-top:calc(32px + 28*(100vw - 375px)/1545)}@media (max-width:1060px){.delivery__li{flex-direction:column}}.delivery__li-left{width:37.3%}@media (max-width:1060px){.delivery__li-left{width:100%}}.delivery__li-right{width:50.5%}@media (max-width:1060px){.delivery__li-right{width:100%}}.delivery__li-item+.delivery__li-item{margin-top:calc(32px + 28*(100vw - 375px)/1545)}@media (max-width:1060px){.delivery__li-item{margin-top:calc(32px + 28*(100vw - 375px)/1545)}}.section__line+.delivery__h3,.section__line+.delivery__text{margin-top:12px}.delivery__h3+.delivery__text{margin-top:calc(12px + 4*(100vw - 375px)/1545)}.delivery__h2{margin-top:calc(32px + 28*(100vw - 375px)/1545)}.delivery__h5{margin-top:calc(12px + 4*(100vw - 375px)/1545)}.call-to-action__btn{margin-top:calc(32px + -12*(100vw - 375px)/1545)}@media (max-width:1060px){.call-to-action__btn{margin-top:32px}}.call-to-action__text{line-height:1.5em;max-width:calc(335px + 458*(100vw - 375px)/1545)}@media (max-width:1060px){.call-to-action__text{margin-top:0;max-width:100%}}.footer{background:#3f3d56;background:var(--black);padding-top:80px;padding-bottom:20px;color:#fff}.footer svg path{fill:#fff}.footer__container{flex-direction:column}.footer__container,.footer__content{display:flex;justify-content:space-between}@media (max-width:1345px){.footer__content{flex-wrap:wrap}}@media (max-width:768px){.footer__content{flex-direction:column}}.footer__bottom{margin-top:calc(60px + 26*(100vw - 375px)/1545);width:100%}.footer__bottom-line{width:100%;height:2px;background:#fff}.footer__bottom-copywrite,.footer__made-by{display:block;margin-top:12px;font-size:14px;line-height:1em}@media (max-width:768px){.footer__bottom-copywrite,.footer__made-by{font-size:12px}}.footer__bottom-copywrite{opacity:.7}.footer__made-by{transition:color .3s ease}.footer__made-by:hover{color:#dc5349;color:var(--accent)}.footer__bottom-content{display:flex;justify-content:space-between;align-items:baseline}.representations__h6{color:#c4c4c4}.social__item{line-height:1em;transition:color .3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.social__item:hover{color:#dc5349;color:var(--accent)}.social__item+.social__item{margin-top:14px}@media (max-width:768px){.social__item{margin-top:32px}}.representations{max-width:calc(335px + 96*(100vw - 375px)/1545)}@media (max-width:1345px){.representations{max-width:600px;order:5;margin-top:32px;flex:1 0 50%}}@media (max-width:768px){.representations{order:unset;max-width:100%}}.footer__btn{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width:768px){.footer__btn{margin-top:32px}}.representations__items{margin-top:calc(16px + 8*(100vw - 375px)/1545)}.representations__li{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.representations__li+.representations__li{margin-top:calc(20px + 12*(100vw - 375px)/1545)}.representation__li-text{margin-left:calc(8px + 4*(100vw - 375px)/1545)}.representation__li-text span{display:block;transition:color .3s ease}.representation__li-text span:hover{color:#dc5349;color:var(--accent)}.order__custom-checkbox{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.order__img{display:block;max-height:calc(100px + 46*(100vw - 375px)/1545);margin-bottom:calc(12px + 24*(100vw - 375px)/1545)}@media (max-width:960px){.order__img{height:101px;max-width:100%}}.order__checkbox{opacity:0;position:absolute;top:0;left:0}.order__checkbox:checked~.order__fake-checkbox-wrapper .order__fake-checkbox svg{opacity:1}.order__fake-checkbox-wrapper{display:flex;align-items:center}.order__fake-checkbox-text{display:inline-block;margin-left:20px;flex:0 0 74%}.order__fake-checkbox{pointer-events:none;width:calc(30px + 10*(100vw - 375px)/1545);height:calc(30px + 10*(100vw - 375px)/1545);border-radius:5px;border:2px solid #3f3d56;border:2px solid var(--black);display:flex;justify-content:center;align-items:center}.order__fake-checkbox svg{display:block;max-width:100%;opacity:0;transition:opacity .3s ease}@media (max-width:460px){.order__fake-checkbox svg{width:35%}}.order__form-inputs{display:grid;grid-column-gap:calc(30px + 10*(100vw - 375px)/1545);grid-row-gap:calc(30px + 10*(100vw - 375px)/1545);margin-top:calc(20px + 20*(100vw - 375px)/1545)}.order__form-inputs--3{grid-template-columns:repeat(3,1fr)}@media (max-width:1280px){.order__form-inputs--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.order__form-inputs--3{grid-template-columns:repeat(1,1fr)}}.order__form-inputs--4{grid-template-columns:repeat(4,1fr)}@media (max-width:1280px){.order__form-inputs--4{grid-template-columns:repeat(3,1fr)}}@media (max-width:960px){.order__form-inputs--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:460px){.order__form-inputs--4{grid-template-columns:repeat(1,1fr)}.order__form-inputs.mob-full{grid-template-columns:repeat(2,1fr)}.order__form-inputs.mob-full .order__fake-checkbox-text{flex:auto}}.order__form-step+.order__form-step{margin-top:calc(72px + 48*(100vw - 375px)/1545)}.order__card{display:flex;justify-content:space-between;align-items:center;padding:calc(24px + 8*(100vw - 375px)/1545) calc(28px + 10*(100vw - 375px)/1545);background:#fff;border-radius:33px;margin-bottom:calc(16px + 20*(100vw - 375px)/1545);font-size:calc(20px + 7*(100vw - 375px)/1545);height:calc(230px + 40*(100vw - 375px)/1545);font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:500}.order__card-img{display:block;max-width:100%;width:55%;height:100%;object-fit:contain;object-position:left}.order__card-price{margin-left:20px}.order__form-download{max-width:80%;display:flex;position:relative;align-items:center;justify-content:space-between;margin-top:calc(20px + 28*(100vw - 375px)/1545)}@media (max-width:960px){.order__form-download{max-width:100%;flex-direction:column;align-items:flex-start}}.files-output{position:absolute;right:0;bottom:calc(-30px + -20*(100vw - 375px)/1545);display:inline-block}@media (max-width:960px){.files-output{position:static;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}.order__form-download-text{margin-right:20px;width:70%;flex:1 1}.order__form-download-text span{color:#dc5349;color:var(--accent)}@media (max-width:460px){.order__form-download-text{width:100%}}.order__small-text{font-size:calc(14px + 2*(100vw - 375px)/1545);display:block;margin-top:calc(8px + 4*(100vw - 375px)/1545);line-height:1.3em}.order__download-button{display:flex;flex-shrink:1;justify-content:space-between;align-items:center;background-color:transparent;border:2px solid #3f3d56;border:2px solid var(--black);border-radius:33px;padding:17px 37px;transition:color .3s ease , background-color .3s ease;font-size:inherit;color:#3f3d56;color:var(--black);white-space:nowrap;cursor:pointer}.order__download-button span{display:block;margin-right:10px}.order__download-button span svg{display:block;max-width:100%}@media (min-width:960px){.order__download-button{max-width:328px}.order__download-button:hover{background-color:#3f3d56;background-color:var(--black);color:#fff}}@media (max-width:960px){.order__download-button{margin-top:32px}}.order__final-screen{margin-top:calc(60px + 40*(100vw - 375px)/1545)}.order__final-price{font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:500;font-size:calc(24px + 12*(100vw - 375px)/1545)}.order__final-price span{color:#dc5349;color:var(--accent)}.order__form-wrapper{margin-top:calc(100px + 60*(100vw - 375px)/1545)}.order-form{margin-top:calc(32px + 28*(100vw - 375px)/1545)}@media (max-width:960px){.order-form__input{grid-column-start:1;grid-column-end:3}}.order-form__input--full{grid-column-start:1;grid-column-end:3}.contacts-header{padding-top:calc(100px + 77*(100vw - 375px)/1545)}.loader,.loader:after,.loader:before{border-radius:50%}.loader{color:#dc5349;font-size:11px;text-indent:-99999em;margin:55px auto;position:fixed;top:50%;left:50%;width:10em;height:10em;box-shadow:inset 0 0 0 1em;transform:translate3d(-50%,-50%,0)}.loader:after,.loader:before{position:absolute;content:""}.loader:before{border-radius:10.2em 0 0 10.2em;left:-.1em;transform-origin:5.1em 5.1em;-webkit-animation:load2 2s ease 1.5s infinite;animation:load2 2s ease 1.5s infinite}.loader:after,.loader:before{width:5.2em;height:10.2em;background:#ebebeb;top:-.1em}.loader:after{border-radius:0 10.2em 10.2em 0;left:4.9em;transform-origin:.1em 5.1em;-webkit-animation:load2 2s ease infinite;animation:load2 2s ease infinite}@-webkit-keyframes load2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes load2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contacts-header__items{display:grid;grid-template-columns:repeat(3,1fr);margin-top:calc(24px + 16*(100vw - 375px)/1545);grid-gap:40px;align-items:start}@media (max-width:1060px){.contacts-header__items{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.contacts-header__items{grid-template-columns:repeat(1,1fr)}}.contacts-header__item .contacts-header__link,.contacts-header__item span{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.contacts-header__item .contacts-header__link+.contacts-header__link,.contacts-header__item .contacts-header__link+span,.contacts-header__item span+.contacts-header__link,.contacts-header__item span+span{margin-top:calc(12px + 4*(100vw - 375px)/1545)}.contacts-header__item h4{margin-bottom:calc(12px + 4*(100vw - 375px)/1545)}@media (min-width:960px){.contacts-header__item a{transition:color .3s ease}.contacts-header__item a:hover{color:#dc5349;color:var(--accent)}}.contacts__messengers{margin-top:calc(16px + 4*(100vw - 375px)/1545)}.contacts-rep{margin-top:calc(60px + 40*(100vw - 375px)/1545)}.contacts-rep__representations-items{display:grid;grid-gap:40px;width:100%;grid-template-columns:repeat(3,1fr);align-items:start;margin-top:calc(24px + 16*(100vw - 375px)/1545)}@media (max-width:1060px){.contacts-rep__representations-items{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.contacts-rep__representations-items{grid-template-columns:repeat(1,1fr)}}.contacts-rep__representations{width:100%;max-width:none}.contacts-rep__representations-li,.contacts-rep__representations-li+.contacts-rep__representations-li{margin-top:0}.contacts-form{display:grid;width:71%;grid-template-columns:repeat(2,1fr);grid-column-gap:calc(10px + 95*(100vw - 375px)/1545);grid-row-gap:calc(20px + 10*(100vw - 375px)/1545);margin-top:calc(32px + 28*(100vw - 375px)/1545)}@media (max-width:1366px){.contacts-form{width:100%}}@media (max-width:960px){.contacts-form{grid-template-columns:1fr;grid-template-rows:auto;grid-column-gap:0}.contacts-form__input{grid-column-start:1;grid-column-end:3}}.contacts-form__input--full{grid-column-start:1;grid-column-end:3}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a img,fieldset,img{border:none}input[type="email"],input[type="tel"],input[type="text"],textarea{-webkit-appearance:none}button,input[type="submit"]{cursor:pointer}button::-moz-focus-inner,input[type="submit"]::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto}button,input{margin:0;padding:0;border:0}a,a:focus,button,div,h1,h2,h3,h4,h5,h6,input,select,span,textarea{outline:none}ol,ul{list-style-type:none}table{border-spacing:0;border-collapse:collapse;width:100%}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}a{text-decoration:none;color:inherit}@media (prefers-reduced-motion:reduce){*{transition:none!important}}:root{--black:#3f3d56;--accent:#dc5349;--lg:#ebebeb;--g-offset:200}body{margin:0;font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:400;color:#3f3d56;color:var(--black);background-color:#ebebeb;background-color:var(--lg);font-size:calc(16px + 4*(100vw - 375px)/1545);line-height:1.5em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.e-fixed{overflow:hidden}body.e-fixed,body.e-fixed .navbar{padding-right:var(--offset)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.container{padding:0 calc(20px + 180*(100vw - 375px)/1545);position:relative}.section__container{padding-top:calc(72px + 128*(100vw - 375px)/1545);height:100%}.section__container.last{padding-bottom:calc(72px + 128*(100vw - 375px)/1545)}.h2,h3,h4,h5{line-height:1.2em;font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:500}.h2{font-size:calc(30px + 30*(100vw - 375px)/1545)}.h3{font-size:calc(20px + 8*(100vw - 375px)/1545)}.h4{font-size:calc(30px + 12*(100vw - 375px)/1545)}.h5{font-size:calc(20px + 16*(100vw - 375px)/1545)}.h6{font-family:"Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:400;font-size:calc(18px + 6*(100vw - 375px)/1545)}@media (max-width:1060px){.mob-hidden{display:none}}.dg{background-color:#e4e0e0;margin-top:calc(72px + 128*(100vw - 375px)/1545)}.fade-enter{opacity:.01}.fade-enter.fade-enter-active{opacity:1;transition:opacity .3s ease-in}.fade-exit{opacity:1}.fade-exit.fade-exit-active{opacity:.01;transition:opacity .3s ease-in}input[type="file"]{display:none}