@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;line-height:1.4}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}:focus{outline:none}html{scroll-behavior:smooth}*,*:before,*:after{padding:0;margin:0;border:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a:hover{text-decoration:none;cursor:pointer}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0)}to{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0)}to{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0)}to{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0)}to{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0)}to{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.h1{font-size:clamp(28px,2.7777777778vw,40px);font-weight:800;color:var(--c-primary);margin:0;line-height:1.1}.h1 strong{color:var(--c-secondary)}.h1--uppercase{text-transform:uppercase}.h1--contacts{margin-bottom:45px;text-transform:none}@media screen and (min-width:992px){.h1--contacts{margin-bottom:60px}}.h2{font-size:clamp(16px,1.3888888889vw,20px);font-weight:500;color:var(--c-grey-70);margin-bottom:10px}.h2--primary{font-size:clamp(28px,2.7777777778vw,40px);font-weight:800;color:var(--c-primary)}.btn{display:inline-block;transition:all .25s ease-out;border-radius:var(--btn-b-radius);border:1px solid transparent;padding:var(--btn-padding);font-size:var(--btn-f-size)}.btn--sm{padding:var(--btn-padding-sm);font-size:var(--btn-f-size-sm)}.btn--primary{color:var(--c-grey-00);background:var(--c-primary);padding:20px 0;font-size:clamp(16px,1.25vw,18px);text-align:center}@media screen and (min-width:1200px){.btn--primary{padding:25px 0}}.btn--primary:hover{background:var(--c-primary-hover)}.btn--secondary{color:var(--c-grey-00);background:var(--c-secondary)}.btn--secondary:hover{background:var(--c-secondary-hover)}.btn--outline-primary{color:var(--c-grey-100);border:1px solid var(--c-primary)}.btn--outline-primary:hover{background:var(--c-primary)}.btn--outline-secondary{color:var(--c-grey-100);border:1px solid var(--c-secondary)}.btn--outline-secondary:hover{color:var(--c-grey-00);background:var(--c-secondary)}.btn--grey{color:var(--c-primary);background:var(--c-grey-20)}.btn--grey:hover{background:color-mix(in srgb,var(--c-grey-20) 70%,var(--c-grey-00) 30%)}.body{animation:fadeInAnimation ease .7s;animation-iteration-count:1;animation-fill-mode:forwards;animation-duration:1s;transition:opacity .6s var(--animation-slide-curve);opacity:0;font-family:var(--f-base),sans-serif}.body--show{opacity:1}.body--fixed{overflow:hidden}.container{max-width:var(--w-container);padding-inline:var(--pi-container);margin-inline:auto}.grid{display:grid}.grid--services{grid-template-columns:1fr;grid-template-rows:auto;gap:40px;margin:60px 0 40px}@media screen and (min-width:720px){.grid--services{gap:30px;grid-template-columns:1fr 1fr}}@media screen and (min-width:992px){.grid--services{grid-template-columns:repeat(3,1fr)}}.form-control{margin-bottom:15px;position:relative}.form-control label{color:var(--label-c);font-size:var(--label-f-size)}.form-control input,.form-control textarea{color:var(--input-c-text);background:var(--input-c-bg);padding:var(--input-padding);border:1px solid var(--input-c-border);border-radius:var(--input-b-radius);display:inline-block;font-size:var(--input-f-size)}.form-control input::placeholder,.form-control textarea::placeholder{color:var(--input-c-placeholder)}.form-control--state-error .form-control input,.form-control--state-error .form-control textarea{border-color:var(--c-error)}.form-control--state-success .form-control input,.form-control--state-success .form-control textarea{border-color:var(--c-success)}.form-control--sm input,.form-control--sm textarea{font-size:var(--input-f-size-sm);padding:var(--input-padding-sm)}.form-control__message{font-size:.75rem;position:absolute;bottom:0;left:0;translate:5px 100%}.form-control--state-error .form-control__message{color:var(--c-error)}.form-control--state-success .form-control__message{color:var(--c-success)}.section{position:relative}@font-face{font-family:fontello;src:url(/app/themes/sage/public/build/assets/fontello-BuNwoSQd.eot?30388091);src:url(/app/themes/sage/public/build/assets/fontello-BuNwoSQd.eot?30388091#iefix) format("embedded-opentype"),url(/app/themes/sage/public/build/assets/fontello-DXAWmVS_.woff2?30388091) format("woff2"),url(/app/themes/sage/public/build/assets/fontello-B8__SKrC.woff?30388091) format("woff"),url(/app/themes/sage/public/build/assets/fontello-B3JCoalT.ttf?30388091) format("truetype"),url(/app/themes/sage/public/build/assets/fontello-Dvd4eEFA.svg?30388091#fontello) format("svg");font-weight:400;font-style:normal}[class^=icon-]:before,[class*=" icon-"]:before{font-family:fontello;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-phone:before{content:""}.icon-telegram:before{content:""}.icon-whatsapp:before{content:""}.icon-email:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow:before{content:""}.icon-vkontakte:before{content:""}.icon-maxvector:before{content:""}.icon-close:before{content:""}.icon-menu:before{content:""}.socials{display:flex;gap:10px}.social{display:flex;align-items:center;color:var(--c-grey-00);flex:0 0 40px;cursor:pointer}.social i,.social span{justify-content:center;align-items:center;display:flex;width:40px;height:40px;padding:10px;border-radius:50%;transition:transform .3s ease}.social:hover i,.social:hover span{transform:scale(1.05)}.social--email-header{display:none}@media screen and (min-width:992px){.social--email-header{display:flex}.social--email-header i{background:var(--c-email)}}.social--email-footer{display:flex}.social--email-footer i{background:var(--c-email)}.social--whatsapp-header{display:none}@media screen and (min-width:992px){.social--whatsapp-header{display:flex}.social--whatsapp-header i{background:var(--c-whatsapp)}}.social--whatsapp-footer{display:flex}.social--whatsapp-footer i{background:var(--c-whatsapp)}.social--telegram-header{display:none}@media screen and (min-width:992px){.social--telegram-header{display:flex}.social--telegram-header i{justify-content:left;background:var(--c-telegram)}}.social--telegram-footer{display:flex}.social--telegram-footer i{background:var(--c-telegram)}.social--vk i,.social--vkontakte i{font-size:1.75rem}.social--vk-header,.social--vkontakte-header{display:none}@media screen and (min-width:992px){.social--vk-header,.social--vkontakte-header{display:flex}.social--vk-header i,.social--vkontakte-header i{justify-content:left;background:var(--c-vk)}}.social--vk-footer,.social--vkontakte-footer{display:flex}.social--vk-footer i,.social--vkontakte-footer i{background:var(--c-vk)}.social--maxvector-header{display:none}@media screen and (min-width:992px){.social--maxvector-header{display:flex}.social--maxvector-header i{background:var(--c-maxvector)}}.social--maxvector-footer{display:flex}.social--maxvector-footer i{background:var(--c-maxvector)}.social__phone-mobile{display:flex}@media screen and (min-width:992px){.social__phone-mobile{display:none}}.social__phone-desktop{display:none}@media screen and (min-width:992px){.social__phone-desktop{display:flex}}.header__social-phone{grid-column:1/4}.header__social-phone i{display:none}@media screen and (min-width:992px){.header__social-phone i{z-index:var(--z-top-20);background:var(--c-secondary);display:flex}}.header__social-phone span{font-size:clamp(14px,1.1111111111vw,16px);font-weight:700;border-radius:var(--b-radius-lg);z-index:var(--z-top-10);background:var(--c-secondary);width:180px;height:40px;white-space:nowrap;padding:10px 20px}@media screen and (min-width:992px){.header__social-phone span{width:fit-content;margin-left:-32px;padding:10px 25px 10px 50px;-webkit-mask:radial-gradient(circle 18px at 20px center,transparent 99%,black 100%) left/100% 100% no-repeat;mask:radial-gradient(circle 24px at 15px center,transparent 99%,black 100%) left/100% 100% no-repeat}}.header__social-phone:hover i{transform:translate(-8px)}.footer__social--phone i{z-index:var(--z-top-20);background:var(--c-secondary);display:flex}.footer__social--phone span{font-family:var(--f-base),sans-serif;font-size:clamp(14px,1.1111111111vw,16px);font-weight:700;border-radius:var(--b-radius-lg);z-index:var(--z-top-10);background:var(--c-secondary);width:fit-content;height:40px;white-space:nowrap;padding:10px 25px 10px 50px;margin-left:-32px;-webkit-mask:radial-gradient(circle 18px at 20px center,transparent 99%,black 100%) left/100% 100% no-repeat;mask:radial-gradient(circle 24px at 15px center,transparent 99%,black 100%) left/100% 100% no-repeat}.footer__social--phone:hover i{transform:translate(-8px)}.social-sidebar{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:var(--z-middle-top)}@media screen and (min-width:720px){.social-sidebar{right:0;bottom:auto;top:45%;transform:translateY(-50%);flex-direction:row;gap:0}}@media screen and (min-width:992px){.social-sidebar{top:50%}}.social-sidebar.is-open .social-sidebar__links{opacity:1;pointer-events:auto;transform:none}.social-sidebar.is-open .social-sidebar__toggle .icon-phone{display:none}.social-sidebar.is-open .social-sidebar__toggle .icon-close{display:inline}.social-sidebar__toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--c-primary);border:none;border-radius:50%;color:var(--c-grey-00);font-size:1.375rem;cursor:pointer;transition:background .2s ease,transform .2s ease;box-shadow:0 4px 15px #0000004d}@media screen and (min-width:720px){.social-sidebar__toggle{display:none}}.social-sidebar__toggle:hover{background:var(--c-primary-hover);transform:scale(1.05)}.social-sidebar__toggle .icon-close{display:none}.social-sidebar__links{display:flex;flex-direction:column;gap:10px;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}@media screen and (min-width:720px){.social-sidebar__links{padding:14px 18px 14px 14px;gap:12px;opacity:1;pointer-events:auto;transform:none;transition:none}}.social-sidebar__link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:var(--c-grey-00);font-size:1.125rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;background:var(--link-bg-color, var(--c-primary));box-shadow:0 4px 15px #0000004d}@media screen and (min-width:720px){.social-sidebar__link{width:52px;height:52px;font-size:1.375rem}}.social-sidebar__link:hover{transform:scale(1.1);box-shadow:0 6px 20px #0006}.social-sidebar__link--whatsapp{background:var(--link-bg-color, var(--c-whatsapp))}.social-sidebar__link--telegram{background:var(--link-bg-color, var(--c-telegram))}.social-sidebar__link--vkontakte{background:var(--link-bg-color, var(--c-vk));font-size:1.375rem}@media screen and (min-width:720px){.social-sidebar__link--vkontakte{font-size:1.75rem}}.social-sidebar__link--phone{background:var(--c-primary)}.social-sidebar__link--maxvector{background:var(--c-maxvector)}.location-link__title{white-space:nowrap;font-weight:700;font-size:clamp(12px,.9722222222vw,14px)}.location-link__btn{background:var(--c-grey-10);max-width:fit-content;min-width:335px;display:flex;justify-content:space-between;padding:10px}.location-link__btn img{border-left:solid 1px var(--c-grey-30);padding-left:10px;margin-left:20px}@media screen and (min-width:992px){.location-link__btn{min-width:220px}}@media screen and (min-width:1200px){.location-link__btn{min-width:250px}}.location-link__working-hours{display:flex;justify-content:space-between;gap:25px;font-size:clamp(14px,1.1111111111vw,16px);font-weight:700;color:var(--c-grey-60);margin-top:10px;padding-left:10px}.location-text__title{color:var(--c-white);font-weight:700;margin-bottom:20px;font-size:clamp(18px,1.3888888889vw,20px)}.location-text__title--header{color:var(--c-primary)}.location-text__subtitle{font-size:clamp(16px,1.3888888889vw,20px);color:var(--c-white)}.location-text__subtitle--header{color:var(--c-grey-60)}@media screen and (min-width:992px){.location-text:last-child{min-width:250px}}@font-face{font-family:Zapus Sans;src:url(/app/themes/sage/public/build/assets/ZapusSans-CyNpCUD5.eot);src:url(/app/themes/sage/public/build/assets/ZapusSans-CyNpCUD5.eot?#iefix) format("embedded-opentype"),url(/app/themes/sage/public/build/assets/ZapusSans-CO9BPA89.woff2) format("woff2"),url(/app/themes/sage/public/build/assets/ZapusSans--I5BMGC6.woff) format("woff"),url(/app/themes/sage/public/build/assets/ZapusSans-Brg2e7P8.ttf) format("truetype"),url(/app/themes/sage/public/build/assets/ZapusSans-ejpC3BSF.svg#ZapusSans) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Zapus Sans;src:url(/app/themes/sage/public/build/assets/ZapusSans-Bold-lmtP_UFe.ttf) format("truetype");font-weight:700;font-style:normal}.banner{display:flex;flex-direction:column;align-items:center;padding:60px 55px;gap:30px}.banner img{width:266px;height:106px}@media screen and (min-width:992px){.banner{padding:51px 0 56px;gap:40px;flex-direction:row}.banner img{margin-top:43px;width:468px;height:187px}}.banner__info{display:flex;flex-direction:column;justify-content:flex-start;gap:20px;text-align:center}@media screen and (min-width:992px){.banner__info{text-align:left}}.banner__title{color:var(--c-primary);font-size:clamp(28px,2.7777777778vw,40px);font-weight:700}.banner__subtitle{white-space:nowrap;color:var(--c-grey-60);font-size:clamp(18px,1.6666666667vw,24px)}.banner__btn{align-self:center;margin-top:20px;text-align:center;width:264px}@media screen and (min-width:992px){.banner__btn{align-self:flex-start}}.burger-menu__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:4999;opacity:0;pointer-events:none;transition:opacity .3s ease}.burger-menu__backdrop.is-visible{opacity:1;pointer-events:auto}@media screen and (min-width:992px){.burger-menu__backdrop{display:none}}.burger-menu{display:flex}.burger-menu i{justify-content:center;align-items:center;display:flex;width:40px;height:40px}@media screen and (min-width:992px){.burger-menu{display:none}}.burger-menu__container{padding:92px 20px 60px;position:absolute;top:0;right:0;width:100%;height:fit-content;background:var(--c-grey-00);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column;z-index:var(--z-top-30)}@media screen and (min-width:576px){.burger-menu__container{width:80%;max-width:500px;border-radius:0 0 0 var(--b-radius-sm)}}.burger-menu__content{display:flex;flex-direction:column;gap:40px;padding-bottom:60px}.burger-menu__main{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;gap:20px;padding:40px 4px}@media screen and (min-width:576px){.burger-menu__main{padding:40px 30px;gap:50px}}.burger-menu__nav{display:flex;flex-direction:row;align-items:center;gap:12px}.burger-menu__nav img{aspect-ratio:1/1;width:25%}.burger-menu__nav a{color:var(--c-primary);font-weight:700;font-size:clamp(16px,1.1111111111vw,16px)}.burger-menu__line{margin-inline:10px;height:1px;margin-bottom:20px;background:var(--g-burger-menu__line-gradient)}.burger-menu__location{display:flex;flex-direction:column;gap:20px}.service-card{display:flex;flex-direction:column;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border-radius:var(--b-radius-sm)}@media screen and (min-width:1200px){.service-card{max-width:414px;padding:0 10px 10px}}.service-card:hover{transform:scale(1.02);box-shadow:0 8px 24px #0000001f}.service-card__image{width:100%;height:168px;border-radius:var(--b-radius-sm);object-fit:cover;transition:transform .3s ease}.service-card:hover .service-card__image{transform:scale(1.05)}.service-card__dsc{padding:10px}.service-card__title{display:flex;align-items:center;font-weight:700;font-size:clamp(24px,2.2222222222vw,32px);color:var(--c-primary);transition:color .3s ease}.service-card:hover .service-card__title{color:var(--c-primary-hover, var(--c-primary))}.service-card__title i{margin-left:15px;font-size:clamp(14px,1.3888888889vw,20px);transition:transform .3s ease}.service-card:hover .service-card__title i{transform:translate(5px)}.service-card__text{margin-top:20px;font-size:clamp(14px,1.1111111111vw,16px);color:var(--c-grey-50)}.advantage{display:flex;flex-direction:row;align-items:center;gap:20px}@media screen and (min-width:992px){.advantage{flex-direction:column;gap:0}}.advantage__text{display:flex;flex-direction:column;align-items:start}@media screen and (min-width:992px){.advantage__text{align-items:center}}.advantage__title{color:var(--c-primary);font-size:clamp(24px,2.2222222222vw,32px);font-weight:700}.advantage__subtitle{color:var(--c-grey-50);font-size:clamp(14px,1.25vw,18px);width:60%}@media screen and (min-width:992px){.advantage__subtitle{text-align:center}}.info-card{border-radius:0 0 var(--b-radius-sm) var(--b-radius-sm);padding:30px 20px 20px;display:flex;flex-direction:column;max-width:364px;justify-content:space-between;gap:40px}@media screen and (min-width:992px){.info-card{border-radius:var(--b-radius-sm);padding:30px;height:448px;gap:0}}.info-card--dark{background:var(--c-dark-blue)}.info-card--dark .info-card__subtitle{color:var(--c-primary)}.info-card--dark .info-card__title{color:var(--c-grey-00)}.info-card--dark .info-card__text{color:var(--c-grey-50)}.info-card--light{background:var(--c-grey-00)}.info-card--light .info-card__subtitle{color:var(--c-grey-70)}.info-card--light .info-card__title{color:var(--c-primary)}.info-card--light .info-card__text{color:var(--c-grey-60)}.info-card__content{display:flex;flex-direction:column;height:100%}.info-card__subtitle{font-size:clamp(16px,1.3888888889vw,20px)}.info-card__title{font-size:clamp(28px,2.2222222222vw,32px);font-weight:700;margin-top:10px;margin-bottom:20px}@media screen and (min-width:720px){.info-card__title{margin-bottom:30px}}.info-card__text{font-size:clamp(14px,1.25vw,18px)}.news-card{padding:30px 10px;border-radius:var(--b-radius-sm) var(--b-radius-sm) 0 0;max-height:408px;height:310px;max-width:460px;min-width:364px;position:relative;display:flex;flex-direction:column;object-position:bottom;background-position:center;transition:all .3s ease}@media screen and (min-width:992px){.news-card{border-radius:var(--b-radius-sm);min-width:460px;height:466px}}.news-card:hover{scale:.98}.news-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--b-radius-sm) var(--b-radius-sm) 0 0;z-index:1}@media screen and (min-width:992px){.news-card:before{border-radius:var(--b-radius-sm);padding:30px}}.news-card--news:before{background:var(--g-news-card-gradient)}.news-card--portfolio:before{background:var(--g-portfolio-card-gradient)}.news-card--archive{max-width:unset;width:100%;max-height:unset;height:unset;min-width:unset;border-radius:var(--b-radius-sm);aspect-ratio:1/1}.news-card--archive:before{border-radius:var(--b-radius-sm)}.news-card__image{position:absolute;top:0;left:0;width:100%;height:100%}.news-card__image img{width:100%;height:100%;object-fit:cover;border-radius:var(--b-radius-sm) var(--b-radius-sm) 0 0}@media screen and (min-width:992px){.news-card__image img{border-radius:var(--b-radius-sm)}}.news-card--archive .news-card__image img{border-radius:var(--b-radius-sm)}.news-card__content{display:flex;flex-direction:column;gap:20px;margin-top:auto;z-index:2}.news-card__title{color:var(--c-white);font-size:clamp(18px,1.5277777778vw,22px);line-height:1;font-weight:700;text-transform:uppercase}.news-card__text{color:var(--c-grey-00);font-size:clamp(14px,1.1111111111vw,16px);line-height:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.car-card{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;max-width:160px;border:1px solid var(--c-grey-30);border-radius:var(--b-radius-sm);padding:20px 18px 30px;background:var(--c-grey-00);transition:transform .3s ease,box-shadow .3s ease}.car-card img{width:100%;transition:transform .3s ease}.car-card:hover{box-shadow:0 8px 24px #0000001f;border-color:var(--c-primary-hover)}.car-card:hover img{transform:scale(1.05)}@media screen and (min-width:576px){.car-card{max-width:460px}}@media screen and (min-width:992px){.car-card{padding:20px 85px 30px}}@media screen and (min-width:1200px){.car-card{gap:85px;padding:20px 108px 30px}}.car-card__title{color:var(--c-primary);font-weight:800;font-size:clamp(18px,1.5277777778vw,22px);text-transform:uppercase}.service-banner{position:relative;overflow:hidden;width:100%;display:flex;flex-direction:column;padding:20px;border-radius:var(--b-radius-sm);background:#f7f7f7 radial-gradient(32% 48% at 82% 100%,#0196ff80,#0196ff00)}.service-banner img{position:absolute;bottom:0;right:-15px;width:220px;z-index:var(--z-bottom)}@media screen and (min-width:1920px){.service-banner img{right:0;width:280px}}@media screen and (min-width:1920px){.service-banner{padding:40px;flex-direction:row;min-width:939px}}.service-banner__content{display:flex;flex-direction:column;gap:166px}@media screen and (min-width:1200px){.service-banner__content{gap:80px;align-items:flex-start}}.service-banner__text{text-align:center}@media screen and (min-width:992px){.service-banner__text{text-align:left;max-width:473px}}@media screen and (min-width:1920px){.service-banner__text{max-width:673px}}.service-banner__text-title{font-weight:700;font-size:clamp(24px,2.5vw,36px);color:var(--c-primary);margin-bottom:30px}.service-banner__text-description{font-size:clamp(18px,1.3888888889vw,20px);color:var(--c-grey-60)}.service-banner__btn{z-index:var(--z-top);width:264px}.sidebar{display:none;flex-direction:column;gap:28px;font-family:var(--f-nunito),sans-serif;padding:20px;border:1px solid var(--c-grey-20);border-radius:var(--b-radius-lg);height:fit-content;width:fit-content}@media screen and (min-width:720px){.sidebar{display:flex}}@media screen and (min-width:992px){.sidebar{min-width:280px}}@media screen and (min-width:1200px){.sidebar{min-width:380px}}.sidebar__list{display:flex;flex-direction:column;gap:20px}.sidebar__item{position:relative;display:flex;align-items:center;max-height:40px;gap:15px;cursor:pointer;transition:transform .3s ease}.sidebar__item:hover{transform:scale(1.05);color:var(--c-primary)}.sidebar__item img{width:40px}.sidebar__item p{text-align:center;color:var(--c-primary);font-weight:700}.sidebar__link{font-size:.875rem;color:var(--c-primary)}.sidebar__link:hover,.sidebar__link:active{color:var(--c-grafit)}.sidebar__link--active{color:var(--c-grafit);font-weight:600}.archive-card{position:relative;display:flex;flex-direction:column;object-position:bottom;background-position:center;gap:20px;transition:all .3s ease}@media screen and (min-width:992px){.archive-card{gap:0;flex-direction:row;border-radius:var(--b-radius-sm)}}.archive-card__image{min-width:300px;max-height:332px}.archive-card__image img{width:100%;height:100%;object-fit:cover;border-radius:var(--b-radius-sm)}@media screen and (min-width:1200px){.archive-card__image{min-width:466px}}.archive-card__content{display:flex;flex-direction:column;gap:20px;z-index:2}@media screen and (min-width:992px){.archive-card__content{padding:20px}}@media screen and (min-width:1200px){.archive-card__content{padding:40px}}.archive-card__title{color:var(--c-grey-90);font-size:clamp(18px,1.6666666667vw,24px);line-height:1;font-weight:700;text-transform:uppercase}.archive-card__text{color:var(--c-grey-50);font-size:clamp(14px,1.1111111111vw,16px);line-height:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.archive-card__link{display:inline-flex;color:var(--c-primary);font-size:clamp(16px,1.25vw,18px);font-weight:700}.archive-card__link i{width:18px;height:18px;margin-left:10px;transition:transform .5s ease}.archive-card__link:hover{color:var(--c-primary-hover)}.archive-card__link:hover i{transform:translate(10px)}.pop-up-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:var(--z-top);opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s ease;padding:16px}.pop-up-overlay.hidden{opacity:0;visibility:hidden}.pop-up{position:relative;display:flex;justify-content:center;align-items:flex-start;max-width:480px;width:100%;height:auto;background-color:var(--c-grey-00);border-radius:var(--b-radius-lg);box-shadow:var(--shadow);transform:scale(.9);transition:transform .3s ease}.pop-up-overlay:not(.hidden) .pop-up{transform:scale(1)}@media screen and (min-width:992px){.pop-up{max-width:900px}}.pop-up__close-btn{position:absolute;top:-30px;right:20px;background:none;border:none;color:var(--c-grey-00);font-size:1.125rem;cursor:pointer;z-index:var(--z-middle);transition:color .2s ease}.pop-up__close-btn:hover{color:var(--c-grey-50)}.pop-up__content{padding:30px 20px}@media screen and (min-width:720px){.pop-up__content{padding:60px 40px}}.pop-up__subtitle{font-size:clamp(16px,1.3888888889vw,20px);color:var(--c-grey-70);margin-bottom:10px}.pop-up__title{margin-bottom:20px}.pop-up__title span{color:var(--c-secondary)}.pop-up__text{color:var(--c-grey-60);font-size:clamp(14px,1.3888888889vw,20px);display:flex;flex-direction:column;gap:20px}.pop-up__contacts{display:flex;flex-direction:column;align-items:center;gap:80px;margin-top:40px}@media screen and (min-width:720px){.pop-up__contacts{gap:90px}}.pop-up__phone{color:var(--c-secondary);font-size:clamp(24px,2.7777777778vw,40px);font-weight:800;border-bottom:2px solid var(--c-secondary);transition:.3s ease}.pop-up__phone:hover{transform:scale(1.02);color:var(--c-secondary-hover);border-bottom-color:var(--c-secondary-hover)}.pop-up__social{display:flex;gap:10px}@media screen and (max-width:991px){header.section{position:sticky;top:0;z-index:var(--z-top)}}.header{max-width:100%;margin-inline:10px;padding-top:10px}@media screen and (min-width:992px){.header{margin-inline:20px;padding-top:22px}}@media screen and (min-width:1200px){.header{max-width:var(--w-container);margin-inline:auto}}.header__bg-top{position:absolute;z-index:550;top:0;width:100%;height:50px;background:var(--c-primary)}@media screen and (min-width:992px){.header__bg-top{height:73px;background:url(/app/themes/sage/public/build/assets/bg-top-_F4evH3p.jpg)}.header__bg-top:after{z-index:var(--z-under);content:"";position:absolute;top:73px;color:red;background:var(--c-primary);width:100%;height:18px}}.header__main{position:relative;display:flex;justify-content:center;align-items:center;background:var(--c-grey-00);border-radius:var(--b-radius-sm);box-shadow:0 2px 6px #0000001a;padding:18px 10px;gap:15px;z-index:var(--z-top)}@media screen and (min-width:992px){.header__main{padding:20px 40px}}.header__logo{display:none}@media screen and (min-width:992px){.header__logo--mobile{display:none}}@media screen and (min-width:992px){.header__logo{display:flex}}@media screen and (min-width:1200px){.header__logo{display:flex;width:193px;margin-right:45px}}.header__locations{display:none}@media screen and (min-width:992px){.header__locations{width:auto;display:flex;gap:30px}}.header__menu{display:none}@media screen and (min-width:992px){.header__menu{margin-top:40px;display:grid;grid-template-columns:repeat(8,1fr);gap:20px;justify-items:center}}@media screen and (min-width:1200px){.header__menu{padding:0 20px;gap:75px}}.header__menu-nav{display:flex;flex-direction:column;align-items:center;gap:15px;cursor:pointer;transition:transform .3s ease}.header__menu-nav:hover{transform:scale(1.05)}.header__menu-nav--compact{margin-top:-20px}.header__menu-nav--compact img{display:none}.header__menu-nav p{text-align:center;color:var(--c-primary);font-weight:700}.header__socials{display:block}@media screen and (min-width:992px){.header__socials{margin-left:17px;display:grid;grid-template-columns:1fr 3fr;justify-items:center}}@media screen and (min-width:1200px){.header__socials{display:flex;margin-left:auto}}.footer{background:var(--g-footer-gradient);padding:40px 0 20px;position:relative}.footer__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}@media screen and (min-width:992px){.footer__content{flex-direction:row}}.footer__content-left{max-width:924px;display:flex;flex-direction:column;gap:40px}.footer__logo{margin-bottom:-10px}@media screen and (min-width:992px){.footer__logo{margin-bottom:20px}}.footer__location{display:flex;flex-direction:column;gap:40px}@media screen and (min-width:992px){.footer__location{flex-direction:row}}@media screen and (min-width:1200px){.footer__location{gap:120px}}.footer__map{display:flex;z-index:var(--z-bottom)}.footer__map iframe{width:100%;height:309px;border-radius:var(--b-radius-lg)}@media screen and (min-width:992px){.footer__map iframe{height:398px}}@media screen and (min-width:992px){.footer__menu{margin-top:300px}}.footer__nav{display:flex;gap:65px}@media screen and (min-width:1200px){.footer__nav{gap:158px}}.footer__column{display:flex;flex-direction:column;gap:30px;z-index:var(--z-bottom)}.footer__column__item{display:flex;flex-direction:column;gap:30px;z-index:var(--z-bottom);width:fit-content}.footer__column__item a{text-decoration:none;color:var(--c-white);font-size:clamp(18px,1.25vw,18px)}.footer__column__item a:hover{color:var(--c-grey-30)}.footer__copyright{z-index:var(--z-bottom);display:flex}.footer__copyright iframe{align-self:end;border-radius:var(--b-radius-sm);width:150px;height:50px}.footer__copyright--desktop{display:none}@media screen and (min-width:992px){.footer__copyright--desktop{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}}.footer__copyright--mobile{display:flex;flex-direction:column;align-self:flex-end;gap:30px}@media screen and (min-width:576px){.footer__copyright--mobile{flex-direction:row;align-self:center;justify-content:space-between;max-width:590px;width:100%}}@media screen and (min-width:992px){.footer__copyright--mobile{display:none}}.footer__copyright-link{margin-bottom:20px;text-align:right;color:var(--c-grey-00);font-family:var(--f-montserrat),sans-serif;font-weight:400;font-size:clamp(12px,.8333333333vw,12px)}@media screen and (min-width:992px){.footer__copyright-link{margin-bottom:10px}}.footer__copyright-link span{font-weight:500;font-size:clamp(14px,.9722222222vw,14px)}.footer__copyright-link span:before{content:"";display:inline-block;width:10px;height:10px;background-color:var(--c-aw-color);margin-right:4px}.footer__image{display:none}@media screen and (min-width:1200px){.footer__image{display:block;position:absolute;bottom:66px;left:47%;transform:translate(-50%);width:90%;z-index:1}}.footer__image-inner{width:100%;height:100%;overflow:hidden}.footer__image-inner img{display:block;width:100%;height:auto;opacity:.3;-webkit-mask-image:linear-gradient(to top,transparent 0%,black 50%),linear-gradient(to bottom,transparent 0%,black 50%),linear-gradient(to left,transparent 0%,black 20%),linear-gradient(to right,transparent 0%,black 95%);-webkit-mask-composite:intersect;mask-image:linear-gradient(to top,transparent 3%,black 30%),linear-gradient(to bottom,transparent 3%,black 30%),linear-gradient(to left,transparent 0%,black 20%),linear-gradient(to right,transparent 5%,black 70%);mask-composite:intersect}.hero{margin:20px 0 40px}@media screen and (min-width:720px){.hero{margin:30px 0 60px}}.hero__slider{width:100%;overflow:hidden;position:relative}.hero__slider--mobile{display:block;aspect-ratio:1/1;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.hero__slider--mobile::-webkit-scrollbar{display:none}@media screen and (min-width:720px){.hero__slider--mobile{display:none}}.hero__slider--mobile .hero__scroll-container{display:flex;height:100%;width:max-content}.hero__slider--mobile .hero__scroll-slide{flex:none;width:100vw;height:100%;scroll-snap-align:start;scroll-snap-stop:normal;display:flex;align-items:center;justify-content:center}.hero__slider--mobile .hero__scroll-slide a{display:block;width:100%;height:100%}.hero__slider--mobile .hero__scroll-slide a img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hero__slider--desktop{display:none}@media screen and (min-width:720px){.hero__slider--desktop{display:flex;gap:15px;transition:transform .6s ease}}.hero__slide{width:268px;opacity:50%;flex-shrink:0}.hero__slide--right-1{display:block}.hero__slide--right-2{display:none}@media screen and (min-width:1200px){.hero__slide--right-2{display:block}}.hero__slide--right-3{display:none}@media screen and (min-width:1920px){.hero__slide--right-3{display:block}}.hero__slide--active{display:block;width:100%;height:100%;overflow:hidden;position:relative}@media screen and (min-width:720px){.hero__slide--active{width:897px;aspect-ratio:1/1}.hero__slide--active:before{content:"";position:absolute;bottom:0;height:10px;width:898px;right:0;background-color:var(--c-primary);opacity:.5;z-index:var(--z-middle)}.hero__slide--active:after{content:"";position:absolute;bottom:0;right:0;height:75px;width:190px;clip-path:polygon(30% 0,100% 0,100% 100%,0% 100%);background-color:var(--c-primary);opacity:.5;z-index:var(--z-middle)}}.hero__slide--active .arrow__next,.hero__slide--active .arrow__prev{position:absolute;display:flex;justify-content:center;align-items:center;width:34px;height:34px;background:#00000080;color:#fff;border:none;cursor:pointer;font-size:1.25rem;z-index:var(--z-top);top:50%;transform:translateY(-50%)}@media screen and (min-width:720px){.hero__slide--active .arrow__next,.hero__slide--active .arrow__prev{top:calc(100% - 54px);background:#fff0;font-size:1.5rem;transform:none}}.hero__slide--active .arrow__next:hover{transform:translateY(-50%) scale(1.1)}@media screen and (min-width:720px){.hero__slide--active .arrow__next:hover{transform:scale(1.1)}}.hero__slide--active .arrow__prev:hover{transform:translateY(-50%) scale(1.1)}@media screen and (min-width:720px){.hero__slide--active .arrow__prev:hover{transform:scale(1.1) rotate(180deg)}}.hero__slide--active .arrow__next{right:10px}@media screen and (min-width:720px){.hero__slide--active .arrow__next{right:20px}}.hero__slide--active .arrow__prev{left:10px}@media screen and (min-width:720px){.hero__slide--active .arrow__prev{left:auto;right:102px;transform:rotate(180deg)}}.hero__slide--active a{display:block;width:100%;height:100%}.hero__slide--active a img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .5s ease-in-out}@media screen and (min-width:720px){.hero__slide--active a img{object-fit:fill}}.hero__slide img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .5s ease-in-out}@media screen and (min-width:720px){.hero__slide img{object-position:88% center}}.nav{display:block}@media screen and (max-width:991px){.nav{display:none}}.nav--mobile{z-index:var(--z-top);display:block;position:absolute;top:55px;bottom:0;padding:30px 15px;border-radius:var(--b-radius-sm);background:var(--c-grey-10);transform:translate(-100%)}@media screen and (min-width:992px){.nav--mobile{display:none}}.nav--mobile--active{transform:translate(0)}.burger{display:block}@media screen and (min-width:992px){.burger{display:none}}.contacts-page{position:relative;padding:20px 0;margin-bottom:90px}@media screen and (min-width:1200px){.contacts-page{padding:20px 40px 50px}}.contacts-page__media{background:var(--c-grey-10);border-radius:var(--b-radius-lg);padding:20px;width:100%;display:flex;flex-direction:column;gap:40px}@media screen and (min-width:992px){.contacts-page__media{max-width:494px;padding:30px;gap:60px}}.contacts-page__social{display:flex;flex-direction:column;gap:20px;margin-top:20px}@media screen and (min-width:992px){.contacts-page__social{margin-top:0}}.contacts-page__social-link{display:flex;flex-direction:row;gap:10px}.contacts-page__map{display:block;width:100%;height:433px;z-index:1;overflow:hidden;border-radius:var(--b-radius-lg)}@media screen and (min-width:576px){.contacts-page__map{border-radius:var(--b-radius-lg);width:100%;transform:translate(0)}}@media screen and (min-width:992px){.contacts-page__map{position:absolute;top:0;right:0;width:50%;height:700px}}@media screen and (min-width:1200px){.contacts-page__map{height:755px}}.contacts-page__map-inner{width:100%;height:100%;overflow:hidden}.contacts-page__map-inner iframe{display:block;width:100%;-webkit-mask-image:linear-gradient(to bottom,transparent 5%,black 30%);-webkit-mask-composite:intersect;mask-image:linear-gradient(to bottom,transparent 5%,black 30%);mask-composite:intersect}@media screen and (min-width:992px){.contacts-page__map-inner iframe{-webkit-mask-image:linear-gradient(to top,transparent 5%,black 30%),linear-gradient(to bottom,transparent 5%,black 30%),linear-gradient(to left,transparent 0%,black 10%),linear-gradient(to right,transparent 0%,black 70%);-webkit-mask-composite:intersect;mask-image:linear-gradient(to top,transparent 5%,black 30%),linear-gradient(to bottom,transparent 5%,black 30%),linear-gradient(to left,transparent 0%,black 10%),linear-gradient(to right,transparent 0%,black 70%);mask-composite:intersect}}.services__header{display:flex;flex-direction:column;gap:20px}.services__header p{font-size:clamp(28px,2.7777777778vw,40px);font-weight:800;max-width:300px;color:var(--c-primary)}.services__header p strong{color:var(--c-secondary)}@media screen and (min-width:992px){.services__header p{max-width:33%}}@media screen and (min-width:992px){.services__header{flex-direction:row;gap:145px}}.services__text{font-size:clamp(14px,1.3888888889vw,20px);max-width:431px;color:var(--c-grey-60)}@media screen and (min-width:992px){.services__text{max-width:30%}}.services__separately{display:flex;flex-direction:column;gap:60px;margin-top:60px}.services__separately-item{display:grid;grid-template-columns:1fr;gap:30px;overflow:hidden;padding:28px 0;background-color:var(--c-grey-00)}@media screen and (min-width:992px){.services__separately-item{grid-template-columns:minmax(260px,34%) minmax(0,1fr);grid-template-rows:1fr auto;grid-template-areas:"content gallery" "actions gallery";column-gap:70px;row-gap:0;overflow:visible;padding:34px 0}}.services__separately-content{max-width:520px}@media screen and (min-width:992px){.services__separately-content{grid-area:content}}.services__separately-title{margin:0;font-size:clamp(28px,2.7777777778vw,40px);line-height:1.25;font-weight:800;color:var(--c-primary)}.services__separately-title strong{color:var(--c-secondary)}.services__separately-text{margin:24px 0 0;font-size:clamp(18px,1.9444444444vw,28px);line-height:1.15;color:var(--c-grey-80)}.services__separately-actions{display:flex;flex-direction:column;gap:12px;margin-top:0}@media screen and (min-width:576px){.services__separately-actions{flex-direction:row;align-items:center}}@media screen and (min-width:992px){.services__separately-actions{grid-area:actions;transform:translateY(-64px)}}.services__separately-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:56px;min-width:160px;padding:0 28px;text-align:center}@media screen and (min-width:576px){.services__separately-btn{width:180px}}.services__separately-gallery{min-width:0}@media screen and (min-width:992px){.services__separately-gallery{grid-area:gallery;width:calc(100% + max(var(--pi-container),(100vw - var(--w-container)) / 2 + var(--pi-container)))}}.services__separately-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.services__separately-track::-webkit-scrollbar{display:none}@media screen and (min-width:992px){.services__separately-track{gap:24px}}.services__separately-slide{flex:0 0 86%;overflow:hidden;aspect-ratio:1/1;border-radius:var(--b-radius-lg);scroll-snap-align:start}@media screen and (min-width:720px){.services__separately-slide{flex-basis:min(46%,420px)}}.services__separately-slide img{width:100%;height:100%;display:block;object-fit:cover}.services__separately-controls{display:none;align-items:center;gap:26px;margin-top:28px}@media screen and (min-width:992px){.services__separately-controls{display:flex}}.services__separately-arrow{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;color:var(--c-primary);background-color:transparent;cursor:pointer;font-size:24px;transition:color .3s ease,transform .3s ease}.services__separately-arrow:hover{color:var(--c-primary-hover)}.services__separately-arrow--prev i{transform:rotate(180deg)}.services__separately-arrow--prev:hover{transform:translate(-3px)}.services__separately-arrow--next:hover{transform:translate(3px)}.advantages{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--c-dark-blue);overflow-x:hidden}.advantages__image--start{position:absolute;left:0;top:0;z-index:var(--z-bottom);display:none}@media screen and (min-width:992px){.advantages__image--start{display:block}}.advantages__image--start:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(270deg,var(--c-dark-blue) 20%,rgba(0,0,0,0) 80%);z-index:1}.advantages__image--end{position:absolute;right:0;top:0;bottom:0;z-index:var(--z-bottom)}.advantages__image--end img{width:100%;height:100%;object-fit:cover}.advantages__image--end:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,var(--c-dark-blue) 40%,rgba(0,0,0,0) 80%);z-index:1}@media screen and (min-width:992px){.advantages__image--end:after{background:linear-gradient(90deg,var(--c-dark-blue) 20%,rgba(0,0,0,0) 80%)}}.advantages__items{position:relative;z-index:var(--z-middle);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;gap:30px;height:auto;width:100%}@media screen and (min-width:992px){.advantages__items{height:250px;flex-direction:row;align-items:center;gap:140px}}.photo-calc{display:flex;flex-direction:column;margin-inline:20px;border-radius:var(--b-radius-sm);overflow:hidden;box-shadow:0 0 12px #0000001a}@media screen and (min-width:720px){.photo-calc{flex-direction:row;border-radius:var(--b-radius-lg)}}@media screen and (min-width:992px){.photo-calc{margin-inline:auto;width:962px}}.photo-calc__image{background:var(--g-photo-calc__mobile-gradient);padding:32px 64px;width:100%}.photo-calc__image img{width:100%;height:100%}@media screen and (min-width:720px){.photo-calc__image img{width:309px}}@media screen and (min-width:720px){.photo-calc__image{background:var(--g-photo-calc__desktop-gradient);padding:54px 48px 76px 38px}}.photo-calc__info{display:flex;flex-direction:column;padding:40px 40px 32px;gap:20px}.photo-calc__title p{font-size:clamp(24px,2.2222222222vw,32px);font-weight:800;color:var(--c-primary)}.photo-calc__title p strong{color:var(--c-secondary)}.photo-calc__text{font-size:clamp(14px,1.1111111111vw,16px);color:var(--c-grey-60)}.photo-calc__socials{margin-top:20px;display:flex;justify-content:center;gap:16px}@media screen and (min-width:720px){.photo-calc__socials{justify-content:left}}.social-group:nth-child(3){display:none}.about{height:100%;overflow-y:hidden;overflow-x:hidden;position:relative;transition:height .3s ease}.about .about__services{margin-bottom:85px}@media screen and (min-width:720px){.about{height:100%;overflow-y:hidden;overflow-x:hidden;scroll-behavior:auto}}.about--collapsed{max-height:150vh;margin-bottom:0}@media screen and (min-width:720px){.about--collapsed{height:100%}}@media screen and (min-width:992px){.about{margin-bottom:60px}}.fade{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;z-index:10;width:100%;height:100px;background:linear-gradient(to top,#fff,#ffffff80);pointer-events:none}@media screen and (min-width:720px){.fade{display:none}}.fade__btn{display:flex;justify-content:center;align-items:center;width:56px;height:56px;border-radius:50px;background:var(--c-primary);pointer-events:auto;transition:transform .3s ease}.fade__btn i{margin-right:2px;transform:rotate(90deg);width:20px;height:20px;color:#fff;transition:transform .3s ease}.fade__btn--rotated i{transform:rotate(270deg)}.sentinel{height:1px}.about__section{display:flex;flex-direction:column;margin-bottom:40px}@media screen and (min-width:992px){.about__section{flex-direction:row;margin:40px 0}}@media screen and (min-width:1200px){.about__section{margin:40px 34px 20px}}.about__section-left{display:flex;justify-content:space-between;align-items:flex-end;margin:20px 20px 0}.about__section-left h2:first-child{display:flex}@media screen and (min-width:992px){.about__section-left h2:first-child{display:none}}@media screen and (min-width:992px){.about__section-left{display:none}}@media screen and (min-width:1920px){.about__section-left{display:flex;margin:0;align-items:center}}.about__section-right{display:none}@media screen and (min-width:1920px){.about__section-right{display:flex;flex-direction:column;gap:20px;align-items:end;margin-top:80px}}.rectangle{border:2px solid var(--c-primary)}.rectangle--vertical{display:none;height:96px;width:160px}@media screen and (min-width:992px){.rectangle--vertical{display:block;height:280px;width:186px}}.rectangle--square{width:183px;height:156px}.rectangle--horizon{width:279px;height:185px}.about__main{display:flex;flex-direction:column;gap:40px}@media screen and (min-width:992px){.about__main{display:flex;flex-direction:row;gap:50px}}.about__image{display:flex;width:100%;height:100%;padding:2px;background:var(--g-about-gradient)}.about__image img{object-fit:cover;align-self:center;width:100%;height:100%}@media screen and (min-width:1200px){.about__image{padding:4px;width:614px;height:492px}}.about__info{display:flex;flex-direction:column;max-width:636px}@media screen and (min-width:992px){.about__info{margin-top:40px}}.about__header--mobile{display:flex}@media screen and (min-width:992px){.about__header--mobile{display:none}}.about__header--desktop{display:none}@media screen and (min-width:992px){.about__header--desktop{display:flex;flex-direction:column}}.about__title p{display:flex;flex-direction:column;font-size:clamp(28px,4.4444444444vw,64px);font-weight:800;color:var(--c-primary);line-height:1}.about__title p strong{color:var(--c-secondary)}@media screen and (min-width:992px){.about__title{margin-bottom:40px}}.about__text{font-size:clamp(14px,1.25vw,18px);color:var(--c-grey-60);display:flex;flex-direction:column;gap:20px}.about__services p{font-size:clamp(28px,2.7777777778vw,40px);font-weight:800;color:var(--c-primary);max-width:400px}@media screen and (min-width:1200px){.about__services p{max-width:435px}}.about__services-list{margin-top:40px}.about__services-list ul{column-count:1}.about__services-list ul li{color:var(--c-dark-blue);font-size:clamp(16px,1.25vw,18px);margin-bottom:10px;display:flex;align-items:flex-start}.about__services-list ul li:before{content:"";flex-shrink:0;width:10px;height:10px;background-color:var(--c-secondary);margin-right:35px;margin-top:6px}@media screen and (min-width:992px){.about__services-list ul{column-count:2;column-gap:78px}}@media screen and (min-width:992px){.about__services-list{margin-top:60px}}.our-works{position:relative;padding:60px 0}@media screen and (min-width:992px){.our-works{padding:80px 0}}.our-works__gallery{display:flex;justify-content:center;align-items:center}.our-works__photo-stack{position:relative;width:400px;height:300px}@media screen and (max-width:719px){.our-works__photo-stack{width:300px;height:225px}}@media screen and (min-width:720px){.our-works__photo-stack{width:450px;height:340px}}@media screen and (min-width:992px){.our-works__photo-stack{width:500px;height:375px}}.our-works__item{position:absolute;width:280px;height:210px;border-radius:var(--b-radius-lg);overflow:hidden;box-shadow:0 8px 30px #00000026}@media screen and (max-width:719px){.our-works__item{width:220px;height:165px}}@media screen and (min-width:720px){.our-works__item{width:320px;height:240px}}@media screen and (min-width:992px){.our-works__item{width:350px;height:260px}}.our-works__item--front{top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;scale:1}.our-works__item--front:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff3;z-index:1}.our-works__item--back-left{top:50%;left:50%;transform:translate(-135%,-70%);z-index:1;opacity:.4;scale:.7}@media screen and (min-width:720px){.our-works__item--back-left{transform:translate(-185%,-70%)}}.our-works__item--back-right{top:50%;left:50%;transform:translate(-8%,-70%);z-index:2;opacity:.4;scale:.7}@media screen and (min-width:720px){.our-works__item--back-right{transform:translate(45%,-70%)}}.our-works__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.our-works__button-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.our-works__button{display:inline-block;padding:20px 45px;background:var(--c-primary);color:var(--c-grey-00);border-radius:var(--b-radius-lg);font-size:clamp(16px,1.3888888889vw,20px);transition:all .3s ease;box-shadow:0 4px 20px #0196ff4d;text-wrap:nowrap}@media screen and (min-width:720px){.our-works__button{padding:24px 95px}}.our-works__button:hover{background:var(--c-primary-hover);transform:translateY(-2px);box-shadow:0 6px 25px #0196ff66}.news{display:flex;margin:60px 0;position:relative}.news__back-image{display:none}@media screen and (min-width:1920px){.news__back-image{display:block;position:absolute;bottom:180px;left:43px;z-index:var(--z-under)}}.news__content{width:100vw;max-width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-inline:auto}@media screen and (min-width:992px){.news__content{margin-inline:0;padding-left:20px;display:flex;flex-direction:row;gap:30px}}@media screen and (min-width:1200px){.news__content{padding-left:40px}}@media screen and (min-width:1920px){.news__content{padding-left:260px}}.news__articles{display:flex;position:relative;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;max-width:364px;scrollbar-width:none}.news__articles::-webkit-scrollbar{display:none}@media screen and (min-width:992px){.news__articles{mask:var(--g-news-gradient);width:100%;max-width:100%;gap:30px;order:2;scroll-snap-type:none}}.news__articles>*{flex:0 0 100%;scroll-snap-align:start}@media screen and (min-width:992px){.news__articles>*{flex:0 0 auto;scroll-snap-align:unset}}@media screen and (min-width:992px){.news__articles:after{content:"";padding-right:20px}}.news__articles-navigation{position:absolute;top:290px;display:flex;justify-content:center;align-self:center;gap:8px;z-index:var(--z-bottom)}@media screen and (min-width:992px){.news__articles-navigation{display:none}}.news__articles-navigation:before,.news__articles-navigation:after{content:""}.news__articles-navigation>span{width:8px;height:8px;border-radius:50%;background:var(--c-grey-00);transition:background .3s}.news__articles-navigation>span.active{background:var(--c-primary)}.content-bottom{display:flex;flex-direction:column;background:var(--c-background-reviews)}.reviews{position:relative;display:flex;flex-direction:column;margin-bottom:80px;z-index:var(--z-bottom)}@media screen and (min-width:992px){.reviews{margin-bottom:120px}}.reviews__title{font-weight:700;font-size:clamp(28px,4.4444444444vw,64px);color:var(--c-primary)}.reviews__content{display:flex;flex-direction:column;gap:40px;margin:40px 0 60px}@media screen and (min-width:992px){.reviews__content{flex-direction:row;gap:60px}}.content-left{display:flex;flex-direction:row;gap:20px;justify-content:center;align-items:center}.content-left img{width:93px;height:93px}@media screen and (min-width:992px){.content-left img{width:137px;height:137px}}@media screen and (min-width:992px){.content-left{flex-direction:column;gap:30px}}.reviews__widget{width:150px;height:50px;overflow:hidden;border-radius:var(--b-radius-sm);display:flex;justify-content:center;align-items:center;margin:0}@media screen and (min-width:992px){.reviews__widget{margin:0 auto}}.reviews__widget iframe{display:block;width:100%;height:100%}.content-right{display:flex;flex-direction:column;gap:40px;max-width:880px}.reviews__subtitle{font-weight:700;font-size:clamp(20px,2.7777777778vw,40px);color:var(--c-grey-00)}.reviews__subtitle--mobile{display:flex}@media screen and (min-width:992px){.reviews__subtitle--mobile{display:none}}.reviews__subtitle--desktop{display:none}@media screen and (min-width:992px){.reviews__subtitle--desktop{display:flex}}.reviews__description{display:flex;flex-direction:column;gap:10px}.reviews__description p{font-size:clamp(14px,1.25vw,18px);color:var(--c-grey-00)}.reviews__main{overflow:hidden;border-radius:var(--b-radius-sm);width:100%;min-width:335px;max-width:660px;height:489px;align-self:center}.reviews__main iframe{width:100%}.reviews__image{display:none}@media screen and (min-width:992px){.reviews__image{display:block;position:absolute;bottom:370px;left:50%;transform:translate(-50%);width:90%;z-index:1}}@media screen and (min-width:1200px){.reviews__image{bottom:185px}}.reviews__image-inner{width:100%;height:100%;overflow:hidden}.reviews__image-inner img{display:block;width:100%;height:auto;-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgb(0,0,0) 15%,rgb(0,0,0) 85%,rgba(0,0,0,0) 100%),linear-gradient(to left,rgba(0,0,0,0) 0%,rgb(0,0,0) 15%,rgb(0,0,0) 85%,rgba(0,0,0,0) 100%);-webkit-mask-composite:intersect;mask-image:linear-gradient(to top,#0000,#000 15%,#000 85%,#0000),linear-gradient(to left,#0000,#000 15%,#000 85%,#0000);mask-composite:intersect}.service{display:flex;gap:40px;margin-top:40px}@media screen and (min-width:720px){.service{margin-top:20px}}.service__container{display:flex;flex-direction:column;width:100%;gap:60px;padding:20px 0}@media screen and (min-width:992px){.service__container{padding:20px 40px}}.service__main{display:flex;flex-direction:column;align-items:flex-start;gap:40px;min-width:0;width:100%}.service__image{width:100%;border-radius:var(--b-radius-lg);margin:-20px 0}@media screen and (min-width:992px){.service__image{margin:0;max-width:709px}}.service__main-works ul li{color:var(--c-dark-blue);font-size:clamp(16px,1.25vw,18px);margin-bottom:15px;display:flex;align-items:flex-start}.service__main-works ul li:before{content:"";flex-shrink:0;width:10px;height:10px;background-color:var(--c-secondary);margin-right:30px;margin-top:6px}.service__text{display:flex;flex-direction:column;gap:30px;width:100%;min-width:0}.service__text h2{font-size:clamp(20px,1.9444444444vw,28px);font-weight:700;color:var(--c-dark-blue);line-height:1.2;margin:0}.service__text h3{font-size:clamp(18px,1.5277777778vw,22px);font-weight:700;color:var(--c-dark-blue);line-height:1.3;margin:0}.service__text h4{font-size:clamp(16px,1.3888888889vw,20px);font-weight:600;color:var(--c-grey-80);line-height:1.3;margin:0}.service__text img{max-width:100%;height:auto;border-radius:var(--b-radius-lg)}.service__text figure{max-width:100%;margin:0}.service__text p{color:var(--c-grey-60);font-size:clamp(16px,1.25vw,18px)}.service__text p img{width:100%;border-radius:var(--b-radius-lg);margin:-20px 0}@media screen and (min-width:992px){.service__text p img{margin:0;max-width:709px}}.service__text ul{display:flex;flex-direction:column;gap:12px;padding:0;margin:0;list-style:none}.service__text ul li{color:var(--c-dark-blue);font-size:clamp(16px,1.25vw,18px);display:flex;align-items:flex-start;gap:16px}.service__text ul li:before{content:"";flex-shrink:0;width:8px;height:8px;background-color:var(--c-secondary);border-radius:50%;margin-top:7px}.service__text ol{display:flex;flex-direction:column;gap:12px;padding:0;margin:0;list-style:none;counter-reset:service-list}.service__text ol li{color:var(--c-dark-blue);font-size:clamp(16px,1.25vw,18px);display:flex;align-items:flex-start;gap:16px;counter-increment:service-list}.service__text ol li:before{content:counter(service-list);flex-shrink:0;width:24px;height:24px;background-color:var(--c-primary);color:var(--c-white);border-radius:50%;font-size:clamp(12px,.9722222222vw,14px);font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:1px}.service__line{width:100%;height:1px;background:var(--g-service__line-gradient)}.service__warranty{display:flex;flex-direction:column;align-items:flex-start;gap:60px}.service__cars{margin-top:70px;display:flex;flex-direction:column;padding:40px 20px;background:var(--c-grey-10);border-radius:var(--b-radius-lg)}@media screen and (min-width:1200px){.service__cars{padding:60px 40px}}.service__cars-title{font-size:clamp(20px,2.7777777778vw,40px);color:var(--c-grey-80);text-transform:none;font-weight:800}.service__cars-content{margin:40px 0;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:15px}@media screen and (min-width:1200px){.service__cars-content{margin:60px 0 40px;gap:20px}}.service__cars-btn{width:100%;align-self:center}@media screen and (min-width:992px){.service__cars-btn{max-width:422px}}.archives{display:flex;flex-direction:row;gap:40px;margin-top:40px}.archives__content{display:flex;flex-direction:column;gap:40px;padding:0}@media screen and (min-width:992px){.archives__content{padding:20px 40px}}.archives__items{display:grid;grid-template-columns:1fr;gap:20px}.archives__items--car{grid-template-columns:1fr 1fr}@media screen and (min-width:576px){.archives__items{display:grid;grid-template-columns:1fr 1fr}.archives__items--news{grid-template-columns:1fr}}.archives__news--desktop{display:none}@media screen and (min-width:720px){.archives__news--desktop{display:flex;flex-direction:column;gap:40px}}.archives__news--mobile{display:flex;flex-direction:column;gap:40px}@media screen and (min-width:720px){.archives__news--mobile{display:none}}.archives__text{font-size:clamp(16px,1.25vw,18px);color:var(--c-grey-60)}.archives__service{display:flex;flex-direction:column;gap:4px;padding:20px;background-color:var(--c-grey-00);color:var(--c-grey-90);border:1px solid var(--c-grey-20);border-radius:var(--b-radius-lg);text-decoration:none;transition:border-color .2s ease}.archives__service:hover{border-color:var(--c-primary)}.archives__service-name{font-weight:600;font-size:clamp(16px,1.3888888889vw,20px)}.archives__service-subtitle{color:var(--c-grey-60);font-size:clamp(13px,1.0416666667vw,15px)}.dev-page__content{max-width:335px;margin:100px auto;display:flex;flex-direction:column;align-items:center;gap:30px}@media screen and (min-width:992px){.dev-page__content{max-width:900px;margin:160px auto;flex-direction:row;align-items:flex-start;gap:130px}}@media screen and (min-width:1200px){.dev-page__content{max-width:1210px}}.dev-page__image{width:266px}.dev-page__image img{width:100%;height:100%}@media screen and (min-width:992px){.dev-page__image{width:468px}}.dev-page__info{display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (min-width:992px){.dev-page__info{align-items:flex-start;text-align:left}}.dev-page__title{font-size:clamp(64px,8.8888888889vw,128px);color:var(--c-secondary);font-weight:700;margin-bottom:20px}.dev-page__subtitle{font-size:clamp(18px,1.6666666667vw,24px);color:var(--c-grey-60)}.dev-page__subtitle:nth-child(2){margin-bottom:10px}.dev-page__btn{margin-top:40px;width:264px}@media screen and (min-width:992px){.dev-page__btn{margin-top:60px}}.template-single{display:flex;gap:40px;margin-top:40px}.template-single__title{text-align:center;margin-bottom:10px}@media screen and (min-width:720px){.template-single__title{text-align:left}}.template-single__image{height:auto;width:100%;margin:25px 0}.template-single__image img{width:100%}@media screen and (min-width:992px){.template-single__image{width:80%}}.template-single__text{display:flex;flex-direction:column;gap:16px;color:var(--c-grey-60);font-size:clamp(16px,1.25vw,18px)}.template-single__text h2{font-size:clamp(20px,2.2222222222vw,32px);color:var(--c-dark-blue);text-transform:none;font-weight:800}.template-single__text ul{padding-left:15px;border-left:1px solid var(--c-primary)}.template-single__text ul li{font-size:clamp(16px,1.25vw,18px);margin-bottom:15px;display:block;align-items:flex-start}.template-single__text ul li strong{color:var(--c-dark-blue)}.template-single__text ul li:before{content:"";display:inline-block;width:10px;height:10px;background-color:var(--c-secondary);margin-right:30px;margin-top:6px}.template-single__text a{font-weight:700;color:var(--c-primary)}.template-single__text a:hover{color:var(--c-primary-hover)}.template-single__text iframe{width:100%}@media screen and (min-width:992px){.template-single__text iframe{width:80%}}.related-works{margin-top:60px;margin-bottom:60px}.related-works__grid{grid-template-columns:1fr;gap:24px;margin-top:32px}@media screen and (min-width:720px){.related-works__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.related-works__grid{grid-template-columns:repeat(3,1fr)}}:root{--f-montserrat: "Montserrat", sans-serif;--f-zapus-sans: "Zapus Sans", sans-serif;--f-base: var(--f-zapus-sans);--f-headings: var(--f-zapus-sans);--c-primary: #0196FF;--c-primary-hover: color-mix(in srgb, var(--c-primary) 70%, var(--c-grey-00) 30%);--c-secondary: #D43833;--c-secondary-hover: color-mix(in srgb, var(--c-secondary) 70%, var(--c-grey-00) 30%);--c-dark-blue: #1F242B;--c-white: #fff;--c-grey-00: #ffffff;--c-grey-10: #f7f7f7;--c-grey-20: #ebebeb;--c-grey-30: #d6d6d6;--c-grey-40: #c2c2c2;--c-grey-50: #adadad;--c-grey-60: #868686;--c-grey-70: #707070;--c-grey-80: #5c5c5c;--c-grey-90: #474747;--c-grey-100: #222222;--c-black: #000;--c-error: red;--c-success: green;--c-aw-color: #d70000;--c-email: #3F4854;--c-whatsapp: #36C444;--c-telegram: #0196FF;--c-vk: #0077FF;--c-maxvector: radial-gradient(50% 121.35% at -2.38% -43.92%, #00F 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(74deg, #4CF 14.56%, #53E 63.57%, #93D 88.6%);--c-background-reviews: #181F29;--g-footer-gradient: linear-gradient(0deg, rgba(11.985220909118652, 33.98936462402344, 63.21875, 1), rgba(22.215103149414062, 56.70985794067383, 102.53125, 1) 100%);--g-burger-menu__line-gradient: linear-gradient(90deg, #1F242B00, #1F242BFF, #1F242B00);--g-photo-calc__desktop-gradient: linear-gradient(90deg, rgba(1, 150, 255, 0) 70%, rgba(1, 150, 255, .7) 100%), linear-gradient(-13.32deg, rgba(50.291664123535156, 96.07010650634766, 150.875, 1), rgba(80.13020324707031, 131.18748474121094, 192.3125, 1) 100%);--g-photo-calc__mobile-gradient: linear-gradient(180deg, rgba(1, 150, 255, 0) 70%, rgba(1, 150, 255, .7) 100%), linear-gradient(-13.32deg, rgba(50.291664123535156, 96.07010650634766, 150.875, 1), rgba(80.13020324707031, 131.18748474121094, 192.3125, 1) 100%);--g-about-gradient: linear-gradient(#0196FFFF, #F1F1F1FF);--g-news-gradient: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, .2) 100%);--g-news-card-gradient: linear-gradient(to top, rgba(35, 89, 125, 1) 0%, transparent 40%);--g-portfolio-card-gradient: linear-gradient(to bottom, rgba(45, 53, 63, 0), rgba(45, 52, 62, 1) 100%);--g-service__line-gradient: linear-gradient(90deg, rgba(31, 36, 43, 0), rgba(31, 36, 43, 1), rgba(31, 36, 43, 1), rgba(31, 36, 43, 0));--b-radius-xs: 2px;--b-radius-xsm: 5px;--b-radius-sm: 10px;--b-radius: 15px;--b-radius-lg: 20px;--b-radius-xl: 30px;--z-under: -1;--z-bottom: 10;--z-middle-bottom: 100;--z-middle: 150;--z-middle-top: 200;--z-top: 5000;--z-top-10: 300;--z-top-20: 400;--z-top-30: 500;--w-container: 1440px;--pi-container: 20px;--btn-b-radius: var(--b-radius-sm);--btn-f-size: functions.rem(16);--btn-f-size-sm: functions.rem(14);--btn-padding: 10px 20px;--btn-padding-sm: 6px 12px;--input-c-placeholder: var(--c-grey-50);--input-c-text: var(--c-grey-80);--input-c-border: var(--c-grey-60);--input-c-bg: var(--c-grey-00);--input-padding: 10px 20px;--input-padding-sm: 6px 12px;--input-b-radius: var(--b-radius-sm);--input-f-size: functions.rem(16);--input-f-size-sm: functions.rem(14);--label-f-size: functions.rem(14);--label-c: var(--c-grey-80);--c-input-border: var(--c-grey-60);--p-input: 10px 15px;--b-radius-input: var(--b-radius-sm);--animation-curve: cubic-bezier(1, 0, 0, 1);--animation-fade-in-curve: cubic-bezier(.19, 1, .22, 1);--animation-slide-curve: cubic-bezier(.76, .02, .29, .97)}
