.alerts[data-v-cca194cc]{display:flex;position:fixed;top:20px;right:20px;flex-direction:column;gap:20px;z-index:10001;width:calc(100% - 40px);max-width:470px}.alert[data-v-cca194cc]{display:flex;position:relative;align-items:start;gap:24px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000001a;border-radius:16px;padding:24px;width:100%;color:#000}.alert-icon[data-v-cca194cc]{width:67px;min-width:67px;height:67px}.alert-red[data-v-cca194cc]{background:#ff001926}.alert-green[data-v-cca194cc]{background:#1c8b0026}.alert-yellow[data-v-cca194cc]{background:#ff950026}.alert-blue[data-v-cca194cc]{background:#0084ff26}.black-theme .alert[data-v-cca194cc]{color:#fff}.black-theme .alert-red[data-v-cca194cc]{background:#ff001940}.black-theme .alert-green[data-v-cca194cc]{background:#1c8b0040}.black-theme .alert-yellow[data-v-cca194cc]{background:#ff950040}.black-theme .alert-blue[data-v-cca194cc]{background:#0084ff40}.alert-close[data-v-cca194cc]{display:flex;position:absolute;top:16px;right:16px;justify-content:center;align-items:center;cursor:pointer;border:none;background:transparent;padding:4px}.alert__content[data-v-cca194cc]{display:flex;flex:1;flex-direction:column;gap:8px}.alert__name[data-v-cca194cc]{font-weight:500;font-size:18px}.alert__desc[data-v-cca194cc]{opacity:.7;font-weight:400;font-size:14px}.alert-enter-active[data-v-cca194cc]{animation:alert-in-cca194cc .5s ease-out forwards}.alert-leave-active[data-v-cca194cc]{position:absolute;animation:alert-out-cca194cc .5s ease-in forwards;width:100%;max-width:470px}.alert-move[data-v-cca194cc]{transition:transform .5s ease}@keyframes alert-in-cca194cc{0%{transform:translate(50px);opacity:0;filter:blur(5px)}to{transform:translate(0);opacity:1;filter:blur(0)}}@keyframes alert-out-cca194cc{0%{transform:translate(0);opacity:1;filter:blur(0)}to{transform:translate(50px);opacity:0;filter:blur(5px)}}@media (max-width: 767px){.alerts[data-v-cca194cc]{top:10px;right:10px;left:10px;width:auto;max-width:none}.alert[data-v-cca194cc]{gap:16px;padding:16px}.alert-icon[data-v-cca194cc]{width:40px;min-width:40px;height:40px}.alert__name[data-v-cca194cc]{font-size:16px}.alert__desc[data-v-cca194cc]{font-size:13px}.alert-close[data-v-cca194cc]{top:8px;right:8px}.alert-leave-active[data-v-cca194cc]{width:calc(100% - 20px);max-width:none}}@media (max-width: 480px){.alerts[data-v-cca194cc]{gap:10px}.alert[data-v-cca194cc]{gap:12px;border-radius:12px;padding:12px}.alert-icon[data-v-cca194cc]{width:32px;min-width:32px;height:32px}.alert__name[data-v-cca194cc]{font-size:14px}.alert__desc[data-v-cca194cc]{font-size:12px}}@media (max-height: 480px) and (orientation: landscape){.alerts[data-v-cca194cc]{top:5px;max-height:90vh;overflow-y:auto}.alert[data-v-cca194cc]{padding:10px}}@media (min-width: 1440px){.alerts[data-v-cca194cc]{max-width:520px}}@media (prefers-contrast: high){.alert-red[data-v-cca194cc]{border:2px solid #ff0019;background:#ff00194d}.alert-green[data-v-cca194cc]{border:2px solid #1c8b00;background:#1c8b004d}.alert-yellow[data-v-cca194cc]{border:2px solid #ff9500;background:#ff95004d}.alert-blue[data-v-cca194cc]{border:2px solid #0084ff;background:#0084ff4d}.alert__desc[data-v-cca194cc]{opacity:1}}@media (prefers-reduced-motion){.alert-enter-active[data-v-cca194cc],.alert-leave-active[data-v-cca194cc]{animation:none;transition:opacity .3s ease}.alert-enter-from[data-v-cca194cc],.alert-leave-to[data-v-cca194cc]{opacity:0}.alert-move[data-v-cca194cc]{transition:transform .3s ease}}.footer{background:#000;padding:64px 0 40px}.footer__top{display:flex;justify-content:space-between;gap:30px;margin:0 0 64px}.footer__left{display:flex;flex-direction:column;gap:75px;width:100%;max-width:255px}.footer__left-logo{display:block;margin:0 0 16px}.footer__left-desc{color:#5c5c5c;font-weight:400;font-size:16px}.footer__right{display:flex;justify-content:space-between;align-items:start;gap:30px;width:100%;max-width:970px}.footer__columns{display:flex;justify-content:space-between;gap:20px;width:100%;max-width:623px}.footer__column{width:165px}.footer__column-name{margin:0 0 16px;color:#fff;font-weight:500}.footer__column-list{display:flex;flex-direction:column;gap:12px}.footer__column-item-link{transition:all .2s ease;color:gray;font-weight:400;font-size:16px}.footer__column-item-link:active{color:#fff}@media (hover: hover){.footer__column-item-link:hover{color:#fff}}.footer__right-content{display:flex;flex-direction:column;align-items:end;gap:150px;width:100%;max-width:264px}.footer__right-content-link{display:flex;align-items:center;gap:16px;transition:all .2s ease}.footer__right-content-link:active{opacity:.7}@media (hover: hover){.footer__right-content-link:hover{opacity:.7}}.footer__right-content-name-main-text{display:block;margin:0 0 4px;color:#fff;font-weight:500;text-align:right}.footer__right-content-sub-text{display:block;color:gray;font-weight:400;font-size:14px;text-align:right}.footer__right-links{display:flex;gap:14px}.footer__right-links-item-link{display:flex;justify-content:center;align-items:center;transition:all .2s ease;box-shadow:1.75px 1.75px #fff;border:.875px solid #fff;border-radius:7px;background:#000;width:42px;height:42px}.footer__right-links-item-link:active{opacity:.7}@media (hover: hover){.footer__right-links-item-link:hover{opacity:.7}}.footer__bottom{display:flex;justify-content:center;align-items:center}.footer__bottom-text{color:#5c5c5c;font-weight:400;font-size:14px;text-align:center}@media (max-width: 1180px){.footer__top{flex-direction:column;gap:40px}.footer__left{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:unset}.footer__left-desc{max-width:253px}.footer__right{max-width:unset}}@media (max-width: 900px){.footer__right{flex-direction:column;gap:40px}.footer__right-content{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:20px;max-width:unset}.footer__right-content-link{flex-direction:row-reverse}.footer__right-content-name-main-text{text-align:left}.footer__columns{max-width:unset}}@media (max-width: 520px){.footer__columns,.footer__left{flex-direction:column;justify-content:center;align-items:center}.footer__column,.footer__left-top{text-align:center}.footer__left-top{display:flex;flex-direction:column;align-items:center}.footer{padding:40px 0}.footer__top{margin:0 0 40px}}@media (max-width: 520px){.notif-menu__top-card{gap:10px}}.modal{display:flex;position:fixed;top:0;left:0;justify-content:center;align-items:center;opacity:0;z-index:10000;backdrop-filter:blur(5px);transition:all .3s ease;background:#0003;width:100%;height:100%;pointer-events:none}.modal--visible{opacity:1;pointer-events:all}.moda-confirm__window{display:flex;position:relative;flex-direction:column;align-items:center;box-shadow:4px 4px 0 0 var(--color-black);border:1px solid var(--color-black);border-radius:16px;background:var(--color-white);padding:41px 31px;width:100%;max-width:450px;overflow:auto;overscroll-behavior-block:contain}.modal-btn-close{position:absolute;top:16px;right:16px}.moda-confirm__content{margin:0 0 32px}.moda-confirm__title{width:100%;color:var(--color222);font-weight:500;font-size:24px;text-align:center}.moda-confirm__content-text{margin:12px 0 0;color:var(--color-gray-05);font-weight:400;font-size:14px;text-align:center}.moda-confirm__btns{display:flex;flex-direction:column;gap:32px;width:100%;max-width:272px}.moda-confirm__btn{width:100%;color:var(--color222);font-weight:500;font-size:16px;text-align:center}.moda-confirm__btn-confirm{padding:20px}.moda-confirm__btn-cancel{color:var(--color222)}.upgrade__tabs{display:flex;flex-direction:column;gap:8px}.upgrade__tab{display:flex;justify-content:space-between;align-items:start;gap:20px;cursor:pointer;border:1px solid var(--color-border-20);border-radius:12px;padding:23px 19px}.upgrade__tab--active{border:1px solid #fcc257;background:#fcc2571a}.upgrade__tab--disable{opacity:.5;border:1px solid var(--color-border-20);border-radius:12px;pointer-events:none}.upgrade__tab-left{display:flex;flex-direction:column;gap:6px}.upgrade__tab-name{color:var(--color222);font-weight:600;font-size:16px}.upgrade__tab-desc{color:var(--color222);font-weight:400;font-size:14px}.upgrade__tab-right{display:flex;flex-direction:column;gap:3px;white-space:nowrap}.upgrade__tab-price-mo{color:var(--color222);font-weight:600;font-size:14px;text-align:right}.upgrade__tab-price-now{color:var(--color222);font-weight:600;font-size:18px;text-align:right}.managment-link .change-dns__warning{margin:0}.managment-link .modal__box-content{display:flex;justify-content:space-between;align-items:center;gap:24px}.managment-link .modal__box-content-sp{display:-webkit-box;-webkit-line-clamp:1;word-break:break-all;-webkit-box-orient:vertical;overflow:hidden}.managment-link-new .modal__dropdown-body{max-height:88px;overflow:auto}.modal__window{position:relative;box-shadow:4px 4px 0 0 var(--color-black);border:1px solid var(--color-black);border-radius:16px;background:var(--color-white);padding:31px;width:100%;max-width:560px;max-height:100%;-ms-overflow-style:none;overflow:auto;overscroll-behavior-block:contain;scrollbar-width:none}.modal__window::-webkit-scrollbar{display:none}.black-theme .modal-btn-close path{fill:#fff}.modal__title{margin:0 0 24px;color:var(--color222);font-weight:500;font-size:24px}.modal__main{display:flex;flex-direction:column;gap:24px;margin:0 0 32px}.modal__box{display:flex;flex-direction:column;gap:21px}.modal__box-row{display:flex;flex-direction:column;gap:8px}.modal__box-name{color:var(--color222);font-weight:400;font-size:16px}.modal__box-content{border:1px solid var(--color-border-10);border-radius:8px;padding:15px;width:100%;color:var(--color222);font-weight:400;font-size:16px}.modal__box-content-sp{font-weight:500}.modal__box-title{color:var(--color222);font-weight:500;font-size:18px}.modal__dropdown{width:100%}.modal__dropdown-head{padding:15px}.modal__dropdown-head-text{color:var(--color222);font-weight:400;font-size:16px}.modal__box-row-content{display:flex;align-items:center;gap:8px}.modal__box-row-content-text{color:#909090;font-weight:400;font-size:16px}.modal__box-row-content-input{border:1px solid var(--color-border-10);border-radius:8px;padding:15px;max-width:67px;color:var(--color222);font-weight:400;font-size:16px;text-align:center}.modal__box-row-content-input-text{color:var(--color222);font-weight:400;font-size:16px}.modal__box-label{position:relative}.modal__box-input{border:1px solid var(--color-border-10);border-radius:8px;background-color:transparent;padding:15px;width:100%;color:var(--color222);font-weight:400;font-size:16px}.modal__box-input::placeholder{color:#909090}.modal__box-label-pos{position:absolute;top:50%;right:16px;transform:translateY(-50%);color:#909090;font-weight:400;font-size:16px}.modal__submit{padding:20px;width:100%;color:var(--color222);font-weight:500;font-size:16px;text-align:center}.modal__box-row-add{display:flex;justify-content:center;align-items:center;gap:10px;border:1px solid var(--color-border-10);border-radius:8px;background:var(--color-white);padding:15px;color:var(--color222);font-weight:500;font-size:16px}.change-dns__warning{margin:0 0 16px;border:1px dashed #60bbff;border-radius:8px;background:#60bbff0d;padding:15px;color:#60bbff;font-weight:400;font-size:16px}.change-dns__tabs{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.change-dns__tab{cursor:pointer;border:1px solid var(--color-border-20);border-radius:8px;padding:15px}.change-dns__tab--active{border:1px solid #fcc257;background:#fcc2571a}.change-dns__tab-list{display:flex;flex-direction:column;gap:6px;margin:12px 0 0}.change-dns__tab-name{color:var(--color222);font-weight:500;font-size:16px}.change-dns__tab-desc{color:#909090;font-weight:400;font-size:14px;line-height:120%}.choose-zones__content{display:flex;flex-direction:column;gap:12px}.choose-zones__accordion-head{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:16px 0}.choose-zones__accordion-name{color:var(--color222);font-weight:500;font-size:16px}.choose-zones__accordion-content{transition:all .3s ease;max-height:0;overflow:hidden}.choose-zones__accordion-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 0}.choose-zones__accordion-tab{cursor:pointer;border:1px solid var(--color-border-20);border-radius:8px;padding:11px 15px;color:var(--color222);font-weight:500;font-size:16px}.choose-zones__accordion-tab--active{border-color:#fcc2571a;border-radius:8px;background:#fcc2571a;color:#fcc257}.choose-zones__btns{display:grid;position:sticky;bottom:0;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.modal__warning{display:flex;align-items:start;gap:8px;margin:0 0 8px}.modal__warning svg{min-width:20px}.modal__warning-text{color:var(--color-gray-07);font-weight:400;font-size:16px;line-height:140%}.modal__box-label-valute{position:absolute;top:50%;left:16px;transform:translateY(-50%)}.modal__box-label-btn-all{position:absolute;top:50%;right:8px;transform:translateY(-50%);border-radius:8px;background:#fcc2571a;padding:8px 12px;color:#fcc257;font-weight:400;font-size:16px}.status-progress{background:#fcc2571a;color:#fcc257}.status-paid{background:#6fde001a;color:#6fde00}.new-promocode-box{display:flex;gap:16px}.new-promocode-box .modal__box-label{width:100%}.new-promocode-box-unlimited{border:none;border-radius:8px;padding:16px 24px;color:#909090;font-weight:400;font-size:16px}.new-promocode-rewards{display:flex;gap:16px}.new-promocode-rewards__tabs{display:flex;position:relative;gap:8px;padding:0 16px 0 0}.new-promocode-rewards__tabs:after{position:absolute;top:50%;right:0;transform:translateY(-50%);background-color:#90909059;width:1px;height:19px;content:""}.new-promocode-rewards__tab{cursor:pointer;border:1px solid rgba(144,144,144,.1);border-radius:8px;padding:15px 31px;color:#909090;font-weight:400;font-size:16px}.new-promocode-rewards__tab--active{border-color:transparent;background:#fcc2571a;color:#fcc257}.new-promocode-rewards__item{display:none}.new-promocode-rewards__label{display:flex;align-items:center;gap:19px;border:1px solid rgba(144,144,144,.25);border-radius:8px;padding:15px;width:100%;max-width:188px}.new-promocode-rewards__label-valute{color:#222;font-weight:500;font-size:16px}.new-promocode-rewards__input{background-color:transparent;width:100%;color:#222;font-weight:400;font-size:16px}.new-promocode-rewards__item--active{display:block}.new-promocode-date__box,.new-promocode-date__inputs{display:flex;align-items:center;gap:16px}.new-promocode-date__input{border:1px solid rgba(144,144,144,.25);border-radius:8px;padding:15px;width:100%;max-width:168px;color:#222;font-weight:400;font-size:16px}.new-promocode-date__inputs-line{background-color:#90909059;width:15px;height:1px}.new-promocode-date__btn-infinity{border:none;border-radius:8px;padding:17px 24px;color:#909090;font-weight:400;font-size:16px}@media (max-width: 768px){.modal{align-items:end;padding:80px 0 0}.moda-confirm__window,.modal__window{box-shadow:none;border:none;border-radius:16px 16px 0 0;max-width:unset;max-height:100%}.modal__window{padding:20px}}@media (max-width: 420px){.modal__box-row-content{flex-wrap:wrap}.modal__box-row-content-input{flex:1 1 40%;width:100%;max-width:unset}.modal__box-row-content-text{display:none}}.your-order__card-price-discount{color:#909090;font-weight:400;font-size:14px;text-align:right;text-decoration-line:strikethrough}.your-order__card-domain-busy{border:1px solid var(--color-border-20);border-radius:6px;padding:6px 10px;color:var(--color222);font-weight:500;font-size:14px}.your-order__card-status-save{border-radius:6px;background:#fcc2571a;padding:4px 10px;color:#fcc257;font-weight:400;font-size:14px}.your-order__sidebar-details-content{transition:all .3s ease;max-height:0;overflow:hidden}@media (hover: hover){.btn-white:hover{background-color:var(--color-border-10)}}.selectorWindow{max-width:660px}[data-v-bfa30d1c]:v-deep(.modal__main){display:flex;flex-direction:column;gap:20px}[data-v-bfa30d1c]:v-deep(.modal__title){font-size:24px}.sections-container[data-v-bfa30d1c]{display:flex;position:relative;flex-direction:column;gap:24px;padding-right:4px;max-height:400px;overflow-y:auto}.search[data-v-bfa30d1c]{display:flex;align-items:center;gap:12px;transition:border-color .2s ease;border:1px solid rgba(144,144,144,.1);border-radius:8px;background-color:transparent;padding:16px;width:100%}.search[data-v-bfa30d1c]:focus-within{border-color:#fcc257}.search svg[data-v-bfa30d1c]{flex-shrink:0;color:#fcc257}.search__input[data-v-bfa30d1c]{outline:none;border:none;background-color:transparent;width:100%;color:#222;font-weight:400;font-size:16px;line-height:100%}.search__input[data-v-bfa30d1c]::placeholder{color:#0006}.black-theme .search[data-v-bfa30d1c]{border-color:#ffffff1a;background-color:#ffffff0d}.black-theme .search[data-v-bfa30d1c]:focus-within{border-color:#fcc257}.black-theme .search svg[data-v-bfa30d1c]{color:#fcc257}.black-theme .search__input[data-v-bfa30d1c]{color:#fff}.black-theme .search__input[data-v-bfa30d1c]::placeholder{color:#fff6}.section[data-v-bfa30d1c]{display:flex;flex-direction:column;gap:12px}.section__title[data-v-bfa30d1c]{margin:0;color:#222222b3;font-weight:500;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.black-theme .section__title[data-v-bfa30d1c]{color:#ffffffb3}.selectors[data-v-bfa30d1c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}@media (max-width: 768px){.sections-container[data-v-bfa30d1c]{max-height:450px}}@media (max-width: 680px){.sections-container[data-v-bfa30d1c]{max-height:350px}}.selector-item[data-v-bfa30d1c]{display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;cursor:pointer;border:1px solid rgba(144,144,144,.1);border-radius:8px;background-color:transparent;padding:12px 16px;max-width:200px;min-height:48px}.selector-item[data-v-bfa30d1c]:hover,.selector-item.active[data-v-bfa30d1c]{border-color:#fcc25759;background-color:#fcc2570d}.selector-content[data-v-bfa30d1c]{display:flex;align-items:center;gap:8px;color:#222;font-weight:400;font-size:16px}.selector-content[data-v-bfa30d1c] svg{flex-shrink:0;width:20px;height:20px}.selector-item svg[data-v-bfa30d1c]{flex-shrink:0;color:#fcc257}.black-theme .selector-item[data-v-bfa30d1c]{border-color:#ffffff1a;background-color:transparent}.black-theme .selector-item[data-v-bfa30d1c]:hover,.black-theme .selector-item.active[data-v-bfa30d1c]{border-color:#fcc25780;background-color:#fcc2571a}.black-theme .selector-content[data-v-bfa30d1c]{color:#fff}.black-theme .selector-item svg[data-v-bfa30d1c]{color:#fcc257}.sections-container[data-v-bfa30d1c]::-webkit-scrollbar{width:6px}.sections-container[data-v-bfa30d1c]::-webkit-scrollbar-track{border-radius:3px;background:#9090901a}.sections-container[data-v-bfa30d1c]::-webkit-scrollbar-thumb{border-radius:3px;background:#fcc257}.sections-container[data-v-bfa30d1c]::-webkit-scrollbar-thumb:hover{background:#fcc257cc}.black-theme .sections-container[data-v-bfa30d1c]::-webkit-scrollbar-track{background:#ffffff1a}.black-theme .sections-container[data-v-bfa30d1c]::-webkit-scrollbar-thumb{background:#fcc257}.black-theme .sections-container[data-v-bfa30d1c]::-webkit-scrollbar-thumb:hover{background:#fcc257cc}.sidebar{display:flex;flex-direction:column;gap:32px;min-width:200px;max-width:200px}.sidebar__head{display:flex;flex-direction:column}.sidebar__head-text{color:var(--color222);font-weight:500;font-size:18px}.sidebar__head-name{color:#909090;font-weight:500;font-size:16px}.sidebar__list{display:flex;flex-direction:column}.sidebar__item-link{display:flex;align-items:center;gap:12px;transition:all .2s ease;border-radius:8px;padding:16px 24px;color:#909090;font-weight:500;font-size:16px}.sidebar__item-link:active{background:#fcc25726}@media (hover: hover){.sidebar__item-link:hover{cursor:pointer;background:#fcc25726}.sidebar__item-link--active:hover{background:#fcc25733}}.sidebar__item-link path{fill:#909090}.sidebar__item-link--active path{fill:#fcc257}.sidebar__item-link--active{background:#fcc2574d;color:#fcc257}.settings{display:flex;align-items:start;gap:24px}@media (max-width: 1380px){.main .sidebar{display:none}.sidebar{gap:20px;margin:0 0 40px;width:100%;max-width:unset}}@media (max-width: 1180px){.settings{flex-direction:column}.wallet{flex-direction:column;gap:20px}}@media (max-width: 768px){.wallet{margin:0 0 40px}}.header{z-index:1;margin:0 0 48px;border-bottom:1px solid var(--color-border-20);padding:24px 0}.header__inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.header__left{display:flex;justify-content:space-between;align-items:center;gap:30px;width:100%;max-width:1154px}.header__logo{display:flex;align-items:center;gap:10px}.header__brand{display:flex;align-items:center;gap:12px}.black-theme .header__logo svg>path{fill:#fff}.header__logo-text{color:var(--color222);font-weight:600;font-size:24px}.header__list{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:710px}.header__item{position:relative;transition:all .2s ease}.header__item:active .header__item-name{opacity:.6}@media (hover: hover){.header__item:hover .header__item-name{opacity:.6}}.header__item-name{display:flex;align-items:center;gap:4px;cursor:pointer;padding:10px 8px 10px 12px;color:var(--color222);font-weight:500;font-size:16px}.header__item-name svg{transition:all .3s ease}.black-theme .header__item-name svg:last-child path{fill:#fff}.accordion__item-head--show svg{transform:rotate(180deg)}.black-theme .faq__accordion-head path{stroke:#fff}@media (min-width: 1281px){.header__item:hover .header__item-name svg:last-child{transform:rotate(180deg)}}.header__list-sub-inner{position:absolute;top:100%;left:0;transform:translateY(-20px);opacity:0;z-index:30003;transition:all .3s ease;padding:10px 0 0;width:390px;pointer-events:none}.header__item:hover .header__list-sub-inner{transform:translateY(0);opacity:1;pointer-events:all}.header__list-sub{box-shadow:4px 4px 0 0 var(--color-black);border:1px solid var(--color-black);border-radius:16px;background:var(--color-white);background-color:var(--color-white);padding:11px}.header__item-link-sub{display:flex;align-items:start;gap:16px;transition:all .2s ease;padding:12px 16px}.header__item-link-sub:active{border-radius:16px;background:#fcc2571a}@media (hover: hover){.header__item-link-sub:hover{border-radius:16px;background:#fcc2571a}}.header__item-link-sub svg{min-width:32px}.header__item-link-sub-content{display:flex;flex-direction:column;gap:6px}.header__item-link-sub-name{color:var(--color222);font-weight:500;font-size:16px}.header__item-link-sub-desc{color:#909090;font-weight:400;font-size:12px}.header__item-link{display:flex;align-items:center;gap:8px;transition:all .2s ease;padding:10px 12px;color:var(--color222);font-weight:500;font-size:16px}.header__item-link:active{opacity:.6}@media (hover: hover){.header__item-link:hover{opacity:.6}}.header__right{display:flex;align-items:center;gap:12px}.header__switch{display:flex;align-items:center;border:1px solid var(--color-black);border-radius:8px;background:var(--color-white);height:40px;overflow:hidden}.header__switch-btn{display:flex;justify-content:center;align-items:center;transition:all .2s ease;width:40px;height:40px}.header__switch-btn+.header__switch-btn{border-left:1px solid var(--color-border-20)}.header__switch-btn:active{background:#fcc2571a}@media (hover: hover){.header__switch-btn:hover{background:#fcc2571a}}.header__switch-btn--active{background:#fcc257}.header__btns{display:flex;align-items:center;gap:16px}.header-authoriz .header__btns{gap:13px}.header__btn-link{display:flex;align-items:center;gap:8px;border:1px solid var(--color-black);border-radius:8px;background:#fff;padding:7px 11px}.black-theme .header__btn-link{border:1px solid #000}.header__btn-notif{position:relative;border:1px solid #000;border-radius:8px;background:#fff;padding:9px}.header__btn-notif:hover .notif-menu{transform:translateY(0);opacity:1;pointer-events:all}.notif-menu{position:absolute;top:100%;right:0;transform:translateY(-20px);opacity:0;z-index:30000;transition:all .3s ease;padding:48px 0 0;width:390px;pointer-events:none}.notif-menu:after{position:absolute;bottom:0;left:0;border-radius:0 0 16px 16px;background:linear-gradient(180deg,rgba(255,255,255,.01) 0%,var(--color-white) 94.44%);width:100%;height:120px;content:""}.notif-menu__inner{box-shadow:4px 4px 0 0 var(--color-black);border:1px solid var(--color-black);border-radius:16px;background:var(--color-white);height:100%;max-height:550px;overflow:auto}.notif-menu__inner::-webkit-scrollbar{width:0}.notif-menu__top{border-bottom:1px solid var(--color-border-20);padding:23px 23px 16px}.notif-menu__head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 0 16px}.notif-menu__text{color:var(--color222);font-weight:500;font-size:18px}.notif-menu__text-value{color:#909090}.notif-menu__head-link{color:#fcc257;font-weight:500;font-size:14px;text-align:right;text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:auto;text-decoration-skip-ink:auto;text-underline-position:from-font;text-underline-offset:auto}.notif-menu__top-content{margin-bottom:15px}.notif-menu__top-content-text{display:block;margin:0 0 12px;width:100%;color:var(--color222);font-weight:500;font-size:14px;text-align:start}.notif-menu__top-cards{display:flex;flex-direction:column;gap:24px}.notif-menu__top-card{display:flex;align-items:start;gap:16px}.notif-menu__top-card>svg{min-width:32px}.notif-menu__top-card-content{width:100%}.notif-menu__top-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 0 6px}.notif-menu__top-card-name{display:flex;align-items:center;gap:6px;color:var(--color222);font-weight:500;font-size:16px;text-align:start}.notif-menu__top-card-date{color:#909090;font-weight:400;font-size:12px;text-align:right}.notif-menu__top-card-desc{color:#909090;font-weight:400;font-size:12px;text-align:start}.notif-menu__main{padding:16px 23px 23px}.header-authoriz .header-btn-lang{border-radius:8px;background:#f5f5f5;padding:9px}.shadow-4.header-btn-lang{border:1px solid #000;background:#fff}.black-theme .header-btn-lang svg>path{fill:#fff}.header-btn{transition:all .2s ease;color:var(--black, #222);font-weight:500;font-size:16px;text-align:center;white-space:nowrap}.header-btn:active{opacity:.8}@media (hover: hover){.header-btn:hover{opacity:.8}}.header-btn-log-in{border-radius:8px;background:#f5f5f5;padding:10px 20px;color:#222;font-weight:500;font-size:16px}.header-btn-sign-in{border-radius:8px;background:#fcc257;padding:10px 20px}.header-btn-lang{position:relative;transition:all .2s ease}.header-btn-lang-icon{display:flex;justify-content:center;align-items:center}.header-btn-lang__content{position:absolute;top:140%;left:0;transform:translateY(-30px);opacity:0;z-index:1000;transition:all .3s ease;pointer-events:none}.header-btn-lang__content--visible{transform:translateY(0);opacity:1;pointer-events:all}.header-btn-lang__list{display:flex;flex-direction:column;align-items:center;border:1px solid #000;border-radius:8px;background:#fff;max-width:35px;max-height:200px;overflow-y:auto}.header-btn-lang__list::-webkit-scrollbar{width:1px}.header-btn-lang__list::-webkit-scrollbar-track{border-radius:2px}.header-btn-lang__list::-webkit-scrollbar-thumb{border-radius:2px}.header-btn-lang__item{display:flex;justify-content:center;align-items:center;transition:all .2s ease;cursor:pointer;margin:1px 4px;border-radius:4px;padding:8px 12px}.header-btn-lang__item:active{opacity:.6;background-color:#f1f5f9}@media (hover: hover){.header-btn-lang__item:hover{opacity:.8;background-color:#f8fafc}}.burger-btn{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px}.burger-btn-line{display:block;transition:all .3s ease;border-radius:50%;background-color:var(--color-black);width:100%;height:2px}.burger-btn--visible .b1{transform:translateY(9px) rotate(45deg);background-color:#fff}.b2{margin:0 0 0 auto;width:calc(100% - 8px)}.burger-btn--visible .b2{opacity:0}.burger-btn--visible .b3{transform:translateY(-8.5px) rotate(-45deg);background-color:#fff}.burger-menu{position:fixed;top:0;left:0;opacity:0;z-index:20000;transition:all .3s ease;background-color:#00000080;padding:0 80px 0 0;width:100%;height:100%;pointer-events:none}.burger-menu--visible{opacity:1;pointer-events:all}.burger-menu__window{transform:translate(-100%);transition:all .3s ease;background-color:var(--color-white);padding:20px;width:100%;max-width:500px;height:100%;overflow:auto}.burger-menu--visible .burger-menu__window{transform:translate(0)}@media (max-width: 1380px){.header-authoriz .header__btns{display:flex;flex-direction:row}.header .header__list,.header .header__btns,.header .header__btn-link{display:none}.header__btns-authoriz{justify-content:start;align-items:start}.burger-btn{display:flex;position:relative;z-index:21}.header__right{gap:18px}.header__list{flex-direction:column;align-items:start;gap:12px;margin:0 0 40px}.header__list-sub{box-shadow:unset}.header__btns{flex-direction:column}.header-btn{width:100%}.header__list-sub-inner{position:unset;transform:unset;opacity:1;padding:unset;width:100%;max-height:0;overflow:hidden;pointer-events:all}.notif-menu{right:-100px;padding:24px 0 0}}@media (max-width: 768px){.header__logo-text{font-size:22px}.header__right{gap:16px}.header__inner{gap:20px}}@media (max-width: 520px){.notif-menu{max-width:300px}}@media (max-width: 420px){.header__item-link-sub{flex-direction:column;gap:8px;padding:10px}.header__logo svg{width:120px;height:auto}}.header-bf{margin:0;border-bottom:1px solid rgba(255,255,255,.2)}.header-bf .header__logo img{width:auto;height:26px}.header-bf .header__item-name{color:#fff}.header-bf .header__item-name svg:not(:last-child) path:first-child{fill:#bdf300}.header-bf .header__item-name svg:not(:last-child) path:not(:first-child){fill:none;stroke:#bdf300}.header-bf .header__item-name svg:last-child path{fill:#fff}.header-bf .header__item-link{color:#fff}.header-bf .header__item-link svg path:first-child{fill:#bdf300}.header-bf .header__item-link svg path:not(:first-child){fill:none;stroke:#bdf300}.header-bf .header-btn-log-in{background:#212121;color:#fff}.header-bf .header-btn-sign-in{background:#bdf300;color:#222}.header-bf .header-btn-lang{border-radius:8px;background:#212121;padding:9px}.header-bf .header-btn-lang svg>path{fill:#fff}.header-bf .header__btn-link{border:1px solid rgba(255,255,255,.2);background:#212121;color:#fff}.header-bf .header__btn-link svg path{fill:#fff}.header-bf .header__btn-notif{border:1px solid rgba(255,255,255,.2);background:#212121}.header-bf .header__btn-notif svg path{fill:#fff}.header-bf .burger-btn-line{background-color:#fff}.header-bf{background-color:#161518}@media (hover: hover){.header-bf .header__item:hover .header__item-name svg:last-child path{fill:#fff}}.bf__pre-nav{display:flex;position:relative;justify-content:center;align-items:center;background-image:url(/img/black-friday/bf_prenav_bg.png);background-position:center;background-size:cover;background-repeat:no-repeat;background-color:#bdf300;height:60px;overflow:hidden}.bf__pre-nav-content{display:flex;position:relative;justify-content:center;align-items:center;gap:40px}.bf__text{color:#000;font-style:italic;font-weight:700;font-size:24px;line-height:20px;font-family:Grandis Extended,Outfit,sans-serif;letter-spacing:.01em;text-align:center;white-space:nowrap}.bf__text--large{font-weight:900;font-size:32px}.bf__coin-wrapper{display:flex;position:relative;justify-content:center;align-items:center;width:60px;height:60px;overflow:visible}.bf__coin{position:absolute;pointer-events:none}.bf__coin--1,.bf__coin--2{top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:59px}@media (max-width: 1400px){.bf__pre-nav-content{gap:30px}.bf__text{font-size:20px}.bf__text--large{font-size:28px}.bf__coin-wrapper{width:50px;height:50px}.bf__coin--1,.bf__coin--2{top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:50px}}@media (max-width: 1024px){.bf__pre-nav-content{gap:20px}.bf__text{font-size:16px}.bf__text--large{font-size:24px}.bf__coin-wrapper{width:40px;height:40px}.bf__coin--1,.bf__coin--2{top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:40px}}@media (max-width: 768px){.bf__pre-nav{height:50px}.bf__pre-nav-content{gap:12px}.bf__text{font-size:10px;line-height:12px}.bf__text--large{font-size:16px}.bf__coin-wrapper{display:none}.bf__coin--1,.bf__coin--2{top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:30px}}.bf_text_blue{color:#4a2dfe!important}.ny__pre-nav{display:flex;position:relative;justify-content:center;align-items:center;background:#055e26;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.ny__pre-nav:before{position:absolute;z-index:0;mix-blend-mode:luminosity;inset:0;background-image:url(/img/new-year/prenav-texture.webp);background-position:center -580px;background-size:1920px 1280px;background-repeat:repeat-x;pointer-events:none;content:""}.ny__pre-nav-tablet{display:flex;position:relative;justify-content:center;align-items:center;gap:48px;padding:0 16px;width:100%;max-width:1200px;height:60px}.ny__text{z-index:2;color:#fff;font-style:italic;font-weight:800;font-size:18px;line-height:20px;font-family:Grandis Extended,Outfit,sans-serif;letter-spacing:.01em;text-align:center;white-space:nowrap}.ny__text-accent{color:#ff3247}.ny__pre-nav-desktop{position:relative;flex:0 0 auto;z-index:1;width:100%;height:60px}.ny__pre-nav-mobile{display:none;position:relative;z-index:1;width:100%;height:35px}.ny__pre-nav-mobile-inner{position:relative;margin:0 auto;width:391px;height:35px;overflow:hidden}.ny__pre-nav-mobile-inner:before{position:absolute;z-index:0;mix-blend-mode:luminosity;inset:0;background-image:url(/img/new-year/prenav-texture.webp);background-position:-365px -338.33px;background-size:1120px 746.667px;background-repeat:no-repeat;pointer-events:none;content:""}.ny__text--mobile{position:absolute;top:11.67px;left:50%;transform:translate(-50%);z-index:2;font-weight:900;font-size:18.667px;line-height:11.667px;letter-spacing:.01em}.ny__digit--m-left-2{top:-5.28px;left:36.91px;transform:rotate(358.744deg);z-index:2;width:23.686px;height:40.028px}.ny__digit--m-left-0{top:-7px;left:56.02px;transform:rotate(9.954deg);z-index:2;width:28.672px;height:39.53px}.ny__digit--m-right-2{top:-5.28px;left:307px;transform:rotate(358.744deg);z-index:2;width:23.686px;height:40.028px}.ny__digit--m-right-6{top:-8.19px;left:325.66px;transform:rotate(350.881deg);z-index:2;width:25.207px;height:40.804px}.ny__pre-nav-mobile-inner .ny__ball--m-left{top:-27.42px;left:-30.16px;transform:rotate(329.057deg);opacity:.95;z-index:1;filter:blur(9.858px);width:63.878px;height:66.633px}.ny__pre-nav-mobile-inner .ny__ball--m-right{top:-14.58px;left:344.92px;transform:rotate(30deg);opacity:.95;z-index:1;filter:blur(9.858px);width:76.985px;height:80.544px}.ny__pre-nav-desktop-inner{position:relative;margin:0 auto;width:1920px;height:60px}.ny__pre-nav-desktop-inner .ny__text{position:absolute;top:20px;line-height:20px;letter-spacing:.24px;white-space:nowrap}.ny__pre-nav-desktop-inner .ny__text--center{left:960px;transform:translate(-50%);font-weight:900;font-size:32px;letter-spacing:.32px}.ny__pre-nav-desktop-inner .ny__text--left{display:flex;left:396.5px;gap:0;transform:translate(-50%);font-weight:700;font-size:24px}.ny__pre-nav-desktop-inner .ny__text--right{display:flex;left:1516.5px;gap:0;transform:translate(-50%);font-weight:700;font-size:24px}.ny__pre-nav-desktop-inner .ny__text-accent{font-weight:900}.ny__ellipse{position:absolute;pointer-events:none}.ny__ellipse--left{top:10px;left:666px;width:112px;height:63px}.ny__ellipse--right{top:8px;left:1136px;width:112px;height:63px}.ny__digit{position:absolute;overflow:hidden;pointer-events:none}.ny__digit--left-2{top:-9.05px;left:689px;transform:rotate(358.744deg);width:40.481px;height:68.839px}.ny__digit--left-0{top:-12px;left:721.74px;transform:rotate(9.954deg);width:49.13px;height:67.808px}.ny__digit--right-2{top:-9.05px;left:1152px;transform:rotate(358.744deg);width:40.481px;height:68.839px}.ny__digit--right-6{top:-14px;left:1184px;transform:rotate(350.881deg);width:43.043px;height:70.396px}.ny__digit-img{position:absolute;max-width:none;pointer-events:none}.ny__digit-img--left-2,.ny__digit-img--right-2{top:0;left:-393.72%;width:502.09%;height:289.86%}.ny__digit-img--left-0{top:0;left:-8.33%;width:476.19%;height:300%}.ny__digit-img--right-6{top:-198.23%;left:-15.92%;width:597.01%;height:303.03%}.ny__ball{position:absolute;filter:blur(8.45px);pointer-events:none}.ny__ball--left{top:-47px;left:574px;transform:rotate(329.057deg);opacity:.95;width:109.505px;height:114.229px}.ny__ball--right{top:-25px;left:1217px;transform:rotate(30deg);opacity:.95;width:131.974px;height:138.075px}@media (max-width: 1024px){.ny__pre-nav-desktop{display:none}.ny__pre-nav-tablet{gap:24px}.ny__pre-nav-tablet .ny__text{font-size:14px}}@media (max-width: 768px){.ny__pre-nav-tablet{display:none}.ny__pre-nav-mobile{display:block}.ny__pre-nav:before{background-image:none}}@media (min-width: 1025px){.ny__pre-nav-tablet,.ny__pre-nav-mobile{display:none}}.black-friday-widget,.black-friday-widget:hover,.black-friday-widget:active,.black-friday-widget:focus{cursor:pointer!important;outline:none;pointer-events:auto!important}.black-friday-widget{display:block;position:fixed;right:18px;bottom:85px;z-index:1010;transition:transform .3s ease;box-sizing:border-box;margin:0;border:none;background:transparent;padding:0;width:80px;height:80px;overflow:visible;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.black-friday-widget__bg{display:block;position:absolute;top:0;left:0;transition:opacity .3s ease;box-sizing:border-box;background-position:center;background-size:80px 80px;background-repeat:no-repeat;width:80px;height:80px;pointer-events:none!important}.black-friday-widget__bg--default{position:relative;opacity:1;z-index:1;background-image:url(/img/black-friday/widget_btn.svg)}.black-friday-widget__bg--hover{position:absolute;top:0;left:0;opacity:0;z-index:2;background-image:url(/img/black-friday/widget_button_hover.svg)}.black-friday-widget:hover .black-friday-widget__bg--default{opacity:0}.black-friday-widget:hover .black-friday-widget__bg--hover{opacity:1}@media (max-width: 768px){.black-friday-widget{right:20px;bottom:8 5px}}@media (max-width: 480px){.black-friday-widget{right:15px;bottom:85px}}.snowfall[data-v-0e5ec939]{position:fixed;z-index:999;inset:0;pointer-events:none}.ticker-stripe{position:absolute;left:50%;transform-origin:center;z-index:10;margin-left:-75vw;padding:16px 0;width:150vw;overflow:hidden}.ticker-content{display:flex;animation:ticker-scroll 30s linear infinite;font-weight:700;font-size:24px;line-height:1.2;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.ticker-item{display:inline-block;margin-right:40px}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.ticker-stripe{padding:12px 0}.ticker-content{font-size:18px}.ticker-item{margin-right:30px}}@media (max-width: 480px){.ticker-stripe{padding:10px 0}.ticker-content{font-size:16px}.ticker-item{margin-right:20px}}#black-friday-modal.modal{z-index:10000!important}#black-friday-modal .modal__window,.black-friday-modal.modal__window{box-shadow:none!important;border:none!important;background:transparent!important;padding:0!important;max-width:900px!important;overflow:visible!important}@media screen and (max-width: 768px){.black-friday-modal{min-height:100dvh}.black-friday-modal__container{height:100dvh;min-height:100dvh}}.black-friday-modal__container{display:flex;position:relative;flex-direction:column;justify-content:space-between;align-items:center;border-radius:16px;background:linear-gradient(180deg,#0a0a1f,#000);padding:0;width:100%;max-width:900px;min-height:600px;overflow:hidden}.black-friday-modal__blur-bg{position:absolute;right:0;left:0;z-index:1;width:100%;height:auto;pointer-events:none}.black-friday-modal__blur-bg-top{top:15px;transform:translateY(-30%);z-index:2}.black-friday-modal__blur-bg-bottom{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:1;width:100dvw;height:auto;pointer-events:none}.black-friday-modal__ticker-top{position:absolute;top:30px;left:50%;transform:translate(-50%) rotate(2deg);z-index:5;margin-left:-75vw;width:150vw}.black-friday-modal__close{display:flex;position:absolute;top:16px;right:16px;justify-content:center;align-items:center;z-index:100;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:opacity .2s ease,background .2s ease;cursor:pointer!important;border:none;border-radius:50%;background:#0006;padding:0;width:48px;height:48px}.black-friday-modal__close:hover{opacity:1;background:#0009}.black-friday-modal__gift{position:absolute;opacity:.3;z-index:0;pointer-events:none}.black-friday-modal__gift-left{top:100px;left:0}.black-friday-modal__gift-right{top:100px;right:0}.black-friday-modal__hero{position:relative;z-index:10;margin-top:80px;margin-bottom:40px;text-align:center}.black-friday-modal__title{display:flex;flex-direction:column;align-items:center;gap:0;margin:0;font-style:italic;font-weight:900;line-height:.9;font-family:Inter,sans-serif;letter-spacing:-.02em}.black-friday-modal__title-black{color:#fff;font-size:80px;text-transform:uppercase}.black-friday-modal__title-friday{color:#bdf300;font-size:80px;text-transform:uppercase}.black-friday-modal__coupon{position:relative;z-index:10;margin:0 40px 40px;box-shadow:0 8px 32px #bdf3004d;border-radius:16px;background:#bdf300;padding:24px;width:calc(100% - 80px);max-width:700px;overflow:hidden}.black-friday-modal__coupon:before,.black-friday-modal__coupon:after{position:absolute;top:calc(50% + 14px);transform:translateY(-50%);z-index:-1;background:radial-gradient(circle,#0a0a1f 20px,transparent 20px);width:40px;height:40px;content:""}@media screen and (max-width: 768px){.black-friday-modal__coupon:before,.black-friday-modal__coupon:after{top:calc(50% + 5px)}}.black-friday-modal__coupon:before{left:-20px}.black-friday-modal__coupon:after{right:-20px}.black-friday-modal__coupon-top{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px}.black-friday-modal__coupon-left{display:flex;flex-direction:column;gap:8px}.black-friday-modal__coupon-code{color:#000;font-style:italic;font-weight:900;font-size:48px;line-height:1}.black-friday-modal__coupon-expiry{color:#0009;font-weight:400;font-size:14px}.black-friday-modal__coupon-button{display:flex;align-items:center;gap:8px;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;border:none;border-radius:12px;background:#000;padding:14px 28px;white-space:nowrap}.black-friday-modal__coupon-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.black-friday-modal__coupon-button span{color:#bdf300;font-weight:600;font-size:16px}.black-friday-modal__coupon-divider{opacity:.3;margin:16px 0;border-top:2px dashed #000000;width:100%;height:1px}.black-friday-modal__coupon-bottom{color:#000000b3;font-weight:400;font-size:14px;line-height:1.5}.black-friday-modal__pricing{display:grid;position:relative;grid-template-columns:repeat(3,1fr);gap:24px;z-index:10;margin:0 40px 40px;width:calc(100% - 80px);max-width:700px}.black-friday-modal__pricing-item{display:flex;flex-direction:column;gap:8px;text-align:center}.black-friday-modal__pricing-header{display:flex;justify-content:center;align-items:center;gap:12px}.black-friday-modal__pricing-domain{color:#fff;font-weight:700;font-size:24px;text-transform:uppercase}.black-friday-modal__pricing-badge{border-radius:20px;background:#5b4fff;padding:4px 12px;color:#fff;font-weight:700;font-size:14px}.black-friday-modal__pricing-desc{color:#fff9;font-weight:400;font-size:14px}.black-friday-modal__pricing-price{display:flex;justify-content:center;align-items:center;gap:8px;color:#fff;font-weight:700;font-size:24px}.black-friday-modal__countdown{display:flex!important;position:relative!important;justify-content:center!important;gap:16px!important;z-index:20!important;margin-top:-20px!important;margin-bottom:20px!important;width:100%!important}.black-friday-modal__countdown-item{display:flex!important;flex-direction:column!important;align-items:center!important;gap:8px!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;box-shadow:0 4px 16px #0000004d!important;border-radius:12px!important;background:#0006!important;padding:20px 24px!important;min-width:80px!important}.black-friday-modal__countdown-number{color:#fff!important;font-weight:900!important;font-size:48px!important;line-height:1!important;text-shadow:0 0 20px rgba(189,243,0,.3)!important}.black-friday-modal__countdown-label{color:#fff9!important;font-weight:600!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important}.black-friday-modal__ticker-bottom{position:absolute;bottom:50px;left:50%;transform:translate(-50%) rotate(-5deg);z-index:2;margin-left:-75vw;width:150vw}@media (max-width: 768px){.black-friday-modal__container{padding:0;max-width:100%}.black-friday-modal__gift-left{top:50px;left:20px}.black-friday-modal__gift-right{top:50px;right:20px}.black-friday-modal__title-black,.black-friday-modal__title-friday{font-size:48px}.black-friday-modal__hero{margin-top:60px;margin-bottom:24px}.black-friday-modal__coupon{margin:0 20px 24px;padding:20px;width:calc(100% - 40px)}.black-friday-modal__coupon-code{font-size:36px}.black-friday-modal__coupon-button{padding:12px 20px;font-size:14px}.black-friday-modal__pricing{grid-template-columns:repeat(2,1fr);gap:12px;margin:0 20px 24px;width:calc(100% - 40px)}.black-friday-modal__pricing-domain{font-size:20px}.black-friday-modal__pricing-badge{padding:3px 8px;font-size:12px}.black-friday-modal__pricing-desc{font-size:12px}.black-friday-modal__pricing-price{gap:4px;font-size:20px}.black-friday-modal__pricing-header{gap:8px}.black-friday-modal__countdown{flex-wrap:nowrap;justify-content:center;gap:8px;margin-bottom:10dvh}.black-friday-modal__countdown-item{flex:1;padding:12px 8px;min-width:0;max-width:80px}.black-friday-modal__countdown-number{font-size:28px}.black-friday-modal__countdown-label{font-size:10px}.black-friday-modal__close{top:12px;right:12px}}@media (max-width: 480px){.black-friday-modal__gift-left{top:30px;left:10px;opacity:.2}.black-friday-modal__gift-right{top:30px;right:10px;opacity:.2}.black-friday-modal__title-black,.black-friday-modal__title-friday{font-size:36px}.black-friday-modal__coupon-code{font-size:28px}.black-friday-modal__countdown{gap:6px}.black-friday-modal__countdown-item{flex:1;padding:10px 6px;min-width:0;max-width:70px}.black-friday-modal__countdown-number{font-size:24px}.black-friday-modal__countdown-label{font-size:9px}}#new-year-modal.modal{z-index:10000!important}#new-year-modal .modal__window,.new-year-modal.modal__window{box-shadow:none!important;border:none!important;background:transparent!important;padding:0!important;max-width:860px!important;overflow:visible!important}.new-year-modal__container{display:flex;position:relative;flex-direction:column;justify-content:flex-start;align-items:center;border:1px solid rgba(10,10,31,.08);border-radius:18px;background:radial-gradient(1200px 500px at 50% 0%,#d3161933,#0a0a1f00 55%),linear-gradient(180deg,#fff,#fff7e0);padding-bottom:36px;width:100%;max-width:860px;min-height:560px;overflow:hidden}.new-year-modal__ticker-top{position:absolute;top:22px;left:50%;transform:translate(-50%) rotate(2deg);z-index:5;margin-left:-75vw;width:150vw}.new-year-modal__ticker-bottom{position:absolute;bottom:24px;left:50%;transform:translate(-50%) rotate(-5deg);z-index:5;margin-left:-75vw;width:150vw}.new-year-modal__close{display:flex;position:absolute;top:16px;right:16px;justify-content:center;align-items:center;z-index:100;backdrop-filter:blur(16px);transition:background .2s ease;cursor:pointer;border:1px solid rgba(10,10,31,.08);border-radius:50%;background:#ffffffbf;width:44px;height:44px}.new-year-modal__close:hover{background:#ffffffe6}.new-year-modal__deco{position:absolute;top:80px;opacity:.35;width:140px;height:auto;pointer-events:none}.new-year-modal__deco-left{left:-30px}.new-year-modal__deco-right{right:-30px}.new-year-modal__hero{position:relative;z-index:10;margin-top:92px;margin-bottom:18px;text-align:center}.new-year-modal__title{display:flex;flex-direction:column;align-items:center;gap:4px;margin:0;font-style:italic;font-weight:900;font-family:Inter,sans-serif;letter-spacing:-.02em}.new-year-modal__title-main{color:#0a0a1f;font-size:56px;text-transform:uppercase}.new-year-modal__title-accent{color:#d31619;font-size:40px;text-transform:uppercase}.new-year-modal__coupon{position:relative;z-index:10;margin:0 36px 22px;box-shadow:0 14px 40px #0a0a1f38;border-radius:16px;background:#0a0a1f;padding:22px;width:calc(100% - 72px);max-width:700px;overflow:hidden}.new-year-modal__coupon-top{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:12px}.new-year-modal__coupon-left{display:flex;flex-direction:column;gap:6px}.new-year-modal__coupon-code{color:#ffd36a;font-style:italic;font-weight:900;font-size:40px;line-height:1}.new-year-modal__coupon-expiry{color:#ffffffa6;font-size:13px}.new-year-modal__coupon-button{display:flex;align-items:center;gap:8px;transition:transform .2s ease,background .2s ease;cursor:pointer;border:1px solid rgba(255,211,106,.3);border-radius:12px;background:#ffffff0f;padding:12px 16px;white-space:nowrap}.new-year-modal__coupon-button:hover{transform:translateY(-2px);background:#ffffff1a}.new-year-modal__coupon-button span{color:#ffd36a;font-weight:700;font-size:14px}.new-year-modal__coupon-divider{margin:12px 0;border-top:2px dashed rgba(255,255,255,.22);width:100%;height:1px}.new-year-modal__coupon-bottom{color:#ffffffb8;font-size:13px;line-height:1.45}.new-year-modal__countdown{display:flex;position:relative;justify-content:center;gap:12px;z-index:20;padding:0 18px;width:100%}.new-year-modal__countdown-item{display:flex;flex-direction:column;align-items:center;gap:6px;border:1px solid rgba(10,10,31,.08);border-radius:14px;background:#fffc;padding:14px 16px;min-width:86px}.new-year-modal__countdown-number{color:#0a0a1f;font-weight:900;font-size:32px;line-height:1}.new-year-modal__countdown-label{color:#0a0a1f99;font-weight:700;font-size:11px;letter-spacing:.06em;text-transform:uppercase}@media (max-width: 768px){.new-year-modal__container{border-radius:0;min-height:100dvh}.new-year-modal__title-main{font-size:42px}.new-year-modal__title-accent{font-size:30px}.new-year-modal__coupon{margin:0 16px 18px;width:calc(100% - 32px)}.new-year-modal__coupon-code{font-size:32px}.new-year-modal__countdown{gap:8px}.new-year-modal__countdown-item{flex:1;padding:12px 8px;min-width:0;max-width:82px}.new-year-modal__countdown-number{font-size:26px}}.modal-link{display:flex;position:fixed;bottom:0;left:0;justify-content:center;align-items:center;z-index:20;padding:40px;width:100%;pointer-events:none}.modal-link-hide{transform:translateY(100%);opacity:0;transition:all .3s ease;pointer-events:none}.modal-link__inner{display:flex;position:relative;align-items:center;gap:48px;backdrop-filter:blur(32px);border:1px solid rgba(144,144,144,.2);border-radius:16px;background:#fcc2570d;padding:20px 20px 24px 104px;max-width:1040px;pointer-events:initial}.modal-link-btn-close{position:absolute;top:-12px;right:-12px}.modal-link-img{position:absolute;top:50%;left:-93px;transform:translateY(-50%)}.modal-link__text{max-width:700px;color:var(--color222);font-weight:500;font-size:16px;line-height:130%}.modal-link__btn{border-radius:10px;padding:14px 28px;color:var(--color222);font-weight:500;font-size:14px;white-space:nowrap}@media (max-width: 768px){.modal-link-img{display:none}.modal-link__inner{gap:24px;padding:20px}.modal-link{padding:20px}}@media (max-width: 700px){.modal-link__inner{flex-direction:column;gap:10px}.modal-link__btn{width:100%}.modal-link__text{font-size:14px}}body.new-year-theme .wrapper .bg,body.new-year-theme .wrapper .bg-elem,body.new-year-theme .wrapper .ticker,body.new-year-theme .page__preview .preview-sale{display:none!important}body.new-year-theme .page__preview .preview-sale-sp{border-color:#ffd36ab3;background:#d31619;color:#fff}body.new-year-theme .page__preview .preview-sale-percent{color:#0a0a1f}body.new-year-theme .page__preview .preview-sale-text{color:#0a0a1fbf}body.new-year-theme .preview-sale-bg{filter:hue-rotate(325deg) saturate(1.1)}body.new-year-theme .preview__stat-name{background:linear-gradient(95deg,#d31619,#ffd36a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.new-year-theme .clients-preview__link.btn-grad{background:linear-gradient(95deg,#d31619,#ffd36a);color:#0a0a1f}body.new-year-theme .clients-preview__link.btn-grad svg path{stroke:#0a0a1f}body.new-year-theme .advantages__title .orange-1:nth-of-type(1){color:#01ae40!important}body.new-year-theme .advantages__title .orange-1:nth-of-type(2){color:#fa302c!important}body.new-year-theme .advantages__title{font-weight:600!important}body.new-year-theme .advantages__card{box-shadow:8px 8px #003043!important;border-color:#003043!important}body.new-year-theme .advantages__subtitle{color:#333333b3!important}body.new-year-theme .best-product__title .orange-1{color:#01ae40!important}body.new-year-theme .best-product__card{box-shadow:8px 8px #003043!important;border-color:#003043!important}body.new-year-theme .best-product__card:nth-child(3){border-color:#003043!important;background:#01ae40!important}body.new-year-theme .best-product__card:nth-child(3) .best-product__card-name{color:#fff!important}body.new-year-theme .best-product__card:nth-child(3) .best-product__card-desc{color:#ffffffb3!important}body.new-year-theme .best-product__card:nth-child(3) .best-product__card-soon{box-shadow:4px 4px #222!important;border-color:#222!important;background:#fff!important}body.new-year-theme .best-product__card:nth-child(3) .best-product__card-soon-1,body.new-year-theme .best-product__card:nth-child(3) .best-product__card-soon-2{color:#222!important}body.new-year-theme .best-product__link,body.new-year-theme .best-product__link.btn-grad{border-color:transparent!important;background:linear-gradient(172deg,#fb3a40,#cd282d)!important;color:#fff!important}body.new-year-theme .best-product__link:before,body.new-year-theme .best-product__link.btn-grad:before,body.new-year-theme .best-product__link:after,body.new-year-theme .best-product__link.btn-grad:after{display:none!important}body.new-year-theme .best-product__link svg path,body.new-year-theme .best-product__link.btn-grad svg path{fill:#fff!important;stroke:#fff!important}body.new-year-theme .best-product__link:hover,body.new-year-theme .best-product__link.btn-grad:hover,body.new-year-theme .best-product__link:active,body.new-year-theme .best-product__link.btn-grad:active{background:linear-gradient(172deg,#cd282d,#fb3a40)!important}body.new-year-theme .best-product__subtitle{color:#333333b3!important}body.new-year-theme .cabinet__title .orange-1:nth-of-type(1){color:#01ae40!important}body.new-year-theme .cabinet__title .orange-1:nth-of-type(2){color:#fa302c!important}body.new-year-theme .cabinet__title{font-weight:600!important}body.new-year-theme .cabinet__img,body.new-year-theme .cabinet-elem-1,body.new-year-theme .cabinet-elem-2{box-shadow:8px 8px #003043!important;border-color:#003043!important}body.new-year-theme .steps__title .orange-1{background:linear-gradient(170deg,#01ae40 12.894%,#dacc92 52.22%,#fa302c 92.504%)!important;background-clip:text!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}body.new-year-theme .steps__title{font-weight:600!important}body.new-year-theme .steps__img{box-shadow:8px 8px #003043!important;border-color:#003043!important}body.new-year-theme .reviews__title .orange-2{color:#fa302c!important}body.new-year-theme .reviews__title-trust{color:#01ae40!important}body.new-year-theme .reviews__title{font-weight:600!important}*{margin:0;border:0;padding: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}html,body{width:100%;height:100%;font-size:100%;font-size:14px;line-height:1;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer;background-color:transparent}button::-moz-focus-inner{border:0;padding:0}a{color:inherit}a,a:visited,a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:inherit}svg{display:block}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}:root{--font-family: "Outfit", sans-serif;--second-family: "Inter", sans-serif}body{--color222: #222;--color-gray-07: rgba(51, 51, 51, .7);--color-gray-07-34: rgba(34, 34, 34, .7);--color-gray-05: rgba(34, 34, 34, .5);--color-border-20: rgba(144, 144, 144, .2);--color-border-10: rgb(243.9, 243.9, 243.9);--color-white: #fff;--color-black: #000;--color-black-333: #333;--color-F1FCE6: #f1fce6;--color-F0FFE0: #f0ffe0;--color-ED4C5C: #feeeef;--color-FEF8EE: #fef8ee;--color-FFEDED: #ffeded;--color-white-07: rgba(255, 255, 255, .7);--color-f9f9f9: #f9f9f9;--collor-rgba25219487: rgba(252, 194, 87, .1);--color-rgba1441441440: rgba(144, 144, 144, .6);--color-border: #000;transition:background .25s;background:#fff;line-height:normal;font-family:var(--font-family)}.black-theme{background:#0b0b0b!important;--color222: #fff;--color-gray-07: rgba(255, 255, 255, .7);--color-gray-07-34: rgba(255, 255, 255, .7);--color-gray-05: rgba(255, 255, 255, .5);--color-border-20: rgba(255, 255, 255, .2);--color-border-10: rgb(25.5, 25.5, 25.5);--color-white: #222;--color-black: #555;--color-black-333: #fff;--color-F1FCE6: #505150;--color-F0FFE0: #475934;--color-ED4C5C: #cf9fa3;--color-FEF8EE: #716859;--color-FFEDED: #652e2e;--color-f9f9f9: #f9f9f970;--color-border: #555}.wrapper{position:relative;z-index:0;overflow:hidden}.wrapper--visible{overflow:visible}.bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover}.bg-elem{position:absolute;z-index:-1}.bg-elem-1{top:184px;left:-174px;filter:blur(50px);border-radius:2000px;background:#fcc25726;width:416px;height:416px}.bg-elem-2{top:157px;left:50%;transform:translate(-50%);filter:blur(75px);border-radius:2000px;background:#fcc2571a;width:736px;height:736px}.bg-elem-3{top:520px;right:-160px;filter:blur(50px);border-radius:2000px;background:#fcc25726;width:416px;height:416px}.container{margin:0 auto;padding:0 40px;max-width:1680px}.shadow-4{box-shadow:4px 4px 0 0 var(--color-black)}.shadow-7{box-shadow:7px 7px 0 0 var(--color-black)}.shadow-8{box-shadow:8px 8px 0 0 var(--color-black)}.title{color:var(--color222);font-weight:600;font-size:80px;line-height:105%;text-align:center}.main-title{color:var(--color222);font-weight:600;font-size:64px;line-height:110%}.main-text{font-weight:400;font-size:18px}.sub-text{font-weight:400;font-size:16px}.btn-grad{position:relative;z-index:2;transition:all .3s ease;border-radius:12px;overflow:hidden;color:#222!important}.btn-grad:after{position:absolute;top:0;left:0;z-index:-1;transition:all .3s ease;background:linear-gradient(95deg,#f1d986,#fcc257);width:100%;height:100%;content:""}.btn-grad:before{position:absolute;top:0;left:0;opacity:0;z-index:-1;transition:all .3s ease;background:linear-gradient(95deg,#e7ba15,#fcc257);width:100%;height:100%;content:""}.btn-grad:active:before{opacity:1}.btn-grad:active:after{opacity:0}@media (hover: hover){.btn-grad:hover:before{opacity:1}.btn-grad:hover:after{opacity:0}}.btn-main{transition:all .2s ease;border-radius:12px;background:#fcc257;color:#222!important}.btn-main:active{background-color:#ffb324}@media (hover: hover){.btn-main:hover{background-color:#ffb324}}.btn-transp{display:flex;justify-content:center;align-items:center;gap:16px;transition:all .2s ease;border:1px solid var(--color-border-20);border-radius:12px;padding:19px 33px 19px 37px;color:var(--color-black);font-weight:500;font-size:18px;line-height:20px;text-align:center}.btn-transp:active{background-color:var(--color-border-20)}@media (hover: hover){.btn-transp:hover{background-color:var(--color-border-20)}}.btn-red{transition:all .2s ease;border-radius:12px;background:#ed4c5c}.btn-red:active{background:#9b2632}@media (hover: hover){.btn-red:hover{background:#9b2632}}.orange-1{color:#fcc257}.orange-2{color:#fbc157}.scroll{translate:0 60px;opacity:0;transition:translate .6s ease-in-out,opacity .6s ease-in-out}.scroll--active{translate:0 0px;opacity:1}.main-padd{padding:0 0 100px}.title-main{margin:0 0 32px;color:var(--color222);font-weight:600;font-size:42px}.title-main-no-pad{color:var(--color222);font-weight:600;font-size:42px}.title-h2{color:var(--color222);font-weight:500;font-size:32px}.title-h3{color:var(--color222);font-weight:500;font-size:28px}.title-h4{color:var(--color222);font-weight:500;font-size:24px}.content__head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin:0 0 32px}.btn-red-transp{border-radius:8px;background:var(--color-FFEDED);color:#ed4c5c;font-weight:500;font-size:16px;text-align:center}.bg-grey{background:#fcfcfc}.btn-gray{transition:all .2s ease;border:1px solid var(--color-border-20);border-radius:8px;background:#9090900d}.btn-gray:active{background:#90909026}@media (hover: hover){.btn-gray:hover{background:#90909026}}.black-theme .btn-gray{border:1px solid var(--color-border-20);background:#ffffff0d;color:#fff}.black-theme .btn-gray:active{background:#ffffff26}@media (hover: hover){.black-theme .btn-gray:hover{background:#ffffff26}}.page__ref-system-preview{position:relative;z-index:3;margin:0 0 26px}.ref-system-preview-elem{position:absolute;z-index:-1;border-radius:50%}.ref-system-preview-elem-1{top:328px;left:-568px;filter:blur(100px);background:#fcc25740;width:800px;height:688px}.ref-system-preview-elem-2{top:18px;left:50%;transform:translate(-50%);filter:blur(200px);background:#fcc2571a;width:736px;height:736px}.ref-system-preview-elem-3{top:0;right:-193px;filter:blur(75px);background:#fcc25726;width:509px;height:509px}.ref-system__inner{display:flex;justify-content:space-between;align-items:start;gap:40px;padding:0 52px 0 0}.ref-system__left{width:100%;max-width:769px}.ref-system__rating{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;margin:0 0 32px}.ref-system__rating-text{color:var(--color222);font-weight:500;font-size:18px;line-height:130%;text-align:center}.ref-system__rating-text-sp{color:#00b67a}.ref-system__title{margin:0 0 48px;max-width:710px;line-height:105%}.ref-system__btns{display:flex;align-items:center;gap:16px;margin:0 0 92px;white-space:nowrap}.ref-system__btn{display:flex;align-items:center;gap:16px;padding:20px 24px 20px 28px;color:#000;font-weight:500;font-size:18px;line-height:111%;text-align:center}.btn-gray{display:flex;justify-content:center;align-items:center;gap:16px;border:1px solid rgba(144,144,144,.2);border-radius:12px;background:#f9f5ef;padding:19px 37px 19px 33px;color:#333;font-weight:500;font-size:18px;line-height:111%;text-align:center}.black-theme .btn-gray{border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff}.ref-system__list{display:flex;flex-direction:column;gap:24px}.ref-system__item{display:flex;align-items:center;gap:12px}.ref-system__item svg{min-width:25px}.ref-system__item-text{color:var(--color-black-333);font-weight:500;font-size:20px}.ref-system__right{width:100%;max-width:695px}.ref-system__img{width:100%}.page__clients-preview{position:relative;z-index:1}.clients-preview-elem{position:absolute;z-index:-1}.clients-preview-elem-1{top:47px;left:-174px;filter:blur(80px);border-radius:50%;background:#fcc25726;width:416px;height:416px}.clients-preview-elem-2{top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(80px);border-radius:50%;background:#fcc25726;width:736px;height:736px}.clients-preview-elem-3{right:-160px;bottom:65px;filter:blur(80px);border-radius:50%;background:#fcc25726;width:416px;height:416px}.clients-preview__inner{position:relative;z-index:1;padding:0 0 80px}.clients-preview-bg{position:absolute;right:0;bottom:0;z-index:-1;padding:0 0 0 800px;max-width:100%}.clients-preview__head{margin:0 0 130px;width:100%;max-width:1204px}.clients-preview__title{margin:0 0 32px;color:var(--color222);font-weight:600;font-size:80px;line-height:105%}.clients-preview__subtitle{margin:0 0 48px;max-width:652px;color:var(--color-gray-07);font-weight:400;font-size:20px;line-height:130%}.clients-preview__link{display:inline-flex;justify-content:center;align-items:center;gap:16px;padding:20px 34px 20px 38px;color:var(--color-black);font-weight:500;font-size:18px;line-height:111%;text-align:center}.clients-preview__links{display:flex;flex-wrap:wrap;gap:12px}.page__preview .clients-preview__links,.clients-preview__links{margin:0 0 48px}.page__ref-system-preview .clients-preview__links{margin:0 0 96px}.page__domain-transfer-preview .clients-preview__links{margin:0 0 80px}.page__domain-transfer-preview .ref-system__rating{margin:24px 0 0}.clients-preview__cards{display:flex;flex-direction:column;gap:48px}.clients-preview__cards-row{display:flex;gap:64px}.clients-preview__card{display:flex;flex-direction:column;gap:8px}.clients-preview__card-name{color:#fcc257;font-weight:600;font-size:64px;line-height:105%}.clients-preview__card-name-sp{color:var(--color222)}.clients-preview__card-desc{color:var(--color222);font-weight:500;font-size:20px;line-height:105%}.page__ref-system-desc{position:relative;z-index:2;margin:0 0 92px}.ref-system-desc__inner{display:flex;justify-content:space-between;align-items:center;gap:40px;margin:0 auto;max-width:1354px}.ref-system-desc__box{width:100%;max-width:620px}.ref-system-desc__title{margin:0 0 32px}.ref-system-desc__list{display:flex;flex-direction:column;gap:16px;margin:0 0 48px}.ref-system-desc__item{display:flex;align-items:center;gap:12px}.ref-system-desc__item svg{min-width:23px}.ref-system-desc__item-text{color:var(--color-black-333);font-weight:400;font-size:18px}.ref-system-desc__btn{display:flex;justify-content:center;align-items:center;gap:16px;border-radius:12px;padding:16px 34px 16px 38px;color:#000;font-weight:500;font-size:18px;line-height:111%;text-align:center}.ref-system-desc__image{max-width:100%}.page__ref-system-desc-2{margin:0 0 200px}.page__ref-system-desc-2 .ref-system-desc__box{max-width:630px}.page__ref-system-desc-2 .ref-system-desc__inner{max-width:1407px}.ref-system-desc__box-subtitle{margin:0 0 50px;max-width:523px;color:rgba(from var(--color-black-333) r g b / .7);font-weight:400;font-size:18px;line-height:130%}.ref-system-desc__box-list{display:flex;position:relative;flex-direction:column;gap:48px}.ref-system-desc__box-list:after{position:absolute;top:50%;left:24px;transform:translateY(-50%);z-index:-1;background-color:#fcc257;width:2px;height:calc(100% - 20px);content:""}.ref-system-desc__box-item{display:flex;align-items:center;gap:14px}.ref-system-desc__box-item-text{color:var(--color222);font-weight:500;font-size:24px}.ref-system-desc__box-item-icon{display:flex;justify-content:center;align-items:center;width:50px;height:50px}.page__leaderboard{background:#fcc257;padding:200px 0}.leaderboard__inner{position:relative;z-index:2;margin:0 auto;max-width:1200px}.leaderboard__head{display:flex;flex-direction:column;align-items:center;gap:24px;margin:0 0 64px}.leaderboard__title{text-align:center}.leaderboard__title-sp{color:#fff}.leaderboard__subtitle{color:rgba(from var(--color-black-333) r g b / .7);font-weight:400;font-size:18px;line-height:130%;text-align:center}.leaderboard__table{border:2px solid #000;border-radius:32px;background:#fff;padding:34px 46px}.leaderboard__table-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 0 24px;border-bottom:1px solid rgba(144,144,144,.35);padding:0 0 20px}.leaderboard__table-head-box{color:#222222b3;font-weight:400;font-size:24px}.leaderboard__table-num{width:80px}.leaderboard__table-nickname{width:288px}.leaderboard__table-deposit{width:298px}.leaderboard__table-percent{width:212px}.leaderboard__table-income{width:182px}.leaderboard__table-main{display:flex;flex-direction:column;gap:36px}.leaderboard__table-main-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.leaderboard__table-box-mob{display:none}.leaderboard__table-box-content{color:#222;font-weight:500;font-size:28px}.page__growth-earnings{margin:0 0 150px;background:#0f0f0f;padding:150px 0}.growth-earnings__container{max-width:1680px}.growth-earnings__inner{position:relative;z-index:2}.growth-earnings__head{display:flex;flex-direction:column;align-items:center;gap:32px;margin:0 0 104px}.growth-earnings__title{color:#fcc257;text-align:center}.growth-earnings__title-sp{color:#fff}.growth-earnings__subtitle{color:#ffffffb3;font-weight:400;font-size:18px;line-height:130%;text-align:center}.growth-earnings__cards{display:grid;grid-template-columns:repeat(3,1fr);align-items:end;gap:24px}.growth-earnings__card{display:flex;flex-direction:column;gap:24px;box-shadow:8px 8px #000;border:2px solid #555;border-radius:24px;background:#222;padding:26px 30px}.growth-earnings__card:nth-child(4){grid-column:2/3}.growth-earnings__card-list{display:flex;flex-direction:column;gap:24px}.growth-earnings__card-name{color:#fcc257;font-weight:600;font-size:64px}.growth-earnings__card-desc{color:#fff;font-weight:400;font-size:24px;line-height:140%}.growth-earnings__card-grad{transform:translateY(-40px);box-shadow:8px 8px #473718;border-color:transparent;background:linear-gradient(135deg,#f1d986,#fcc257);padding:38px 30px}.growth-earnings__card-grad .growth-earnings__card-name,.growth-earnings__card-grad .growth-earnings__card-desc{color:#222}.page__clients-advantages{position:relative;z-index:1;padding:48px 0}.clients-advantages__inner{display:flex;flex-direction:column;gap:96px}.clients-advantages__row{display:flex;justify-content:space-between;align-items:center;gap:40px;margin:0 auto;width:100%;max-width:1301px}.clients-advantages__row-image{width:100%;max-width:554px;max-height:554px;object-fit:cover}.clients-advantages__row-list{display:flex;flex-direction:column;gap:32px;width:100%;max-width:524px}.clients-advantages__row-desc{color:var(--color-gray-07);font-weight:400;font-size:18px;line-height:130%}.clients-advantages__row-big{max-width:1377px}.clients-advantages__row-big .clients-advantages__row-list{max-width:607px}.page__clients-partners{background:#0f0f0f;padding:150px 0}.clients-partners__inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.clients-partners__left{width:100%;max-width:515px}.clients-partners__title{margin:0 0 36px;color:var(--color-white);font-weight:600;line-height:110%}.clients-partners__subtitle{margin:0 0 48px;max-width:410px;color:var(--color-white-07);font-weight:400;font-size:18px;line-height:130%}.clients-partners__link{display:inline-flex;justify-content:center;align-items:center;gap:16px;padding:12px 34px 14px 38px;color:var(--color-black);font-weight:500;font-size:18px;line-height:111%;text-align:center}.clients-partners__right{width:100%;max-width:1056px}.clients-partners__cards{display:flex;align-items:center;gap:32px}.clients-partners__card{display:flex;position:relative;flex-direction:column;justify-content:space-between;z-index:1;border-radius:32px;padding:48px 32px;width:100%}.clients-partners__card-min{box-shadow:8px 8px 0 0 var(--color-black);border:2px solid #555;background:var(--color222);max-width:450px;min-height:624px}.clients-partners__card-top{display:flex;flex-direction:column;align-items:start;gap:48px}.clients-partners__card-title{color:#fff9;font-weight:600;font-size:32px;line-height:110%}.clients-partners__card-list{display:flex;flex-direction:column;gap:24px}.clients-partners__card-item{color:#fff9;font-weight:500;font-size:20px;line-height:110%}.clients-partners__card-price{color:#fff9;font-weight:600;font-size:42px;line-height:110%}.clients-partners__card-big{box-shadow:8px 8px 0 0 var(--color-black);border:2px solid var(--color-black);background:linear-gradient(135deg,#f1d986,#fcc257);max-width:574px;min-height:688px}.clients-partners__card-big .clients-partners__card-price,.clients-partners__card-big .clients-partners__card-item{color:var(--color222)}.clients-partners__card-bg{position:absolute;right:0;bottom:0;z-index:-1;max-width:100%}.page__clients-technical{padding:180px 0}.clients-technical__inner{display:flex;position:relative;justify-content:space-between;align-items:center;gap:40px;z-index:2}.clients-technical__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;width:100%;max-width:816px}.clients-technical__card{border:2px solid var(--color-border);border-radius:32px;background-color:var(--color-white);padding:32px}.clients-technical__card-img{margin:0 0 32px}.clients-technical__card-list{display:flex;flex-direction:column;gap:16px}.clients-technical__card-name{color:var(--color222);font-weight:600;font-size:24px;line-height:110%}.clients-technical__card-desc{color:var(--color-black-333);font-weight:400;font-size:16px}.clients-technical__right{max-width:661px}.clients-technical__title{text-align:right}.page__partnership{margin:0 0 150px;background:#fcc257;padding:200px 0}.partnership__inner{position:relative;z-index:2}.partnership__head{margin:0 auto 64px;max-width:884px;text-align:center}.partnership__title{margin:0 0 24px;color:var(--color222)}.partnership__title-sp{color:var(--color-white)}.partnership__subtitle{color:rgba(from var(--color-black-333) r g b / .7);font-weight:400;font-size:18px;line-height:130%;text-align:center}.partnership__table{position:relative;z-index:2;margin:0 auto;border:2px solid var(--color-black);border-radius:32px;background:var(--color-white);padding:24px;max-width:1092px}.partnership__table-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 24px 24px;border-bottom:1px solid rgba(144,144,144,.35);padding:0 0 20px}.partnership__table-head-box{color:#222222b3;font-weight:400;font-size:24px;white-space:nowrap}.partnership__table-box-mob{display:none;color:#222222b3;font-weight:400;font-size:18px}.partnership__table-tier{width:228px}.partnership__table-volume{width:300px}.partnership__table-vps{width:252px}.partnership__table-domain{width:183px}.partnership__table-row{display:flex;justify-content:space-between;gap:10px;transition:all .2s ease;cursor:pointer;border-radius:12px;padding:16px 24px}.partnership__table-row:active{background:#fcc25726}@media (hover: hover){.partnership__table-row:hover{background:#fcc25726}}.partnership__table-box{color:var(--color222);font-weight:500;font-size:28px}.partnership__table-row--active{background:#fcc25726}.content__inner{display:flex;align-items:start;gap:38px}@media (max-width: 1400px){.clients-partners__left{max-width:unset}.clients-partners__inner{flex-direction:column}.page__clients-partners{padding:100px 0}.clients-partners__subtitle{max-width:unset}.clients-technical__inner{flex-direction:column-reverse;align-items:stretch}.clients-technical__right{max-width:unset}.clients-technical__title{text-align:left}.page__clients-technical{padding:100px 0}.clients-technical__cards{max-width:unset}}@media (max-width: 1220px){.page__domain-transfer-control{padding:100px 0}.clients-preview__title{font-size:60px}.clients-preview-bg{min-width:1200px}.growth-earnings__cards{grid-template-columns:repeat(2,1fr);align-items:unset}.growth-earnings__card:nth-child(4){grid-column:unset}.growth-earnings__card-grad{transform:unset}.growth-earnings__head{margin:0 0 40px}.page__growth-earnings{padding:100px 0}.growth-earnings__card-name{font-size:44px}.growth-earnings__card{padding:24px}}@media (max-width: 1180px){.how-it-works-img-1{max-width:100px}.how-it-works-img-2{max-width:200px}.how-it-works-img-3{bottom:276px;left:-21px;max-width:250px}.how-it-works-img-4{right:-20px;max-width:200px}.how-it-works__rows{gap:24px}.advantages__card-num-step{font-size:80px}.advantages__card-num{width:58px;height:58px}.page__growth-earnings{margin:0 0 80px}}@media (max-width: 1120px){.clients-preview-bg{display:none}.clients-advantages__row-name{font-size:52px}.ref-system__inner{flex-direction:column;align-items:center;padding:0}.page__ref-system-preview{margin:0}.ref-system__left{max-width:unset}.ref-system__btns{margin:0 0 40px}.ref-system__title,.ref-system__rating{margin:0 0 20px}.ref-system__img{max-width:400px}.ref-system__right{display:flex;justify-content:center;align-items:center}.ref-system-desc__title{font-size:48px}.page__leaderboard{padding:100px 0}.leaderboard__table{padding:24px}.leaderboard__table-head-box{font-size:20px}.leaderboard__table-box-content{font-size:22px}}@media (max-width: 1000px){.clients-partners__cards{flex-direction:column-reverse}.clients-partners__card{max-width:unset}.clients-partners__link{display:flex}.page__clients-partners{padding:60px 0}.clients-partners__subtitle{margin:0 0 24px}.clients-partners__title{margin:0 0 20px}.how-it-works-img-2{top:229px;right:-33px;max-width:167px}.leaderboard__head{margin:0 0 30px}.leaderboard__table-head{display:none}.leaderboard__table-main-row{flex-direction:column}.leaderboard__table-box-mob{display:block;font-size:18px}.leaderboard__table-box{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}.leaderboard__table-main{gap:16px}.leaderboard__table-main-row:not(:last-child){border-bottom:1px solid #2222223b;padding:0 0 16px}}@media (max-width: 768px){.sale-btn{right:20px}.sale{padding:12px 50px 12px 12px}.sale__content{justify-content:start;gap:8px}.sale-text,.sale__desc{font-size:14px}.title{font-size:64px}.main-text{font-size:16px}.main-title{font-size:48px}.container{padding:0 20px}.title-main{margin:0 0 20px;font-size:32px}.title-main-no-pad{font-size:32px}.main-padd{padding:0 0 50px}.title-h3{font-size:24px}.title-h4{font-size:20px}.content__title{margin:0}.sub-text{font-size:14px}.page__clients-technical{padding:60px 0}.clients-technical__card{padding:24px}.clients-technical__card-name{font-size:20px}.clients-technical__card-desc{font-size:14px}.clients-technical__card-img svg{width:60px;height:60px}.clients-technical__card-img{margin:0 0 20px}.clients-technical__cards{gap:20px}.clients-preview__links{flex-direction:column;width:100%}.clients-preview__link-google,.clients-preview__link-tg{justify-content:center}.page__domain-transfer-control{margin:0 0 60px}.clients-preview__title{margin:0 0 20px;font-size:48px}.clients-preview__subtitle{margin:0 0 24px;font-size:16px}.clients-preview__link{display:flex}.clients-preview__head{margin:0 0 60px}.clients-preview__card-name{font-size:48px}.clients-preview__card-desc{font-size:18px}.clients-preview__cards-row{gap:32px}.clients-partners__card{padding:32px 24px;min-height:500px}.clients-partners__card-list{gap:16px}.clients-partners__card-bg{max-width:400px}.clients-partners__card-top{gap:24px}.clients-partners__card-item,.clients-partners__subtitle{font-size:16px}.clients-partners__card-price{font-size:36px}.clients-partners__card-min{min-height:400px}.clients-partners__card-title{font-size:24px}.partnership__table-head{display:none}.partnership__table-row{flex-direction:column}.partnership__table-box-mob{display:block}.partnership__table-box{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;font-size:18px;text-align:right}.partnership__table-box-mob{text-align:left}.partnership__table-row{padding:16px}.partnership__head{margin:0 0 32px;max-width:unset}.page__partnership{margin:0 0 50px;padding:60px 0}.partnership__subtitle{font-size:16px}.growth-earnings__cards{grid-template-columns:repeat(1,1fr);gap:20px}.growth-earnings__card-list{gap:20px}.growth-earnings__card-name{font-size:34px}.growth-earnings__subtitle br{display:none}.page__growth-earnings{margin:0 0 50px;padding:60px 0}.growth-earnings__card-desc{font-size:20px}.page__ref-system-preview .clients-preview__links{margin:0 0 40px}.how-it-works__row .advantages__card{width:100%;max-width:unset}.how-it-works-img-1{top:40px;right:0;left:auto}.how-it-works-img-2{top:300px;right:-33px;max-width:85px}.how-it-works-img-3{bottom:374px;left:-45px;max-width:78px}.how-it-works-img-4{bottom:126px;max-width:105px}.advantages__card-num-step{font-size:60px}.advantages__card-num{height:42px}.page__how-it-works{margin:0 0 80px}.ref-system-desc__inner{flex-direction:column;gap:30px}.page__ref-system-desc-2 .ref-system-desc__inner{flex-direction:column-reverse}.ref-system-desc__img{max-width:400px}.ref-system-desc__box{max-width:unset}.ref-system-desc__btn{width:100%}.page__ref-system-desc{margin:0 0 60px}.page__ref-system-desc-2 .ref-system-desc__box{max-width:unset}.ref-system-desc__title{text-align:center}.ref-system-desc__box-subtitle{margin:0 0 30px;max-width:unset;text-align:center}.ref-system-desc__box-list{gap:24px}.ref-system-desc__box-item-text{font-size:20px}.ref-system-desc__box-item{gap:8px}.leaderboard__table-box-content,.leaderboard__table-box-mob{font-size:16px}.leaderboard__table{border-radius:16px}.page__leaderboard{padding:60px 0}.leaderboard__subtitle br{display:none}}@media (max-width: 640px){.clients-preview__cards-row{flex-direction:column;gap:20px}.clients-preview__cards{gap:20px}.clients-preview__title{font-size:42px}.clients-preview__head{margin:0 0 30px}.clients-preview__card-name{font-size:42px}.clients-preview__inner{padding:0 0 40px}.clients-advantages__row{flex-direction:column-reverse}.clients-advantages__row-big{flex-direction:column}.clients-advantages__row-image{max-width:300px}.clients-advantages__row-list{text-align:center}.clients-advantages__row-name{font-size:34px}.clients-technical__cards{grid-template-columns:repeat(1,1fr)}}@media (max-width: 520px){.title{font-size:40px}.main-title{font-size:34px}}.page-enter-active,.page-leave-active{transition:opacity .3s ease}.page-enter-from,.page-leave-to{opacity:0}.page-enter-to,.page-leave-from{opacity:1}.content__body{width:calc(100% - 238px);max-width:1362px}@media (max-width: 1380px){.content__body{width:100%}}.preview-serch__check{display:flex;align-items:center;gap:16px}.preview-serch__checkbox{cursor:pointer}.preview-serch__checkbox[type=checkbox]{position:relative;-webkit-appearance:none;appearance:none;transition:.4s;outline:none;border:1px solid #cbcbcb;border-radius:30px;background:#ebebeb;min-width:40px;height:24px}.preview-serch__checkbox:checked[type=checkbox]{border:1px solid #fbc157;background-color:#fbc157}.preview-serch__checkbox[type=checkbox]:before{position:absolute;top:50%;left:3px;transform:translateY(-50%);transition:.4s;border:1px solid #cbcbcb;border-radius:50%;background:var(--color-white);width:17px;height:17px;content:""}.preview-serch__checkbox:checked[type=checkbox]:before{transform:translateY(-50%) translate(14px);border:1px solid #fbc157}.check-black.preview-serch__checkbox[type=checkbox]:before{border-color:var(--color-white);width:19px;height:19px}.check-black[type=checkbox]{border-color:#909090;background-color:#909090}.sale{position:relative;background:#000;padding:12px 60px}.black-theme .sale{background:#131313}.sale-btn{position:absolute;top:18px;right:40px}.sale__content{display:flex;justify-content:center;align-items:center;gap:16px}.sale-text{border-radius:40px;background:var(--main-grd, linear-gradient(95deg, #f1d986 0%, #fcc257 100%));padding:2px 10px;color:#222;font-weight:600;font-size:18px}.sale__desc{color:#fff;font-weight:500;font-size:18px}.sale__desc-sp{background:var(--main-grd, linear-gradient(95deg, #f1d986 0%, #fcc257 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ticker{-webkit-mask-image:linear-gradient(90deg,#000,#000 6%,#000 94%,#000);mask-image:linear-gradient(90deg,#000,#000 6% 94%,#000);background:#000;overflow:hidden}.black-theme .ticker{background:#131313}.ticker__inner{display:flex;gap:60px;animation:tickerScroll 35s linear infinite;will-change:transform;width:max-content}.ticker__track{display:flex;align-items:center;gap:60px;padding:10px 0;color:#fff;font-weight:600;font-size:16px;white-space:nowrap}.ticker__group{display:inline-flex;align-items:center;gap:10px}.ticker__item{display:inline-flex;align-items:center;gap:8px}.flag{display:inline-flex;justify-content:center;align-items:center;width:13px;height:13px}.flag :deep(svg){display:block;width:13px;height:13px}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.preview__premium{display:flex;justify-content:center;align-items:center;gap:10px;margin:0 0 24px;border:1px solid rgba(252,194,87,.15);border-radius:12px;background:#fcc2570d;padding:15px 23px}.preview__premium-text{color:var(--color222);font-weight:500;line-height:105%;text-align:center}
