.Vue-Toastification__container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;min-height:100%;padding:4px;pointer-events:none;position:fixed;width:600px;z-index:9999}@media only screen and (min-width:600px){.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:10px}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.top-left{left:1em}.Vue-Toastification__container.bottom-left .Vue-Toastification__toast,.Vue-Toastification__container.top-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl{margin-left:auto;margin-right:unset}}.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.top-right{right:1em}.Vue-Toastification__container.bottom-right .Vue-Toastification__toast,.Vue-Toastification__container.top-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.top-center{left:50%;translate:-50%}.Vue-Toastification__container.bottom-center .Vue-Toastification__toast,.Vue-Toastification__container.top-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{left:0;margin:0;padding:0;width:100vw}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:0}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;direction:ltr;display:inline-flex;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;max-width:600px;min-height:50px;min-width:326px;overflow:hidden;padding:15px 24px;pointer-events:auto;position:relative;transform:translateZ(0)}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default,.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;font-size:16px;line-height:24px;white-space:pre-wrap;word-break:break-word}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{align-items:center;background:transparent;border:none;color:#fff;cursor:pointer;font-size:24px;font-weight:700;line-height:24px;opacity:.3;outline:none;padding:0 0 0 10px;transition:.3s ease;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:focus,.Vue-Toastification__close-button:hover{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{animation:scale-x-frames linear 1 forwards;background-color:#ffffffb3;bottom:0;height:3px;left:0;position:absolute;transform-origin:left;width:100%;z-index:10000}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{left:unset;right:0;transform-origin:right}.Vue-Toastification__icon{align-items:center;background:transparent;border:none;height:100%;margin:auto 18px auto 0;outline:none;padding:0;transition:.3s ease;width:20px}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{30%,40%{opacity:1;transform:translate3d(0,10px,0)}to{opacity:0;transform:translate3d(0,-200px,0)}}@keyframes bounceInDown{0%{opacity:0;transform:translate3d(0,-200px,0)}60%{opacity:1}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,200px,0)}}.Vue-Toastification__bounce-enter-active.bottom-left,.Vue-Toastification__bounce-enter-active.top-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.bottom-right,.Vue-Toastification__bounce-enter-active.top-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-enter-active,.Vue-Toastification__bounce-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-duration:.4s;transition-property:all;transition-timing-function:ease-in-out}@keyframes fadeOutTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-50px)}}@keyframes fadeOutBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.Vue-Toastification__fade-enter-active.bottom-left,.Vue-Toastification__fade-enter-active.top-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.bottom-right,.Vue-Toastification__fade-enter-active.top-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-enter-active,.Vue-Toastification__fade-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-duration:.4s;transition-property:all;transition-timing-function:ease-in-out}@keyframes slideInBlurredLeft{0%{filter:blur(40px);opacity:0;transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%}to{filter:blur(0);opacity:1;transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideInBlurredTop{0%{filter:blur(240px);opacity:0;transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0}to{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideInBlurredRight{0%{filter:blur(40px);opacity:0;transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0 50%}to{filter:blur(0);opacity:1;transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideInBlurredBottom{0%{filter:blur(240px);opacity:0;transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%}to{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideOutBlurredTop{0%{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0}to{filter:blur(240px);opacity:0;transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0}}@keyframes slideOutBlurredBottom{0%{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%}to{filter:blur(240px);opacity:0;transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%}}@keyframes slideOutBlurredLeft{0%{filter:blur(0);opacity:1;transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%}to{filter:blur(40px);opacity:0;transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%}}@keyframes slideOutBlurredRight{0%{filter:blur(0);opacity:1;transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%}to{filter:blur(40px);opacity:0;transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0 50%}}.Vue-Toastification__slideBlurred-enter-active.bottom-left,.Vue-Toastification__slideBlurred-enter-active.top-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.bottom-right,.Vue-Toastification__slideBlurred-enter-active.top-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-enter-active,.Vue-Toastification__slideBlurred-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-duration:.4s;transition-property:all;transition-timing-function:ease-in-out}.logo[data-v-68f6962f]{display:inline-flex;font-size:30px;font-weight:700;letter-spacing:-2%;line-height:100%}.logo__whitespace[data-v-68f6962f]{font-weight:600;letter-spacing:-11%}.logo__cursive[data-v-68f6962f]{color:#fafafaad;font-style:italic;font-weight:600;letter-spacing:-2%}.btn[data-v-841552cb]{align-items:center;border-radius:9px;color:var(--blue-l45);display:inline-flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;font-weight:500;gap:8px;justify-content:center;line-height:150%;padding:0 15px;position:relative;text-decoration:none;transition:background-color .3s,color .3s,box-shadow .3s,border .3s,border-color .3s,background-position .5s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn[data-v-841552cb]:disabled{cursor:default}.btn_loading[data-v-841552cb]{cursor:wait}.btn__spinner[data-v-841552cb]{animation:spin-841552cb .8s linear infinite;border-bottom:3px solid hsla(0,0%,100%,.6);border-right:3px solid hsla(0,0%,100%,.6);border-top:3px solid hsla(0,0%,100%,.6);color:red;height:24px;margin-right:6px;width:24px}.btn__spinner[data-v-841552cb],.btn_rounded[data-v-841552cb]{border-radius:50%}.btn_size_s[data-v-841552cb]{min-height:30px}.btn_size_m[data-v-841552cb]{min-height:48px}.btn_size_l[data-v-841552cb]{min-height:50px}.btn_size_xl[data-v-841552cb]{min-height:52px}.btn_size_xxl[data-v-841552cb]{min-height:70px;min-width:340px}.btn_color_default[data-v-841552cb]{background-image:linear-gradient(90deg,#95ff80 0,#50d87b);background-size:200% auto}.btn_color_default[data-v-841552cb]:hover{background-position:100%}.btn_color_secondary[data-v-841552cb]{border:1px solid var(--blue-l65)}.btn_color_secondary[data-v-841552cb]:hover{border-color:var(--blue-l55);color:var(--blue-l30)}.btn_outlined[data-v-841552cb]{background-color:transparent;background-image:none;border:1px solid var(--blue-l65);color:var(--blue-l45)}.btn_color_default.btn_outlined[data-v-841552cb]:hover{border-color:var(--blue-l55);color:var(--blue-l30)}.btn_color_default.btn_outlined[data-v-841552cb]:disabled{background-color:transparent}.btn_color_tabs.btn_outlined[data-v-841552cb]{border-width:1px}.btn_outlined.btn_color_default .spinner[data-v-841552cb]{animation:spin-841552cb 1s linear infinite;border-radius:50%;height:12px;width:12px}.btn_text.btn_color_default[data-v-841552cb]{background-color:transparent;border:transparent;box-shadow:none;font-size:18px;line-height:160%}.btn_text.btn_color_default[data-v-841552cb]:hover{box-shadow:none}.btn.btn_text[data-v-841552cb]:disabled{background-color:transparent}.btn_icon.btn_size_s[data-v-841552cb]{padding:0;width:30px}.btn_icon.btn_size_m[data-v-841552cb]{min-width:48px;padding:0}.btn_icon.btn_size_l[data-v-841552cb]{padding:0;width:50px}.btn__append-icon[data-v-841552cb]{align-items:center;display:flex;width:16px}@keyframes spin-841552cb{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.btn_animated-text>div[data-v-841552cb]{overflow:hidden;position:relative}.btn_animated-text>div[data-v-841552cb]:after{content:attr(data-text);left:50%;position:absolute;top:50%;transform:translate3d(-50%,50%,0);transform-style:preserve-3d;transition:transform .3s ease;width:-moz-max-content;width:max-content}.btn_animated-text>div>span[data-v-841552cb]{display:block;transform:translateZ(0);transition:transform .3s ease}.btn_animated-text:hover>div[data-v-841552cb]:after{transform:translate3d(-50%,-54%,0)}.btn_animated-text:hover>div>span[data-v-841552cb]{transform:translate3d(0,-100%,0)}.menu{display:inline-block;position:relative}.menu__list{background-color:var(--white);border:1px solid var(--black-l96);border-radius:10px;box-shadow:0 4px 11.6px #0000001a;display:flex;flex-direction:column;max-height:0;min-width:62px;opacity:0;overflow-y:hidden;padding:5px;position:absolute;row-gap:2px;top:calc(100% + 5px);transition:opacity .3s .1s,visibility 0s .4s,max-height .3s;visibility:hidden;z-index:1000}.menu__list_align_center{left:50%;transform:translate(-50%)}.menu__list_align_right{right:0}.menu__item>a{align-items:center;border-radius:5px;color:#5d6266;display:flex;font-size:16px;font-weight:400;line-height:150%;padding:2px 10px;text-decoration:none}.menu__item>a.router-link-exact-active{background-color:var(--black-l96)}.menu__item_group{color:var(--colorGray);font-size:12px;font-weight:400;line-height:17px;margin-top:12px;padding:0 15px 5px;text-transform:uppercase}.menu_opened>.menu__list{max-height:200px;opacity:1;overflow-y:auto;transition:opacity .3s,visibility 0s,max-height .3s;visibility:visible}.menu_opened>.form-input{border-color:#dca351}.menu_opened .menu__container:after,.menu_opened :deep(.arrow){transform:rotate(-180deg)}.menu_opened>.lang-switcher[data-v-36efe0a6]:after{rotate:180deg}.lang-switcher[data-v-36efe0a6]{align-items:center;color:var(--white);cursor:pointer;display:flex;gap:10px;line-height:24px;text-transform:uppercase}.lang-switcher[data-v-36efe0a6]:after{background-color:var(--white);content:"";height:6px;-webkit-mask:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" fill="none" viewBox="0 0 10 6"><path fill="%23fff" fill-rule="evenodd" d="M.852.674a.714.714 0 0 1 .954.018l3.339 3.281L8.483.692a.714.714 0 0 1 .954-.018c.27.24.277.635.02.884L5.63 5.308a.7.7 0 0 1-.486.192.7.7 0 0 1-.487-.192L.833 1.558A.593.593 0 0 1 .852.674" clip-rule="evenodd"/></svg>');mask:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" fill="none" viewBox="0 0 10 6"><path fill="%23fff" fill-rule="evenodd" d="M.852.674a.714.714 0 0 1 .954.018l3.339 3.281L8.483.692a.714.714 0 0 1 .954-.018c.27.24.277.635.02.884L5.63 5.308a.7.7 0 0 1-.486.192.7.7 0 0 1-.487-.192L.833 1.558A.593.593 0 0 1 .852.674" clip-rule="evenodd"/></svg>');transition:rotate .3s;width:10px}.menu__item[data-v-36efe0a6]{text-transform:uppercase}.modal-dialog[data-v-fa4db1f1]{all:initial;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#040e2f33;bottom:0;height:100dvh;left:0;overflow:hidden;position:fixed;right:0;top:0;width:100%;z-index:99999}.position__center[data-v-fa4db1f1]{align-items:center;display:flex;justify-content:center}.slide-right-enter-active[data-v-fa4db1f1],.slide-right-leave-active[data-v-fa4db1f1]{transition:transform .3s ease-out}.slide-right-enter-from[data-v-fa4db1f1],.slide-right-leave-to[data-v-fa4db1f1]{transform:translate(100%)}.slide-right-enter-to[data-v-fa4db1f1],.slide-right-leave-from[data-v-fa4db1f1]{transform:translate(0)}.slide-left-enter-active[data-v-fa4db1f1],.slide-left-leave-active[data-v-fa4db1f1]{transition:transform .3s ease-out}.slide-left-enter-from[data-v-fa4db1f1],.slide-left-leave-to[data-v-fa4db1f1]{transform:translate(-100%)}.slide-left-enter-to[data-v-fa4db1f1],.slide-left-leave-from[data-v-fa4db1f1]{transform:translate(0)}.slide-up-enter-active[data-v-fa4db1f1],.slide-up-leave-active[data-v-fa4db1f1]{transition:transform .3s ease-out}.slide-up-enter-from[data-v-fa4db1f1],.slide-up-leave-to[data-v-fa4db1f1]{transform:translateY(-100%)}.slide-up-enter-to[data-v-fa4db1f1],.slide-up-leave-from[data-v-fa4db1f1]{transform:translateY(0)}.bounce-enter-active[data-v-fa4db1f1]{animation:bounce-in-fa4db1f1 .7s}.bounce-leave-active[data-v-fa4db1f1]{animation:bounce-in-fa4db1f1 .7s reverse}@keyframes bounce-in-fa4db1f1{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.header[data-v-24e68ea6]{background:var(--blue-gradient);border-bottom:1px solid rgba(96,166,235,.502);position:fixed;top:0;width:100%;z-index:100}.header__up[data-v-24e68ea6]{align-items:center;display:flex;justify-content:space-between;padding-block:15px}@media only screen and (max-width:992px){.header__up[data-v-24e68ea6]{height:66px}}.header__logo[data-v-24e68ea6]{color:var(--white);text-decoration:none}.header__links[data-v-24e68ea6]{align-items:center;display:flex}@media only screen and (max-width:992px){.header__phone[data-v-24e68ea6]{display:none}}.header__phone>p[data-v-24e68ea6]{color:var(--white);opacity:50%}.header__phone>a[data-v-24e68ea6]{color:var(--white);text-decoration:none}.header__messengers[data-v-24e68ea6]{align-items:center;-moz-column-gap:5px;column-gap:5px;display:flex;margin-inline:25px 21px}@media only screen and (max-width:992px){.header__messengers[data-v-24e68ea6]{display:none}}.header__switcher[data-v-24e68ea6]{margin-right:26px}@media only screen and (max-width:992px){.header__switcher[data-v-24e68ea6]{display:none}}.header__down[data-v-24e68ea6]{align-items:center;display:flex;height:100%;justify-content:center;max-height:200px;opacity:1;overflow:hidden;transition:max-height .4s ease,opacity .4s,padding-block .4s}@media only screen and (max-width:992px){.header__down[data-v-24e68ea6]{display:none}}.header__down>ul[data-v-24e68ea6]{-moz-column-gap:40px;column-gap:40px;display:flex;height:100%;padding-block:17px}.header-line>.header__container>.header__down[data-v-24e68ea6]{max-height:0;opacity:0}.header__page-link[data-v-24e68ea6]{align-items:center;color:var(--white);display:flex;position:relative;text-decoration:none}.header__page-link.router-link-active[data-v-24e68ea6]:before{background-color:var(--accent-l75);border-radius:50%;content:"";display:block;height:10px;left:-14px;position:absolute;width:10px}@media only screen and (max-width:640px){.header__btn[data-v-24e68ea6]{display:none}}.header__hamburger[data-v-24e68ea6]{cursor:pointer;display:none;flex-direction:column;margin-left:20px;padding:6.5px 3.5px;position:relative;row-gap:3px}@media only screen and (max-width:992px){.header__hamburger[data-v-24e68ea6]{display:flex}}.header__hamburger[data-v-24e68ea6]:after,.header__hamburger[data-v-24e68ea6]:before,.header__hamburger>.hamburger-input[data-v-24e68ea6]{background-color:var(--white);content:"";height:2px;transform-origin:right center;transition:opacity .2s ease-in-out,width .2s ease-in-out,rotate .2s ease-in-out,translate .2s ease-in-out;width:18px}.header__hamburger>.hamburger-input[data-v-24e68ea6]{appearance:none;-webkit-appearance:none;-moz-appearance:none;height:2px;outline:none;pointer-events:none}.header__hamburger>.hamburger-input[data-v-24e68ea6]:active,.header__hamburger>.hamburger-input[data-v-24e68ea6]:focus{outline:none!important}.header__hamburger>.hamburger-input[data-v-24e68ea6]:checked{opacity:0;width:0}.header__hamburger[data-v-24e68ea6]:has(.hamburger-input:checked):before{rotate:-45deg;translate:-2px -1px;width:18.11px}.header__hamburger[data-v-24e68ea6]:has(.hamburger-input:checked):after{rotate:45deg;translate:-2px 2px;width:18.11px}.dialog__container[data-v-24e68ea6]{background-color:var(--white);display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100%;padding:24px}@media only screen and (max-width:640px){.dialog__container[data-v-24e68ea6]{padding:36px 16px 25px}}.dialog__list[data-v-24e68ea6]{display:flex;flex-direction:column;row-gap:10px}.dialog__list>li[data-v-24e68ea6]{display:inline-flex}.dialog__page-link[data-v-24e68ea6]{background-color:var(--black-l96);border-radius:8px;color:var(--black-l13);display:inline-block;padding:12px;text-decoration:none;width:100%}.dialog__btn[data-v-24e68ea6]{background-color:var(--accent-l75);background-image:none;display:none;margin-top:25px}@media only screen and (max-width:640px){.dialog__btn[data-v-24e68ea6]{display:inline-flex}}.dialog__contacts[data-v-24e68ea6]{align-items:center;display:flex;justify-content:space-between;margin-top:55px}@media only screen and (max-width:640px){.dialog__contacts[data-v-24e68ea6]{margin-top:45px}}.dialog__phone[data-v-24e68ea6]{display:flex;flex-direction:column;row-gap:2px}.dialog__phone>p[data-v-24e68ea6]{color:var(--black-l38);opacity:50%}.dialog__phone>a[data-v-24e68ea6]{color:var(--black-l13);text-decoration:none}.dialog__messengers[data-v-24e68ea6]{-moz-column-gap:6px;column-gap:6px;display:flex}.dialog__languages[data-v-24e68ea6]{display:flex;flex-direction:column;margin-top:30px;padding-bottom:20px;row-gap:8px}.dialog__languages>p[data-v-24e68ea6]{color:var(--black-l38);opacity:50%}@media only screen and (max-width:640px){.dialog__languages[data-v-24e68ea6]{margin-top:32px}}.dialog__items[data-v-24e68ea6]{-moz-column-gap:15px;column-gap:15px;display:flex;flex-direction:row-reverse;width:-moz-fit-content;width:fit-content}.dialog__items>li>a[data-v-24e68ea6]{background-color:var(--black-l96);border-radius:8px;color:var(--black-l13);display:inline-block;padding:10px;text-decoration:none;text-transform:uppercase}.dialog__items>li>a.router-link-active[data-v-24e68ea6]{color:var(--blue-l45)}.footer[data-v-024d1871]{padding-bottom:20px}.footer__gray[data-v-024d1871]{background-color:var(--black-l96)}.footer__container[data-v-024d1871]{display:grid;grid-template-columns:repeat(12,1fr);position:relative}@media only screen and (max-width:992px){.footer__container[data-v-024d1871]{grid-template-columns:repeat(6,1fr)}}.footer__contacts[data-v-024d1871]{grid-column:1/6;grid-row:span 2}@media only screen and (max-width:992px){.footer__contacts[data-v-024d1871]{grid-column:span 6;grid-row:1;margin-bottom:45px}}.footer__contacts>a[data-v-024d1871]{color:var(--black-l13);text-decoration:none;transition:color .3s}.footer__contacts>a[data-v-024d1871]:hover{color:var(--blue-l45)}.footer__menu[data-v-024d1871]{grid-column:6/9;grid-row:span 2}@media only screen and (max-width:992px){.footer__menu[data-v-024d1871]{grid-column:span 2;grid-row:2;margin-bottom:30px}}@media only screen and (max-width:640px){.footer__menu[data-v-024d1871]{grid-column:span 4}}.footer__menu>ul[data-v-024d1871]{display:flex;flex-direction:column;row-gap:8px}.footer__list[data-v-024d1871]{-moz-column-gap:12px;column-gap:12px;display:flex;margin-top:40px}@media only screen and (max-width:992px){.footer__list[data-v-024d1871]{margin-top:20px}}.footer__list>li>a[data-v-024d1871]{align-items:center;display:flex;height:56px;justify-content:center;width:56px}.footer__list>li>a[data-v-024d1871]>*{height:36px;width:36px}.footer__tests[data-v-024d1871]{grid-column:9/12;grid-row:1;margin-bottom:40px}@media only screen and (max-width:992px){.footer__tests[data-v-024d1871]{grid-column:span 2;grid-row:2;margin-bottom:0}}.footer__tests>ul[data-v-024d1871]{display:flex;flex-direction:column;row-gap:7px}@media only screen and (max-width:992px){.footer__tests>ul[data-v-024d1871]{row-gap:17px}}.footer__social[data-v-024d1871]{grid-column:9/12;grid-row:2;margin-bottom:116px}@media only screen and (max-width:992px){.footer__social[data-v-024d1871]{grid-column:span 6;grid-row:3;margin-bottom:45px}}.footer__social>p[data-v-024d1871]{color:var(--black-l70);margin-bottom:10px}.footer__social>ul[data-v-024d1871]{display:flex;gap:10px}.footer__icon[data-v-024d1871]{align-items:center;background-color:var(--black-l96);border-radius:10px;display:flex;height:37px;justify-content:center;width:37px}.footer__icon[data-v-024d1871]:after{background-color:var(--black-l38);content:"";transition:background-color .3s}.footer__icon[data-v-024d1871]:hover:after{background-color:var(--blue-l55)}.footer__instagram[data-v-024d1871]:after{height:22px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' fill='none' viewBox='0 0 23 22'%3E%3Cpath fill='%2358626b' fill-rule='evenodd' d='M11.5 17.06a6.167 6.167 0 1 0 0-12.333 6.167 6.167 0 0 0 0 12.334m0-1.541a4.625 4.625 0 1 0 0-9.25 4.625 4.625 0 0 0 0 9.25' clip-rule='evenodd'/%3E%3Cpath fill='%2358626b' d='M18.437 4.727a.77.77 0 1 0 0-1.541.77.77 0 0 0 0 1.541'/%3E%3Cpath fill='%2358626b' fill-rule='evenodd' d='M5.333.102A4.625 4.625 0 0 0 .708 4.727v12.334a4.625 4.625 0 0 0 4.625 4.625h12.333a4.625 4.625 0 0 0 4.625-4.625V4.727A4.625 4.625 0 0 0 17.666.102zm12.333 1.542H5.333A3.083 3.083 0 0 0 2.25 4.727v12.334a3.083 3.083 0 0 0 3.083 3.083h12.333a3.083 3.083 0 0 0 3.084-3.083V4.727a3.083 3.083 0 0 0-3.084-3.083' clip-rule='evenodd'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' fill='none' viewBox='0 0 23 22'%3E%3Cpath fill='%2358626b' fill-rule='evenodd' d='M11.5 17.06a6.167 6.167 0 1 0 0-12.333 6.167 6.167 0 0 0 0 12.334m0-1.541a4.625 4.625 0 1 0 0-9.25 4.625 4.625 0 0 0 0 9.25' clip-rule='evenodd'/%3E%3Cpath fill='%2358626b' d='M18.437 4.727a.77.77 0 1 0 0-1.541.77.77 0 0 0 0 1.541'/%3E%3Cpath fill='%2358626b' fill-rule='evenodd' d='M5.333.102A4.625 4.625 0 0 0 .708 4.727v12.334a4.625 4.625 0 0 0 4.625 4.625h12.333a4.625 4.625 0 0 0 4.625-4.625V4.727A4.625 4.625 0 0 0 17.666.102zm12.333 1.542H5.333A3.083 3.083 0 0 0 2.25 4.727v12.334a3.083 3.083 0 0 0 3.083 3.083h12.333a3.083 3.083 0 0 0 3.084-3.083V4.727a3.083 3.083 0 0 0-3.084-3.083' clip-rule='evenodd'/%3E%3C/svg%3E");width:23px}.footer__tiktok[data-v-024d1871]:after{height:23px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' fill='none' viewBox='0 0 24 23'%3E%3Cpath fill='%2358616b' stroke='%2358616b' stroke-width='.5' d='M3.68.474c-1.43 0-2.6 1.17-2.6 2.6v16.64c0 1.43 1.17 2.6 2.6 2.6h16.64c1.43 0 2.6-1.17 2.6-2.6V3.074c0-1.43-1.17-2.6-2.6-2.6zm0 1.04h16.64c.87 0 1.56.69 1.56 1.56v16.64c0 .87-.69 1.56-1.56 1.56H3.68c-.87 0-1.56-.69-1.56-1.56V3.074c0-.87.69-1.56 1.56-1.56Zm8.862 2.08a.52.52 0 0 0-.52.52l-.01 5.075-.009 3.5L12 14.303c0 .944-.857 1.715-1.834 1.715-.97 0-1.743-.774-1.743-1.744 0-.969.774-1.742 1.743-1.742.033 0 .099.01.212.024a.52.52 0 0 0 .582-.517V9.854a.52.52 0 0 0-.487-.519c-.082-.005-.183-.015-.307-.015a4.96 4.96 0 0 0-4.954 4.954 4.96 4.96 0 0 0 4.954 4.955 4.963 4.963 0 0 0 4.954-4.955V9.57c.757.605 1.7.988 2.74.988q.212-.001.407-.02a.52.52 0 0 0 .472-.518V7.591a.52.52 0 0 0-.483-.52 3.37 3.37 0 0 1-3.108-3.01.52.52 0 0 0-.518-.467zm.52 1.04h1.186a4.34 4.34 0 0 0 3.45 3.352v1.49c-1.111-.057-2.088-.612-2.663-1.486a.52.52 0 0 0-.955.286v5.998a3.907 3.907 0 0 1-3.914 3.915 3.907 3.907 0 0 1-3.914-3.915c0-2.08 1.622-3.731 3.668-3.864v1.131c-1.411.132-2.537 1.29-2.537 2.733a2.79 2.79 0 0 0 2.783 2.784c1.523 0 2.874-1.199 2.874-2.755l.003-1.612.008-3.5z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' fill='none' viewBox='0 0 24 23'%3E%3Cpath fill='%2358616b' stroke='%2358616b' stroke-width='.5' d='M3.68.474c-1.43 0-2.6 1.17-2.6 2.6v16.64c0 1.43 1.17 2.6 2.6 2.6h16.64c1.43 0 2.6-1.17 2.6-2.6V3.074c0-1.43-1.17-2.6-2.6-2.6zm0 1.04h16.64c.87 0 1.56.69 1.56 1.56v16.64c0 .87-.69 1.56-1.56 1.56H3.68c-.87 0-1.56-.69-1.56-1.56V3.074c0-.87.69-1.56 1.56-1.56Zm8.862 2.08a.52.52 0 0 0-.52.52l-.01 5.075-.009 3.5L12 14.303c0 .944-.857 1.715-1.834 1.715-.97 0-1.743-.774-1.743-1.744 0-.969.774-1.742 1.743-1.742.033 0 .099.01.212.024a.52.52 0 0 0 .582-.517V9.854a.52.52 0 0 0-.487-.519c-.082-.005-.183-.015-.307-.015a4.96 4.96 0 0 0-4.954 4.954 4.96 4.96 0 0 0 4.954 4.955 4.963 4.963 0 0 0 4.954-4.955V9.57c.757.605 1.7.988 2.74.988q.212-.001.407-.02a.52.52 0 0 0 .472-.518V7.591a.52.52 0 0 0-.483-.52 3.37 3.37 0 0 1-3.108-3.01.52.52 0 0 0-.518-.467zm.52 1.04h1.186a4.34 4.34 0 0 0 3.45 3.352v1.49c-1.111-.057-2.088-.612-2.663-1.486a.52.52 0 0 0-.955.286v5.998a3.907 3.907 0 0 1-3.914 3.915 3.907 3.907 0 0 1-3.914-3.915c0-2.08 1.622-3.731 3.668-3.864v1.131c-1.411.132-2.537 1.29-2.537 2.733a2.79 2.79 0 0 0 2.783 2.784c1.523 0 2.874-1.199 2.874-2.755l.003-1.612.008-3.5z'/%3E%3C/svg%3E");width:24px}.footer__copyright[data-v-024d1871]{color:var(--black-l70);grid-column:1/6;grid-row:3}@media only screen and (max-width:992px){.footer__copyright[data-v-024d1871]{grid-column:span 6;grid-row:4;margin-bottom:25px}}.footer__confidentiality[data-v-024d1871]{color:var(--black-l70);grid-column:6/9;grid-row:3;text-decoration:none;transition:color .3s}@media only screen and (max-width:992px){.footer__confidentiality[data-v-024d1871]{grid-column:span 6;grid-row:6}}.footer__confidentiality[data-v-024d1871]:hover{color:var(--blue-l55)}.footer__offerta[data-v-024d1871]{color:var(--black-l70);grid-column:9/12;grid-row:3;text-decoration:none;transition:color .3s}@media only screen and (max-width:992px){.footer__offerta[data-v-024d1871]{grid-column:span 6;grid-row:5;margin-bottom:2px}}.footer__offerta[data-v-024d1871]:hover{color:var(--blue-l55)}.footer__label[data-v-024d1871]{color:var(--black-l70);margin-bottom:20px}.footer__link[data-v-024d1871]{color:#787885;text-decoration:none;transition:color .3s}.footer__link[data-v-024d1871]:hover{color:var(--blue-l55)}.footer__up[data-v-024d1871]{align-items:center;background-color:transparent;border:2px solid var(--black-l70);border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:0;top:0;width:40px}@media only screen and (max-width:992px){.footer__up[data-v-024d1871]{display:none}}.footer__up[data-v-024d1871]:after{background-color:var(--black-l70);content:"";height:18px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18' fill='none' viewBox='0 0 12 18'%3E%3Cpath stroke='%23abb3ba' stroke-width='2' d='M6 17.412V1.529m0 0 5.293 5.295M6 1.529.705 6.824'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18' fill='none' viewBox='0 0 12 18'%3E%3Cpath stroke='%23abb3ba' stroke-width='2' d='M6 17.412V1.529m0 0 5.293 5.295M6 1.529.705 6.824'/%3E%3C/svg%3E");transition:background-color .3s;width:12px}.footer__up[data-v-024d1871]:hover:after{background-color:var(--black-l30)}.page-enter-active,.page-leave-active{transition:all .4s}.page-enter,.page-leave-to{filter:blur(1rem);opacity:0}.error__image[data-v-a4d299d9]{margin-bottom:42px}.error__title[data-v-a4d299d9]{margin-bottom:8px}.error__text[data-v-a4d299d9]{font-size:18px;font-weight:400;line-height:27px;text-align:center}.error__title[data-v-579ac3e4]{color:var(--black-l98);margin-bottom:35px}@media only screen and (max-width:640px){.error__title[data-v-579ac3e4]{font-size:45px;line-height:102.22%}}.error__text[data-v-579ac3e4]{color:var(--black-l98);margin-bottom:50px;max-width:400px;text-align:center}.error__image[data-v-579ac3e4]{height:100%;margin-top:50px;max-width:742px;width:100%}.page-error{align-items:center;background:var(--blue-gradient);display:flex;flex-direction:column;margin-bottom:40px;min-height:100dvh;padding-top:186px;width:100%}@media only screen and (max-width:640px){.page-error{margin-bottom:150px;min-height:auto;padding-bottom:70px;padding-top:116px}}
