@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Inter:regular,500,700&display=swap);@font-face{font-family:icons;font-display:swap;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff");font-weight:400;font-style:normal}.checkbox__label:before,.scroll-top::before,[class*=_icon-]:before{font-family:icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=_icon-]:before{display:block}._icon-message:before{content:"\e900"}._icon-phone:before{content:"\e901"}._icon-tweeter:before{content:"\e902"}._icon-checked:before{content:"\e904"}._icon-facebook:before{content:"\e905"}._icon-location:before{content:"\e906"}._icon-arrow:before{content:"\e903"}:root{--primary:#3f3f3f;--secondary:#009999;--accent:#28bebe;--gray:#bbb;--inverse:#fff;--bg-primary:#fff;--bg-secondary:#009999;--bg-accent:#28bebe;--bg-secondary-transparent:rgba(0, 153, 153, 0.1);--bg-inverse:#3c3c3c;--text-primary:#3f3f3f;--text-secondary:#009999;--text-gray:#bbb;--text-accent:#28bebe;--text-inverse:#fff}*{padding:0;margin:0;border:0}*,*:after,*:before{box-sizing:border-box}body,html{height:100%;min-width:320px}body{color:var(--primary);line-height:1;font-family:Inter;font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:Inter;font-size:inherit;line-height:inherit}button{cursor:pointer;color:inherit;background-color:transparent}a{color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}summary::-webkit-details-marker,summary::marker{display:none;font-size:0}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper > main{flex:1 1 auto}.wrapper > *{min-width:0}[class*=__container]{max-width:91.875rem;margin:0 auto;padding:0 .9375rem}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none;appearance:none}.input,.textarea{width:100%;display:block;padding:.5rem .8125rem;border-radius:.25rem;border:.0625rem solid var(--gray);background:var(--bg-primary);transition:border .3s ease}.input:focus-visible,.textarea:focus-visible{border:.0625rem solid var(--secondary)}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:inherit}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:inherit}.input::-ms-input-placeholder,.textarea::-ms-input-placeholder{color:inherit}.input::placeholder,.textarea::placeholder{color:inherit}.input._form-focus,.textarea._form-focus{outline:.0625rem solid var(--accent)}.textarea{resize:vertical;min-height:3.75rem}.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder{-webkit-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder{-ms-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder{-ms-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::placeholder{transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder{opacity:0}.checkbox{position:relative}.checkbox:not(:last-child){margin-bottom:.3125em}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:checked + .checkbox__label:before{border:.0625rem solid var(--gray);color:var(--text-secondary)}.checkbox__label{cursor:pointer;display:inline-flex;flex-wrap:wrap;position:relative;gap:.625rem}.checkbox__label:before{content:"\e904";align-self:flex-start;flex:0 0 .8125rem;width:.8125rem;height:.8125rem;border:.0625rem solid var(--gray);border-radius:.15625rem;background-color:var(--bg-primary);color:var(--text-inverse);font-size:.5rem;display:flex;justify-content:center;align-items:center;transition:color .3s ease}.checkbox__link,.checkbox__text{align-self:center}body::after{content:"";background-color:rgba(0,0,0,.5);position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;transition:opacity .8s ease 0s;pointer-events:none;z-index:149}.popup-show body::after{opacity:1}.popup{position:fixed;top:0;left:0;bottom:0;right:0;padding:1.25rem;transition:visibility .8s ease 0s;visibility:hidden;pointer-events:none}.popup_show{z-index:150;visibility:visible;overflow:auto;pointer-events:auto}.popup_show .popup__content{visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.popup__wrapper{display:flex;flex-direction:column;align-items:center;min-height:100%;flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center}.popup__content{visibility:hidden;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .3s ease 0s;transition:transform .3s ease 0s;transition:transform .3s ease 0s,-webkit-transform .3s ease 0s;background-color:transparent;width:100%;max-width:-webkit-max-content;max-width:max-content;border-radius:1.25rem}.lock .popup__content{visibility:visible}.popup__text{position:relative;padding-bottom:50%}.popup__text iframe{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.popup__close{position:absolute;top:1%;right:1%;width:1.875rem;height:1.875rem;z-index:3}.popup__close::after,.popup__close::before{content:"";position:absolute;top:50%;left:0;width:100%;height:.125rem;background-color:var(--bg-secondary);border-radius:.3125rem}.popup__close::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.popup__close::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#popup-message .popup__content{display:flex;flex-wrap:wrap-reverse;flex-direction:row-reverse;justify-content:center;text-align:center;align-items:center;gap:.625rem 1.875rem;background-color:var(--bg-primary);border-radius:.75rem}#popup-message .popup__close{flex:0 0 1.875rem;width:1.875rem;height:1.875rem;position:relative}#popup-message .popup__close::after,#popup-message .popup__close::before{top:47%;background-color:var(--bg-secondary)}#popup-message .popup__text{flex:0 1 auto;padding:0;display:flex;text-transform:uppercase;align-items:center;line-height:2;color:var(--text-secondary)}[class*=-ibg]{position:relative}[class*=-ibg] img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}[class*=-ibg--contain] img{-o-object-fit:contain;object-fit:contain}.page{display:flex;flex-direction:column;min-height:100%}.page__main{flex:1 1 auto;padding-top:5rem}.page__products{position:relative}.page__bread-crumbs{padding-top:6.25rem;padding-bottom:1.25rem}.page__footer-template,.page__header-template{background-color:var(--bg-secondary-transparent)}.contact-template__link,.footer__link,.menu__link,.spollers-menu__link,.spollers-menu__title span{transition:color .4s ease;position:relative;max-width:-webkit-max-content;max-width:max-content;display:block}.contact-template__link::after,.footer__link::after,.menu__link::after,.spollers-menu__link::after,.spollers-menu__title span::after{position:absolute;content:"";width:0;height:.125rem;bottom:-.25rem;border-radius:.25rem;left:50%;transition:width .4s ease,left .4s ease}.body-template-content__button,.body-template-content__item,.body-template-content__text p,.career__item,.career__label,.career__title,.download__item,.download__title,.gallery__item-ibg,.gallery__label,.gallery__title,.header-template-navigation__item,.header-template__active,.slider-small__slide{opacity:0}@-webkit-keyframes show-low-bottom{0%{-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes show-low-bottom{0%{-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes show-bottom{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes show-bottom{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes show-top{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes show-top{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes show-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes show-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes show-low-right{0%{-webkit-transform:translateX(1.25rem);transform:translateX(1.25rem)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes show-low-right{0%{-webkit-transform:translateX(1.25rem);transform:translateX(1.25rem)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes show-right{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes show-right{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}.about__button,.about__column > *,.about__title,.contacts__title,.footer__copyright,.form-contact__button,.form-contact__item,.main-contacts__item,.products__body,.products__title,.social__container{opacity:0;transition:opacity .5s ease,-webkit-transform .5s ease;transition:transform .5s ease,opacity .5s ease;transition:transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}._watcher-view.about__button,._watcher-view.about__title,._watcher-view.contacts__title,._watcher-view.footer__copyright,._watcher-view.form-contact__button,._watcher-view.form-contact__item,._watcher-view.main-contacts__item,._watcher-view.products__body,._watcher-view.products__title,._watcher-view.social__container,.about__column > ._watcher-view{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.footer-template-advantages__item,.footer-template-desription__text p,.footer-template-desription__title,.products__image-ibg--contain{opacity:0;transition:opacity .6s ease,-webkit-transform .6s ease;transition:transform .6s ease,opacity .6s ease;transition:transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;-webkit-transform:translateX(1.25rem);transform:translateX(1.25rem)}._watcher-view.footer-template-advantages__item,._watcher-view.footer-template-desription__title,._watcher-view.products__image-ibg--contain,.footer-template-desription__text p._watcher-view{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.map-body{-webkit-filter:blur(10px);filter:blur(10px);transition:-webkit-filter .4s ease .4s;transition:filter .4s ease .4s;transition:filter .4s ease .4s,-webkit-filter .4s ease .4s}._watcher-view.map-body{-webkit-filter:blur(0);filter:blur(0)}.title{color:var(--text-secondary);font-weight:500;line-height:1.6}.title--center{text-align:center}.text{font-size:1rem;line-height:1.63}.button{display:block;width:-webkit-max-content;width:max-content;overflow:hidden;padding:.9375rem 2.0625rem;border:.125rem solid var(--secondary);line-height:1.37;text-align:center;color:var(--text-secondary);transition:color .3s ease;position:relative;cursor:pointer}.button::after,.button::before{content:"";position:absolute;width:100%;height:100%;top:0;z-index:-1}.button::before{right:-110%;background-color:var(--bg-secondary);transition:right .4s ease}.button::after{left:0;background-color:var(--bg-primary);transition:left .4s ease,background-color .4s ease}.button_inverse{color:var(--text-inverse);background-color:var(--bg-secondary);transition:background-color .3s ease}.slider-navigation{position:absolute;width:100%;height:-webkit-max-content;height:max-content;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding-left:.625rem;padding-right:.625rem;display:flex;align-items:center;justify-content:space-between;z-index:5;pointer-events:none;color:var(--text-inverse)}.slider-navigation__button{border-radius:.5rem;pointer-events:all;cursor:pointer;display:block;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease;background-color:rgba(0,0,0,.3)}.slider-navigation__button::before{color:inherit;transition:color .3s ease}.slider-navigation__button_prev::before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.slider-navigation__button_next::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.scroll-top{transition:all .5s ease;position:fixed;right:0;bottom:1.25rem;z-index:50;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.625rem;-webkit-transform:translateX(100%);transform:translateX(100%);background-color:var(--bg-secondary)}.scroll-top::before{content:"\e903";-webkit-transform:rotate(180deg);transform:rotate(180deg);color:var(--text-inverse)}.scroll-top.show{visibility:visible;opacity:1;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.scroll-top.hide{visibility:hidden;opacity:0}.scroll-top:hover{background-color:var(--bg-accent)}.bread-crumbs__list{display:flex;flex-wrap:wrap;gap:.5rem .75rem;font-size:1rem;color:var(--text-gray)}.bread-crumbs__item{display:inline-flex;flex-direction:row-reverse;gap:.75rem}.bread-crumbs__item span{pointer-events:none}.bread-crumbs__item.active{pointer-events:none}.bread-crumbs__item.disable{display:none}.bread-crumbs__item.disable::before{display:none}.bread-crumbs__item:last-child > ::before{display:none}.bread-crumbs__link{transition:color .3s ease;display:inline-flex;flex-direction:row-reverse;gap:.75rem;transition:color .3s ease}.bread-crumbs__link::before{color:inherit;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);font-size:.4375rem}.current-menu-item{color:var(--text-secondary);pointer-events:none}.current-menu-item .menu__link::after,.current-menu-item .spollers-menu__link::after{left:0;width:100%}.loaded .body-template__image-ibg{min-height:25rem;max-height:37.5rem}.header-template-active__icon,.header-template-navigation__icon{-webkit-filter:brightness(0) saturate(100%) invert(40%) sepia(89%) saturate(4419%) hue-rotate(160deg) brightness(100%) contrast(100%);filter:brightness(0) saturate(100%) invert(40%) sepia(89%) saturate(4419%) hue-rotate(160deg) brightness(100%) contrast(100%)}.header-template-navigation__icon{width:2.1875rem;height:2.1875rem}.header-template-navigation__icon img,.header-template-navigation__icon svg{max-width:100%}.header-template-navigation__icon img{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform:scale(1.001);transform:scale(1.001)}/*! form  */.wpforms-field-container{display:grid;gap:1rem}.form-contact.wpforms-container .wpforms-field{padding:0;margin:0}.form-contact.wpforms-container-full:not(:empty){margin:0}.form-contact.wpforms-container .wpforms-field input{max-width:100%}.social__link{transition:-webkit-filter .1s ease,-webkit-transform .3s ease;transition:filter .1s ease,transform .3s ease;transition:filter .1s ease,transform .3s ease,-webkit-filter .1s ease,-webkit-transform .3s ease}/*! breadcrumbs */.bread-crumbs__list a{transition:color .3s ease}.wpforms-container-full.contacts__column button[type=submit].button{display:block;width:-webkit-max-content;width:max-content;overflow:hidden;padding:.9375rem 2.0625rem;border:.125rem solid var(--secondary);line-height:1.37;text-align:center;color:var(--text-secondary);transition:color .3s ease;position:relative;cursor:pointer;opacity:1;width:50%;margin:0 auto;padding:.4375rem 1.375rem;-webkit-transform:translate(0);transform:translate(0)}.wpforms-container-full.contacts__column button[type=submit]:not(:hover):not(:active){color:var(--text-secondary);background-color:transparent}.main-contacts__list > :first-child .main-contacts__text{max-width:11.25rem}.slider-small__icon{width:2.6875rem;height:2.6875rem;margin-inline:auto}.header-template-active__icon{width:2.6875rem;height:2.6875rem}.header{position:fixed;top:0;left:0;width:100%;z-index:50;background-color:var(--bg-primary);border-bottom:.0625rem solid var(--secondary)}.header__container{display:flex;align-items:center;min-height:5rem;padding-top:.5rem;padding-bottom:.5rem;justify-content:space-between;position:relative;transition:min-height .3s ease;gap:1rem}._header-scroll .header__container{min-height:3.75rem}.header__container::after{content:"";position:absolute;width:100%;height:100%;top:0;right:-100%;background-color:var(--bg-primary);transition:right .4s ease}.menu-open .header__container::after{right:0;border-bottom:.0625rem solid var(--secondary)}.header__logo{flex:0 0 13.125rem;position:relative;z-index:2}.header__logo.active{pointer-events:none}.header__logo img{max-width:100%}.menu__list{display:flex;align-items:center;flex-wrap:wrap;row-gap:.375rem}.menu__link{text-transform:capitalize}.menu__link::after{background-color:var(--secondary)}.menu__link.active{color:var(--text-secondary);pointer-events:none}.menu__link.active::after{width:100%;left:0}.spollers-menu__item{position:relative}.spollers-menu__title{cursor:pointer;display:flex;flex-direction:row-reverse;align-items:center;position:relative;-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.spollers-menu__title span::after{background-color:var(--secondary)}.spollers-menu__title::before{flex:0 0 .625rem;font-size:.3125rem;transition:color .3s ease,-webkit-transform .4s ease;transition:color .3s ease,transform .4s ease;transition:color .3s ease,transform .4s ease,-webkit-transform .4s ease}.spollers-menu__title._spoller-active span{color:var(--secondary)}.spollers-menu__title._spoller-active span::after{background-color:var(--secondary);width:100%;left:0}.spollers-menu__title._spoller-active::before{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:var(--secondary)}.spollers-menu__title.active span{color:var(--secondary)}.spollers-menu__title.active span::after{background-color:var(--secondary);width:100%;left:0}.spollers-menu__title.active::before{color:var(--secondary)}._spoller-init .spollers-menu__body{visibility:visible;opacity:1;left:0;pointer-events:all}.spollers-menu__list{display:flex;flex-direction:column}.spollers-menu__link{transition:color .3s ease}.spollers-menu__link::after{background-color:var(--secondary)}.spollers-menu__link.active{color:var(--secondary);pointer-events:none}.spollers-menu__link.active::after{background-color:var(--secondary);width:100%;left:0}.icon-menu{display:none}.footer{background-color:var(--bg-inverse);color:var(--text-inverse)}.footer__copyright{text-align:center;line-height:1.63}.footer__link{transition:all .3s ease;display:inline-block}.footer__link::after{background-color:var(--text-gray)}.footer__link::after{height:.0625rem;bottom:0}.footer__link.active{color:var(--text-gray);pointer-events:none}.main__wrapper{position:relative;height:calc(100vh - 10.625rem)}.main__slider-big{position:absolute;width:100%;height:100%;top:0;left:0}.main__container{height:100%;display:flex;justify-content:center;align-items:flex-end}.slider-big__slide-ibg::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 33%,rgba(255,255,255,0) 66%,#fff 100%)}.slider-big__nawigation .slider-navigation__button{flex:0 0 4.375rem;width:4.375rem;height:4.375rem;transition:background-color .3s ease,-webkit-transform .3s ease .8s;transition:background-color .3s ease,transform .3s ease .8s;transition:background-color .3s ease,transform .3s ease .8s,-webkit-transform .3s ease .8s}.slider-big__nawigation .slider-navigation__button:nth-child(1){-webkit-transform:translateX(-6.25rem);transform:translateX(-6.25rem)}.slider-big__nawigation .slider-navigation__button:nth-child(2){-webkit-transform:translateX(6.25rem);transform:translateX(6.25rem)}.loaded .slider-big__nawigation .slider-navigation__button{-webkit-transform:translateX(0);transform:translateX(0)}.slider-small__wrapper{display:flex;flex-wrap:wrap;justify-content:center;position:relative;z-index:2}.slider-small__slide{-webkit-animation:show-bottom 1s ease 0s 1 normal forwards;animation:show-bottom 1s ease 0s 1 normal forwards}.slider-small__slide:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}.slider-small__slide:nth-child(2){-webkit-animation-delay:.4s;animation-delay:.4s}.slider-small__slide:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}.slider-small__slide:nth-child(4){-webkit-animation-delay:.8s;animation-delay:.8s}.slider-small__slide:nth-child(5){-webkit-animation-delay:1s;animation-delay:1s}.slider-small__slide:nth-child(6){-webkit-animation-delay:1.2s;animation-delay:1.2s}.slider-small__slide:nth-child(7){-webkit-animation-delay:1.4s;animation-delay:1.4s}.slider-small__slide:nth-child(8){-webkit-animation-delay:1.6s;animation-delay:1.6s}.slider-small__slide:nth-child(9){-webkit-animation-delay:1.8s;animation-delay:1.8s}.slider-small__slide:nth-child(10){-webkit-animation-delay:2s;animation-delay:2s}.slider-small__slide:nth-child(11){-webkit-animation-delay:2.2s;animation-delay:2.2s}.slider-small__slide:nth-child(12){-webkit-animation-delay:2.4s;animation-delay:2.4s}.slider-small__slide:nth-child(13){-webkit-animation-delay:2.6s;animation-delay:2.6s}.slider-small__slide:nth-child(14){-webkit-animation-delay:2.8s;animation-delay:2.8s}.slider-small__slide:nth-child(15){-webkit-animation-delay:3s;animation-delay:3s}.slider-small__slide:nth-child(16){-webkit-animation-delay:3.2s;animation-delay:3.2s}.slider-small__slide:nth-child(17){-webkit-animation-delay:3.4s;animation-delay:3.4s}.slider-small__slide:nth-child(18){-webkit-animation-delay:3.6s;animation-delay:3.6s}.slider-small__slide:nth-child(19){-webkit-animation-delay:3.8s;animation-delay:3.8s}.slider-small__slide:nth-child(20){-webkit-animation-delay:4s;animation-delay:4s}.slider-small__slide:nth-child(21){-webkit-animation-delay:4.2s;animation-delay:4.2s}.slider-small__slide:nth-child(22){-webkit-animation-delay:4.4s;animation-delay:4.4s}.slider-small__slide:nth-child(23){-webkit-animation-delay:4.6s;animation-delay:4.6s}.slider-small__slide:nth-child(24){-webkit-animation-delay:4.8s;animation-delay:4.8s}.slider-small__slide:nth-child(25){-webkit-animation-delay:5s;animation-delay:5s}.slider-small__slide:nth-child(26){-webkit-animation-delay:5.2s;animation-delay:5.2s}.slider-small__slide:nth-child(27){-webkit-animation-delay:5.4s;animation-delay:5.4s}.slider-small__slide:nth-child(28){-webkit-animation-delay:5.6s;animation-delay:5.6s}.slider-small__slide:nth-child(29){-webkit-animation-delay:5.8s;animation-delay:5.8s}.slider-small__slide:nth-child(30){-webkit-animation-delay:6s;animation-delay:6s}.slider-small__link{pointer-events:all;display:flex;flex-direction:column;height:100%;background-color:var(--bg-secondary);text-align:center;transition:background-color .3s ease}.swiper-slide-thumb-active .slider-small__link{background-color:var(--bg-accent)}.slider-small__icon svg{fill:var(--bg-primary)}.slider-small__label{margin:auto 0;font-weight:500;line-height:1.5;color:var(--text-inverse)}.about__title:not(:last-child){margin-bottom:1.0769230769em}.about__text{grid-template-columns:repeat(auto-fit,minmax(21.875rem,1fr));display:grid;-webkit-column-gap:1.875rem;-moz-column-gap:1.875rem;column-gap:1.875rem}.about__column > :not(:last-child){margin-bottom:.625rem}.about__button{transition:opacity .6s ease,color .3s ease,-webkit-transform .6s ease;transition:transform .6s ease,opacity .6s ease,color .3s ease;transition:transform .6s ease,opacity .6s ease,color .3s ease,-webkit-transform .6s ease}.social__container{display:flex;justify-content:center;align-items:center;gap:1.25rem;min-height:3.75rem}.social__title{color:var(--text-secondary);font-size:1.25rem}.social__list{display:flex;align-items:center;gap:1rem}.social__link{width:2.3125rem;height:1.875rem;display:flex;align-items:center;justify-content:center}.social__link:nth-child(1)::before{font-size:1.25rem}.social__link::before{font-size:1.5rem;color:var(--gray);-webkit-transform:scale(1.001);transform:scale(1.001);transition:color .3s ease,-webkit-transform .3s ease;transition:color .3s ease,transform .3s ease;transition:color .3s ease,transform .3s ease,-webkit-transform .3s ease}.products__container{position:relative;z-index:2}.products__title{color:var(--text-inverse);font-size:1.5rem;line-height:1.4}.products__body{position:relative;margin:0 -.9375rem}.products__body:nth-child(2){transition-delay:.1s}.products__swiper{position:relative;overflow:hidden}.products__image-ibg--contain{transition-delay:.2s}.products__bg-ibg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.products__bg-ibg::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,153,153,.6)}.products__nawigation{color:var(--text-inverse)}.products__nawigation .slider-navigation__button{width:3.125rem;height:3.125rem}.products__nawigation .slider-navigation__button::before{font-size:.875rem}.products-swiper__slide{overflow:hidden}.products-swiper__slide img{-webkit-transform:scale(1.001);transform:scale(1.001);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.products-swiper__slide .swiper-lazy-preloader{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center}.map-body{position:relative}#map{height:500px;width:100%}.location-body{display:flex;flex-wrap:wrap;padding:10px;gap:10px}#pac-input{background-color:var(--bg-primary);padding:.625rem;color:var(--text-secondary);text-overflow:ellipsis;transition:border .3s ease-in;border:.125rem solid var(--bg-secondary)}#pac-input::-webkit-input-placeholder{color:inherit}#pac-input:-ms-input-placeholder{color:inherit}#pac-input::-ms-input-placeholder{color:inherit}#pac-input input,#pac-input::placeholder{color:inherit}#pac-input:focus{border:.125rem solid var(--bg-accent);outline:0}#build{padding:10px 20px;cursor:pointer}#showRouteButton{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);line-height:1.63;bottom:10%;background-color:var(--bg-secondary);color:var(--text-inverse);display:none;padding:10px 20px;cursor:pointer;opacity:0;transition:opacity .5s ease,background-color .3s ease}.contacts__container{max-width:56.25rem}.contacts__title:not(:last-child){margin-bottom:1.1153846154em}.contacts__body{display:flex;gap:1.25rem}.main-contacts__list{display:grid}.main-contacts__list > :nth-child(2) ::before{font-size:1.0625rem}.main-contacts__wrapper{display:flex;align-items:center;gap:1.25rem;line-height:1.3;transition:background-color .3s ease,opacity .6s ease,-webkit-transform .6s ease;transition:background-color .3s ease,transform .6s ease,opacity .6s ease;transition:background-color .3s ease,transform .6s ease,opacity .6s ease,-webkit-transform .6s ease}.main-contacts__wrapper::before{width:2.5rem;height:2.8125rem;font-size:1.5rem;display:flex;justify-content:center;align-items:center;color:var(--text-secondary);transition:color .3s ease}.form-contact{max-width:23.75rem;width:100%}.form-contact__wrapper{display:grid;gap:.9375rem}.form-contact__item{position:relative;transition:outline .3s ease,opacity .6s ease,-webkit-transform .6s ease;transition:outline .3s ease,transform .6s ease,opacity .6s ease;transition:outline .3s ease,transform .6s ease,opacity .6s ease,-webkit-transform .6s ease}.form-contact__item .checkbox{max-width:-webkit-max-content;max-width:max-content;margin:0 auto}.form-contact__item .checkbox a{color:var(--text-secondary);transition:color .3s ease}.form-contact__item ._form-error{outline:.125rem solid red}.form-contact__item ._form-error::-webkit-input-placeholder{color:red}.form-contact__item ._form-error:-ms-input-placeholder{color:red}.form-contact__item ._form-error::-ms-input-placeholder{color:red}.form-contact__item ._form-error::placeholder{color:red}.form-contact__item .form__error{position:absolute;width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content;bottom:0;left:50%;color:red;font-size:.75rem;-webkit-transform:translate(-50%,115%);transform:translate(-50%,115%)}.form-contact__button{transition:opacity .6s ease,color .3s ease,-webkit-transform .6s ease;transition:transform .6s ease,opacity .6s ease,color .3s ease;transition:transform .6s ease,opacity .6s ease,color .3s ease,-webkit-transform .6s ease}.header-template__container{align-items:center}.header-template__active{display:flex;align-items:center;justify-content:flex-start;gap:1.25rem;padding:.5rem;-webkit-animation:show-left 1s ease 0s 1 normal forwards;animation:show-left 1s ease 0s 1 normal forwards}.header-template__active:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.header-template__active:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.header-template__active:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}.header-template__active:nth-child(4){-webkit-animation-delay:.9s;animation-delay:.9s}.header-template__active:nth-child(5){-webkit-animation-delay:1.2s;animation-delay:1.2s}.header-template__active:nth-child(6){-webkit-animation-delay:1.5s;animation-delay:1.5s}.header-template__active:nth-child(7){-webkit-animation-delay:1.8s;animation-delay:1.8s}.header-template__active:nth-child(8){-webkit-animation-delay:2.1s;animation-delay:2.1s}.header-template__active:nth-child(9){-webkit-animation-delay:2.4s;animation-delay:2.4s}.header-template__active:nth-child(10){-webkit-animation-delay:2.7s;animation-delay:2.7s}.header-template__active:nth-child(11){-webkit-animation-delay:3s;animation-delay:3s}.header-template__active:nth-child(12){-webkit-animation-delay:3.3s;animation-delay:3.3s}.header-template__active:nth-child(13){-webkit-animation-delay:3.6s;animation-delay:3.6s}.header-template__active:nth-child(14){-webkit-animation-delay:3.9s;animation-delay:3.9s}.header-template__active:nth-child(15){-webkit-animation-delay:4.2s;animation-delay:4.2s}.header-template__active:nth-child(16){-webkit-animation-delay:4.5s;animation-delay:4.5s}.header-template__active:nth-child(17){-webkit-animation-delay:4.8s;animation-delay:4.8s}.header-template__active:nth-child(18){-webkit-animation-delay:5.1s;animation-delay:5.1s}.header-template__active:nth-child(19){-webkit-animation-delay:5.4s;animation-delay:5.4s}.header-template__active:nth-child(20){-webkit-animation-delay:5.7s;animation-delay:5.7s}.header-template__active:nth-child(21){-webkit-animation-delay:6s;animation-delay:6s}.header-template__active:nth-child(22){-webkit-animation-delay:6.3s;animation-delay:6.3s}.header-template__active:nth-child(23){-webkit-animation-delay:6.6s;animation-delay:6.6s}.header-template__active:nth-child(24){-webkit-animation-delay:6.9s;animation-delay:6.9s}.header-template__active:nth-child(25){-webkit-animation-delay:7.2s;animation-delay:7.2s}.header-template__active:nth-child(26){-webkit-animation-delay:7.5s;animation-delay:7.5s}.header-template__active:nth-child(27){-webkit-animation-delay:7.8s;animation-delay:7.8s}.header-template__active:nth-child(28){-webkit-animation-delay:8.1s;animation-delay:8.1s}.header-template__active:nth-child(29){-webkit-animation-delay:8.4s;animation-delay:8.4s}.header-template__active:nth-child(30){-webkit-animation-delay:8.7s;animation-delay:8.7s}.header-template__active .loaded{-webkit-animation-play-state:paused;animation-play-state:paused}.header-template-active__icon svg{fill:var(--secondary)}.header-template-navigation__list{display:flex;text-align:center}.header-template-navigation__item{-webkit-animation:show-right 1s ease 0s 1 normal forwards;animation:show-right 1s ease 0s 1 normal forwards}.header-template-navigation__item:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.header-template-navigation__item:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.header-template-navigation__item:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}.header-template-navigation__item:nth-child(4){-webkit-animation-delay:.9s;animation-delay:.9s}.header-template-navigation__item:nth-child(5){-webkit-animation-delay:1.2s;animation-delay:1.2s}.header-template-navigation__item:nth-child(6){-webkit-animation-delay:1.5s;animation-delay:1.5s}.header-template-navigation__item:nth-child(7){-webkit-animation-delay:1.8s;animation-delay:1.8s}.header-template-navigation__item:nth-child(8){-webkit-animation-delay:2.1s;animation-delay:2.1s}.header-template-navigation__item:nth-child(9){-webkit-animation-delay:2.4s;animation-delay:2.4s}.header-template-navigation__item:nth-child(10){-webkit-animation-delay:2.7s;animation-delay:2.7s}.header-template-navigation__item:nth-child(11){-webkit-animation-delay:3s;animation-delay:3s}.header-template-navigation__item:nth-child(12){-webkit-animation-delay:3.3s;animation-delay:3.3s}.header-template-navigation__item:nth-child(13){-webkit-animation-delay:3.6s;animation-delay:3.6s}.header-template-navigation__item:nth-child(14){-webkit-animation-delay:3.9s;animation-delay:3.9s}.header-template-navigation__item:nth-child(15){-webkit-animation-delay:4.2s;animation-delay:4.2s}.header-template-navigation__item:nth-child(16){-webkit-animation-delay:4.5s;animation-delay:4.5s}.header-template-navigation__item:nth-child(17){-webkit-animation-delay:4.8s;animation-delay:4.8s}.header-template-navigation__item:nth-child(18){-webkit-animation-delay:5.1s;animation-delay:5.1s}.header-template-navigation__item:nth-child(19){-webkit-animation-delay:5.4s;animation-delay:5.4s}.header-template-navigation__item:nth-child(20){-webkit-animation-delay:5.7s;animation-delay:5.7s}.header-template-navigation__item:nth-child(21){-webkit-animation-delay:6s;animation-delay:6s}.header-template-navigation__item:nth-child(22){-webkit-animation-delay:6.3s;animation-delay:6.3s}.header-template-navigation__item:nth-child(23){-webkit-animation-delay:6.6s;animation-delay:6.6s}.header-template-navigation__item:nth-child(24){-webkit-animation-delay:6.9s;animation-delay:6.9s}.header-template-navigation__item:nth-child(25){-webkit-animation-delay:7.2s;animation-delay:7.2s}.header-template-navigation__item:nth-child(26){-webkit-animation-delay:7.5s;animation-delay:7.5s}.header-template-navigation__item:nth-child(27){-webkit-animation-delay:7.8s;animation-delay:7.8s}.header-template-navigation__item:nth-child(28){-webkit-animation-delay:8.1s;animation-delay:8.1s}.header-template-navigation__item:nth-child(29){-webkit-animation-delay:8.4s;animation-delay:8.4s}.header-template-navigation__item:nth-child(30){-webkit-animation-delay:8.7s;animation-delay:8.7s}.header-template-navigation__item .loaded{-webkit-animation-play-state:paused;animation-play-state:paused}.header-template-navigation__link{padding:.625rem;display:grid;gap:.5rem;justify-items:center;transition:background-color .3s ease}.header-template-navigation__icon svg{fill:var(--secondary);-webkit-transform:scale(1.001);transform:scale(1.001);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.header-template-navigation__title{font-size:.875rem;line-height:1.2;color:var(--text-secondary)}.body-template--one-item .body-template__container{grid-template-columns:1fr;padding-top:2.5rem}.body-template__content{align-self:center;padding:1.25rem 0}.body-template__image-ibg{top:20%;margin-right:-.9375rem;-webkit-filter:blur(20px);filter:blur(20px)}.loaded .body-template__image-ibg{transition:-webkit-filter .6s ease .6s;transition:filter .6s ease .6s;transition:filter .6s ease .6s,-webkit-filter .6s ease .6s;-webkit-filter:blur(0);filter:blur(0)}.body-template__slider{overflow:hidden;position:relative;padding:0 1.875rem}.swiper-template__slide-ibg{aspect-ratio:1/1}.swiper-template__nawigation .slider-navigation__button{width:3.125rem;height:3.125rem}.swiper-template__nawigation .slider-navigation__button::before{font-size:1rem}.body-template-content__text > :not(:last-child){margin-bottom:.625rem}.body-template-content__text:not(:last-child){margin-bottom:1.875rem}.body-template-content__text span{font-weight:700}.body-template-content__text p{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards}.body-template-content__text p:nth-child(1){-webkit-animation-delay:.8s;animation-delay:.8s}.body-template-content__text p:nth-child(2){-webkit-animation-delay:1s;animation-delay:1s}.body-template-content__text p:nth-child(3){-webkit-animation-delay:1.2s;animation-delay:1.2s}.body-template-content__text p:nth-child(4){-webkit-animation-delay:1.4s;animation-delay:1.4s}.body-template-content__text p:nth-child(5){-webkit-animation-delay:1.6s;animation-delay:1.6s}.body-template-content__text p:nth-child(6){-webkit-animation-delay:1.8s;animation-delay:1.8s}.body-template-content__text p:nth-child(7){-webkit-animation-delay:2s;animation-delay:2s}.body-template-content__text p:nth-child(8){-webkit-animation-delay:2.2s;animation-delay:2.2s}.body-template-content__text p:nth-child(9){-webkit-animation-delay:2.4s;animation-delay:2.4s}.body-template-content__text p:nth-child(10){-webkit-animation-delay:2.6s;animation-delay:2.6s}.body-template-content__text p:nth-child(11){-webkit-animation-delay:2.8s;animation-delay:2.8s}.body-template-content__text p:nth-child(12){-webkit-animation-delay:3s;animation-delay:3s}.body-template-content__text p:nth-child(13){-webkit-animation-delay:3.2s;animation-delay:3.2s}.body-template-content__text p:nth-child(14){-webkit-animation-delay:3.4s;animation-delay:3.4s}.body-template-content__text p:nth-child(15){-webkit-animation-delay:3.6s;animation-delay:3.6s}.body-template-content__text p:nth-child(16){-webkit-animation-delay:3.8s;animation-delay:3.8s}.body-template-content__text p:nth-child(17){-webkit-animation-delay:4s;animation-delay:4s}.body-template-content__text p:nth-child(18){-webkit-animation-delay:4.2s;animation-delay:4.2s}.body-template-content__text p:nth-child(19){-webkit-animation-delay:4.4s;animation-delay:4.4s}.body-template-content__text p:nth-child(20){-webkit-animation-delay:4.6s;animation-delay:4.6s}.body-template-content__text p:nth-child(21){-webkit-animation-delay:4.8s;animation-delay:4.8s}.body-template-content__text p:nth-child(22){-webkit-animation-delay:5s;animation-delay:5s}.body-template-content__text p:nth-child(23){-webkit-animation-delay:5.2s;animation-delay:5.2s}.body-template-content__text p:nth-child(24){-webkit-animation-delay:5.4s;animation-delay:5.4s}.body-template-content__text p:nth-child(25){-webkit-animation-delay:5.6s;animation-delay:5.6s}.body-template-content__text p:nth-child(26){-webkit-animation-delay:5.8s;animation-delay:5.8s}.body-template-content__text p:nth-child(27){-webkit-animation-delay:6s;animation-delay:6s}.body-template-content__text p:nth-child(28){-webkit-animation-delay:6.2s;animation-delay:6.2s}.body-template-content__text p:nth-child(29){-webkit-animation-delay:6.4s;animation-delay:6.4s}.body-template-content__text p:nth-child(30){-webkit-animation-delay:6.6s;animation-delay:6.6s}.body-template-content__text p .loaded{-webkit-animation-play-state:paused;animation-play-state:paused}.body-template-content__button{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards}.body-template-content__button:nth-child(1){-webkit-animation-delay:1.2s;animation-delay:1.2s}.body-template-content__button:nth-child(2){-webkit-animation-delay:1.5s;animation-delay:1.5s}.body-template-content__button:nth-child(3){-webkit-animation-delay:1.8s;animation-delay:1.8s}.body-template-content__button:nth-child(4){-webkit-animation-delay:2.1s;animation-delay:2.1s}.body-template-content__button:nth-child(5){-webkit-animation-delay:2.4s;animation-delay:2.4s}.body-template-content__button:nth-child(6){-webkit-animation-delay:2.7s;animation-delay:2.7s}.body-template-content__button:nth-child(7){-webkit-animation-delay:3s;animation-delay:3s}.body-template-content__button:nth-child(8){-webkit-animation-delay:3.3s;animation-delay:3.3s}.body-template-content__button:nth-child(9){-webkit-animation-delay:3.6s;animation-delay:3.6s}.body-template-content__button:nth-child(10){-webkit-animation-delay:3.9s;animation-delay:3.9s}.body-template-content__button:nth-child(11){-webkit-animation-delay:4.2s;animation-delay:4.2s}.body-template-content__button:nth-child(12){-webkit-animation-delay:4.5s;animation-delay:4.5s}.body-template-content__button:nth-child(13){-webkit-animation-delay:4.8s;animation-delay:4.8s}.body-template-content__button:nth-child(14){-webkit-animation-delay:5.1s;animation-delay:5.1s}.body-template-content__button:nth-child(15){-webkit-animation-delay:5.4s;animation-delay:5.4s}.body-template-content__button:nth-child(16){-webkit-animation-delay:5.7s;animation-delay:5.7s}.body-template-content__button:nth-child(17){-webkit-animation-delay:6s;animation-delay:6s}.body-template-content__button:nth-child(18){-webkit-animation-delay:6.3s;animation-delay:6.3s}.body-template-content__button:nth-child(19){-webkit-animation-delay:6.6s;animation-delay:6.6s}.body-template-content__button:nth-child(20){-webkit-animation-delay:6.9s;animation-delay:6.9s}.body-template-content__button:nth-child(21){-webkit-animation-delay:7.2s;animation-delay:7.2s}.body-template-content__button:nth-child(22){-webkit-animation-delay:7.5s;animation-delay:7.5s}.body-template-content__button:nth-child(23){-webkit-animation-delay:7.8s;animation-delay:7.8s}.body-template-content__button:nth-child(24){-webkit-animation-delay:8.1s;animation-delay:8.1s}.body-template-content__button:nth-child(25){-webkit-animation-delay:8.4s;animation-delay:8.4s}.body-template-content__button:nth-child(26){-webkit-animation-delay:8.7s;animation-delay:8.7s}.body-template-content__button:nth-child(27){-webkit-animation-delay:9s;animation-delay:9s}.body-template-content__button:nth-child(28){-webkit-animation-delay:9.3s;animation-delay:9.3s}.body-template-content__button:nth-child(29){-webkit-animation-delay:9.6s;animation-delay:9.6s}.body-template-content__button:nth-child(30){-webkit-animation-delay:9.9s;animation-delay:9.9s}.body-template-content__button .loaded{-webkit-animation-play-state:paused;animation-play-state:paused}.body-template-content__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(12.5rem,1fr));gap:2.5rem 1.25rem}.body-template-content__item{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards}.body-template-content__item:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}.body-template-content__item:nth-child(2){-webkit-animation-delay:.4s;animation-delay:.4s}.body-template-content__item:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}.body-template-content__item:nth-child(4){-webkit-animation-delay:.8s;animation-delay:.8s}.body-template-content__item:nth-child(5){-webkit-animation-delay:1s;animation-delay:1s}.body-template-content__item:nth-child(6){-webkit-animation-delay:1.2s;animation-delay:1.2s}.body-template-content__item:nth-child(7){-webkit-animation-delay:1.4s;animation-delay:1.4s}.body-template-content__item:nth-child(8){-webkit-animation-delay:1.6s;animation-delay:1.6s}.body-template-content__item:nth-child(9){-webkit-animation-delay:1.8s;animation-delay:1.8s}.body-template-content__item:nth-child(10){-webkit-animation-delay:2s;animation-delay:2s}.body-template-content__item:nth-child(11){-webkit-animation-delay:2.2s;animation-delay:2.2s}.body-template-content__item:nth-child(12){-webkit-animation-delay:2.4s;animation-delay:2.4s}.body-template-content__item:nth-child(13){-webkit-animation-delay:2.6s;animation-delay:2.6s}.body-template-content__item:nth-child(14){-webkit-animation-delay:2.8s;animation-delay:2.8s}.body-template-content__item:nth-child(15){-webkit-animation-delay:3s;animation-delay:3s}.body-template-content__item:nth-child(16){-webkit-animation-delay:3.2s;animation-delay:3.2s}.body-template-content__item:nth-child(17){-webkit-animation-delay:3.4s;animation-delay:3.4s}.body-template-content__item:nth-child(18){-webkit-animation-delay:3.6s;animation-delay:3.6s}.body-template-content__item:nth-child(19){-webkit-animation-delay:3.8s;animation-delay:3.8s}.body-template-content__item:nth-child(20){-webkit-animation-delay:4s;animation-delay:4s}.body-template-content__item:nth-child(21){-webkit-animation-delay:4.2s;animation-delay:4.2s}.body-template-content__item:nth-child(22){-webkit-animation-delay:4.4s;animation-delay:4.4s}.body-template-content__item:nth-child(23){-webkit-animation-delay:4.6s;animation-delay:4.6s}.body-template-content__item:nth-child(24){-webkit-animation-delay:4.8s;animation-delay:4.8s}.body-template-content__item:nth-child(25){-webkit-animation-delay:5s;animation-delay:5s}.body-template-content__item:nth-child(26){-webkit-animation-delay:5.2s;animation-delay:5.2s}.body-template-content__item:nth-child(27){-webkit-animation-delay:5.4s;animation-delay:5.4s}.body-template-content__item:nth-child(28){-webkit-animation-delay:5.6s;animation-delay:5.6s}.body-template-content__item:nth-child(29){-webkit-animation-delay:5.8s;animation-delay:5.8s}.body-template-content__item:nth-child(30){-webkit-animation-delay:6s;animation-delay:6s}.contact-template__body{display:flex;flex-direction:column;gap:.625rem}.contact-template__specialization{font-size:1.125rem}.contact-template__specialization:not(:last-child){margin-bottom:.625rem}.contact-template__name,.contact-template__specialization{color:var(--text-secondary)}.contact-template__name{font-size:1.25rem}.contact-template__link{display:block;color:var(--text-accent)}.contact-template__link::after{background-color:var(--secondary)}.contact-template__link,.contact-template__position{font-size:1rem}.footer-template{display:none}.footer-template__desription{align-self:start}.footer-template-desription__title:not(:last-child){margin-bottom:1.0769230769em}.footer-template-advantages__list{display:grid;gap:.625rem;font-size:1rem;line-height:1.63}.footer-template-advantages__item{display:flex;align-items:flex-start;gap:.5rem}.footer-template-advantages__item::before{line-height:1.63;font-size:1rem;color:var(--text-secondary)}.career__title{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards}.career__title:not(:last-child){margin-bottom:1.0769230769em}.career__title:nth-child(1){-webkit-animation-delay:.4s;animation-delay:.4s}.career__title:nth-child(2){-webkit-animation-delay:.7s;animation-delay:.7s}.career__title:nth-child(3){-webkit-animation-delay:1s;animation-delay:1s}.career__title:nth-child(4){-webkit-animation-delay:1.3s;animation-delay:1.3s}.career__title:nth-child(5){-webkit-animation-delay:1.6s;animation-delay:1.6s}.career__title:nth-child(6){-webkit-animation-delay:1.9s;animation-delay:1.9s}.career__title:nth-child(7){-webkit-animation-delay:2.2s;animation-delay:2.2s}.career__title:nth-child(8){-webkit-animation-delay:2.5s;animation-delay:2.5s}.career__title:nth-child(9){-webkit-animation-delay:2.8s;animation-delay:2.8s}.career__title:nth-child(10){-webkit-animation-delay:3.1s;animation-delay:3.1s}.career__title:nth-child(11){-webkit-animation-delay:3.4s;animation-delay:3.4s}.career__title:nth-child(12){-webkit-animation-delay:3.7s;animation-delay:3.7s}.career__title:nth-child(13){-webkit-animation-delay:4s;animation-delay:4s}.career__title:nth-child(14){-webkit-animation-delay:4.3s;animation-delay:4.3s}.career__title:nth-child(15){-webkit-animation-delay:4.6s;animation-delay:4.6s}.career__title:nth-child(16){-webkit-animation-delay:4.9s;animation-delay:4.9s}.career__title:nth-child(17){-webkit-animation-delay:5.2s;animation-delay:5.2s}.career__title:nth-child(18){-webkit-animation-delay:5.5s;animation-delay:5.5s}.career__title:nth-child(19){-webkit-animation-delay:5.8s;animation-delay:5.8s}.career__title:nth-child(20){-webkit-animation-delay:6.1s;animation-delay:6.1s}.career__title:nth-child(21){-webkit-animation-delay:6.4s;animation-delay:6.4s}.career__title:nth-child(22){-webkit-animation-delay:6.7s;animation-delay:6.7s}.career__title:nth-child(23){-webkit-animation-delay:7s;animation-delay:7s}.career__title:nth-child(24){-webkit-animation-delay:7.3s;animation-delay:7.3s}.career__title:nth-child(25){-webkit-animation-delay:7.6s;animation-delay:7.6s}.career__title:nth-child(26){-webkit-animation-delay:7.9s;animation-delay:7.9s}.career__title:nth-child(27){-webkit-animation-delay:8.2s;animation-delay:8.2s}.career__title:nth-child(28){-webkit-animation-delay:8.5s;animation-delay:8.5s}.career__title:nth-child(29){-webkit-animation-delay:8.8s;animation-delay:8.8s}.career__title:nth-child(30){-webkit-animation-delay:9.1s;animation-delay:9.1s}.career__label{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards}.career__label:nth-child(1){-webkit-animation-delay:.6s;animation-delay:.6s}.career__label:nth-child(2){-webkit-animation-delay:.9s;animation-delay:.9s}.career__label:nth-child(3){-webkit-animation-delay:1.2s;animation-delay:1.2s}.career__label:nth-child(4){-webkit-animation-delay:1.5s;animation-delay:1.5s}.career__label:nth-child(5){-webkit-animation-delay:1.8s;animation-delay:1.8s}.career__label:nth-child(6){-webkit-animation-delay:2.1s;animation-delay:2.1s}.career__label:nth-child(7){-webkit-animation-delay:2.4s;animation-delay:2.4s}.career__label:nth-child(8){-webkit-animation-delay:2.7s;animation-delay:2.7s}.career__label:nth-child(9){-webkit-animation-delay:3s;animation-delay:3s}.career__label:nth-child(10){-webkit-animation-delay:3.3s;animation-delay:3.3s}.career__label:nth-child(11){-webkit-animation-delay:3.6s;animation-delay:3.6s}.career__label:nth-child(12){-webkit-animation-delay:3.9s;animation-delay:3.9s}.career__label:nth-child(13){-webkit-animation-delay:4.2s;animation-delay:4.2s}.career__label:nth-child(14){-webkit-animation-delay:4.5s;animation-delay:4.5s}.career__label:nth-child(15){-webkit-animation-delay:4.8s;animation-delay:4.8s}.career__label:nth-child(16){-webkit-animation-delay:5.1s;animation-delay:5.1s}.career__label:nth-child(17){-webkit-animation-delay:5.4s;animation-delay:5.4s}.career__label:nth-child(18){-webkit-animation-delay:5.7s;animation-delay:5.7s}.career__label:nth-child(19){-webkit-animation-delay:6s;animation-delay:6s}.career__label:nth-child(20){-webkit-animation-delay:6.3s;animation-delay:6.3s}.career__label:nth-child(21){-webkit-animation-delay:6.6s;animation-delay:6.6s}.career__label:nth-child(22){-webkit-animation-delay:6.9s;animation-delay:6.9s}.career__label:nth-child(23){-webkit-animation-delay:7.2s;animation-delay:7.2s}.career__label:nth-child(24){-webkit-animation-delay:7.5s;animation-delay:7.5s}.career__label:nth-child(25){-webkit-animation-delay:7.8s;animation-delay:7.8s}.career__label:nth-child(26){-webkit-animation-delay:8.1s;animation-delay:8.1s}.career__label:nth-child(27){-webkit-animation-delay:8.4s;animation-delay:8.4s}.career__label:nth-child(28){-webkit-animation-delay:8.7s;animation-delay:8.7s}.career__label:nth-child(29){-webkit-animation-delay:9s;animation-delay:9s}.career__label:nth-child(30){-webkit-animation-delay:9.3s;animation-delay:9.3s}.career__label:not(:last-child){margin-bottom:.75rem}.career__list{display:grid;gap:.5rem}.career__item{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards}.career__item:nth-child(1){-webkit-animation-delay:.8s;animation-delay:.8s}.career__item:nth-child(2){-webkit-animation-delay:1s;animation-delay:1s}.career__item:nth-child(3){-webkit-animation-delay:1.2s;animation-delay:1.2s}.career__item:nth-child(4){-webkit-animation-delay:1.4s;animation-delay:1.4s}.career__item:nth-child(5){-webkit-animation-delay:1.6s;animation-delay:1.6s}.career__item:nth-child(6){-webkit-animation-delay:1.8s;animation-delay:1.8s}.career__item:nth-child(7){-webkit-animation-delay:2s;animation-delay:2s}.career__item:nth-child(8){-webkit-animation-delay:2.2s;animation-delay:2.2s}.career__item:nth-child(9){-webkit-animation-delay:2.4s;animation-delay:2.4s}.career__item:nth-child(10){-webkit-animation-delay:2.6s;animation-delay:2.6s}.career__item:nth-child(11){-webkit-animation-delay:2.8s;animation-delay:2.8s}.career__item:nth-child(12){-webkit-animation-delay:3s;animation-delay:3s}.career__item:nth-child(13){-webkit-animation-delay:3.2s;animation-delay:3.2s}.career__item:nth-child(14){-webkit-animation-delay:3.4s;animation-delay:3.4s}.career__item:nth-child(15){-webkit-animation-delay:3.6s;animation-delay:3.6s}.career__item:nth-child(16){-webkit-animation-delay:3.8s;animation-delay:3.8s}.career__item:nth-child(17){-webkit-animation-delay:4s;animation-delay:4s}.career__item:nth-child(18){-webkit-animation-delay:4.2s;animation-delay:4.2s}.career__item:nth-child(19){-webkit-animation-delay:4.4s;animation-delay:4.4s}.career__item:nth-child(20){-webkit-animation-delay:4.6s;animation-delay:4.6s}.career__item:nth-child(21){-webkit-animation-delay:4.8s;animation-delay:4.8s}.career__item:nth-child(22){-webkit-animation-delay:5s;animation-delay:5s}.career__item:nth-child(23){-webkit-animation-delay:5.2s;animation-delay:5.2s}.career__item:nth-child(24){-webkit-animation-delay:5.4s;animation-delay:5.4s}.career__item:nth-child(25){-webkit-animation-delay:5.6s;animation-delay:5.6s}.career__item:nth-child(26){-webkit-animation-delay:5.8s;animation-delay:5.8s}.career__item:nth-child(27){-webkit-animation-delay:6s;animation-delay:6s}.career__item:nth-child(28){-webkit-animation-delay:6.2s;animation-delay:6.2s}.career__item:nth-child(29){-webkit-animation-delay:6.4s;animation-delay:6.4s}.career__item:nth-child(30){-webkit-animation-delay:6.6s;animation-delay:6.6s}.career__link{line-height:1.63;color:var(--text-accent);transition:color .3s ease}.gallery__title{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards}.gallery__title:not(:last-child){margin-bottom:1.0769230769em}.gallery__title:nth-child(1){-webkit-animation-delay:.4s;animation-delay:.4s}.gallery__title:nth-child(2){-webkit-animation-delay:.7s;animation-delay:.7s}.gallery__title:nth-child(3){-webkit-animation-delay:1s;animation-delay:1s}.gallery__title:nth-child(4){-webkit-animation-delay:1.3s;animation-delay:1.3s}.gallery__title:nth-child(5){-webkit-animation-delay:1.6s;animation-delay:1.6s}.gallery__title:nth-child(6){-webkit-animation-delay:1.9s;animation-delay:1.9s}.gallery__title:nth-child(7){-webkit-animation-delay:2.2s;animation-delay:2.2s}.gallery__title:nth-child(8){-webkit-animation-delay:2.5s;animation-delay:2.5s}.gallery__title:nth-child(9){-webkit-animation-delay:2.8s;animation-delay:2.8s}.gallery__title:nth-child(10){-webkit-animation-delay:3.1s;animation-delay:3.1s}.gallery__title:nth-child(11){-webkit-animation-delay:3.4s;animation-delay:3.4s}.gallery__title:nth-child(12){-webkit-animation-delay:3.7s;animation-delay:3.7s}.gallery__title:nth-child(13){-webkit-animation-delay:4s;animation-delay:4s}.gallery__title:nth-child(14){-webkit-animation-delay:4.3s;animation-delay:4.3s}.gallery__title:nth-child(15){-webkit-animation-delay:4.6s;animation-delay:4.6s}.gallery__title:nth-child(16){-webkit-animation-delay:4.9s;animation-delay:4.9s}.gallery__title:nth-child(17){-webkit-animation-delay:5.2s;animation-delay:5.2s}.gallery__title:nth-child(18){-webkit-animation-delay:5.5s;animation-delay:5.5s}.gallery__title:nth-child(19){-webkit-animation-delay:5.8s;animation-delay:5.8s}.gallery__title:nth-child(20){-webkit-animation-delay:6.1s;animation-delay:6.1s}.gallery__title:nth-child(21){-webkit-animation-delay:6.4s;animation-delay:6.4s}.gallery__title:nth-child(22){-webkit-animation-delay:6.7s;animation-delay:6.7s}.gallery__title:nth-child(23){-webkit-animation-delay:7s;animation-delay:7s}.gallery__title:nth-child(24){-webkit-animation-delay:7.3s;animation-delay:7.3s}.gallery__title:nth-child(25){-webkit-animation-delay:7.6s;animation-delay:7.6s}.gallery__title:nth-child(26){-webkit-animation-delay:7.9s;animation-delay:7.9s}.gallery__title:nth-child(27){-webkit-animation-delay:8.2s;animation-delay:8.2s}.gallery__title:nth-child(28){-webkit-animation-delay:8.5s;animation-delay:8.5s}.gallery__title:nth-child(29){-webkit-animation-delay:8.8s;animation-delay:8.8s}.gallery__title:nth-child(30){-webkit-animation-delay:9.1s;animation-delay:9.1s}.gallery__label{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards}.gallery__label:not(:last-child){margin-bottom:1.875rem}.gallery__label:nth-child(1){-webkit-animation-delay:.6s;animation-delay:.6s}.gallery__label:nth-child(2){-webkit-animation-delay:.9s;animation-delay:.9s}.gallery__label:nth-child(3){-webkit-animation-delay:1.2s;animation-delay:1.2s}.gallery__label:nth-child(4){-webkit-animation-delay:1.5s;animation-delay:1.5s}.gallery__label:nth-child(5){-webkit-animation-delay:1.8s;animation-delay:1.8s}.gallery__label:nth-child(6){-webkit-animation-delay:2.1s;animation-delay:2.1s}.gallery__label:nth-child(7){-webkit-animation-delay:2.4s;animation-delay:2.4s}.gallery__label:nth-child(8){-webkit-animation-delay:2.7s;animation-delay:2.7s}.gallery__label:nth-child(9){-webkit-animation-delay:3s;animation-delay:3s}.gallery__label:nth-child(10){-webkit-animation-delay:3.3s;animation-delay:3.3s}.gallery__label:nth-child(11){-webkit-animation-delay:3.6s;animation-delay:3.6s}.gallery__label:nth-child(12){-webkit-animation-delay:3.9s;animation-delay:3.9s}.gallery__label:nth-child(13){-webkit-animation-delay:4.2s;animation-delay:4.2s}.gallery__label:nth-child(14){-webkit-animation-delay:4.5s;animation-delay:4.5s}.gallery__label:nth-child(15){-webkit-animation-delay:4.8s;animation-delay:4.8s}.gallery__label:nth-child(16){-webkit-animation-delay:5.1s;animation-delay:5.1s}.gallery__label:nth-child(17){-webkit-animation-delay:5.4s;animation-delay:5.4s}.gallery__label:nth-child(18){-webkit-animation-delay:5.7s;animation-delay:5.7s}.gallery__label:nth-child(19){-webkit-animation-delay:6s;animation-delay:6s}.gallery__label:nth-child(20){-webkit-animation-delay:6.3s;animation-delay:6.3s}.gallery__label:nth-child(21){-webkit-animation-delay:6.6s;animation-delay:6.6s}.gallery__label:nth-child(22){-webkit-animation-delay:6.9s;animation-delay:6.9s}.gallery__label:nth-child(23){-webkit-animation-delay:7.2s;animation-delay:7.2s}.gallery__label:nth-child(24){-webkit-animation-delay:7.5s;animation-delay:7.5s}.gallery__label:nth-child(25){-webkit-animation-delay:7.8s;animation-delay:7.8s}.gallery__label:nth-child(26){-webkit-animation-delay:8.1s;animation-delay:8.1s}.gallery__label:nth-child(27){-webkit-animation-delay:8.4s;animation-delay:8.4s}.gallery__label:nth-child(28){-webkit-animation-delay:8.7s;animation-delay:8.7s}.gallery__label:nth-child(29){-webkit-animation-delay:9s;animation-delay:9s}.gallery__label:nth-child(30){-webkit-animation-delay:9.3s;animation-delay:9.3s}.gallery__body{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.gallery__item-ibg{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards;overflow:hidden;padding-bottom:70%}.gallery__item-ibg:nth-child(1){-webkit-animation-delay:.8s;animation-delay:.8s}.gallery__item-ibg:nth-child(2){-webkit-animation-delay:1s;animation-delay:1s}.gallery__item-ibg:nth-child(3){-webkit-animation-delay:1.2s;animation-delay:1.2s}.gallery__item-ibg:nth-child(4){-webkit-animation-delay:1.4s;animation-delay:1.4s}.gallery__item-ibg:nth-child(5){-webkit-animation-delay:1.6s;animation-delay:1.6s}.gallery__item-ibg:nth-child(6){-webkit-animation-delay:1.8s;animation-delay:1.8s}.gallery__item-ibg:nth-child(7){-webkit-animation-delay:2s;animation-delay:2s}.gallery__item-ibg:nth-child(8){-webkit-animation-delay:2.2s;animation-delay:2.2s}.gallery__item-ibg:nth-child(9){-webkit-animation-delay:2.4s;animation-delay:2.4s}.gallery__item-ibg:nth-child(10){-webkit-animation-delay:2.6s;animation-delay:2.6s}.gallery__item-ibg:nth-child(11){-webkit-animation-delay:2.8s;animation-delay:2.8s}.gallery__item-ibg:nth-child(12){-webkit-animation-delay:3s;animation-delay:3s}.gallery__item-ibg:nth-child(13){-webkit-animation-delay:3.2s;animation-delay:3.2s}.gallery__item-ibg:nth-child(14){-webkit-animation-delay:3.4s;animation-delay:3.4s}.gallery__item-ibg:nth-child(15){-webkit-animation-delay:3.6s;animation-delay:3.6s}.gallery__item-ibg:nth-child(16){-webkit-animation-delay:3.8s;animation-delay:3.8s}.gallery__item-ibg:nth-child(17){-webkit-animation-delay:4s;animation-delay:4s}.gallery__item-ibg:nth-child(18){-webkit-animation-delay:4.2s;animation-delay:4.2s}.gallery__item-ibg:nth-child(19){-webkit-animation-delay:4.4s;animation-delay:4.4s}.gallery__item-ibg:nth-child(20){-webkit-animation-delay:4.6s;animation-delay:4.6s}.gallery__item-ibg:nth-child(21){-webkit-animation-delay:4.8s;animation-delay:4.8s}.gallery__item-ibg:nth-child(22){-webkit-animation-delay:5s;animation-delay:5s}.gallery__item-ibg:nth-child(23){-webkit-animation-delay:5.2s;animation-delay:5.2s}.gallery__item-ibg:nth-child(24){-webkit-animation-delay:5.4s;animation-delay:5.4s}.gallery__item-ibg:nth-child(25){-webkit-animation-delay:5.6s;animation-delay:5.6s}.gallery__item-ibg:nth-child(26){-webkit-animation-delay:5.8s;animation-delay:5.8s}.gallery__item-ibg:nth-child(27){-webkit-animation-delay:6s;animation-delay:6s}.gallery__item-ibg:nth-child(28){-webkit-animation-delay:6.2s;animation-delay:6.2s}.gallery__item-ibg:nth-child(29){-webkit-animation-delay:6.4s;animation-delay:6.4s}.gallery__item-ibg:nth-child(30){-webkit-animation-delay:6.6s;animation-delay:6.6s}.gallery__item-ibg img{-webkit-transform:scale(1.001);transform:scale(1.001);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.download__title{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards}.download__title:not(:last-child){margin-bottom:1.0769230769em}.download__title:nth-child(1){-webkit-animation-delay:.4s;animation-delay:.4s}.download__title:nth-child(2){-webkit-animation-delay:.7s;animation-delay:.7s}.download__title:nth-child(3){-webkit-animation-delay:1s;animation-delay:1s}.download__title:nth-child(4){-webkit-animation-delay:1.3s;animation-delay:1.3s}.download__title:nth-child(5){-webkit-animation-delay:1.6s;animation-delay:1.6s}.download__title:nth-child(6){-webkit-animation-delay:1.9s;animation-delay:1.9s}.download__title:nth-child(7){-webkit-animation-delay:2.2s;animation-delay:2.2s}.download__title:nth-child(8){-webkit-animation-delay:2.5s;animation-delay:2.5s}.download__title:nth-child(9){-webkit-animation-delay:2.8s;animation-delay:2.8s}.download__title:nth-child(10){-webkit-animation-delay:3.1s;animation-delay:3.1s}.download__title:nth-child(11){-webkit-animation-delay:3.4s;animation-delay:3.4s}.download__title:nth-child(12){-webkit-animation-delay:3.7s;animation-delay:3.7s}.download__title:nth-child(13){-webkit-animation-delay:4s;animation-delay:4s}.download__title:nth-child(14){-webkit-animation-delay:4.3s;animation-delay:4.3s}.download__title:nth-child(15){-webkit-animation-delay:4.6s;animation-delay:4.6s}.download__title:nth-child(16){-webkit-animation-delay:4.9s;animation-delay:4.9s}.download__title:nth-child(17){-webkit-animation-delay:5.2s;animation-delay:5.2s}.download__title:nth-child(18){-webkit-animation-delay:5.5s;animation-delay:5.5s}.download__title:nth-child(19){-webkit-animation-delay:5.8s;animation-delay:5.8s}.download__title:nth-child(20){-webkit-animation-delay:6.1s;animation-delay:6.1s}.download__title:nth-child(21){-webkit-animation-delay:6.4s;animation-delay:6.4s}.download__title:nth-child(22){-webkit-animation-delay:6.7s;animation-delay:6.7s}.download__title:nth-child(23){-webkit-animation-delay:7s;animation-delay:7s}.download__title:nth-child(24){-webkit-animation-delay:7.3s;animation-delay:7.3s}.download__title:nth-child(25){-webkit-animation-delay:7.6s;animation-delay:7.6s}.download__title:nth-child(26){-webkit-animation-delay:7.9s;animation-delay:7.9s}.download__title:nth-child(27){-webkit-animation-delay:8.2s;animation-delay:8.2s}.download__title:nth-child(28){-webkit-animation-delay:8.5s;animation-delay:8.5s}.download__title:nth-child(29){-webkit-animation-delay:8.8s;animation-delay:8.8s}.download__title:nth-child(30){-webkit-animation-delay:9.1s;animation-delay:9.1s}.download__list{display:grid;gap:.5rem}.download__item{-webkit-animation:show-low-bottom 1s ease 0s 1 normal forwards;animation:show-low-bottom 1s ease 0s 1 normal forwards}.download__item:nth-child(1){-webkit-animation-delay:.6s;animation-delay:.6s}.download__item:nth-child(2){-webkit-animation-delay:.7s;animation-delay:.7s}.download__item:nth-child(3){-webkit-animation-delay:.8s;animation-delay:.8s}.download__item:nth-child(4){-webkit-animation-delay:.9s;animation-delay:.9s}.download__item:nth-child(5){-webkit-animation-delay:1s;animation-delay:1s}.download__item:nth-child(6){-webkit-animation-delay:1.1s;animation-delay:1.1s}.download__item:nth-child(7){-webkit-animation-delay:1.2s;animation-delay:1.2s}.download__item:nth-child(8){-webkit-animation-delay:1.3s;animation-delay:1.3s}.download__item:nth-child(9){-webkit-animation-delay:1.4s;animation-delay:1.4s}.download__item:nth-child(10){-webkit-animation-delay:1.5s;animation-delay:1.5s}.download__item:nth-child(11){-webkit-animation-delay:1.6s;animation-delay:1.6s}.download__item:nth-child(12){-webkit-animation-delay:1.7s;animation-delay:1.7s}.download__item:nth-child(13){-webkit-animation-delay:1.8s;animation-delay:1.8s}.download__item:nth-child(14){-webkit-animation-delay:1.9s;animation-delay:1.9s}.download__item:nth-child(15){-webkit-animation-delay:2s;animation-delay:2s}.download__item:nth-child(16){-webkit-animation-delay:2.1s;animation-delay:2.1s}.download__item:nth-child(17){-webkit-animation-delay:2.2s;animation-delay:2.2s}.download__item:nth-child(18){-webkit-animation-delay:2.3s;animation-delay:2.3s}.download__item:nth-child(19){-webkit-animation-delay:2.4s;animation-delay:2.4s}.download__item:nth-child(20){-webkit-animation-delay:2.5s;animation-delay:2.5s}.download__item:nth-child(21){-webkit-animation-delay:2.6s;animation-delay:2.6s}.download__item:nth-child(22){-webkit-animation-delay:2.7s;animation-delay:2.7s}.download__item:nth-child(23){-webkit-animation-delay:2.8s;animation-delay:2.8s}.download__item:nth-child(24){-webkit-animation-delay:2.9s;animation-delay:2.9s}.download__item:nth-child(25){-webkit-animation-delay:3s;animation-delay:3s}.download__item:nth-child(26){-webkit-animation-delay:3.1s;animation-delay:3.1s}.download__item:nth-child(27){-webkit-animation-delay:3.2s;animation-delay:3.2s}.download__item:nth-child(28){-webkit-animation-delay:3.3s;animation-delay:3.3s}.download__item:nth-child(29){-webkit-animation-delay:3.4s;animation-delay:3.4s}.download__item:nth-child(30){-webkit-animation-delay:3.5s;animation-delay:3.5s}.download__link{line-height:1.63;color:var(--text-accent);transition:color .3s ease}.protection{font-size:1rem;line-height:1.63}.protection article:not(:last-child){margin-bottom:1.875rem}.protection h2{color:var(--text-secondary);font-weight:500;line-height:1.6}.protection h2:not(:last-child){margin-bottom:1rem}.protection h3{color:var(--text-secondary);font-weight:500;line-height:1.6}.protection h3:not(:last-child){margin-bottom:.625rem}.protection h4:not(:last-child){margin-bottom:1.125rem;color:var(--text-secondary)}.protection h5{font-weight:700}.protection h5:not(:last-child),.protection p:not(:last-child),.protection ul:not(:last-child){margin-bottom:.625rem}.protection ol,.protection ul{display:grid;gap:.25rem;list-style:none!important}.protection ul + ul{margin-top:1.25rem}.protection ol{padding-left:1rem;margin-bottom:1.25rem}.protection ol li{position:relative}.protection ol li::before{content:"";position:absolute;top:.5rem;left:-1rem;width:.5rem;height:.5rem;border-radius:50%;background-color:var(--bg-secondary)}.protection a{color:var(--text-accent);transition:color .3s ease}.protection a img{max-width:100%;width:11.5rem;aspect-ratio:1/1}.swiper{overflow:hidden}.swiper-initialized{touch-action:pan-y}.swiper-wrapper{width:100%;height:100%;box-sizing:content-box;display:flex;position:relative}.swiper-vertical .swiper-wrapper{flex-direction:column}.swiper-autoheight .swiper-wrapper{align-items:flex-start}.swiper-initialized .swiper-slide{flex-shrink:0}.swiper-android .swiper-slide,.swiper-android .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-button-lock{display:none!important}@font-face{font-family:lg;src:url(data:font/woff2;base64,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEY.webpnQRXowC/GBq51eymLRXrsXsTzXX37VlXzeVxoI6m8Gy67oBnzsB6DoQYY7GHM2fbT4oS9zON45lPnwbmww2BL0G89EnfaVPi5eJ3NZFtjc277Wb9M1A+UWG2WZyrj6PMKmLHRoH04iZLuivlsHTmm9/qYJ1r2Z90DtuKYduK6SdNZ3dRRxHAoE+l4HGM6MyIe+0se+zHEfsP4s2sqqnVdSTE/8lCVYMRVsuBVEJOvT3fa1Xr4X2iDZflVFmxyDmpu1r8b9IsVzXUB9w1/l9ccf7WCszaI1ATtUx7oRztk1dtbBcciudJAi83Vv2yaTg9uON6toxLlIM2GVxClo2eVBt5gcOHRwHLIpptC92TeKRi3MjtBkTAOaoU+6P1q364+kdgt/+xh2fRvlOf2p5xR4ut7P4s0sPwY63OguajQWuYqMjUWaA9100ya6yHdHr/BMyxN9QmGa2zjPnbZr17KTy9weKwqXYtqjcMunRkgE9kP+Refvml14hAZw8WFQGmZnnaEi0eLUQTCc+tLSphVyaUH6lAJoXjF1MDiaFSOexNCRKYW8TOkhKzDEDjPDvHHI3c5hXbQLhujhUuPmBYd+N/EaktFsDqoDo4/G0yx70s3SSuXJDIvjMNsIQ7TDqb+/sv8NHGl6BvDAMOnsCpv9PQcP9tS6N294zEnwtNdt2tfTXSz7JGwAqALmbKpr90BaeqA9tlvduWP4/xa0thZcJMNDC6XqrFuy2xGF7YaiQkN7UfhEbMaNkOxQHezh7YVFBsP9TcoybgmzhaExmpxb/78Naf89LmVWthVvvSWh3rZUWtlMFStWENDf5uqEd2LiP/M/fvWEWUntjnTynpI2ainnLdjPUIvL2uGFJvoUQy0taZvPePLqxy0lK6mUo8yp6B+WtdyyTHivdrgLZrhbvAOlWMbQEJtJZ7JuXgRLC+hwe/kb90WvW4U4/PGGRUmLk995J1loWLRhQwVCKkve4JOS8YJASY+P8KQNe/vahGNU8TJRe/eCaaG7ozsrt6Ixu623v/ck0rvlG2EYBoAh6abIxoZ9UeHoNQAiMPKv/8pIi+47EAMHcfLh7dyX8q0Po+Iap94fFob+4fr/DXr96x+j1x2dhZ0dBfRqardjBIZ+M+S6Lo6ojE+4HKF7Kz7zG+eCOkwQ98UfOirDqrckKPVz3sR8srT/gsev3H0p3Rq7wkD1JLE/XZ+2Ze5pV5eqPiqqmBkc1PQYDBvlk5MdqQff21UyInvyhyjMsHXV33tD3zaQ7Us/NKfX44qLQ/8ffOtzXIjnymRNXampDWkGDR5yOyThG2/9UXC6liWEEz0hX+uR1Xg780i4eNOSig3Fk2pSkPpBqrrmx3/+TbB2ya9ePfrGJx98H8rvjKsRQoSh/G0s8cO6bhwwUI8vUz1c21B04cscrjVV1q8zzCVJkmv/T8y21/bLszJpxeqptculJZpleUyKrPX/X3QZBL+rl+hTWuR/2At7LhYVX9BBsULaqi9LWh+6xMDLW6V65dy2gsMbszemQ96XMDvrSfRM60ceo5R/oGDXB0KrxJsTACBhbV48S4Cd5IeyAVdU5Yg+2nPGKS+XAwmOljrwpIdMmdJPexI9ndnIXUIVgety83YzRdXD6E6YvF0gVGJRMhpOyQW6xGM0Zbq7zw8AoAcWAYa7cSOsARF+Fm8DBAAYgDUq07ZSWvm3UIoAAIAfde39SB7Hz+K/xR9vAkMBg0YE8PKEChkH47+9MDggitAdAEObxnBmZAFu5C4eyMxqN/2c3ZUK2qJ+tDUvrTR/BGHDbqZplsDNZVVQjIaim4XA6TE4YLCfEdweIwAKaArx8aN1JETYMNMDEWGYZdRjMJDAB4T7+EEiwAdiBKCBlRQCfnwjEgohbttG2AYb3yS+7tWIDW1rd/6mMedAM+yEHbAvWge0XgNevwdW20Cmdfb6NXBYqm+DtZHUyUW88R/abjA/OxeYpIa9sNmNGMqHbMgd2CAZPzVuOfQFg5H275pWwx73mQMODQAAAA==) format("woff2"),url(data:font/woff;base64,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) format("woff");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.lg-next,.lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:"\e095"}.lg-prev{left:20px}.lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:"\e90a"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;transition:opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;transition:opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:0}.lg-container.lg-show{display:block}.lg-on{scroll-behavior:unset}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;transition:opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar{opacity:1}.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;transition:opacity .15s ease 0s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{will-change:transform,opacity;display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(data:image.webp;base64,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) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:"\e909"}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;transition:-webkit-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;transition:transform .35s ease-out 0s,-webkit-transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer.lg-animate-thumb .lg-thumb{transition-timing-function:cubic-bezier(.215,.61,.355,1)}@media (min-width:29.99875em){.slider-small__wrapper{margin-bottom:-5rem}.products-swiper__slide{height:12.5rem}.location-body{position:absolute;left:50%;top:0;height:-webkit-max-content;height:max-content;width:-webkit-max-content;width:max-content;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.form-contact__button{width:50%;margin:0 auto;padding:.4375rem 1.375rem}}@media (min-width:31.25em){.main-contacts__wrapper{padding:.3125rem}}@media (min-width:47.99875em){.page__bread-crumbs{padding-left:5%}.form-contact.wpforms-container-full:not(:empty){flex:1 1 23.75rem}.contacts__column{flex:0 0 40%}.header__menu{flex:1 1 auto;display:flex;justify-content:center}.spollers-menu__body{opacity:0;visibility:hidden;pointer-events:none;z-index:3;position:absolute;max-width:15.625rem;min-width:-webkit-max-content;min-width:max-content;overflow:hidden;height:-webkit-max-content;height:max-content;top:100%;left:-.9375rem;padding-top:.625rem;transition:opacity .3s ease,left .3s ease}.spollers-menu__list{padding:1.25rem 1.875rem;background-color:var(--bg-primary);border:.0625rem solid var(--secondary);pointer-events:all;font-size:1.125rem;gap:1rem}.products__body{z-index:3;max-width:80%}.products__swiper{padding:0 1.875rem}.products__image-ibg--contain{position:absolute;width:100%;height:100%;bottom:0;right:0;pointer-events:none}.products__image-ibg--contain img{height:100%;left:auto;right:0;top:auto;bottom:0;-o-object-position:100%;object-position:100%}.contacts__body{align-items:flex-start;justify-content:space-evenly}.header-template__container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.875rem}.header-template-navigation__item:first-child{border-left:.125rem solid var(--bg-primary)}.header-template-navigation__item:last-child{border-right:.125rem solid var(--bg-primary)}.header-template-navigation__link{border-left:.0625rem solid var(--bg-primary);border-right:.0625rem solid var(--bg-primary)}.body-template__container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.875rem}.body-template__image-ibg,.body-template__slider{top:10%;position:sticky;max-height:100vh;max-height:100svh}.footer-template__container{align-items:end;display:grid;grid-template-columns:repeat(2,1fr);gap:1.875rem}.footer-template__advantages{padding-top:4.375rem}}@media (min-width:61.99875em){.menu__item:hover .spollers-menu__body{visibility:visible;opacity:1;left:0;pointer-events:all}.menu__item:hover .spollers-menu__title span{color:var(--secondary)}.menu__item:hover .spollers-menu__title span::after{background-color:var(--secondary);width:100%;left:0}.menu__item:hover .spollers-menu__title::before{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:var(--secondary)}}@media (min-width:87.5em){.header-template-navigation__title br{display:none}}@media (min-width:91.875em){#popup-message .popup__content{padding:1.875rem}#popup-message .popup__text{font-size:1.625rem}.page__main{padding-bottom:8.125rem}.page__about{padding-top:4.6875rem}.page__about{padding-bottom:4.6875rem}.page__contacts{padding-top:3.75rem}.page__contacts{padding-bottom:3.75rem}.page__footer-template{padding-top:3.75rem}.page__footer-template{padding-bottom:3.75rem}.page__career,.page__download,.page__gallery{padding-top:2.5rem}.page__career,.page__download,.page__gallery{padding-bottom:2.5rem}.page__protection{padding-top:2.5rem}.page__protection{padding-bottom:5rem}.title{font-size:1.625rem}.slider-navigation__button::before{font-size:1.25rem}.scroll-top{width:4.375rem}.scroll-top{height:4.375rem}.scroll-top::before{font-size:1.125rem}.footer{padding-top:3.75rem}.footer{padding-bottom:3.75rem}.about__text:not(:last-child){margin-bottom:4.75rem}.social__container{padding-top:4.6875rem}.social__container{padding-bottom:3.125rem}.products__title:not(:last-child){margin-bottom:2.5rem}.header-template-active__icon svg{height:3.125rem}.header-template-active__icon svg{width:3.125rem}.header-template-navigation__icon svg{height:2.1875rem}.header-template-navigation__icon svg{width:2.1875rem}.protection h2{font-size:1.625rem}.protection h3{font-size:1.5rem}.protection h4:not(:last-child){font-size:1.375rem}}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;transition:border-color .25s ease}}@media (min-width:75em){.slider-small__slide{transition:margin .3s ease;overflow:hidden;pointer-events:none}.slider-small__slide.swiper-slide-thumb-active{margin-bottom:1.875rem;margin-top:-1.875rem}}@media (min-width:75em) and (any-hover:hover){.slider-small__slide:hover{margin-bottom:1.25rem;margin-top:-1.25rem}}@media (min-width:90em){.menu__list{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}.slider-small__wrapper{gap:2.5rem}.slider-small__slide{max-width:10.625rem}.slider-small__link{padding:1rem}.slider-small__icon:not(:last-child){margin-bottom:1rem}.slider-small__icon svg{width:3.4375rem}.slider-small__icon svg{height:3.4375rem}.slider-small__label{font-size:1.375rem}.products__container{padding-top:3.75rem}.products__container{padding-bottom:2.5rem}}@media (max-width:20em){#popup-message .popup__content{padding:.9375rem}#popup-message .popup__text{font-size:1.125rem}.page__main{padding-bottom:1.25rem}.page__about{padding-top:1.875rem}.page__about{padding-bottom:1.875rem}.page__contacts{padding-top:1.875rem}.page__contacts{padding-bottom:1.875rem}.page__footer-template{padding-top:1.875rem}.page__footer-template{padding-bottom:1.875rem}.page__career,.page__download,.page__gallery{padding-top:1.25rem}.page__career,.page__download,.page__gallery{padding-bottom:1.25rem}.page__protection{padding-top:1.25rem}.page__protection{padding-bottom:3.125rem}.title{font-size:1.25rem}.slider-navigation__button::before{font-size:.875rem}.scroll-top{width:3.125rem}.scroll-top{height:3.125rem}.scroll-top::before{font-size:.625rem}.footer{padding-top:1.875rem}.footer{padding-bottom:1.875rem}.about__text:not(:last-child){margin-bottom:1.875rem}.social__container{padding-top:1.875rem}.social__container{padding-bottom:1.5625rem}.products__title:not(:last-child){margin-bottom:1.25rem}.header-template-active__icon svg{height:1.875rem}.header-template-active__icon svg{width:1.875rem}.header-template-navigation__icon svg{height:1.25rem}.header-template-navigation__icon svg{width:1.25rem}.protection h2{font-size:1.25rem}.protection h3{font-size:1.125rem}.protection h4:not(:last-child){font-size:1rem}}@media (max-width:68.75em){.header-template-navigation__item{flex:1 1 auto}}@media (max-width:61.99875em){.slider-small__slide{flex:1 1 30%}.slider-small__link{padding:.5rem}}@media (max-width:47.99875em){.checkbox__label{justify-content:center}.scroll-top{bottom:3.75rem}.contacts__column{flex:1 1 100%}.wpforms-container.contacts__column{align-self:center;width:100%}.menu__body{position:fixed;height:100%;right:-100%;width:100%;top:0;overflow:auto;padding:7.5rem 1.875rem 1.875rem;background-color:var(--bg-primary);transition:right .4s ease}.menu-open .menu__body{right:0}.menu__list{-webkit-column-gap:1.125rem;-moz-column-gap:1.125rem;column-gap:1.125rem}.menu__list{flex-direction:column;row-gap:1.625rem}.spollers-menu__title::before{font-size:.375rem}.spollers-menu__title{justify-content:center}.spollers-menu__title._spoller-active span::after{width:100%;left:0}.spollers-menu__body{padding-top:1.875rem}.spollers-menu__list{gap:1.5rem;align-items:center}.icon-menu{display:block;position:relative;width:1.875rem;height:1.125rem;z-index:5}.icon-menu span,.icon-menu::after,.icon-menu::before{content:"";transition:all .3s ease 0s;right:0;position:absolute;width:100%;height:.125rem;background-color:var(--secondary)}.icon-menu::before{top:0}.icon-menu::after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu::before{top:calc(50% - .0625rem);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu::after{bottom:calc(50% - .0625rem);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.slider-small__wrapper{gap:.75rem}.slider-small__icon:not(:last-child){margin-bottom:.5rem}.about__column:not(:last-child){margin-bottom:.625rem}.about__button{margin:0 auto}.products__container{padding-top:1.875rem}.products__container{padding-bottom:1.875rem}.products__title{text-align:center}.products__image-ibg--contain{display:none}.products__bg-ibg img{display:none}.contacts__body{flex-direction:column-reverse}.contacts__body{gap:2.5rem}.main-contacts__list{grid-template-columns:repeat(auto-fit,minmax(16.875rem,1fr))}.main-contacts__wrapper{gap:.625rem}.header-template__container{display:flex;align-items:stretch;flex-direction:column-reverse;gap:.75rem}.header-template__active{align-self:center}.header-template-navigation__list{flex-wrap:wrap;justify-content:space-evenly}.header-template-navigation__link{border:.0625rem solid var(--bg-primary)}.body-template__image-ibg{min-height:50vh;margin:0 -.9375rem}.body-template__slider{margin:0 -.9375rem}.body-template-content__button{margin:0 auto}.footer-template__container > :not(:last-child){margin-bottom:1.25rem}.gallery__body{grid-template-columns:repeat(2,1fr);gap:.625rem}}@media (max-width:47.99875em) and (max-width:20em){.menu__list{font-size:1.75rem}.spollers-menu__link{font-size:1.125rem}}@media (max-width:47.99875em) and (any-hover:none){.icon-menu{cursor:default}}@media (max-width:37.5em){.slider-small__slide{max-width:5.625rem}.slider-small__icon svg{width:1.25rem}.slider-small__icon svg{height:1.25rem}.slider-small__label{font-size:.75rem}}@media (max-width:31.25em){.main-contacts__wrapper::before{align-self:center}}@media (max-width:29.99875em){.button{width:100%}.slider-navigation__button{display:none}.scroll-top{bottom:5rem}.wpforms-container-full.contacts__column button[type=submit].button{width:100%}.main__wrapper{height:calc(100vh - 13.75rem)}.main__container{margin-right:-.9375rem;margin-left:-.9375rem}.products-swiper__wrapper{align-items:center;min-height:12.5rem}.products-swiper__slide{transition:min-height .6s ease;min-height:9.375rem}.products-swiper__slide.swiper-slide-active{min-height:12.5rem}#map{height:600px}.location-body > *{flex:1 1 auto}#pac-input::-webkit-input-placeholder{text-align:center}#pac-input:-ms-input-placeholder{text-align:center}#pac-input::-ms-input-placeholder{text-align:center}#pac-input input,#pac-input::placeholder{text-align:center}#showRouteButton{bottom:25%;width:-webkit-max-content;width:max-content}.main-contacts{margin:0 -.9375rem}.header-template__navigation{margin:0 -.9375rem}.header-template-navigation__item{flex:1 1 33.33%}.header-template-navigation__link{padding:.5rem .375rem}.header-template-navigation{font-size:.75rem}.body-template--one-item .body-template__container{padding-top:1.25rem}.swiper-template__nawigation .slider-navigation__button{display:block}.body-template-content__list{justify-items:center;gap:3.125rem}.contact-template__body{align-items:center}.contact-template__specialization{font-size:1.5rem}.protection article:not(:last-child){margin-bottom:1.25rem}.protection h2:not(:last-child){margin-bottom:.75rem}.protection h4:not(:last-child){margin-bottom:.75rem}.protection h5:not(:last-child),.protection p:not(:last-child),.protection ul:not(:last-child){margin-bottom:.5rem}}@media (max-width:18.75em){.main-contacts__list{padding-left:.0000000625rem}}@media (min-width:20em) and (max-width:91.875em){@supports (padding:clamp(0.9375rem ,0.6766304348rem + 1.3043478261vw ,1.875rem)){#popup-message .popup__content{padding:clamp(.9375rem ,.6766304348rem + 1.3043478261vw ,1.875rem)}}@supports not (padding:clamp(0.9375rem ,0.6766304348rem + 1.3043478261vw ,1.875rem)){#popup-message .popup__content{padding:calc(.9375rem + .9375 * (100vw - 20rem)/ 71.875)}}@supports (font-size:clamp(1.125rem ,0.9858695652rem + 0.6956521739vw ,1.625rem)){#popup-message .popup__text{font-size:clamp(1.125rem ,.9858695652rem + .6956521739vw ,1.625rem)}}@supports not (font-size:clamp(1.125rem ,0.9858695652rem + 0.6956521739vw ,1.625rem)){#popup-message .popup__text{font-size:calc(1.125rem + .5 * (100vw - 20rem)/ 71.875)}}@supports (padding-bottom:clamp(1.25rem ,-0.6630434783rem + 9.5652173913vw ,8.125rem)){.page__main{padding-bottom:clamp(1.25rem ,-.6630434783rem + 9.5652173913vw ,8.125rem)}}@supports not (padding-bottom:clamp(1.25rem ,-0.6630434783rem + 9.5652173913vw ,8.125rem)){.page__main{padding-bottom:calc(1.25rem + 6.875 * (100vw - 20rem)/ 71.875)}}@supports (padding-top:clamp(1.875rem ,1.0923913043rem + 3.9130434783vw ,4.6875rem)){.page__about{padding-top:clamp(1.875rem ,1.0923913043rem + 3.9130434783vw ,4.6875rem)}}@supports not (padding-top:clamp(1.875rem ,1.0923913043rem + 3.9130434783vw ,4.6875rem)){.page__about{padding-top:calc(1.875rem + 2.8125 * (100vw - 20rem)/ 71.875)}}@supports (padding-bottom:clamp(1.875rem ,1.0923913043rem + 3.9130434783vw ,4.6875rem)){.page__about{padding-bottom:clamp(1.875rem ,1.0923913043rem + 3.9130434783vw ,4.6875rem)}}@supports not (padding-bottom:clamp(1.875rem ,1.0923913043rem + 3.9130434783vw ,4.6875rem)){.page__about{padding-bottom:calc(1.875rem + 2.8125 * (100vw - 20rem)/ 71.875)}}@supports (padding-top:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.page__contacts{padding-top:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)}}@supports not (padding-top:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.page__contacts{padding-top:calc(1.875rem + 1.875 * (100vw - 20rem)/ 71.875)}}@supports (padding-bottom:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.page__contacts{padding-bottom:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)}}@supports not (padding-bottom:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.page__contacts{padding-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 71.875)}}@supports (padding-top:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.page__footer-template{padding-top:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)}}@supports not (padding-top:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.page__footer-template{padding-top:calc(1.875rem + 1.875 * (100vw - 20rem)/ 71.875)}}@supports (padding-bottom:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.page__footer-template{padding-bottom:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)}}@supports not (padding-bottom:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.page__footer-template{padding-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 71.875)}}@supports (padding-top:clamp(1.25rem ,0.902173913rem + 1.7391304348vw ,2.5rem)){.page__career,.page__download,.page__gallery{padding-top:clamp(1.25rem ,.902173913rem + 1.7391304348vw ,2.5rem)}}@supports not (padding-top:clamp(1.25rem ,0.902173913rem + 1.7391304348vw ,2.5rem)){.page__career,.page__download,.page__gallery{padding-top:calc(1.25rem + 1.25 * (100vw - 20rem)/ 71.875)}}@supports (padding-bottom:clamp(1.25rem ,0.902173913rem + 1.7391304348vw ,2.5rem)){.page__career,.page__download,.page__gallery{padding-bottom:clamp(1.25rem ,.902173913rem + 1.7391304348vw ,2.5rem)}}@supports not (padding-bottom:clamp(1.25rem ,0.902173913rem + 1.7391304348vw ,2.5rem)){.page__career,.page__download,.page__gallery{padding-bottom:calc(1.25rem + 1.25 * (100vw - 20rem)/ 71.875)}}@supports (padding-top:clamp(1.25rem ,0.902173913rem + 1.7391304348vw ,2.5rem)){.page__protection{padding-top:clamp(1.25rem ,.902173913rem + 1.7391304348vw ,2.5rem)}}@supports not (padding-top:clamp(1.25rem ,0.902173913rem + 1.7391304348vw ,2.5rem)){.page__protection{padding-top:calc(1.25rem + 1.25 * (100vw - 20rem)/ 71.875)}}@supports (padding-bottom:clamp(3.125rem ,2.6032608696rem + 2.6086956522vw ,5rem)){.page__protection{padding-bottom:clamp(3.125rem ,2.6032608696rem + 2.6086956522vw ,5rem)}}@supports not (padding-bottom:clamp(3.125rem ,2.6032608696rem + 2.6086956522vw ,5rem)){.page__protection{padding-bottom:calc(3.125rem + 1.875 * (100vw - 20rem)/ 71.875)}}@supports (font-size:clamp(1.25rem ,1.1456521739rem + 0.5217391304vw ,1.625rem)){.title{font-size:clamp(1.25rem ,1.1456521739rem + .5217391304vw ,1.625rem)}}@supports not (font-size:clamp(1.25rem ,1.1456521739rem + 0.5217391304vw ,1.625rem)){.title{font-size:calc(1.25rem + .375 * (100vw - 20rem)/ 71.875)}}@supports (font-size:clamp(0.875rem ,0.7706521739rem + 0.5217391304vw ,1.25rem)){.slider-navigation__button::before{font-size:clamp(.875rem ,.7706521739rem + .5217391304vw ,1.25rem)}}@supports not (font-size:clamp(0.875rem ,0.7706521739rem + 0.5217391304vw ,1.25rem)){.slider-navigation__button::before{font-size:calc(.875rem + .375 * (100vw - 20rem)/ 71.875)}}@supports (width:clamp(3.125rem ,2.777173913rem + 1.7391304348vw ,4.375rem)){.scroll-top{width:clamp(3.125rem ,2.777173913rem + 1.7391304348vw ,4.375rem)}}@supports not (width:clamp(3.125rem ,2.777173913rem + 1.7391304348vw ,4.375rem)){.scroll-top{width:calc(3.125rem + 1.25 * (100vw - 20rem)/ 71.875)}}@supports (height:clamp(3.125rem ,2.777173913rem + 1.7391304348vw ,4.375rem)){.scroll-top{height:clamp(3.125rem ,2.777173913rem + 1.7391304348vw ,4.375rem)}}@supports not (height:clamp(3.125rem ,2.777173913rem + 1.7391304348vw ,4.375rem)){.scroll-top{height:calc(3.125rem + 1.25 * (100vw - 20rem)/ 71.875)}}@supports (font-size:clamp(0.625rem ,0.4858695652rem + 0.6956521739vw ,1.125rem)){.scroll-top::before{font-size:clamp(.625rem ,.4858695652rem + .6956521739vw ,1.125rem)}}@supports not (font-size:clamp(0.625rem ,0.4858695652rem + 0.6956521739vw ,1.125rem)){.scroll-top::before{font-size:calc(.625rem + .5 * (100vw - 20rem)/ 71.875)}}@supports (padding-top:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.footer{padding-top:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)}}@supports not (padding-top:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.footer{padding-top:calc(1.875rem + 1.875 * (100vw - 20rem)/ 71.875)}}@supports (padding-bottom:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.footer{padding-bottom:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)}}@supports not (padding-bottom:clamp(1.875rem ,1.3532608696rem + 2.6086956522vw ,3.75rem)){.footer{padding-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 71.875)}}@supports (margin-bottom:clamp(1.875rem ,1.075rem + 4vw ,4.75rem)){.about__text:not(:last-child){margin-bottom:clamp(1.875rem ,1.075rem + 4vw ,4.75rem)}}@supports not (margin-bottom:clamp(1.875rem ,1.075rem + 4vw ,4.75rem)){.about__text:not(:last-child){margin-bottom:calc(1.875rem + 2.875 * (100vw - 20rem)/ 71.875)}}@supports (padding-top:clamp(1.875rem ,1.0923913043rem + 3.9130434783vw ,4.6875rem)){.social__container{padding-top:clamp(1.875rem ,1.0923913043rem + 3.9130434783vw ,4.6875rem)}}@supports not (padding-top:clamp(1.875rem ,1.0923913043rem + 3.9130434783vw ,4.6875rem)){.social__container{padding-top:calc(1.875rem + 2.8125 * (100vw - 20rem)/ 71.875)}}@supports (padding-bottom:clamp(1.5625rem ,1.1277173913rem + 2.1739130435vw ,3.125rem)){.social__container{padding-bottom:clamp(1.5625rem ,1.1277173913rem + 2.1739130435vw ,3.125rem)}}@supports not (padding-bottom:clamp(1.5625rem ,1.1277173913rem + 2.1739130435vw ,3.125rem)){.social__container{padding-bottom:calc(1.5625rem + 1.5625 * (100vw - 20rem)/ 71.875)}}@supports (margin-bottom:clamp(1.25rem ,0.902173913rem + 1.7391304348vw ,2.5rem)){.products__title:not(:last-child){margin-bottom:clamp(1.25rem ,.902173913rem + 1.7391304348vw ,2.5rem)}}@supports not (margin-bottom:clamp(1.25rem ,0.902173913rem + 1.7391304348vw ,2.5rem)){.products__title:not(:last-child){margin-bottom:calc(1.25rem + 1.25 * (100vw - 20rem)/ 71.875)}}@supports (height:clamp(1.875rem ,1.527173913rem + 1.7391304348vw ,3.125rem)){.header-template-active__icon svg{height:clamp(1.875rem ,1.527173913rem + 1.7391304348vw ,3.125rem)}}@supports not (height:clamp(1.875rem ,1.527173913rem + 1.7391304348vw ,3.125rem)){.header-template-active__icon svg{height:calc(1.875rem + 1.25 * (100vw - 20rem)/ 71.875)}}@supports (width:clamp(1.875rem ,1.527173913rem + 1.7391304348vw ,3.125rem)){.header-template-active__icon svg{width:clamp(1.875rem ,1.527173913rem + 1.7391304348vw ,3.125rem)}}@supports not (width:clamp(1.875rem ,1.527173913rem + 1.7391304348vw ,3.125rem)){.header-template-active__icon svg{width:calc(1.875rem + 1.25 * (100vw - 20rem)/ 71.875)}}@supports (height:clamp(1.25rem ,0.9891304348rem + 1.3043478261vw ,2.1875rem)){.header-template-navigation__icon svg{height:clamp(1.25rem ,.9891304348rem + 1.3043478261vw ,2.1875rem)}}@supports not (height:clamp(1.25rem ,0.9891304348rem + 1.3043478261vw ,2.1875rem)){.header-template-navigation__icon svg{height:calc(1.25rem + .9375 * (100vw - 20rem)/ 71.875)}}@supports (width:clamp(1.25rem ,0.9891304348rem + 1.3043478261vw ,2.1875rem)){.header-template-navigation__icon svg{width:clamp(1.25rem ,.9891304348rem + 1.3043478261vw ,2.1875rem)}}@supports not (width:clamp(1.25rem ,0.9891304348rem + 1.3043478261vw ,2.1875rem)){.header-template-navigation__icon svg{width:calc(1.25rem + .9375 * (100vw - 20rem)/ 71.875)}}@supports (font-size:clamp(1.25rem ,1.1456521739rem + 0.5217391304vw ,1.625rem)){.protection h2{font-size:clamp(1.25rem ,1.1456521739rem + .5217391304vw ,1.625rem)}}@supports not (font-size:clamp(1.25rem ,1.1456521739rem + 0.5217391304vw ,1.625rem)){.protection h2{font-size:calc(1.25rem + .375 * (100vw - 20rem)/ 71.875)}}@supports (font-size:clamp(1.125rem ,1.0206521739rem + 0.5217391304vw ,1.5rem)){.protection h3{font-size:clamp(1.125rem ,1.0206521739rem + .5217391304vw ,1.5rem)}}@supports not (font-size:clamp(1.125rem ,1.0206521739rem + 0.5217391304vw ,1.5rem)){.protection h3{font-size:calc(1.125rem + .375 * (100vw - 20rem)/ 71.875)}}@supports (font-size:clamp(1rem ,0.8956521739rem + 0.5217391304vw ,1.375rem)){.protection h4:not(:last-child){font-size:clamp(1rem ,.8956521739rem + .5217391304vw ,1.375rem)}}@supports not (font-size:clamp(1rem ,0.8956521739rem + 0.5217391304vw ,1.375rem)){.protection h4:not(:last-child){font-size:calc(1rem + .375 * (100vw - 20rem)/ 71.875)}}}@media (min-width:47.99875em) and (max-width:90em){@supports ((-moz-column-gap:clamp(1.125rem ,-0.4463408827rem + 3.2737120919vw ,2.5rem)) or (column-gap:clamp(1.125rem ,-0.4463408827rem + 3.2737120919vw ,2.5rem))){.menu__list{-webkit-column-gap:clamp(1.125rem ,-.4463408827rem + 3.2737120919vw ,2.5rem);-moz-column-gap:clamp(1.125rem ,-.4463408827rem + 3.2737120919vw ,2.5rem);column-gap:clamp(1.125rem ,-.4463408827rem + 3.2737120919vw ,2.5rem)}}@supports not ((-moz-column-gap:clamp(1.125rem ,-0.4463408827rem + 3.2737120919vw ,2.5rem)) or (column-gap:clamp(1.125rem ,-0.4463408827rem + 3.2737120919vw ,2.5rem))){.menu__list{-webkit-column-gap:calc(1.125rem + 1.375 * (100vw - 47.99875rem)/ 42.00125);-moz-column-gap:calc(1.125rem + 1.375 * (100vw - 47.99875rem)/ 42.00125);column-gap:calc(1.125rem + 1.375 * (100vw - 47.99875rem)/ 42.00125)}}@supports (gap:clamp(0.75rem ,-1.2498883962rem + 4.1665426624vw ,2.5rem)){.slider-small__wrapper{gap:clamp(.75rem ,-1.2498883962rem + 4.1665426624vw ,2.5rem)}}@supports not (gap:clamp(0.75rem ,-1.2498883962rem + 4.1665426624vw ,2.5rem)){.slider-small__wrapper{gap:calc(.75rem + 1.75 * (100vw - 47.99875rem)/ 42.00125)}}@supports (margin-bottom:clamp(0.5rem ,-0.0713966846rem + 1.1904407607vw ,1rem)){.slider-small__icon:not(:last-child){margin-bottom:clamp(.5rem ,-.0713966846rem + 1.1904407607vw ,1rem)}}@supports not (margin-bottom:clamp(0.5rem ,-0.0713966846rem + 1.1904407607vw ,1rem)){.slider-small__icon:not(:last-child){margin-bottom:calc(.5rem + .5 * (100vw - 47.99875rem)/ 42.00125)}}@supports (padding-top:clamp(1.875rem ,-0.2677375673rem + 4.4641528526vw ,3.75rem)){.products__container{padding-top:clamp(1.875rem ,-.2677375673rem + 4.4641528526vw ,3.75rem)}}@supports not (padding-top:clamp(1.875rem ,-0.2677375673rem + 4.4641528526vw ,3.75rem)){.products__container{padding-top:calc(1.875rem + 1.875 * (100vw - 47.99875rem)/ 42.00125)}}@supports (padding-bottom:clamp(1.875rem ,1.1607541442rem + 1.4880509509vw ,2.5rem)){.products__container{padding-bottom:clamp(1.875rem ,1.1607541442rem + 1.4880509509vw ,2.5rem)}}@supports not (padding-bottom:clamp(1.875rem ,1.1607541442rem + 1.4880509509vw ,2.5rem)){.products__container{padding-bottom:calc(1.875rem + .625 * (100vw - 47.99875rem)/ 42.00125)}}}@media (max-width:47.99875em) and (min-width:47.99875em){.menu__list{font-size:2.375rem}.spollers-menu__link{font-size:1.625rem}}@media (max-width:47.99875em) and (min-width:20em) and (max-width:47.99875em){@supports (font-size:clamp(1.75rem ,1.3035514978rem + 2.2322425108vw ,2.375rem)){.menu__list{font-size:clamp(1.75rem ,1.3035514978rem + 2.2322425108vw ,2.375rem)}}@supports not (font-size:clamp(1.75rem ,1.3035514978rem + 2.2322425108vw ,2.375rem)){.menu__list{font-size:calc(1.75rem + .625 * (100vw - 20rem)/ 27.99875)}}@supports (font-size:clamp(1.125rem ,0.7678411983rem + 1.7857940087vw ,1.625rem)){.spollers-menu__link{font-size:clamp(1.125rem ,.7678411983rem + 1.7857940087vw ,1.625rem)}}@supports not (font-size:clamp(1.125rem ,0.7678411983rem + 1.7857940087vw ,1.625rem)){.spollers-menu__link{font-size:calc(1.125rem + .5 * (100vw - 20rem)/ 27.99875)}}}@media (min-width:37.5em) and (max-width:90em){@supports (max-width:clamp(5.625rem ,2.0535714286rem + 9.5238095238vw ,10.625rem)){.slider-small__slide{max-width:clamp(5.625rem ,2.0535714286rem + 9.5238095238vw ,10.625rem)}}@supports not (max-width:clamp(5.625rem ,2.0535714286rem + 9.5238095238vw ,10.625rem)){.slider-small__slide{max-width:calc(5.625rem + 5 * (100vw - 37.5rem)/ 52.5)}}@supports (width:clamp(1.25rem ,-0.3125rem + 4.1666666667vw ,3.4375rem)){.slider-small__icon svg{width:clamp(1.25rem ,-.3125rem + 4.1666666667vw ,3.4375rem)}}@supports not (width:clamp(1.25rem ,-0.3125rem + 4.1666666667vw ,3.4375rem)){.slider-small__icon svg{width:calc(1.25rem + 2.1875 * (100vw - 37.5rem)/ 52.5)}}@supports (height:clamp(1.25rem ,-0.3125rem + 4.1666666667vw ,3.4375rem)){.slider-small__icon svg{height:clamp(1.25rem ,-.3125rem + 4.1666666667vw ,3.4375rem)}}@supports not (height:clamp(1.25rem ,-0.3125rem + 4.1666666667vw ,3.4375rem)){.slider-small__icon svg{height:calc(1.25rem + 2.1875 * (100vw - 37.5rem)/ 52.5)}}@supports (font-size:clamp(0.75rem ,0.3035714286rem + 1.1904761905vw ,1.375rem)){.slider-small__label{font-size:clamp(.75rem ,.3035714286rem + 1.1904761905vw ,1.375rem)}}@supports not (font-size:clamp(0.75rem ,0.3035714286rem + 1.1904761905vw ,1.375rem)){.slider-small__label{font-size:calc(.75rem + .625 * (100vw - 37.5rem)/ 52.5)}}}@media (min-width:61.99875em) and (max-width:90em){@supports (padding:clamp(0.5rem ,-0.6070711129rem + 1.7856345699vw ,1rem)){.slider-small__link{padding:clamp(.5rem ,-.6070711129rem + 1.7856345699vw ,1rem)}}@supports not (padding:clamp(0.5rem ,-0.6070711129rem + 1.7856345699vw ,1rem)){.slider-small__link{padding:calc(.5rem + .5 * (100vw - 61.99875rem)/ 28.00125)}}}@media (min-width:18.75em) and (max-width:36.25em){@supports (padding-left:clamp(0.0000000625rem ,-9.3749998705rem + 49.9999996429vw ,8.75rem)){.main-contacts__list{padding-left:clamp(.0000000625rem ,-9.3749998705rem + 49.9999996429vw ,8.75rem)}}@supports not (padding-left:clamp(0.0000000625rem ,-9.3749998705rem + 49.9999996429vw ,8.75rem)){.main-contacts__list{padding-left:calc(.0000000625rem + 8.7499999375 * (100vw - 18.75rem)/ 17.5)}}}@media (min-width:43.75em) and (max-width:47.99875em){.header-template-navigation__title br{display:none}}@media (any-hover:hover){.input:hover,.textarea:hover{border:.0625rem solid var(--accent)}.contact-template__link:hover:hover::after,.footer__link:hover:hover::after,.menu__link:hover:hover::after,.spollers-menu__link:hover:hover::after,.spollers-menu__title span:hover:hover::after{width:100%;left:0}.button:hover{color:var(--text-inverse)}.button:hover::before{right:0}.button:hover::after{left:-110%}.button_inverse:hover{background-color:var(--bg-accent);border:.125rem solid var(--accent)}.slider-navigation__button:hover{background-color:rgba(0,0,0,.2)}.slider-navigation__button:hover::before{color:var(--text-accent)}.bread-crumbs__link:hover{color:var(--text-secondary)}.bread-crumbs__link:hover::before{color:var(--text-secondary)}.header-template-navigation__item:hover .header-template-navigation__icon img,.header-template-navigation__item:hover .header-template-navigation__icon svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.social__link:hover{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-filter:brightness(0) saturate(100%) invert(40%) sepia(89%) saturate(4419%) hue-rotate(160deg) brightness(100%) contrast(100%);filter:brightness(0) saturate(100%) invert(40%) sepia(89%) saturate(4419%) hue-rotate(160deg) brightness(100%) contrast(100%)}.bread-crumbs__list a:hover{color:var(--text-secondary)}.wpforms-container-full.contacts__column button[type=submit]:not(:active):hover{color:#fff;background-color:var(--secondary)}.menu__link:hover{color:var(--secondary)}.spollers-menu__title span:hover{color:var(--secondary)}.spollers-menu__title:hover::before{color:var(--secondary)}.spollers-menu__link:hover{color:var(--secondary)}.spollers-menu__link:hover{color:var(--text-secondary)}.footer__link:hover{color:var(--text-gray)}.slider-small__link:hover{background-color:var(--bg-accent)}.social__link:hover::before{-webkit-transform:scale(1.2);transform:scale(1.2)}.social__link:hover:nth-child(1)::before{color:var(--text-secondary)}.social__link:hover:nth-child(2)::before{color:#1a0d8f}.social__link:hover:nth-child(3)::before{color:#0867cd}.products-swiper__slide:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}#pac-input:hover{border:.125rem solid var(--bg-accent)}#showRouteButton:hover{background-color:var(--bg-accent)}.main-contacts__wrapper:hover{background-color:var(--bg-secondary)}.main-contacts__wrapper:hover::before{color:var(--text-inverse)}.main-contacts__wrapper:hover .main-contacts__text{color:var(--text-inverse)}.form-contact__item .checkbox a:hover{color:var(--text-accent);text-decoration:underline}.header-template-navigation__link:hover{background-color:var(--bg-primary)}.header-template-navigation__link:hover svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.contact-template__link:hover{color:var(--secondary)}.career__link:hover{color:var(--text-secondary);text-decoration:underline}.gallery__item-ibg:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.download__link:hover{color:var(--text-secondary);text-decoration:underline}.protection a:hover{text-decoration:underline;color:var(--text-secondary)}}