.burger-menu{--burger-size:28px;cursor:pointer;display:flex;flex-direction:column;height:var(--burger-size);width:var(--burger-size)}@media screen and (max-width:575.98px){.burger-menu{--burger-size:22px}}.burger-menu.active .burger-menu__stick:first-of-type{transform:rotate(45deg) translate(2px);transform-origin:bottom}@media screen and (max-width:575.98px){.burger-menu.active .burger-menu__stick:first-of-type{transform:rotate(45deg) translate(3px)}}.burger-menu.active .burger-menu__stick:nth-of-type(2){transform:rotate(-45deg);transform-origin:top}.burger-menu.active .burger-menu__stick:nth-of-type(3){transform:translate(12px,-3px) rotate(45deg);transform-origin:bottom;width:50%}@media screen and (max-width:575.98px){.burger-menu.active .burger-menu__stick:nth-of-type(3){transform:translate(10px,-4px) rotate(45deg)}}.burger-menu.white .burger-menu__stick{background:#fff}.burger-menu.dark .burger-menu__stick{background:#010101}.burger-menu__stick{border-radius:10px;height:3px;margin:2px 0;transition:.4s cubic-bezier(.68,-.6,.32,1.6),background .2s}.burger-menu__stick:first-of-type{width:50%}.burger-menu__stick:nth-of-type(2){width:100%}.burger-menu__stick:nth-of-type(3){width:75%}.sidebar{background-color:#010101;bottom:0;color:#fff;display:flex;left:0;opacity:0;padding-bottom:30px;padding-top:120px;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .4s}.sidebar__submenu{display:flex;flex-direction:column;gap:10px;padding:10px 10px 10px 20px}.sidebar__submenu-item{align-items:center;display:flex}.sidebar__submenu-item:after{border-bottom:2px solid #fff;border-left:2px solid #fff;content:"";height:10px;margin-left:15px;transform:rotate(-45deg);transition:transform .2s;width:10px}.sidebar__submenu-item.active:after{transform:rotate(135deg) translateY(-5px)}.sidebar.show{opacity:1;pointer-events:all;z-index:10}.sidebar.show .sidebar__lang-list,.sidebar.show .sidebar__menu-list__item{animation:sidebar-link-in .5s}.sidebar.show .sidebar__address-list{display:flex}.sidebar__menu-list,.sidebar__wrapper{display:flex;flex:1;flex-direction:column}.sidebar__menu-list{align-items:flex-start;gap:24px}.sidebar__menu-list__item{animation:sidebar-link-out .5s;color:inherit;display:inline-block;font-size:24px;font-weight:500}.sidebar__lang-list{align-items:center;animation:sidebar-link-out .5s;display:flex;gap:20px}.sidebar__lang-list__item{font-size:20px;opacity:.5}.sidebar__lang-list__item.active{opacity:1}.sidebar__address-list{display:none;flex-direction:column;gap:15px}@keyframes sidebar-link-in{0%{opacity:.5;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@keyframes sidebar-link-out{0%{opacity:1;transform:translate(0)}to{opacity:.5;transform:translate(15px)}}.navigation-menu{align-items:center;display:flex;gap:24px}@media screen and (max-width:1499.98px){.navigation-menu{gap:8px}}@media screen and (max-width:1199.98px){.navigation-menu{padding:10px 5px}}@media screen and (max-width:991.98px){.navigation-menu{display:none}}.navigation-menu__item{color:var(--base-color);cursor:pointer;font-weight:400;list-style:none;padding:10px 15px;position:relative;transition:all .2s;white-space:nowrap}@media screen and (max-width:1199.98px){.navigation-menu__item{padding:10px 5px}}.navigation-menu__item.active{color:#ffd600;left:0;width:100%}.navigation-menu__item:after{background:var(--base-color);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%);transition:width .3s ease 0s,left .3s ease 0s;width:0}.navigation-menu__item:hover:after{width:100%}.navigation-menu__item:hover .navigation-menu__submenu{opacity:1;transform:translateY(0);visibility:visible}.navigation-menu__submenu{background:#fff;border-radius:12px;box-shadow:0 10px 15px #0000001a;display:flex;flex-direction:column;left:0;min-width:300px;opacity:0;padding:10px;position:absolute;top:100%;transform:translateY(10px);transition:all .2s;visibility:hidden}.navigation-menu__submenu .navigation-menu__item{color:#010101}.language-switcher[data-v-7a84d554]{align-items:center;color:var(--base-color);display:flex;gap:12px}@media screen and (max-width:991.98px){.language-switcher[data-v-7a84d554]{display:none}}.language-switcher__item[data-v-7a84d554]{opacity:.5;text-transform:uppercase;transition:opacity .2s}.language-switcher__item.active[data-v-7a84d554]{opacity:1}.language-switcher__item[data-v-7a84d554]:hover{opacity:.8}.phone-display[data-v-55c984c2]{align-items:center;display:flex;transition:opacity .2s}@media screen and (max-width:991.98px){.phone-display[data-v-55c984c2]{display:none}}.phone-display[data-v-55c984c2]:hover{opacity:.8}.phone-display__icon[data-v-55c984c2]{margin-right:5px}@media screen and (max-width:1499.98px){.phone-display__icon[data-v-55c984c2]{font-size:26px!important;height:26px!important;width:26px!important}}.phone-display__number[data-v-55c984c2]{color:var(--base-color);font-size:18px;font-weight:600}@media screen and (max-width:1499.98px){.phone-display__number[data-v-55c984c2]{font-size:16px}}.header{--base-color:#fff;background-color:transparent;display:flex;height:105px;position:relative;transition:all .3s}@media screen and (max-width:1499.98px){.header{height:85px}}@media screen and (max-width:1199.98px){.header{height:75px}}.header.active{background-color:#fff;box-shadow:0 10px 15px #0000001a;--base-color:#010101}.header__wrapper{align-items:center;display:flex;flex:1;justify-content:space-between}@media screen and (max-width:991.98px){.header__burger-menu{display:flex!important}}.header__actions{align-items:center;display:flex;gap:32px}@media screen and (max-width:1499.98px){.header__actions{gap:10px}}@media screen and (max-width:1199.98px){.header__actions{gap:0}}.header__logo{height:40px}@media screen and (max-width:991.98px){.header__logo{height:35px}}@media screen and (max-width:575.98px){.header__logo{height:32px}}.header__logo img{height:100%;width:100%}.header__actions,.header__burger-menu,.header__logo{z-index:11}@media screen and (max-width:991.98px){.header__get-quote-btn{display:none}}.footer{background-color:#000;padding:32px 0}.footer-wrapper{display:flex;flex-direction:column;position:relative}.footer-wrapper:after{background-color:#fff;content:"";height:1px;opacity:.1;position:absolute;top:60%;transform:translateY(-50%);width:100%}@media screen and (max-width:1199.98px){.footer-wrapper:after{display:none}}.footer-upper{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}@media screen and (max-width:1199.98px){.footer-upper{align-items:flex-start;flex-direction:column;gap:30px}}.footer-bottom{align-items:center;display:flex;justify-content:space-between;margin-top:24px}@media screen and (max-width:767.98px){.footer-bottom{align-items:flex-start;flex-direction:column}}.footer-media{display:flex}.footer-media__separator{background:linear-gradient(21deg,#fff0,#ffffff70 48.64%,#fff0);margin:0 15px;min-height:100%;width:1px}@media screen and (max-width:767.98px){.footer-media__separator{display:none}}.footer-socials{align-items:center;display:flex;gap:12px}@media screen and (max-width:767.98px){.footer-socials{display:none}}.footer-socials.mobile{display:none}@media screen and (max-width:767.98px){.footer-socials.mobile{display:flex}}.footer__logo{position:relative}.footer__icon{background-color:#151515;border-radius:10px;cursor:pointer;overflow:hidden;padding:2px}.footer__icon,.footer__icon:hover{transition:all .3s}.footer__icon:hover.telegram svg path,.footer__icon:hover.twitter svg path{fill:#08c}.footer__icon:hover.facebook svg path{fill:#1778f2}.footer__icon:hover.instagram svg path{fill:url(#rg)}.footer.contact{background-color:transparent}.footer-links{align-items:center;display:flex;gap:24px}@media screen and (max-width:767.98px){.footer-links{flex-wrap:wrap;gap:0}}.footer__submenu{background:#fff;border-radius:12px;bottom:100%;box-shadow:0 10px 15px #0000001a;display:flex;flex-direction:column;left:0;min-width:200px;opacity:0;padding:10px;position:absolute;transform:translateY(10px);transition:all .2s;visibility:hidden}.footer__submenu__link{color:#010101;padding:10px 15px}.footer__link{color:#fff;cursor:pointer;font-weight:400;list-style:none;padding:10px 15px;position:relative;transition:all .2s;white-space:nowrap}.footer__link:after{background:none repeat scroll 0 0 transparent;background:#fff;bottom:0;content:"";height:2px;left:50%;position:absolute;transition:width .3s ease 0s,left .3s ease 0s;width:0}.footer__link:hover:after{left:0;width:100%}.footer__link:hover .footer__submenu{opacity:1;transform:translateY(0);visibility:visible}.footer__text{color:#fff;font-size:14px;font-weight:400}@media screen and (max-width:767.98px){.footer__text{display:none}}.footer__text.mobile{display:none}@media screen and (max-width:767.98px){.footer__text.mobile{display:block;margin-top:20px}}.footer-contacts{align-items:center;display:flex;gap:20px}@media screen and (max-width:767.98px){.footer-contacts{align-items:flex-start;flex-direction:column}}.footer-contact{align-items:center;display:flex;gap:8px}.footer-contact__text{color:#fff;font-size:14px;font-weight:500;text-decoration:none;white-space:normal}.footer-contact__text span{color:#fff9;font-weight:400}.turnstile-container[data-v-d5b937eb]{display:flex;justify-content:center;min-height:65px}.sticky-contact[data-v-d3f71e20]{background:linear-gradient(136deg,#060606,#3f3f3f);padding:80px 0}@media screen and (max-width:991.98px){.sticky-contact[data-v-d3f71e20]{padding:50px 0}}@media screen and (max-width:767.98px){.sticky-contact[data-v-d3f71e20]{padding:30px 0}}.sticky-contact__wrapper[data-v-d3f71e20]{align-items:flex-start;display:flex;gap:60px;justify-content:space-between}@media screen and (max-width:1199.98px){.sticky-contact__wrapper[data-v-d3f71e20]{gap:40px}}@media screen and (max-width:991.98px){.sticky-contact__wrapper[data-v-d3f71e20]{flex-direction:column;gap:30px}}.sticky-contact__info[data-v-d3f71e20]{flex:1;max-width:500px}@media screen and (max-width:991.98px){.sticky-contact__info[data-v-d3f71e20]{max-width:100%;order:2}}.sticky-contact__header[data-v-d3f71e20]{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}@media screen and (max-width:575.98px){.sticky-contact__header[data-v-d3f71e20]{margin-bottom:15px}}.sticky-contact__title[data-v-d3f71e20]{color:#ffd600;font-size:32px;font-weight:500}@media screen and (max-width:991.98px){.sticky-contact__title[data-v-d3f71e20]{font-size:27px}}@media screen and (max-width:767.98px){.sticky-contact__title[data-v-d3f71e20]{font-size:24px}}@media screen and (max-width:575.98px){.sticky-contact__title[data-v-d3f71e20]{font-size:20px}}.sticky-contact__subtitle[data-v-d3f71e20]{color:#fff;font-weight:400}@media screen and (max-width:767.98px){.sticky-contact__subtitle[data-v-d3f71e20]{font-size:14px}}@media screen and (max-width:575.98px){.sticky-contact__subtitle[data-v-d3f71e20]{font-size:13px}}.sticky-contact__contacts[data-v-d3f71e20]{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}@media screen and (max-width:575.98px){.sticky-contact__contacts[data-v-d3f71e20]{margin-bottom:15px}}.sticky-contact__contact[data-v-d3f71e20]{align-items:center;border-radius:8px;display:flex;gap:12px;padding:8px 12px;text-decoration:none;transition:background-color .2s}.sticky-contact__contact[data-v-d3f71e20]:hover{background-color:#ffffff1a}@media screen and (max-width:767.98px){.sticky-contact__contact[data-v-d3f71e20]{padding:5px 7px}}.sticky-contact__contact span[data-v-d3f71e20]{color:#fff;font-weight:500}@media screen and (max-width:575.98px){.sticky-contact__contact span[data-v-d3f71e20]{font-size:13px}}.sticky-contact__socials[data-v-d3f71e20]{display:flex;flex-direction:column;gap:8px}.sticky-contact__socials-title[data-v-d3f71e20]{color:#fff;font-size:14px;font-weight:500}.sticky-contact__socials-icons[data-v-d3f71e20]{align-items:center;display:flex;gap:12px}.sticky-contact__social-icon[data-v-d3f71e20]{background-color:#252525;border-radius:50%;cursor:pointer;transition:transform .2s}.sticky-contact__social-icon[data-v-d3f71e20]:hover{transform:scale(1.1)}.sticky-contact__form[data-v-d3f71e20]{background:#fff;border-radius:16px;flex:1;max-width:600px;padding:24px}@media screen and (max-width:991.98px){.sticky-contact__form[data-v-d3f71e20]{max-width:100%;order:1;width:100%}}@media screen and (max-width:767.98px){.sticky-contact__form[data-v-d3f71e20]{padding:16px}}.sticky-contact__form-header[data-v-d3f71e20]{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.sticky-contact__form-title[data-v-d3f71e20]{color:#010101;font-size:24px;font-weight:600}@media screen and (max-width:767.98px){.sticky-contact__form-title[data-v-d3f71e20]{font-size:20px}}.sticky-contact__form-subtitle[data-v-d3f71e20]{color:#010101;font-size:14px;opacity:.7}@media screen and (max-width:767.98px){.sticky-contact__form-subtitle[data-v-d3f71e20]{font-size:13px}}.sticky-contact__fields[data-v-d3f71e20]{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.sticky-contact__fields-row[data-v-d3f71e20]{display:flex;gap:16px}@media screen and (max-width:767.98px){.sticky-contact__fields-row[data-v-d3f71e20]{flex-direction:column}}.sticky-contact__fields-row[data-v-d3f71e20]>*{flex:1}.sticky-contact__captcha[data-v-d3f71e20]{display:flex;justify-content:center}.sticky-contact__btn[data-v-d3f71e20]{width:100%}
