:root{--color-main:#009;--color-main-hover:#000;--color-main-active:#000;--color-text:#000;--color-text-gray:grey;--color-bg:#f4f4f4;--color-bg-dark:#000;--color-error:#ff4d4f;--font-main:"PP Neue Montreal",sans-serif}@font-face{font-display:swap;font-family:PP Neue Montreal Book;font-style:normal;font-weight:400;src:url(../fonts/PPNeueMontreal-Book.woff2) format("woff2")}@font-face{font-display:swap;font-family:PP Neue Montreal;font-style:italic;font-weight:600;src:url(../fonts/PPNeueMontreal-SemiBolditalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:PP Neue Montreal;font-style:italic;font-weight:400;src:url(../fonts/PPNeueMontreal-Italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:PP Neue Montreal;font-style:normal;font-weight:700;src:url(../fonts/PPNeueMontreal-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:PP Neue Montreal;font-style:normal;font-weight:100;src:url(../fonts/PPNeueMontreal-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:PP Neue Montreal;font-style:normal;font-weight:500;src:url(../fonts/PPNeueMontreal-Medium.woff2) format("woff2")}*,:after,:before{box-sizing:border-box;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,p{margin:0}body,html{height:100%}img,svg{display:block;height:auto;margin:0;max-width:100%}button,input,select,textarea{font-family:inherit}button{touch-action:manipulation}body,button{color:var(--color-text)}body{background:#fff;font-family:var(--font-main);font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:767px){body{font-size:16px;line-height:20px}}#__nuxt{height:100%}.animate{opacity:0;transform:translateY(20px);transition:opacity .6s ease,visibility .6s ease,transform .6s ease;visibility:hidden}.animated{opacity:1;transform:translateY(0);visibility:visible}.page{display:flex;flex-direction:column;height:100%}.page__main{flex:1 0 auto}.container{margin:0 auto;max-width:1230px;padding:0 30px;width:100%}@media screen and (max-width:767px){.container{padding:0 15px}}.container--small{max-width:830px}.container--full{max-width:100%}.h1,h1{font-size:64px;font-weight:700;line-height:72px}@media screen and (max-width:767px){.h1,h1{font-size:40px;line-height:48px}}.h2,h2{font-size:48px;font-weight:700;line-height:56px}@media screen and (max-width:767px){.h2,h2{font-size:32px;line-height:40px}}.h3,h3{font-size:24px;font-weight:700;line-height:32px}@media screen and (max-width:767px){.h3,h3{font-size:18px;line-height:24px}}.h4,h4{font-size:24px;font-weight:500;letter-spacing:.4px;line-height:30px;margin-bottom:16px}@media screen and (max-width:767px){.h4,h4{font-size:18px;line-height:22px}}.textContent p{margin-bottom:16px}.textContent p:last-child{margin-bottom:0}.textContent ol,.textContent ul{margin:0 0 32px;padding:0 0 0 36px}@media screen and (max-width:767px){.textContent ol,.textContent ul{padding-left:20px}}.textContent ol li,.textContent ul li{margin:0}.textContent *+h2{margin-top:80px}@media screen and (max-width:767px){.textContent *+h2{margin-top:60px}}.textContent *+h3{margin-top:40px}.textContent h3{margin-bottom:16px}.textContent a{color:var(--color-text);transition:color .2s ease}.textContent a:hover{color:var(--color-main)}.Burger{background:none;border:0;box-shadow:none;cursor:pointer;display:block;height:56px;margin-right:-8px;padding:8px;position:relative;width:56px;z-index:5}@media screen and (max-width:767px){.Burger{height:48px;width:48px}}.Burger__wrapper{display:block;height:24px;margin:0 auto;position:relative}.Burger__line{background:#000;border-radius:2px;display:block;height:2px;left:0;position:absolute;top:50%;transition:transform .2s ease,background-color .2s ease,opacity .2s ease;width:100%}.page--home .Burger__line{background:#fff}.Header--fixed .Burger__line{background:#000}.Burger__line:first-child{transform:translateY(-10px)}@media screen and (max-width:767px){.Burger__line:first-child{transform:translateY(-7px)}}.Burger__line:nth-child(3){transform:translateY(10px)}@media screen and (max-width:767px){.Burger__line:nth-child(3){transform:translateY(7px)}}.Burger.active .Burger__line:first-child{transform:translateY(0) rotate(45deg)}.Burger.active .Burger__line:nth-child(2){transform:scale(0)}.Burger.active .Burger__line:nth-child(3){transform:translateY(0) rotate(-45deg)}.Header{background:transparent;left:0;position:fixed;right:0;top:0;transition:background-color .2s ease;width:100%;z-index:99}.Header--fixed{background:#fff}.Header--fixed .Header__wrapper{border-bottom:1px solid transparent}.Header--fixed .Header__logo{color:var(--color-main)!important}.Header__wrapper{align-items:center;border-bottom:1px solid #ccc;display:flex;height:86px;justify-content:space-between;padding:5px 0;transition:border-color .2s ease}.page--home .Header__wrapper{border-bottom:1px solid transparent}@media screen and (max-width:767px){.Header__wrapper{height:58px}}.Header__logo{color:#009;position:relative;z-index:5}.page--home .Header__logo{color:#fff}@media screen and (max-width:767px){.Header__logo{max-width:226px}}.LangSwitcher{position:relative}.LangSwitcher__button{align-items:center;background:#f4f4f4;border:0;border-radius:32px;box-shadow:none;cursor:pointer;display:none;flex-shrink:0;font-size:18px;font-weight:500;gap:8px;line-height:24px;padding:8px;text-align:left;text-decoration:none;transition:color .2s ease,background-color .4s ease}.LangSwitcher__button,.LangSwitcher__button:hover{color:var(--color-text)}.LangSwitcher__button--active .LangSwitcher__button-arrow{transform:rotate(180deg)}@media screen and (max-width:767px){.LangSwitcher__button{display:flex}}.LangSwitcher__list{display:flex;flex-wrap:wrap;gap:4px}@media screen and (max-width:767px){.LangSwitcher__list{background:#fff;border-radius:16px;bottom:calc(100% + 4px);box-shadow:0 17px 37px #0000001a;display:block;left:0;opacity:0;padding:4px;position:absolute;transform:translateY(-10px);transform-origin:bottom center;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;visibility:hidden;z-index:10}}.LangSwitcher__list--active{opacity:1;transform:translateY(0);visibility:visible}.LangSwitcher__link{align-items:center;border-radius:32px;color:var(--color-text-gray);display:flex;flex-shrink:0;font-size:18px;font-weight:500;gap:8px;line-height:24px;padding:8px;text-align:left;text-decoration:none;transition:color .2s ease,background-color .2s ease}.LangSwitcher__link:hover{color:var(--color-main)}.LangSwitcher__link.active{background:#f4f4f4;color:var(--color-text)}@media screen and (max-width:767px){.LangSwitcher__link.active{display:none}}.LangSwitcher__link-icon{flex-shrink:0}.Menu{height:100%;pointer-events:none;position:fixed;right:0;top:0;width:100%;z-index:998}.Menu--active{pointer-events:all}.Menu--active .Menu__overlay{opacity:1;transition:opacity .6s ease,visibility .6s ease;visibility:visible}.Menu--active .Menu__sidebar{transform:translate(0);transition:transform .8s ease}.Menu__overlay{background:#0003;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .6s ease .6s,visibility .6s ease .6s;visibility:hidden;width:100%;z-index:1}.Menu__sidebar{background:#fff;box-shadow:0 17px 37px #0000001a;height:100%;left:50vw;position:absolute;transform:translate(100%);transition:transform .8s ease;width:50vw;z-index:2}@media screen and (max-width:1200px){.Menu__sidebar{left:30vw;width:70vw}}@media screen and (max-width:1023px){.Menu__sidebar{left:20vw;width:80vw}}@media screen and (max-width:767px){.Menu__sidebar{box-shadow:none;left:0;width:100vw}}.Menu__wrapper{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:35px 35px 80px 135px}@media screen and (max-width:1023px){.Menu__wrapper{padding-left:35px}}@media screen and (max-width:767px){.Menu__wrapper{padding:0 15px 40px}}.Menu__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:117px}@media screen and (max-width:767px){.Menu__header{height:58px}}.Menu__logo{color:var(--color-main)}@media screen and (max-width:767px){.Menu__logo{max-width:194px}}.Menu__burger .Burger__line{background:#000}.Menu__list{list-style:none;margin:0 0 40px;padding:0}.Menu__list-item{margin-bottom:24px}.Menu__list-item:last-child{margin-bottom:0}.Menu__list-link{color:var(--color-text);font-size:48px;font-weight:700;line-height:56px;text-align:left;text-decoration:none;transition:color .2s ease}@media screen and (max-width:767px){.Menu__list-link{font-size:32px;line-height:40px}}.Menu__list-link.active,.Menu__list-link.router-link-active,.Menu__list-link:hover{color:var(--color-main)}.Menu__lang{margin-bottom:40px;margin-top:auto}.Menu__email,.Menu__phone{color:var(--color-text);font-size:24px;font-weight:500;line-height:32px;text-decoration:none;transition:color .2s ease}@media screen and (max-width:767px){.Menu__email,.Menu__phone{font-size:16px;line-height:18px}}.Menu__email:hover,.Menu__phone:hover{color:var(--color-main)}.Menu__phone-wrapper{margin-bottom:8px}.Button{align-items:center;background:var(--color-main);border:none;border:2px solid var(--color-main);border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;font-weight:500;gap:8px;height:56px;justify-content:center;line-height:24px;outline:none;padding:14px 48px;position:relative;text-align:center;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:767px){.Button{font-size:16px;height:50px}}.Button:hover{background:var(--color-main-hover);border-color:var(--color-main-hover);color:#fff}.Button--bordered-white{background:transparent;border-color:#fff;color:#fff}.Button--bordered-white:hover{background:#fff;border-color:#fff;color:#000}.Button--bordered-blue{background:transparent;border-color:var(--color-main);color:var(--color-main)}.Button--bordered-blue:hover{background:var(--color-main);border-color:var(--color-main);color:#fff}.Button--loading{color:transparent!important;cursor:progress!important}.Button--loading:before{animation:spinner .6s linear infinite;background:transparent;border:2px solid hsla(0,0%,100%,.25);border-radius:50%;border-top-color:#fff;content:"";display:block;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:20px}@keyframes spinner{0%{transform:translate(-50%) translateY(-50%) rotate(0)}to{transform:translate(-50%) translateY(-50%) rotate(359deg)}}.Cookies{background:#fff;border-radius:16px;bottom:80px;box-shadow:0 17px 37px #0000001a;display:block;left:80px;max-height:calc(100% - 30px);max-width:calc(100% - 30px);padding:40px;position:fixed;width:600px;z-index:99}@media screen and (max-width:767px){.Cookies{bottom:15px;left:15px;padding:16px}}.Cookies__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}@media screen and (max-width:767px){.Cookies__header{margin-bottom:16px}}.Cookies__close{background:transparent;border:0;cursor:pointer;display:block;height:32px;padding:0;transition:color .2s ease;width:32px}.Cookies__close:hover{color:var(--color-text-gray)}.Cookies__text{font-size:18px;font-weight:500;line-height:24px}@media screen and (max-width:767px){.Cookies__text{font-size:14px;line-height:16px}}.Cookies__buttons{display:flex;gap:24px;margin-top:32px}@media screen and (max-width:767px){.Cookies__buttons{gap:8px;margin-top:16px}}.Cookies__button{flex:1}.cookies-enter-active,.cookies-leave-active{transition:opacity .2s ease}.cookies-enter-from,.cookies-leave-to{opacity:0}.Footer{font-size:18px;line-height:24px}@media screen and (max-width:767px){.Footer{font-size:16px;line-height:18px}}.Footer__top{align-items:center;background:#fff;display:flex;gap:40px;justify-content:space-between;padding-bottom:60px}@media screen and (max-width:767px){.Footer__top{align-items:center;flex-direction:column;gap:16px;justify-content:center;padding-bottom:32px}}.Footer__menu{align-items:center;display:flex;flex-wrap:wrap;gap:40px}@media screen and (max-width:767px){.Footer__menu{gap:10px}}.Footer__menu-link{color:var(--color-text);font-size:18px;font-weight:500;line-height:24px;text-decoration:none;transition:color .2s ease}@media screen and (max-width:767px){.Footer__menu-link{font-size:16px;line-height:18px}}.Footer__menu-link:hover{color:var(--color-main)}.Footer__email{color:var(--color-text);font-size:18px;font-weight:500;line-height:24px;text-decoration:none;transition:color .2s ease}@media screen and (max-width:767px){.Footer__email{font-size:16px;line-height:18px}}.Footer__email:hover{color:var(--color-main)}.Footer__wrapper{background:var(--color-main);color:#fff9;padding:40px 0 60px}@media screen and (max-width:767px){.Footer__wrapper{padding-bottom:40px;padding-top:24px}}.Footer__logo{color:#fff;margin-bottom:50px;width:100%}@media screen and (max-width:767px){.Footer__logo{margin-bottom:30px}}.Footer__bottom{display:flex;gap:20px;justify-content:space-between}@media screen and (max-width:1023px){.Footer__bottom{align-items:center;flex-direction:column;justify-content:center}}.Footer__links{align-items:center;display:flex;flex-wrap:wrap;gap:40px}@media screen and (max-width:767px){.Footer__links{gap:10px}}.Footer__creator-link,.Footer__link{color:#fff9;font-size:18px;font-weight:500;line-height:24px;text-decoration:none;transition:color .2s ease}@media screen and (max-width:767px){.Footer__creator-link,.Footer__link{font-size:16px;line-height:18px}}.Footer__creator-link:hover,.Footer__link:hover{color:#fff}.Input{display:block;margin-bottom:24px;position:relative}.Input--focus .Input__label{top:0}.Input--focus .Input__field{border-color:#05f}.Input--error .Input__field{border-color:var(--color-error)!important}.Input__label{color:var(--color-text-gray);left:0;pointer-events:none;position:absolute;top:16px;transition:top .2s ease;z-index:3}.Input__field,.Input__label{background:#fff;font-size:18px;font-weight:500;line-height:24px;width:100%}.Input__field{border:0;border-bottom:1px solid #ccc;border-radius:0;color:var(--color-text);height:56px;max-width:100%;outline:none;padding:28px 0 0;position:relative;scroll-margin:120px;text-overflow:ellipsis;transition:border-color .2s ease;z-index:2}.Input__field:focus{border-color:#000}.Input__field:focus+.Input__label{top:0}.Input__field:hover{border-color:#000}.Input__field.error{border-color:var(--color-error)!important}.Checkbox{align-items:center;cursor:pointer;display:flex;gap:12px;margin:8px 0;position:relative}.Checkbox:hover .Checkbox__input{border-color:var(--color-main)}.Checkbox.error .Checkbox__input{border-color:var(--color-error)!important}.Checkbox input{height:0;opacity:0;position:absolute;width:0;z-index:-1}.Checkbox input:checked+.Checkbox__input{background:var(--color-main);border-color:var(--color-main)!important}.Checkbox input:checked+.Checkbox__input:before{opacity:1}.Checkbox__input{border:1px solid #bfbfbf;border-radius:4px;flex-shrink:0;height:20px;position:relative;transition:border-color .2s ease;width:20px}.Checkbox__input:before{background:url(../images/ico-checkbox.svg) no-repeat 50%;background-size:20px;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%}.Checkbox__text{font-size:18px;font-weight:500;line-height:24px;text-align:left}.Checkbox__text a{color:var(--color-text);transition:color .2s ease}.Checkbox__text a:hover{color:var(--color-main)}.Textarea{display:block;margin-bottom:16px;position:relative}.Textarea--focus .Textarea__label{top:0}.Textarea--focus .Textarea__field{border-color:#000}.Textarea--error .Textarea__field{border-color:var(--color-error)!important}.Textarea__label{color:var(--color-text-gray);left:0;pointer-events:none;position:absolute;top:16px;transition:top .2s ease;z-index:3}.Textarea__field,.Textarea__label{background:#fff;font-size:18px;font-weight:500;line-height:24px;width:100%}.Textarea__field{border:0;border-bottom:1px solid #ccc;border-radius:0;color:var(--color-text);height:112px;max-width:100%;outline:none;padding:28px 0 0;position:relative;resize:vertical;scroll-margin:120px;text-overflow:ellipsis;transition:border-color .2s ease;z-index:2}.Textarea__field:focus{border-color:#000}.Textarea__field:focus+.Textarea__label{top:0}.Textarea__field:hover{border-color:var(--color-main)}.Textarea__field.error{border-color:var(--color-error)!important}.QuoteForm__row{display:grid;gap:30px;grid-template-columns:1fr 1fr}@media screen and (max-width:767px){.QuoteForm__row{display:block}}.QuoteForm__button,.QuoteForm__privacy{margin-top:32px}.Modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99999}.Modal__scroller{max-height:100%;overflow-y:auto;padding:20px;width:100%}.Modal__overlay{background:#0003;height:100%;left:0;position:absolute;top:0;width:100%}.Modal__wrapper{background:#fff;border-radius:16px;margin:0 auto;max-width:750px;padding:40px;position:relative;width:100%;z-index:2}@media screen and (max-width:767px){.Modal__wrapper{padding:24px 16px}}.Modal__close{background:transparent;border:0;box-shadow:none;color:#000;cursor:pointer;height:40px;padding:0;position:absolute;right:32px;top:48px;transition:color .2s ease;width:40px}@media screen and (max-width:767px){.Modal__close{right:16px;top:24px}}.Modal__close:hover{color:var(--color-text-gray)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}@media screen and (max-width:767px){.fade-enter-active,.fade-leave-active{transition:opacity .4s ease}}.fade-enter-from,.fade-leave-to{opacity:0}.QuoteFormModal__title{font-size:48px;font-weight:700;line-height:56px;margin-bottom:32px}@media screen and (max-width:767px){.QuoteFormModal__title{font-size:32px;line-height:40px;margin-bottom:16px}}.QuoteFormModal__description{color:var(--color-text-gray);font-size:18px;font-weight:500;line-height:24px;margin-bottom:32px}@media screen and (max-width:767px){.QuoteFormModal__description{font-size:14px;line-height:16px;margin-bottom:16px}}.ErrorPage{padding-bottom:120px;padding-top:207px;text-align:center}@media screen and (max-width:767px){.ErrorPage{padding-bottom:70px;padding-top:130px}}.ErrorPage__title{color:var(--color-main);margin-bottom:42px;margin-left:auto;margin-right:auto;max-width:600px}@media screen and (max-width:767px){.ErrorPage__title{margin-bottom:24px}}.ErrorPage__code{color:var(--color-main);font-size:120px;font-weight:700;line-height:120px;margin:0}@media screen and (max-width:767px){.ErrorPage__code{font-size:40px;line-height:48px}}.ErrorPage__image{margin:0 auto 40px;max-width:540px}@media screen and (max-width:767px){.ErrorPage__image{margin:0 auto 24px}}.ErrorPage__description{color:var(--color-text-gray);margin-bottom:80px}@media screen and (max-width:767px){.ErrorPage__description{margin-bottom:40px}}
