header{height:100%;grid-area:header}.header{min-height:100vh;min-height:calc(var(--vh,1vh) * 100);position:fixed;top:0;left:0;right:100%;bottom:0;z-index:100;overflow:hidden;verscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.35s;transition-delay:.35s;padding:.8rem 0 .8rem .8rem}.header.active{right:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;transition-delay:0s}.header.active .header-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.header-wrapper{position:absolute;top:0;left:0;bottom:0;z-index:2;width:70%;min-width:26.2rem;max-width:26.2rem;-webkit-transition-property:-webkit-transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);height:100%;overflow:auto;gap:.4rem;padding:.8rem;background-color:#f5f5f5}.header-block{padding:1.6rem;gap:1.6rem}.header-feedback .btn_main{padding:1rem 2.4rem 1.2rem;font-size:1.4rem}.header-navigation>:not(:last-child){padding-bottom:1.6rem;border-bottom:.1rem solid rgba(20,41,51,.1)}.header-navigation__search-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.6rem;padding:1rem 1.4rem;border:.2rem solid #f5f5f5;background-color:transparent;-webkit-transition:.3s;transition:.3s;text-align:start;border-radius:.8rem}.header-navigation__search-btn i,.header-navigation__search-btn span{-webkit-transition:.3s;transition:.3s}.header-navigation__search-btn span{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;opacity:.6}.header-navigation__search-btn i{opacity:.3}.header-navigation__search-btn:hover{border-color:#142933}.header-navigation__search-btn:hover i,.header-navigation__search-btn:hover span{opacity:1}.header-navigation__catalog .dropdawn-menu.active{display:none}.header-navigation__href{border:.2rem solid #ff6a4d;padding:.6rem .6rem .8rem;background-color:transparent}.header-navigation__href i{-webkit-transition:.3s;transition:.3s}.header-navigation__href:hover i{color:#ff6a4d}.header-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.8rem}.header-mobile__btn{border:none;padding:1.1rem}.header-mobile__main{padding:.8rem}.header-mobile__logo{width:16.5rem}.header-mobile__menu{gap:.3rem;width:2.4rem;aspect-ratio:1/1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-mobile__menu span{width:1.6rem;height:.2rem;-webkit-transition:.3s;transition:.3s}.btn-menu.active .header-mobile__menu span:first-child{-webkit-transform:rotate(-45deg) translate(-3px,4px);transform:rotate(-45deg) translate(-3px,4px)}.btn-menu.active .header-mobile__menu span:nth-child(2){opacity:0}.btn-menu.active .header-mobile__menu span:last-child{-webkit-transform:rotate(45deg) translate(-3px,-4px);transform:rotate(45deg) translate(-3px,-4px)}@media screen and (min-width:992px){header{padding:0 .8rem}}@media screen and (min-width:1500px){header{padding:0}.header{height:100vh;position:sticky;top:0;overflow:visible}.header-wrapper{position:relative;width:auto;min-width:unset;max-width:none;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);overflow:visible;padding:0;background-color:transparent}.header-mobile{display:none}.header-navigation__catalog .dropdawn-menu{position:absolute;display:block;width:25.4rem;height:100%;top:0;left:calc(100% + .4rem);-webkit-box-shadow:0 2rem 5rem -2rem rgba(0,0,0,.5);box-shadow:0 2rem 5rem -2rem rgba(0,0,0,.5);-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:.3s;transition:.3s;z-index:-1;opacity:0;visibility:hidden}.header-navigation__catalog .dropdawn-menu.active{-webkit-transform:translate(0);transform:translate(0);opacity:1;visibility:visible;display:block}}@font-face{font-family:WixMadeforDisplay;font-weight:400;font-style:normal;font-display:swap;src:url(../fonts/WixMadeforDisplay-Regular/WixMadeforDisplay-Regular.woff2) format("woff2")}@font-face{font-family:WixMadeforDisplay;font-weight:500;font-style:normal;font-display:swap;src:url(../fonts/WixMadeforDisplay-Medium/WixMadeforDisplay-Medium.woff2) format("woff2")}@font-face{font-family:WixMadeforDisplay;font-weight:600;font-style:normal;font-display:swap;src:url(../fonts/WixMadeforDisplay-SemiBold/WixMadeforDisplay-SemiBold.woff2) format("woff2")}html{font-size:62.5%}body{font-family:WixMadeforDisplay,sans-serif;font-optical-sizing:auto;color:#142933;background-color:#f5f5f5;font-size:1.6rem;min-width:360px;height:100%;min-height:100vh;min-height:calc(var(--vh,1vh) * 100);line-height:normal;display:grid;grid-template-columns:100%;grid-template-areas:"header" "main" "footer";-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow-x:hidden}main{grid-area:main;position:relative;z-index:1}main:has(>.banner){padding-top:.8rem}main h1.fs-48{font-size:3rem!important}main h2.fs-48{font-size:2.4rem!important}footer{grid-area:footer}.custome-container{width:100%;padding:0 .8rem}img{width:100%;-o-object-fit:cover;object-fit:cover;height:auto}a{text-decoration:none;color:inherit;-webkit-transition:.3s;transition:.3s}:not(input):focus-visible{outline:#142933 solid 1px;outline-offset:-2px}.section,section{margin-bottom:3.2rem;position:relative}.section-heading{margin-bottom:1.6rem}.section-heading>*{margin-bottom:0}.ratio>picture img{height:100%}.btn-inline{background-color:transparent;border:none;padding:0;-webkit-transition:.3s;transition:.3s;text-align:start}.btn_main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:color,background,.3s;transition:color,background,.3s;border:none;color:#fff;background-color:#ff6a4d;gap:.8rem;font-weight:600;border-radius:.8rem;padding:1.4rem 2.4rem 1.6rem;font-size:1.4rem}.btn_main:disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.btn_main:focus-within{outline:#142933 auto 1px;outline-offset:1px}.btn_white{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:color,background,.3s;transition:color,background,.3s;border:none;color:#142933;background-color:#fff;gap:.8rem;font-weight:600;border-radius:.8rem;padding:1.4rem 2.4rem 1.6rem;font-size:1.4rem}.btn_white:disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.btn_white:focus-within{outline:#142933 auto 1px;outline-offset:1px}.btn_empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:color,background,.3s;transition:color,background,.3s;border:none;color:#142933;background-color:transparent;gap:.8rem;font-weight:600;border-radius:.8rem;padding:1.4rem 2.4rem 1.6rem;font-size:1.4rem;-webkit-box-shadow:inset 0 0 0 2px #ff6a4d;box-shadow:inset 0 0 0 2px #ff6a4d}.btn_empty:disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.btn_empty:focus-within{outline:#142933 auto 1px;outline-offset:1px}.href_main{color:#142933;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem}.href_main.active,.href_main:hover{color:#ff6a4d}.href_main i{color:rgba(20,41,51,.3);-webkit-transition:.3s;transition:.3s}.href_main:hover i{color:currentColor}.href_primary{color:#ff6a4d}.href_primary.active,.href_primary:hover{color:color-mix(in srgb,#ff6a4d 80%,#142933)}.href_o-3{color:rgba(20,41,51,.3)}.href_o-3.active,.href_o-3:hover{color:#ff6a4d}.href_o-6{color:rgba(20,41,51,.6)}.href_o-6.active,.href_o-6:hover{color:#ff6a4d}.href_white{color:#fff}.href_white.active,.href_white:hover{color:#ff6a4d}.border-dashed{border-style:dashed!important}.text-decoration-underline{text-underline-position:auto;text-underline-offset:.22em;text-decoration-thickness:1px}.underline-dashed{text-decoration:underline;-webkit-text-decoration-style:dashed;text-decoration-style:dashed;text-underline-position:auto;text-underline-offset:.22em;text-decoration-thickness:1px}p{font-size:1.4rem;margin-bottom:0;line-height:1.3}p:not(:last-of-type){margin-bottom:10px}.input_white input,.input_white textarea{background-color:#fff;border-radius:.8rem;border:none;width:100%;padding:1.6rem 2.4rem}.input_white input::-webkit-input-placeholder,.input_white textarea::-webkit-input-placeholder{color:#142933;opacity:.5}.input_white input::-moz-placeholder,.input_white textarea::-moz-placeholder{color:#142933;opacity:.5}.input_white input:-ms-input-placeholder,.input_white textarea:-ms-input-placeholder{color:#142933;opacity:.5}.input_white input::-ms-input-placeholder,.input_white textarea::-ms-input-placeholder{color:#142933;opacity:.5}.input_white input::placeholder,.input_white textarea::placeholder{color:#142933;opacity:.5}.input_white input:focus-within,.input_white textarea:focus-within{-webkit-box-shadow:inset 0 0 0 2px #142933;box-shadow:inset 0 0 0 2px #142933}.input_white input:focus-visible,.input_white textarea:focus-visible{outline:0}.input_white input.is-invalid,.input_white input.is-valid,.input_white textarea.is-invalid,.input_white textarea.is-valid{background-repeat:no-repeat;background-position:center right calc(.75em + .375rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.input_white input.is-invalid,.input_white textarea.is-invalid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");-webkit-box-shadow:inset 0 0 0 2px red;box-shadow:inset 0 0 0 2px red}.input_white input.is-valid,.input_white textarea.is-valid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");-webkit-box-shadow:inset 0 0 0 2px green;box-shadow:inset 0 0 0 2px green}.input_white textarea{height:9rem;resize:none}.input_light input,.input_light textarea{background-color:#f5f5f5;border-radius:.8rem;border:none;width:100%;padding:1.6rem 2.4rem}.input_light input::-webkit-input-placeholder,.input_light textarea::-webkit-input-placeholder{color:#142933;opacity:.5}.input_light input::-moz-placeholder,.input_light textarea::-moz-placeholder{color:#142933;opacity:.5}.input_light input:-ms-input-placeholder,.input_light textarea:-ms-input-placeholder{color:#142933;opacity:.5}.input_light input::-ms-input-placeholder,.input_light textarea::-ms-input-placeholder{color:#142933;opacity:.5}.input_light input::placeholder,.input_light textarea::placeholder{color:#142933;opacity:.5}.input_light input:focus-within,.input_light textarea:focus-within{-webkit-box-shadow:inset 0 0 0 2px #142933;box-shadow:inset 0 0 0 2px #142933}.input_light input:focus-visible,.input_light textarea:focus-visible{outline:0}.input_light input.is-invalid,.input_light input.is-valid,.input_light textarea.is-invalid,.input_light textarea.is-valid{background-repeat:no-repeat;background-position:center right calc(.75em + .375rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.input_light input.is-invalid,.input_light textarea.is-invalid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");-webkit-box-shadow:inset 0 0 0 2px red;box-shadow:inset 0 0 0 2px red}.input_light input.is-valid,.input_light textarea.is-valid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");-webkit-box-shadow:inset 0 0 0 2px green;box-shadow:inset 0 0 0 2px green}.input_light textarea{height:9rem;resize:none}.input_empty input,.input_empty textarea{background-color:#fff;border-radius:.8rem;width:100%;padding:1.6rem 2.4rem;border:2px solid #f5f5f5;padding:calc(1.6rem - 2px) calc(2.4rem - 2px)}.input_empty input::-webkit-input-placeholder,.input_empty textarea::-webkit-input-placeholder{color:#142933;opacity:.5}.input_empty input::-moz-placeholder,.input_empty textarea::-moz-placeholder{color:#142933;opacity:.5}.input_empty input:-ms-input-placeholder,.input_empty textarea:-ms-input-placeholder{color:#142933;opacity:.5}.input_empty input::-ms-input-placeholder,.input_empty textarea::-ms-input-placeholder{color:#142933;opacity:.5}.input_empty input::placeholder,.input_empty textarea::placeholder{color:#142933;opacity:.5}.input_empty input:focus-within,.input_empty textarea:focus-within{-webkit-box-shadow:inset 0 0 0 2px #142933;box-shadow:inset 0 0 0 2px #142933}.input_empty input:focus-visible,.input_empty textarea:focus-visible{outline:0}.input_empty input.is-invalid,.input_empty input.is-valid,.input_empty textarea.is-invalid,.input_empty textarea.is-valid{background-repeat:no-repeat;background-position:center right calc(.75em + .375rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.input_empty input.is-invalid,.input_empty textarea.is-invalid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");-webkit-box-shadow:inset 0 0 0 2px red;box-shadow:inset 0 0 0 2px red}.input_empty input.is-valid,.input_empty textarea.is-valid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");-webkit-box-shadow:inset 0 0 0 2px green;box-shadow:inset 0 0 0 2px green}.input_empty textarea{height:9rem;resize:none}.input_empty input:focus-within,.input_empty textarea:focus-within{-webkit-box-shadow:unset;box-shadow:unset;border-color:#142933}.input_empty input.is-invalid,.input_empty textarea.is-invalid{-webkit-box-shadow:unset;box-shadow:unset;border-color:red}.input_empty input.is-valid,.input_empty textarea.is-valid{-webkit-box-shadow:unset;box-shadow:unset;border-color:green}.main-file{border-radius:.8rem;background-color:#fff;padding:.4rem .4rem .4rem 2.4rem}.main-file__label{background-color:#f5f5f5;border-radius:.8rem;padding:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.main-file__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.main-file__list{opacity:.5}.main-file.main-file_light{background-color:#f5f5f5}.main-file.main-file_light .main-file__label{background-color:#fff}.concat-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.concat-input button,.concat-input label{width:100%}.concat-input button,.concat-input label input{border-radius:50rem}.second-input{border:2px solid #fff}.second-input input{color:#fff}.second-input input::-webkit-input-placeholder{color:#fff}.second-input input::-moz-placeholder{color:#fff}.second-input input:-ms-input-placeholder{color:#fff}.second-input input::-ms-input-placeholder{color:#fff}.second-input input::placeholder{color:#fff}.main-select-item{border:2px solid #fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;text-overflow:ellipsis;background:#fff;cursor:pointer}.main-select-item:focus-visible{border-color:#ff6a4d}.main-select-item:disabled{background-color:#e9ecef;border-color:#e9ecef;pointer-events:none}.main-select-btn{pointer-events:none;top:50%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.main-checkbox{cursor:pointer}.main-checkbox input{display:none}.main-checkbox input:checked~span i::before{content:"\e918"}.main-checkbox span{position:relative;padding-left:21px}.main-checkbox span i{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:0}input[type=datetime-local]::-webkit-clear-button{-webkit-appearance:none;display:none}input[type=datetime-local]~i{pointer-events:none}input[type=datetime-local]{color:rgba(135,145,137,.5803921569)}input[type=datetime-local]:focus{color:#142933}.pointer{cursor:pointer}.text-wrap_b{text-wrap:balance}.overflow-auto::-webkit-scrollbar,.overflow-scroll::-webkit-scrollbar,.scroll::-webkit-scrollbar{width:0;height:0}.overflow-auto::-webkit-scrollbar-track,.overflow-scroll::-webkit-scrollbar-track,.scroll::-webkit-scrollbar-track{background:rgba(50,23,77,0)}.overflow-auto::-webkit-scrollbar-thumb,.overflow-scroll::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-thumb{background-color:#ff6a4d;border-radius:0}:-moz-any(.overflow-auto,.overflow-scroll,.scroll){scrollbar-color:rgba(50,23,77,0) rgba(50,23,77,0);scrollbar-width:thin;scrollbar-gutter:stable}.overflow-auto.scroll-visible::-webkit-scrollbar,.overflow-scroll.scroll-visible::-webkit-scrollbar,.scroll.scroll-visible::-webkit-scrollbar{width:4px;height:4px}.overflow-auto.scroll-visible::-webkit-scrollbar-track,.overflow-scroll.scroll-visible::-webkit-scrollbar-track,.scroll.scroll-visible::-webkit-scrollbar-track{background:0 0}.overflow-auto.scroll-visible::-webkit-scrollbar-thumb,.overflow-scroll.scroll-visible::-webkit-scrollbar-thumb,.scroll.scroll-visible::-webkit-scrollbar-thumb{background-color:rgba(20,41,51,.1);border-radius:.4rem}:-moz-any(.overflow-auto.scroll-visible,.overflow-scroll.scroll-visible,.scroll.scroll-visible){scrollbar-color:rgba(20,41,51,.1) none;scrollbar-width:thin;scrollbar-gutter:stable}.lazy[data-src]:not([data-src^="#"]){background:url(../../../images/loader.svg) center/50px no-repeat;width:100%}.dropdawn-menu{display:none;left:0;top:calc(100% + 14px);z-index:10;-webkit-box-shadow:0 30px 50px -30px rgba(0,0,0,.8);box-shadow:0 30px 50px -30px rgba(0,0,0,.8);color:#142933;border-radius:15px}.dropdawn-menu ul li{margin:0}.dropdawn-menu ul li a:hover{color:#ff6a4d}.dropdawn-menu ul li:not(:last-of-type){margin-bottom:15px}.dropdawn-menu.active{display:block}.dropdawn-btn .arrow{-webkit-transition:.3s;transition:.3s}.dropdawn-btn.active .arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.zangdar__wizard .zangdar__step{display:none}.zangdar__wizard .zangdar__step.zangdar__step__active{display:block}.social{height:100%;right:0;top:0}.social-wrapper{top:calc(100% - 25rem);right:.8rem;gap:3.2rem;margin-bottom:3.2rem}.social .scroll-top{padding:.9rem .4rem;border:0}@media screen and (min-width:992px){.section,section{margin-bottom:6.4rem}.section-heading{margin-bottom:3.2rem}.custome-container{width:100%;padding:0 2.891vw}.btn:not(.btn-icon){padding:1vw 1.55vw;gap:1vw;font-size:16px}.btn_empty,.btn_main,.btn_white{font-size:1.6rem}main{padding:.8rem}main:has(>.banner){padding-top:4.3rem}main h1.fs-48,main h2.fs-48{font-size:calc(3rem + .9375vw)!important}p{font-size:1.6rem}}@media screen and (min-width:1500px){body{grid-template-columns:26.2rem calc(100vw - 26.2rem - 1.7rem);grid-template-areas:"header main" "header footer"}.btn-icon{padding:15px}}.pointer-text{cursor:text}.spoiler{--symWH:2.4rem;--symPH:.2rem;--symPW:1.3rem}.spoiler-block:not(.active){display:none}.spoiler-block{overflow:hidden;-webkit-transition:height .35s linear;transition:height .35s linear}.spoiler-btn{cursor:pointer;-webkit-transition:.35s;transition:.35s}.spoiler-icon{min-width:var(--symWH);max-width:var(--symWH);min-height:var(--symWH);max-height:var(--symWH);position:relative}.spoiler-icon::after,.spoiler-icon::before{content:"";display:block;width:var(--symPW);height:var(--symPH);background-color:#142933;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.spoiler-icon::after{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.spoiler .spoiler-btn.active .spoiler-icon::after{-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}.preloader{position:relative;z-index:9999;overflow:hidden}.preloader::before{content:"";position:absolute;z-index:9999;top:0;left:0;right:0;bottom:0;background:#ff6a4d}.preloader::after{content:"";position:absolute;background:url(../../../images/spinner.svg) center/1em no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999;top:0;left:0;right:0;bottom:0;-webkit-animation:.7s ease-in-out infinite loading;animation:.7s ease-in-out infinite loading}body.preloader::before{position:fixed;background:rgba(37,37,37,.5)}body.preloader::after{position:fixed}section.preloader:before{position:absolute;background:rgba(37,37,37,.5)}.btn.preloader:after,button.preloader:after{background-size:1em}@-webkit-keyframes loading{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.form-completed{display:none}.banner-main{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;color:#fff;padding:calc(1.6rem + 1.25vw)}.banner-main.banner-main_empty{padding:0;aspect-ratio:3/2}.banner-main.banner-main_empty .banner-main__img img{display:block}.banner-main::after,.banner-main::before{content:"";width:2.7rem;aspect-ratio:1/1;background-color:#fff;clip-path:path("M26.6274 .819977H0V27.4474C0 23.2039 1.68571 19.1343 4.68629 16.1337L15.3137 5.50626C18.3143 2.50568 22.384 .819977 26.6274 .819977Z");position:absolute;z-index:1}.banner-main::before{top:-1px;left:-1px}.banner-main::after{-webkit-transform:rotate(180deg);transform:rotate(180deg);bottom:-1px;right:-1px}.banner-main__wrapper{position:relative;gap:1.6rem;z-index:1}.banner-main__wrapper h1,.banner-main__wrapper h2{margin-bottom:0}.banner-main__img{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#5c73e5;border-radius:.8rem}.banner-main__img img{display:none}.banner-feedback{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.banner-feedback__info{padding:1.6rem 2.4rem}.banner-feedback__form{padding:2.4rem}.banner-feedback__char{gap:2.4rem}.banner-feedback__char>:first-child{width:14rem}.banner-adv{-ms-flex-wrap:wrap;flex-wrap:wrap}.banner-adv__item{padding:1.6rem;gap:.8rem;-webkit-box-flex:0;-ms-flex:0 0 calc(50% - .4rem);flex:0 0 calc(50% - .4rem)}.banner-block{container:banner/inline-size;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.banner-block_subc .banner-feedback__info{gap:1.6rem}.banner-block_subc .banner-feedback__info>:not(:last-child){padding-bottom:1.6rem;border-bottom:1px solid rgba(20,41,51,.1)}@media screen and (min-width:992px){.banner-main{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;padding:calc(1.6rem + 1.25vw)}.banner-main.banner-main_empty{aspect-ratio:unset}.banner-main::after,.banner-main::before{width:4.7rem;clip-path:path("M46.6274 0H0V46.6274C0 42.384 1.68571 38.3143 4.68629 35.3137L35.3137 4.68629C38.3143 1.6857 42.384 0 46.6274 0Z")}.banner-main__wrapper{gap:3.2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.banner-main__img img{display:block}.banner-feedback{-webkit-box-flex:0;-ms-flex:0 0 36rem;flex:0 0 36rem;min-height:45.2rem}.banner-feedback__info{padding:1.6rem 2.4rem}.banner-feedback__form{padding:2.4rem}.banner-feedback__char{gap:2.4rem}.banner-feedback__char>:first-child{width:14rem}.banner-adv__item{padding:2.4rem;gap:1.6rem;-webkit-box-flex:0;-ms-flex:0 0 calc(25% - .6rem);flex:0 0 calc(25% - .6rem)}.banner-block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.banner-block_subc .banner-main{min-height:60rem}}.catalog-block{display:grid;grid-template-columns:100%;gap:.8rem}.catalog-item{padding:.8rem}.catalog-item__img{background-color:#f5f5f5;aspect-ratio:3/2}.catalog-item__info{padding:1.6rem;gap:1.6rem}.catalog-item_big{grid-row:2 span}@media screen and (min-width:576px){.catalog-block{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.catalog-block{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.catalog-block{grid-template-columns:repeat(4,1fr)}}.solution-heading{max-width:75.2rem}.solution-block{container:products/inline-size;grid-template-columns:auto;grid-auto-flow:column;overflow:auto}.solution-block>*{min-width:33rem;width:47cqw}.solution-grid{grid-template-columns:repeat(2,1fr)}.solution-grid .product-item .product-item__info{padding:.8rem}.solution-grid .product-item .product-item__info p.fs-14{font-size:1.2rem!important}.solution-grid .product-item .btn_main{padding:1rem}.solution-grid .service-item .service-item__info{padding:.8rem}.solution-grid .service-item .service-item__info p.fs-14{font-size:1.2rem!important}@media screen and (min-width:992px){.solution-block,.solution-grid{grid-template-columns:repeat(3,1fr)}.solution-grid .product-item .product-item__info{padding:1.6rem}.solution-grid .product-item .product-item__info p.fs-14{font-size:1.4rem!important}.solution-grid .product-item .btn_main{padding:1.4rem 2.4rem 1.6rem}.solution-grid .service-item .service-item__info{padding:1.6rem}.solution-grid .service-item .service-item__info p.fs-14{font-size:1.4rem!important}.solution-block{grid-auto-flow:unset;overflow:unset}.solution-block>*{min-width:unset;width:100%}}@media screen and (min-width:1200px){.solution-block,.solution-grid{grid-template-columns:repeat(4,1fr)}}.product-item{padding:.8rem}.product-item__img{background-color:#f5f5f5;aspect-ratio:3/2}.product-item__info{padding:1.6rem;gap:1.6rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-item__info button.btn_main{margin-top:auto}.product-item__char{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.4rem}.product-item__char>:first-child{width:8rem}@media screen and (min-width:576px){.product-item__char{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:.8rem}}.choosing-block>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.choosing-block__form,.choosing-block__main{gap:1.6rem}.choosing-block__main{padding:1.6rem}.choosing-block__inputs{display:grid;grid-template-columns:100%}.choosing-block__inputs .input_light input{padding:1.4rem 2.4rem 1.6rem}.choosing-block__inputs .input_light input:focus-within{-webkit-box-shadow:inset 0 0 0 2px #ff6a4d;box-shadow:inset 0 0 0 2px #ff6a4d}.choosing-block__img{display:none;height:55rem}.choosing-radio__item{border:.2rem solid #f5f5f5;padding:1.4rem 2.2rem;-webkit-transition:.3s;transition:.3s}.choosing-radio__item i{-webkit-transition:.3s;transition:.3s;opacity:0}.choosing-radio input{display:none}.choosing-radio input:checked~.choosing-radio__item{border-color:#ff6a4d}.choosing-radio input:checked~.choosing-radio__item i{opacity:1}@media screen and (min-width:992px){.choosing-block__main{padding:2.4rem}.choosing-block__inputs{grid-template-columns:repeat(2,1fr)}.choosing-block__inputs .gc-2{grid-column:span 2}}@media screen and (min-width:1200px){.choosing-block>*{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - .4rem);flex:0 0 calc(50% - .4rem)}.choosing-block__img{display:block;height:55rem}}.service-item{padding:.8rem}.service-item__img{background-color:#f5f5f5;aspect-ratio:3/2}.service-item__info{padding:1.6rem;gap:1.2rem}.works-block{grid-template-columns:auto;grid-auto-flow:column;overflow:auto;container:works/inline-size}.works-block>*{min-width:33rem;width:47cqw}.work-item{container:work-item/inline-size;padding:.8rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.work-item__img{background-color:#f5f5f5;aspect-ratio:3/2}.work-item__info{padding:1.6rem;gap:.8rem}.work-item__status{padding:.4rem .8rem .4rem .4rem}@media screen and (min-width:1200px){.works-block{grid-template-columns:repeat(3,1fr);grid-auto-flow:unset;overflow:unset;grid-template-columns:repeat(2,1fr)}.works-block>*{min-width:unset;width:100%}.work-item__info{padding:1.6rem 2.4rem;gap:1.2rem}.work-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.work-item__img{aspect-ratio:unset;-webkit-box-flex:0;-ms-flex:0 0 54.276cqw;flex:0 0 54.276cqw;min-height:26.7rem;min-width:32rem}}.about-heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about-img{aspect-ratio:3/2}.about-img img{border-radius:1.6rem}.about-img::after,.about-img::before{content:"";width:2.7rem;clip-path:path("M26.6274 .819977H0V27.4474C0 23.2039 1.68571 19.1343 4.68629 16.1337L15.3137 5.50626C18.3143 2.50568 22.384 .819977 26.6274 .819977Z");aspect-ratio:1/1;background-color:#f5f5f5;position:absolute;z-index:1}.about-img::before{top:-1px;left:-1px}.about-img::after{bottom:-1px;right:-1px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.about-info{max-width:111.3rem}.about .contact-block{gap:1.6rem}@media screen and (min-width:992px){.about-img{height:57rem;aspect-ratio:unset}.about-img::after,.about-img::before{width:3.4rem;clip-path:path("M34.9706 .333984H0V35.3045C0 32.1219 1.26428 29.0697 3.51472 26.8193L26.4853 3.8487C28.7357 1.59827 31.788 .333984 34.9706 .333984Z")}.about .contact-block{gap:3.2rem}}@media screen and (min-width:1500px){.about-heading{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about-heading>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.about-heading h2{-webkit-box-flex:0;-ms-flex:0 0 57rem;flex:0 0 57rem}}.companies-wrapper{gap:.8rem;container:companies/inline-size}.companies-top{display:grid;grid-template-columns:100%;gap:.8rem}.companies-top__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.companies-top__companies{display:grid;grid-template-columns:repeat(6,minmax(12.5rem,1fr));overflow:auto;padding:1.2rem 0;gap:1.6rem 0}.companies-top__company{height:7rem;opacity:.4}.companies-top__company img{max-width:100%}.companies-top__statistic{padding:2.4rem;gap:1.6rem}.companies-top__statistic span{font-size:calc(2.4rem + .24vw)}.companies-map{height:50rem}.companies-map__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;bottom:0;left:0;width:100%;padding:.8rem;gap:.8rem}.companies-map__info-item{padding:1.6rem}@media screen and (min-width:992px){.companies-top{gap:3.2rem}.companies-top__statistic{padding:3.2rem}.companies-top__companies{grid-template-columns:repeat(6,1fr);overflow:unset;padding:1.2rem 0;gap:1.6rem 0}.companies-wrapper{gap:3.2rem}.companies-map__info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;bottom:3.2rem}.companies-map__info-item{padding:2.4rem 3.2rem}}@media screen and (min-width:1200px){.companies-top{grid-template-columns:1fr 23.91cqw;gap:2.11cqw}.companies-top__statistic{padding:1.66vw}.companies-wrapper{gap:3.2rem}.reviews-block{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1500px){.companies-top__heading{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.companies-top__heading>h2{max-width:50rem}.companies-top__heading>p{max-width:35.8rem}}.review-item{padding:2.4rem;gap:1.6rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.review-item__avatar{display:-webkit-box;display:-ms-flexbox;display:flex}.review-item__avatar img{width:auto}.questions-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.questions-item{padding:1.6rem}.steps-block{container:steps/inline-size;grid-template-columns:auto;grid-auto-flow:column;overflow:auto}.steps-block>*{min-width:33rem;width:47cqw}.step-item{padding:2.4rem;gap:1.6rem}@media screen and (min-width:1200px){.questions-block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.questions-block>*{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - .4rem);flex:0 0 calc(50% - .4rem)}.questions-item{padding:2.4rem}.steps-block{grid-template-columns:auto repeat(3,1fr);grid-auto-flow:unset;overflow:unset}.steps-block>*{width:100%;min-width:unset}.steps-block>:first-child{width:35.668cqw}}.content-block__wrapper{max-width:107.4rem}.content figcaption,.content ol,.content p,.content ul{margin-bottom:0;font-size:14px;line-height:1.3}.content figcaption a,.content ol a,.content p a,.content ul a{text-decoration:underline;text-underline-position:auto;text-underline-offset:.22em;text-decoration-thickness:1px}.content figcaption a:hover,.content ol a:hover,.content p a:hover,.content ul a:hover{color:#ff6a4d}.content figcaption strong,.content ol strong,.content p strong,.content ul strong{font-weight:500}.content h2,.content h3,.content h4,.content h5,.content h6{font-weight:600;line-height:1.1}.content h2{font-size:2.4rem}.content h3{font-size:2.2rem}.content h4{font-size:2rem}.content h5{font-size:1.8rem}.content h6{font-size:1.6rem}.content>hr{margin-top:1.6rem;margin-bottom:0;opacity:.1}.content>hr:not(:last-child){margin-bottom:1.6rem}.content ol:not(:last-child),.content p:not(:last-child),.content ul:not(:last-child){margin-bottom:.8rem}.content figure,.content h2:not(:last-child),.content h3:not(:last-child),.content h4:not(:last-child),.content h5:not(:last-child),.content h6:not(:last-child),.content table:not(:last-child),.content>div:not(:last-child){margin-bottom:1.6rem}.content p:has(+ul,+ol):not(:last-child){margin-bottom:.8rem}.content [class*=col]{margin-bottom:0!important}.content ol,.content ul{padding-left:2.5rem}.content ol li:not(:last-of-type),.content ul li:not(:last-of-type){margin-bottom:.4rem}.content ol li>figure,.content ol li>ol,.content ol li>ul,.content ul li>figure,.content ul li>ol,.content ul li>ul{margin-top:.5rem}.content ol li>ol li,.content ol li>ul li,.content ul li>ol li,.content ul li>ul li{list-style-type:unset}.content ol li>ul,.content ul li>ul{padding-left:1.5rem}.content ol li>ol,.content ul li>ol{padding-left:0}.content ul li{list-style-type:disc}.content a:not(.btn){text-decoration:underline}.content-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;padding:2.4rem;gap:1.6rem;border-radius:1.2rem}.content-info>*{margin-bottom:0!important}.content-info::after,.content-info::before{content:"";width:2.7rem;clip-path:path("M26.6274 .819977H0V27.4474C0 23.2039 1.68571 19.1343 4.68629 16.1337L15.3137 5.50626C18.3143 2.50568 22.384 .819977 26.6274 .819977Z");aspect-ratio:1/1;background-color:#f5f5f5;position:absolute;z-index:1}.content-info::before{top:-1px;left:-1px}.content-info::after{bottom:-1px;right:-1px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.content-info_main{background-color:#ff6a4d;color:#fff}.content-info_white{background-color:#fff}.content__products{display:grid;grid-template-columns:repeat(auto-fit,250px);grid-auto-flow:column;overflow:auto;gap:20px}.content__products>*{min-width:250px}.content-feedback-desc p{font-weight:600}.content .table-responsive{width:100%;overflow:auto}.content table{border-collapse:separate;width:100%;height:100%}.content table thead td,.content table thead th{font-weight:500}.content table tr:not(:last-child){margin-bottom:.2rem}.content table td,.content table th{padding:1.2rem 1.4rem;font-size:1.4rem;white-space:nowrap;background-color:#fff;border-radius:.8rem;min-width:23.6rem;max-width:23.6rem;text-wrap:balance;vertical-align:baseline}.content table td:not(:last-child),.content table th:not(:last-child){margin-right:.2rem}.content table th{font-weight:600}.content figure{display:grid;gap:.8rem;padding:.8rem;background-color:#fff;border-radius:1.6rem}.content figure img{border-radius:.8rem;aspect-ratio:16/9}.content-img,.content-video{padding:.8rem;border-radius:.8rem;background-color:#fff;position:relative}.content-img img,.content-img video,.content-video img,.content-video video{border-radius:.8rem}.content-img::after,.content-img::before,.content-video::after,.content-video::before{content:"";width:2.7rem;aspect-ratio:1/1;background-color:#fff;clip-path:path("M26.6274 .819977H0V27.4474C0 23.2039 1.68571 19.1343 4.68629 16.1337L15.3137 5.50626C18.3143 2.50568 22.384 .819977 26.6274 .819977Z");position:absolute;z-index:1}.content-img::before,.content-video::before{top:.7rem;left:.7rem}.content-img::after,.content-video::after{-webkit-transform:rotate(180deg);transform:rotate(180deg);bottom:.7rem;right:.7rem}.content-video{position:relative}.content-video .icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:992px){.content figcaption,.content ol,.content p,.content ul{font-size:16px}.content>hr{margin-top:3.2rem}.content>hr:not(:last-child){margin-bottom:3.2rem}.content ol:not(:last-child),.content p:not(:last-child),.content ul:not(:last-child){margin-bottom:1.6rem}.content figure,.content h2:not(:last-child),.content h3:not(:last-child),.content h4:not(:last-child),.content h5:not(:last-child),.content h6:not(:last-child),.content table:not(:last-child),.content>div:not(:last-child){margin-bottom:3.2rem}.content h2{font-size:3.2rem}.content h3{font-size:3rem}.content h4{font-size:2.8rem}.content h5{font-size:2.6rem}.content h6{font-size:2.4rem}.content table{width:100%;height:100%}.content table thead td,.content table thead th{font-weight:500}.content table tr>:first-child{width:37.4rem}.content table td,.content table th{padding:1.6rem 2.4rem;font-size:1.6rem;min-width:unset;max-width:unset}.content-info{padding:3.2rem}.content-info::after,.content-info::before{width:3.4rem;clip-path:path("M34.9706 .333984H0V35.3045C0 32.1219 1.26428 29.0697 3.51472 26.8193L26.4853 3.8487C28.7357 1.59827 31.788 .333984 34.9706 .333984Z")}.content-img::after,.content-img::before,.content-video::after,.content-video::before{width:4.7rem;clip-path:path("M46.6274 0H0V46.6274C0 42.384 1.68571 38.3143 4.68629 35.3137L35.3137 4.68629C38.3143 1.6857 42.384 0 46.6274 0Z")}}.footer{padding:0 .8rem .8rem}.footer-container{padding:2.4rem 0}.footer-container .custome-container{padding:0 2.4rem}.footer-wrapper{gap:3.2rem;container:footer/inline-size}.footer-wrapper>:not(:last-child){padding-bottom:3.2rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer-info,.footer-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-top{gap:2.4rem}.footer-info{gap:3.2rem}.footer-day{width:5rem}.footer-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-bottom__rules{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}.scroll-top{background-color:#ff6a4d;border:5px solid #fff;bottom:-30px;right:20px;cursor:pointer;z-index:1}.footer-sticky{position:sticky;bottom:0;width:100%;z-index:99;padding:.4rem}.footer-sticky__wrapper{gap:.4rem}.footer-sticky__btn{background-color:#fff;border:none;padding:.8rem;gap:.2rem;border-radius:.8rem;-webkit-box-flex:1;-ms-flex:1 0 calc(20% - .32rem);flex:1 0 calc(20% - .32rem)}.footer-sticky .btn-menu .header-mobile__menu{width:1.8rem;gap:.2rem}.footer-sticky .btn-menu .header-mobile__menu span{display:block;width:12px;height:1px}.footer-sticky .btn-menu.active .header-mobile__menu span:first-child{-webkit-transform:rotate(-45deg) translate(-1px,3px);transform:rotate(-45deg) translate(-1px,3px)}.footer-sticky .btn-menu.active .header-mobile__menu span:last-child{-webkit-transform:rotate(45deg) translate(-1px,-3px);transform:rotate(45deg) translate(-1px,-3px)}@media screen and (min-width:992px){.footer-container{padding:3.2rem 0}.footer-container .custome-container{padding:0 2.891vw}.footer-top{gap:1.6rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.footer-info{width:68.032cqw;min-width:72rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0}.footer-bottom{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.footer-bottom__rules{width:49.8cqw;min-width:72rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0}.footer-sticky{width:800px;left:calc((100vw - 800px)/ 2);border-radius:1.6rem 1.6rem 0 0;padding:.8rem}.footer-sticky .custome-container{padding:0}}@media screen and (min-width:1500px){.footer-info{min-width:85rem}.footer-bottom__rules{width:49.8cqw;min-width:72rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.breadcrumbs{padding:.8rem 0;margin-bottom:.8rem}.breadcrumbs-nav{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto}.breadcrumbs-nav-item{opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:1.4rem;gap:.4rem;line-height:1.2}.breadcrumbs-nav-item i{display:none}.breadcrumbs-nav-item:not(.breadcrumbs-nav-item-disabled){opacity:.6;position:relative}.breadcrumbs-nav-item:not(.breadcrumbs-nav-item-disabled) i{display:block}.breadcrumbs-nav-item:not(.breadcrumbs-nav-item-disabled).active,.breadcrumbs-nav-item:not(.breadcrumbs-nav-item-disabled):hover{opacity:1}.subcategory .spoiler-block{min-height:8rem;position:relative}.subcategory .spoiler-block::before{content:"";width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;border:1.6rem solid #fff}.subcategory .spoiler-block:not(.active){display:block;height:8rem}.subcategory-block{padding:1.6rem}.subcategory-block [class*=text-col]{-webkit-column-gap:1.6rem;-moz-column-gap:1.6rem;column-gap:1.6rem}.subcategory-block [class*=text-col] a{margin-bottom:1.6rem}@media screen and (min-width:992px){.breadcrumbs-nav{-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:visible}.breadcrumbs-nav-item{font-size:1.6rem}.subcategory .spoiler-block{min-height:10rem}.subcategory .spoiler-block::before{border:2.4rem solid #fff}.subcategory .spoiler-block:not(.active){display:block;height:10rem}.subcategory-block{padding:2.4rem}.subcategory-block [class*=text-col]{-webkit-column-gap:3.2rem;-moz-column-gap:3.2rem;column-gap:3.2rem}.subcategory-block [class*=text-col] a{margin-bottom:1.6rem}}.equipment-block{container:equipment/inline-size;grid-template-columns:auto;grid-auto-flow:column;overflow:auto}.equipment-item{padding:1.6rem;gap:2.4rem;min-width:24rem;width:30cqw}@media screen and (min-width:1200px){.equipment-block{grid-auto-flow:unset;overflow:unset;grid-template-columns:repeat(4,1fr)}.equipment-item{padding:2.4rem;gap:3.2rem;min-width:unset;width:100%}}.delivery-block{gap:1.6rem;container:delivery/inline-size;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.delivery-type{width:100%;margin-right:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;overflow:auto}.delivery-info{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.delivery-info .banner-feedback{min-height:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.delivery-item{padding:.8rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:33rem;width:47cqw}.delivery-item__img{background-color:#f5f5f5;aspect-ratio:3/2}.delivery-item__chars,.delivery-item__info{gap:1.6rem}.delivery-item__info{padding:1.6rem}@media screen and (min-width:992px){.delivery-block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0}.delivery-type{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:0;-ms-flex:0 0 51.189cqw;flex:0 0 51.189cqw;margin-right:2.1136cqw;overflow:unset}.delivery-info{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.delivery-info .banner-feedback{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.delivery-info .banner-feedback .banner-feedback__form{min-width:23.779cqw}.delivery-item{min-width:unset;width:100%}}@media screen and (min-width:1350px){.delivery-info .banner-feedback{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width:1500px){.delivery-type{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-right:2.1136cqw}.delivery-info{-webkit-box-flex:0;-ms-flex:0 0 46.7cqw;flex:0 0 46.7cqw}.delivery-info .banner-feedback{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:1600px){.delivery-info .banner-feedback{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.compound .section-heading{position:relative;z-index:1;margin-bottom:0}.compound .section-heading h2{margin-bottom:0}.compound-tabs .js-tabs__tab{padding:.4rem .8rem;background-color:#fff;color:rgba(20,41,51,.6)}.compound-tabs .js-tabs__tab.active{background-color:#ff6a4d;color:#fff}.compound-tabs .js-tabs__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.6rem}.compound-tabs .js-tabs__content{overflow:auto}.compound-content{background-color:#f5f5f5;height:50rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 1rem}.compound-content img{width:auto}.compound-item{padding:.4rem}.compound-item i{-webkit-transition:.3s;transition:.3s;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.compound-item:hover i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.compound-item_1{top:48%;left:40%}.compound-item_2{top:10%;left:98%}.compound-item_3{top:25%;left:92%}.compound-item_4{top:38%;left:70%}.compound-item_5{top:6%;left:62%}.compound-item_6{top:18%;left:23%}.compound-item_7{top:46%;left:14%}.compound-item_8{top:64%;left:96%}.compound-item_9{top:0;left:73%}.compound-item_10{top:8%;left:85%}.compound-item_11{top:84%;left:82%}.compound-item_12{top:2%;left:78%}.compound-item_13{top:5%;left:52%}.compound-item_14{top:10%;left:68%}.compound-item_15{top:52%;left:48%}.compound-item_16{top:48%;left:56%}.compound-item_17{top:82%;left:72%}.compound-item_18{top:80%;left:60%}.compound-item_19{top:88%;left:54%}.compound-item_20{top:23%;left:36%}.compound-item_21{top:80%;left:10%}.compound-item_22{top:30%;left:11%}.compound-item_23{top:42%;left:-.5%}.compound-item_24{top:10%;left:14%}.compound-item2_1{top:47%;left:37%}.compound-item2_2{top:5%;left:95%}.compound-item2_3{top:25%;left:92%}.compound-item2_4{top:38%;left:70%}.compound-item2_5{top:6%;left:62%}.compound-item2_6{top:9%;left:22%}.compound-item2_7{top:46%;left:8%}.compound-item2_8{top:50%;left:89%}.compound-item2_9{top:16%;left:66%}.compound-item2_10{top:8%;left:85%}.compound-item2_11{top:9%;left:66%}.compound-item2_12{top:12%;left:45%}.compound-item2_13{top:5%;left:52%}.compound-item2_14{top:82%;left:16%}.compound-item2_15{top:12%;left:56%}.compound-item2_16{top:77%;left:84%}.compound-item2_17{top:92%;left:75%}.compound-item2_18{top:77%;left:48%}.compound-item2_19{top:80%;left:60%}.compound-item2_20{top:84%;left:80%}.compound-item2_21{top:82%;left:68%}.compound-item2_22{top:90%;left:53%}.compound-item2_23{top:90%;left:68%}.compound-item2_24{top:0;left:78%}@media screen and (min-width:992px){.compound-tabs .js-tabs__tab{padding:.8rem 1.6rem}.compound-tabs .js-tabs__nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3.2rem}.compound-tabs .js-tabs__content{overflow:unset}.compound-content{max-height:81.8rem;height:auto;width:100%;margin:0}.compound-content img{width:100%}}.pagination-prev{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.pagination-item.active{pointer-events:none;cursor:default;opacity:.5}.pagination-item:not(.pagination-next,.pagination-prev){width:3.6rem;padding:1rem;border-radius:.6rem;background:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem}.pagination-item:not(.pagination-next,.pagination-prev).active,.pagination-item:not(.pagination-next,.pagination-prev):hover{background-color:#ff6a4d;color:#fff}.pagination-block{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.contact-block{container:contact/inline-size;gap:1.6rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact-block__right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact-block__left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.contact-block__feedback{-webkit-box-flex:0;-ms-flex:0 0 37.6rem;flex:0 0 37.6rem;padding:.8rem}.contact-block__social-item{padding:2rem;gap:1.6rem}.contact-block__info{gap:1.6rem}.contact-block__info>*{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - .8rem);flex:0 0 calc(50% - .8rem)}.contact-block__info-col{gap:2.4rem}.contact-map .companies-map{aspect-ratio:3/2;height:auto}@media screen and (min-width:992px){.pagination-item:not(.pagination-next,.pagination-prev){font-size:1.6rem;width:5rem}.contact-block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0}.contact-block__left,.contact-block__social{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.contact-block__left{margin-right:2.1136cqw}.contact-block__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 73.9rem;flex:0 0 73.9rem;-ms-flex:0 0 48.812cqw;flex:0 0 48.812cqw;-ms-flex:0 0 38.49vw;flex:0 0 38.49vw}.contact-block__social{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.contact-block__social-item{padding:4rem}.contact-block__info{gap:3.2rem}.contact-block__info>*{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 1.6rem);flex:0 0 calc(50% - 1.6rem)}.contact-block__info-col{gap:3.6rem}.contact-map .companies-map{aspect-ratio:unset;height:57rem}}@media screen and (min-width:1500px){.contact-block__right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:0;-ms-flex:0 0 73.9rem;flex:0 0 73.9rem;-ms-flex:0 0 48.812cqw;flex:0 0 48.812cqw;-ms-flex:0 0 38.49vw;flex:0 0 38.49vw}.contact-block__social{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.articles-block{container:articles/inline-size}.articles-content{display:grid;grid-template-columns:100%}.articles-years{padding-bottom:.8rem;gap:1.6rem}.articles-container{gap:1.6rem}.articles-container .js-tabs__content-container{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.articles-container .js-tabs__tab{background-color:#fff;padding:1.4rem 2.4rem 1.6rem}.articles-container .js-tabs__tab.active{background-color:#ff6a4d;color:#fff}.article-block{container:article/inline-size}.article-block__grid{display:grid;grid-template-columns:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.6rem;grid-template-areas:"heading" "index" "content"}.article-block__grid .section-heading{grid-area:heading;margin-bottom:0}.article-block__grid .content{grid-area:content}.article-block__feedback{grid-area:index}.article-block__feedback li{-webkit-transition:.3s;transition:.3s}.article-block__feedback li:has(.href_main.active),.article-block__feedback li:has(.href_main:hover){color:#ff6a4d}.article-conntent{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (min-width:992px){.articles-container{gap:3.2rem}.articles-container .js-tabs__content-container{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.articles-content{grid-template-columns:1fr auto}.articles-years{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:6.4rem;padding-left:4.22cqw;gap:2.4rem;position:sticky;top:0}.article-block__grid{grid-template-columns:1fr 37.6rem;grid-template-columns:1fr minmax(35rem,24.835cqw);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3.2rem 4.8rem;gap:3.2rem 3.17cqw;grid-template-areas:"heading index" "content index"}.article-block__feedback{padding:.8rem;position:sticky;top:0}.article-block__feedback .spoiler-btn{pointer-events:none}.article-block__feedback .spoiler-btn .spoiler-icon{display:none}.article-block__feedback .spoiler-block{display:block;height:auto!important}.article-conntent{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.error{padding-top:.8rem}.error-block{height:35rem;gap:3.2rem}.error-block::after,.error-block::before{content:"";width:2.7rem;clip-path:path("M26.6274 .819977H0V27.4474C0 23.2039 1.68571 19.1343 4.68629 16.1337L15.3137 5.50626C18.3143 2.50568 22.384 .819977 26.6274 .819977Z");aspect-ratio:1/1;background-color:#f5f5f5;position:absolute;z-index:1}.error-block::before{top:-1px;left:0}.error-block::after{bottom:-1px;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (min-width:992px){.error{padding-top:0}.error-block{height:45rem}.error-block::after,.error-block::before{width:4.7rem;clip-path:path("M46.6274 0H0V46.6274C0 42.384 1.68571 38.3143 4.68629 35.3137L35.3137 4.68629C38.3143 1.6857 42.384 0 46.6274 0Z")}}/*! purgecss start ignore */.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-content{overflow:hidden;position:relative;border:none;background:#fff;border-radius:1.6rem;-webkit-box-shadow:0 80px 100px -80px rgba(5,13,51,.5);box-shadow:0 80px 100px -80px rgba(5,13,51,.5);padding:0}.modal-header{border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px 0 0;margin-bottom:0}.modal-header>div,.modal-header>hr{display:none}.modal-header .btn-close{z-index:10}.modal-body{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-backdrop{background:#142933;--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.show{opacity:.4}.modal-backdrop.fade{opacity:0}.modal .btn-close{padding:0;margin:1rem 1rem 0 0}.modal .btn-close i{font-size:2rem}.modal-bottom,.modal-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2.4rem}.modal-top{gap:1.6rem}.modal-bottom{background-color:#f5f5f5;gap:.8rem}.modal-buy__img::after,.modal-buy__img::before{content:"";width:2.7rem;clip-path:path("M26.6274 .819977H0V27.4474C0 23.2039 1.68571 19.1343 4.68629 16.1337L15.3137 5.50626C18.3143 2.50568 22.384 .819977 26.6274 .819977Z");aspect-ratio:1/1;background-color:#fff;position:absolute;z-index:1}.modal-buy__img::before{top:-1px;left:-1px}.modal-buy__img::after{bottom:-1px;right:-1px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.modal .content h2:not(:last-child),.modal .content h3:not(:last-child),.modal .content h4:not(:last-child),.modal .content h5:not(:last-child),.modal .content h6:not(:last-child),.modal .content ol:not(:last-child),.modal .content p:not(:last-child),.modal .content table:not(:last-child),.modal .content ul:not(:last-child),.modal .content>div:not(:last-child){margin-bottom:15px}.modal .content p~ol,.modal .content p~ul{margin-top:-10px}.modal .content>hr{margin-top:20px}.modal .content>hr:not(:last-child){margin-bottom:20px}.modal-search__btn{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:2.4rem;opacity:.3}.modal-search__btn:hover{opacity:1}.modal-search__result{width:100%;padding:1.6rem 2.4rem;-webkit-box-shadow:0 30px 50px -30px rgba(0,0,0,.8);box-shadow:0 30px 50px -30px rgba(0,0,0,.8);top:calc(100% + 1rem);left:0;display:none}.modal-search__result.active{display:block}.modal-search__result-wrapper{max-height:20rem}.modal-city__grid{display:grid;grid-template-columns:100%}.modal-city__block{padding:1.6rem 1.6rem 1.6rem 2.4rem}.modal-city__block-wrapper{max-height:20rem;padding-right:1.6rem}.modal-city__block-wrapper .modal-city__region:not(:last-child){padding-bottom:1.6rem;border-bottom:1px solid rgba(20,41,51,.1)}.modal-success{max-width:410px}.modal-success .modal-top{gap:30px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-success .modal-top button,.modal-success .modal-top span{width:275px}.modal-success .modal-img{height:100px}.modal-success .modal-img img{width:auto}.modal-backdrop.show{opacity:.5}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade:not(.show){opacity:0}@media screen and (min-width:992px){.modal .btn-close i{font-size:2.4rem}.modal-bottom,.modal-top{padding:3.2rem}.modal-buy__img::after,.modal-buy__img::before{width:4.7rem;clip-path:path("M46.6274 0H0V46.6274C0 42.384 1.68571 38.3143 4.68629 35.3137L35.3137 4.68629C38.3143 1.6857 42.384 0 46.6274 0Z")}.modal-city__grid{grid-template-columns:repeat(3,1fr)}.modal-city__block-wrapper{max-height:40.4rem}}/*! purgecss end ignore */.search-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 1.6rem);position:absolute;top:5px;left:0;z-index:1;margin:0 .8rem;-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0;-webkit-transition:.3s;transition:.3s;height:100%}.search-block{position:fixed;top:100%;right:0;bottom:0;height:calc(var(--vh,1vh) * 100 - 5.9rem);width:100%;overflow:hidden;margin-left:auto;z-index:10;-webkit-transition-delay:.35s;transition-delay:.35s}.search-block.active{top:0;-webkit-transition-delay:0s;transition-delay:0s}.search-block.active .search-wrapper{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.search-block__wrapper{gap:1.6rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2.4rem 0}.search-block__default,.search-block__result{gap:20px}.search-block__result{display:none}.search-block__default,.search-block__result.active{display:-webkit-box;display:-ms-flexbox;display:flex}.search-block__default.inactive{display:none}.search-block__input label[class*=input] input{padding:15px 20px}.search-block__input button{top:50%;right:.4rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#fff;padding:10px;border-radius:.8rem}.search-block__input button:hover{background-color:#ff6a4d;color:#fff}.search-block__close{background-color:transparent;padding:0;font-size:20px}.search-block__value{display:none}.search-block__value.active{display:block}.search-block__value-category{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.search-block__value-category a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:10px}.search-block__value-category a i{opacity:.4;-webkit-transition:.3s;transition:.3s}.search-block__value-category a:hover i{opacity:1}.search-block__value-products{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.search-block__value-product{gap:20px;padding:20px;background-color:#fff}.search-block__value-product__img{width:100px;aspect-ratio:1/1}@media screen and (min-width:992px){.search-block__wrapper{gap:3.2rem;padding:4rem 0}.search-block__default,.search-block__result{gap:3.2rem}.search-block__input .input_white input{padding:2.4rem 3.2rem}.search-block__input button{right:1.2rem}.search-block__close{font-size:40px}.search-block__value-category{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px}.search-block__value-products{grid-template-columns:repeat(4,1fr)}.search-block__value-product__img{width:150px}}@media screen and (min-width:1500px){.search-block{width:calc(100vw - 26.2rem - 1.7rem);min-height:100vh;height:auto;right:1.6rem}.search-block__value-products{grid-template-columns:repeat(4,1fr)}.search-block__value-product{padding:1.5vw}}@media screen and (min-width:1470px){.search-block__value-products{grid-template-columns:repeat(5,1fr)}.search-block__value-product{padding:1.5vw}}