button, a.button-primary {
    cursor: pointer;
    background-color: var(--hrust-btn-default-color);
    color: var(--hrust-paragraph-color);
    padding: 7px 14px;
    border-radius: 7px;
    font-size: 1em;
    transition: 0.2s all ease;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
button:hover {
    background-color: var(--hrust-btn-default-hover);
}
button:active {
    transform: scale(0.95);
}
button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
button:disabled:active {
    transform: none;
}
button:disabled:hover {
    background-color: var(--hrust-btn-default-color);
}
.button-primary {
    background-color: var(--hrust-btn-primary-color) !important;
    color: var(--hrust-btn-primary-text-color) !important;
}
.button-primary:hover {
    background-color: var(--hrust-btn-primary-hover) !important;
}
input {
    align-items: center;
    background-color: var(--hrust-input-bg) !important;
    display: flex;
    gap: 5px;
    border-radius: 10px;
    height: 45px;
    padding: 0 15px;
}
select {
    padding: 1em;
    border-radius: 10px;
    background-color: var(--hrust-input-bg);
    font-size: 1em;
    font-weight: 400;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    color: var(--hrust-paragraph-color);
    appearance: none;
}
hr {
    background-color: var(--hrust-table-border);
    flex-shrink: 0;
    border: none;
    width: 100%;
    height: 1px;
}
.wrapper {
    flex: 1 0 auto;
    margin: 0 auto;
    width: 100%;
}
.container,
.wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.container {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    padding: 20px;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.checkbox {
    display: none;
}
.checkbox,
.checkbox:after,
.checkbox:before,
.checkbox *,
.checkbox *:after,
.checkbox *:before,
.checkbox + .checkbox-btn {
    box-sizing: border-box;
}
.checkbox::selection,
.checkbox:after::selection,
.checkbox:before::selection,
.checkbox *::selection,
.checkbox *:after::selection,
.checkbox *:before::selection,
.checkbox + .checkbox-btn::selection {
    background: none;
}
.checkbox + .checkbox-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.checkbox + .checkbox-btn:after,
.checkbox + .checkbox-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.checkbox + .checkbox-btn:after {
    left: 0;
}
.checkbox + .checkbox-btn:before {
    display: none;
}
.checkbox:checked + .checkbox-btn:after {
    left: 50%;
}
.checkbox-ios + .checkbox-btn {
    background: var(--hrust-bg-checkbox);
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}
.checkbox-ios + .checkbox-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
}
.checkbox-ios + .checkbox-btn:hover:after {
    will-change: padding;
}
.checkbox-ios + .checkbox-btn:active {
    box-shadow: inset 0 0 0 2em var(--hrust-bg-checkbox);
}
.checkbox-ios + .checkbox-btn:active:after {
    padding-right: 0.8em;
}
.checkbox-ios:checked + .checkbox-btn {
    background: #2c9d26;
}
.checkbox-ios:checked + .checkbox-btn:active {
    box-shadow: none;
}
.checkbox-ios:checked + .checkbox-btn:active:after {
    margin-left: -0.8em;
}
.card {
    background: var(--hrust-bg-card);
    padding: 2rem;
    position: relative;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 1rem;
}
.card__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.card__bouncing__image {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}
h3 + p {
    margin-top: 1em;
}
p {
    color: var(--hrust-paragraph-color);
    font-weight: 400;
}
div + h3 {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
p + * {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
.product_features {
    display: flex;
    background-color: var(--hrust-bg-features-card);
    flex-direction: column;
    border: 1px solid var(--hrust-bg-modal-border);
    border-radius: 1em;
}
.product_features__card {
    display: flex;
    align-items: center;
    padding: 0.75em;
    justify-content: space-between;
    border-bottom: 1px solid var(--hrust-table-border);
}
.product_features__card:last-child {
    border-bottom: none;
}
.product_features__info {
    display: flex;
    flex-direction: column;
}
.product_features__name {
    font-weight: 600;
    font-size: 1em;
}
.product_features__description {
    color: var(--hrust-paragraph-color);
    font-weight: 400;
    font-size: 0.9em;
}
.product_features__prefix {
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.product_features__prefix.hustler,
.product_features__prefix.dealer,
.product_features__prefix.lumberjack,
.product_features__prefix.ginger,
.product_features__prefix.beast,
.product_features__prefix.blueprints {
    background-clip: text !important;
}
.product_features__prefix.hustler {
    background: linear-gradient(to right, #ee81ee, #ff0);
}
.product_features__prefix.dealer {
    background: linear-gradient(to right, #ddf279, #3e7323);
}
.product_features__prefix.lumberjack {
    background: linear-gradient(to right, #d22f25, #f7c57e);
}
.product_features__prefix.ginger {
    background: linear-gradient(to right, #d3873b, #fae5af);
}
.product_features__prefix.beast {
    background: linear-gradient(to right, #80a464, #eec497);
}
.product_features__prefix.blueprints {
    background: linear-gradient(to right, #81bcee, #0af);
}
.hidden {
    opacity: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.loaded {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.skeleton {
    background-color: var(--hrust-skeleton-color);
    background-image: var(--hrust-skeleton-gradient);
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    animation: shine 1s ease infinite;
}
.skeleton.servers {
    width: 100%;
    height: 110px;
    background-color: var(--hrust-skeleton-products);
    border-radius: 1em;
}
.skeleton.products {
    width: 100%;
    height: 260px;
    background-color: var(--hrust-skeleton-products);
    border-radius: 1em;
}
.skeleton.profile {
    width: 100%;
    height: 313px;
    background-color: var(--hrust-skeleton-products);
    border-radius: 10px;
}
.skeleton.image {
    border-radius: 10px;
    margin: auto;
    background-color: var(--hrust-skeleton-color);
}
.tree {
    position: absolute;
    top: -100px;
    left: -60px;
    width: 350px;
    height: 350px;
    filter: grayscale(100%);
    opacity: 0.7;
    object-fit: cover;
    rotate: -45deg;
    z-index: 0;
    transition: all 0.2s ease;
}
.tree:hover {
    opacity: 1;
    filter: grayscale(0%);
    scale: 1.1;
}
.hat {
    position: absolute;
    top: -30px;
    right: -15px;
    object-fit: contain;
    z-index: 1;
}
@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}
@keyframes circle-in-top-right {
    0% {
        clip-path: circle(0%);
    }
    to {
        clip-path: circle(150% at top right);
    }
}
@media (prefers-reduced-motion: no-preference) {
    ::view-transition-old(root) {
        animation: none;
    }
    ::view-transition-new(root) {
        animation: 1.5s cubic-bezier(0.25, 1, 0.3, 1) circle-in-top-right forwards;
    }
}
@media screen and (max-width: 1500px) {
    .tree {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .hat {
        display: none;
    }
}
:root[data-scheme="dark"] {
    --hrust-bg: #000000;
    --hrust-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --hrust-font-size: 15px;
    --hrust-font-weight: 500;
    --hrust-font-color: #fff;
    --hrust-paragraph-color: #919191;
    --hrust-scrollbar-color: #2c2c2c #151515;
    --hrust-skeleton-color: #252525;
    --hrust-skeleton-gradient: linear-gradient(90deg, rgb(53 53 53 / 0%), rgb(53 53 53 / 50%), rgb(53 53 53 / 0%));
    --hrust-skeleton-products: #161616;
    --hrust-bg-card: #151515;
    --hrust-bg-features-card: #1a1a1a;
    --hrust-btn-default-color: #292929;
    --hrust-btn-default-hover: #494848;
    --hrust-btn-primary-color: #007bff;
    --hrust-btn-primary-text-color: #fff;
    --hrust-btn-primary-hover: #0056b3;
    --hrust-input-bg: #1c1c1c;
    --hrust-input-bg-card: #1c1c1c;
    --hrust-select-bg: #1c1c1c;
    --hrust-bg-products-card: #161616;
    --hrust-bg-products-price: #2b2b2b;
    --hrust-bg-modal: #0c0c0c;
    --hrust-bg-modal-border: #282828;
    --hrust-table-border: #454545;
    --hrust-bg-checkbox: #2b2b2b;
    --hrust-bg-mobile-nav: #000000b8;
}
:root[data-scheme="light"] {
    --hrust-bg: #f7f7f7;
    --hrust-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --hrust-font-size: 15px;
    --hrust-font-weight: 500;
    --hrust-font-color: #000;
    --hrust-paragraph-color: #545454;
    --hrust-scrollbar-color: #e0e0e0 #fff;
    --hrust-skeleton-color: #eeeeee;
    --hrust-skeleton-gradient: linear-gradient(90deg, rgba(53, 53, 53, 0), rgb(226 226 226 / 50%), rgba(53, 53, 53, 0));
    --hrust-skeleton-products: #fff;
    --hrust-bg-card: #fff;
    --hrust-bg-features-card: #fff;
    --hrust-btn-default-color: #dddddd;
    --hrust-btn-default-hover: #e6e6e6;
    --hrust-btn-primary-color: #007bff;
    --hrust-btn-primary-text-color: #fff;
    --hrust-btn-primary-hover: #0056b3;
    --hrust-input-bg: #fff;
    --hrust-input-bg-card: #f9f9f9;
    --hrust-bg-products-card: #fff;
    --hrust-bg-products-price: #f7f7f7;
    --hrust-bg-modal: #f7f7f7;
    --hrust-bg-modal-border: #e0e0e0;
    --hrust-table-border: #e0e0e0;
    --hrust-border-products-card: #dbdbdb;
    --hrust-bg-checkbox: #cdcdcd;
    --hrust-bg-mobile-nav: #ffffffb8;
}
* {
    border: initial;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    scrollbar-color: var(--hrust-scrollbar-color);
    scrollbar-gutter: unset;
    scrollbar-width: thin;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a,
b,
body,
h1,
h2,
h3,
h4,
h5,
span {
    color: var(--hrust-font-color);
}
a {
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
input {
    background-color: initial;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    outline: medium none invert;
    outline: initial;
    width: 100%;
}
html {
    background: var(--hrust-bg);
    font-family: var(--hrust-font);
    font-size: var(--hrust-font-size);
    font-weight: var(--hrust-font-weight);
    font-optical-sizing: auto;
    font-style: normal;
    scrollbar-width: none;
    height: 100vh;
}
#root,
.container,
body,
html {
    height: 100%;
    width: 100%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    appearance: textfield;
}
._product__card_xsi1a_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1em;
    background-color: var(--hrust-bg-products-card);
    border-radius: 1em;
    cursor: pointer;
    transition: all 0.2s ease;
}
._product__card_xsi1a_1:hover {
    transform: scale(1.05);
    box-shadow: 0 30px 60px #5252521f;
}
._product__card_xsi1a_1 img {
    width: 200px;
    height: 200px;
}
._product__info_xsi1a_24 {
    display: flex;
    justify-content: space-between;
    gap: 0.5em;
    align-items: center;
    width: 100%;
}
._product__name_xsi1a_32 {
    font-size: 1.1em;
    font-weight: 600;
}
._product__price_xsi1a_37 {
    color: var(--hrust-paragraph-color);
    background: var(--hrust-bg-products-price);
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
}
._product__price_xsi1a_37 svg {
    width: 17px;
    height: 17px;
}
._product__discount_xsi1a_51 {
    will-change: transform;
    position: absolute;
    right: -0.7em;
    top: -0.5em;
    rotate: 10deg;
    padding: 2px 6px;
    background: #cf3939;
    font-weight: 300;
    border-radius: 999px;
    z-index: 1;
    color: #fff;
}
._product__image_wrapper_xsi1a_65 {
    position: relative;
}
._product__image_xsi1a_65 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
._product__image__blueprint_xsi1a_76 {
    position: relative;
    background-image: url(https://files.hrust.cc/images/web/bp.webp);
    background-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
}
._products__grid_qg7l7_1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}
._products__quantity_qg7l7_7 {
    display: flex;
    align-items: center;
    padding: 1em;
    justify-content: space-between;
}
._products__quantity_text_qg7l7_14 {
    font-size: 0.85em;
    font-weight: 400;
    color: var(--hrust-paragraph-color);
}
._products__price_text_qg7l7_20 {
    font-size: 1.1em;
    display: flex;
    font-weight: 800;
    gap: 0.3em;
    align-items: center;
}
._products__price_text_qg7l7_20 svg {
    width: 17px;
    height: 17px;
}
._product__info_qg7l7_32 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
._product__info_qg7l7_32 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
._products__price_qg7l7_20 {
    display: flex;
    gap: 5px;
}
._products__price_qg7l7_20 button {
    font-size: 20px;
    min-width: 40px;
    display: flex;
    justify-content: center;
}
._products__instant_give_qg7l7_56 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    color: var(--hrust-paragraph-color);
    border-bottom: 1px solid var(--hrust-bg-modal-border);
    font-weight: 400;
}
._products__server_buttons_qg7l7_66 {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
._products__server_buttons_qg7l7_66 button {
    padding: 5px 10px;
}
._products__server_buttons_active_qg7l7_75 {
    background-color: #2c9d26 !important;
    color: #fff;
}
._product__image_wrapper_qg7l7_80 {
    position: relative;
}
._product__image__blueprint_qg7l7_84 {
    position: relative;
    background-image: url(https://files.hrust.cc/images/web/bp.webp);
    background-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
}
._product__options_qg7l7_92 {
    background: var(--hrust-bg-features-card);
    border-radius: 1em;
    border: 1px solid var(--hrust-bg-modal-border);
}
@media screen and (max-width: 1100px) {
    ._products__grid_qg7l7_1 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 768px) {
    ._products__grid_qg7l7_1 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 540px) {
    ._products__grid_qg7l7_1 {
        grid-template-columns: repeat(1, 1fr);
    }
}
._backdrop_8mhe3_1 {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99;
    backdrop-filter: blur(20px);
    background: #000000b5;
    overflow-x: hidden;
    overflow-y: auto;
}
._modal_8mhe3_14 {
    background: var(--hrust-bg-modal);
    border-radius: 1em;
    z-index: 100;
    margin: 30px auto;
    position: relative;
    border: 1px solid var(--hrust-bg-modal-border);
    width: 350px;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
}
._modal_8mhe3_14._small_8mhe3_23 {
    width: 300px;
}
._modal_8mhe3_14._semi_8mhe3_26 {
    width: 600px;
}
._modal_8mhe3_14._medium_8mhe3_29 {
    width: 768px;
}
._modal_8mhe3_14._full_8mhe3_32 {
    width: 1200px;
}
._content_8mhe3_36 {
    padding: 0.9em;
}
._footer_8mhe3_40 {
    padding: 0.9em;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
._header_8mhe3_47 {
    padding: 0.9em;
}
@media screen and (max-width: 820px) {
    ._modal_8mhe3_14 {
        width: 350px !important;
    }
}
._tabs__tabs_ouc5p_1 {
    display: flex;
    align-items: center;
    gap: 10px;
    text-wrap: nowrap;
    background: var(--hrust-bg-card);
    border-radius: 12px;
    overflow-x: auto;
    padding: 1rem;
    position: relative;
}
._tab_ouc5p_1 {
    cursor: pointer;
    background: none;
}
._tab_ouc5p_1._active_ouc5p_17 {
    background-color: var(--hrust-btn-default-hover) !important;
}
._tabs__wrapper_ouc5p_21 {
    width: 100%;
}
._kits__wrapper_wnce5_1 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0.5em;
}
._kits__item_wnce5_7 {
    background: var(--hrust-bg-features-card);
    border-radius: 1em;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0.8em;
    gap: 0.5em;
    transition: all 0.2s ease;
    cursor: pointer;
}
._kits__item_wnce5_7:hover {
    transform: scale(1.05);
    box-shadow: 0 30px 60px #5252521f;
}
._kits__item_wnce5_7:active {
    transform: scale(0.9);
}
._kits__item__amount_wnce5_29 {
    font-size: 0.9em;
}
._kits__title_wnce5_33 {
    font-weight: 600;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
}
._kits__cooldown_wnce5_40 {
    font-size: 0.8em;
}
@media screen and (max-width: 820px) {
    ._kits__wrapper_wnce5_1 {
        grid-template-columns: repeat(3, 1fr);
    }
}
._monitoring__wrapper_jznid_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
._monitoring__server_jznid_7 {
    height: 70px;
    background: var(--hrust-bg-products-card);
    border-radius: 1em;
}
._monitoring__server_info_jznid_13 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9em;
    justify-content: space-between;
}
._monitoring__server_name_jznid_21 {
    font-size: 1em;
    display: flex;
    gap: 1em;
    font-weight: 600;
    align-items: center;
}
._monitoring__server_connect_jznid_29 {
    padding: 5px 10px;
}
._monitoring__server_players_jznid_33 {
    font-size: 0.9em;
    display: flex;
    align-items: center;
}
._monitoring__progress_bar_jznid_40 {
    display: flex;
    height: 3px;
    width: 100%;
    background-color: var(--hrust-bg);
    border-radius: 999px;
    overflow: hidden;
}
._monitoring__progress_bar__fill_jznid_48,
._monitoring__progress_bar__joining_jznid_48,
._monitoring__progress_bar__queue_jznid_48 {
    height: 100%;
}
._monitoring__progress_bar__fill_jznid_48 {
    background-color: #2ccb33;
}
._monitoring__progress_bar__joining_jznid_48 {
    background-color: #4c63af;
}
._monitoring__progress_bar__queue_jznid_48 {
    background-color: #af4c4c;
}
._monitoring__progress_bar__development_jznid_60 {
    background-color: #898989;
}
._monitoring__server_wipe_jznid_64 {
    font-size: 0.9em;
    text-wrap: nowrap;
}
@media screen and (max-width: 520px) {
    ._monitoring__wrapper_jznid_1 {
        grid-template-columns: repeat(1, 1fr);
    }
}
._user__wrapper_134tj_1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
._user__info_134tj_8 {
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 1rem;
    align-items: center;
}
._user__info_134tj_8 span {
    font-weight: 600;
    font-size: 16px;
    text-wrap: nowrap;
}
._user__info_134tj_8 p {
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    text-wrap: nowrap;
}
._user__wrapper_134tj_1 img {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    transition: 0.2s all ease;
}
._user__data_134tj_37 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    cursor: pointer;
}
._user__data_134tj_37 svg {
    width: 15px;
    height: 15px;
}
._user__wrapper_134tj_1 img:hover {
    opacity: 0.8;
}
._user__wrapper_134tj_1 button {
    text-wrap: nowrap;
}
@media screen and (max-width: 740px) {
    ._user__wrapper_134tj_1 {
        justify-content: end;
    }
}
._navbar__wrapper_vzhnh_1 {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 30px;
    height: 75px;
    justify-content: space-between;
    width: 100%;
}
._navbar__brand__name_vzhnh_11 {
    text-wrap: nowrap;
}
._navbar__brand__name_vzhnh_11 span {
    font-weight: 600;
    font-size: 1em;
}
._navbar__brand__name_vzhnh_11 p {
    font-size: 0.85em;
}
._navbar__links_vzhnh_22 {
    display: flex;
    gap: 20px;
    align-items: center;
}
._navbar__links_vzhnh_22 a {
    font-size: 1.1em;
    font-weight: 400;
    transition: 0.2s all ease;
}
._navbar__links_vzhnh_22 a:hover,
._navbar__link__active_vzhnh_37 {
    color: var(--hrust-font-color) !important;
}
._navbar__link_vzhnh_22 {
    color: var(--hrust-paragraph-color);
    text-wrap: nowrap;
}
@media screen and (max-width: 740px) {
    ._navbar__wrapper_vzhnh_1 {
        overflow-x: auto;
    }
    ._navbar__links_vzhnh_22,
    ._navbar__desktop_vzhnh_53 {
        display: none;
    }
}
._hamburger_vzhnh_57 {
    display: none;
    cursor: pointer;
    position: relative;
}
._hamburger_vzhnh_57 ._line_vzhnh_62 {
    width: 35px;
    height: 4px;
    background-color: var(--hrust-font-color);
    display: block;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    border-radius: 0.3em;
}
@media screen and (max-width: 740px) {
    ._hamburger_vzhnh_57 {
        display: block;
    }
}
._hamburger_vzhnh_57:hover ._line_vzhnh_62 {
    background-color: var(--hrust-paragraph-color);
}
._hamburger__active_vzhnh_80 ._line_vzhnh_62:nth-child(1) {
    width: 15px;
}
._hamburger__active_vzhnh_80 ._line_vzhnh_62:nth-child(2) {
    width: 25px;
}
._hamburger__active_vzhnh_80 ._line_vzhnh_62 {
    transform: rotate(-30deg);
}
._mobile__menu_vzhnh_90 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--hrust-bg-mobile-nav);
    z-index: 2;
    padding: 20px;
    backdrop-filter: blur(20px);
    border-radius: 25px 25px 0 0;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--hrust-bg-modal-border);
    gap: 1em;
}
._mobile__menu__link_vzhnh_106,
._mobile__menu__link_vzhnh_106 button {
    width: 100%;
}
._mobile__menu__link__active_vzhnh_113 button {
    background-color: var(--hrust-btn-primary-color);
    color: var(--hrust-btn-primary-text-color);
}
._payment__wrapper_vzhnh_118 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
}
._payment__card_vzhnh_124 {
    display: flex;
    align-items: center;
    padding: 1em;
    background-color: var(--hrust-input-bg);
    border-radius: 1em;
    cursor: pointer;
    transition: 0.2s all ease;
}
._payment__card_vzhnh_124._disabled_vzhnh_133 {
    opacity: 0.5;
    cursor: not-allowed;
}
._payment__card__active_vzhnh_138 {
    background-color: var(--hrust-btn-default-hover);
}
._payment__card__wrapper_vzhnh_142 {
    display: flex;
    align-items: center;
    gap: 1em;
}
._payment__card_vzhnh_124 img {
    width: 50px;
    height: 50px;
}
._payment__card__info_vzhnh_153 {
    display: flex;
    flex-direction: column;
    gap: 0.1em;
}
._payment__card__info_vzhnh_153 span {
    font-weight: 600;
    font-size: 1.1em;
}
._payment__card__info_vzhnh_153 p {
    font-size: 0.8em;
}
._payment__details_vzhnh_168 {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
._payment__details__wrapper_vzhnh_174 {
    display: flex;
    align-items: center;
    background-color: var(--hrust-input-bg);
    border-radius: 10px;
    padding: 0 15px;
    gap: 0.5em;
}
._payment__details__wrapper_vzhnh_174 input {
    padding: unset;
}
._payment__symbol_vzhnh_186 {
    color: var(--hrust-paragraph-color);
    font-weight: 400;
}
._payment__price_vzhnh_191 {
    display: flex;
    gap: 0.3em;
    align-items: center;
    font-weight: 700;
}
._payment__price_vzhnh_191 svg {
    width: 15px;
    height: 15px;
}
._payment__bonus_vzhnh_202 {
    position: absolute;
    right: 5px;
    border-radius: 1em;
    padding: 2px 5px;
    font-size: 0.9em;
    rotate: 10deg;
    font-weight: 300;
    top: 5px;
    background-color: #139a43;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 16px #23e81cbf;
}
._payment__bonus_vzhnh_202:hover {
    background-color: #0d7e2b;
}
._payments__header__wrapper_vzhnh_220 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}
._payments__header__wrapper_vzhnh_220 button {
    padding: 5px 10px;
    background-color: #e81c5a;
    font-size: 0.9em;
    color: #fff;
}
._payments__unavailable_vzhnh_233 {
    background-color: var(--hrust-input-bg);
    padding: 1em;
    font-size: 0.85em;
    border-radius: 1em;
    margin-bottom: 0.5em;
}
._bonus__card__wrapper_vzhnh_241 {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
._bonus__card_vzhnh_241 {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #6f0f2c, #0000);
    border-radius: 0.5em;
    justify-content: space-between;
    overflow: hidden;
}
._bonus__percent_vzhnh_256 {
    font-weight: 800;
    font-size: 1em;
    font-style: italic;
    background-color: #e81c5a;
    color: #fff;
    padding: 5px 10px;
}
._bonus__price_vzhnh_265 {
    font-size: 1em;
    color: #fff;
    background: #e81c5a;
    padding: 5px 10px;
    text-wrap: nowrap;
    text-align: right;
}
@media screen and (max-width: 820px) {
    ._payment__wrapper_vzhnh_118 {
        grid-template-columns: repeat(1, 1fr);
    }
    ._payment__card_vzhnh_124,
    ._payment__card__wrapper_vzhnh_142 {
        flex-direction: column;
    }
    ._payment__card__info_vzhnh_153 {
        align-items: center;
    }
    ._payments__header__wrapper_vzhnh_220 {
        flex-direction: column;
        gap: 0.5em;
    }
}
._footer_1bn5t_1 {
    display: flex;
    gap: 15px;
    padding: 2rem;
    flex-direction: column;
    align-items: center;
}
._footer_1bn5t_1 p {
    font-size: 13px;
}
._footer__copyright_1bn5t_13 {
    display: flex;
    flex-direction: column;
}
._footer__copyright_1bn5t_13 span {
    font-weight: 600;
    font-size: 16px;
}
._footer__wrapper_1bn5t_23 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    line-height: 15px;
    align-items: center;
}
._footer__wrapper_1bn5t_23 img {
    width: 45px;
    border-radius: 10px;
}
._footer__info_1bn5t_36 {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
._footer__info_1bn5t_36 a {
    color: var(--hrust-paragraph-color);
    font-weight: 400;
    font-size: 13px;
}
._footer__info_1bn5t_36 a:hover {
    text-decoration: underline;
}
._footer__info_1bn5t_36 span {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}
._footer__labels_1bn5t_58 {
    display: flex;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    ._footer__labels_1bn5t_58 {
        gap: 2em;
    }
}
@media screen and (max-width: 860px) {
    ._footer_1bn5t_1 {
        flex-direction: column;
    }
    ._footer__labels_1bn5t_58 {
        justify-content: center;
    }
    ._footer__info_1bn5t_36 {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 620px) {
    ._footer__labels_1bn5t_58 {
        flex-direction: column;
    }
}
._Cookie__banner_xvzrh_1 {
    position: fixed;
    bottom: 1em;
    left: 2em;
    right: 2em;
    margin: 0 auto;
    background-color: var(--hrust-skeleton-color);
    padding: 1em;
    border-radius: 1em;
    z-index: 2;
    max-width: 40em;
}
._Cookie__content_xvzrh_14 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}
._Cookie__button_xvzrh_21 {
    background-color: var(--hrust-bg-card);
    color: var(--hrust-font-color);
}
._Cookie__button_xvzrh_21:hover {
    background-color: var(--hrust-bg-features-card);
}
._Cookie__text_xvzrh_29 span {
    font-weight: 600;
    font-size: 0.9em;
    color: var(--hrust-font-color);
}
._Cookie__text_xvzrh_29 p {
    font-weight: 400;
    font-size: 0.7em;
    color: var(--hrust-paragraph-color);
}
._table_1d367_1 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 1em;
}
._table_1d367_1 th,
._table_1d367_1 td {
    padding: 1rem;
    text-align: left;
    background: var(--hrust-bg-card);
    font-weight: 300;
    border-bottom: 1px solid var(--hrust-table-border);
}
._table_1d367_1 tbody tr:last-child th,
._table_1d367_1 tbody tr:last-child td {
    border-bottom: none;
}
._table_1d367_1 td span {
    font-weight: 400;
    color: var(--hrust-paragraph-color);
    text-wrap: nowrap;
    display: flex;
    gap: 5px;
    align-items: center;
}
._table_1d367_1 td span svg {
    width: 15px;
    height: 15px;
}
._table_1d367_1 td select {
    background-color: var(--hrust-input-bg-card);
    padding: 0.5em 1em;
}
._table_1d367_1 td div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
._table_1d367_1 th {
    color: var(--hrust-paragraph-color);
    font-weight: 400;
    border-bottom: 1px solid var(--hrust-table-border);
}
._table_1d367_1 th:first-child {
    border-top-left-radius: 10px;
}
._table_1d367_1 th:last-child {
    border-top-right-radius: 10px;
}
._table_1d367_1 tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
._table_1d367_1 tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
td img {
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 620px) {
    ._table_1d367_1 {
        overflow: hidden;
        overflow-x: auto;
    }
    ._table__wrapper_1d367_69 {
        overflow: hidden;
        border-radius: 1em;
        overflow-x: auto;
        width: 100%;
    }
}
._table__icon_1d367_76 svg {
    width: 50px !important;
    height: 50px !important;
}
._table__dropdown_1d367_81 button {
    padding: 5px 10px;
    font-size: 0.9em;
}
._pagination_gl3ao_1 {
    display: flex;
    gap: 5px;
}
._pageLink_gl3ao_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--hrust-bg-features-card);
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s all ease;
}
._pageLink_gl3ao_6:hover,
._pageLink_gl3ao_6._active_gl3ao_17 {
    color: var(--hrust-btn-primary-text-color);
    background-color: var(--hrust-btn-primary-color);
}
._pageLink_gl3ao_6:active {
    transform: scale(0.9);
}
._dropdown__wrapper_1bn41_1 {
    position: relative;
    display: flex;
    justify-content: center;
}
._dropdown__wrapper_1bn41_1 button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
}
._arrow_1bn41_13 {
    display: inline-block;
    transition: transform 0.2s ease;
    width: 15px;
    height: 15px;
    fill: var(--hrust-paragraph-color);
}
._arrowOpen_1bn41_21 {
    transform: rotate(180deg);
}
._dropdown__content_1bn41_25 {
    position: absolute;
    bottom: 100%;
    margin-bottom: 0.5em;
    border-radius: 0.5em;
    background-color: var(--hrust-skeleton-color);
    color: var(--hrust-paragraph-color);
    font-weight: 400;
    overflow: hidden;
    z-index: 1;
    display: block;
}
@keyframes _fadein_1bn41_1 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes _fadeout_1bn41_1 {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}
._open_1bn41_58 {
    animation: _fadein_1bn41_1 0.2s forwards;
}
._closing_1bn41_62 {
    animation: _fadeout_1bn41_1 0.2s forwards;
}
._dropdown__option_1bn41_66 {
    padding: 0.5em;
    cursor: pointer;
    border-bottom: 1px solid var(--hrust-table-border);
}
._dropdown__option_1bn41_66:last-child {
    border-bottom: none;
}
._dropdown__option_1bn41_66:hover {
    background-color: var(--hrust-btn-default-hover);
}
._profile__card__container_1526j_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}
._profile__wrapper_1526j_7 {
    display: flex;
    flex-direction: column;
}
._profile__card__header__wrapper_1526j_12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
._profile__card__header__wrapper_1526j_12 button {
    padding: 6px 12px;
}
._profile__info_1526j_23 {
    background-color: var(--hrust-skeleton-color);
    height: 250px;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
}
._profile__background_1526j_31 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
._profile__avatar_1526j_37 {
    border-radius: 10px;
    width: 90px;
    height: 90px;
    border: 3px solid rgba(255, 255, 255, 0);
    backdrop-filter: blur(20px);
}
._profile__details_1526j_45 {
    display: flex;
    background-color: var(--hrust-bg-card);
    padding: 1em;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 0 0 10px 10px;
}
._profile__border_1526j_56 {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 5px;
    border-radius: 3em;
    z-index: 1;
    object-fit: cover;
    top: -90px;
}
._profile__avatar_wrapper_1526j_67 {
    position: absolute;
    top: -80px;
}
._profile__nickname_1526j_72 {
    color: var(--hrust-font-color);
    font-size: 1.5em;
    font-weight: 600;
}
._profile__card_1526j_1 {
    background-color: var(--hrust-bg-card);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    justify-content: center;
}
._profile__card__header_1526j_12 {
    font-size: 1.1em;
    color: var(--hrust-paragraph-color);
    margin-bottom: 10px;
}
._profile__card__input__wrapper_1526j_93 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
._profile__card__input__wrapper__button_1526j_100 {
    padding-right: 5px;
    position: absolute;
}
._profile__card__input_1526j_93 {
    background-color: var(--hrust-input-bg-card) !important;
    width: 100%;
}
@media screen and (max-width: 768px) {
    ._profile__card__container_1526j_1 {
        grid-template-columns: repeat(1, 1fr);
    }
}
._settings__default__backgrounds_r8sh1_1 img {
    width: 100%;
    height: 250px;
    cursor: pointer;
    object-fit: cover;
    border-radius: 10px;
}
._settings__default__backgrounds_r8sh1_1 {
    transition: 0.1s all ease;
}
._settings__default__backgrounds_r8sh1_1:hover {
    opacity: 0.8;
}
._Integrations__container_9d41k_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}
._Integrations__card_9d41k_7 {
    background-color: var(--hrust-bg-products-card);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1em;
    padding: 1em;
}
._Integrations__card_9d41k_7 span {
    font-weight: 600;
    font-size: 1.1em;
}
._Integrations__card_9d41k_7 p {
    font-size: 0.9em;
}
._Integrations__info__wrapper_9d41k_23 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
}
._Integrations__info__wrapper_9d41k_23 img {
    width: 40px;
    height: 40px;
}
._Integrations__card__check__wrapper_9d41k_34 {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
._Integrations__card__check_9d41k_34 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--hrust-bg-features-card);
    color: var(--hrust-paragraph-color);
    font-weight: 400;
    padding: 1rem;
    border-radius: 12px;
}
@media screen and (max-width: 768px) {
    ._Integrations__container_9d41k_1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 30px;
    margin-right: 10px;
}