body.home,
body.front-page {
    background: #0a0808;
}

body > div[style*="position: fixed"][style*="z-index: 9999"][style*="width: 120px"] {
    display: none !important;
}

.homepage_wrap {
    --bb-bg: #0a0808;
    --bb-panel: #181818;
    --bb-panel-2: #222222;
    --bb-soft: #2b2b2b;
    --bb-green: #83c06d;
    --bb-green-2: #a0d58b;
    --bb-text: #ffffff;
    --bb-muted: rgba(255, 255, 255, .64);
    --bb-line: rgba(255, 255, 255, .14);
    --bb-radius: 32px;
    color: var(--bb-text);
    background: var(--bb-bg);
    padding: 0;
}

.homepage_wrap .container {
    max-width: 1440px;
}

@media (min-width: 769px) {
    body.home .user-bar,
    body.front-page .user-bar {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 16px 20px 12px !important;
    }

    body.home .user-bar__container,
    body.front-page .user-bar__container {
        max-width: 1200px;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 32px;
    }

    body.home .user-bar__left,
    body.front-page .user-bar__left {
        display: flex;
        align-items: center;
        gap: 22px;
        flex: 0 0 auto;
    }

    body.home .user-bar__logo-link img,
    body.front-page .user-bar__logo-link img {
        height: 29px;
        width: auto;
    }

    body.home .info_lang_menu_wrapper,
    body.front-page .info_lang_menu_wrapper,
    body.home .topmenu_wrapper,
    body.front-page .topmenu_wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-width: 0;
    }

    body.home .main-menu,
    body.front-page .main-menu {
        background: transparent;
        border-radius: 0;
        padding: 0;
        min-height: 0;
    }

    body.home .menu-items-wrapper,
    body.front-page .menu-items-wrapper,
    body.home .menu-items-wrapper > .menu,
    body.front-page .menu-items-wrapper > .menu,
    body.home .main-menu__list,
    body.front-page .main-menu__list,
    body.home .auth-wrapper,
    body.front-page .auth-wrapper {
        display: flex;
        align-items: center;
    }

    body.home .menu-items-wrapper,
    body.front-page .menu-items-wrapper {
        gap: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    body.home .main-menu__list,
    body.front-page .main-menu__list {
        gap: 26px;
        min-height: 48px;
        margin: 0;
        padding: 0 28px;
        border-radius: 64px;
        background: #181818 !important;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
    }

    body.home .auth-wrapper,
    body.front-page .auth-wrapper {
        gap: 20px;
        margin-left: 24px;
    }

    body.home .main-menu__list a,
    body.front-page .main-menu__list a,
    body.home .auth-wrapper a,
    body.front-page .auth-wrapper a {
        font-weight: 500;
        font-size: 15px;
        line-height: 1;
    }

    body.home .main-menu__list li:not(.current-menu-item):not(.current_page_item) a span::after,
    body.front-page .main-menu__list li:not(.current-menu-item):not(.current_page_item) a span::after {
        content: "→";
        margin-left: 8px;
        color: inherit;
        opacity: .9;
    }
}

.exchange-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 72px;
    padding: 10px 20px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 480px);
    gap: clamp(42px, 4.7vw, 66px);
    align-items: center;
}

.exchange-wrapper::before {
    content: "";
    position: absolute;
    inset: 0 14% auto 8%;
    height: 520px;
    background: radial-gradient(circle at 46% 45%, rgba(131, 192, 109, .16), rgba(131, 192, 109, .04) 38%, rgba(10, 8, 8, 0) 72%);
    pointer-events: none;
}

.exchange-wrapper .inner-right,
.exchange-wrapper .inner-left {
    width: auto;
    height: auto;
    min-height: 0;
    border-radius: var(--bb-radius);
}

.exchange-wrapper .inner-right {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    display: flex;
    align-items: flex-start;
    background: transparent;
}

.exchange-wrapper .inner-right::after {
    display: none;
}

.exchange-wrapper .inner-right::before {
    display: none;
}

.exchange-wrapper .inner-left {
    position: relative;
    z-index: 1;
    padding: clamp(26px, 3vw, 40px);
    display: flex;
    align-items: stretch;
    background: var(--bb-panel);
    box-shadow: inset 0 0 0 1px var(--bb-line);
}

.exchange-wrapper .text-wrapper {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    margin: 40px 0 0;
    display: block;
    gap: 0;
}

.hero-eyebrow {
    margin: 0 0 18px;
    font: 800 13px/1.2 "Inter", sans-serif;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--bb-green);
}

.hero-title {
    max-width: 830px;
    font-family: "Inter", "StapelWebSemiExpandedMedium", sans-serif;
    font-size: clamp(44px, 4.05vw, 56px);
    line-height: .98;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 30px;
    color: #fff;
}

.hero-subtitle {
    display: block;
    max-width: 600px;
    margin: 0;
    font-size: clamp(18px, 1.48vw, 21px);
    line-height: 1.45;
    color: var(--bb-muted);
    opacity: 1;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.hero-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    border-radius: 72px;
    color: #fff;
    text-decoration: none;
    font: 700 17px/1 "Inter", sans-serif;
    box-shadow: inset 0 0 0 1px var(--bb-line);
    background: rgba(24, 24, 24, .72);
}

.hero-action:hover {
    color: #101010;
    background: var(--bb-green);
}

.hero-action--primary {
    min-width: 260px;
    background: var(--bb-green);
    color: #fff;
    box-shadow: none;
}

.hero-action--primary:hover {
    background: var(--bb-green-2);
}

.hero-stats {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    gap: clamp(44px, 5vw, 72px);
    max-width: none;
    margin-top: 32px;
}

.hero-stat strong {
    display: block;
    margin-bottom: 8px;
    font: 800 clamp(30px, 2.55vw, 38px)/1 "Inter", sans-serif;
    color: #fff;
    white-space: nowrap;
    text-align: left;
}

.hero-stat:nth-child(3) strong {
    color: var(--bb-green);
}

.hero-stat span {
    display: block;
    font: 600 13px/1.3 "Inter", sans-serif;
    color: rgba(255,255,255,.42);
    text-align: left;
}

.main-form {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 24px;
    background: transparent;
    box-shadow: none;
}

.exchange-wrapper .xchange_table_wrap,
.exchange-wrapper .homechange,
.exchange-wrapper .xchange_type_list,
.exchange-wrapper .xchange_type_list_ins,
.exchange-wrapper .xtl_table_wrap,
.exchange-wrapper .xtl_table_wrap_ins,
.exchange-wrapper .xtl_html_wrap,
.exchange-wrapper #js_html {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.exchange-wrapper .homechange .xchange_type_list {
    padding: 0 !important;
}

.exchange-wrapper .xtl_table_body {
    gap: 12px;
}

.exchange-wrapper .xtl_table_body .xtl_left_col,
.exchange-wrapper .xtl_table_body .xtl_right_col {
    gap: 10px;
}

.exchange-wrapper .xtl_select_wrap .select_js_title,
.exchange-wrapper .xchange_curs_input .select_js_title,
.exchange-wrapper .xtl_input_wrap input[type="text"],
.exchange-wrapper .xchange_curs_input input[type="text"],
.exchange-wrapper input.js_sum_val,
.exchange-wrapper input.js_decimal {
    height: 56px !important;
    padding: 0 20px !important;
    border-color: rgba(255, 255, 255, .86) !important;
}

.exchange-wrapper .xtl_select_wrap .select_js_title .select_txt,
.exchange-wrapper .xchange_curs_input .select_js_title .select_txt,
.exchange-wrapper .xtl_input_wrap input[type="text"],
.exchange-wrapper .xchange_curs_input input[type="text"],
.exchange-wrapper input.js_sum_val,
.exchange-wrapper input.js_decimal {
    font-size: 21px !important;
    font-weight: 500 !important;
}

.exchange-wrapper .xtl_select_wrap .select_js_title .select_js_abs,
.exchange-wrapper .xchange_curs_input .select_js_title .select_js_abs {
    right: 20px !important;
}

.exchange-wrapper input.xchange_submit,
.exchange-wrapper button.xchange_submit,
.exchange-wrapper input[type="submit"],
.exchange-wrapper .xtl_submit_ins .xtl_submit,
.exchange-wrapper a.xtl_submit,
body.home .homechange .xchange_type_list .xtl_submit_ins .xtl_submit {
    background: #83c06d !important;
    background-color: #83c06d !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 58px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    font-size: 21px !important;
    font-weight: 700 !important;
}

.exchange-wrapper input.xchange_submit:hover,
.exchange-wrapper button.xchange_submit:hover,
.exchange-wrapper input[type="submit"]:hover,
.exchange-wrapper .xtl_submit_ins .xtl_submit:hover,
.exchange-wrapper a.xtl_submit:hover,
body.home .homechange .xchange_type_list .xtl_submit_ins .xtl_submit:hover {
    background: #a0d58b !important;
    background-color: #a0d58b !important;
    color: #ffffff !important;
}

.exchange-wrapper .xtl_line.xtl_exchange_rate,
.exchange-wrapper .xtl_exchange_reserve {
    display: grid;
    gap: 5px;
    margin: 4px 0 0;
    padding: 0;
    background: transparent !important;
    color: transparent;
    font-size: 0;
    line-height: 1;
}

.exchange-wrapper .xtl_line.xtl_exchange_rate::before,
.exchange-wrapper .xtl_exchange_reserve::before {
    display: block;
    color: rgba(255, 255, 255, .42);
    font: 700 12px/1.25 "Inter", sans-serif;
    letter-spacing: .02em;
    text-transform: lowercase;
}

.exchange-wrapper .xtl_line.xtl_exchange_rate::before {
    content: "курс обмена";
}

.exchange-wrapper .xtl_exchange_reserve::before {
    content: "резерв наличных";
}

html[lang="en-US"] .exchange-wrapper .xtl_line.xtl_exchange_rate::before {
    content: "exchange rate";
}

html[lang="en-US"] .exchange-wrapper .xtl_exchange_reserve::before {
    content: "cash reserve";
}

.exchange-wrapper .xtl_line.xtl_exchange_rate .js_course_html,
.exchange-wrapper .xtl_exchange_reserve .js_reserve_html,
.exchange-wrapper .xtl_exchange_reserve .js_reserv_html {
    display: block;
    color: #fff;
    font: 800 16px/1.15 "Inter", sans-serif;
    letter-spacing: 0;
}

.exchange-wrapper .xtl_exchange_reserve .js_reserve_html,
.exchange-wrapper .xtl_exchange_reserve .js_reserv_html {
    color: var(--bb-green);
    font-size: 24px;
}

.exchange-wrapper .xtl_right_col .xtl_input_wrap.bb-has-city-field {
    position: relative;
    overflow: visible;
}

.exchange-wrapper .xtl_right_col.bb-currency-menu-open .xtl_selico_wrap {
    position: relative;
    z-index: 40;
}

.exchange-wrapper .xtl_right_col .xtl_input_wrap.bb-has-city-field input[type="text"],
.exchange-wrapper .xtl_right_col .xtl_input_wrap.bb-has-city-field input.js_sum_val,
.exchange-wrapper .xtl_right_col .xtl_input_wrap.bb-has-city-field input.js_decimal {
    padding-right: 160px !important;
}

.bb-home-city-field {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 8;
    width: min(145px, 42%);
    transform: translateY(-50%);
    transition: opacity .12s ease;
}

.exchange-wrapper .xtl_right_col.bb-currency-menu-open .bb-home-city-field {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.bb-home-city-field__button {
    width: 100%;
    min-height: 38px;
    padding: 0 38px 0 18px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.bb-home-city-field__button::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(255, 255, 255, .72);
    border-bottom: 2px solid rgba(255, 255, 255, .72);
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease;
}

.bb-home-city-field.is-open .bb-home-city-field__button::after {
    transform: translateY(-30%) rotate(225deg);
}

.bb-home-city-field__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.bb-home-city-field__value {
    display: block;
    overflow: hidden;
    color: #fff;
    font: 700 17px/1.15 "Inter", sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bb-home-city-field__list {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 20;
    width: 230px;
    display: none;
    max-height: 250px;
    padding: 10px;
    overflow: auto;
    border: 1px solid rgba(131, 192, 109, .75);
    border-radius: 24px;
    background: #181818;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .5);
}

.bb-home-city-field.is-open .bb-home-city-field__list {
    display: grid;
    gap: 8px;
}

.bb-home-city-field__option {
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font: 700 17px/1 "Inter", sans-serif;
    text-align: left;
    cursor: pointer;
}

.bb-home-city-field__option:hover,
.bb-home-city-field__option.is-active {
    background: var(--bb-green);
    color: #fff;
}

.bb-home-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 32px;
}

.bb-home-section__eyebrow {
    margin: 0 0 16px;
    font: 700 12px/1.2 "Inter", sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--bb-green);
}

.bb-home-section__title {
    max-width: 760px;
    margin: 0;
    font-family: "Inter", "StapelWebSemiExpandedMedium", sans-serif;
    font-size: clamp(34px, 3.8vw, 48px);
    line-height: .94;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}

.bb-home-section__text {
    max-width: 720px;
    margin: 24px 0 0;
    font: 500 clamp(17px, 1.6vw, 22px)/1.5 "Inter", sans-serif;
    color: var(--bb-muted);
}

.bb-city-marquee {
    max-width: none;
    margin-top: -38px;
    padding: 14px 0;
    overflow: hidden;
    background: rgba(24, 24, 24, .82);
    border-top: 1px solid var(--bb-line);
    border-bottom: 1px solid var(--bb-line);
    box-shadow: 0 -18px 60px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255,255,255,.04);
}

.bb-city-marquee__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.bb-city-marquee__track {
    display: flex;
    width: max-content;
    gap: 16px;
    animation: bb-city-marquee 40s linear infinite;
}

.bb-city-marquee:hover .bb-city-marquee__track {
    animation-play-state: paused;
}

.bb-city-pill,
.bb-step-card {
    background: var(--bb-panel);
    box-shadow: inset 0 0 0 1px var(--bb-line);
}

.bb-city-pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 132px;
    padding: 0 28px;
    border-radius: 80px;
    font: 700 17px/1 "Inter", sans-serif;
    color: #fff;
}

.bb-city-pill::before {
    display: none;
}

.bb-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
}

.bb-step-card {
    min-height: 158px;
    padding: 24px;
    border-radius: 16px;
}

.bb-step-card__num {
    display: block;
    margin-bottom: 16px;
    font-family: "Inter", "StapelWebSemiExpandedMedium", sans-serif;
    font-size: 30px;
    line-height: .9;
    color: var(--bb-green);
}

.bb-step-card__title {
    display: block;
    margin: 0 0 10px;
    font: 650 18px/1.18 "Inter", sans-serif;
    color: #fff;
}

.bb-step-card__text {
    margin: 0;
    font: 500 14px/1.48 "Inter", sans-serif;
    color: var(--bb-muted);
}

.bb-services-section {
    padding-top: 96px;
    padding-bottom: 40px;
}

.bb-services-section .bb-home-section__title {
    max-width: 760px;
    font-size: clamp(40px, 4.2vw, 52px);
    line-height: .94;
    font-weight: 500;
}

.bb-services-section .bb-home-section__text {
    max-width: 620px;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5;
}

.bb-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
}

.bb-service-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 30px;
    border-radius: 20px;
    background: var(--bb-panel);
    box-shadow: inset 0 0 0 1px var(--bb-line);
}

.bb-service-card__num {
    display: block;
    margin: 0;
    font: 600 38px/.9 "Inter", sans-serif;
    color: var(--bb-green);
}

.bb-service-card__title {
    margin: 2px 0 0;
    max-width: 360px;
    font: 500 21px/1.16 "Inter", sans-serif;
    color: #fff;
}

.bb-service-card__text {
    margin: 0;
    max-width: 390px;
    font: 500 15.5px/1.5 "Inter", sans-serif;
    color: rgba(255, 255, 255, .46);
}

.bb-service-card--cta {
    justify-content: space-between;
    gap: 16px;
    background: var(--bb-green);
    box-shadow: none;
}

.bb-service-card--cta .bb-service-card__title {
    max-width: 330px;
    margin-bottom: 0;
    color: #101010;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
}

.bb-service-card--cta .bb-service-card__text {
    color: rgba(16, 16, 16, .68);
}

.bb-service-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 80px;
    background: #050505;
    color: #fff;
    text-decoration: none;
    font: 700 15px/1 "Inter", sans-serif;
}

.bb-service-cta:hover {
    color: #fff;
    background: #181818;
}

.bb-aml-section .bb-step-grid {
    gap: 30px;
    margin-top: 52px;
}

.bb-aml-section {
    padding-top: 80px;
    padding-bottom: 48px;
}

.bb-aml-section .bb-home-section__eyebrow {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .34);
}

.bb-aml-section .bb-home-section__title {
    max-width: 1040px;
    font-size: clamp(42px, 4.2vw, 52px);
    line-height: .94;
    font-weight: 500;
}

.bb-aml-section .bb-home-section__text {
    max-width: 820px;
    margin-top: 28px;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.45;
    font-weight: 600;
    color: rgba(255, 255, 255, .55);
}

.bb-aml-section .bb-step-card {
    min-height: 0;
    padding: 28px 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .12);
}

.bb-aml-section .bb-step-card:first-child {
    box-shadow: inset 0 2px 0 var(--bb-green);
}

.bb-aml-section .bb-step-card__num {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.bb-aml-section .bb-step-card__title {
    margin-bottom: 18px;
    font: 500 22px/1.15 "Inter", sans-serif;
}

.bb-aml-section .bb-step-card__text {
    max-width: 280px;
    font: 500 17px/1.45 "Inter", sans-serif;
    color: rgba(255, 255, 255, .38);
}

.bb-affiliate-section {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
    gap: 56px;
    align-items: center;
    margin: 56px auto;
    padding: 64px 56px;
    border-radius: 32px;
    background: var(--bb-green);
}

.bb-affiliate-copy,
.bb-affiliate-section .bb-home-section__eyebrow,
.bb-affiliate-section .bb-home-section__title,
.bb-affiliate-section .bb-home-section__text,
.bb-affiliate-rate {
    color: #101010;
}

.bb-affiliate-section .bb-home-section__eyebrow {
    margin-bottom: 20px;
    color: rgba(16, 16, 16, .7);
}

.bb-affiliate-rate {
    margin-bottom: 8px;
    font: 700 clamp(74px, 7.2vw, 104px)/.82 "Inter", sans-serif;
    letter-spacing: 0;
}

.bb-affiliate-section .bb-home-section__title {
    max-width: 500px;
    margin-bottom: 16px;
    font-size: clamp(30px, 2.8vw, 34px);
    line-height: 1;
    font-weight: 600;
}

.bb-affiliate-section .bb-home-section__text {
    max-width: 440px;
    margin: 0;
    font-size: 17px;
    line-height: 1.55;
    color: rgba(16, 16, 16, .78);
}

.bb-affiliate-flow {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.bb-affiliate-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.bb-affiliate-step {
    display: grid;
    grid-template-rows: auto 24px auto;
    row-gap: 8px;
    color: #101010;
    min-width: 0;
}

.bb-affiliate-step__num {
    font: 700 28px/1 "Inter", sans-serif;
}

.bb-affiliate-step__title {
    font: 600 15px/1.2 "Inter", sans-serif;
}

.bb-affiliate-step__text {
    margin: 0;
    font: 500 13.5px/1.45 "Inter", sans-serif;
    color: rgba(16, 16, 16, .7);
}

.bb-affiliate-linkbar {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 60px;
    padding: 0 8px 0 24px;
    border-radius: 64px;
    background: #050505;
}

.bb-affiliate-linkbar span {
    flex: 1 1 auto;
    min-width: 0;
    color: #fff;
    font: 600 15px/1.2 "Inter", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bb-affiliate-linkbar a,
.bb-affiliate-copy-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 64px;
    background: var(--bb-green);
    color: #101010;
    text-decoration: none;
    font: 700 14px/1 "Inter", sans-serif;
    border: 0;
    cursor: pointer;
}

.bb-affiliate-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 9px;
    min-height: 60px;
    padding: 0 34px;
    border-radius: 72px;
    background: #050505;
    color: #fff;
    text-decoration: none;
    font: 600 18px/1 "Inter", sans-serif;
}

.bb-affiliate-cta:hover,
.bb-affiliate-linkbar a:hover,
.bb-affiliate-copy-link:hover {
    color: #fff;
    background: #101010;
}

.bb-landing-contact {
    padding: 72px 32px 96px;
}

.bb-landing-contact__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.bb-landing-contact__copy h2 {
    max-width: 520px;
    margin: 0 0 18px;
    color: #fff;
    font: 600 clamp(40px, 4vw, 48px)/1 "Inter", sans-serif;
    letter-spacing: 0;
}

.bb-landing-contact__copy p {
    max-width: 420px;
    margin: 0 0 32px;
    color: var(--bb-muted);
    font: 500 18px/1.55 "Inter", sans-serif;
}

.bb-landing-contact .bb-contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: min(380px, 100%);
    min-height: 56px;
    padding: 0 22px;
    border-radius: 64px;
    color: #fff;
    background: transparent;
    box-shadow: inset 0 0 0 1px var(--bb-line);
    text-decoration: none;
    font: 600 16px/1.2 "Inter", sans-serif;
}

.bb-landing-contact .bb-contact-link::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: currentColor;
    clip-path: polygon(9% 46%, 91% 14%, 73% 88%, 48% 65%, 35% 79%, 37% 58%);
    color: var(--bb-green);
}

.bb-landing-contact .bb-contact-link:hover {
    box-shadow: inset 0 0 0 1px rgba(131, 192, 109, .75);
}

.bb-landing-contact__form .form-wrapper,
.bb-landing-contact__form .cf_div_wrap,
.bb-landing-contact__form .cf_div,
.bb-landing-contact__form .cf_div_ins {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.bb-landing-contact__form .cf_div_title {
    display: none;
}

.bb-landing-contact__form .cf_div_wrap .cf_div_ins {
    width: 100%;
}

.bb-landing-contact__form .form_field_line {
    margin: 0 0 24px;
}

.bb-landing-contact__form .form_field_label,
.bb-landing-contact__form .captcha_title {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .72);
    font: 600 13px/1.2 "Inter", sans-serif;
}

.bb-landing-contact__form .req {
    color: var(--bb-green);
}

.bb-landing-contact__form input[type="text"],
.bb-landing-contact__form input[type="email"],
.bb-landing-contact__form textarea {
    width: 100% !important;
    min-height: 64px;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 64px !important;
    outline: 0 !important;
    background: var(--bb-panel-2) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .82) !important;
    color: #fff !important;
    font: 500 18px/1.4 "Inter", sans-serif !important;
}

.bb-landing-contact__form textarea {
    min-height: 120px;
    padding-top: 20px !important;
    border-radius: 32px !important;
    resize: vertical;
}

.bb-landing-contact__form input[type="submit"],
.bb-landing-contact__form button[type="submit"],
.bb-landing-contact__form .cf_submit {
    width: 100%;
    min-height: 64px;
    border: 0 !important;
    border-radius: 64px !important;
    background: var(--bb-green) !important;
    color: #fff !important;
    font: 700 18px/1 "Inter", sans-serif !important;
}

.bb-landing-contact__form input[type="submit"]:hover,
.bb-landing-contact__form button[type="submit"]:hover,
.bb-landing-contact__form .cf_submit:hover {
    background: var(--bb-green-2) !important;
}

.news-section {
    display: none !important;
}

body:not(.home):not(.front-page) {
    background: #0a0808;
    color: #fff;
}

@media (min-width: 769px) {
    body:not(.home):not(.front-page) .user-bar {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 16px 20px 12px !important;
    }

    body:not(.home):not(.front-page) .user-bar__container {
        max-width: 1200px;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 32px;
    }

    body:not(.home):not(.front-page) .user-bar__left {
        display: flex;
        align-items: center;
        gap: 22px;
        flex: 0 0 auto;
    }

    body:not(.home):not(.front-page) .user-bar__logo-link img {
        height: 29px;
        width: auto;
    }

    body:not(.home):not(.front-page) .info_lang_menu_wrapper,
    body:not(.home):not(.front-page) .topmenu_wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-width: 0;
    }

    body:not(.home):not(.front-page) .main-menu {
        min-height: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    body:not(.home):not(.front-page) .menu-items-wrapper,
    body:not(.home):not(.front-page) .menu-items-wrapper > .menu,
    body:not(.home):not(.front-page) .main-menu__list,
    body:not(.home):not(.front-page) .auth-wrapper {
        display: flex;
        align-items: center;
    }

    body:not(.home):not(.front-page) .menu-items-wrapper {
        gap: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    body:not(.home):not(.front-page) .main-menu__list {
        gap: 26px;
        min-height: 48px;
        margin: 0;
        padding: 0 28px;
        border-radius: 64px;
        background: #181818 !important;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
    }

    body:not(.home):not(.front-page) .auth-wrapper {
        gap: 20px;
        margin-left: 24px;
    }

    body:not(.home):not(.front-page) .main-menu__list a,
    body:not(.home):not(.front-page) .auth-wrapper a {
        color: #fff;
        font: 500 15px/1 "Inter", sans-serif;
        text-decoration: none;
    }

    body:not(.home):not(.front-page) .main-menu__list > li.current-menu-item > a,
    body:not(.home):not(.front-page) .main-menu__list > li.current_page_item > a {
        color: var(--main-green, #83c06d);
    }

    body:not(.home):not(.front-page) .main-menu__list li:not(.current-menu-item):not(.current_page_item) a span::after {
        content: "→";
        margin-left: 8px;
        color: inherit;
        opacity: .9;
    }

    body .main-menu__list > li.first_menu_li > a > span {
        display: inline-flex;
        align-items: center;
        font-size: 0 !important;
        line-height: 1;
    }

    body .main-menu__list > li.first_menu_li > a > span::before {
        content: "Обмен";
        font: 500 15px/1 "Inter", sans-serif;
    }

    html[lang="en-US"] body .main-menu__list > li.first_menu_li > a > span::before {
        content: "Exchange";
    }

    body .main-menu__list > li.current-menu-item > a,
    body .main-menu__list > li.current_page_item > a,
    body.home .main-menu__list > li.first_menu_li > a,
    body.front-page .main-menu__list > li.first_menu_li > a,
    body.page-template-pn-pluginpage .main-menu__list > li.first_menu_li > a {
        color: var(--main-green, #83c06d) !important;
        -webkit-text-fill-color: var(--main-green, #83c06d) !important;
    }

    body.page-template-pn-pluginpage .main-menu__list > li.first_menu_li > a > span::after {
        content: none !important;
    }
}

body:not(.home):not(.front-page) .page-block.container {
    width: min(100% - 96px, 1200px);
    max-width: 1200px;
    margin: 96px auto 0;
    padding: 0 0 84px !important;
    border: 0;
    background: transparent;
    box-sizing: border-box;
}

body:not(.home):not(.front-page) .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
    padding: 0;
    color: rgba(255, 255, 255, .36);
    font: 700 12px/1.2 "Inter", sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
}

body:not(.home):not(.front-page) .breadcrumb a {
    color: rgba(255, 255, 255, .48);
    text-decoration: none;
}

body:not(.home):not(.front-page) .breadcrumb a:hover {
    color: var(--main-green, #83c06d);
}

body.blog .breadcrumb {
    display: none !important;
}

body:not(.home):not(.front-page) .page-block.container > .main-title {
    max-width: 900px;
    margin: 0 0 38px;
    color: #fff;
    font-family: "Inter", "StapelWebSemiExpandedMedium", sans-serif;
    font-size: clamp(42px, 5.2vw, 76px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: 0;
}

body:not(.home):not(.front-page) .inner.grid.premium-3-1 {
    display: block;
    max-width: 980px;
}

body:not(.home):not(.front-page) .inner-content,
body:not(.home):not(.front-page) .inner-content.span--lg-3,
body:not(.home):not(.front-page) .inner-content.span--lg-4,
body:not(.home):not(.front-page) .inner-content.span--md-2 {
    width: 100%;
    max-width: 980px;
    grid-column: auto;
}

body:not(.home):not(.front-page) .page_wrap,
body:not(.home):not(.front-page) .textblock {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .64);
    font: 500 18px/1.55 "Inter", sans-serif;
}

body:not(.home):not(.front-page) .page_wrap h1:first-of-type,
body:not(.home):not(.front-page) .inner-content h1:first-of-type {
    display: none !important;
}

body:not(.home):not(.front-page) .page_wrap h2,
body:not(.home):not(.front-page) .textblock h2 {
    margin: 42px 0 18px;
    color: #fff;
    font-family: "Inter", "StapelWebSemiExpandedMedium", sans-serif;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

body:not(.home):not(.front-page) .page_wrap h3,
body:not(.home):not(.front-page) .textblock h3 {
    margin: 30px 0 12px;
    color: #fff;
    font: 700 23px/1.22 "Inter", sans-serif;
    letter-spacing: 0;
}

body:not(.home):not(.front-page) .page_wrap p,
body:not(.home):not(.front-page) .textblock p,
body:not(.home):not(.front-page) .inner-content > p {
    max-width: 850px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .64);
    font: 500 18px/1.55 "Inter", sans-serif;
}

body:not(.home):not(.front-page) .page_wrap a,
body:not(.home):not(.front-page) .textblock a {
    color: var(--main-green, #83c06d);
    text-underline-offset: 4px;
}

body:not(.home):not(.front-page) .page_wrap ul:not([class]),
body:not(.home):not(.front-page) .textblock ul:not([class]),
body:not(.home):not(.front-page) .page_wrap ol:not([class]),
body:not(.home):not(.front-page) .textblock ol:not([class]),
body:not(.home):not(.front-page) .inner-content > ul:not([class]),
body:not(.home):not(.front-page) .inner-content > ol:not([class]) {
    max-width: 850px;
    margin: 20px 0 30px;
    padding: 0;
}

body:not(.home):not(.front-page) .page_wrap ul:not([class]),
body:not(.home):not(.front-page) .textblock ul:not([class]),
body:not(.home):not(.front-page) .inner-content > ul:not([class]) {
    list-style: none;
}

body:not(.home):not(.front-page) .page_wrap ul:not([class]) li,
body:not(.home):not(.front-page) .textblock ul:not([class]) li,
body:not(.home):not(.front-page) .inner-content > ul:not([class]) li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 22px;
    color: rgba(255, 255, 255, .64);
    font: 500 17px/1.5 "Inter", sans-serif;
}

body:not(.home):not(.front-page) .page_wrap ul:not([class]) li::before,
body:not(.home):not(.front-page) .textblock ul:not([class]) li::before,
body:not(.home):not(.front-page) .inner-content > ul:not([class]) li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--main-green, #83c06d);
}

body:not(.home):not(.front-page) .page_wrap ol:not([class]),
body:not(.home):not(.front-page) .textblock ol:not([class]),
body:not(.home):not(.front-page) .inner-content > ol:not([class]) {
    padding-left: 22px;
}

body:not(.home):not(.front-page) .page_wrap ol:not([class]) li,
body:not(.home):not(.front-page) .textblock ol:not([class]) li,
body:not(.home):not(.front-page) .inner-content > ol:not([class]) li {
    margin: 0 0 12px;
    padding-left: 6px;
    color: rgba(255, 255, 255, .64);
    font: 500 17px/1.5 "Inter", sans-serif;
}

body.page-id-10:not(.home):not(.front-page) .page-block.container {
    width: min(100% - 96px, 1200px);
    max-width: 1200px;
    margin-top: 96px;
}

body.page-id-10:not(.home):not(.front-page) .inner.grid.premium-3-1,
body.page-id-10:not(.home):not(.front-page) .inner-content,
body.page-id-10:not(.home):not(.front-page) .inner-content.span--lg-3,
body.page-id-10:not(.home):not(.front-page) .inner-content.span--lg-4,
body.page-id-10:not(.home):not(.front-page) .inner-content.span--md-2 {
    max-width: 1200px;
}

body.page-id-10:not(.home):not(.front-page) .page_wrap,
body.page-id-10:not(.home):not(.front-page) .textblock {
    max-width: 780px;
    margin: 0;
}

body:not(.home):not(.front-page) .log_div_wrap,
body:not(.home):not(.front-page) .reg_div_wrap,
body:not(.home):not(.front-page) .cf_div_wrap,
body:not(.home):not(.front-page) .acf_div_wrap,
body:not(.home):not(.front-page) .lp_div_wrap {
    width: 100%;
    max-width: 720px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: #181818;
    box-sizing: border-box;
}

body.page-id-10:not(.home):not(.front-page) .cf_div_wrap {
    width: 100%;
    max-width: 780px;
    margin: 34px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.page-id-10:not(.home):not(.front-page) .cf_div,
body.page-id-10:not(.home):not(.front-page) .cf_div_ins {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-id-10:not(.home):not(.front-page) .cf_line {
    margin-bottom: 18px !important;
}

body.page-id-10:not(.home):not(.front-page) .cf_label {
    margin-bottom: 10px !important;
}

body.page-id-10:not(.home):not(.front-page) .cf_div_wrap input[type="text"],
body.page-id-10:not(.home):not(.front-page) .cf_div_wrap input[type="email"] {
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    font: 500 16px/1.35 "Inter", sans-serif !important;
}

body.page-id-10:not(.home):not(.front-page) .cf_div_wrap textarea {
    height: 118px !important;
    min-height: 118px !important;
    padding: 16px 22px !important;
    border-radius: 26px !important;
    font: 500 16px/1.35 "Inter", sans-serif !important;
}

body.page-id-10:not(.home):not(.front-page) .cf_div_wrap input[type="submit"],
body.page-id-10:not(.home):not(.front-page) .cf_div_wrap button[type="submit"],
body.page-id-10:not(.home):not(.front-page) .cf_div_wrap .cf_submit {
    height: 54px !important;
    min-height: 54px !important;
    border-radius: 999px !important;
    font: 700 17px/1 "Inter", sans-serif !important;
}

body.page-id-18:not(.home):not(.front-page) .page-block.container {
    width: min(100% - 96px, 1200px);
    max-width: 1200px;
}

body.page-id-18:not(.home):not(.front-page) .inner.grid.premium-3-1,
body.page-id-18:not(.home):not(.front-page) .inner-content,
body.page-id-18:not(.home):not(.front-page) .inner-content.span--lg-3,
body.page-id-18:not(.home):not(.front-page) .inner-content.span--lg-4,
body.page-id-18:not(.home):not(.front-page) .inner-content.span--md-2 {
    max-width: 1200px;
}

body.page-id-18:not(.home):not(.front-page) .form-wrapper {
    display: grid;
    grid-template-columns: minmax(230px, 300px) minmax(0, 640px);
    justify-content: start;
    max-width: 1200px;
    margin: 0;
    gap: clamp(150px, 15vw, 240px);
    align-items: start;
}

body.page-id-18:not(.home):not(.front-page) .many_reviews:has(.one_reviews) ~ .form-wrapper {
    margin-top: 72px;
}

body.page-id-18:not(.home):not(.front-page) .content-left {
    max-width: 300px;
}

body.page-id-18:not(.home):not(.front-page) .content-left h2 {
    margin: 0 0 22px;
    color: #fff;
    font-family: "Inter", "StapelWebSemiExpandedMedium", sans-serif;
    font-size: clamp(42px, 4.4vw, 64px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: 0;
}

body.page-id-18:not(.home):not(.front-page) .content-left .title__green {
    color: var(--main-green, #83c06d);
}

body.page-id-18:not(.home):not(.front-page) .content-left .small-title {
    display: block;
    max-width: 300px;
    color: rgba(255, 255, 255, .58);
    font: 500 clamp(17px, 1.4vw, 20px)/1.42 "Inter", sans-serif;
}

body.page-id-18:not(.home):not(.front-page) .content-right,
body.page-id-18:not(.home):not(.front-page) .rf_div_wrap,
body.page-id-18:not(.home):not(.front-page) .rf_div_wrap .rf_div,
body.page-id-18:not(.home):not(.front-page) .rf_div_wrap .rf_div .rf_div_ins {
    width: 100%;
    max-width: 640px;
}

body.page-id-18:not(.home):not(.front-page) .content-right .form_field_line {
    margin-bottom: 20px;
}

body.page-id-18:not(.home):not(.front-page) .content-right .form_field_label {
    margin-bottom: 12px;
}

body.page-id-18:not(.home):not(.front-page) .rf_div_wrap .form_field_line input {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 24px !important;
    border-radius: 999px !important;
    font: 500 17px/1.35 "Inter", sans-serif !important;
}

body.page-id-18:not(.home):not(.front-page) .rf_div_wrap textarea,
body.page-id-18:not(.home):not(.front-page) .rf_div_wrap .form_field_ins textarea {
    height: 96px !important;
    min-height: 96px !important;
    padding: 18px 24px !important;
    border-radius: 28px !important;
    font: 500 17px/1.35 "Inter", sans-serif !important;
}

body.page-id-18:not(.home):not(.front-page) .rf_line.has_submit input {
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 999px !important;
    font: 700 18px/1 "Inter", sans-serif !important;
}

body:not(.home):not(.front-page) .log_div,
body:not(.home):not(.front-page) .reg_div,
body:not(.home):not(.front-page) .cf_div,
body:not(.home):not(.front-page) .acf_div,
body:not(.home):not(.front-page) .lp_div,
body:not(.home):not(.front-page) .log_div_ins,
body:not(.home):not(.front-page) .reg_div_ins,
body:not(.home):not(.front-page) .cf_div_ins,
body:not(.home):not(.front-page) .acf_div_ins,
body:not(.home):not(.front-page) .lp_div_ins,
body:not(.home):not(.front-page) .form_field_line,
body:not(.home):not(.front-page) .form_field_ins {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body:not(.home):not(.front-page) .log_div,
body:not(.home):not(.front-page) .reg_div,
body:not(.home):not(.front-page) .acf_div,
body:not(.home):not(.front-page) .lp_div {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body:not(.home):not(.front-page) .log_div_ins,
body:not(.home):not(.front-page) .reg_div_ins,
body:not(.home):not(.front-page) .acf_div_ins,
body:not(.home):not(.front-page) .lp_div_ins {
    padding: 0 !important;
    background: transparent !important;
}

body:not(.home):not(.front-page) .log_div_title,
body:not(.home):not(.front-page) .reg_div_title,
body:not(.home):not(.front-page) .cf_div_title,
body:not(.home):not(.front-page) .acf_div_title,
body:not(.home):not(.front-page) .lp_div_title {
    color: #fff;
    font: 700 28px/1.1 "Inter", sans-serif;
}

body:not(.home):not(.front-page) .cf_label,
body:not(.home):not(.front-page) .acf_label,
body:not(.home):not(.front-page) .form_field_label,
body:not(.home):not(.front-page) label {
    color: #fff;
    font: 700 16px/1.3 "Inter", sans-serif;
}

body:not(.home):not(.front-page) input[type="text"],
body:not(.home):not(.front-page) input[type="email"],
body:not(.home):not(.front-page) input[type="password"],
body:not(.home):not(.front-page) input[type="tel"],
body:not(.home):not(.front-page) textarea {
    width: 100% !important;
    max-width: 100% !important;
    border-color: rgba(255, 255, 255, .86) !important;
    background: #222 !important;
    color: #fff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
}

body:not(.home):not(.front-page) input[type="submit"],
body:not(.home):not(.front-page) button[type="submit"],
body:not(.home):not(.front-page) .submit {
    background: var(--main-green, #83c06d) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.page-template-pn-pluginpage .xchange_sum_input {
    overflow: hidden !important;
    background: #222 !important;
    border: 1px solid rgba(255, 255, 255, .86) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
}

body.page-template-pn-pluginpage .xchange_sum_input input[type="text"],
body.page-template-pn-pluginpage .xchange_sum_input input.js_sum_val,
body.page-template-pn-pluginpage .xchange_sum_input input.js_decimal {
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

@keyframes bb-city-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 1180px) {
    .exchange-wrapper,
    .bb-affiliate-section {
        grid-template-columns: 1fr;
    }

    .exchange-wrapper .inner-right {
        min-height: 430px;
    }

    .bb-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bb-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    html,
    body {
        min-width: 0 !important;
        overflow-x: hidden;
    }

    body:not(.home):not(.front-page) .container,
    body:not(.home):not(.front-page) .page-block,
    body:not(.home):not(.front-page) .inner,
    body:not(.home):not(.front-page) .inner-content {
        min-width: 0 !important;
    }

    .exchange-wrapper {
        padding-top: 24px;
        margin-bottom: 44px;
        gap: 14px;
    }

    .exchange-wrapper .inner-right,
    .exchange-wrapper .inner-left {
        border-radius: 24px;
    }

    .exchange-wrapper .inner-right {
        min-height: 330px;
    }

    .exchange-wrapper .text-wrapper {
        margin: 28px 10px 0;
    }

    .hero-eyebrow {
        margin-bottom: 22px;
        font-size: 12px;
        letter-spacing: .22em;
    }

    .hero-title {
        font-size: clamp(34px, 10vw, 40px);
        line-height: 1.05;
        overflow-wrap: normal;
    }

    .hero-subtitle {
        font-size: 18px;
        line-height: 1.5;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-top: 28px;
    }

    .hero-action {
        min-height: 56px;
        padding: 0 18px;
        font-size: 16px;
    }

    .hero-action--primary {
        grid-column: 1 / -1;
        min-width: 0;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 28px;
    }

    .exchange-wrapper .inner-left {
        padding: 12px;
    }

    .main-form {
        padding: 10px;
    }

    .bb-home-section {
        padding: 50px 20px;
    }

    .bb-city-marquee {
        margin-top: -20px;
        padding: 8px 0;
    }

    .bb-city-marquee__track {
        gap: 10px;
    }

    .bb-city-pill {
        min-width: 108px;
        min-height: 36px;
        padding: 0 20px;
        font-size: 15px;
    }

    .bb-home-section__title {
        font-size: clamp(34px, 10vw, 44px);
    }

    .bb-affiliate-section {
        margin: 36px 20px;
        padding: 34px 24px;
        border-radius: 24px;
        gap: 34px;
    }

    .bb-affiliate-rate {
        font-size: clamp(62px, 17vw, 84px);
    }

    .bb-affiliate-section .bb-home-section__title {
        font-size: clamp(28px, 8vw, 34px);
    }

    .bb-affiliate-steps {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bb-affiliate-linkbar {
        align-items: stretch;
        flex-direction: column;
        min-height: 0;
        padding: 18px;
        border-radius: 22px;
    }

    .bb-affiliate-linkbar span {
        white-space: normal;
    }

    .bb-affiliate-linkbar a,
    .bb-affiliate-copy-link,
    .bb-affiliate-cta {
        width: 100%;
    }

    .bb-step-grid {
        grid-template-columns: 1fr;
    }

    .bb-services-section {
        padding-top: 62px;
    }

    .bb-services-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 32px;
    }

    .bb-step-card {
        min-height: 0;
        padding: 24px;
    }

    .bb-service-card {
        min-height: 0;
        padding: 24px;
    }

    .bb-service-card__num {
        margin-bottom: 18px;
        font-size: 34px;
    }

    .bb-service-card__title,
    .bb-service-card--cta .bb-service-card__title {
        font-size: 21px;
    }

    .bb-landing-contact {
        padding: 56px 20px 72px;
    }

    .bb-landing-contact__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .bb-landing-contact__copy h2 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .bb-landing-contact .bb-contact-link {
        width: 100%;
    }

    body:not(.home):not(.front-page) .page-block.container {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        margin: 44px auto 0 !important;
        padding: 0 0 60px !important;
        overflow: hidden;
    }

    body:not(.home):not(.front-page) .page-block.container > .main-title {
        margin-bottom: 28px;
        font-size: clamp(36px, 10vw, 48px);
        line-height: 1.03;
    }

    body:not(.home):not(.front-page) .page_wrap,
    body:not(.home):not(.front-page) .textblock,
    body:not(.home):not(.front-page) .page_wrap p,
    body:not(.home):not(.front-page) .textblock p,
    body:not(.home):not(.front-page) .inner-content > p {
        width: 100% !important;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.55;
        overflow-wrap: anywhere;
        word-break: normal;
        white-space: normal !important;
    }

    body:not(.home):not(.front-page) .page_wrap ul,
    body:not(.home):not(.front-page) .page_wrap ol,
    body:not(.home):not(.front-page) .page_wrap li,
    body:not(.home):not(.front-page) .textblock ul,
    body:not(.home):not(.front-page) .textblock ol,
    body:not(.home):not(.front-page) .textblock li,
    body:not(.home):not(.front-page) .inner-content > ul,
    body:not(.home):not(.front-page) .inner-content > ol,
    body:not(.home):not(.front-page) .inner-content > ul li,
    body:not(.home):not(.front-page) .inner-content > ol li {
        width: auto !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    body:not(.home):not(.front-page) .inner.grid.premium-3-1,
    body:not(.home):not(.front-page) .inner-content,
    body:not(.home):not(.front-page) .inner-content.span--lg-3,
    body:not(.home):not(.front-page) .inner-content.span--lg-4,
    body:not(.home):not(.front-page) .inner-content.span--md-2,
    body:not(.home):not(.front-page) .page_wrap {
        width: 100% !important;
        max-width: 100%;
        min-width: 0 !important;
        overflow: hidden;
    }

    body:not(.home):not(.front-page) .inner-content *,
    body:not(.home):not(.front-page) .page_wrap * {
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
    }

    body.page-id-10:not(.home):not(.front-page) .form-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body.page-id-18:not(.home):not(.front-page) .many_reviews:has(.one_reviews) ~ .form-wrapper {
        margin-top: 40px;
    }

    body:not(.home):not(.front-page) .log_div_wrap,
    body:not(.home):not(.front-page) .reg_div_wrap,
    body:not(.home):not(.front-page) .cf_div_wrap,
    body:not(.home):not(.front-page) .acf_div_wrap,
    body:not(.home):not(.front-page) .lp_div_wrap {
        padding: 22px;
        border-radius: 20px;
    }
}

@media (min-width: 769px) {
    body .main-menu__list,
    body.home .main-menu__list,
    body.front-page .main-menu__list,
    body:not(.home):not(.front-page) .main-menu__list,
    body.page-template-pn-pluginpage .main-menu__list,
    body.page-template-pn-pluginpage .menu > .main-menu__list {
        display: grid !important;
        grid-template-columns: 86px 112px 108px 116px;
        gap: 0 !important;
        width: 492px !important;
        min-width: 492px !important;
        max-width: 492px !important;
        min-height: 48px !important;
        padding: 0 28px !important;
        box-sizing: border-box !important;
    }

    body .main-menu__list > li,
    body.page-template-pn-pluginpage .main-menu__list > li {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 0 !important;
    }

    body .main-menu__list > li > a,
    body.page-template-pn-pluginpage .main-menu__list > li > a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    body .main-menu__list > li > a > span,
    body.page-template-pn-pluginpage .main-menu__list > li > a > span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 0 !important;
        white-space: nowrap !important;
    }

    body .main-menu__list > li.first_menu_li > a > span::after,
    body.page-template-pn-pluginpage .main-menu__list > li.first_menu_li > a > span::after {
        content: none !important;
    }
}
