html{--dark-color:#2d2d2d;--main-color:#099;--accent-color:#00d1c3;--orange-color:#ffc671;--white-color:#fff;--light-gray-color:#ebebeb;--gray-color:#93abab;--white-80-color:#fffc;--light-gray-80-color:#ebebebcc;--main-80-color:#009999bf}*{box-sizing:border-box;border:0;margin:0;padding:0}*,:before,:after{box-sizing:border-box}html,body{min-width:280px;height:100%}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}ul li{list-style:none}:focus{outline:-webkit-focus-ring-color auto 0px}a{cursor:pointer;font-weight:inherit;font-size:inherit;color:inherit;text-decoration:none}progress{vertical-align:baseline}button,input,optgroup,select,textarea{box-shadow:none;font:inherit;color:inherit;letter-spacing:inherit;-webkit-appearance:none;background-color:#0000;border:none;border-radius:0;margin:0;padding:0}input:focus,select:focus,textarea:focus{outline:none}button,input{overflow:visible}button,select{text-align:left;text-transform:none}button,[type=button],[type=reset],[type=submit]{cursor:pointer;-webkit-appearance:none}textarea{resize:none;overflow:hidden auto}button::-moz-focus-inner{border:none;padding:0}[type=button]::-moz-focus-inner{border:none;padding:0}[type=reset]::-moz-focus-inner{border:none;padding:0}[type=submit]::-moz-focus-inner{border:none;padding:0}button:-moz-focusring{outline:none}[type=button]:-moz-focusring{outline:none}[type=reset]:-moz-focusring{outline:none}[type=submit]:-moz-focusring{outline:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=search]{outline:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:.5s ease-in-out forwards fadeIn}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-enter{opacity:0;transition:opacity .3s ease-in}.fade-enter-active{opacity:1}.fade-scale-exit{opacity:1;transition:opacity .3s ease-in}.fade-scale-exit-active{opacity:0}.fade-scale-enter{opacity:0;height:0;transition:opacity .3s ease-in .3s,transform .3s ease-in .3s,height 0s ease-in .3s;transform:scale(0)}.fade-scale-enter-active{opacity:1;height:100%;transform:scale(1)}.fade-scale-exit{opacity:1;height:100%}.fade-scale-exit-active{opacity:0;height:0}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.slide-in-left{animation:.5s ease-in-out forwards slideInLeft}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.slide-out-right{animation:.5s ease-in-out forwards slideOutRight}.slide-enter{transform:translate(-100%)}.slide-enter-active{transition:transform .3s ease-in;transform:translate(0)}.slide-exit{transform:translate(0)}.slide-exit-active{transition:transform .3s ease-out;transform:translate(-100%)}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.scale-in{animation:.5s ease-in-out forwards scaleIn}@keyframes scaleOut{0%{transform:scale(1)}to{transform:scale(0)}}.scale-out{animation:.5s ease-in-out forwards scaleOut}html{scroll-behavior:smooth}*,html *{scrollbar-width:thin;scrollbar-color:var(--main-color)var(--white-color)}::-webkit-scrollbar{width:4px;height:4px}html ::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--white-color)}html ::-webkit-scrollbar-track{background:var(--white-color)}::-webkit-scrollbar-thumb{background-color:var(--main-color);border-radius:0}html ::-webkit-scrollbar-thumb{background-color:var(--main-color);border-radius:0}.grecaptcha-badge{visibility:hidden}body{color:var(--dark-color);font-family:var(--font-commissioner),sans-serif;font-size:calc(.714286vw + 8.51429px);font-style:normal;font-weight:400}@media (max-width:768px){body{font-size:14px}}@media (min-width:1328px){body{font-size:18px}}body{line-height:100%}.lock body{touch-action:none;overflow:hidden}.color-main{color:var(--main-color)}.text-center{text-align:center!important}.strong{font-weight:600}.disabled{pointer-events:none}.disabled-cursor{cursor:not-allowed!important}.wrapper{flex-direction:column;min-width:280px;max-width:2500px;min-height:100%;margin:0 auto;display:flex;overflow:hidden}.wrapper>main{flex-grow:1}section{padding-top:calc(17.8571vw - 97.1429px)}@media (max-width:768px){section{padding-top:40px}}@media (min-width:1328px){section{padding-top:140px}}section:first-child:not(.main-block){padding-top:calc(10.7143vw + 117.714px)}@media (max-width:768px){section:first-child:not(.main-block){padding-top:200px}}@media (min-width:1328px){section:first-child:not(.main-block){padding-top:260px}}@media screen and (max-width:640px){section:first-child:not(.main-block){padding-top:120px}}footer{margin-top:calc(17.8571vw - 97.1429px)}@media (max-width:768px){footer{margin-top:40px}}@media (min-width:1328px){footer{margin-top:140px}}[class*=__big-container]{max-width:1328px;margin:0 auto;padding:0 12px}[class*=__container]:not(.fancybox__container){max-width:1240px;margin:0 auto;padding:0 12px}p{line-height:105%}p:not(:last-child){padding-bottom:calc(1.42857vw - 2.97143px)}@media (max-width:768px){p:not(:last-child){padding-bottom:8px}}@media (min-width:1328px){p:not(:last-child){padding-bottom:16px}}a{transition:all .3s}a:hover{color:var(--accent-color)}.logo{align-items:center;gap:20px;display:flex}.logo img{width:104px;height:104px}.logo__descriptor{font-size:calc(.357143vw + 11.2571px)}@media (max-width:768px){.logo__descriptor{font-size:14px}}@media (min-width:1328px){.logo__descriptor{font-size:16px}}.link{cursor:pointer;transition:all .3s}.link:hover{color:var(--accent-color)}.link--line{text-decoration:underline}[class*=__title-h1]{font-family:var(--font-comfortaa),sans-serif;font-size:calc(4.64286vw - 15.6571px)}@media (max-width:768px){[class*=__title-h1]{font-size:20px}}@media (min-width:1328px){[class*=__title-h1]{font-size:46px}}[class*=__title-h1]{line-height:120%}[class*=__title-h1]:not(:last-child){padding-bottom:calc(1.96429vw + 8.91429px)}@media (max-width:768px){[class*=__title-h1]:not(:last-child){padding-bottom:24px}}@media (min-width:1328px){[class*=__title-h1]:not(:last-child){padding-bottom:35px}}[class*=__title-h2]{font-family:var(--font-comfortaa),sans-serif;text-align:center;font-size:calc(2.5vw - 1.2px)}@media (max-width:768px){[class*=__title-h2]{font-size:18px}}@media (min-width:1328px){[class*=__title-h2]{font-size:32px}}[class*=__title-h2]{font-weight:700;line-height:120%}[class*=__title-h2]:not(:last-child){padding-bottom:calc(6.25vw - 28px)}@media (max-width:768px){[class*=__title-h2]:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){[class*=__title-h2]:not(:last-child){padding-bottom:55px}}[class*=__title-desc]+[class*=__title-h2]:not(:last-child){padding-bottom:calc(2.67857vw - .571428px)}@media (max-width:768px){[class*=__title-desc]+[class*=__title-h2]:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){[class*=__title-desc]+[class*=__title-h2]:not(:last-child){padding-bottom:35px}}[class*=__title-desc]{font-size:calc(1.42857vw + 5.02857px)}@media (max-width:768px){[class*=__title-desc]{font-size:16px}}@media (min-width:1328px){[class*=__title-desc]{font-size:24px}}[class*=__title-desc]{text-align:center;font-weight:600;line-height:105%}[class*=__title-desc]:not(:last-child){padding-bottom:calc(4.46429vw - 14.2857px)}@media (max-width:768px){[class*=__title-desc]:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){[class*=__title-desc]:not(:last-child){padding-bottom:45px}}[class*=__title-h2]+[class*=__title-desc]:not(:last-child){margin-top:calc(27.4286px - 3.57143vw)}@media (max-width:768px){[class*=__title-h2]+[class*=__title-desc]:not(:last-child){margin-top:0}}@media (min-width:1328px){[class*=__title-h2]+[class*=__title-desc]:not(:last-child){margin-top:-20px}}[class*=__img]{display:block}[class*=__img] img{object-fit:contain;object-position:center;width:100%;height:100%}.ul li{line-height:140%;display:flex}.ul li:not(:last-child){padding-bottom:2px}.ul li:before{content:"·";text-align:center;flex:0 0 24px;font-weight:700}.modal{z-index:10000;backdrop-filter:blur(2.5px);opacity:0;visibility:hidden;background:#2f3a3a0d;justify-content:center;align-items:center;width:100%;height:100%;transition:all .5s;display:flex;position:fixed;top:0;left:0}.modal--active{opacity:1;visibility:visible}.modal__body{min-width:256px;margin:0 12px;box-shadow:0 4px 10px #0000001a}.modal__wrap{flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:100%;display:flex}.modal--quiz .modal__body{background:var(--light-gray-color);border:none;border-radius:5px;width:100%;min-width:256px;max-width:1240px;max-height:80vh;margin:0 12px;padding:calc(1.78571vw + 6.28571px);overflow:hidden;box-shadow:0 4px 10px #0000001a}@media (max-width:768px){.modal--quiz .modal__body{padding:20px}}@media (min-width:1328px){.modal--quiz .modal__body{padding:30px}}.modal--quiz .modal__wrap{flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:100%;display:flex}.modal .form-callback{border:2px solid var(--accent-color);background:#fff;border-radius:5px;width:395px;max-width:100%;padding:calc(1.78571vw + 6.28571px)}@media (max-width:768px){.modal .form-callback{padding:20px}}@media (min-width:1328px){.modal .form-callback{padding:30px}}.modal .blog-single{background:var(--light-gray-color);border-radius:5px;width:100%;max-width:722px;padding:calc(1.78571vw + 6.28571px)}@media (max-width:768px){.modal .blog-single{padding:20px}}@media (min-width:1328px){.modal .blog-single{padding:30px}}.toast-container{z-index:100000;width:calc(100% - 20px);max-width:400px;position:fixed;bottom:10px;right:10px}.toast{backdrop-filter:blur(2.5px);color:#fff;opacity:0;background-color:#323232cc;border-radius:5px;width:100%;padding:12px 20px;animation:.5s forwards fadeInToast;transform:translateY(-20px);box-shadow:0 2px 10px #0000004d}.toast:not(:last-child){margin-bottom:10px}@keyframes fadeInToast{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-out{animation:.5s forwards fadeOutToast}@keyframes fadeOutToast{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.btn{text-align:center;border-radius:5px;justify-content:center;align-items:center;gap:10px;font-size:calc(.714286vw + 10.5143px);font-weight:700;transition:all .3s;display:inline-flex}@media (max-width:768px){.btn{font-size:16px}}@media (min-width:1328px){.btn{font-size:20px}}.btn{padding:0 calc(3.57143vw - 7.42857px);line-height:105%}@media (max-width:768px){.btn{padding:0 20px}}@media (min-width:1328px){.btn{padding:0 40px}}.btn{height:calc(1.78571vw + 46.2857px)}@media (max-width:768px){.btn{height:60px}}@media (min-width:1328px){.btn{height:70px}}.btn{background:var(--main-color);color:var(--white-color);cursor:pointer}@media screen and (max-width:540px){.btn{width:100%}}.btn:hover,.btn.active,.btn:active{background:var(--accent-color);color:var(--white-color)}.btn--transparent{letter-spacing:.36px;font-size:calc(.714286vw + 6.51429px);font-weight:600;line-height:100%}@media (max-width:768px){.btn--transparent{font-size:12px}}@media (min-width:1328px){.btn--transparent{font-size:16px}}.btn--transparent{color:var(--main-color);border-style:solid;border-width:2px;border-color:var(--main-color);background:0 0;height:calc(1.78571vw + 26.2857px);padding:0 14px}@media (max-width:768px){.btn--transparent{height:40px}}@media (min-width:1328px){.btn--transparent{height:50px}}.btn--transparent:hover,.btn--transparent.active,.btn--transparent:active{background:var(--accent-color);color:var(--white-color);border-color:var(--accent-color)}.btn--white{background:var(--white-color);color:var(--main-color);box-shadow:0 4px 4px #00000026}.btn--white:hover,.btn--white.active,.btn--white:active{background:var(--accent-color);color:var(--white-color)}.btn--hover-white{border-style:solid;border-width:2px;border-color:var(--main-color)}.btn--hover-white:hover,.btn--hover-white.active,.btn--hover-white:active{background:var(--white-color);color:var(--main-color);border-color:var(--main-color)}.btn--disabled{cursor:not-allowed}.btn--block-right{position:relative}@media screen and (max-width:640px){.btn--block-right{margin-bottom:50px}}.btn--block-right .btn__desc{z-index:-1;color:var(--white-color);background:var(--orange-color);justify-content:center;align-items:center;padding:18px 42px;font-size:calc(.714286vw + 6.51429px);display:flex;position:absolute;box-shadow:0 4px 4px #0000001a}@media (max-width:768px){.btn--block-right .btn__desc{font-size:12px}}@media (min-width:1328px){.btn--block-right .btn__desc{font-size:16px}}.btn--block-right .btn__desc{font-weight:700;line-height:105%}@media screen and (min-width:641px){.btn--block-right .btn__desc{border-radius:0 20px 20px 0;right:0;transform:translate(97%)}}@media screen and (max-width:640px){.btn--block-right .btn__desc{border-radius:0 0 20px 20px;bottom:0;transform:translateY(97%)}}.btn--block{margin-bottom:50px;position:relative}.btn--block .btn__desc{z-index:-1;color:var(--white-color);background:var(--orange-color);border-radius:0 0 20px 20px;justify-content:center;align-items:center;padding:12px 42px;font-size:calc(.714286vw + 6.51429px);display:flex;position:absolute;bottom:0;transform:translateY(97%);box-shadow:0 4px 4px #0000001a}@media (max-width:768px){.btn--block .btn__desc{font-size:12px}}@media (min-width:1328px){.btn--block .btn__desc{font-size:16px}}.btn--block .btn__desc{font-weight:700;line-height:105%}.burger{cursor:pointer;justify-content:center;align-items:center;width:32px;height:26px;transition:all .3s}@media screen and (max-width:1460px){.burger{display:flex}}.burger__icon{flex-direction:column;flex:0 0 35px;justify-content:center;align-items:end;gap:5px;height:16px;display:flex;position:relative;bottom:1px}.burger__icon span{background:var(--main-color);border-radius:10px;flex:0 0 2px;width:100%;height:2px;transition:all .3s;display:block}.burger__icon span:first-child{transform-origin:0 0}.burger__icon span:nth-child(3){transform-origin:0 100%}.burger:hover span{background:var(--accent-color)}.src-menu-open .burger__icon{transform:translate(0)}.src-menu-open .burger__icon span:first-child{transform:rotate(45deg)}.src-menu-open .burger__icon span:nth-child(2){transform:scaleY(0)}.src-menu-open .burger__icon span:nth-child(3){transform:rotate(-45deg)}.swiper-button-prev,.swiper-button-next{z-index:10;cursor:pointer;justify-content:center;align-items:center;width:auto;height:auto;margin-top:0;transition:all .3s;display:flex;position:absolute;top:50%}.swiper-button-prev svg,.swiper-button-next svg{display:none!important}.swiper-button-prev:after,.swiper-button-next:after{content:"";height:calc(3.92857vw - 6.17143px);display:block}@media (max-width:768px){.swiper-button-prev:after,.swiper-button-next:after{height:24px}}@media (min-width:1328px){.swiper-button-prev:after,.swiper-button-next:after{height:46px}}.swiper-button-prev:after,.swiper-button-next:after{width:calc(2.14286vw - 2.45714px)}@media (max-width:768px){.swiper-button-prev:after,.swiper-button-next:after{width:14px}}@media (min-width:1328px){.swiper-button-prev:after,.swiper-button-next:after{width:26px}}.swiper-button-prev:after,.swiper-button-next:after{background:url(../media/arrow.71d70f82.svg) 50%/contain no-repeat}.swiper-button-prev:hover,.swiper-button-next:hover{transform:scale(1.1)}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev{left:10px;right:auto}.swiper-button-next{left:auto;right:10px}.swiper-button-next:after{transform:rotate(180deg)}@media screen and (min-width:1280px){.swiper-button-prev{left:-46px!important}.swiper-button-next{right:-46px!important}}.swiper-pagination{position:relative!important;bottom:auto!important}.swiper-pagination-bullets{padding-top:20px}.swiper-pagination-bullet{background:var(--light-gray-color)!important;opacity:1!important}.swiper-pagination-bullet-active{background:var(--main-color)!important}.swiper-scrollbar,.swiper-scrollbar-horizontal{background:var(--light-gray-color)!important;border-radius:5px!important;height:4px!important}.swiper-scrollbar-drag{cursor:pointer;background:var(--accent-color)!important;border-radius:5px!important;height:4px!important}.swiper-slide{height:auto!important}.parallax-bg{background-position:50%;background-size:cover;width:150%;height:100%;position:absolute;top:1px;bottom:3px;left:0}.fancybox__content{background:0 0!important}.list__ul{flex-direction:column;gap:calc(1.78571vw + 4.28571px);display:flex}@media (max-width:768px){.list__ul{gap:18px}}@media (min-width:1328px){.list__ul{gap:28px}}.list__li{gap:calc(1.42857vw + 1.02857px);display:flex}@media (max-width:768px){.list__li{gap:12px}}@media (min-width:1328px){.list__li{gap:20px}}.list__li{align-items:stretch;font-size:calc(1.07143vw + 5.77143px)}@media (max-width:768px){.list__li{font-size:14px}}@media (min-width:1328px){.list__li{font-size:20px}}.list__li{line-height:120%}.list__li svg{height:calc(1.78571vw + 16.2857px)}@media (max-width:768px){.list__li svg{height:30px}}@media (min-width:1328px){.list__li svg{height:40px}}.list__li svg{width:calc(1.78571vw + 16.2857px)}@media (max-width:768px){.list__li svg{width:30px}}@media (min-width:1328px){.list__li svg{width:40px}}.list__li svg{min-width:calc(1.78571vw + 16.2857px)}@media (max-width:768px){.list__li svg{min-width:30px}}@media (min-width:1328px){.list__li svg{min-width:40px}}.list__li>span{align-items:center;display:flex}.select .css-tj5bde-Svg{fill:var(--main-color)!important;stroke:var(--main-color)!important}.select__control{z-index:2;height:40px;background:var(--white-color)!important;color:var(--main-color)!important;border:2px solid var(--main-color)!important;box-shadow:none!important;border-radius:5px!important}.select__control--is-focused{border:2px solid var(--main-color)!important}.select__control--menu-is-open .select__indicator{transform:rotate(180deg)}.select__single-value{justify-content:center;font-weight:600;line-height:105%;display:flex;color:var(--main-color)!important}.select__indicators{position:absolute;right:0}.select__indicator-separator{display:none}.select__indicator{transition:transform .3s;color:var(--white-color)!important}.select__indicator svg{fill:var(--main-color)!important;stroke:var(--main-color)!important}.select__menu{overflow:hidden;background:var(--light-gray-color)!important;box-shadow:none!important;border-radius:5px!important;margin-top:-10px!important;padding-top:10px!important}.select__menu-list{padding:0!important}.select__option{text-align:center;text-decoration:underline;padding:12px!important}.select__option--is-selected{color:var(--main-color)!important;background:0 0!important}.select__option--is-focused{background:var(--white-color)!important}.select-option{padding:12px!important}.select-option__label{text-align:center;text-decoration:underline}.select-option__label:not(:last-child){padding-bottom:8px}.select-option__desc{text-align:center;color:var(--gray-color)}.select-option--is-selected{background:0 0!important}.select-option--is-selected .select-option__label{color:var(--main-color)!important}.select-option--is-focused{background:var(--white-color)!important}.select-search .css-tj5bde-Svg{fill:var(--main-color)!important;stroke:var(--main-color)!important}.select-search__control{z-index:2;height:60px;background:var(--white-color)!important;color:var(--main-color)!important;box-shadow:none!important;border:none!important;border-radius:5px!important}.select-search__control--is-focused{border:2px solid var(--main-color)!important}.select-search__control--menu-is-open .select-search__indicator{transform:rotate(180deg)}.select-search__single-value{line-height:105%;display:flex;color:var(--dark-color)!important}.select-search__indicators{height:100%;position:absolute;right:0}.select-search__indicator-separator{display:none}.select-search__indicator{transition:transform .3s;color:var(--white-color)!important}.select-search__indicator svg{width:30px;height:30px;fill:var(--main-color)!important;stroke:var(--main-color)!important}.select-search__menu{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;pointer-events:auto!important;background:var(--white-color)!important;border-radius:5px!important;max-height:160px!important;margin-top:8px!important;box-shadow:0 4px 10px #0000001a!important}.select-search__menu::-webkit-scrollbar{width:0}.select-search__menu-list{padding:0!important}.select-search__option{padding:12px!important}.select-search__option--is-selected{color:var(--main-color)!important;background:0 0!important}.select-search__option--is-focused{background:var(--light-gray-80-color)!important}.tabs__groups:not(:last-child){padding-bottom:calc(2.5vw + .799999px)}@media (max-width:768px){.tabs__groups:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.tabs__groups:not(:last-child){padding-bottom:34px}}.list-groups-tab{z-index:2;position:relative}.list-groups-tab__ul{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.list-groups-tab__li{border:2px solid var(--main-color);background:var(--main-color);color:var(--white-color);text-align:center;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;padding:20px;transition:all .3s;display:flex}.list-groups-tab__li--active,.list-groups-tab__li:hover{background:var(--white-color);color:var(--main-color)}.list-groups-tab__li-title{font-size:calc(.714286vw + 10.5143px);display:block}@media (max-width:768px){.list-groups-tab__li-title{font-size:16px}}@media (min-width:1328px){.list-groups-tab__li-title{font-size:20px}}.list-groups-tab__li-title{font-weight:600;line-height:105%}.list-groups-tab__li-title:not(:last-child){padding-bottom:10px}.list-groups-tab__li-desc{font-size:calc(.357143vw + 11.2571px);display:block}@media (max-width:768px){.list-groups-tab__li-desc{font-size:14px}}@media (min-width:1328px){.list-groups-tab__li-desc{font-size:16px}}.list-groups-tab__li-desc{margin:0 -10px;line-height:105%}.spoiler__wrap{background:var(--white-color);border-radius:5px;box-shadow:0 4px 10px #0000001a}.spoiler__preview{font-size:calc(1.42857vw + 5.02857px)}@media (max-width:768px){.spoiler__preview{font-size:16px}}@media (min-width:1328px){.spoiler__preview{font-size:24px}}.spoiler__preview{padding:calc(5vw - 26.4px);line-height:105%}@media (max-width:768px){.spoiler__preview{padding:12px}}@media (min-width:1328px){.spoiler__preview{padding:40px}}.spoiler__preview{background:var(--white-color);border:2px solid var(--white-color);border-radius:5px;transition:all .3s}@media screen and (min-width:640.6px){.spoiler__preview{text-align:center}}.spoiler__preview--active{color:var(--main-color);border:2px solid var(--main-color)}.spoiler__preview--active .spoiler__arrow{transform:translateY(-50%)rotate(180deg)}.spoiler__box-preview{position:relative}.spoiler__box-preview span{display:block}@media screen and (max-width:640px){.spoiler__box-preview span{max-width:92%}}.spoiler__arrow{height:calc(1.42857vw - 1.97143px);position:absolute;top:50%;right:0}@media (max-width:768px){.spoiler__arrow{height:9px}}@media (min-width:1328px){.spoiler__arrow{height:17px}}.spoiler__arrow{width:calc(2.5vw - 3.2px)}@media (max-width:768px){.spoiler__arrow{width:16px}}@media (min-width:1328px){.spoiler__arrow{width:30px}}.spoiler__arrow{transform-origin:50%;transition:all .3s;transform:translateY(-50%)}.spoiler__arrow svg{width:100%;height:100%;position:absolute;top:0;left:0}.spoiler__body{font-size:calc(1.07143vw + 5.77143px)}@media (max-width:768px){.spoiler__body{font-size:14px}}@media (min-width:1328px){.spoiler__body{font-size:20px}}.spoiler__body{padding:calc(4.64286vw - 21.6571px);line-height:105%}@media (max-width:768px){.spoiler__body{padding:14px}}@media (min-width:1328px){.spoiler__body{padding:40px}}@media screen and (min-width:640.6px){.spoiler__body{text-align:center}}.form-input input{background:var(--light-gray-color);border:none;border-radius:5px;align-items:center;height:60px;padding:0 10px;font-size:calc(.714286vw + 10.5143px);display:flex}@media (max-width:768px){.form-input input{font-size:16px}}@media (min-width:1328px){.form-input input{font-size:20px}}.form-input input{color:inherit;text-align:center;text-wrap:wrap;-webkit-appearance:none;min-width:inherit;width:100%;transition:all .3s}.form-input input::placeholder{font-size:calc(.714286vw + 10.5143px)}@media (max-width:768px){.form-input input::placeholder{font-size:16px}}@media (min-width:1328px){.form-input input::placeholder{font-size:20px}}.form-input input::placeholder{color:var(--gray-color)}.form-input-file{background:var(--light-gray-color);border:none;border-radius:5px;gap:5px;height:60px;padding:5px;font-size:calc(.714286vw + 10.5143px);display:flex}@media (max-width:768px){.form-input-file{font-size:16px}}@media (min-width:1328px){.form-input-file{font-size:20px}}.form-input-file{color:inherit;text-align:center;text-wrap:wrap;-webkit-appearance:none;min-width:inherit;width:100%;transition:all .3s}.form-input-file__wrap-add{justify-content:center;align-items:center;height:100%;display:flex}.form-input-file__wrap-add--full{width:100%}.form-input-file__label{cursor:pointer;font-size:calc(.714286vw + 10.5143px)}@media (max-width:768px){.form-input-file__label{font-size:16px}}@media (min-width:1328px){.form-input-file__label{font-size:20px}}.form-input-file__label{color:var(--gray-color)}.form-input-file__input{display:none;overflow:visible}.form-input-file__add-file-wrap{height:100%}.form-input-file__add-file{border:2px solid var(--accent-color);width:52px;height:100%;color:var(--accent-color);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;font-size:48px;line-height:100%;display:flex}.form-input-file__add-file svg{width:20px;height:20px;transition:all .3s}.form-input-file__add-file:hover svg{transform:scale(1.1)}.change-files{flex-grow:1;max-width:calc(100% - 57px)}.change-files--full{max-width:100%}.change-files__wrap{-ms-overflow-style:none;scrollbar-width:none;width:100%;height:100%;overflow-x:scroll}.change-files__wrap::-webkit-scrollbar{width:0}.change-files__items{gap:5px;height:100%;display:flex}.change-files__item{flex:0 0 52px;width:52px;height:100%}.change-files__item-wrap{background:var(--white-color);border-radius:5px;height:100%;padding:5px;position:relative;overflow:hidden}.change-files__name{text-overflow:ellipsis;justify-content:center;align-items:center;height:100%;font-size:10px;line-height:100%;display:flex;overflow:hidden}.change-files__delete{opacity:0;visibility:hidden;background:#2f3a3a80;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:absolute;top:0;left:0}.change-files__delete svg{width:50px;height:50px}.change-files__delete svg path{fill:var(--white-color)}.change-files__item:hover .change-files__delete{opacity:1;visibility:visible}.form-callback__body{text-align:center;flex-direction:column;max-width:342px;margin:0 auto;display:flex}.form-callback__body--loading{pointer-events:none}.form-callback__title{font-size:calc(.714286vw + 10.5143px)}@media (max-width:768px){.form-callback__title{font-size:16px}}@media (min-width:1328px){.form-callback__title{font-size:20px}}.form-callback__title{text-align:center;font-weight:600;line-height:105%}.form-callback__title:not(:last-child),.form-callback__item:not(:last-child){padding-bottom:20px}.form-callback__item--submit:not(:last-child){padding-bottom:10px}.form-callback__label{font-weight:600;display:block}.form-callback__label:not(:last-child){padding-bottom:10px}.form-callback__input--mini input{height:53px}.form-callback__btn{position:relative}.form-callback__btn.btn{text-wrap:wrap;width:100%;height:60px;font-size:calc(.357143vw + 13.2571px)}@media (max-width:768px){.form-callback__btn.btn{font-size:16px}}@media (min-width:1328px){.form-callback__btn.btn{font-size:18px}}.form-callback__submit{text-wrap:wrap;width:100%;height:100%;padding:0 calc(3.57143vw - 7.42857px);position:absolute;top:0;left:0}@media (max-width:768px){.form-callback__submit{padding:0 20px}}@media (min-width:1328px){.form-callback__submit{padding:0 40px}}@keyframes spin{to{transform:rotate(360deg)}}.form-callback__agreement{color:#343434;font-size:12px;font-style:italic;line-height:100%;text-decoration-line:underline}.form-input-radio__radio:checked+.form-input-radio__label:after{transform:scale(1)}.form-input-radio__label{text-align:start;cursor:pointer;text-wrap:nowrap;align-items:center;gap:10px;display:inline-flex;position:relative}.form-input-radio__label:before{content:"";background:var(--white-color);border-radius:50%;flex:0 0 25px;align-self:start;height:25px}@media (max-width:640px){.form-input-radio__label:before{flex:0 0 20px;height:20px}}.form-input-radio__label:after{content:"";background-color:var(--accent-color);border-radius:50%;width:15px;height:15px;transition:all .5s;position:absolute;top:5px;left:5px;transform:scale(0)}@media (max-width:640px){.form-input-radio__label:after{width:10px;height:10px}}.form-input-radio:not(:last-child){margin-bottom:10px}@media screen and (max-width:640px){.form-input-radio{text-wrap:wrap;display:flex}}.tooltip{display:inline-block;position:relative}.tooltip__content{z-index:10000;opacity:1;width:100%;padding-top:10px;transition:opacity .3s ease-in-out;transform:translateZ(10px)}.tooltip:hover .tooltip__content{opacity:1}.tooltip__wrap{background:var(--white-color);border:2px solid var(--accent-color);border-radius:5px;padding:calc(1.78571vw - 3.71429px)}@media (max-width:768px){.tooltip__wrap{padding:10px}}@media (min-width:1328px){.tooltip__wrap{padding:20px}}.tooltip__wrap{font-size:calc(.357143vw + 11.2571px)}@media (max-width:768px){.tooltip__wrap{font-size:14px}}@media (min-width:1328px){.tooltip__wrap{font-size:16px}}.tooltip__wrap{-ms-overflow-style:none;scrollbar-width:none;max-height:50vh;overflow-y:scroll}.tooltip__wrap::-webkit-scrollbar{width:0}.loading{justify-content:center;align-items:center;gap:6px;display:flex}.loading:before{content:"";background:url(../media/loader.749be5af.svg) 50%/contain no-repeat;width:16px;height:16px;animation:1s linear infinite spin;display:block}.noUi-target{background:var(--white-color);border-radius:10px;position:relative}.noUi-horizontal{height:4px}.noUi-base,.noUi-connects{z-index:1;width:100%;height:100%;position:relative}.noUi-connects{z-index:0;overflow:hidden}.noUi-connect{background:var(--main-color)}.noUi-connect,.noUi-origin{will-change:transform;z-index:1;transform-origin:0 0;width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:flat;position:absolute;top:0;right:0}.noUi-horizontal .noUi-origin{width:10%;height:4px}.noUi-horizontal .noUi-handle{width:12px;height:12px;top:-4px;right:-6px}.noUi-handle{background:var(--main-color);cursor:pointer;backface-visibility:hidden;border-radius:50%;position:absolute}.noUi-touch-area{width:100%;height:100%}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:#0000;user-select:none;touch-action:none;box-sizing:border-box}.footer{background:var(--light-gray-color);position:relative}.footer__bg{width:100%;height:100%;position:absolute;overflow:hidden}.footer__one-bg{position:absolute;bottom:0;left:0}@media screen and (max-width:640px){.footer__one-bg{top:0;left:auto;right:0;transform:rotate(180deg)translate(-190px,55%)}}.footer__two-bg{width:100%;height:100%;position:absolute;top:0;right:40px}.footer__two-bg img{object-fit:contain;object-position:right;width:100%;height:100%}@media screen and (min-width:641px) and (max-width:960px){.footer__two-bg{display:none}}@media screen and (max-width:640px){.footer__two-bg{bottom:0;right:0}.footer__two-bg img{object-position:bottom}}.footer__container{z-index:1;position:relative}.footer__content{padding:calc(3.57143vw + 2.57143px) 0}@media (max-width:768px){.footer__content{padding:30px 0}}@media (min-width:1328px){.footer__content{padding:50px 0}}.footer__top:not(:last-child){padding-bottom:20px}.footer__items{justify-content:space-between;gap:20px;display:flex}@media screen and (max-width:860px){.footer__items--top{flex-wrap:wrap}}@media screen and (max-width:640px){.footer__items--top{flex-direction:column;align-items:center}}.footer__items--bottom{align-items:flex-end}@media screen and (max-width:640px){.footer__items--bottom{flex-direction:column;align-items:center}}.footer__items--bottom .footer__item{flex:0 0 calc(33.333% - 20px)}@media screen and (max-width:640px){.footer__items--bottom .footer__item{flex-direction:column;flex:0 0 100%;align-items:center;display:flex}.footer__item--logo{order:1}.footer__item--menu{text-align:center;order:3}}.footer__item--info{text-align:end}@media screen and (max-width:860px){.footer__item--info{text-align:start}}@media screen and (max-width:640px){.footer__item--info{text-align:center;order:2}}.footer__item--policy{justify-content:center;display:flex}.footer__item--forbidden-social{justify-content:flex-end;display:flex}.footer__tel{letter-spacing:.6px;color:var(--main-color);font-size:20px;font-weight:600}.footer__tel:not(:last-child){padding-bottom:8px}.footer__worktime{line-height:105%}.footer__worktime:not(:last-child){padding-bottom:calc(3.57143vw - 7.42857px)}@media (max-width:768px){.footer__worktime:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.footer__worktime:not(:last-child){padding-bottom:40px}}.footer__copyright{font-size:12px;line-height:130%}.footer__copyright:not(:last-child){padding-bottom:6px}.footer__org-info{align-items:center;gap:10px;font-size:12px;line-height:130%;display:flex}.footer__org-info:not(:last-child){padding-bottom:4px}.footer__policy{font-size:12px;line-height:130%;text-decoration-line:underline}.footer__forbidden-social{font-size:calc(.357143vw + 9.25714px)}@media (max-width:768px){.footer__forbidden-social{font-size:12px}}@media (min-width:1328px){.footer__forbidden-social{font-size:14px}}.footer__forbidden-social{text-align:end;max-width:328px;font-weight:500}.menu{gap:20px;display:flex}@media screen and (max-width:640px){.menu{flex-direction:column}}.menu__items{text-align:center;flex-direction:column;gap:20px;display:flex}.menu__item{min-width:160px}.menu__item a{font-size:calc(.357143vw + 13.2571px)}@media (max-width:768px){.menu__item a{font-size:16px}}@media (min-width:1328px){.menu__item a{font-size:18px}}.menu__item a{line-height:120%;text-decoration-line:underline}.social__items{gap:calc(1.78571vw + 2.28571px);display:flex}@media (max-width:768px){.social__items{gap:16px}}@media (min-width:1328px){.social__items{gap:26px}}.social__item{height:calc(3.57143vw - .428572px)}@media (max-width:768px){.social__item{height:27px}}@media (min-width:1328px){.social__item{height:47px}}.social__item img{object-fit:contain;width:100%;height:100%}.social__item--forbidden{position:relative}.social__item--forbidden:before{content:"*";font-size:calc(1.42857vw + 1.02857px);position:absolute;top:-2px;right:-8px}@media (max-width:768px){.social__item--forbidden:before{font-size:12px}}@media (min-width:1328px){.social__item--forbidden:before{font-size:20px}}.social__item--forbidden:before{letter-spacing:.6px;font-weight:600}.header{z-index:1000;width:100%;min-width:280px;max-width:2500px;margin:0 auto;transition:transform .2s,opacity 0s .3s;position:fixed}.header--display-scroll{opacity:1;transition:transform .2s,opacity;transform:translateY(0)}.header--n-display-scroll{opacity:0;transform:translateY(-100%)}@media screen and (max-width:640px){.header{padding:10px 0 0}}.header__container{max-width:1328px;margin:0 auto;padding:0 12px}.header__content{z-index:1001;background:var(--white-color);border-radius:5px;padding:calc(1.42857vw - .971429px) 12px;position:relative;box-shadow:0 6px 10px #0000001a}@media (max-width:768px){.header__content{padding:10px 12px}}@media (min-width:1328px){.header__content{padding:18px 12px}}@media screen and (max-width:640px){.header__content{padding:10px 16px 10px 12px}}.header__items{justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1240px;margin:0 auto;display:flex}@media screen and (min-width:1100px){.header__item{flex:0 0 calc(33.333% - 20px)}}.header__item--logo{align-items:center;gap:20px;display:flex}.header__item--info{justify-content:flex-end;display:flex}@media screen and (max-width:640px){.header__item--info{flex-grow:1;justify-content:center}}@media screen and (max-width:860px){.header__logo .logo__descriptor{display:none}}@media screen and (max-width:640px){.header__logo img{width:40px;height:40px}}.header__descriptor{font-size:calc(.357143vw + 11.2571px)}@media (max-width:768px){.header__descriptor{font-size:14px}}@media (min-width:1328px){.header__descriptor{font-size:16px}}.header__btn_callback{text-align:center}.header__info{flex-direction:column;align-items:center;display:flex}.header__worktime{font-size:calc(.357143vw + 11.2571px)}@media (max-width:768px){.header__worktime{font-size:14px}}@media (min-width:1328px){.header__worktime{font-size:16px}}.header__worktime:not(:last-child){padding-bottom:4px}.header__tel{font-size:calc(.714286vw + 14.5143px)}@media (max-width:768px){.header__tel{font-size:20px}}@media (min-width:1328px){.header__tel{font-size:24px}}.header__tel:not(:last-child){padding-bottom:10px}.header__whatsapp{width:100%}@media screen and (max-width:640px){.header__whatsapp{height:40px}}.header__burger{display:none}.header__mob-menu{z-index:9;opacity:0;visibility:hidden;backdrop-filter:blur(2.5px);background:#2f3a3a0d;width:100vw;height:100vh;transition:all .5s;position:absolute;top:0;left:0}.header__mob-menu--active{opacity:1;visibility:visible}.h-menu{width:100%;padding-top:calc(3.57143vw + 117.571px);position:absolute;top:0;left:0}@media (max-width:768px){.h-menu{padding-top:145px}}@media (min-width:1328px){.h-menu{padding-top:165px}}.h-menu{padding-bottom:20px;transition:transform .3s,opacity 0s .4s}@media screen and (max-width:640px){.h-menu{background:var(--white-color);z-index:10;border-radius:0 0 10px 10px;padding-top:100px;padding-bottom:35px;box-shadow:0 6px 10px #0000001a}}.h-menu--display-scroll{opacity:1;background:var(--white-color);transition:transform .3s,opacity;transform:translateY(0);box-shadow:0 6px 10px #0000000d}.h-menu--n-display-scroll{opacity:0;transform:translateY(-100%)}.h-menu__items{justify-content:space-around;align-items:center;gap:20px;display:flex}@media screen and (max-width:640px){.h-menu__items{flex-direction:column}.h-menu__items:not(:last-child){padding-bottom:20px}}.h-menu__item{text-align:center}.h-menu__item a{color:var(--main-color);font-weight:500;line-height:120%;text-decoration-line:underline}.h-menu__mob-content{flex-direction:column;justify-content:space-around;align-items:center;gap:20px;display:flex}.main-block{padding-top:calc(5.35714vw + 158.857px)}@media (max-width:768px){.main-block{padding-top:200px}}@media (min-width:1328px){.main-block{padding-top:230px}}@media screen and (max-width:640px){.main-block{padding-top:90px}}.main-block{position:relative}.main-block__bg{width:100%;height:100%;position:absolute;top:0;left:0}.main-block__img-bg{width:100%;height:100%;display:flex}@media screen and (min-width:641px){.main-block__img-bg{justify-content:end;align-items:end}.main-block__img-bg img{object-fit:cover;object-position:center;width:100%;height:100%}}@media screen and (max-width:640px){.main-block__img-bg img{object-position:left bottom;height:80%}}@media screen and (min-width:2600px){.main-block__img-bg img{object-position:center bottom}}.main-block__gr-white{background:linear-gradient(#f2f2f200 0%,#fff 100%);width:100%;height:40%;position:absolute;bottom:0}@media screen and (max-width:640px){.main-block__gr-white{height:81%;top:0;bottom:auto}}.main-block__content{z-index:1;position:relative}@media screen and (min-width:640.6px){.main-block__rating:not(:last-child){padding-bottom:10px}}.main-block__btn .btn{width:100%;max-width:474px}.main-block__btn:not(:last-child){padding-bottom:calc(3.03571vw - 5.31429px)}@media (max-width:768px){.main-block__btn:not(:last-child){padding-bottom:18px}}@media (min-width:1328px){.main-block__btn:not(:last-child){padding-bottom:35px}}.main-block__ul{line-height:120%}.rating-yandex{gap:calc(.714286vw + 2.51429px);display:flex}@media (max-width:768px){.rating-yandex{gap:8px}}@media (min-width:1328px){.rating-yandex{gap:12px}}.rating-yandex{align-items:center}.rating-yandex__img{width:62px;height:72px}.rating-yandex__text{font-size:calc(.714286vw + 4.51429px)}@media (max-width:768px){.rating-yandex__text{font-size:10px}}@media (min-width:1328px){.rating-yandex__text{font-size:14px}}.advantages{padding-top:40px;position:relative}.advantages__bg img{object-position:center;position:absolute;top:0;left:0;transform:translate(-28%,-40%)}@media screen and (max-width:640px){.advantages__bg img{transform:translate(-53%,-72%)}}.advantages__container{position:relative}.advantages__content{z-index:1;position:relative}.advantages__items:not(:last-child){margin-bottom:30px}.advantages__item{height:auto!important}@media screen and (max-width:1119px){.advantages .swiper{overflow:visible!important}.advantages .swiper-slide{width:80%;max-width:400px!important}.advantages .swiper-slide:not(.swiper-slide-active){filter:blur(5px)}}.advantages__btn{justify-content:center;align-items:center;display:flex}.advantages__btn .btn{width:100%;max-width:400px}.card-advantage{height:100%}.card-advantage__wrap{background:var(--white-color);border-radius:5px;height:100%;padding:40px calc(3.21429vw - 12.6857px)}@media (max-width:768px){.card-advantage__wrap{padding:40px 12px}}@media (min-width:1328px){.card-advantage__wrap{padding:40px 30px}}.card-advantage__wrap{align-items:center;display:flex;position:relative;overflow:hidden}.card-advantage__title{z-index:1;font-size:calc(.714286vw + 10.5143px);position:relative}@media (max-width:768px){.card-advantage__title{font-size:16px}}@media (min-width:1328px){.card-advantage__title{font-size:20px}}.card-advantage__title{font-weight:600;line-height:105%}.card-advantage__icon-small{width:100%;height:100%;position:absolute;top:0;left:0}.card-advantage__icon-small img{position:absolute;bottom:0;right:0}@media screen and (max-width:640px){.card-advantage__icon-small img{right:-20px}}.card-advantage__icon-big{width:100%;height:100%;position:absolute;top:0;left:0}.card-advantage__icon-big img{width:auto;height:100%;position:absolute;top:0;left:0}@media screen and (max-width:640px){.card-advantage__icon-big img{left:-30px}}.cases__slider{position:relative}@media screen and (max-width:768px){.cases__items{flex-direction:column;gap:20px;display:flex}}.cases__show-more{cursor:pointer;padding-top:20px;font-size:16px;transition:all .3s}.cases__show-more:hover{color:var(--accent-color);text-decoration:none}.case__wrap{background:var(--light-gray-color);border-radius:5px;padding:20px;position:relative;overflow:hidden}.case__bg{max-width:100%;height:100%;position:absolute;top:-5%;right:-10%}.case__bg img{width:100%;height:100%;display:block}@media screen and (max-width:768px){.case__bg{top:auto;bottom:-38%;right:-20%}}.case__items{z-index:1;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:calc(3.57143vw - 7.42857px);display:grid;position:relative}@media (max-width:768px){.case__items{gap:20px}}@media (min-width:1328px){.case__items{gap:40px}}@media screen and (max-width:768px){.case__items{grid-template-columns:repeat(1,1fr);grid-auto-rows:auto}}.case__item--info{flex-direction:column;justify-content:center;gap:calc(4.46429vw - 14.2857px);display:flex}@media (max-width:768px){.case__item--info{gap:20px}}@media (min-width:1328px){.case__item--info{gap:45px}}.case__images{grid-template-rows:300px 172px;grid-template-columns:repeat(2,1fr);grid-template-areas:"main main""b c";grid-auto-rows:1fr;gap:14px;display:grid}@media screen and (max-width:768px){.case__images{grid-template-rows:250px 150px}}.case__img:first-child{grid-area:main;position:relative}.case__img:first-child:before{content:"";z-index:2;height:calc(3.57143vw + 7.57143px);position:absolute}@media (max-width:768px){.case__img:first-child:before{height:35px}}@media (min-width:1328px){.case__img:first-child:before{height:55px}}.case__img:first-child:before{width:calc(3.57143vw + 7.57143px)}@media (max-width:768px){.case__img:first-child:before{width:35px}}@media (min-width:1328px){.case__img:first-child:before{width:55px}}.case__img:first-child:before{bottom:calc(1.78571vw - 3.71429px)}@media (max-width:768px){.case__img:first-child:before{bottom:10px}}@media (min-width:1328px){.case__img:first-child:before{bottom:20px}}.case__img:first-child:before{right:calc(1.78571vw - 3.71429px)}@media (max-width:768px){.case__img:first-child:before{right:10px}}@media (min-width:1328px){.case__img:first-child:before{right:20px}}.case__img:first-child:before{background:url(../media/zoom.915a4540.svg) 50%/contain no-repeat}.case__img img{object-fit:cover;border-radius:5px;width:100%;height:100%}.case__title{font-size:calc(1.42857vw + 5.02857px)}@media (max-width:768px){.case__title{font-size:16px}}@media (min-width:1328px){.case__title{font-size:24px}}.case__title{font-weight:500;line-height:105%}@media screen and (max-width:768px){.case__title{text-align:center}}.case__desc{font-size:calc(1.07143vw + 5.77143px)}@media (max-width:768px){.case__desc{font-size:14px}}@media (min-width:1328px){.case__desc{font-size:20px}}.case__desc{font-style:italic;font-weight:600;line-height:100%}.info-case__items{grid-template-columns:repeat(1,1fr);gap:24px;display:grid}.info-case__name{font-size:calc(1.07143vw + 5.77143px)}@media (max-width:768px){.info-case__name{font-size:14px}}@media (min-width:1328px){.info-case__name{font-size:20px}}.info-case__name{line-height:80%}.info-case__name:not(:last-child){padding-bottom:calc(1.07143vw + 5.77143px)}@media (max-width:768px){.info-case__name:not(:last-child){padding-bottom:14px}}@media (min-width:1328px){.info-case__name:not(:last-child){padding-bottom:20px}}.info-case__value{color:var(--main-color);font-family:var(--font-comfortaa),sans-serif;font-size:calc(1.42857vw + 13.0286px)}@media (max-width:768px){.info-case__value{font-size:24px}}@media (min-width:1328px){.info-case__value{font-size:32px}}.info-case__value{font-weight:600;line-height:80%}@media screen and (max-width:359px){.info-case__value{font-size:18px}}.reviews{position:relative}.reviews__items:not(:last-child){padding-bottom:calc(6.25vw - 28px)}@media (max-width:768px){.reviews__items:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.reviews__items:not(:last-child){padding-bottom:55px}}.reviews .swiper{overflow:visible!important}.reviews .swiper-slide{width:80%;max-width:395px!important}.reviews .swiper-slide:not(.swiper-slide-active){filter:blur(5px);pointer-events:none}@media screen and (max-width:860px){.reviews .swiper-slide:not(.swiper-slide-active) .review__info{opacity:0}}.reviews .swiper-button-prev,.reviews .swiper-button-next{top:calc(50% + 36px)!important}.review{height:100%}.review__wrap{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.review__info{gap:calc(1.78571vw - 3.71429px);display:flex}@media (max-width:768px){.review__info{gap:10px}}@media (min-width:1328px){.review__info{gap:20px}}.review__info{justify-content:center;align-items:center}.review__info:not(:last-child){padding-bottom:calc(1.78571vw - 3.71429px)}@media (max-width:768px){.review__info:not(:last-child){padding-bottom:10px}}@media (min-width:1328px){.review__info:not(:last-child){padding-bottom:20px}}.review__name{font-size:calc(.714286vw + 10.5143px)}@media (max-width:768px){.review__name{font-size:16px}}@media (min-width:1328px){.review__name{font-size:20px}}.review__name{font-weight:600;line-height:105%}.review__logo{width:calc(3.57143vw + 22.5714px)}@media (max-width:768px){.review__logo{width:50px}}@media (min-width:1328px){.review__logo{width:70px}}.review__logo{height:calc(3.57143vw + 22.5714px)}@media (max-width:768px){.review__logo{height:50px}}@media (min-width:1328px){.review__logo{height:70px}}.review__logo img{object-fit:contain;width:100%;height:100%}.review__poster{align-self:stretch;height:calc(37.5vw + 2px)}@media (max-width:768px){.review__poster{height:290px}}@media (min-width:1328px){.review__poster{height:500px}}.review__poster{justify-content:center;align-items:center;display:flex}.review__link-poster{border-radius:5px;height:100%;display:inline-block;overflow:hidden}.review__link-poster img{object-fit:contain;width:100%;height:100%;display:block}.optional-services__body{height:100%}.optional-services__content{height:100%;position:relative}.optional-services__content:not(:last-child){margin-bottom:calc(2.67857vw - .571428px)}@media (max-width:768px){.optional-services__content:not(:last-child){margin-bottom:20px}}@media (min-width:1328px){.optional-services__content:not(:last-child){margin-bottom:35px}}.optional-services__scrollbar{width:70%;margin:0 auto}.optional-services__scrollbar:not(:last-child){margin-bottom:calc(2.67857vw - .571428px)}@media (max-width:768px){.optional-services__scrollbar:not(:last-child){margin-bottom:20px}}@media (min-width:1328px){.optional-services__scrollbar:not(:last-child){margin-bottom:35px}}.optional-services__items{height:100%}@media screen and (min-width:641px){.optional-services__items{z-index:1;grid-template-columns:repeat(1,1fr);grid-auto-rows:1fr;row-gap:20px;display:grid;position:relative}}.optional-services .swiper{padding:0 30px 0 0!important;overflow:visible!important}.optional-services .swiper-slide{height:auto!important}.optional-services .swiper-wrapper{box-sizing:border-box;border-radius:5px;padding:20px 0 20px 16px;overflow:hidden;background:var(--light-gray-color)!important;width:auto!important;max-width:none!important;display:inline-flex!important}.item-optional-services{height:100%}@media screen and (max-width:640px){.item-optional-services{max-height:110px;transform:translate(-12%)}}.item-optional-services__wrap{background:var(--light-gray-color);border-radius:5px;align-items:center;gap:10px;height:100%;display:flex;position:relative;overflow:hidden}@media screen and (max-width:640px){.item-optional-services__wrap{width:114%;overflow:visible}}.item-optional-services__number{align-self:stretch;height:100%;position:absolute}.item-optional-services__number svg{width:auto;height:100%;transform:scale(1.9)translate(-10%,-5%)}.item-optional-services__number svg text{font-family:var(--font-commissioner),sans-serif;fill:var(--white-color);font-weight:600;line-height:105%}.item-optional-services__content{flex-direction:column;justify-content:center;padding:10px 10px 10px 110px;display:flex}@media screen and (max-width:640px){.item-optional-services__content{padding:10px 10px 10px 100px}}.item-optional-services__title{font-size:calc(1.07143vw + 5.77143px)}@media (max-width:768px){.item-optional-services__title{font-size:14px}}@media (min-width:1328px){.item-optional-services__title{font-size:20px}}.item-optional-services__title{color:var(--main-color);font-weight:600;line-height:105%}.item-optional-services__title:not(:last-child){padding-bottom:10px}.item-optional-services__desc{font-size:calc(.357143vw + 11.2571px)}@media (max-width:768px){.item-optional-services__desc{font-size:14px}}@media (min-width:1328px){.item-optional-services__desc{font-size:16px}}.item-optional-services__desc{line-height:90%}.about-us__services:not(:last-child){padding-bottom:20px}.about-us__items{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:20px;display:grid}@media screen and (max-width:640px){.about-us__items{grid-template-columns:repeat(1,1fr);grid-auto-rows:auto}}.about-us__item--img{height:calc(41.0714vw - 15.4286px)}@media (max-width:768px){.about-us__item--img{height:300px}}@media (min-width:1328px){.about-us__item--img{height:530px}}.about-us__item--img{background:linear-gradient(#fff3 17.74%,#00d1c333 82.78%);border-radius:5px;align-self:end;position:relative}.about-us__item--info{flex-direction:column;justify-content:center;gap:calc(1.42857vw + 9.02857px);display:flex}@media (max-width:768px){.about-us__item--info{gap:20px}}@media (min-width:1328px){.about-us__item--info{gap:28px}}.about-us__img{width:calc(100% + 74px);height:calc(100% + 74px);position:absolute;bottom:0;left:-37px}.about-us__img img{object-position:bottom center}@media screen and (max-width:640px){.about-us__img{width:100%;height:100%;left:0}}.about-us__desc-img{border-radius:0 20px 20px 0;padding:10px 28px 10px calc(16.9643vw - 80.2857px);position:absolute;bottom:20px;left:0}@media (max-width:768px){.about-us__desc-img{padding-left:50px}}@media (min-width:1328px){.about-us__desc-img{padding-left:145px}}.about-us__desc-img{background:var(--orange-color);z-index:2;color:var(--white-color);box-shadow:0 4px 4px #0000001a}.about-us__engineer-name{font-weight:600}.about-us__title{font-size:calc(1.42857vw + 5.02857px)}@media (max-width:768px){.about-us__title{font-size:16px}}@media (min-width:1328px){.about-us__title{font-size:24px}}.about-us__title{font-weight:600;line-height:120%}.about-us__btn{justify-content:center;display:flex}.about-us__btn .btn{width:100%;max-width:450px}@media screen and (min-width:641px){.about-us__btn .btn{height:100px}}.services-about-us__items{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:20px;display:grid}@media screen and (max-width:640px){.services-about-us__items{grid-template-columns:repeat(1,1fr);gap:10px}}.services-about-us__wrap{background:var(--accent-color);border-radius:5px;justify-content:center;align-items:center;height:70px;padding:10px;display:flex;position:relative;overflow:hidden}@media screen and (min-width:641px){.services-about-us__wrap{height:150px}}.services-about-us__title{font-size:calc(.714286vw + 10.5143px)}@media (max-width:768px){.services-about-us__title{font-size:16px}}@media (min-width:1328px){.services-about-us__title{font-size:20px}}.services-about-us__title{color:var(--white-color);text-align:center;font-weight:600;line-height:105%}.services-about-us__img{width:100%;height:100%;position:absolute;top:0;left:0}.services-about-us__img img{object-fit:contain;object-position:bottom left;width:auto;height:100%}.well-made{position:relative}.well-made__bg{width:100%;height:81%;position:absolute;top:0;left:0;transform:translateY(29%)}.well-made__bg:before{content:"";z-index:1;background:linear-gradient(-90deg,#fff0 0%,#ffffffb3 22%,#ffffffe6 32.5%,#fff 45.5%);width:55%;height:100%;position:absolute;top:0;left:0}@media screen and (max-width:768px){.well-made__bg:before{width:100%;transform:translate(-58%)}.well-made__bg{height:42%}}.well-made__gr-bg:before{content:"";z-index:2;background:linear-gradient(#fff 0%,#ffffff80 51.5%,#fff0 100%);width:100%;height:60%;position:absolute;top:0;left:0}.well-made__gr-bg:after{content:"";z-index:3;background:linear-gradient(#fff0 0%,#ffffffb3 38%,#ffffffe6 62%,#fff 79%);width:100%;height:34%;position:absolute;bottom:0;left:0}.well-made__img-bg{object-fit:cover;object-position:300px center;opacity:.4;width:100%;height:100%;display:block;position:absolute;top:0;right:0}@media screen and (max-width:768px){.well-made__img-bg{object-position:70% 50%;opacity:.6}}.well-made__container{z-index:3;position:relative}.well-made__list:not(:last-child){padding-bottom:calc(6.25vw - 28px)}@media (max-width:768px){.well-made__list:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.well-made__list:not(:last-child){padding-bottom:55px}}@media screen and (max-width:768px){.well-made__list{position:relative}}.well-made__prev-list{font-size:calc(1.42857vw + 5.02857px)}@media (max-width:768px){.well-made__prev-list{font-size:16px}}@media (min-width:1328px){.well-made__prev-list{font-size:24px}}.well-made__prev-list{max-width:607px;line-height:120%}.well-made__prev-list:not(:last-child){padding-bottom:20px}@media screen and (max-width:768px){.well-made__prev-list{text-align:center}}.well-made__list-items{background:var(--white-color);border-radius:5px;padding:calc(4.46429vw - 24.2857px) calc(1.78571vw - 3.71429px)}@media (max-width:768px){.well-made__list-items{padding:10px}}@media (min-width:1328px){.well-made__list-items{padding:35px 20px}}@media screen and (min-width:768.6px){.well-made__list-items .list__ul{grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:15px 5px;display:grid}}.well-made__list-items .list__li{font-size:calc(.714286vw + 8.51429px)}@media (max-width:768px){.well-made__list-items .list__li{font-size:14px}}@media (min-width:1328px){.well-made__list-items .list__li{font-size:18px}}.well-made__list-items .list__li{align-items:center;line-height:100%}.well-made__list-items .list__li svg{width:calc(.892857vw + 13.1429px)}@media (max-width:768px){.well-made__list-items .list__li svg{width:20px}}@media (min-width:1328px){.well-made__list-items .list__li svg{width:25px}}.well-made__list-items .list__li svg{height:calc(.892857vw + 13.1429px)}@media (max-width:768px){.well-made__list-items .list__li svg{height:20px}}@media (min-width:1328px){.well-made__list-items .list__li svg{height:25px}}.well-made__list-items .list__li svg{min-width:calc(.892857vw + 13.1429px)}@media (max-width:768px){.well-made__list-items .list__li svg{min-width:20px}}@media (min-width:1328px){.well-made__list-items .list__li svg{min-width:25px}}@media screen and (max-width:768px){.well-made__list-items .list__li svg circle{r:18;fill:none;stroke:var(--accent-color);stroke-width:2px}.well-made__list-items .list__li svg path{fill:var(--accent-color)}.well-made__list-items .list__li{gap:10px}.well-made__list-items{max-width:70%;margin:0 0 0 auto}}.well-made__offer-items{position:relative}.well-made__offer-items:not(:last-child){padding-bottom:calc(3.57143vw - 7.42857px)}@media (max-width:768px){.well-made__offer-items:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.well-made__offer-items:not(:last-child){padding-bottom:40px}}.well-made__offer-item{max-width:624px}.well-made__offer-item:not(:last-child){padding-bottom:calc(1.78571vw - 3.71429px)}@media (max-width:768px){.well-made__offer-item:not(:last-child){padding-bottom:10px}}@media (min-width:1328px){.well-made__offer-item:not(:last-child){padding-bottom:20px}}@media screen and (max-width:768px){.well-made__offer-item{max-width:80%}}.well-made__offer-wrap{background:var(--light-gray-color);border-radius:5px;padding:calc(1.42857vw + 1.02857px) 20px}@media (max-width:768px){.well-made__offer-wrap{padding:12px 20px}}@media (min-width:1328px){.well-made__offer-wrap{padding:20px}}@media screen and (max-width:768px){.well-made__offer-wrap{background:var(--white-color);box-shadow:0 4px 10px #0000001a}}.well-made__bg-tank{z-index:-1;position:absolute;top:0;left:0}@media screen and (max-width:768px){.well-made__bg-tank{width:100%;height:100%}}.well-made__img-tank-01{position:absolute;top:0;left:0;transform:translate(-90%,-30%)}@media screen and (max-width:768px){.well-made__img-tank-01{object-fit:contain;width:85%;height:100%;transform:translate(-54%,-16%)}}.well-made__img-tank-02{position:absolute;top:0;left:0;transform:translate(-115%,50%)}@media screen and (max-width:768px){.well-made__img-tank-02{object-fit:contain;width:70%;height:100%;transform:translate(-15%,24%)}}.well-made__btn{justify-content:center;align-items:center;display:flex;position:relative}.well-made__btn .btn{width:100%;max-width:500px}.we-in-number__items{z-index:2;grid-template-columns:repeat(1,100%);grid-auto-rows:1fr;gap:15px;display:grid;position:relative}.item-we-in-number__wrap{background:linear-gradient(90deg,#fff0 0%,#fff 100%),#ebebeb;border-radius:5px;align-items:center;gap:calc(1.78571vw + 6.28571px);height:100%;padding:8px 15px;display:flex;overflow:hidden}@media (max-width:768px){.item-we-in-number__wrap{gap:20px}}@media (min-width:1328px){.item-we-in-number__wrap{gap:30px}}.item-we-in-number__title{color:var(--main-color);font-family:var(--font-comfortaa),sans-serif;font-size:calc(2.14286vw + 3.54286px)}@media (max-width:768px){.item-we-in-number__title{font-size:20px}}@media (min-width:1328px){.item-we-in-number__title{font-size:32px}}.item-we-in-number__title{width:calc(3.21429vw + 27.3143px);font-weight:700;line-height:105%}@media (max-width:768px){.item-we-in-number__title{width:52px}}@media (min-width:1328px){.item-we-in-number__title{width:70px}}.item-we-in-number__title{transform:translateY(4px)}.item-we-in-number__desc{font-weight:400;line-height:120%}.work-many-years__body{position:relative}.work-many-years__content{overflow:hidden}.work-many-years__items{z-index:2;grid-template-columns:repeat(1,1fr);grid-auto-rows:1fr;margin:-10px;display:grid;position:relative}@media screen and (max-width:640px){.work-many-years__items{grid-template-columns:repeat(1,1fr);grid-auto-rows:auto}}.work-many-years__bg-items{width:100%;height:100%;position:absolute;top:0;left:0}.work-many-years__bg-items img{object-fit:cover;object-position:13rem center;width:100%;height:100%}@media screen and (max-width:768px){.work-many-years__bg-items img{object-position:center;opacity:.5;transform:scale(1.1)}}.work-many-years__item{z-index:2;border:10px solid var(--white-color);margin:-10px;position:relative}@media screen and (max-width:640px){.work-many-years__item{margin:-8px}}.work-many-years__wrap{background:#d3d3d380;border:10px solid #fff;border-radius:16px;align-items:center;height:100%;padding:calc(1.42857vw + 9.02857px) calc(3.57143vw - 15.4286px);display:flex}@media (max-width:768px){.work-many-years__wrap{padding:20px 12px}}@media (min-width:1328px){.work-many-years__wrap{padding:28px 32px}}@media screen and (max-width:640px){.work-many-years__wrap{border:9px solid #fff;border-radius:14px}}@media screen and (min-width:768.4px){.work-many-years__wrap{background:linear-gradient(90deg,#ebebeb 44.46%,#ebebebd1 50.67%,#ebebeb91 58.28%,#ebebeb00 88.68%)}}.work-many-years__title{font-size:calc(.714286vw + 10.5143px)}@media (max-width:768px){.work-many-years__title{font-size:16px}}@media (min-width:1328px){.work-many-years__title{font-size:20px}}.work-many-years__title{font-weight:600}.work-many-years__title:not(:last-child){padding-bottom:20px}.work-many-years__desc{font-size:calc(1.07143vw + 5.77143px)}@media (max-width:768px){.work-many-years__desc{font-size:14px}}@media (min-width:1328px){.work-many-years__desc{font-size:20px}}.work-many-years__desc{max-width:630px}.work-many-years__link{text-align:center;justify-content:center;align-items:center;display:flex}.work-many-years__link .link{font-size:calc(1.42857vw + 5.02857px)}@media (max-width:768px){.work-many-years__link .link{font-size:16px}}@media (min-width:1328px){.work-many-years__link .link{font-size:24px}}.work-many-years__link .link{font-weight:500;line-height:120%}.work-many-years__link:last-child{padding-top:calc(6.25vw - 28px)}@media (max-width:768px){.work-many-years__link:last-child{padding-top:20px}}@media (min-width:1328px){.work-many-years__link:last-child{padding-top:55px}}.catalog-block__catalog:not(:last-child){padding-bottom:calc(6.25vw - 28px)}@media (max-width:768px){.catalog-block__catalog:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.catalog-block__catalog:not(:last-child){padding-bottom:55px}}.catalog-block__btn{justify-content:center;display:flex}.catalog-block__btn .btn{width:100%;max-width:500px}.callback-service__title-h2{padding-bottom:20px}@media screen and (min-width:641px){.callback-service__title-h2{text-align:start}}.callback-service__body{background:var(--light-gray-color);padding:calc(3.57143vw - 7.42857px) 0;position:relative}@media (max-width:768px){.callback-service__body{padding:20px 0}}@media (min-width:1328px){.callback-service__body{padding:40px 0}}.callback-service__content{z-index:1;position:relative}.callback-service__items{display:flex}@media screen and (max-width:640px){.callback-service__items{flex-direction:column}}.callback-service__item{flex:0 0 50%}.callback-service__item--text{flex-direction:column;gap:calc(1.78571vw - 3.71429px);width:100%;max-width:578px;display:flex}@media (max-width:768px){.callback-service__item--text{gap:10px}}@media (min-width:1328px){.callback-service__item--text{gap:20px}}@media screen and (max-width:640px){.callback-service__item--text{text-align:center}}.callback-service__item--img{z-index:2;position:relative}@media screen and (min-width:640.6px){.callback-service__item--img{bottom:calc(7.42857px - 3.57143vw)}}@media screen and (min-width:640.6px) and (max-width:768px){.callback-service__item--img{bottom:-20px}}@media screen and (min-width:640.6px) and (min-width:1328px){.callback-service__item--img{bottom:-40px}}.callback-service__bg-man{object-fit:contain;object-position:bottom center;width:100%;height:100%}@media screen and (min-width:640.6px){.callback-service__bg-man{position:absolute;transform:translateY(-60%)scale(2.2)}}@media screen and (max-width:640px){.callback-service__bg-man{height:260px;transform:translateY(5px)}}.callback-service__text{font-size:calc(1.78571vw + .285714px)}@media (max-width:768px){.callback-service__text{font-size:14px}}@media (min-width:1328px){.callback-service__text{font-size:24px}}.callback-service__text{line-height:105%}.callback-service__btn-block{position:relative}.callback-service__btn{z-index:4;position:relative}.callback-service__btn.btn{width:100%}@media screen and (max-width:640px){.callback-service__btn:not(:last-child){margin-bottom:10px}}.callback-service__bg{position:absolute;top:0;left:0;transform:translate(-22%,-50%)}.callback-service__bg-mob{object-position:right bottom;width:120%;height:80%;position:absolute;bottom:0;right:0;transform:translate(26%)}@media screen and (max-width:410px){.callback-service__bg-mob{width:120%;right:-20%;transform:none}}.documents{margin-top:calc(137.143px - 17.8571vw)}@media (max-width:768px){.documents{margin-top:0}}@media (min-width:1328px){.documents{margin-top:-100px}}.documents__container:not(.fancybox__container){padding:0 calc(16.6071vw - 115.543px);position:relative}@media (max-width:768px){.documents__container:not(.fancybox__container){padding:0 12px}}@media (min-width:1328px){.documents__container:not(.fancybox__container){padding:0 105px}}.documents__body{position:relative}.documents__bg-wave{position:absolute;top:0;left:0}@media screen and (min-width:640.6px){.documents__bg-wave{transform:translate(-44%,13%)}}@media screen and (max-width:640px){.documents__bg-wave{transform:translate(-72%,-17%)scale(.75)}}.documents__content{z-index:7;position:relative}.documents__items{gap:20px;display:flex}@media screen and (max-width:640px){.documents__items{flex-direction:column-reverse}}.documents__item--text{z-index:2;position:relative}@media screen and (min-width:640.6px){.documents__item--text{flex:0 0 38%;min-width:320px}}.documents__box-images{position:relative}@media screen and (max-width:640px){.documents__box-images{height:240px}.documents__box-images img{object-fit:contain;width:100%;max-height:100%}}.documents__link-magnifier{z-index:2;cursor:pointer;width:360px;height:360px;display:block;position:absolute;top:0;left:0}.documents__link-magnifier img{transition:all .2s}.documents__link-magnifier:hover img{transform:scale(1.05)}@media screen and (max-width:640px){.documents__link-magnifier{width:180px;height:180px;left:auto;right:0}}@media screen and (min-width:640.6px){.documents__link-magnifier{transform:translate(115%,90%)}}@media screen and (max-width:640px){.documents__link-magnifier{right:0;transform:translate(-110%,53%)scale(-.8,.8)}}.documents__img-magnifier{position:absolute;top:0;left:0}.documents__img-doc-01{z-index:1;position:absolute;top:0;left:0}@media screen and (min-width:640.6px){.documents__img-doc-01{transform:translate(26%,-11%)}}@media screen and (max-width:640px){.documents__img-doc-01{transform:translateY(8%)scale(1.6)}}.documents .form-callback{border:2px solid var(--accent-color);background:#fff;border-radius:5px;width:100%;max-width:395px;padding:calc(1.78571vw + 6.28571px)}@media (max-width:768px){.documents .form-callback{padding:20px}}@media (min-width:1328px){.documents .form-callback{padding:30px}}@media screen and (max-width:640px){.documents .form-callback{max-width:none}}.guarantees__body{position:relative}.guarantees__bg-wave{position:absolute;top:0;left:0}@media screen and (min-width:860.6px){.guarantees__bg-wave{transform:translate(-42%,8%)}}@media screen and (max-width:860px){.guarantees__bg-wave{transform:translate(-48%,-3%)scale(.75)}}@media screen and (max-width:460px){.guarantees__bg-wave{transform:translate(-57%,3%)scale(.75)}}.guarantees__content{z-index:7;position:relative}.guarantees__items{gap:20px;display:flex}.guarantees__items:not(:last-child){padding-bottom:40px}@media screen and (max-width:860px){.guarantees__items{flex-direction:column}}.guarantees__items--two{align-items:flex-end}@media screen and (max-width:860px){.guarantees__items--two{flex-direction:column-reverse;align-items:start}}.guarantees__item--text{position:relative}@media screen and (min-width:640.6px){.guarantees__item--text{flex:0 0 40%}}.guarantees__item--images{width:100%}.guarantees__item--btn{flex-grow:1;width:100%}.guarantees__img-bg-01{z-index:3;position:absolute;top:0;left:0}@media screen and (min-width:640.6px){.guarantees__img-bg-01{transform:translate(-100%,20%)}}@media screen and (max-width:640px){.guarantees__img-bg-01{width:180px;height:180px;transform:translate(-60%,80%)rotate(60deg)}}.guarantees__btn-bg{width:100%;height:320px;position:relative}@media screen and (max-width:860px){.guarantees__btn-bg{height:140px;position:absolute}}.guarantees__img-bg-02{z-index:3;object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (min-width:860px){.guarantees__img-bg-02{transform:translate(-10%,30%)scale(3)}}@media screen and (max-width:860px){.guarantees__img-bg-02{left:auto;right:0;transform:translate(10%)scale(2.7)rotate(-6deg)}}@media screen and (max-width:460px){.guarantees__img-bg-02{transform:translate(40%)scale(2.7)}}.guarantees__list{z-index:8;position:relative}.guarantees__list:not(:last-child){padding-bottom:20px}.guarantees__list .list__li{font-size:calc(1.42857vw + 5.02857px)}@media (max-width:768px){.guarantees__list .list__li{font-size:16px}}@media (min-width:1328px){.guarantees__list .list__li{font-size:24px}}.guarantees__list .list__li{line-height:105%}.guarantees__text{z-index:8;font-size:calc(1.42857vw + 5.02857px);position:relative}@media (max-width:768px){.guarantees__text{font-size:16px}}@media (min-width:1328px){.guarantees__text{font-size:24px}}.guarantees__text{padding-left:calc(3.57143vw + 12.5714px);font-weight:500;line-height:105%}@media (max-width:768px){.guarantees__text{padding-left:40px}}@media (min-width:1328px){.guarantees__text{padding-left:60px}}.guarantees__text:not(:last-child){padding-bottom:20px}@media screen and (max-width:640px){.guarantees__text:not(:last-child){padding-bottom:10px}}.guarantees__offer-btn{z-index:8;max-width:calc(3.57143vw + 462.571px);position:relative}@media (max-width:768px){.guarantees__offer-btn{max-width:490px}}@media (min-width:1328px){.guarantees__offer-btn{max-width:510px}}.guarantees__offer-btn{color:var(--white-color);background:var(--orange-color);text-align:end;border-radius:0 10px 10px 0;padding:20px 12px 20px 0;font-size:calc(1.42857vw + 5.02857px);font-weight:600;line-height:120%}@media (max-width:768px){.guarantees__offer-btn{font-size:16px}}@media (min-width:1328px){.guarantees__offer-btn{font-size:24px}}@media screen and (max-width:860px){.guarantees__offer-btn{max-width:450px}}@media screen and (max-width:460px){.guarantees__offer-btn{text-align:start;max-width:70%;margin:0 auto 0 0;padding:12px 10px 12px 0}}.guarantees__offer-btn span{z-index:1;position:relative}.guarantees__offer-btn:before{content:"";background:var(--orange-color);width:300%;height:100%;position:absolute;top:0;left:3px;transform:translate(-100%)}.guarantees__offer-btn:not(:last-child){margin-bottom:calc(1.78571vw - 3.71429px)}@media (max-width:768px){.guarantees__offer-btn:not(:last-child){margin-bottom:10px}}@media (min-width:1328px){.guarantees__offer-btn:not(:last-child){margin-bottom:20px}}.guarantees__btn{z-index:8;width:100%;max-width:450px;position:relative}@media screen and (min-width:640.6px){.guarantees__btn{margin-left:calc(3.57143vw + 12.5714px)}}@media screen and (min-width:640.6px) and (max-width:768px){.guarantees__btn{margin-left:40px}}@media screen and (min-width:640.6px) and (min-width:1328px){.guarantees__btn{margin-left:60px}}.guarantees__box-images{position:relative}@media screen and (max-width:860px){.guarantees__box-images{height:240px}.guarantees__box-images img{object-fit:contain;width:100%;max-height:100%}}.guarantees__img-doc-guarantees{background:var(--white-color);border-radius:5px;box-shadow:0 4px 30px #00000040}@media screen and (max-width:860px){.guarantees__img-doc-guarantees{max-width:360px}}.guarantees__box-guarantees{z-index:5;width:100%;position:absolute;top:0;left:0}@media screen and (min-width:860.6px){.guarantees__box-guarantees{transform:translate(5%,220%)}}@media screen and (max-width:860px){.guarantees__box-guarantees{justify-content:center;height:30%;display:flex;top:auto;bottom:0;transform:translateY(-10%)}}.guarantees__link-magnifier{z-index:6;cursor:pointer;width:360px;height:360px;display:block;position:absolute;top:0;left:0}.guarantees__link-magnifier img{opacity:.3;transition:all .2s}.guarantees__link-magnifier:hover img{transform:scale(1.05)}@media screen and (max-width:860px){.guarantees__link-magnifier{width:100px;height:100px;left:auto;right:50%;transform:translate(200%,-8%)}}@media screen and (min-width:860.6px){.guarantees__link-magnifier{transform:translate(140%,10%)scale(1.3)}}.guarantees__img-magnifier{position:absolute;top:0;left:0}.guarantees__img-doc-01{z-index:3;position:absolute;top:0;left:0}@media screen and (min-width:860.6px){.guarantees__img-doc-01{transform:translate(22%)}}@media screen and (max-width:860px){.guarantees__img-doc-01{transform:translate(0%)scale(1.3)}}@media screen and (max-width:460px){.guarantees__img-doc-01{transform:translate(-10%)scale(1.3)}}.guarantees__img-doc-02{z-index:2;position:absolute;top:0;left:0}@media screen and (min-width:860.6px){.guarantees__img-doc-02{transform:translate(85%,35%)}}@media screen and (max-width:860px){.guarantees__img-doc-02{transform:translate(8%,12%)}}@media screen and (max-width:460px){.guarantees__img-doc-02{transform:translate(10%,12%)}}.guarantees__img-doc-03{z-index:1;position:absolute;top:0;left:0}@media screen and (min-width:860.6px){.guarantees__img-doc-03{transform:translate(145%,40%)}}@media screen and (max-width:860px){.guarantees__img-doc-03{transform:translate(17%,13%)}}@media screen and (max-width:460px){.guarantees__img-doc-03{transform:translate(28%,4%)scale(.8)}}.fqa__container{position:relative}.fqa__bg{width:auto;height:auto;position:absolute;top:0;left:0;transform:translate(-20%,5%)}@media screen and (max-width:640px){.fqa__bg{transform:translate(-72%)}}.fqa__title-h2,.fqa__body{z-index:1;position:relative}.fqa__items{flex-direction:column;gap:calc(1.78571vw - 3.71429px);display:flex}@media (max-width:768px){.fqa__items{gap:10px}}@media (min-width:1328px){.fqa__items{gap:20px}}.contacts__body{position:relative}.contacts__content{z-index:1;background:var(--light-gray-color);border-radius:0 5px 5px 0;width:100%;max-width:40%;padding:calc(3.57143vw - 7.42857px) 0;position:absolute;bottom:0;left:0}@media (max-width:768px){.contacts__content{padding:20px 0}}@media (min-width:1328px){.contacts__content{padding:40px 0}}.contacts__content{transform:translateY(40px)}@media screen and (max-width:768px){.contacts__content{border-radius:5px;max-width:none;padding:20px 14px;position:relative;overflow:hidden;transform:translateY(10px);box-shadow:0 4px 10px #00000026}}@media screen and (max-width:1240px) and (min-width:769px){.contacts__content:before{content:"";background:var(--light-gray-color);width:12px;height:100%;position:absolute;top:0;left:0;transform:translate(-100%)}}.contacts__bg{background:var(--light-gray-color);width:200%;height:100%;position:absolute;bottom:0;left:0;overflow:hidden;transform:translate(-90%)}.contacts__bg svg{opacity:.5;height:100%;position:absolute;top:0;right:0;transform:translate(-20%)scale(1.2)}@media screen and (max-width:1240px){.contacts__bg{border-radius:5px;width:100%;transform:none}.contacts__bg svg{object-position:center right;height:100.5%;transform:translate(12px)}}.contacts__wrap{z-index:1;position:relative}.contacts__title{font-family:var(--font-comfortaa),sans-serif;font-size:calc(2.5vw - 1.2px)}@media (max-width:768px){.contacts__title{font-size:18px}}@media (min-width:1328px){.contacts__title{font-size:32px}}.contacts__title{font-weight:700;line-height:120%}.contacts__title:not(:last-child){padding-bottom:10px}.contacts__info{font-size:calc(1.42857vw + 5.02857px);line-height:105%}@media (max-width:768px){.contacts__info{font-size:16px}}@media (min-width:1328px){.contacts__info{font-size:24px}}.contacts__info:not(:last-child){padding-bottom:calc(1.78571vw + 6.28571px)}@media (max-width:768px){.contacts__info:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.contacts__info:not(:last-child){padding-bottom:30px}}.contacts__tel{font-size:calc(2.14286vw + 3.54286px)}@media (max-width:768px){.contacts__tel{font-size:20px}}@media (min-width:1328px){.contacts__tel{font-size:32px}}.contacts__tel{gap:calc(1.78571vw - 3.71429px);display:flex}@media (max-width:768px){.contacts__tel{gap:10px}}@media (min-width:1328px){.contacts__tel{gap:20px}}.contacts__tel{align-items:center;line-height:100%}.contacts__tel svg{width:calc(2.5vw + 6.8px)}@media (max-width:768px){.contacts__tel svg{width:26px}}@media (min-width:1328px){.contacts__tel svg{width:40px}}.contacts__tel svg{height:calc(2.5vw + 6.8px)}@media (max-width:768px){.contacts__tel svg{height:26px}}@media (min-width:1328px){.contacts__tel svg{height:40px}}.contacts__tel svg{flex:0 0 calc(2.5vw + 6.8px)}@media (max-width:768px){.contacts__tel svg{flex:0 0 26px}}@media (min-width:1328px){.contacts__tel svg{flex:0 0 40px}}.contacts__tel:not(:last-child){padding-bottom:6px}.contacts__tel a{padding:8px}.contacts__email{font-size:calc(1.07143vw + 9.77143px)}@media (max-width:768px){.contacts__email{font-size:18px}}@media (min-width:1328px){.contacts__email{font-size:24px}}.contacts__email{gap:calc(1.78571vw - 3.71429px);display:flex}@media (max-width:768px){.contacts__email{gap:10px}}@media (min-width:1328px){.contacts__email{gap:20px}}.contacts__email{align-items:center;font-weight:600;line-height:105%}.contacts__email svg{width:calc(2.5vw + 6.8px)}@media (max-width:768px){.contacts__email svg{width:26px}}@media (min-width:1328px){.contacts__email svg{width:40px}}.contacts__email svg{height:calc(2.5vw + 6.8px)}@media (max-width:768px){.contacts__email svg{height:26px}}@media (min-width:1328px){.contacts__email svg{height:40px}}.contacts__email svg{flex:0 0 calc(2.5vw + 6.8px)}@media (max-width:768px){.contacts__email svg{flex:0 0 26px}}@media (min-width:1328px){.contacts__email svg{flex:0 0 40px}}.contacts__email a{padding:8px}.map{height:calc(28.5714vw + 180.571px)}@media (max-width:768px){.map{height:400px}}@media (min-width:1328px){.map{height:560px}}.map{border-radius:5px;overflow:hidden}.callback-problem__title-h2{text-align:start;z-index:3;position:relative}.callback-problem__items{gap:20px;display:flex}@media screen and (max-width:768px){.callback-problem__items{flex-direction:column-reverse}}.callback-problem__item--form{flex:0 0 calc(50% - 10px)}.callback-problem__item--img{width:100%;position:relative}@media screen and (max-width:768px){.callback-problem__item--img{height:280px}}.callback-problem__wrap-form{z-index:1;position:relative}@media screen and (min-width:768.6px){.callback-problem__wrap-form{border:2px solid var(--accent-color);background:var(--white-color);border-radius:5px;padding:20px;box-shadow:0 4.027px 10.067px #0000001a}}.callback-problem__btn .btn{width:100%}.callback-problem__btn-wa{background:var(--accent-color);max-width:90%;color:var(--white-color);letter-spacing:.54px;text-align:center;border-radius:5px;margin:0 auto;padding:calc(3.57143vw - 11.4286px) calc(.357143vw + 9.25714px);font-weight:600;line-height:100%;display:block;position:relative;overflow:hidden}@media (max-width:768px){.callback-problem__btn-wa{padding:16px 12px}}@media (min-width:1328px){.callback-problem__btn-wa{padding:36px 14px}}.callback-problem__btn-wa{cursor:pointer;transform:translateY(-5px)}.callback-problem__btn-wa span{z-index:1;position:relative}.callback-problem__btn-wa img{width:auto;height:100%;position:absolute;top:-20px;right:0}@media screen and (max-width:860px){.callback-problem__btn-wa img{top:0}}.callback-problem__btn-wa:hover{background:var(--gray-color);color:var(--white-color)}.callback-problem__img{width:100%;height:100%}.callback-problem__img img{object-position:center bottom;object-fit:contain;position:absolute;bottom:0;right:0;transform:translateY(-14%)scale(1.25)}@media screen and (max-width:768px){.callback-problem__img img{object-position:right bottom}}@media screen and (max-width:400px){.callback-problem__img img{transform:translate(20%,-20%)scale(1.4)}}.callback-problem__offer{z-index:3;position:absolute;top:0;left:0;transform:translate(-20%,100%)}@media screen and (max-width:1100px){.callback-problem__offer{transform:translate(-35%,100%)}}@media screen and (max-width:768px){.callback-problem__offer{left:auto;right:20%;transform:translateY(53%)}}@media screen and (max-width:420px){.callback-problem__offer{left:0;right:auto}}.callback-problem__wrap-offer{background:var(--light-gray-color);border-radius:5px;padding:20px 10px;font-size:calc(.714286vw + 10.5143px);position:relative}@media (max-width:768px){.callback-problem__wrap-offer{font-size:16px}}@media (min-width:1328px){.callback-problem__wrap-offer{font-size:20px}}.callback-problem__wrap-offer{text-align:center;font-style:italic;font-weight:400;line-height:105%;box-shadow:0 4px 10px #00000026}.callback-problem__wrap-offer svg{content:"";width:47px;height:55px;position:absolute;top:0;right:0;transform:translate(-147%,-48%)rotate(-2deg)}.callback-problem__desc-img{border-radius:20px 0 0 20px;padding:10px calc(5.35714vw - 21.1429px);position:absolute;bottom:0;right:0}@media (max-width:768px){.callback-problem__desc-img{padding:10px 20px}}@media (min-width:1328px){.callback-problem__desc-img{padding:10px 50px}}.callback-problem__desc-img{padding-right:calc(34.8214vw - 217.429px)}@media (max-width:768px){.callback-problem__desc-img{padding-right:50px}}@media (min-width:1328px){.callback-problem__desc-img{padding-right:245px}}.callback-problem__desc-img{z-index:2;color:var(--white-color)}.callback-problem__desc-img:before{content:"";background:linear-gradient(90deg,#ffbf5f 24.5%,#ffe9c8 46%,#fff 67%);border-radius:30px 0 0 30px;width:200%;height:100%;position:absolute;top:0;left:0}@media screen and (max-width:768px){.callback-problem__desc-img:before{background:var(--orange-color)}}.callback-problem__engineer-name{z-index:1;font-weight:600;position:relative}.callback-problem__engineer-desc{z-index:1;position:relative}.quiz__wrap{gap:calc(3.57143vw - 7.42857px);display:flex}@media (max-width:768px){.quiz__wrap{gap:20px}}@media (min-width:1328px){.quiz__wrap{gap:40px}}@media screen and (max-width:640px){.quiz__wrap{flex-direction:column-reverse}}.quiz__wrap{background:var(--light-gray-color);border-radius:5px;width:100%;height:100%;padding:calc(1.78571vw + 6.28571px)}@media (max-width:768px){.quiz__wrap{padding:20px}}@media (min-width:1328px){.quiz__wrap{padding:30px}}.quiz__wrap{overflow:hidden}.quiz__content{flex-direction:column;flex-grow:1;gap:calc(2.14286vw + 3.54286px);display:flex}@media (max-width:768px){.quiz__content{gap:20px}}@media (min-width:1328px){.quiz__content{gap:32px}}.quiz__nav{z-index:2;position:relative}.quiz__step{flex-grow:1}.quiz__btn-block{flex-wrap:wrap;gap:20px;display:flex;position:relative}@media screen and (max-width:640px){.quiz__btn-block{flex-direction:column-reverse;gap:10px}}.quiz__btn-next{width:100%}@media screen and (min-width:641px){.quiz__btn-next:not(.quiz__btn-next--finish).btn{max-width:200px}.quiz__btn-next--finish.btn{max-width:300px}}.quiz__info{z-index:2;position:relative}@media screen and (min-width:641px){.quiz__info{max-width:calc(18.2143vw + 110.114px)}}@media screen and (min-width:641px) and (max-width:768px){.quiz__info{max-width:250px}}@media screen and (min-width:641px) and (min-width:1328px){.quiz__info{max-width:352px}}.nav-quiz__wrap{background:var(--white-color);border-radius:50px;align-items:center;gap:20px;padding:0 26px;font-size:calc(.714286vw + 10.5143px);display:flex}@media (max-width:768px){.nav-quiz__wrap{font-size:16px}}@media (min-width:1328px){.nav-quiz__wrap{font-size:20px}}.nav-quiz__wrap{line-height:105%}@media screen and (max-width:640px){.nav-quiz__wrap{border-radius:50px;padding:0 20px}}.nav-quiz__number-questions{display:flex;overflow:hidden}.nav-quiz__number-question{width:calc(10.5357vw - 30.9143px);font-weight:600;display:flex}@media (max-width:768px){.nav-quiz__number-question{width:50px}}@media (min-width:1328px){.nav-quiz__number-question{width:109px}}.nav-quiz__number-question{padding:calc(1.07143vw - .228572px) 0}@media (max-width:768px){.nav-quiz__number-question{padding:8px 0}}@media (min-width:1328px){.nav-quiz__number-question{padding:14px 0}}.nav-quiz__number-question{justify-content:center;align-items:center}.nav-quiz__number-question--active{background:var(--accent-color);color:var(--white-color);border-radius:50px}.info-quiz{background:var(--white-color);border-radius:5px;flex-direction:column;gap:10px;padding:18px;display:flex}.info-quiz__content{flex-direction:column;align-items:center;gap:10px;display:flex}@media screen and (max-width:640px){.info-quiz__content{flex-direction:row}}.info-quiz__image{background:var(--light-gray-color);border-radius:5px;width:100%;height:180px;overflow:hidden}.info-quiz__image img{object-fit:cover;object-position:center top;width:100%;height:100%}@media screen and (max-width:640px){.info-quiz__image{border-radius:5px;flex:0 0 50px;width:50px;height:50px}}.info-quiz__name{text-align:center}@media screen and (max-width:640px){.info-quiz__name{text-align:start}}.info-quiz__offer{font-size:calc(.714286vw + 6.51429px)}@media (max-width:768px){.info-quiz__offer{font-size:12px}}@media (min-width:1328px){.info-quiz__offer{font-size:16px}}.info-quiz__offer{line-height:105%}.info-quiz__wrap-offer{border:2px solid var(--accent-color);background:var(--white-color);border-radius:5px;padding:calc(1.78571vw - 3.71429px);position:relative}@media (max-width:768px){.info-quiz__wrap-offer{padding:10px}}@media (min-width:1328px){.info-quiz__wrap-offer{padding:20px}}.info-quiz__wrap-offer{margin-top:10px}@media screen and (min-width:641px){.info-quiz__wrap-offer{min-height:calc(10.7143vw + 137.714px);margin-top:40px;display:flex}}@media screen and (min-width:641px) and (max-width:768px){.info-quiz__wrap-offer{min-height:220px}}@media screen and (min-width:641px) and (min-width:1328px){.info-quiz__wrap-offer{min-height:280px}}.info-quiz__svg-offer{position:absolute;top:0;left:0;transform:translate(18px,-100%)}@media screen and (max-width:640px){.info-quiz__svg-offer{transform:translate(3px,-80%)scale(.5)}}.quiz-step{position:relative}.quiz-step__bg{position:absolute;top:0;right:0;transform:translate(30%,-5%)}.quiz-step__bg--type-text{transform:translate(-60%,10%)scaleX(-1)}@media screen and (max-width:640px){.quiz-step__bg--type-text{display:none}.quiz-step__bg{transform:translate(30%,-20%)scale(.7)}}.quiz-step__wrap{z-index:2;font-size:calc(.714286vw + 10.5143px);position:relative}@media (max-width:768px){.quiz-step__wrap{font-size:16px}}@media (min-width:1328px){.quiz-step__wrap{font-size:20px}}.quiz-step__wrap{line-height:105%}.quiz-step__question{font-weight:600}.quiz-step__question:not(:last-child){padding-bottom:calc(2.67857vw - .571428px)}@media (max-width:768px){.quiz-step__question:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.quiz-step__question:not(:last-child){padding-bottom:35px}}.quiz-step__input input{background:var(--white-color)}.quiz-step__answer-range{flex-direction:column;gap:10px;display:flex}.quiz-step__range{max-width:187px}.quiz-step__range:not(:last-child){margin-bottom:20px}@media screen and (max-width:640px){.quiz-step__range{max-width:100%}}.quiz-step__range-input{max-width:187px}@media screen and (max-width:640px){.quiz-step__range-input{max-width:100%}}.quiz-step__range-input input{background:var(--white-color)}.quiz-step-finish{position:relative}.quiz-step-finish__bg{position:absolute;top:0;right:0;transform:translate(-10%,-18%)}@media screen and (max-width:640px){.quiz-step-finish__bg{display:none}}.quiz-step-finish__item{z-index:1;position:relative}.quiz-step-finish__item:not(:last-child){margin-bottom:calc(2.67857vw - .571428px)}@media (max-width:768px){.quiz-step-finish__item:not(:last-child){margin-bottom:20px}}@media (min-width:1328px){.quiz-step-finish__item:not(:last-child){margin-bottom:35px}}.quiz-step-finish__label{font-size:calc(.714286vw + 10.5143px)}@media (max-width:768px){.quiz-step-finish__label{font-size:16px}}@media (min-width:1328px){.quiz-step-finish__label{font-size:20px}}.quiz-step-finish__label{font-weight:600;line-height:105%;display:block}.quiz-step-finish__label:not(:last-child){padding-bottom:calc(2.67857vw - .571428px)}@media (max-width:768px){.quiz-step-finish__label:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.quiz-step-finish__label:not(:last-child){padding-bottom:35px}}.quiz-step-finish__input{max-width:554px}.quiz-step-finish__input input{text-align:start;background:var(--white-color)}.quiz-step-finish__select{max-width:554px}.privacy__content{background:#f9f9f9;padding:calc(2.14286vw + 3.54286px) calc(3.57143vw - 7.42857px)}@media (max-width:768px){.privacy__content{padding:20px}}@media (min-width:1328px){.privacy__content{padding:32px 40px}}.privacy__content{border-radius:10px}.privacy__item{background:var(--white-color);border-radius:5px;padding:20px}.privacy__item:not(:last-child){margin-bottom:10px}.privacy__title{font-size:calc(1.78571vw + 4.28571px)}@media (max-width:768px){.privacy__title{font-size:18px}}@media (min-width:1328px){.privacy__title{font-size:28px}}.privacy__title{font-family:var(--font-comfortaa),sans-serif;font-weight:600;line-height:120%}.privacy__title:not(:last-child){padding-bottom:20px}@media screen and (max-width:640px){.scope-use__content{background:var(--light-gray-color);margin:0 -12px;padding:20px 0}}.scope-use .swiper{overflow:visible!important}@media screen and (max-width:1119px){.scope-use .swiper-slide{width:80%;max-width:400px!important}.scope-use .swiper-slide:not(.swiper-slide-active){filter:blur(5px)}}.item-scope-use{height:auto!important}.item-scope-use__item{height:100%}.item-scope-use__items{grid-template-columns:repeat(1,1fr);grid-auto-rows:1fr;gap:calc(1.78571vw - 3.71429px);height:100%;display:grid}@media (max-width:768px){.item-scope-use__items{gap:10px}}@media (min-width:1328px){.item-scope-use__items{gap:20px}}.card-scope-use__wrap{background:var(--white-color);border-radius:5px;height:100%;padding:20px 20px 20px calc(14.2857vw - 89.7143px);position:relative;overflow:hidden;box-shadow:0 4px 8px #0000001a}@media (max-width:768px){.card-scope-use__wrap{padding-left:20px}}@media (min-width:1328px){.card-scope-use__wrap{padding-left:100px}}.card-scope-use__icon{height:100%;position:absolute;bottom:0;left:0}.card-scope-use__icon img{object-fit:contain;object-position:bottom left;width:auto;height:100%;transform:translateY(2px)}@media screen and (max-width:1120px){.card-scope-use:nth-child(2) .card-scope-use__icon{left:auto;right:0}.card-scope-use:nth-child(2) .card-scope-use__icon img{transform:translateY(2px)scaleX(-1)}}.card-scope-use__content{z-index:1;position:relative}.card-scope-use__title{font-size:calc(.714286vw + 10.5143px)}@media (max-width:768px){.card-scope-use__title{font-size:16px}}@media (min-width:1328px){.card-scope-use__title{font-size:20px}}.card-scope-use__title{color:var(--main-color);font-weight:600;line-height:105%}.card-scope-use__title:not(:last-child){padding-bottom:8px}.card-scope-use__desc{font-size:calc(.357143vw + 11.2571px)}@media (max-width:768px){.card-scope-use__desc{font-size:14px}}@media (min-width:1328px){.card-scope-use__desc{font-size:16px}}.card-scope-use__desc{line-height:105%}.order-work{z-index:7;position:relative}@media screen and (min-width:640.6px){.order-work__items{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:20px;display:grid}}.order-work__item--order{height:100%}@media screen and (max-width:640px){.order-work__item--order:not(:last-child){padding-bottom:20px}}.order-work__box-img{flex-direction:column;height:100%;display:flex}.order-work__img{z-index:1;border-radius:5px;flex:0 0 calc(80% - 8px);position:relative;overflow:hidden}.order-work__img img{object-fit:cover;object-position:center;width:100%;height:100%}@media screen and (max-width:640px){.order-work__img{max-height:250px}}.order-work__desc-wrap{background:var(--orange-color);color:var(--white-color);text-align:center;border-radius:10px;flex-grow:1;justify-content:center;align-items:center;margin:-8px 20px 0;padding:40px 20px 32px;display:flex}@media screen and (max-width:640px){.order-work__desc-wrap{padding:28px 12px 20px}}.order-work__desc{font-size:calc(1.42857vw + 5.02857px)}@media (max-width:768px){.order-work__desc{font-size:16px}}@media (min-width:1328px){.order-work__desc{font-size:24px}}.order-work__desc{font-weight:600}.mounting__slider{position:relative}@media screen and (max-width:768px){.mounting__slider{padding-bottom:20px}}.mounting__scrollbar{width:70%;margin:0 auto}.mounting__scrollbar:not(:last-child){margin-bottom:calc(2.67857vw - .571428px)}@media (max-width:768px){.mounting__scrollbar:not(:last-child){margin-bottom:20px}}@media (min-width:1328px){.mounting__scrollbar:not(:last-child){margin-bottom:35px}}@media screen and (max-width:640px){.mounting__item{height:230px!important}}.mounting .swiper{border:7px solid #fff;border-radius:0 12px 12px 0}@media screen and (max-width:640px){.mounting .swiper{border:2px solid #fff;border-radius:12px}}.mounting .swiper:before{content:"";z-index:1;background:linear-gradient(270deg,#fff0 3.99%,#ffffffa8 27.19%,#fff 61.34%);width:100%;height:110%;position:absolute;top:-2px;left:0}@media screen and (max-width:640px){.mounting .swiper:before{background:linear-gradient(#fff 38.66%,#ffffffa8 72.81%,#fff0 96.01%)}}.mounting .parallax-bg{background-position:0 60%;width:200%;height:auto}@media screen and (max-width:768px){.mounting .swiper-button-next,.mounting .swiper-button-prev{visibility:hidden;display:none}}@media screen and (min-width:769px){.mounting__scrollbar{visibility:hidden;display:none}}.item-mounting{height:100%}@media screen and (max-width:640px){.item-mounting{max-height:130px}}.item-mounting__wrap{border-radius:5px;align-items:center;gap:10px;height:100%;display:flex;position:relative;overflow:hidden}.item-mounting__number{align-self:stretch;height:100%;position:absolute}.item-mounting__number svg{width:auto;height:100%;transform:scale(1.9)translate(-10%,-5%)}.item-mounting__number svg text{font-family:var(--font-commissioner),sans-serif;font-weight:600;line-height:105%}@media screen and (min-width:641px){.item-mounting__number svg text{fill:var(--accent-color);fill-opacity:.1}}.item-mounting__content{padding:calc(14.2857vw - 89.7143px) calc(3.57143vw - 7.42857px)}@media (max-width:768px){.item-mounting__content{padding:20px}}@media (min-width:1328px){.item-mounting__content{padding:100px 40px}}.item-mounting__content{flex-direction:column;justify-content:center;display:flex}@media screen and (max-width:640px){.item-mounting__content{padding-left:88px}}.item-mounting__title{font-size:calc(1.07143vw + 5.77143px)}@media (max-width:768px){.item-mounting__title{font-size:14px}}@media (min-width:1328px){.item-mounting__title{font-size:20px}}.item-mounting__title{color:var(--main-color);font-weight:600;line-height:105%}.item-mounting__title:not(:last-child){padding-bottom:10px}.item-mounting__desc{font-size:calc(.357143vw + 11.2571px)}@media (max-width:768px){.item-mounting__desc{font-size:14px}}@media (min-width:1328px){.item-mounting__desc{font-size:16px}}.item-mounting__desc{line-height:90%}@media screen and (max-width:768px){.video-slider .swiper-button-next,.video-slider .swiper-button-prev{visibility:hidden;display:none}}@media screen and (min-width:769px){.video-slider .swiper-pagination{visibility:hidden;display:none}}.video-slider .swiper{overflow:visible!important}@media screen and (min-width:769px){.video-slider .swiper-slide{width:80%;max-width:800px!important}.video-slider .swiper-slide:not(.swiper-slide-active){filter:blur(5px);pointer-events:none}}.video-slider-item{height:100%}.video-slider-item__wrap{background:var(--light-gray-color);border-radius:5px;flex-direction:column;align-items:center;height:100%;padding:20px;display:flex;overflow:hidden}.video-slider-item__video{align-self:stretch;height:calc(8.92857vw + 231.429px)}@media (max-width:768px){.video-slider-item__video{height:300px}}@media (min-width:1328px){.video-slider-item__video{height:350px}}.video-slider-item__video:not(:last-child){padding-bottom:20px}.video-slider-item__link-video{border-radius:10px;height:100%;display:block;position:relative;overflow:hidden}.video-slider-item__link-video:before{content:"";background:#fff6;width:100%;height:100%;transition:all .2s;position:absolute;top:0;left:0}.video-slider-item__link-video:hover:before{background:0 0}.video-slider-item__link-video img{object-fit:cover;width:100%;height:100%}.video-slider-item__play{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.video-slider-item__play-dzen{width:calc(3.57143vw + 32.5714px);position:relative}@media (max-width:768px){.video-slider-item__play-dzen{width:60px}}@media (min-width:1328px){.video-slider-item__play-dzen{width:80px}}.video-slider-item__play-dzen{height:calc(3.57143vw + 32.5714px)}@media (max-width:768px){.video-slider-item__play-dzen{height:60px}}@media (min-width:1328px){.video-slider-item__play-dzen{height:80px}}.video-slider-item__play-dzen{justify-content:center;align-items:center;display:flex}.video-slider-item__play-dzen:after,.video-slider-item__play-dzen:before{content:"";background:#ff6d2e;border-radius:50%;transition:all .45s cubic-bezier(0,0,.4,1.3);display:block;position:absolute;inset:0}.video-slider-item__play-dzen svg{object-fit:contain;z-index:1;width:28px;height:28px;transition:all .3s;position:relative}.video-slider-item__link-video:hover .video-slider-item__play-dzen:before{right:30%;transform:rotate(45deg)}.video-slider-item__link-video:hover .video-slider-item__play-dzen:after{left:30%;transform:rotate(45deg)}.video-slider-item__title{line-height:105%}.video-slider-item__title:not(:last-child){padding-bottom:5px}.video-slider-item__desc{text-align:center;font-weight:500;line-height:105%}.thanks{position:relative}.thanks__bg-ware{object-position:center;position:absolute;top:-3%;left:-740px}@media screen and (max-width:640px){.thanks__bg-ware{top:30%;left:-10%}}@media screen and (min-width:2600px){.thanks__bg-ware{display:none}}.thanks__bg-tank-1{object-fit:contain;width:30%;position:absolute;top:-10%;left:-12%}@media screen and (max-width:640px){.thanks__bg-tank-1{width:80%;top:auto;bottom:-40%;left:-30%}}.thanks__bg-tank-2{object-fit:contain;width:30%;position:absolute;bottom:-20%;right:-12%}@media screen and (max-width:640px){.thanks__bg-tank-2{width:80%;top:0;bottom:auto;right:-30%}}.thanks__container{z-index:2;position:relative}.thanks__desc{font-size:calc(1.07143vw + 9.77143px)}@media (max-width:768px){.thanks__desc{font-size:18px}}@media (min-width:1328px){.thanks__desc{font-size:24px}}.thanks__desc{max-width:804px;line-height:120%}.thanks__desc:not(:last-child){padding-bottom:calc(6.25vw - 28px)}@media (max-width:768px){.thanks__desc:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.thanks__desc:not(:last-child){padding-bottom:55px}}.thanks .video-slider:not(:last-child){padding-bottom:calc(6.25vw - 28px)}@media (max-width:768px){.thanks .video-slider:not(:last-child){padding-bottom:20px}}@media (min-width:1328px){.thanks .video-slider:not(:last-child){padding-bottom:55px}}.thanks__desc-after{font-family:var(--font-comfortaa),sans-serif;font-size:calc(2.14286vw + 3.54286px)}@media (max-width:768px){.thanks__desc-after{font-size:20px}}@media (min-width:1328px){.thanks__desc-after{font-size:32px}}.thanks__desc-after{text-align:center;justify-content:center;font-weight:600;line-height:120%;display:flex}.thanks__desc-after:not(:last-child){padding-bottom:calc(1.78571vw - 3.71429px)}@media (max-width:768px){.thanks__desc-after:not(:last-child){padding-bottom:10px}}@media (min-width:1328px){.thanks__desc-after:not(:last-child){padding-bottom:20px}}.block-n{display:none!important}@media screen and (max-width:640px){.block-n-mob{display:none!important}}@media screen and (min-width:641px){.block-n-desctop{display:none!important}}
