.header{z-index:9998;border:1px solid var(--color-light-gray);background-color:#fff;width:100%;height:100px;position:fixed;top:0;left:0}.header__content{justify-content:space-between;align-items:center;height:100%;display:flex}.header__nav{background-color:var(--color-white);border:1px solid var(--color-light-gray);border-radius:10px;gap:10px;padding:3px;display:flex}.header__nav a{color:var(--color-text);border-radius:7px;padding:9px 20px;transition:background-color .2s ease-in-out}.header__nav a:hover{background-color:#00000008}.header__mobile-btn{border:1px solid var(--color-border);background-color:var(--color-background);z-index:2;border-radius:10px;padding:10px 17px;font-size:16px}.header__mobile-btn:active{scale:.95}.header__mobile-btn{justify-content:center;align-self:center;align-items:center;gap:15px;display:none}.header__mobile-btn-icon{width:22px;height:22px;transition:transform .3s linear;position:relative}.header__mobile-btn-icon:before{content:"";background-color:var(--color-accent);width:22px;height:2px;margin-bottom:6px;transition:transform .1s linear;position:absolute;top:7px;right:0}.header__mobile-btn-icon:after{content:"";background-color:var(--color-accent);width:14px;height:2px;transition:transform .1s linear;position:absolute;bottom:6px;right:0}.header__phone{background-color:var(--color-accent);text-align:center;border-radius:7px;padding:9px 25px;font-weight:400;color:var(--color-white)!important}.header--open{background-color:var(--color-background)!important}.header--open .header__nav{display:flex!important}.header--open .header__mobile-btn-icon:after{width:20px;top:unset;bottom:10px;transform:rotate(45deg)}.header--open .header__mobile-btn-icon:before{width:20px;top:unset;bottom:4px;transform:rotate(-45deg)}@media (max-width:768px){.header__logo{width:200px}.header__nav{z-index:9999;background-color:var(--color-white);border:none;border-radius:0;flex-direction:column;align-items:center;gap:20px;width:100%;height:calc(100vh - 100px);padding-top:30px;padding-bottom:100px;font-size:20px;display:none;position:fixed;top:100px;left:0;overflow:auto;background-color:var(--color-background)!important;display:none!important}.header__nav button{padding:10px 25px;font-size:20px}.header .header__dropdown{flex-direction:column;background-color:#0000!important}.header .header__mobile-btn{display:flex}}@media (max-width:375px){.header__logo{width:170px}}
.footer{width:100%;margin-top:100px;padding:70px 0 40px;font-size:18px}.footer__menu{justify-content:space-between;align-items:flex-start;margin-bottom:100px;display:flex}.footer__first{flex-direction:column;gap:40px;display:flex}.footer__info{flex-direction:column;gap:5px;display:flex}.footer__info a{color:var(--color-text)}.footer__social{gap:10px;display:flex}.footer__social a{color:var(--color-accent);border:1px solid var(--color-light-accent);background-color:#0000;border-radius:7px;padding:9px 25px;transition:border-color .2s ease-in-out}.footer__social a:hover{border-color:var(--color-accent)}.footer__logo{align-items:center;display:flex}.footer__links{gap:130px;display:flex}.footer__links a{color:var(--color-black)}.footer__company{justify-content:space-between;display:flex}.footer__company a{color:var(--color-dark-gray);transition:color .2s ease-in-out}.footer__company a:hover{color:var(--color-accent)}.footer__org{gap:30px;display:flex}.footer__org span{color:var(--color-dark-gray);font-size:16px}.footer__category{flex-direction:column;gap:10px;display:flex}.footer__category span{font-weight:500}.footer__category span:not(:first-child){margin-top:20px}.footer__category a{color:var(--color-dark-gray);transition:color .2s ease-in-out}.footer__category a:hover{color:var(--color-accent)}@media (max-width:1024px){.footer__menu{flex-direction:column}.footer__links{justify-content:space-between;gap:50px;width:100%;margin-top:50px}}@media (max-width:768px){.footer{margin-top:50px}.footer__first{gap:25px}.footer__social{margin-top:-10px}.footer__social a{padding:5px 20px}.footer__links{gap:35px;margin-top:35px}.footer__menu{margin-bottom:50px}.footer__company{flex-direction:column-reverse;gap:30px}}@media (max-width:576px){.footer__links{flex-direction:column}.footer__org{flex-direction:column;gap:10px}}
.Modal-module-scss-module__A2shiG__modal{z-index:9999;opacity:0;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#0003;justify-content:center;align-items:flex-start;width:100%;height:100dvh;transition:opacity .1s ease-in-out,background-color .1s ease-in-out,top 0s ease-in-out .1s;display:flex;position:fixed;top:100vh;left:0;overflow:auto}.Modal-module-scss-module__A2shiG__modal .Modal-module-scss-module__A2shiG__modal__content{flex-direction:row-reverse;gap:10px;margin:0 auto;padding:100px 0;transition:transform .1s ease-in-out;display:flex;transform:scale(.9)}.Modal-module-scss-module__A2shiG__modal .Modal-module-scss-module__A2shiG__modal__close-btn{color:var(--color-white);background-color:var(--color-background);border:1px solid var(--color-block);border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;padding:10px;display:flex}.Modal-module-scss-module__A2shiG__modal .Modal-module-scss-module__A2shiG__modal__close-btn svg{width:25px;height:25px;fill:var(--color-gray)}.Modal-module-scss-module__A2shiG__modal--active{opacity:1;transition:opacity .1s linear,background-color .1s ease-in-out,top ease-in-out;top:0}.Modal-module-scss-module__A2shiG__modal--active .Modal-module-scss-module__A2shiG__modal__content{transform:scale(1)}@media (max-width:768px){.Modal-module-scss-module__A2shiG__modal{background-color:var(--color-background)}.Modal-module-scss-module__A2shiG__modal .Modal-module-scss-module__A2shiG__modal__content{flex-direction:column;width:100%;padding:0}.Modal-module-scss-module__A2shiG__modal .Modal-module-scss-module__A2shiG__modal__close-btn{background-color:var(--color-block);z-index:9999;align-self:flex-end;margin-right:30px}.Modal-module-scss-module__A2shiG__modal--active{align-items:flex-start;padding-top:30px}}
*,:before,:after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}body{scroll-behavior:smooth;min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{object-fit:cover;max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit;border:0;outline:none}button,span,strong{appearance:none;-webkit-appearance:none!important}button{cursor:pointer}input[type=color]::-webkit-color-swatch-wrapper{padding:0}input[type=color]::-webkit-color-swatch{border:none;border-radius:50%}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::selection{color:var(--color-white);background-color:var(--color-accent)}
@font-face{font-family:Inter;src:url(../media/Inter-Regular.cf290510.ttf)}@font-face{font-family:Inter;font-style:italic;src:url(../media/Inter-Italic.008c6788.ttf)}
::-webkit-scrollbar{background-color:#0000;width:5px;height:5px}::-webkit-scrollbar-track{background-color:#0000}::-webkit-scrollbar-thumb{background:var(--color-gray);border-radius:50px}::-webkit-scrollbar-thumb:hover{background:var(--color-gray)}
html{--color-green:#4ac165;--color-red:#d7303a;--color-yellow:#c7bd1c;--color-white:#fff;--color-black:#000;--color-gray:#bcbccc;--color-light-gray:#e8e8ef;--color-dark-gray:#67677a;--color-background:#fff;--color-text:#000;--color-block:#e8e8ef;--color-border:#e8e8ef;--color-accent:#007bfb;--color-second-accent:#007bfb;--color-light-accent:#e6edff;--color-light-red:#fadee0;--color-light-green:#d6fcc3;--color-translucent-15-red:#c73e1c26;--color-translucent-15-yellow:#c7bc1c26;--color-translucent-15-green:#3bd05926;--color-translucent-15-second-accent:#14453d26;--color-translucent-15-accent:#fd0d0d1a}
.style--accent{color:var(--color-white);background-color:var(--color-accent)}.style--negative-lite{color:var(--color-red)}.style--freeze-lite{color:var(--color-dark-gray)}
html{color:var(--color-text);background-color:var(--color-background);font-family:Inter,sans-serif;font-size:18px}h1{font-weight:500;line-height:115%}h2,h3,h4,h5,h6{font-weight:500;line-height:120%}span,p,b,strong{line-height:140%}strong,b{font-weight:500}button{color:var(--color-text);font-weight:500}a{color:var(--color-text);text-decoration:none}pre{white-space:pre-wrap;margin:0;font-family:inherit}button:active,a:active{scale:.98!important}.swiper-button-next,.swiper-button-prev{background-color:#0009;border-radius:5px;padding:12px;color:var(--color-white)!important}.swiper-button-next svg,.swiper-button-prev svg{fill:var(--color-white)!important}.swiper-button-next:active,.swiper-button-prev:active{scale:1.05}.swiper{width:100%}.swiper .swiper-slide{height:auto!important}:root{--swiper-navigation-size:40px;--swiper-navigation-sides-offset:15px}.container{width:100%;max-width:1360px;margin:0 auto}.section{padding-top:150px}.center{justify-content:center;align-items:center;display:flex}@media (max-width:1360px){.container{padding-left:20px;padding-right:20px}}@media (max-width:768px){.section:not(:first-of-type){padding-top:100px}}
