/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}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;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}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}:root,:root.light{--text-main: #222;--text-secondary: #717171;--text-tertiary: #9f9f9f;--text-accent: #fff;--color-main: #222;--color-secondary: #f4f4f6;--color-accent-form: #fff;--color-accent: #7855ed;--surface-main: #fff;--surface-secondary: #f4f4f6;--surface-tertiary: #f0f0f0;--button-primary: #7855ed;--button-primary-disabled: #917aeb;--button-primary-box-shadow: 0 4px 15px 0 rgb(160, 133, 244);--button-secondary: #fff;--button-secondary-disabled: #f4f4f6;--button-secondary-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .4);--button-tertiary: #f4f4f6;--button-tertiary-disabled: #f4f4f6;--button-tertiary-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .4)}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}html,body{min-width:300px;min-height:100%;margin:0;padding:0;font-family:Montserrat,sans-serif;font-size:16px;line-height:1.2;font-weight:400;color:var(--text-main);background-color:var(--surface-tertiary);scroll-behavior:smooth}a{-webkit-text-decoration:none;text-decoration:none}[x-apple-data-detectors]{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;-webkit-text-decoration:none;text-decoration:none}[v-cloak]{display:none}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;white-space:nowrap;border:0;clip:rect(0 0 0 0);clip-path:inset(50%)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}.title{font-size:32px;font-weight:600;color:var(--text-main)}@media (min-width: 64em){.title{font-size:40px}}@keyframes button-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button{display:inline-flex;justify-content:start;align-items:center;width:100%;padding:14px 55px 14px 25px;font-family:inherit;font-size:14px;background-color:transparent;border:1px solid transparent;border-radius:400px;cursor:pointer}@media (min-width: 30em){.button{max-width:-moz-max-content;max-width:max-content}}@media (min-width: 64em){.button{padding:22px 85px 22px 40px;font-size:16px}}.button_primary{position:relative;background-color:var(--button-primary);color:var(--text-accent);transition:box-shadow .3s ease}.button_primary:hover:not(:disabled),.button_primary:focus:not(:disabled){box-shadow:var(--button-primary-box-shadow)}.button_primary:disabled{background-color:var(--button-primary-disabled)}.button_primary:after{content:"";position:absolute;top:50%;right:10px;width:30px;height:30px;background:var(--surface-main) url(/svg/arrow-button.svg) center/contain no-repeat;border-radius:50%;transform:translateY(-50%)}@media (min-width: 64em){.button_primary:after{width:45px;height:45px}}.button_secondary{position:relative;background-color:var(--button-secondary);color:var(--text-main);transition:box-shadow .3s ease}.button_secondary:hover:not(:disabled),.button_secondary:focus:not(:disabled){box-shadow:var(--button-secondary-box-shadow)}.button_secondary:disabled{background-color:var(--button-secondary-disabled)}.button_secondary:before,.button_secondary:after{content:"";position:absolute;top:50%;right:10px;width:30px;height:30px;margin-top:-15px;border-radius:50%}@media (min-width: 64em){.button_secondary:before,.button_secondary:after{width:45px;height:45px;margin-top:-22.5px}}.button_secondary:before{background:var(--surface-secondary) url(/svg/arrow-button.svg) center/contain no-repeat}.button_tertiary{position:relative;background-color:var(--button-tertiary);color:var(--text-main);transition:box-shadow .3s ease}.button_tertiary:hover:not(:disabled),.button_tertiary:focus:not(:disabled){box-shadow:var(--button-tertiary-box-shadow)}.button_tertiary:disabled{background-color:var(--button-tertiary-disabled)}.button_tertiary:before,.button_tertiary:after{content:"";position:absolute;top:50%;right:10px;width:30px;height:30px;margin-top:-15px;border-radius:50%}@media (min-width: 64em){.button_tertiary:before,.button_tertiary:after{width:45px;height:45px;margin-top:-22.5px}}.button_tertiary:before{background:var(--surface-tertiary) url(/svg/arrow-button.svg) center/contain no-repeat}.button_loading:after{border-width:2px;border-style:solid;border-color:var(--surface-secondary) transparent transparent;box-shadow:0 0 0 1px transparent;animation:button-spin .6s linear;animation-iteration-count:infinite}.button_loading:before{border:2px solid rgba(0,0,0,.15)}.section{margin-bottom:50px}@media (min-width: 64em){.section{margin-bottom:70px}}.image{display:flex;margin:0;padding:0;width:100%;overflow:hidden;border-radius:16px}.image img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.logo[data-astro-cid-2fn3xqus]{display:inline-flex}.logo__link[data-astro-cid-2fn3xqus]{display:block}.logo__image[data-astro-cid-2fn3xqus] img[data-astro-cid-2fn3xqus]{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.nav[data-v-92f9bb1f]{display:inline-flex;gap:20px}.nav__content[data-v-92f9bb1f]{position:fixed;inset:0;z-index:-1;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:50px;padding-top:100px;background-color:var(--surface-tertiary);transform:translateY(-300%)}.open .nav__content[data-v-92f9bb1f]{transform:translateY(0);transition:transform .3s ease}@media (min-width: 64em){.nav__content[data-v-92f9bb1f]{position:relative;z-index:auto;z-index:initial;flex-direction:row;justify-content:inherit;padding:inherit;transform:none;transform:initial;transition:none}}.nav__list[data-v-92f9bb1f]{display:flex;flex-direction:column;align-items:center;gap:25px;margin:0;padding:0;list-style:none}@media (min-width: 64em){.nav__list[data-v-92f9bb1f]{position:relative;flex-direction:row;justify-content:inherit;gap:25px}}.nav__link[data-v-92f9bb1f]{position:relative;font-size:14px;font-weight:400;color:var(--text-main);transition:color .3s ease}.nav__link[data-v-92f9bb1f]:hover,.nav__link[data-v-92f9bb1f]:focus,.nav__link.active[data-v-92f9bb1f]{color:var(--color-accent)}.nav__link[data-v-92f9bb1f]:hover:before,.nav__link[data-v-92f9bb1f]:focus:before,.nav__link.active[data-v-92f9bb1f]:before{width:100%}.nav__link[data-v-92f9bb1f]:before{content:"";position:absolute;bottom:-2px;left:0;display:block;width:0;height:2px;background-color:var(--color-accent);transition:width .3s ease}@media (min-width: 64em){.nav__order[data-v-92f9bb1f],.nav__login[data-v-92f9bb1f]{display:none}}.nav__toggle[data-v-92f9bb1f]{position:relative;display:flex;width:26px;height:26px;padding:0;background-color:transparent;border:none;cursor:pointer}@media (min-width: 64em){.nav__toggle[data-v-92f9bb1f]{display:none}}.open .nav__toggle[data-v-92f9bb1f]:before,.open .nav__toggle[data-v-92f9bb1f]:after{background-color:var(--color-accent)}.nav__toggle[data-v-92f9bb1f]:before,.nav__toggle[data-v-92f9bb1f]:after{content:"";position:absolute;display:block;width:100%;height:2.5px;background-color:var(--text-main);border-radius:2px;transition:background-color .3s ease,transform .3s ease}.nav__toggle[data-v-92f9bb1f]:before{top:8px;left:0}.nav__toggle[data-v-92f9bb1f]:after{top:14px;right:0;width:18px}.open .nav__toggle[data-v-92f9bb1f]:before{top:50%;left:50%;transform:rotate(45deg) translate(-10px,9px)}.open .nav__toggle[data-v-92f9bb1f]:after{top:50%;left:50%;width:100%;transform:rotate(-45deg) translate(-9px,-10px)}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:10;padding:16px 0;background-color:var(--surface-tertiary)}@media (min-width: 64em){.header[data-astro-cid-3ef6ksr2]{padding:30px 0}}.menu-open .header{position:fixed;top:0;right:0;left:0}.header__container[data-astro-cid-3ef6ksr2]{justify-content:space-between;display:flex;align-items:center;gap:10px}.header__logo[data-astro-cid-3ef6ksr2]{width:100%;max-width:102px}@media (min-width: 48em){.header__logo[data-astro-cid-3ef6ksr2]{max-width:201px}}.socials[data-astro-cid-uoksws5j]{display:inline-flex}.socials__list[data-astro-cid-uoksws5j]{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.socials__link[data-astro-cid-uoksws5j]{display:flex;justify-content:center;align-items:center;font-size:0}.socials__link[data-astro-cid-uoksws5j]:before{content:"";display:block;width:30px;height:30px;background-size:contain;background-position:center;background-repeat:no-repeat;transition:background .3s ease}.socials__link_telegram[data-astro-cid-uoksws5j]:hover:before,.socials__link_telegram[data-astro-cid-uoksws5j]:focus:before{background-image:url\(\a \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='31' fill='%237855ed' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15.2a15 15 0 1 1-30 0 15 15 0 0 1 30 0zm-14.462-3.926c-1.46.607-4.376 1.864-8.749 3.769-.708.28-1.08.557-1.115.828-.057.456.515.636 1.293.882l.329.103c.765.25 1.796.54 2.33.551.488.013 1.03-.187 1.628-.6 4.086-2.757 6.195-4.151 6.326-4.181.094-.023.225-.049.311.03.087.079.079.225.07.264-.057.242-2.301 2.327-3.462 3.407-.362.338-.618.576-.67.63a14.86 14.86 0 0 1-.353.349c-.713.686-1.245 1.2.028 2.04.613.405 1.104.737 1.594 1.07.532.364 1.065.726 1.754 1.18.175.115.344.232.507.35.62.443 1.181.84 1.87.777.4-.038.815-.413 1.025-1.538.497-2.657 1.473-8.411 1.698-10.783a2.624 2.624 0 0 0-.024-.59.638.638 0 0 0-.214-.407.994.994 0 0 0-.58-.175c-.563.01-1.431.311-5.596 2.044z'/%3E%3C/svg%3E")}.socials__link_telegram[data-astro-cid-uoksws5j]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='31' fill='%239F9F9F' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15.2a15 15 0 1 1-30 0 15 15 0 0 1 30 0zm-14.462-3.926c-1.46.607-4.376 1.864-8.749 3.769-.708.28-1.08.557-1.115.828-.057.456.515.636 1.293.882l.329.103c.765.25 1.796.54 2.33.551.488.013 1.03-.187 1.628-.6 4.086-2.757 6.195-4.151 6.326-4.181.094-.023.225-.049.311.03.087.079.079.225.07.264-.057.242-2.301 2.327-3.462 3.407-.362.338-.618.576-.67.63a14.86 14.86 0 0 1-.353.349c-.713.686-1.245 1.2.028 2.04.613.405 1.104.737 1.594 1.07.532.364 1.065.726 1.754 1.18.175.115.344.232.507.35.62.443 1.181.84 1.87.777.4-.038.815-.413 1.025-1.538.497-2.657 1.473-8.411 1.698-10.783a2.624 2.624 0 0 0-.024-.59.638.638 0 0 0-.214-.407.994.994 0 0 0-.58-.175c-.563.01-1.431.311-5.596 2.044z'/%3E%3C/svg%3E")}.socials__link_instagram[data-astro-cid-uoksws5j]:hover:before,.socials__link_instagram[data-astro-cid-uoksws5j]:focus:before{background-image:url\(\a \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' fill='%237855ed' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url("%23a")'%3E%3Cpath d='M17 15.038a2 2 0 1 1-1.95-2.037A2.025 2.025 0 0 1 17 15.038z'/%3E%3Cpath d='M19.009 8H10.99a3.01 3.01 0 0 0-2.115.865A2.934 2.934 0 0 0 8 10.953v8.094a2.92 2.92 0 0 0 .876 2.088 3.025 3.025 0 0 0 2.115.865h8.018a3.025 3.025 0 0 0 2.115-.865A2.921 2.921 0 0 0 22 19.047v-8.08a2.924 2.924 0 0 0-.872-2.096A3.028 3.028 0 0 0 19.008 8zm-4.01 11.269a4.033 4.033 0 0 1-2.243-.621 3.958 3.958 0 0 1-1.511-1.751 3.897 3.897 0 0 1-.264-2.286 3.926 3.926 0 0 1 1.071-2.042 4.01 4.01 0 0 1 2.044-1.105 4.043 4.043 0 0 1 2.32.21 3.984 3.984 0 0 1 1.808 1.45c.443.65.68 1.417.68 2.2.006.513-.09 1.021-.283 1.496a3.895 3.895 0 0 1-.842 1.275 3.952 3.952 0 0 1-1.272.86c-.477.201-.989.308-1.508.314zm4.34-7.887a.741.741 0 0 1-.524-.217.722.722 0 0 1-.21-.521c0-.196.08-.384.22-.522a.753.753 0 0 1 1.057 0c.14.138.219.326.219.522a.717.717 0 0 1-.24.556.735.735 0 0 1-.583.182h.06z'/%3E%3Cpath d='M15.075 0a15 15 0 1 0-.15 30 15 15 0 0 0 .15-30zm9.11 19.053a5.085 5.085 0 0 1-5.115 5.116h-7.986a5.087 5.087 0 0 1-5.117-5.115v-7.987a5.085 5.085 0 0 1 5.115-5.116h7.988a5.085 5.085 0 0 1 5.114 5.115v7.987z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.socials__link_instagram[data-astro-cid-uoksws5j]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' fill='%239F9F9F' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M17 15.038a2 2 0 1 1-1.95-2.037A2.025 2.025 0 0 1 17 15.038z'/%3E%3Cpath d='M19.009 8H10.99a3.01 3.01 0 0 0-2.115.865A2.934 2.934 0 0 0 8 10.953v8.094a2.92 2.92 0 0 0 .876 2.088 3.025 3.025 0 0 0 2.115.865h8.018a3.025 3.025 0 0 0 2.115-.865A2.921 2.921 0 0 0 22 19.047v-8.08a2.924 2.924 0 0 0-.872-2.096A3.028 3.028 0 0 0 19.008 8zm-4.01 11.269a4.033 4.033 0 0 1-2.243-.621 3.958 3.958 0 0 1-1.511-1.751 3.897 3.897 0 0 1-.264-2.286 3.926 3.926 0 0 1 1.071-2.042 4.01 4.01 0 0 1 2.044-1.105 4.043 4.043 0 0 1 2.32.21 3.984 3.984 0 0 1 1.808 1.45c.443.65.68 1.417.68 2.2.006.513-.09 1.021-.283 1.496a3.895 3.895 0 0 1-.842 1.275 3.952 3.952 0 0 1-1.272.86c-.477.201-.989.308-1.508.314zm4.34-7.887a.741.741 0 0 1-.524-.217.722.722 0 0 1-.21-.521c0-.196.08-.384.22-.522a.753.753 0 0 1 1.057 0c.14.138.219.326.219.522a.717.717 0 0 1-.24.556.735.735 0 0 1-.583.182h.06z'/%3E%3Cpath d='M15.075 0a15 15 0 1 0-.15 30 15 15 0 0 0 .15-30zm9.11 19.053a5.085 5.085 0 0 1-5.115 5.116h-7.986a5.087 5.087 0 0 1-5.117-5.115v-7.987a5.085 5.085 0 0 1 5.115-5.116h7.988a5.085 5.085 0 0 1 5.114 5.115v7.987z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.socials__link_youtube[data-astro-cid-uoksws5j]:hover:before,.socials__link_youtube[data-astro-cid-uoksws5j]:focus:before{background-image:url\(\a \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' fill='%237855ed' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15'/%3E%3Cpath d='m16.833 15-3.208 1.833v-3.667l3.208 1.833z' fill='%23fff' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.833 15.649V14.35c0-2.654 0-3.982.83-4.835.83-.854 2.137-.891 4.75-.965 1.238-.035 2.503-.06 3.587-.06 1.083 0 2.347.025 3.586.06 2.613.074 3.92.11 4.75.965.83.854.83 2.182.83 4.835v1.297c0 2.654 0 3.98-.83 4.835-.83.854-2.136.891-4.75.964-1.238.036-2.503.06-3.586.06-1.084 0-2.348-.024-3.586-.06-2.614-.073-3.92-.11-4.751-.964-.83-.854-.83-2.182-.83-4.835z' stroke='%23fff' fill='none' stroke-width='1.5'/%3E%3C/svg%3E")}.socials__link_youtube[data-astro-cid-uoksws5j]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' fill='%239F9F9F' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15'/%3E%3Cpath d='m16.833 15-3.208 1.833v-3.667l3.208 1.833z' fill='%23fff' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.833 15.649V14.35c0-2.654 0-3.982.83-4.835.83-.854 2.137-.891 4.75-.965 1.238-.035 2.503-.06 3.587-.06 1.083 0 2.347.025 3.586.06 2.613.074 3.92.11 4.75.965.83.854.83 2.182.83 4.835v1.297c0 2.654 0 3.98-.83 4.835-.83.854-2.136.891-4.75.964-1.238.036-2.503.06-3.586.06-1.084 0-2.348-.024-3.586-.06-2.614-.073-3.92-.11-4.751-.964-.83-.854-.83-2.182-.83-4.835z' stroke='%23fff' fill='none' stroke-width='1.5'/%3E%3C/svg%3E")}.socials__link_facebook[data-astro-cid-uoksws5j]:hover:before,.socials__link_facebook[data-astro-cid-uoksws5j]:focus:before{background-image:url\(\a \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' fill='%237855ed' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15'/%3E%3Cpath d='M16.834 16.375h2.291l.917-3.667h-3.208v-1.833c0-.944 0-1.834 1.833-1.834h1.375v-3.08c-.299-.04-1.427-.128-2.619-.128-2.489 0-4.256 1.519-4.256 4.308v2.567h-2.75v3.667h2.75v7.791h3.667v-7.791z' fill='%23fff'/%3E%3C/svg%3E")}.socials__link_facebook[data-astro-cid-uoksws5j]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' fill='%239F9F9F' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15'/%3E%3Cpath d='M16.834 16.375h2.291l.917-3.667h-3.208v-1.833c0-.944 0-1.834 1.833-1.834h1.375v-3.08c-.299-.04-1.427-.128-2.619-.128-2.489 0-4.256 1.519-4.256 4.308v2.567h-2.75v3.667h2.75v7.791h3.667v-7.791z' fill='%23fff'/%3E%3C/svg%3E")}.socials__link_tiktok[data-astro-cid-uoksws5j]:hover:before,.socials__link_tiktok[data-astro-cid-uoksws5j]:focus:before{background-image:url\(\a \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' fill='%237855ed' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url("%23a")'%3E%3Crect width='30' height='30' rx='15'/%3E%3Cpath d='M19.6 8.82A4.278 4.278 0 0 1 18.54 6h-3.09v12.4a2.592 2.592 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6 0-1.72 1.66-3.01 3.37-2.48v-3.16c-3.45-.46-6.47 2.22-6.47 5.64 0 3.33 2.76 5.7 5.69 5.7 3.14 0 5.69-2.55 5.69-5.7v-6.29a7.35 7.35 0 0 0 4.3 1.38V10.3s-1.88.09-3.24-1.48z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='30' height='30' rx='15' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.socials__link_tiktok[data-astro-cid-uoksws5j]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' fill='%239F9F9F' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='30' height='30' rx='15'/%3E%3Cpath d='M19.6 8.82A4.278 4.278 0 0 1 18.54 6h-3.09v12.4a2.592 2.592 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6 0-1.72 1.66-3.01 3.37-2.48v-3.16c-3.45-.46-6.47 2.22-6.47 5.64 0 3.33 2.76 5.7 5.69 5.7 3.14 0 5.69-2.55 5.69-5.7v-6.29a7.35 7.35 0 0 0 4.3 1.38V10.3s-1.88.09-3.24-1.48z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='30' height='30' rx='15' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.contacts__socials[data-astro-cid-uesukfhm]{margin-bottom:30px}.contacts__link[data-astro-cid-uesukfhm]{font-size:24px;font-weight:400;color:var(--text-main);transition:color .3s ease}@media (min-width: 64em){.contacts__link[data-astro-cid-uesukfhm]{font-size:32px}}.contacts__link[data-astro-cid-uesukfhm]:hover,.contacts__link[data-astro-cid-uesukfhm]:focus{color:var(--color-accent)}.contacts__email[data-astro-cid-uesukfhm]{margin:0 0 30px}.contacts__time[data-astro-cid-uesukfhm]{margin:0 0 12px;font-size:16px;font-weight:400;color:var(--text-main)}@media (min-width: 64em){.contacts__time[data-astro-cid-uesukfhm]{margin-bottom:16px}}.contacts__phone[data-astro-cid-uesukfhm]{margin:0}.contacts-socials__title[data-astro-cid-uesukfhm]{margin:0 0 12px;font-size:16px;font-weight:500;color:var(--text-main)}@media (min-width: 64em){.contacts-socials__title[data-astro-cid-uesukfhm]{margin-bottom:20px}}.contacts-socials__list[data-astro-cid-uesukfhm]{display:flex;gap:12px;margin:0;padding:0;list-style:none}@media (min-width: 64em){.contacts-socials__list[data-astro-cid-uesukfhm]{gap:20px}}.contacts-socials__item[data-astro-cid-uesukfhm]{flex:1}.contacts-socials__link[data-astro-cid-uesukfhm]{display:flex;justify-content:center;align-items:center;padding:17px;font-size:16px;font-weight:400;color:var(--text-main);background-color:var(--surface-main);border:1px solid var(--color-main);border-radius:50px;transition:color .3s ease,background .3s ease,border .3s ease}.contacts-socials__link[data-astro-cid-uesukfhm]:hover,.contacts-socials__link[data-astro-cid-uesukfhm]:focus{color:var(--text-accent);background-color:var(--color-accent);border-color:var(--color-accent)}.nav[data-astro-cid-y55kohaz]{display:inline-flex}.nav__list[data-astro-cid-y55kohaz]{display:flex;gap:25px;margin:0;padding:0;list-style:none}.nav__link[data-astro-cid-y55kohaz]{position:relative;font-size:14px;font-weight:400;color:var(--text-main);transition:color .3s ease}.nav__link[data-astro-cid-y55kohaz]:hover,.nav__link[data-astro-cid-y55kohaz]:focus,.nav__link[data-astro-cid-y55kohaz].active{color:var(--color-accent)}.nav__link[data-astro-cid-y55kohaz]:hover:before,.nav__link[data-astro-cid-y55kohaz]:focus:before,.nav__link[data-astro-cid-y55kohaz].active:before{width:100%}.nav__link[data-astro-cid-y55kohaz]:before{content:"";position:absolute;bottom:-2px;left:0;display:block;width:0;height:2px;background-color:var(--color-accent);transition:width .3s ease}.payments__list[data-astro-cid-aglhhfxm]{display:grid;grid-template-columns:repeat(auto-fill,minmax(50px,max-content));grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}@media (min-width: 30em){.payments__list[data-astro-cid-aglhhfxm]{grid-template-columns:repeat(auto-fill,minmax(70px,max-content))}}@media (min-width: 48em){.payments__list[data-astro-cid-aglhhfxm]{grid-template-columns:repeat(auto-fill,minmax(80px,max-content))}}.payments__item[data-astro-cid-aglhhfxm]{max-width:100px}.payments__image[data-astro-cid-aglhhfxm]{display:flex;justify-content:center;align-items:center;background-color:var(--surface-main);border:1px solid var(--color-secondary);border-radius:4px;overflow:hidden}.payments__image[data-astro-cid-aglhhfxm] img[data-astro-cid-aglhhfxm]{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.info__list[data-astro-cid-ewt5tfvh]{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}@media (min-width: 64em){.info__list[data-astro-cid-ewt5tfvh]{flex-direction:row;justify-content:space-between;flex-wrap:wrap}}.info__link[data-astro-cid-ewt5tfvh]{position:relative;font-size:14px;font-weight:400;color:var(--text-main);transition:color .3s ease}.info__link[data-astro-cid-ewt5tfvh]:hover,.info__link[data-astro-cid-ewt5tfvh]:focus,.info__link[data-astro-cid-ewt5tfvh].active{color:var(--color-accent)}.info__link[data-astro-cid-ewt5tfvh]:hover:before,.info__link[data-astro-cid-ewt5tfvh]:focus:before,.info__link[data-astro-cid-ewt5tfvh].active:before{width:100%}.info__link[data-astro-cid-ewt5tfvh]:before{content:"";position:absolute;bottom:-2px;left:0;display:block;width:0;height:2px;background-color:var(--color-accent);transition:width .3s ease}.footer[data-astro-cid-sz7xmlte]{margin-bottom:16px}@media (min-width: 64em){.footer[data-astro-cid-sz7xmlte]{margin-bottom:60px}}.footer__content[data-astro-cid-sz7xmlte]{padding:40px 16px;background-color:var(--surface-main);border-radius:30px}@media (min-width: 48em){.footer__content[data-astro-cid-sz7xmlte]{padding:40px 32px}}@media (min-width: 64em){.footer__content[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:minmax(min-content,420px) minmax(max-content,420px) 1fr;grid-template-areas:"logo contacts nav" "socials contacts nav" "payments contacts nav" "languages languages languages" "info info info";grid-column-gap:30px;-moz-column-gap:30px;column-gap:30px;padding:50px 48px}}.footer__logo[data-astro-cid-sz7xmlte]{max-width:390px;margin-bottom:20px}@media (min-width: 64em){.footer__logo[data-astro-cid-sz7xmlte]{grid-area:logo}}.footer__socials[data-astro-cid-sz7xmlte]{width:100%;margin-bottom:40px}@media (min-width: 64em){.footer__socials[data-astro-cid-sz7xmlte]{margin-bottom:60px;grid-area:socials}}.footer__contacts[data-astro-cid-sz7xmlte]{max-width:600px;margin-bottom:40px}@media (min-width: 64em){.footer__contacts[data-astro-cid-sz7xmlte]{grid-area:contacts}}.footer__nav[data-astro-cid-sz7xmlte]{margin-bottom:40px}@media (min-width: 64em){.footer__nav[data-astro-cid-sz7xmlte]{grid-area:nav;justify-self:end}}.footer__nav[data-astro-cid-sz7xmlte] .nav__list[data-astro-cid-sz7xmlte]{flex-wrap:wrap;gap:14px}@media (min-width: 64em){.footer__nav[data-astro-cid-sz7xmlte] .nav__list[data-astro-cid-sz7xmlte]{flex-direction:column}}@media (min-width: 64em){.footer__nav[data-astro-cid-sz7xmlte] .nav__item[data-astro-cid-sz7xmlte]{text-align:right}}.footer__payments[data-astro-cid-sz7xmlte]{width:100%;margin-bottom:40px}@media (min-width: 64em){.footer__payments[data-astro-cid-sz7xmlte]{grid-area:payments}}.footer__languages[data-astro-cid-sz7xmlte]{margin-bottom:40px}@media (min-width: 64em){.footer__languages[data-astro-cid-sz7xmlte]{grid-area:languages;justify-self:end}}@media (min-width: 64em){.footer__info[data-astro-cid-sz7xmlte]{grid-area:info}}.page[data-astro-cid-37fxchfa]{display:flex;flex-direction:column;min-height:100vh}.page[data-astro-cid-37fxchfa].menu-open{height:100vh;overflow:hidden}.page__main[data-astro-cid-37fxchfa]{flex:1}
