@charset "UTF-8";:root{--white:#ffffff;--bg-light:#FAF8F5;--gray-bg:#F3F5F8;--ice-blue:#e1e6f5;--blue-bg:#e0e7fb;--blue-light:#80B0DF;--blue-soft:#81AAD6;--gray-mid:#6e747c;--text-gray:#5f6c79;--blue-dark:#2d4d74;--blue-deep:#0d355a;--blue:#004171;--blue-rgb:0,65,113;--gray-dark:#323740;--black:#0D121B;--red:#E63946;--accent-red:#731c23}html{font-size:62.5%;scroll-behavior:auto}body{display:flex;flex-direction:column;min-height:100vh;font-family:"IBM Plex Sans",Arial,sans-serif;font-size:1.5rem;font-style:normal;font-weight:400;line-height:130%;color:var(--gray-dark);background-color:var(--gray-bg);overflow-x:hidden}@media (max-width:575px){body{font-size:1.6rem}}@supports (font-size:clamp(1rem,2rem,3rem)){body{font-size:clamp(1.6rem,1.5296rem + 0.2878vw,1.8rem)}}html{scrollbar-color:var(--blue) var(--gray-bg)}::-webkit-scrollbar{width:15px}::-webkit-scrollbar-track{background:var(--gray-bg)}::-webkit-scrollbar-thumb{background-color:var(--blue);border-radius:8px;width:15px}::-webkit-scrollbar-thumb:hover{background-color:var(--blue-dark)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;padding:0}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:0;padding:0;font-family:"Manrope",Arial,sans-serif;text-transform:uppercase;line-height:100%}h1,.h1{position:relative;font-size:4.2rem;font-weight:800;line-height:110%;color:var(--blue);z-index:2}@media (max-width:1160px){h1,.h1{font-size:3.2rem}}@media (max-width:575px){h1,.h1{font-size:2.8rem}}@supports (font-size:clamp(1rem,2rem,3rem)){h1,.h1{font-size:clamp(2.8rem,2.307rem + 1.3146vw,4.2rem)}}h2,.h2{font-size:3.6rem;font-weight:800;line-height:110%;color:var(--blue);padding-bottom:3rem}@media (max-width:1160px){h2,.h2{font-size:2.8rem;padding-bottom:2rem}}@media (max-width:575px){h2,.h2{font-size:2.5rem}}@supports (font-size:clamp(1rem,2rem,3rem)){h2,.h2{font-size:clamp(2.5rem,2.1127rem + 1.0329vw,3.6rem)}}h3,.h3{font-size:2.2rem;font-weight:800;line-height:110%;color:var(--blue);padding-bottom:2rem}@media (max-width:575px){h3,.h3{font-size:1.8rem;padding-bottom:1.5rem}}@supports (font-size:clamp(1rem,2rem,3rem)){h3,.h3{font-size:clamp(1.8rem,1.6592rem + 0.3756vw,2.2rem)}}h4,.h4{font-size:1.6rem;font-weight:800;line-height:110%;color:var(--blue);padding-bottom:1rem}@media (max-width:575px){h4,.h4{font-size:1.4rem}}.button{position:relative;display:block;max-width:-moz-max-content;max-width:max-content;padding:1.7rem 3rem;font-size:1.3rem;line-height:100%;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;cursor:pointer;border-radius:50rem;background-color:var(--red);border:0.2rem solid var(--red);color:var(--white);text-align:center;transition:all 0.4s ease}.button::before,.button::after{content:"";position:absolute;top:0.4rem;right:0.4rem;bottom:0.4rem;left:0.4rem;border-radius:inherit;transition:all 0.4s ease}.button::before{border-top:0.2rem solid var(--white);border-bottom:0.2rem solid var(--white);transform:scaleX(0)}.button::after{border-left:0.2rem solid var(--white);border-right:0.2rem solid var(--white);transform:scaleY(0)}.button:hover::before,.button:hover::after{transform:scale(1);transition:all 0.4s ease}.button.button-blue{background-color:var(--ice-blue);border-color:var(--ice-blue);color:var(--blue)}.button.button-blue::before{border-top:0.2rem solid var(--blue);border-bottom:0.2rem solid var(--blue)}.button.button-blue::after{border-left:0.2rem solid var(--blue);border-right:0.2rem solid var(--blue)}.button.button-transparent{background-color:transparent;border-color:var(--red);color:var(--white)}.button.button-transparent::before{border-top:0.2rem solid var(--red);border-bottom:0.2rem solid var(--red)}.button.button-transparent::after{border-left:0.2rem solid var(--red);border-right:0.2rem solid var(--red)}@media (max-width:1160px){.button{padding:2.2rem 3rem}}@media (max-width:575px){.button{max-width:100%;width:100%;padding:1rem 2rem}}*{margin:0;padding:0;box-sizing:border-box}img{display:block;max-width:100%;max-height:100%}input[type=text],input[type=email],input[type=tel],textarea{font-family:"IBM Plex Sans",Arial,sans-serif !important;font-size:1.6rem !important;font-weight:400 !important;font-style:normal !important;line-height:1 !important;letter-spacing:normal !important;border:none;outline:none;background:transparent;text-rendering:optimizeLegibility !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;box-sizing:border-box}input,textarea{outline:none;border:none;background-color:transparent}button{display:block;cursor:pointer;outline:none;border:none;background:transparent}ul,ol{margin:0;padding:0;list-style:none}li{margin:0;padding:0}address{display:block;font-style:normal;margin:0}p{margin:0;padding:0}a{display:block;outline:none;border:none;text-decoration:none;color:inherit}@view-transition{navigation:auto}::view-transition-old(root){animation:fadeOut 0.8s ease forwards}::view-transition-new(root){animation:fadeIn 0.8s ease forwards}@keyframes fadeOut{from{opacity:1} to{opacity:0}}@keyframes fadeIn{from{opacity:0} to{opacity:1}}.disable-scroll{position:relative;overflow:hidden}.container{max-width:1440px;width:100%;padding:0 7rem;margin:0 auto}@media (max-width:1160px){.container{padding:0 3rem}}@media (max-width:575px){.container{padding:0 1.5rem}}.section{padding-top:10rem}@media (max-width:1160px){.section{padding-top:7rem}}@media (max-width:575px){.section{padding-top:5rem}}@supports (padding-top:clamp(1rem,2rem,3rem)){.section{padding-top:clamp(5rem,3.2394rem + 4.6948vw,10rem)}}.main-inner{display:flex;gap:3rem}@supports not (gap:1rem){.main-inner > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.main-inner{gap:2rem} @supports not (gap:1rem){.main-inner > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}.main-inner__left{flex:1}.main-inner__right{width:57%}@media (max-width:1160px){.main-inner{flex-direction:column} .main-inner__left{flex:none;width:100%;margin-bottom:3rem} .main-inner__right{width:100%}}.back-top{position:fixed;bottom:60px;right:10px;opacity:0;transition:all 0.4s ease;z-index:10;cursor:pointer;color:var(--blue-light);transition:all 0.4s ease}.back-top__svg{width:40px;height:40px;transition:all 0.4s ease}.back-top.active{opacity:1}.page-title{font-size:5.4rem;font-weight:700;line-height:100%;color:var(--blue);text-shadow:none;margin-bottom:4rem}@media (max-width:1160px){.page-title{font-size:4.4rem}}@media (max-width:575px){.page-title{font-size:3.2rem;margin-bottom:2rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.page-title{font-size:clamp(3.2rem,2.4254rem + 2.0657vw,5.4rem)}}.error{position:relative;overflow:hidden}.error__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.error__title{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;max-width:120rem}.error__title h1{text-align:center;margin-bottom:1rem;font-size:15rem;font-family:"Monoton";font-weight:400;box-shadow:none}@media (max-width:768px){.error__title h1{font-size:8rem}}@media (max-width:575px){.error__title h1{font-size:5rem}}.error__title h2{text-align:center;font-size:2.4rem}@media (max-width:768px){.error__title h2{font-size:2rem}}@media (max-width:575px){.error__title h2{font-size:1.6rem}}.error__title span{text-align:center}.burger{position:relative;display:none;align-items:center;justify-content:center;max-width:50rem;padding:0 3rem;height:3.5rem;font-size:1.6rem;cursor:pointer;text-align:center;border-radius:0.8rem;transition:all 0.4s ease}@media (max-width:1160px){.burger{display:flex}}@media (max-width:768px){.burger{position:absolute;right:1.5rem;top:0;top:50%;transform:translateY(-50%)}}@media (max-width:575px){.burger{padding:1rem 2rem}}.burger__inner{display:flex;align-items:center;justify-content:center}.burger__button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.burger__line{display:block;width:25px;height:2px;background-color:var(--blue);border-radius:2px;right:-20px;position:relative}.burger__line::before,.burger__line::after{content:"";position:absolute;width:25px;height:2px;background-color:var(--blue);border-radius:2px;right:10px;transition:all 0.3s ease}.burger__line::before{top:-7px}.burger__line::after{top:7px}.burger__label{margin-left:1rem;font-weight:600;text-transform:uppercase;color:var(--blue-light)}@media (max-width:575px){.burger__label{font-size:1.4rem}}.burger.active .burger__line{background-color:transparent}.burger.active .burger__line::before{transform:rotate(45deg);top:0}.burger.active .burger__line::after{transform:rotate(-45deg);top:0}.header{background:var(--gray-bg);position:relative;transition:transform 0.3s,opacity 0.3s}@media (max-width:1160px){.header--hidden{overflow:hidden}}.header.fixed{position:fixed;top:0;left:0;right:0;transform:translateY(-100%);animation:slideDown 0.7s ease forwards;z-index:60;background-color:var(--gray-bg);box-shadow:0 2px 8px rgba(0,0,0,0.1);border-bottom-left-radius:1.2rem;border-bottom-right-radius:1.2rem}.header__wrapper{display:flex;justify-content:space-between;align-items:center;width:100%}@media (max-width:1160px){.header__wrapper{flex-wrap:wrap}}.header__logo{display:flex;align-items:center;position:relative}.header__logo-link{position:absolute;width:100%;height:100%;left:0;top:0;z-index:2}.header__logo img{width:20rem;height:auto}@media (max-width:1160px){.header__logo img{height:3rem;width:auto}}@media (max-width:575px){.header__logo img{height:2rem}}.header__callback{display:flex;gap:2rem}@supports not (gap:1rem){.header__callback > *:not(:last-child){margin-right:2rem}}@media (max-width:1160px){.header__callback{gap:2rem} @supports not (gap:1rem){.header__callback > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}.header__callback a{font-size:1.6rem;line-height:1;font-weight:700;letter-spacing:0.05em;color:var(--blue);font-family:"Manrope",Arial,sans-serif}.header__callback a{position:relative;max-width:-moz-max-content;max-width:max-content}.header__callback a::before{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:transparent;transform:scaleY(0) translateY(-7px);transform-origin:top center;transition:transform 0.2s ease-out,background-color 0.2s ease-out;pointer-events:none}@media (max-width:1160px){.header__callback a::before{display:none}}.header__callback a{transition:all 0.4s ease}@media (min-width:1025px){.header__callback a:hover{color:var(--red)} .header__callback a:hover::before{background-color:var(--red);transform:scaleY(1) translateY(0)}}@media (max-width:768px){.header__callback{display:none}}.header-bottom{padding:1.5rem 0;border-bottom:1px solid var(--blue-bg);border-top:1px solid var(--blue-bg)}.header-bottom.fixed{position:fixed;top:0;left:0;right:0;z-index:60;background-color:var(--gray-bg);box-shadow:0 2px 8px rgba(0,0,0,0.1);border-bottom-left-radius:1.6rem;border-bottom-right-radius:1.6rem;border-bottom:none;border-top:none;animation:slideDown 0.7s ease forwards}@media (max-width:768px){.header-bottom{border-bottom:none;padding:0} .header-bottom .header__button{display:none}}.header-bottom__logo-w{position:absolute;z-index:-2}.header-bottom__logo{display:flex;align-items:center;position:relative;width:0;transform:translateY(-120%);opacity:0;transition:transform 0.4s ease,opacity 0.4s ease;overflow:hidden}.header-bottom__logo.active{width:auto;transform:translateY(0);opacity:1}.header-bottom__logo-link{position:absolute;width:100%;height:100%;left:0;top:0;z-index:2}.header-bottom__logo img{width:15rem;height:auto}@media (max-width:1160px){.header-bottom__logo img{display:none}}@keyframes slideDown{from{transform:translateY(-100%)} to{transform:translateY(0)}}.menu{display:flex;justify-content:space-between;align-items:flex-end;gap:3rem}@supports not (gap:1rem){.menu > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.menu{gap:3rem} @supports not (gap:1rem){.menu > *:not(:last-child){margin-right:0;margin-bottom:3rem} }}.menu__item{position:relative;display:flex;align-items:center}.menu__item--contacts{display:none}.menu__item--contacts a{text-transform:none !important}@media (max-width:1160px){.menu__item--contacts{display:block}}.menu__item--contacts-first{margin-top:5rem}.menu__item--button{display:none}@media (max-width:768px){.menu__item--button{display:block}}.menu__item--dropdown:hover .menu__dropdown{opacity:1;transform:scaleY(1)}.menu__link{cursor:pointer;border-bottom:2px solid transparent;text-transform:uppercase;font-size:1.4rem;line-height:1;font-weight:700;letter-spacing:0.05em;color:var(--blue);font-family:"Manrope",Arial,sans-serif}@media (max-width:575px){.menu__link{font-size:1.2rem}}.menu__link{position:relative;max-width:-moz-max-content;max-width:max-content}.menu__link::before{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:transparent;transform:scaleY(0) translateY(-7px);transform-origin:top center;transition:transform 0.2s ease-out,background-color 0.2s ease-out;pointer-events:none}@media (max-width:1160px){.menu__link::before{display:none}}.menu__link{transition:all 0.4s ease}@media (min-width:1025px){.menu__link:hover{color:var(--red)} .menu__link:hover::before{background-color:var(--red);transform:scaleY(1) translateY(0)}}.menu__link--dropdown::after{content:"";display:inline-block;width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;margin-left:8px;transform:translateY(-3px) rotate(45deg);transition:transform 0.3s ease}.menu__link--dropdown::before{display:none}.menu__link--dropdown{transition:all 0.4s ease}@media (min-width:1025px){.menu__link--dropdown:hover{color:var(--blue);cursor:default}}.menu__link{transition:all 0.4s ease}@media (min-width:1025px){.menu__link:hover--dropdown::after{transform:translateY(0) rotate(-135deg)}}.menu__link--single.active-link{border-color:currentColor;pointer-events:none}.menu__link--single.active-link{transition:all 0.4s ease}@media (min-width:1025px){.menu__link--single.active-link:hover{color:var(--blue)}}.menu__link--single{transition:all 0.4s ease}@media (min-width:1025px){.menu__link--single:hover{color:var(--red)}}.menu__dropdown{display:block;min-width:32rem;padding:0;background:transparent;position:absolute;left:0;top:100%;z-index:5;opacity:0;transform:scaleY(0);transform-origin:0 0;transition:all 0.4s ease}@media (max-width:1160px){.menu__dropdown{position:relative;max-width:-moz-max-content;max-width:max-content;width:100%;opacity:1;top:0;transform:scaleY(1);height:0;background-color:var(--gray-bg);box-shadow:none;overflow:hidden;transition:height 0.3s ease}}@media (max-width:768px){.menu__dropdown{min-width:270px}}.menu__dropdown li{transition:all 0.4s ease}@media (min-width:1025px){.menu__dropdown li:hover a:not(.active-link){color:var(--red)}}.menu__dropdown-link{color:var(--blue);font-size:1.6rem;transition:all 0.4s ease}.menu__dropdown-link.active-link{color:var(--blue);pointer-events:none}.menu__dropdown-link.active-link{transition:all 0.4s ease}@media (min-width:1025px){.menu__dropdown-link.active-link:hover{color:var(--blue)}}@media (max-width:768px){.menu__dropdown-link{padding:0}}.menu__dropdown-inner{display:flex;flex-direction:column;padding:2.5rem 1.5rem;background-color:var(--gray-bg);margin:1.5rem;border-radius:1.2rem;box-shadow:-6px 4px 23px 0 rgba(0,0,0,0.25);gap:1.5rem}@supports not (gap:1rem){.menu__dropdown-inner > *:not(:last-child){margin-right:1.5rem}}@media (max-width:1160px){.menu__dropdown-inner{gap:1rem} @supports not (gap:1rem){.menu__dropdown-inner > *:not(:last-child){margin-right:0;margin-bottom:1rem} }}.menu__dropdown-inner a{font-weight:600;line-height:1}@media (max-width:1160px){.menu__dropdown-inner{box-shadow:none;padding:0}}@media (max-width:768px){.menu__dropdown-inner{margin:1rem}}@media (max-width:1160px){.menu{position:absolute;transform:translateX(-1000px);opacity:0} .menu.active{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow-y:scroll;background-color:var(--gray-bg);width:100%;height:100vh;left:0;top:var(--header-height,0px);padding:5rem 3rem;transform:translateX(0);opacity:1;transition:transform 0.5s ease,opacity 0.7s ease;z-index:10;gap:2rem} @supports not (gap:1rem){.menu.active > *:not(:last-child){margin-right:2rem} }}@media (max-width:1160px) and (max-width:1160px){.menu.active{gap:2rem} @supports not (gap:1rem){.menu.active > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}@media (max-width:1160px){.menu.active::-webkit-scrollbar{width:1px;height:1px} .menu.active::-webkit-scrollbar-track{background-color:var(--white)} .menu.active::-webkit-scrollbar-thumb{background-color:var(--blue-light)} .menu > li{width:100%}}@media (max-width:1160px) and (max-width:1160px){.menu > li{flex-direction:column;max-width:-moz-max-content;max-width:max-content;align-items:flex-start}}@media (max-width:575px){.menu.active{padding:15px}}@media (max-width:1160px){.menu__dropdown li:last-child a{border-bottom:none}}#header-spacer{height:0;pointer-events:none}.header-top{display:flex;justify-content:space-between;padding:2.5rem 0}.header-top.hidden{opacity:0}.header-top__wrapper{display:flex;justify-content:space-between;align-items:center}.header-bottom.fixed .header-bottom__logo-w{position:static;z-index:0}.footer{background-color:var(--blue);color:var(--white)}.footer__top{position:relative;padding:8rem 0}@media (max-width:1160px){.footer__top{flex-direction:column-reverse;padding-bottom:18rem}}@media (max-width:960px){.footer__top{padding-bottom:20rem}}@media (max-width:575px){.footer__top{padding-top:11rem}}.footer h2{color:var(--white)}.footer .button-white{min-width:22rem}.footer__bottom{padding:1.5rem 0;background:var(--black);font-size:1.5rem;line-height:1;color:var(--white)}@media (max-width:575px){.footer__bottom{font-size:1.3rem}}@media (max-width:768px){.footer__copy{margin-bottom:1.5rem}}@media (max-width:575px){.footer__copy{margin-bottom:1rem}}.footer__legal{display:flex;gap:3.5rem}@supports not (gap:1rem){.footer__legal > *:not(:last-child){margin-right:3.5rem}}@media (max-width:1160px){.footer__legal{gap:1rem} @supports not (gap:1rem){.footer__legal > *:not(:last-child){margin-right:0;margin-bottom:1rem} }}@media (max-width:768px){.footer__legal{flex-direction:column}}.footer__legal a{white-space:nowrap}.footer__legal a{transition:all 0.4s ease}@media (min-width:1025px){.footer__legal a:hover{color:var(--blue-light)}}.footer__form{flex:1}.footer__form h2{margin-bottom:0}.footer__feedback{width:70%}@media (max-width:575px){.footer__feedback{width:100%}}@media (max-width:1160px){.footer__menu{width:100%;position:absolute;bottom:3rem}}.footer__menu-list{display:flex;justify-content:space-between;flex-wrap:wrap;gap:0.5rem}@supports not (gap:1rem){.footer__menu-list > *:not(:last-child){margin-right:0.5rem}}@media (max-width:1160px){.footer__menu-list{gap:0.5rem} @supports not (gap:1rem){.footer__menu-list > *:not(:last-child){margin-right:0;margin-bottom:0.5rem} }}@media (max-width:960px){.footer__menu-list{display:block;-moz-columns:2;columns:2;-moz-column-gap:3rem;column-gap:3rem}}.footer__menu-list li{position:relative}@media (max-width:960px){.footer__menu-list li{margin-bottom:1rem}}.footer__menu-list a{white-space:nowrap;border-bottom:2px solid transparent;text-transform:uppercase;font-size:1.4rem;line-height:1;font-weight:700;letter-spacing:0.05em;color:var(--blue);font-family:"Manrope",Arial,sans-serif}@media (max-width:575px){.footer__menu-list a{font-size:1.2rem}}.footer__menu-list a{position:relative;max-width:-moz-max-content;max-width:max-content}.footer__menu-list a::before{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:transparent;transform:scaleY(0) translateY(-7px);transform-origin:top center;transition:transform 0.2s ease-out,background-color 0.2s ease-out;pointer-events:none}@media (max-width:1160px){.footer__menu-list a::before{display:none}}.footer__menu-list a{transition:all 0.4s ease}@media (min-width:1025px){.footer__menu-list a:hover{color:var(--red)} .footer__menu-list a:hover::before{background-color:var(--red);transform:scaleY(1) translateY(0)}}.footer__menu-list a{color:var(--white)}.footer-contacts{display:flex;flex-direction:column;justify-content:space-between;gap:5rem}@supports not (gap:1rem){.footer-contacts > *:not(:last-child){margin-right:5rem}}@media (max-width:1160px){.footer-contacts{gap:3rem} @supports not (gap:1rem){.footer-contacts > *:not(:last-child){margin-right:0;margin-bottom:3rem} }}.footer-contacts__top{display:flex;justify-content:space-between;gap:3.5rem}@supports not (gap:1rem){.footer-contacts__top > *:not(:last-child){margin-right:3.5rem}}@media (max-width:1160px){.footer-contacts__top{gap:3.5rem} @supports not (gap:1rem){.footer-contacts__top > *:not(:last-child){margin-right:0;margin-bottom:3.5rem} }}@media (max-width:1160px){.footer-contacts__top{margin-bottom:4rem}}.footer-contacts h2{margin-bottom:3rem}.footer-contacts__logo img{width:23rem;height:auto;-o-object-fit:contain;object-fit:contain}@media (max-width:575px){.footer-contacts__logo{position:absolute;top:3rem;width:100%;height:2.8rem} .footer-contacts__logo img{position:absolute;top:0;left:0;height:100%;width:auto}}.footer-contacts__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem 3rem}.footer-contacts__grid a{display:inline}.footer-contacts__grid a span{white-space:nowrap;position:relative;max-width:-moz-max-content;max-width:max-content}.footer-contacts__grid a span::before{content:"";position:absolute;bottom:0;right:50%;width:100%;height:1px;background-color:transparent;transform:scale(0,0) translate(-50%,0);transform-origin:center;transition:transform 0.3s ease-in-out,background-color 0.3s ease-in-out;pointer-events:none}@media (max-width:1160px){.footer-contacts__grid a span::before{display:none}}.footer-contacts__grid a{transition:all 0.4s ease}@media (min-width:1025px){.footer-contacts__grid a:hover span::before{background-color:currentColor;transform:scale(1,1) translate(50%,0)}}@media (max-width:1160px){.footer-contacts__grid{margin-bottom:3.5rem}}@media (max-width:768px){.footer-contacts__grid{grid-template-columns:1fr;gap:2.5rem}}.footer-contacts__block{display:flex;flex-direction:column;gap:1rem}.footer-contacts__block a{font-size:2rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.03rem}@media (max-width:575px){.footer-contacts__block a{font-size:1.7rem;letter-spacing:-0.02rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.footer-contacts__block a{font-size:clamp(1.7rem,1.5886rem + 0.2857vw,2rem)}}.footer-contacts__block a{position:relative;max-width:-moz-max-content;max-width:max-content}.footer-contacts__block a::before{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:transparent;transform:scaleY(0) translateY(-7px);transform-origin:top center;transition:transform 0.2s ease-out,background-color 0.2s ease-out;pointer-events:none}@media (max-width:1160px){.footer-contacts__block a::before{display:none}}.footer-contacts__block a{transition:all 0.4s ease}@media (min-width:1025px){.footer-contacts__block a:hover{color:var(--red)} .footer-contacts__block a:hover::before{background-color:var(--red);transform:scaleY(1) translateY(0)}}.footer-contacts__block p{font-size:2rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.03rem}@media (max-width:575px){.footer-contacts__block p{font-size:1.7rem;letter-spacing:-0.02rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.footer-contacts__block p{font-size:clamp(1.7rem,1.5886rem + 0.2857vw,2rem)}}.modals{--transition-time:0.3s;position:fixed;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;height:100%;width:100%;overflow:hidden;opacity:0;visibility:hidden;z-index:250}.modals::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,0.4);z-index:1;pointer-events:none}.modals.is-open{opacity:1;visibility:visible}.modals.visible{opacity:1;visibility:visible}.popup-card{position:relative;display:none;z-index:2}.popup-card .close{position:absolute;top:2rem;right:2rem;z-index:5}@media (max-width:768px){.popup-card .close{top:1rem;right:1rem}}.popup-card.modal-open{display:block}.fadeIn{animation:fadeIn var(--transition-time) forwards}.fadeOut{animation:fadeOut var(--transition-time) forwards}@keyframes fadeIn{from{opacity:0;transform:translateZ(-100%)} to{opacity:1;transform:translateZ(0)}}@keyframes fadeOut{from{opacity:1;transform:translateZ(0)} to{opacity:0;transform:translateZ(-100%)}}.modal-form{width:100%;max-width:72rem;padding:5rem 4rem;margin:0 auto;background-color:var(--gray-bg)}.modal-form{border-radius:3.6rem}@media (max-width:768px){.modal-form{border-radius:1.8rem}}@media (max-width:768px){.modal-form{max-width:70%;padding:3rem}}@media (max-width:575px){.modal-form{max-width:90%;padding:2rem 1.5rem}}.modal-form h3{margin-bottom:0}.modal-form__title,.modal-form__desc{color:var(--blue)}.modal-form-about{background-color:var(--blue)}.modal-form-about .modal-form__desc,.modal-form-about .modal-form__title{color:var(--white)}.modal-form-about .close svg path{fill:var(--white)}.feedback{position:relative}.feedback .button{margin-bottom:2rem}.feedback__inner{position:relative;border-bottom:1px solid var(--white)}.feedback__inner img{width:2rem;height:2rem;display:block;position:absolute;top:0;left:0;max-height:none}.feedback__inner-last{margin-bottom:3rem}.feedback__inner-file{margin-bottom:3rem}.feedback__fake-input{display:block;font-size:1.6rem;line-height:1;width:100%;color:var(--white);cursor:pointer}.feedback__file-label{padding:50px 15px 3px 0;display:flex;gap:1rem}@supports not (gap:1rem){.feedback__file-label > *:not(:last-child){margin-right:1rem}}@media (max-width:1160px){.feedback__file-label{gap:1rem} @supports not (gap:1rem){.feedback__file-label > *:not(:last-child){margin-right:0;margin-bottom:1rem} }}.feedback__file-label img{position:relative}@media (max-width:575px){.feedback__file-label{padding-top:3rem}}.feedback__label{width:2rem;display:block;position:absolute;left:0;bottom:27px;color:var(--white)}.feedback__input{width:100%;padding:50px 15px 3px 30px;font-size:1.6rem;line-height:1;color:var(--white);-webkit-appearance:none;-moz-appearance:none;appearance:none}.feedback__input::-moz-placeholder{color:var(--white);opacity:1}.feedback__input::placeholder{color:var(--white);opacity:1}.feedback__input:focus::-moz-placeholder{opacity:0.4}.feedback__input:focus::placeholder{opacity:0.4}@media (max-width:575px){.feedback__input{padding-top:3rem}}.feedback__textarea{padding-top:2.2rem;height:4.1rem}.feedback__police{display:flex;flex-direction:column;color:var(--white);font-size:14px;line-height:110%;letter-spacing:0.24px;gap:1rem}@supports not (gap:1rem){.feedback__police > *:not(:last-child){margin-right:1rem}}@media (max-width:1160px){.feedback__police{gap:1rem} @supports not (gap:1rem){.feedback__police > *:not(:last-child){margin-right:0;margin-bottom:1rem} }}.feedback__police a{display:inline;color:var(--white);text-decoration-line:underline}.feedback__police a{transition:all 0.4s ease}@media (min-width:1025px){.feedback__police a:hover{opacity:0.7}}.feedback__country{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;padding:0}.wpcf7-not-valid-tip{position:absolute;bottom:8px;right:5px;font-size:12px !important;line-height:12px !important;color:var(--red) !important}.wpcf7-response-output{border:none !important;position:absolute;bottom:-80px;padding:5px;z-index:5;width:90%;left:0;font-size:16px !important;line-height:110% !important;padding:0 !important;border:none !important;text-align:center;border-radius:1.2rem}@media (max-width:575px){.wpcf7-response-output{bottom:-36px}}.transparent-background{background-color:var(--red) !important;color:var(--white) !important;padding:14px 10px !important;text-align:left;margin:0 !important}.transparent-background-hidden{top:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:22px !important;background-color:var(--blue) !important;width:calc(100% + 20px);max-width:none;left:-10px;top:0;height:102%;margin:0 !important;transform:translateX(0);color:var(--white) !important}@media (max-width:768px){.transparent-background-hidden{font-size:19px !important}}.wpcf7-form-control.wpcf7-acceptance input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label{display:block;position:relative;padding-left:25px;line-height:1.2;cursor:pointer}.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label::before{content:"";position:absolute;top:0;left:0;height:16px;width:16px;border:1px solid var(--white);border-radius:3px;background-color:transparent}.wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + span.wpcf7-list-item-label::after{content:"✓";position:absolute;left:1px;margin-top:1px;top:-1px;font-size:1.6rem;color:var(--white)}.wpcf7-list-item{margin:0 !important}.feedback-question .feedback__inner{border-bottom:1px solid var(--blue-light)}.feedback-question .feedback__inner-textarea{margin-top:2.5rem}.feedback-question .feedback__inner-textarea .feedback__label{bottom:auto;top:1.8rem}.feedback-question .feedback__label{padding-left:1.5rem;color:var(--blue)}.feedback-question .feedback__input{color:var(--blue)}.feedback-question .feedback__input::-moz-placeholder{color:var(--blue)}.feedback-question .feedback__input::placeholder{color:var(--blue)}.feedback-question .feedback__police{color:var(--blue)}.feedback-question .feedback__police a{color:var(--blue)}.feedback-question .transparent-background{bottom:-2px;max-width:none;background-color:var(--red) !important;color:var(--white) !important}.feedback-question .transparent-background-hidden{background-color:var(--gray-bg) !important;color:var(--blue) !important}.feedback-question .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label::before{border:1px solid var(--blue)}.feedback-question .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + span.wpcf7-list-item-label::after{color:var(--blue)}.info-block__wrapper{border-bottom:1px solid var(--blue);padding-bottom:10rem}@media (max-width:1160px){.info-block__wrapper{padding-bottom:7rem}}@media (max-width:575px){.info-block__wrapper{padding-bottom:5rem}}@supports (padding-bottom:clamp(1rem,2rem,3rem)){.info-block__wrapper{padding-bottom:clamp(5rem,3.2394rem + 4.6948vw,10rem)}}.info-block__left{display:flex;flex-direction:column;gap:3.5rem}@supports not (gap:1rem){.info-block__left > *:not(:last-child){margin-right:3.5rem}}@media (max-width:1160px){.info-block__left{gap:2.5rem} @supports not (gap:1rem){.info-block__left > *:not(:last-child){margin-right:0;margin-bottom:2.5rem} }}.info-block__img{width:100%;padding-top:100%;position:relative;overflow:hidden}.info-block__img img{position:absolute;top:0;left:0}.info-block__img-assurer img{-o-object-position:top;object-position:top}@media (max-width:1160px){.info-block__img{width:55rem;padding-top:55rem}}@media (max-width:768px){.info-block__img{width:70%;padding-top:70%}}@media (max-width:575px){.info-block__img{width:100%;padding-top:100%}}.info-block__text p:not(:last-child){padding-bottom:1.5rem}@media (max-width:575px){.info-block__text p:not(:last-child){padding-bottom:1rem}}.info-block__bottom{font-weight:700}.info-block__assurer{display:flex;flex-direction:column;justify-content:space-between;gap:3.5rem}@supports not (gap:1rem){.info-block__assurer > *:not(:last-child){margin-right:3.5rem}}@media (max-width:1160px){.info-block__assurer{gap:2.5rem} @supports not (gap:1rem){.info-block__assurer > *:not(:last-child){margin-right:0;margin-bottom:2.5rem} }}.info-block__list h3{font-size:1.8rem;font-style:normal;font-weight:400;font-weight:600;margin-bottom:1rem}@media (max-width:575px){.info-block__list h3{font-size:1.6rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.info-block__list h3{font-size:clamp(1.6rem,1.5296rem + 0.1878vw,1.8rem)}}.info-block__list ul{list-style:disc;padding-left:1.5rem;margin:0;margin-left:3rem}@media (max-width:575px){.info-block__list ul{margin-left:1.5rem}}.info-block__list ul li:not(:last-child){margin-bottom:0.7rem}.info-block__list ol{list-style:decimal;padding-left:1.5rem;margin:0;margin-left:3rem}@media (max-width:575px){.info-block__list ol{margin-left:1.5rem}}.info-block__list ol li:not(:last-child){margin-bottom:0.7rem}.info-block__content{display:flex;flex-direction:column;justify-content:space-between;gap:2.5rem}@supports not (gap:1rem){.info-block__content > *:not(:last-child){margin-right:2.5rem}}@media (max-width:1160px){.info-block__content{gap:1.5rem} @supports not (gap:1rem){.info-block__content > *:not(:last-child){margin-right:0;margin-bottom:1.5rem} }}.info-block__tab{position:sticky;top:2rem;display:flex;flex-direction:column;gap:3.5rem}@supports not (gap:1rem){.info-block__tab > *:not(:last-child){margin-right:3.5rem}}@media (max-width:1160px){.info-block__tab{gap:2.5rem} @supports not (gap:1rem){.info-block__tab > *:not(:last-child){margin-right:0;margin-bottom:2.5rem} }}@media (max-width:1160px){.info-block__tab{position:relative}}.contact-block{padding-bottom:10rem}@media (max-width:1160px){.contact-block{padding-bottom:7rem}}@media (max-width:575px){.contact-block{padding-bottom:5rem}}@supports (padding-bottom:clamp(1rem,2rem,3rem)){.contact-block{padding-bottom:clamp(5rem,3.2394rem + 4.6948vw,10rem)}}.contact-block__content{display:flex;align-items:center;gap:3.5rem}@supports not (gap:1rem){.contact-block__content > *:not(:last-child){margin-right:3.5rem}}@media (max-width:1160px){.contact-block__content{gap:2.5rem} @supports not (gap:1rem){.contact-block__content > *:not(:last-child){margin-right:0;margin-bottom:2.5rem} }}@media (max-width:575px){.contact-block__content{flex-direction:column;align-items:flex-start}}.contact-block__qr img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain}.contact-block__info{display:flex;flex-direction:column;font-size:2.2rem;gap:2.5rem}@supports not (gap:1rem){.contact-block__info > *:not(:last-child){margin-right:2.5rem}}@media (max-width:1160px){.contact-block__info{gap:1.5rem} @supports not (gap:1rem){.contact-block__info > *:not(:last-child){margin-right:0;margin-bottom:1.5rem} }}@media (max-width:575px){.contact-block__info{font-size:1.9rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.contact-block__info{font-size:clamp(1.9rem,1.7944rem + 0.4507vw,2.2rem)}}.contact-block__link{display:flex;align-items:center;gap:8px}@supports not (gap:1rem){.contact-block__link > *:not(:last-child){margin-right:8px}}@media (max-width:1160px){.contact-block__link{gap:8px} @supports not (gap:1rem){.contact-block__link > *:not(:last-child){margin-right:0;margin-bottom:8px} }}.contact-block__link{transition:all 0.4s ease}@media (min-width:1025px){.contact-block__link:hover{color:#229ed9}}.contact-block__link img{width:3rem;height:3rem}.contact-block h2{margin-bottom:3.5rem}@media (max-width:1160px){.contact-block h2 br{display:none}}@media (max-width:575px){.contact-block h2{margin-bottom:2.5rem}}.consent__inner{margin-bottom:3.5rem}@media (max-width:575px){.consent__inner{margin-bottom:2rem}}.consent__wrapper{background:var(--white);margin-top:7rem;padding:4rem}.consent__wrapper{border-radius:4.5rem}@media (max-width:768px){.consent__wrapper{border-radius:1.8rem}}@media (max-width:960px){.consent__wrapper{margin-top:4rem;padding:2rem 1.5rem}}@media (max-width:575px){.consent__wrapper{padding:2rem}}.consent p{padding-bottom:1.5rem}.consent a:not(.button){display:inline;font-style:italic;text-decoration:underline}.consent a:not(.button){transition:all 0.4s ease}@media (min-width:1025px){.consent a:not(.button):hover{color:var(--red)}}.consent .button{margin:0 auto}.consent__block{margin-bottom:2.5rem}@media (max-width:575px){.consent__block{margin-bottom:1.5rem}}.not-found{flex:1;display:flex;justify-content:center;flex-direction:column}.not-found__content{padding:2rem 0}.not-found__content h1{margin-bottom:2rem}.not-found__content h3{margin-bottom:0.5rem}@media (max-width:575px){.not-found__content h1{margin-bottom:1rem}}@media (max-width:1160px){.not-found__content{padding:3rem 0}}.first-screen{padding:3rem 0}@media (max-width:1160px){.first-screen{padding:2rem 0}}.first-screen__wrapper{display:flex;align-items:center;justify-content:space-between;background-color:var(--blue)}.first-screen__wrapper{border-radius:4.5rem}@media (max-width:768px){.first-screen__wrapper{border-radius:1.8rem}}.first-screen__wrapper{gap:3rem}@supports not (gap:1rem){.first-screen__wrapper > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.first-screen__wrapper{gap:3rem} @supports not (gap:1rem){.first-screen__wrapper > *:not(:last-child){margin-right:0;margin-bottom:3rem} }}@media (max-width:960px){.first-screen__wrapper{flex-direction:column-reverse;align-items:flex-start}}.first-screen__img{position:relative;width:50rem;height:50rem;flex:0 0 auto}.first-screen__img img{position:absolute;inset:0;width:calc(100% - 3rem);height:calc(100% - 4rem);bottom:4rem;right:3rem;-o-object-position:bottom;object-position:bottom;filter:drop-shadow(5px 5px 5px #222)}@media (max-width:960px){.first-screen__img{width:30rem;height:30rem} .first-screen__img img{width:calc(100% - 6rem);left:3rem;height:calc(100% - 3rem);bottom:3rem}}.first-screen__left{padding:4rem 3rem}.first-screen__left h1{color:var(--ice-blue);margin-bottom:1rem}@media (max-width:960px){.first-screen__left{padding:2rem 1.5rem}}.first-screen__subtitle{color:var(--ice-blue);margin-bottom:3rem;font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.first-screen__subtitle{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.first-screen__subtitle{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}.first-screen__button{display:flex;gap:1.5rem}@supports not (gap:1rem){.first-screen__button > *:not(:last-child){margin-right:1.5rem}}@media (max-width:1160px){.first-screen__button{gap:1.5rem} @supports not (gap:1rem){.first-screen__button > *:not(:last-child){margin-right:0;margin-bottom:1.5rem} }}@media (max-width:768px){.first-screen__button{flex-direction:column-reverse}}.feature-cards__list{display:flex;gap:3rem}@supports not (gap:1rem){.feature-cards__list > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.feature-cards__list{gap:2rem} @supports not (gap:1rem){.feature-cards__list > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}@media (max-width:1160px){.feature-cards__list{flex-wrap:wrap}}.feature-cards__item{width:calc((100% - 6rem) / 3);display:flex;flex-direction:column;padding:2rem;background:var(--white)}.feature-cards__item{border-radius:2.8rem}@media (max-width:768px){.feature-cards__item{border-radius:1.8rem}}@media (max-width:1160px){.feature-cards__item{width:calc((100% - 2rem) / 2)}}@media (max-width:575px){.feature-cards__item{width:100%;padding:1.4rem}}.feature-cards__top{display:flex;align-items:center;margin-bottom:1.2rem;gap:1.2rem}@supports not (gap:1rem){.feature-cards__top > *:not(:last-child){margin-right:1.2rem}}@media (max-width:1160px){.feature-cards__top{gap:1.2rem} @supports not (gap:1rem){.feature-cards__top > *:not(:last-child){margin-right:0;margin-bottom:1.2rem} }}.feature-cards__icon img{width:3.5rem;height:3.5rem;display:block}.feature-cards__title{text-transform:uppercase;font-size:1.4rem;line-height:1;font-weight:700;letter-spacing:0.05em;color:var(--blue);font-family:"Manrope",Arial,sans-serif}@media (max-width:575px){.feature-cards__title{font-size:1.2rem}}.feature-cards__text{font-size:1.6rem}.main-news h2{margin-bottom:3.5rem}@media (max-width:575px){.main-news h2{margin-bottom:2.5rem}}.main-news h3{margin-bottom:1.5rem;color:var(--blue);font-weight:700;transition:all 0.4s ease}.main-news .main-inner{padding-bottom:10rem}@media (max-width:1160px){.main-news .main-inner{padding-bottom:7rem}}@media (max-width:575px){.main-news .main-inner{padding-bottom:5rem}}@supports (padding-bottom:clamp(1rem,2rem,3rem)){.main-news .main-inner{padding-bottom:clamp(5rem,3.2394rem + 4.6948vw,10rem)}}.main-news .main-inner__left{display:flex;flex-direction:column;justify-content:space-between;gap:3.5rem}@supports not (gap:1rem){.main-news .main-inner__left > *:not(:last-child){margin-right:3.5rem}}@media (max-width:1160px){.main-news .main-inner__left{gap:2.5rem} @supports not (gap:1rem){.main-news .main-inner__left > *:not(:last-child){margin-right:0;margin-bottom:2.5rem} }}.main-new-left,.main-news-list{position:relative}.main-new-left__link,.main-news-list__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.main-new-left__image,.main-news-list__image{aspect-ratio:16/9;margin-bottom:2.4rem;overflow:hidden}.main-new-left__image img,.main-news-list__image img{transition:all 0.4s ease}.main-new-left__image,.main-news-list__image{transition:all 0.4s ease}@media (min-width:1025px){.main-new-left__image:hover img,.main-news-list__image:hover img{transform:scale(1.1)}}.main-new-left__date,.main-news-list__date{font-size:1.5rem;line-height:120%;color:var(--gray-mid);margin-bottom:1.5rem}@media (max-width:575px){.main-new-left__date,.main-news-list__date{margin-bottom:1rem}}@media (max-width:1160px){.main-new-left__button-desktop{display:none}}.main-new-left__button-mobile{display:none}@media (max-width:1160px){.main-new-left__button-mobile{display:flex}}.main-new-left__item{transition:all 0.4s ease}@media (min-width:1025px){.main-new-left__item:hover .main-new-left__title{color:var(--blue-light)}}@media (max-width:1160px){.main-new-left__item{padding-bottom:3.5rem;border-bottom:1px solid var(--gray-light)}}@media (max-width:575px){.main-new-left__item{padding-bottom:1.5rem}}.main-news-list__item{padding-bottom:3.5rem;border-bottom:1px solid var(--gray-light)}.main-news-list__item:nth-child(2),.main-news-list__item:nth-child(3){padding-top:3.5rem}.main-news-list__item{transition:all 0.4s ease}@media (min-width:1025px){.main-news-list__item:hover{border-bottom:1px solid var(--blue-light)} .main-news-list__item:hover .main-news-list__title{color:var(--blue-light)}}@media (max-width:1160px){.main-news-list__item{margin-bottom:3rem}}@media (max-width:575px){.main-news-list__item{padding-bottom:1.5rem} .main-news-list__item:nth-child(2),.main-news-list__item:nth-child(3){padding-top:1.5rem}}.about__wrapper{display:flex;gap:3rem}@supports not (gap:1rem){.about__wrapper > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.about__wrapper{gap:2rem} @supports not (gap:1rem){.about__wrapper > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}@media (max-width:1160px){.about__wrapper{flex-direction:column}}.about__info{width:57%;padding:4rem;display:flex;flex-direction:column;background-color:var(--white)}.about__info{border-radius:3.6rem}@media (max-width:768px){.about__info{border-radius:1.8rem}}.about__info{gap:2rem}@supports not (gap:1rem){.about__info > *:not(:last-child){margin-right:2rem}}@media (max-width:1160px){.about__info{gap:2rem} @supports not (gap:1rem){.about__info > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}@media (max-width:1160px){.about__info{width:100%}}@media (max-width:960px){.about__info{padding:2rem 1.5rem}}.about__item{display:flex;gap:0.6rem}@supports not (gap:1rem){.about__item > *:not(:last-child){margin-right:0.6rem}}@media (max-width:1160px){.about__item{gap:0.6rem} @supports not (gap:1rem){.about__item > *:not(:last-child){margin-right:0;margin-bottom:0.6rem} }}.about__item:not(:last-child){padding-bottom:1rem}.about__image{flex:1;overflow:hidden;background-image:url("/wp-content/uploads/2025/10/about-001.webp");background-image:url("../img/about/about-001.webp");background-size:cover;background-position:center center;background-repeat:no-repeat}.about__image{border-radius:3.6rem}@media (max-width:768px){.about__image{border-radius:1.8rem}}@media (max-width:1160px){.about__image{height:35rem;width:100%;flex:none}}.about__desc img{display:inline;width:120px;height:auto}.about__desc p:not(:last-child){padding-bottom:10px}.progress__block{position:relative;display:flex;justify-content:space-between;gap:3rem}@supports not (gap:1rem){.progress__block > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.progress__block{gap:2rem} @supports not (gap:1rem){.progress__block > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}@media (max-width:1160px){.progress__block{flex-wrap:wrap}}.progress__element{width:calc((100% - 9rem) / 4);padding:2rem;border:1px solid var(--ice-blue)}.progress__element{border-radius:2.8rem}@media (max-width:768px){.progress__element{border-radius:1.8rem}}@media (max-width:1160px){.progress__element{width:calc((100% - 2rem) / 2)}}@media (max-width:960px){.progress__element{padding:2rem 1.5rem}}@media (max-width:575px){.progress__element{width:100%}}.progress__title{margin-bottom:1rem;text-transform:uppercase;font-size:1.4rem;line-height:1;font-weight:700;letter-spacing:0.05em;color:var(--blue);font-family:"Manrope",Arial,sans-serif}@media (max-width:575px){.progress__title{font-size:1.2rem}}.progress__number{margin-bottom:1.5rem;font-size:5.5rem;line-height:100%;color:var(--blue);opacity:0}.progress__text{font-size:1.6rem}.services__wrapper{padding:4rem;background-color:var(--white)}.services__wrapper{border-radius:4.5rem}@media (max-width:768px){.services__wrapper{border-radius:1.8rem}}@media (max-width:960px){.services__wrapper{padding:2rem 1.5rem}}.services__wrapper .button{margin:0 auto}.services__group{padding:2.5rem;background:var(--blue-light)}.services__group{border-radius:3.6rem}@media (max-width:768px){.services__group{border-radius:1.8rem}}.services__group:not(:last-child){margin-bottom:5rem}@media (max-width:768px){.services__group:not(:last-child){padding:1.5rem}}@media (max-width:575px){.services__group:not(:last-child){padding:1.5rem 1rem;margin-bottom:3rem}}.services__items{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}@supports not (gap:1rem){.services__items > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.services__items{gap:2rem} @supports not (gap:1rem){.services__items > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}.services__item{position:relative;flex:1 1 calc((100% - 6rem) / 3);min-width:300px;max-width:calc((100% - 3rem) / 2);padding:2rem;background-color:var(--gray-bg);min-height:16rem;overflow:hidden}.services__item{border-radius:2.8rem}@media (max-width:768px){.services__item{border-radius:1.8rem}}@media (max-width:1160px){.services__item{max-width:100%;flex:1 1 calc((100% - 3rem) / 2)}}@media (max-width:768px){.services__item{flex:1 1 100%;min-width:0;padding:1.2rem;min-height:11rem}}.services__item a{position:absolute;width:100%;height:100%;z-index:3;inset:0}.services__item{transition:all 0.4s ease}@media (min-width:1025px){.services__item:hover{background-color:var(--blue);box-shadow:0 15px 10px 0 rgba(0,0,0,0.2)} .services__item:hover .services__name{color:var(--white)} .services__item:hover .services__text{color:var(--white)} .services__item:hover .services__img svg path{fill:var(--blue-deep)} .services__item:hover .services__img svg .services-box path{stroke:var(--blue-dark);opacity:1} .services__item:hover .services__img svg .services-box rect{fill:var(--blue-deep)} .services__item:hover .services__one svg{transition:all 0.4s ease} .services__item:hover .services__one svg .services-1{stroke:var(--blue-deep)} .services__item:hover .services__one svg .services-2{fill:var(--blue-deep)} .services__item:hover .services__one svg .services-box path{stroke:var(--blue-dark);opacity:1} .services__item:hover .services__one svg .services-box rect{fill:var(--blue-deep)}}.services__name{position:relative;z-index:2;transition:all 0.4s ease}.services__text{position:relative;font-size:1.6rem;z-index:2;transition:all 0.4s ease}.services__img{position:absolute;bottom:0;right:-15px;width:140px;z-index:1}.services__img svg{transition:all 0.4s ease}.services__img svg path{fill:var(--ice-blue)}.services__one{position:absolute;bottom:0;right:-15px;width:140px;z-index:1}.services__one svg{transition:all 0.4s ease}.services__one svg .services-1{stroke:var(--ice-blue)}.services__one svg .services-2{fill:var(--ice-blue)}.our-work__container{background:var(--blue);padding:4rem}.our-work__container{border-radius:4.5rem}@media (max-width:768px){.our-work__container{border-radius:1.8rem}}@media (max-width:960px){.our-work__container{padding:2rem 1.5rem}}@media (max-width:575px){.our-work__container{padding:1.5rem 1rem}}.our-work__container h2{color:var(--white)}.our-work__desc{margin-bottom:4rem;color:var(--white);font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.our-work__desc{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.our-work__desc{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}@media (max-width:1160px){.our-work__desc{margin-bottom:3rem}}.our-work__test{display:flex;flex-direction:column;gap:1rem}@supports not (gap:1rem){.our-work__test > *:not(:last-child){margin-right:1rem}}@media (max-width:1160px){.our-work__test{gap:1rem} @supports not (gap:1rem){.our-work__test > *:not(:last-child){margin-right:0;margin-bottom:1rem} }}.our-work__test-title{display:block;font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.our-work__test-title{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.our-work__test-title{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}.our-work__test-desc{margin-bottom:3rem}.our-work__test-more{position:relative;max-width:-moz-max-content;max-width:max-content;padding-right:2rem;text-transform:uppercase;font-size:1.4rem;line-height:1;font-weight:700;letter-spacing:0.05em;color:var(--blue);font-family:"Manrope",Arial,sans-serif}@media (max-width:575px){.our-work__test-more{font-size:1.2rem}}.our-work__test-more::before{content:"→";position:absolute;right:0;top:0;transform:translateX(0px);transition:opacity 0.3s ease,transform 0.3s ease}.our-work__test-more{transition:all 0.4s ease}@media (min-width:1025px){.our-work__test-more:hover{color:var(--red)} .our-work__test-more:hover::before{opacity:1;transform:translateX(4px)}}.our-work__wrapper{display:flex;gap:3rem}@supports not (gap:1rem){.our-work__wrapper > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.our-work__wrapper{gap:2rem} @supports not (gap:1rem){.our-work__wrapper > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}@media (max-width:1160px){.our-work__wrapper{flex-direction:column-reverse}}.our-work__left{display:flex;flex-direction:column;justify-content:space-between;background-color:var(--gray-bg);padding:4rem;flex:1}.our-work__left{border-radius:4.5rem}@media (max-width:768px){.our-work__left{border-radius:1.8rem}}.our-work__left{gap:2rem}@supports not (gap:1rem){.our-work__left > *:not(:last-child){margin-bottom:2rem}}@media (max-width:1160px){.our-work__left{gap:2rem} @supports not (gap:1rem){.our-work__left > *:not(:last-child){margin-bottom:2rem} }}@media (max-width:1160px){.our-work__left{width:100%;padding:2.5rem;min-height:30rem}}@media (max-width:575px){.our-work__left{padding:1.4rem}}.our-work__slide{border-radius:4.5rem;aspect-ratio:16/9}@media (max-width:768px){.our-work__slide{border-radius:1.8rem}}.our-work__slide img{position:absolute;display:block;width:100%;height:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.our-work__slide img{border-radius:4.5rem}@media (max-width:768px){.our-work__slide img{border-radius:1.8rem}}@media (max-width:1160px){.our-work__slide{width:100%}}.our-work__slider{width:57%}.our-work__slider{border-radius:4.5rem}@media (max-width:768px){.our-work__slider{border-radius:1.8rem}}@media (max-width:1160px){.our-work__slider{width:100%}}.our-work__controls{display:flex;align-items:center;justify-content:space-between}.our-work-btn{display:flex;gap:0.8rem}.our-work-btn__item{width:7rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:10rem;background:var(--blue)}.our-work-btn__item svg{fill:var(--white)}@media (max-width:575px){.our-work-btn__item{width:6rem;height:3rem}}.our-work-btn .swiper-button-disabled{background:var(--blue-bg);pointer-events:none}.our-work-btn .swiper-button-disabled svg{fill:var(--blue)}.our-work__pagination{display:block;width:auto !important;position:static}@media (max-width:575px){.our-work__pagination{display:none}}.our-work__pagination .swiper-pagination-bullet{width:6px !important;height:6px !important;border-radius:50% !important;background:var(--blue-bg);transition:all 0.4s ease !important;margin:0 3px !important;opacity:1 !important}.our-work__pagination .swiper-pagination-bullet-active{width:3rem !important;background:var(--blue) !important;border-radius:30rem !important;transition:all 0.4s ease !important}.faq{background:var(--white);padding:10rem 0}.faq{border-radius:4.5rem}@media (max-width:768px){.faq{border-radius:1.8rem}}@media (max-width:575px){.faq{padding:5rem 0}}@supports (padding:clamp(1rem,2rem,3rem)){.faq{padding-top:clamp(5rem,3.1429rem + 4.7619vw,10rem);padding-bottom:clamp(5rem,3.1429rem + 4.7619vw,10rem)}}.faq__title{position:relative}.faq-accordion{display:flex;flex-direction:column;gap:1.2rem}@supports not (gap:1rem){.faq-accordion > *:not(:last-child){margin-right:1.2rem}}@media (max-width:1160px){.faq-accordion{gap:0.8rem} @supports not (gap:1rem){.faq-accordion > *:not(:last-child){margin-right:0;margin-bottom:0.8rem} }}.faq-accordion__item{padding:1.8rem;background-color:var(--gray-bg)}.faq-accordion__item{border-radius:1.8rem}@media (max-width:768px){.faq-accordion__item{border-radius:0.8rem}}@media (max-width:575px){.faq-accordion__item{padding:1.4rem}}.faq-accordion__toggle{position:relative;width:100%;display:flex;align-items:center;gap:1.6rem}@supports not (gap:1rem){.faq-accordion__toggle > *:not(:last-child){margin-right:1.6rem}}@media (max-width:1160px){.faq-accordion__toggle{gap:1.1rem} @supports not (gap:1rem){.faq-accordion__toggle > *:not(:last-child){margin-right:0;margin-bottom:1.1rem} }}@media (max-width:575px){.faq-accordion__toggle{flex-direction:column;align-items:flex-start}}.faq-accordion__icon{position:absolute;top:50%;transform:translateY(-50%);right:1rem;width:2.6rem;height:2.6rem;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}@media (max-width:575px){.faq-accordion__icon{width:1.5rem;height:1.5rem}}.faq-accordion__icon::before,.faq-accordion__icon::after{content:"";position:absolute;background-color:var(--blue);border-radius:2px;transition:transform 0.3s}.faq-accordion__icon::before{width:16px;height:2px}.faq-accordion__icon::after{width:2px;height:16px}.faq-accordion__item.is-open .faq-accordion__icon::before{transform:rotate(225deg)}.faq-accordion__item.is-open .faq-accordion__icon::after{transform:rotate(45deg)}.faq-accordion__question{font-size:2.4rem;line-height:normal;text-align:left;color:var(--blue)}@media (max-width:1160px){.faq-accordion__question{padding-right:6rem;width:100%}}@media (max-width:575px){.faq-accordion__question{padding-right:4.5rem;font-size:1.8rem;line-height:126%;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.faq-accordion__question{font-size:clamp(1.8rem,1.5914rem + 0.5348vw,2.4rem)}}.faq-accordion__content{max-width:95rem;max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1);will-change:max-height}.faq-accordion__text{padding:2.4rem 1rem 0}.news{overflow:hidden}.news__slider{margin-right:calc(50% - 50vw) !important}.news__wrapper{display:flex;align-items:stretch}.news-card{display:flex;flex-direction:column;height:auto;background-color:var(--white);overflow:hidden}.news-card{border-radius:4.5rem}@media (max-width:768px){.news-card{border-radius:1.8rem}}.news-card__photo{aspect-ratio:1/1;position:relative;width:100%;overflow:hidden}.news-card__photo{border-radius:4.5rem}@media (max-width:768px){.news-card__photo{border-radius:1.8rem}}.news-card__photo img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-card__info{padding:1.4rem 3rem 2.4rem}@media (max-width:575px){.news-card__info{padding:1.5rem 1rem 2.4rem}}.news-card__title{font-weight:500;margin-bottom:1.4rem;font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.news-card__title{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.news-card__title{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}.news-card__desc{margin-bottom:2rem}.news-card__btn{max-width:-moz-max-content;max-width:max-content;padding:1.4rem 2rem;font-size:1.4rem;font-weight:600;background-color:var(--blue-bg);border:2px solid var(--blue-bg);color:var(--blue);border-radius:50rem;transition:all 0.4s ease}.news-card__btn{transition:all 0.4s ease}@media (min-width:1025px){.news-card__btn:hover{background-color:var(--white)}}@media (max-width:575px){.news-card__btn{font-size:1.2rem;padding:0.8rem 1.6rem}}.news-controls{margin:3rem 0;display:flex;align-items:center;justify-content:space-between}.news-controls__btn{display:flex;gap:0.8rem}@supports not (gap:1rem){.news-controls__btn > *:not(:last-child){margin-right:0.8rem}}@media (max-width:1160px){.news-controls__btn{gap:0.8rem} @supports not (gap:1rem){.news-controls__btn > *:not(:last-child){margin-right:0;margin-bottom:0.8rem} }}.news-controls__item{width:7rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:10rem;background:var(--blue);cursor:pointer}.news-controls__item svg{fill:var(--white)}@media (max-width:575px){.news-controls__item{width:6rem;height:3rem}}.news-controls .swiper-button-disabled{background:var(--blue-bg);pointer-events:none}.news-controls .swiper-button-disabled svg{fill:var(--blue)}.news-controls__pagination{display:block;width:auto !important;position:static}@media (max-width:575px){.news-controls__pagination{display:none}}.news-controls__pagination .swiper-pagination-bullet{width:6px;height:6px;border-radius:50%;background:var(--blue-bg);margin:0 3px;opacity:1;transition:all 0.4s ease}.news-controls__pagination .swiper-pagination-bullet-active{width:3rem;background:var(--blue) !important;border-radius:30rem;transition:all 0.4s ease}.post-first-screen{padding:7rem 0}@media (max-width:1160px){.post-first-screen{padding:5rem 0}}@media (max-width:1160px){.post-first-screen{padding:3rem 0}}.post-first-screen__wrapper{display:flex;align-items:center;justify-content:space-between;padding:4rem;background-color:var(--blue)}.post-first-screen__wrapper{border-radius:4.5rem}@media (max-width:768px){.post-first-screen__wrapper{border-radius:1.8rem}}.post-first-screen__wrapper{gap:3rem}@supports not (gap:1rem){.post-first-screen__wrapper > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.post-first-screen__wrapper{gap:2rem} @supports not (gap:1rem){.post-first-screen__wrapper > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}@media (max-width:1160px){.post-first-screen__wrapper{flex-direction:column-reverse;padding:2rem 1.5rem}}.post-first-screen__img{position:relative;width:calc(40% - 1.5rem);aspect-ratio:1/1;flex:0 0 auto;overflow:hidden}.post-first-screen__img{border-radius:3.5rem}@media (max-width:768px){.post-first-screen__img{border-radius:1.2rem}}.post-first-screen__img img{position:absolute;inset:0;width:100%;height:100%;inset:0;-o-object-fit:cover;object-fit:cover}@media (max-width:1160px){.post-first-screen__img{width:100%;height:55rem;flex:none}}@media (max-width:960px){.post-first-screen__img{height:30rem}}.post-first-screen__left{width:calc(60% - 1.5rem)}@media (max-width:1160px){.post-first-screen__left{width:100%}}.post-first-screen__left h1{color:var(--white);margin-bottom:1rem}.post-first-screen__subtitle{color:var(--ice-blue);font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.post-first-screen__subtitle{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.post-first-screen__subtitle{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}.post-first-screen__button{display:flex;gap:1.5rem}@supports not (gap:1rem){.post-first-screen__button > *:not(:last-child){margin-right:1.5rem}}@media (max-width:1160px){.post-first-screen__button{gap:1.5rem} @supports not (gap:1rem){.post-first-screen__button > *:not(:last-child){margin-right:0;margin-bottom:1.5rem} }}@media (max-width:768px){.post-first-screen__button{flex-direction:column-reverse}}.archive-related h1{margin-bottom:3.5rem}@media (max-width:575px){.archive-related h1{margin-bottom:2rem}}.archive-related__wrapper{background:var(--white);padding:4rem}.archive-related__wrapper{border-radius:4.5rem}@media (max-width:768px){.archive-related__wrapper{border-radius:1.8rem}}@media (max-width:960px){.archive-related__wrapper{padding:2rem 1.5rem}}.archive-related__inner{display:flex;flex-direction:column;gap:4.5rem}@supports not (gap:1rem){.archive-related__inner > *:not(:last-child){margin-bottom:4.5rem}}@media (max-width:1160px){.archive-related__inner{gap:2.5rem} @supports not (gap:1rem){.archive-related__inner > *:not(:last-child){margin-bottom:2.5rem} }}.archive-related__list{display:grid;gap:4.5rem;grid-template-columns:repeat(3,1fr)}@media (max-width:1160px){.archive-related__list{gap:3rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.archive-related__list{grid-template-columns:repeat(1,1fr)}}.archive-related__title{padding-bottom:1rem;transition:all 0.4s ease}.archive-related__item{position:relative;display:flex;flex-direction:column;background-color:var(--gray-bg);gap:1.5rem}@supports not (gap:1rem){.archive-related__item > *:not(:last-child){margin-right:1.5rem}}@media (max-width:1160px){.archive-related__item{gap:1.5rem} @supports not (gap:1rem){.archive-related__item > *:not(:last-child){margin-right:0;margin-bottom:1.5rem} }}.archive-related__item.blue{background-color:var(--blue)}.archive-related__item.blue h3{color:var(--white)}.archive-related__item.blue .archive-related__excerpt{color:var(--gray-bg)}.archive-related__item.blue-light{background-color:var(--blue-light)}.archive-related__item.blue-light h3{color:var(--white)}.archive-related__item.blue-light .archive-related__excerpt{color:var(--white)}.archive-related__item{border-radius:3.5rem}@media (max-width:768px){.archive-related__item{border-radius:1.8rem}}.archive-related__item a{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}.archive-related__item{transition:all 0.4s ease}@media (min-width:1025px){.archive-related__item:hover .archive-related__title{color:var(--red)} .archive-related__item:hover .archive-related__thumb{overflow:hidden} .archive-related__item:hover .archive-related__thumb img{transform:scale(1.1) rotate(2deg)} .archive-related__item:hover.blue .archive-related__title{color:var(--blue-light)} .archive-related__item:hover.blue-light .archive-related__title{color:var(--blue)}}.archive-related__inner-card{padding:0 2rem 2rem 2rem}@media (max-width:960px){.archive-related__inner-card{padding:0 1rem 2rem 1rem}}.archive-related__thumb{width:100%;padding-top:100%;box-shadow:0 -1px 3px rgba(225,230,245,0.7);position:relative;overflow:hidden;height:0}.archive-related__thumb img{position:absolute;width:100%;height:100%;top:0;left:0;right:0;-o-object-fit:cover;object-fit:cover;transition:all 0.4s ease}.archive-related__thumb{border-radius:1.8rem}@media (max-width:768px){.archive-related__thumb{border-radius:0.8rem}}.archive-filter{display:flex;margin-bottom:2.5rem;gap:2.5rem}@supports not (gap:1rem){.archive-filter > *:not(:last-child){margin-right:2.5rem}}@media (max-width:1160px){.archive-filter{gap:2.5rem} @supports not (gap:1rem){.archive-filter > *:not(:last-child){margin-right:0;margin-bottom:2.5rem} }}@media (max-width:1160px){.archive-filter{width:100%;overflow-x:auto;padding-bottom:1rem} .archive-filter::-webkit-scrollbar{width:1px;height:1px} .archive-filter::-webkit-scrollbar-track{background-color:var(--blue-bg)} .archive-filter::-webkit-scrollbar-thumb{background-color:var(--blue-bg)}}@media (max-width:575px){.archive-filter{margin-bottom:1.5rem}}.archive-filter li{margin:0}.archive-filter a{padding:1.7rem 3rem;font-size:1.3rem;line-height:100%;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;background-color:var(--ice-blue);color:var(--blue);border-radius:10rem;white-space:nowrap}.archive-filter a{transition:all 0.4s ease}@media (min-width:1025px){.archive-filter a:hover{background-color:var(--blue-light)}}@media (max-width:960px){.archive-filter a{padding:1rem 2rem}}@media (max-width:575px){.archive-filter a{padding:0.8rem 2rem}}.archive-filter li.active a{background:var(--red);color:var(--white);cursor:default;pointer-events:none}.pagination .nav-links{display:flex;justify-content:center;gap:1.5rem}@supports not (gap:1rem){.pagination .nav-links > *:not(:last-child){margin-right:1.5rem}}@media (max-width:1160px){.pagination .nav-links{gap:1.5rem} @supports not (gap:1rem){.pagination .nav-links > *:not(:last-child){margin-right:0;margin-bottom:1.5rem} }}.pagination .nav-links a{padding:1rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;line-height:1;font-weight:600;border-radius:1rem}.pagination .nav-links .current{padding:1rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;line-height:1;font-weight:600;border-radius:1rem;background:var(--blue);color:var(--white);cursor:default;pointer-events:none}.content{background-color:var(--white);padding:7rem 0}.content{border-radius:4.5rem}@media (max-width:768px){.content{border-radius:1.8rem}}.content{border-bottom-left-radius:0;border-bottom-right-radius:0}@media (max-width:1160px){.content{padding:5rem 0}}@media (max-width:1160px){.content{padding:3rem 0}}.content__wrapper{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:4rem;background-color:var(--gray-bg)}.content__wrapper{border-radius:4.5rem}@media (max-width:768px){.content__wrapper{border-radius:1.8rem}}@media (max-width:1160px){.content__wrapper{padding:3rem 2.5rem}}@media (max-width:575px){.content__wrapper{padding:1.5rem 1rem}}.content__wrapper{gap:3rem}@supports not (gap:1rem){.content__wrapper > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.content__wrapper{gap:2rem} @supports not (gap:1rem){.content__wrapper > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}.content__left{width:60%;padding:2rem 0;display:flex;flex-direction:column;gap:3rem}@supports not (gap:1rem){.content__left > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.content__left{gap:2rem} @supports not (gap:1rem){.content__left > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}@media (max-width:1160px){.content__left{width:100%}}.content__left > div >:is(h2,h3,h4):first-of-type{padding-top:0}.content__left p{line-height:170%}.content__left p,.content__left ul,.content__left ol,.content__left h2,.content__left h3,.content__left h4,.content__left h5{padding-bottom:1.5rem}.content__left h2,.content__left h3,.content__left h4,.content__left h5{padding-top:2rem}.content__left img,.content__left blockquote{margin-bottom:2.5rem}.content__left blockquote p:last-child{padding-bottom:0 !important}.content__left h2:has(+ ol),.content__left h2:has(+ ul),.content__left h3:has(+ ol),.content__left h3:has(+ ul),.content__left h4:has(+ ol),.content__left h4:has(+ ul),.content__left h5:has(+ ol),.content__left h5:has(+ ul){padding-bottom:0.8rem}.content__left ul,.content__left ol{list-style-position:outside;list-style-type:revert;padding-left:1.5em}.content__left li:not(:last-child){margin-bottom:0.5rem}.content__left blockquote{border-left:3px solid var(--red);padding-left:1em;font-style:italic;color:var(--gray-mid);margin-top:0}.content__left img{max-width:100%;width:auto;max-height:60vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.content__left img{border-radius:1.8rem}@media (max-width:768px){.content__left img{border-radius:0.8rem}}.content__left .entry-content figure.wp-caption{margin:0 0 1.5rem;text-align:center}.content__left figure.wp-caption figcaption{font-size:1.4rem;text-align:center;color:var(--gray-mid)}.content__left figure.wp-caption img + figcaption{margin-top:-1rem}.content__left a:not(.button){display:inline;font-style:italic;color:var(--blue)}.content__left a:not(.button){position:relative;max-width:-moz-max-content;max-width:max-content}.content__left a:not(.button)::before{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:transparent;transform:scaleY(0) translateY(-7px);transform-origin:top center;transition:transform 0.2s ease-out,background-color 0.2s ease-out;pointer-events:none}@media (max-width:1160px){.content__left a:not(.button)::before{display:none}}.content__left a:not(.button){transition:all 0.4s ease}@media (min-width:1025px){.content__left a:not(.button):hover{color:var(--red)} .content__left a:not(.button):hover::before{background-color:var(--red);transform:scaleY(1) translateY(0)}}.content__right{position:sticky;top:70px;flex:1;display:flex;flex-direction:column;padding:2rem;background-color:var(--white)}.content__right{border-radius:3.5rem}@media (max-width:768px){.content__right{border-radius:1.6rem}}@media (max-width:1160px){.content__right{width:100%;position:relative;top:0}}.content__right{gap:3rem}@supports not (gap:1rem){.content__right > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.content__right{gap:2rem} @supports not (gap:1rem){.content__right > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}.content__right h3{padding:0}.content__inner{display:flex;flex-direction:column;gap:3.5rem}@supports not (gap:1rem){.content__inner > *:not(:last-child){margin-right:3.5rem}}@media (max-width:1160px){.content__inner{gap:2.5rem} @supports not (gap:1rem){.content__inner > *:not(:last-child){margin-right:0;margin-bottom:2.5rem} }}.article-card__desc{padding-bottom:1.5rem}.article-card h4{padding-bottom:0.5rem}.article-card__link{position:relative;max-width:-moz-max-content;max-width:max-content;padding-right:2rem;text-transform:uppercase;font-size:1.4rem;line-height:1;font-weight:700;letter-spacing:0.05em;color:var(--blue);font-family:"Manrope",Arial,sans-serif}@media (max-width:575px){.article-card__link{font-size:1.2rem}}.article-card__link::before{content:"→";position:absolute;right:0;top:0;transform:translateX(0px);transition:opacity 0.3s ease,transform 0.3s ease}.article-card__link{transition:all 0.4s ease}@media (min-width:1025px){.article-card__link:hover{color:var(--red)} .article-card__link:hover::before{opacity:1;transform:translateX(4px)}}.service-page h1{margin-bottom:3.5rem}@media (max-width:575px){.service-page h1{margin-bottom:2rem}}.service-page .services__wrapper{padding:0;background:var(--gray-bg)}.service-page .services__group{padding:2.5rem;background:var(--white)}@media (max-width:960px){.service-page .services__group{padding:2rem 1.5rem}}@media (max-width:575px){.service-page .services__group{padding:1.5rem 1rem}}.service-page .services__name{color:var(--white)}.service-page .services__item{color:var(--gray-bg);background-color:var(--blue);border:1px solid var(--blue)}.service-page .services__item .services__img svg path{fill:var(--blue-deep)}.service-page .services__item .services__img svg .services-box path{stroke:var(--blue-dark);opacity:1}.service-page .services__item .services__img svg .services-box rect{fill:var(--blue-deep)}.service-page .services__item .services__one svg .services-1{stroke:var(--blue-deep)}.service-page .services__item .services__one svg .services-2{fill:var(--blue-deep)}.service-page .services__item .services__one svg .services-box path{stroke:var(--blue-dark);opacity:1}.service-page .services__item .services__one svg .services-box rect{fill:var(--blue-deep)}.service-page .services__item{transition:all 0.4s ease}@media (min-width:1025px){.service-page .services__item:hover{background-color:var(--white);border:1px solid var(--blue-light)} .service-page .services__item:hover .services__name{color:var(--blue)} .service-page .services__item:hover .services__text{color:var(--blue)} .service-page .services__item:hover .services__img svg path{fill:var(--ice-blue)} .service-page .services__item:hover .services__img svg .services-box path{stroke:var(--white)} .service-page .services__item:hover .services__img svg .services-box rect{fill:var(--white)} .service-page .services__item:hover .services__one svg .services-1{stroke:var(--ice-blue)} .service-page .services__item:hover .services__one svg .services-2{fill:var(--ice-blue)} .service-page .services__item:hover .services__one svg .services-box path{stroke:var(--white)} .service-page .services__item:hover .services__one svg .services-box rect{fill:var(--white)}}.benefits{padding-bottom:5rem}@media (max-width:1160px){.benefits{padding-bottom:4rem}}.benefits__title{color:var(--white)}.benefits__list{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}@supports not (gap:1rem){.benefits__list > *:not(:last-child){margin-right:2rem}}@media (max-width:1160px){.benefits__list{gap:1.2rem} @supports not (gap:1rem){.benefits__list > *:not(:last-child){margin-right:0;margin-bottom:1.2rem} }}@media (max-width:1160px){.benefits__list{margin-bottom:3rem}}.benefits__item{position:relative;flex:1 1 calc((100% - 2rem) / 2);min-width:300px;max-width:calc((100% - 2rem) / 2);display:flex;flex-direction:column;padding:2rem;background:rgba(225,230,245,0.4);border:1px solid var(--ice-blue)}.benefits__item{border-radius:2.8rem}@media (max-width:768px){.benefits__item{border-radius:1.8rem}}.benefits__item{gap:1.4rem}@supports not (gap:1rem){.benefits__item > *:not(:last-child){margin-bottom:1.4rem}}@media (max-width:1160px){.benefits__item{gap:1.4rem} @supports not (gap:1rem){.benefits__item > *:not(:last-child){margin-bottom:1.4rem} }}@media (max-width:1160px){.benefits__item{max-width:100%}}@media (max-width:768px){.benefits__item{flex:1 1 100%}}@media (max-width:575px){.benefits__item{padding:1.4rem}}.benefits__title{text-transform:uppercase;font-size:1.4rem;line-height:1;font-weight:700;letter-spacing:0.05em;color:var(--blue);font-family:"Manrope",Arial,sans-serif}@media (max-width:575px){.benefits__title{font-size:1.2rem}}.benefits__text{font-size:1.6rem}.child-page-services .container{display:flex;flex-direction:column;gap:4rem}@supports not (gap:1rem){.child-page-services .container > *:not(:last-child){margin-bottom:4rem}}@media (max-width:1160px){.child-page-services .container{gap:3rem} @supports not (gap:1rem){.child-page-services .container > *:not(:last-child){margin-bottom:3rem} }}.child-page-services .container .button{margin:0 auto}.child-page-services__wrapper{background:var(--blue-light);padding:4rem}.child-page-services__wrapper{border-radius:4.5rem}@media (max-width:768px){.child-page-services__wrapper{border-radius:1.8rem}}@media (max-width:960px){.child-page-services__wrapper{padding:2rem 1.5rem}}@media (max-width:575px){.child-page-services__wrapper{padding:1.5rem 1rem}}.child-page-services__wrapper.guarantees .child-page-services__item{min-height:0}.child-page-services__inner{display:flex;justify-content:space-between}.child-page-services__items{flex:1;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}@supports not (gap:1rem){.child-page-services__items > *:not(:last-child){margin-right:2rem}}@media (max-width:1160px){.child-page-services__items{gap:1.5rem} @supports not (gap:1rem){.child-page-services__items > *:not(:last-child){margin-right:0;margin-bottom:1.5rem} }}.child-page-services__item{position:relative;flex:1 1 calc((100% - 6rem) / 4);min-width:250px;max-width:calc((100% - 2rem) / 2);padding:2rem;background-color:var(--white);min-height:20rem;overflow:hidden}.child-page-services__item{border-radius:2.8rem}@media (max-width:768px){.child-page-services__item{border-radius:1.8rem}}@media (max-width:1160px){.child-page-services__item{max-width:100%;flex:1 1 calc((100% - 3rem) / 2)}}@media (max-width:768px){.child-page-services__item{flex:1 1 100%;min-height:11rem;min-width:0}}@media (max-width:575px){.child-page-services__item{padding:1.2rem}}.child-page-services__text{position:relative;font-size:1.6rem;z-index:2}.child-page-services__text li{position:relative;padding-left:1.8rem;margin-bottom:0.5rem}.child-page-services__text li::before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background-color:var(--blue)}.child-page-services span{position:absolute;z-index:1;font-size:15rem;line-height:1;font-weight:800;bottom:0;right:0;color:var(--blue-bg);opacity:0.6;font-family:"Manrope",Arial,sans-serif;filter:blur(4px)}.child-page-service .post-first-screen{padding:3rem 0 5rem}@media (max-width:1160px){.child-page-service .post-first-screen{padding:2rem 0 4rem}}.cta-final__content{display:flex;flex-direction:column;align-items:center;background:var(--white);padding:4rem}.cta-final__content{border-radius:4.5rem}@media (max-width:768px){.cta-final__content{border-radius:1.8rem}}.cta-final__content{gap:1.5rem}@supports not (gap:1rem){.cta-final__content > *:not(:last-child){margin-bottom:1.5rem}}@media (max-width:1160px){.cta-final__content{gap:1.5rem} @supports not (gap:1rem){.cta-final__content > *:not(:last-child){margin-bottom:1.5rem} }}@media (max-width:960px){.cta-final__content{padding:2rem 1.5rem}}@media (max-width:575px){.cta-final__content{padding:2rem}}.cta-final h2{padding:0;text-align:center}@media (max-width:960px){.cta-final h2{text-align:left}}.cta-final p{max-width:70rem;text-align:center;font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.cta-final p{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.cta-final p{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}@media (max-width:960px){.cta-final p{text-align:left}}.contact-page{padding-bottom:10rem}@media (max-width:1160px){.contact-page{padding-bottom:7rem}}@media (max-width:575px){.contact-page{padding-bottom:5rem}}@supports (padding-bottom:clamp(1rem,2rem,3rem)){.contact-page{padding-bottom:clamp(5rem,3.2394rem + 4.6948vw,10rem)}}.contact-page__title span{display:block;font-size:16px}.contact-page__top{position:relative;padding:2.5rem;background:var(--blue)}.contact-page__top{border-radius:2.8rem}@media (max-width:768px){.contact-page__top{border-radius:1.8rem}}.contact-page__form{flex:1;color:var(--white)}.contact-page__form h3{color:var(--white)}.contact-page__feedback{width:90%}@media (max-width:575px){.contact-page__feedback{width:100%}}.contact-page-contacts__top{display:flex;justify-content:space-between;gap:3.5rem}@supports not (gap:1rem){.contact-page-contacts__top > *:not(:last-child){margin-right:3.5rem}}@media (max-width:1160px){.contact-page-contacts__top{gap:3.5rem} @supports not (gap:1rem){.contact-page-contacts__top > *:not(:last-child){margin-right:0;margin-bottom:3.5rem} }}@media (max-width:1160px){.contact-page-contacts__top{margin-bottom:4rem}}.contact-page-contacts__block{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:1160px){.contact-page-contacts__block{display:flex;flex-direction:column;gap:2rem} @supports not (gap:1rem){.contact-page-contacts__block > *:not(:last-child){margin-bottom:2rem} }}@media (max-width:1160px) and (max-width:1160px){.contact-page-contacts__block{gap:2rem} @supports not (gap:1rem){.contact-page-contacts__block > *:not(:last-child){margin-bottom:2rem} }}.contact-page-contacts__block h3{padding-bottom:1.5rem}@media (max-width:1160px){.contact-page-contacts__block h3{padding-bottom:1rem}}.contact-page-contacts__block a{font-size:2rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.03rem}@media (max-width:575px){.contact-page-contacts__block a{font-size:1.7rem;letter-spacing:-0.02rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.contact-page-contacts__block a{font-size:clamp(1.7rem,1.5886rem + 0.2857vw,2rem)}}.contact-page-contacts__block a{position:relative;max-width:-moz-max-content;max-width:max-content}.contact-page-contacts__block a::before{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:transparent;transform:scaleY(0) translateY(-7px);transform-origin:top center;transition:transform 0.2s ease-out,background-color 0.2s ease-out;pointer-events:none}@media (max-width:1160px){.contact-page-contacts__block a::before{display:none}}.contact-page-contacts__block a{transition:all 0.4s ease}@media (min-width:1025px){.contact-page-contacts__block a:hover{color:var(--red)} .contact-page-contacts__block a:hover::before{background-color:var(--red);transform:scaleY(1) translateY(0)}}.contact-page-contacts__block p{font-size:2rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.03rem}@media (max-width:575px){.contact-page-contacts__block p{font-size:1.7rem;letter-spacing:-0.02rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.contact-page-contacts__block p{font-size:clamp(1.7rem,1.5886rem + 0.2857vw,2rem)}}.contact-top-map{position:relative;height:100%}.contact-top-map{border-radius:2.8rem}@media (max-width:768px){.contact-top-map{border-radius:1.8rem}}.contact-top-map__map{width:100%;height:100%;overflow:hidden;transition:height 0.3s ease-in-out}.contact-top-map__map{border-radius:2.8rem}@media (max-width:768px){.contact-top-map__map{border-radius:1.8rem}}@media (max-width:1160px){.contact-top-map__map{height:40vh}}.contact-top-map .mapTitle{position:absolute;z-index:1000;box-shadow:rgba(0,0,0,0.25) 0 0 5px;display:none;padding:5px 10px;border-radius:8px;background:var(--white);border-width:1px;border-style:solid;border-color:var(--blue-bg);font-size:13px;color:var(--blue)}.about-page h2 span{display:block;max-width:100rem;font-size:1.6rem;line-height:1.4;letter-spacing:0.05em;padding-top:0.5rem;font-weight:400}@media (max-width:960px){.about-page h2 span{text-transform:none}}.about-first-screen h1{margin-bottom:3.5rem}@media (max-width:575px){.about-first-screen h1{margin-bottom:2rem}}.about-first-screen__wrapper{display:flex;background-color:var(--white);padding:4rem}.about-first-screen__wrapper{border-radius:4.5rem}@media (max-width:768px){.about-first-screen__wrapper{border-radius:1.8rem}}.about-first-screen__wrapper{gap:30px}@supports not (gap:1rem){.about-first-screen__wrapper > *:not(:last-child){margin-right:30px}}@media (max-width:1160px){.about-first-screen__wrapper{gap:20px} @supports not (gap:1rem){.about-first-screen__wrapper > *:not(:last-child){margin-right:0;margin-bottom:20px} }}@media (max-width:1160px){.about-first-screen__wrapper{flex-direction:column;padding:2rem 1.5rem}}.about-first-screen__left{flex:1;display:flex;flex-direction:column;justify-content:center}.about-first-screen__left p:not(:last-child){padding-bottom:1.5rem}.about-first-screen__subtitle{line-height:1.7;letter-spacing:0.03em}.about-first-screen__right{width:calc(40% - 3rem);background-color:var(--ice-blue);padding:2rem}.about-first-screen__right{border-radius:2.5rem}@media (max-width:768px){.about-first-screen__right{border-radius:1.6rem}}@media (max-width:1160px){.about-first-screen__right{width:100%}}.evataimer-stats{display:flex;flex-direction:column;gap:2rem}@supports not (gap:1rem){.evataimer-stats > *:not(:last-child){margin-bottom:2rem}}@media (max-width:1160px){.evataimer-stats{gap:2rem} @supports not (gap:1rem){.evataimer-stats > *:not(:last-child){margin-bottom:2rem} }}.evataimer-stats__item{display:flex;flex-direction:column}.evataimer-stats__number{font-weight:800;color:var(--primary-color-dark);font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.evataimer-stats__number{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.evataimer-stats__number{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}.about-profile__wrapper{background-color:var(--blue);color:var(--white);padding:4rem}.about-profile__wrapper{border-radius:4.5rem}@media (max-width:768px){.about-profile__wrapper{border-radius:1.8rem}}.about-profile__wrapper{gap:30px}@supports not (gap:1rem){.about-profile__wrapper > *:not(:last-child){margin-right:30px}}@media (max-width:1160px){.about-profile__wrapper{gap:20px} @supports not (gap:1rem){.about-profile__wrapper > *:not(:last-child){margin-right:0;margin-bottom:20px} }}@media (max-width:1160px){.about-profile__wrapper{padding:2rem 1.5rem}}.about-profile__wrapper h2{color:var(--white)}.about-profile__list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width:768px){.about-profile__list{grid-template-columns:repeat(1,1fr)}}.about-profile__item{display:flex;gap:15px}@supports not (gap:1rem){.about-profile__item > *:not(:last-child){margin-right:15px}}@media (max-width:1160px){.about-profile__item{gap:10px} @supports not (gap:1rem){.about-profile__item > *:not(:last-child){margin-right:0;margin-bottom:10px} }}.about-profile__item{font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.about-profile__item{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.about-profile__item{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}.about-profile__item{font-weight:400}.about-profile__item img{width:25px;height:25px}.about-img{overflow:hidden}.about-img{border-radius:4.5rem}@media (max-width:768px){.about-img{border-radius:1.8rem}}.about-img img{display:block;width:100%;height:auto;filter:drop-shadow(5px 5px 5px #222)}@media (max-width:960px){.about-img{margin:3rem 0}}.about-target__list{position:relative;display:flex;justify-content:space-between;gap:3rem}@supports not (gap:1rem){.about-target__list > *:not(:last-child){margin-right:3rem}}@media (max-width:1160px){.about-target__list{gap:2rem} @supports not (gap:1rem){.about-target__list > *:not(:last-child){margin-right:0;margin-bottom:2rem} }}@media (max-width:1160px){.about-target__list{flex-wrap:wrap}}.about-target__item{width:calc((100% - 9rem) / 4);padding:2rem;border:1px solid var(--blue-light);text-transform:uppercase;font-size:1.4rem;line-height:1.3;font-weight:600;letter-spacing:0.03em;display:flex;justify-content:center;align-items:center;color:rgba(var(--blue-rgb),0.75)}.about-target__item{border-radius:2.8rem}@media (max-width:768px){.about-target__item{border-radius:1.8rem}}@media (max-width:1160px){.about-target__item{width:calc((100% - 2rem) / 2)}}@media (max-width:960px){.about-target__item{padding:2rem 1.5rem;justify-content:flex-start}}@media (max-width:575px){.about-target__item{width:100%}}.about-approach__wrapper{background:var(--blue-light);padding:4rem}.about-approach__wrapper{border-radius:4.5rem}@media (max-width:768px){.about-approach__wrapper{border-radius:1.8rem}}@media (max-width:960px){.about-approach__wrapper{padding:2rem 1.5rem}}@media (max-width:575px){.about-approach__wrapper{padding:1.5rem 1rem}}.about-approach__items{flex:1;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}@supports not (gap:1rem){.about-approach__items > *:not(:last-child){margin-right:2rem}}@media (max-width:1160px){.about-approach__items{gap:1.5rem} @supports not (gap:1rem){.about-approach__items > *:not(:last-child){margin-right:0;margin-bottom:1.5rem} }}.about-approach__item{position:relative;flex:1 1 calc((100% - 6rem) / 4);min-width:250px;max-width:calc((100% - 2rem) / 2);padding:2rem;background-color:var(--white);min-height:20rem;overflow:hidden}.about-approach__item{border-radius:2.8rem}@media (max-width:768px){.about-approach__item{border-radius:1.8rem}}@media (max-width:1160px){.about-approach__item{max-width:100%;flex:1 1 calc((100% - 3rem) / 2)}}@media (max-width:768px){.about-approach__item{flex:1 1 100%;min-height:11rem}}.about-approach__item span{position:absolute;z-index:1;font-size:15rem;line-height:1;font-weight:800;bottom:0;right:0;color:var(--blue-bg);opacity:0.6;font-family:"Manrope",Arial,sans-serif;filter:blur(4px)}.about-approach__text{position:relative;font-size:1.6rem;z-index:2}.about-final__content{display:flex;flex-direction:column;align-items:center;background:var(--white);padding:4rem}.about-final__content{border-radius:4.5rem}@media (max-width:768px){.about-final__content{border-radius:1.8rem}}.about-final__content{gap:1.5rem}@supports not (gap:1rem){.about-final__content > *:not(:last-child){margin-bottom:1.5rem}}@media (max-width:1160px){.about-final__content{gap:1.5rem} @supports not (gap:1rem){.about-final__content > *:not(:last-child){margin-bottom:1.5rem} }}@media (max-width:960px){.about-final__content{padding:2rem 1.5rem}}@media (max-width:575px){.about-final__content{padding:1.5rem 1rem}}.about-final h2{text-align:center}@media (max-width:960px){.about-final h2{text-align:left}}.about-final__list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding-bottom:3rem}@media (max-width:1160px){.about-final__list{padding-bottom:2rem}}@media (max-width:768px){.about-final__list{grid-template-columns:repeat(1,1fr)}}.about-final__list > .about-final__item:last-child{grid-column:1/-1;justify-content:center}.about-final__item{display:flex;gap:15px}@supports not (gap:1rem){.about-final__item > *:not(:last-child){margin-right:15px}}@media (max-width:1160px){.about-final__item{gap:10px} @supports not (gap:1rem){.about-final__item > *:not(:last-child){margin-right:0;margin-bottom:10px} }}.about-final__item{font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.about-final__item{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.about-final__item{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}.about-final__item{font-weight:400}.about-final__item img{width:25px;height:25px}.about-mission__title{padding:0 !important}.sout-page h2 span{display:block;max-width:100rem;font-size:1.6rem;line-height:1.4;letter-spacing:0.05em;padding-top:0.5rem;font-weight:400}@media (max-width:960px){.sout-page h2 span{text-transform:none}}.sout-page .sout-first-screen h1{margin-bottom:3.5rem}@media (max-width:575px){.sout-page .sout-first-screen h1{margin-bottom:2rem}}.sout-page .sout-first-screen__wrapper{display:flex;align-items:center;background-color:var(--white);padding:4rem}.sout-page .sout-first-screen__wrapper{border-radius:4.5rem}@media (max-width:768px){.sout-page .sout-first-screen__wrapper{border-radius:1.8rem}}.sout-page .sout-first-screen__wrapper{gap:30px}@supports not (gap:1rem){.sout-page .sout-first-screen__wrapper > *:not(:last-child){margin-right:30px}}@media (max-width:1160px){.sout-page .sout-first-screen__wrapper{gap:20px} @supports not (gap:1rem){.sout-page .sout-first-screen__wrapper > *:not(:last-child){margin-right:0;margin-bottom:20px} }}@media (max-width:1160px){.sout-page .sout-first-screen__wrapper{flex-direction:column-reverse;padding:2rem 1.5rem}}.sout-page .sout-first-screen__left{flex:1;display:flex;flex-direction:column;justify-content:center}.sout-page .sout-first-screen__left p:not(:last-child){padding-bottom:1.5rem}.sout-page .sout-first-screen__subtitle{line-height:1.7;letter-spacing:0.03em}.sout-page .sout-first-screen__right{width:calc(40% - 3rem);background-color:var(--blue-soft);padding:2rem}.sout-page .sout-first-screen__right{border-radius:2.5rem}@media (max-width:768px){.sout-page .sout-first-screen__right{border-radius:1.6rem}}@media (max-width:1160px){.sout-page .sout-first-screen__right{width:100%}}.sout-page .sout-first-screen__right img{aspect-ratio:3/2}.sout-page .sout-first-screen__right img{border-radius:2.5rem}@media (max-width:768px){.sout-page .sout-first-screen__right img{border-radius:1.6rem}}.sout-page .sout-profile__wrapper{background-color:var(--blue);color:var(--white);padding:4rem}.sout-page .sout-profile__wrapper{border-radius:4.5rem}@media (max-width:768px){.sout-page .sout-profile__wrapper{border-radius:1.8rem}}@media (max-width:1160px){.sout-page .sout-profile__wrapper{padding:2rem 1.5rem}}.sout-page .sout-profile__wrapper h2{color:var(--white)}.sout-page .sout-profile__list{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:4rem;column-gap:4rem;row-gap:2rem}@media (max-width:768px){.sout-page .sout-profile__list{grid-template-columns:repeat(1,1fr);gap:2rem}}.sout-page .sout-profile__item{display:flex;gap:15px}@supports not (gap:1rem){.sout-page .sout-profile__item > *:not(:last-child){margin-right:15px}}@media (max-width:1160px){.sout-page .sout-profile__item{gap:10px} @supports not (gap:1rem){.sout-page .sout-profile__item > *:not(:last-child){margin-right:0;margin-bottom:10px} }}.sout-page .sout-profile__item{font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.sout-page .sout-profile__item{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.sout-page .sout-profile__item{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}.sout-page .sout-profile__item{font-weight:400}.sout-page .sout-profile__item img{margin-top:5px;width:25px;height:25px}.sout-page .sout-results__wrapper{display:flex;flex-direction:row-reverse;align-items:center;background-color:var(--white);padding:4rem}.sout-page .sout-results__wrapper{border-radius:4.5rem}@media (max-width:768px){.sout-page .sout-results__wrapper{border-radius:1.8rem}}.sout-page .sout-results__wrapper{gap:30px}@supports not (gap:1rem){.sout-page .sout-results__wrapper > *:not(:last-child){margin-right:30px}}@media (max-width:1160px){.sout-page .sout-results__wrapper{gap:20px} @supports not (gap:1rem){.sout-page .sout-results__wrapper > *:not(:last-child){margin-right:0;margin-bottom:20px} }}@media (max-width:1160px){.sout-page .sout-results__wrapper{flex-direction:column-reverse;padding:2rem 1.5rem}}.sout-page .sout-results__left{flex:1;display:flex;flex-direction:column;justify-content:center}.sout-page .sout-results__left p:not(:last-child){padding-bottom:1.5rem}.sout-page .sout-results__subtitle{line-height:1.7;letter-spacing:0.03em}.sout-page .sout-results__subtitle a{display:inline;font-style:italic;font-weight:700;color:var(--red)}.sout-page .sout-results__subtitle a{position:relative;max-width:-moz-max-content;max-width:max-content}.sout-page .sout-results__subtitle a::before{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:transparent;transform:scaleY(0) translateY(-7px);transform-origin:top center;transition:transform 0.2s ease-out,background-color 0.2s ease-out;pointer-events:none}@media (max-width:1160px){.sout-page .sout-results__subtitle a::before{display:none}}.sout-page .sout-results__subtitle a{transition:all 0.4s ease}@media (min-width:1025px){.sout-page .sout-results__subtitle a:hover{color:var(--red)} .sout-page .sout-results__subtitle a:hover::before{background-color:var(--red);transform:scaleY(1) translateY(0)}}.sout-page .sout-results__right{width:calc(40% - 3rem);background-color:var(--blue-soft);padding:2rem}.sout-page .sout-results__right{border-radius:2.5rem}@media (max-width:768px){.sout-page .sout-results__right{border-radius:1.6rem}}@media (max-width:1160px){.sout-page .sout-results__right{width:100%}}.sout-page .sout-results__right img{-o-object-fit:cover;object-fit:cover}.sout-page .sout-results__right img{border-radius:2.5rem}@media (max-width:768px){.sout-page .sout-results__right img{border-radius:1.6rem}}.sout-page .sout-goal__list{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:4rem;column-gap:4rem;row-gap:2rem}@media (max-width:768px){.sout-page .sout-goal__list{grid-template-columns:repeat(1,1fr);gap:2rem}}.sout-page .sout-goal__item{display:flex;gap:15px}@supports not (gap:1rem){.sout-page .sout-goal__item > *:not(:last-child){margin-right:15px}}@media (max-width:1160px){.sout-page .sout-goal__item{gap:10px} @supports not (gap:1rem){.sout-page .sout-goal__item > *:not(:last-child){margin-right:0;margin-bottom:10px} }}.sout-page .sout-goal__item{font-size:2.3rem;font-style:normal;font-weight:500;line-height:126%;letter-spacing:-0.046rem}@media (max-width:575px){.sout-page .sout-goal__item{font-size:1.8rem;letter-spacing:-0.036rem}}@supports (font-size:clamp(1rem,2rem,3rem)){.sout-page .sout-goal__item{font-size:clamp(1.8rem,1.6262rem + 0.4456vw,2.3rem)}}.sout-page .sout-goal__item{font-weight:400}.sout-page .sout-goal__item img{margin-top:5px;width:25px;height:25px}input:-webkit-autofill,input:-webkit-autofill:focus{transition:background-color 0s 600000s,color 0s 600000s !important}