@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    background-color: #fdfbff;
    color: #252432;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body.active-burger {
    /*overflow: hidden;*/
}
a,
a:hover {
    color: inherit;
}
p {
    font-family: Inter, sans-serif;
    line-height: 1.2;
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.header .mobile-menu {
    display: none;
    /*position: absolute;*/
    /*top: 83px;*/
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 12px;
    background-image: url(/theme/site/i/burger_bg-C1AlsWwX.webp);
    background-color: #fff;
    background-size: 100% 79%;
    z-index: 3;
}
.header .mobile-menu.active {
    display: block;
}
@media (min-width: 768px) {
    .header .mobile-menu.active {
        display: none;
    }
}
.header .mobile-menu.active nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4eaff;
    padding: 24px 16px;
    border-radius: 20px;
}
.header .mobile-menu.active nav a {
    font-size: 20px;
    text-decoration: none;
}
.header .mobile-menu.active nav a:not(:last-child) {
    margin-bottom: 20px;
}
.header .mobile-menu.active .phone {
    margin-top: 12px;
    text-align: center;
}
.header .mobile-menu.active .phone a {
    display: block;
    font-size: 23px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 5px;
}
.header .mobile-menu.active .phone .call-free {
    font-size: 14px;
}
.header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header-content .logo {
    margin-left: 30px;
}
@media (min-width: 768px) {
    .header .header-content .logo {
        margin-left: 0;
    }
}
.header .header-content .logo img {
    width: 86px;
    height: 39px;
}
@media (min-width: 768px) {
    .header .header-content .logo img {
        width: 191px;
        height: 92px;
    }
}
.header .header-content .nav {
    display: none;
    background-color: #f4eaff;
    padding: 22px 40px 22px 26px;
    border-radius: 20px;
}
.header .header-content .landing-nav {
    background-color: transparent!important;
}
.header .header-content .nav a {
    color: #000;
    font-family: Raleway, sans-serif;
    text-decoration: none;
    font-size: 16px;
}
.header .header-content .nav a:not(:last-child) {
    margin-right: 12px;
}
.header .header-content .nav a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .header .header-content .nav {
        display: flex;
    }
}
.header .header-content .burger-menu {
    display: block;
    cursor: pointer;
    color: #714c9f;
    margin-top: -10px;
}
.header .header-content .burger-menu .burger-icon {
    font-size: 31px;
}
@media (min-width: 768px) {
    .header .header-content .burger-menu {
        display: none;
    }
}
.header .header-content .contacts {
    display: flex;
    align-items: center;
}
.header .header-content .contacts .phone {
    display: none;
}
.header .header-content .contacts .phone a {
    text-decoration: none;
}
.header .header-content .contacts .phone a:hover {
    text-decoration: underline;
}
.header .header-content .contacts .login {
    background-color: #714c9f;
    color: #fff;
    border: none;
    padding: 8px 13px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}
.header .header-content .contacts .landing-login {
    background-color: rgba(255, 160, 0, 1)!important;
}
.header .header-content .contacts .login:hover {
    background-color: #976ccb;
}
@media (min-width: 768px) {
    .header .header-content .contacts {
        align-items: center;
        column-gap: 15px;
    }
    .header .header-content .contacts .phone {
        display: flex;
        flex-direction: column;
        text-align: right;
        font-family: Raleway, sans-serif;
        font-weight: 500;
    }
    .header .header-content .contacts .phone .call-free {
        font-style: normal;
        font-size: 8px;
        line-height: 1.5;
        color: #000;
    }
    .header .header-content .contacts .login {
        padding: 12px 19px;
    }
}
.main {
    overflow: hidden;
}
@media (min-width: 768px) {
    .main {
        overflow: unset;
    }
}
.main .hero {
    position: relative;
    padding-top: 33px;
    padding-bottom: 37px;
}
@media (min-width: 768px) {
    .main .hero {
        padding-top: 95px;
    }
}
.main .hero .hero-bg {
    display: none;
    background-image: url(/theme/site/i/banner_bg-fgW0uKgF.webp);
    background-repeat: no-repeat;
    background-size: 96%;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -16px;
    left: 0;
    right: 0;
}
@media (min-width: 768px) {
    .main .hero .hero-bg {
        display: block;
    }
}
.main .hero .hero-content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    z-index: 2;
}
@media (min-width: 768px) {
    .main .hero .hero-content {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 83px;
        padding-right: 70px;
        padding-left: 70px;
    }
}
.main .hero .hero-content .hero-text {
    margin: 0 -20px 33px;
    position: relative;
    order: unset;
}
@media (min-width: 768px) {
    .main .hero .hero-content .hero-text {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        order: unset;
    }
}
.main .hero .hero-content .hero-text h1 {
    font-size: 25px;
    color: #252432;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
@media (min-width: 768px) {
    .main .hero .hero-content .hero-text h1 {
        font-size: 53px;
        text-align: left;
        display: unset;
    }
}
.main .hero .hero-content .hero-text img {
    position: relative;
}
@media (min-width: 992px) {
    .main .hero .hero-content .hero-text img {
        position: absolute;
        bottom: -5px;
        max-width: 579px;
        left: -30px;
    }
}
.main .hero .hero-content .loan-calculator {
    position: relative;
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 30px;
    order: 0;
}

@media (max-width: 767px) {
    .main .hero .hero-content .loan-calculator {
        padding: 24px 16px;
    }
}

.main .hero .hero-content .loan-calculator .mobile-bg {
    position: absolute;
    top: -120px;
    left: -44px;
    width: 50%;
    height: 50%;
    object-fit: contain;
    z-index: -1;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator .mobile-bg {
        display: none;
    }
}
.main .hero .hero-content .loan-calculator:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 126px;
    width: 340px;
    height: 340px;
    background: radial-gradient(50% 50% at 50% 50%, #ff98005e, #ffcd8400);
    z-index: -1;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator:after {
        content: unset;
    }
}
.main .hero .hero-content .loan-calculator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 8px);
    height: calc(100% + 10px);
    background: #c2b0d980;
    border-radius: 30px;
    box-shadow: 4px 4px 6px #58535f4d;
    z-index: -1;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator {
        justify-self: self-end;
        width: 100%;
        max-width: 400px;
        order: unset;
    }
}
.main .hero .hero-content .loan-calculator h2 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator h2 {
        font-size: 20px;
        margin-bottom: 41px;
    }
}
.main .hero .hero-content .loan-calculator .loan-time {
    color: #714c9f;
}
.main .hero .hero-content .loan-calculator form label {
    display: block;
    font-size: 14px;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form label {
        font-size: 16px;
    }
}
.main .hero .hero-content .loan-calculator form input[type="range"] {
    width: 100%;
}
.main .hero .hero-content .loan-calculator form .loan-amount-wrapper,
.main .hero .hero-content .loan-calculator form .loan-duration-wrapper {
    margin-bottom: 24px;
}
.main .hero .hero-content .loan-calculator form .loan-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}
.main .hero .hero-content .loan-calculator form .loan-title .numeric-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

.main .hero .hero-content .loan-calculator form .loan-title .numeric-container * {
    white-space: nowrap;
}

.main .hero .hero-content .loan-calculator form .loan-title .numeric-container input {
    margin: 0 4px 0 0;
    width: 24px;
}
.main .hero .hero-content .loan-calculator form .loan-legend {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #252432;
    opacity: 0.7;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form .loan-legend {
        font-size: 13px;
    }
}
.main .hero .hero-content .loan-calculator form .loan-summary {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, .7);
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form .loan-summary {
        font-size: 15px;
    }
}
.main .hero .hero-content .loan-calculator form .loan-summary span,
.main .hero .hero-content .loan-calculator form .loan-summary .loan-summary-currency {
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}
.main .hero .hero-content .loan-calculator form .terms {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form .terms {
        flex-direction: row;
    }
}
.main .hero .hero-content .loan-calculator form .terms .loan-promocode {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form .terms .loan-promocode {
        margin-top: -10px;
    }
}
.main .hero .hero-content .loan-calculator form .terms .promocode {
    display: inline-block;
    padding: 12px 14px;
    background-color: #f8f2ff;
    border: 2px solid #f8f2ff;
    border-radius: 10px;
    font-size: 12px;
    color: #7d4dbb;
    font-weight: 500;
    line-height: 0;
    resize: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.main .hero .hero-content .loan-calculator form .terms .promocode::placeholder {
    color: #7d4dbb;
}
.main .hero .hero-content .loan-calculator form .terms .promocode:focus {
    outline: none;
    background-color: #e0d4f5;
    border-color: #e0d4f5;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form .terms .promocode {
        font-size: 17px;
        line-height: initial;
        max-width: 100px;
    }
}
.main .hero .hero-content .loan-calculator form .terms .toggle-radio {
    display: none;
}
.main .hero .hero-content .loan-calculator form .terms .toggle-radio + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.main .hero .hero-content .loan-calculator form .terms .toggle-radio + label:before {
    content: "";
    position: absolute;
    left: 2px;
    top: -1px;
    width: 9px;
    height: 9px;
    border: 2px solid #714c9f;
    border-radius: 50%;
}
.main .hero .hero-content .loan-calculator form .terms .toggle-radio:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #714c9f;
}
.main .hero .hero-content .loan-calculator form .terms .form-item {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.main .hero .hero-content .loan-calculator form .terms .form-item label {
    font-size: 8px;
    font-weight: 400;
    margin-left: 4px;
    margin-bottom: 0;
}
.main .hero .hero-content .loan-calculator form .terms .form-item label a {
    color: #714c9f;
    text-decoration: none;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form .terms .form-item label {
        margin-left: 5px;
    }
}
.main .hero .hero-content .loan-calculator form .cta {
    background-color: #ff9800;
    color: #fff;
    padding: 18px 76px;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
.main .hero .hero-content .loan-calculator form .cta:hover {
    background-color: #ffb03b;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form .cta {
        font-size: 22px;
    }
}
.main .hero .hero-content .loan-calculator .loan-amount-wrapper .numeric-container {
    max-width: 120px;
}
.main .hero .hero-content .loan-calculator .loan-duration-wrapper .numeric-container {
    max-width: 88px;
}
.main .hero .hero-content .loan-calculator #sum,
.main .hero .hero-content .loan-calculator #days {
    all: unset;
    text-align: right;
    width: 100%;
    margin-right: 5px;
}
.main .hero .hero-content .loan-calculator input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 100%;
    height: 9px;
    background: #dcdcdc;
    border-radius: 5px;
    background-image: linear-gradient(#714c9f, #714c9f);
    background-size: 0 100%;
    background-repeat: no-repeat;
}
.main .hero .hero-content .loan-calculator #amount-one {
    background-size: 18.1818% 100%;
}
.main .hero .hero-content .loan-calculator #amount-two {
    background-size: 30.4348% 100%;
}
.main .hero .hero-content .loan-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(113, 76, 159, 1) 0%, rgba(113, 76, 159, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);;
    border-color: #714c9f;
    border-width: 7px;
    cursor: ew-resize;
    box-shadow: 0 1px 3px #714c9f;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.main .hero .hero-content .loan-calculator input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    border-color: #714c9f;
    border-width: 7px;
    cursor: ew-resize;
    box-shadow: 0 1px 3px #714c9f;
    transition: background 0.3s ease-in-out;
}
.main .hero .hero-content .loan-calculator input[type="range"]::-ms-thumb {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    border-color: #714c9f;
    border-width: 7px;
    cursor: ew-resize;
    box-shadow: 0 1px 3px #714c9f;
    transition: background 0.3s ease-in-out;
}
.main .hero .hero-content .loan-calculator input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
.main .hero .hero-content .loan-calculator input[type="range"]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
.main .hero .hero-content .loan-calculator input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
.main .features {
    font-family: Raleway, sans-serif;
    position: relative;
    padding-top: 33px;
    z-index: 1;
}
.main .features .features-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 768px) {
    .main .features .features-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
.main .features .feature {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-family: Raleway, sans-serif;
    background-color: #fff;
    padding: 27px 30px 37px;
    box-shadow: 0 5px 6px #00000040;
    border-radius: 20px;
}
.main .features .feature.card {
    position: relative;
}
.main .features .feature.card:before {
    content: "";
    position: absolute;
    top: -60px;
    left: -79px;
    width: 258px;
    height: 258px;
    background: radial-gradient(50% 50% at 50% 50%, #a276d899, #f4eaff00);
    z-index: -1;
}
@media (min-width: 768px) {
    .main .features .feature.card:before {
        content: unset;
    }
}
.main .features .feature.order:after {
    content: "";
    position: absolute;
    bottom: -21%;
    right: -24%;
    width: 258px;
    height: 258px;
    background: radial-gradient(50% 50% at 50% 50%, #ff980033, #ffcd8400);
    z-index: -1;
}
@media (min-width: 768px) {
    .main .features .feature.order:after {
        content: unset;
    }
}
@media (min-width: 768px) {
    .main .features .feature {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
}
.main .features .feature h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .main .features .feature h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}
.main .features .feature .feature-ico {
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .main .features .feature .feature-ico {
        margin-bottom: 20px;
    }
}
.main .features .feature .feature-text {
    max-width: 251px;
}
@media (min-width: 768px) {
    .main .features .feature .feature-text {
        max-width: 100%;
    }
}
.main .features .feature .feature-img,
.main .features .feature .feature-img.passport {
    text-align: left;
}
@media (min-width: 768px) {
    .main .features .feature .feature-img.passport {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .main .features .feature .feature-img {
        text-align: right;
    }
}
.main .features .feature p {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .main .features .feature p {
        font-size: 18px;
        margin-bottom: 0;
    }
}
.main .requirements {
    font-size: 9px;
    opacity: 0.7;
    padding-top: 24px;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .main .requirements {
        padding-bottom: 64px;
        font-size: 11px;
    }
}
.main .requirements .requirements-link {
    display: block;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #000000b3;
    margin-top: 11px;
    text-decoration: none;
}
.main .requirements .requirements-link:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .main .requirements .requirements-link {
        font-size: 13px;
        margin-top: 13px;
    }
}
.main .steps {
    background-image: url(/theme/site/i/steps_mob_bg-BIyMtcJK.webp);
    background-position: right 67px;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    .main .steps {
        background: unset;
        padding-bottom: 62px;
    }
}
.main .steps .steps-bg {
    display: none;
}
@media (min-width: 992px) {
    .main .steps .steps-bg {
        display: block;
        margin-bottom: -10px;
    }
}
.main .steps h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}
.main .steps h2 span {
    display: inline-block;
    background-color: #fff3e0;
    color: #ff9800;
    font-size: 25px;
    padding: 6px 15px;
    margin-top: 8px;
    margin-bottom: 60px;
}
@media (min-width: 992px) {
    .main .steps h2 span {
        padding: 8px 35px;
        font-size: 53px;
        margin: 8px auto;
    }
}
@media (min-width: 992px) {
    .main .steps h2 {
        font-size: 53px;
    }
}
.main .steps .steps-wrapper {
    display: grid;
    column-gap: 41px;
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
    .main .steps .steps-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
.main .steps .step {
    display: flex;
    column-gap: 21px;
    align-items: last baseline;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .main .steps .step {
        align-items: center;
        margin-top: 15px;
    }
}
.main .steps .step .step-number {
    font-family: Raleway, sans-serif;
    font-size: 122px;
    font-weight: 600;
    color: #ffd28f;
}
@media (min-width: 992px) {
    .main .steps .step .step-number {
        font-size: 131px;
        margin-top: -29px;
    }
}
.main .steps .step .step-desc h3 {
    font-size: 21px;
    margin-bottom: 11px;
}
@media (min-width: 992px) {
    .main .steps .step .step-desc h3 {
        font-size: 23px;
    }
}
.main .steps .step .step-desc p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    margin-top: 11px;
}
.main .delimiter {
    display: none;
}
@media (min-width: 768px) {
    .main .delimiter {
        display: block;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAjCAYAAADmOUiuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUKSURBVHgB7VdJSKRHFH5t97iN+77v+4aJigoqE5AIgwSC5DiBEMgly2FySULIQQjkICGEXITkEDyEIWBmJBGRCIoSLzEkHjSj4jruu3HfOt9XTEnx29qtk1v6waPr//+qV199b6nXIl7xileuFZvcUubn5wNXV1fTT09Ps/39/Q+Ojo7C8HrG4XDslpSU/G2z2U7lP5AbAWxvb4+Mjo5+zdfX9y0Aqfbz83NABWMBIDXn/PycOgd9Bu2HPsrPzx++LWCPAE5NTfkvLCw8ODk5+SwsLCwJKsHBwWK32y/mOJ1ODU6B5TMVDDuxbhDjx5j/XXJy8obcQNwC3NjYKB4eHv4Gm9QlJiYKGBQfHx8FBJsL3isgfKeVwKkEur29LQgFiYqKErC9DJNfgvHvY2Njl8UDuRIgNvXb2tr6fHl5+eHY2JgtOztbIiMjFZjd3V0FjEJABKJ/qQTHZ7r+7OxMenp6pL+/X2ijpqZGMjMzn8LOe3Fxcb/KbQBiccDm5uYvOzs7r/T19QmCXnBitSkZ0W7UoDRb+p0ybDzz++LiorS1tQkOLA0NDVJfX7+Hb60xMTGfYN7RjQDOzc19vba29v7KyoogO3liwWkFoBVz2pVW5syxK3a5dmBgQLq7u6WqqkoaGxvPAP7x7Ozsm+Xl5fseAezo6EhHrDy9A8nNzVXxExAQIKGhoYo9inbhdazpsVUJcnp6Wrkd2S21tbWc37G0tPRGUVHRsRWPw/oC2flqQkLCHR1vISEhKo6oZiKYDJlqsmaC1oJzS0ZGhvJIUFCQzvhG7PkVft/Fs9PE42MFiFO8FBERcWGc7BGolTlzrOPMPIAJ9sJdz8ES5N27d+X4+Fgnkw/i+gGS8p4VzyWAOmAZ1HQFjVGtDFoz1qqugOmxch0ynHa5HoWfr4KwrhlkBMp1LkZSjA8ODsre3p4kJSXJwcGBYpGn1YX5KpeaoEwwV40J7PDw8KLoY1yN2lqKT79dySAAPcFEJxkjwMDAQHVaaylx5VJX4KzsmUphsSdIhhESyI73r5t2LgHMysqay8vL+5EFlYnCmvf8yrrEnBmHJjB3agpZxDWq7LOswd7L5vdLLlYvHY6H4eHh9zCM0ZsyqFG4FaNWZvSzq1/r2JV0dnYKOiJ1IYAQx7UMUkpLS+cRwB9g6DSNsxZqRin690XAof7J6OiojIyMSHx8PBl85hYgBR3LIyTGp1YQPCnH+/v7V7rWfHYnXV1dyr0VFRWCa48E/Gx+d2sBpeZDuPcLxJtDb0oW0YKp0pOSkqLKhTqtUZzdCROD9zxvKtprampit/M74r4S6889BkhBN9OEha0YRhJYb2+vcgmBlZWVSXFxsepUCFAz7iqzKSxb6+vryq0MGbZhaWlp/DQMoPfxPG/O97ijnpiYyBoaGmpF21SHuHHQLQRDEAUFBcJ7Gxe+iiPNMu9dzmMNpfAuZ9aybFHZ+OIgMOP8Fs8f41pdt+57o5YfhuwtLS33sdFHk5OT1QBjKywsVExQCYZFlx0QS0ZOTo4CQTXZ1AeDPMGaZjTBf1y1563+NKEs+OHkhTMzM++gBXsbsejQjQXKk4pPXdyZVBTeRmwOcNcLGoOf8K0Zc/90t9et/9WZYOH+ejBSAZB1qamphenp6b7j4+PBAGTHIXbg4lP0lH8hBPqQCD/gIGOe2n9hgFYBSNq0AXQCStEmksJeWVn5j7WN8opXvPJ/kX8B3llOrJLFEwcAAAAASUVORK5CYII=);
        background-repeat: no-repeat;
        background-position: center;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        height: 100px;
    }
}
.main .repay {
    padding-top: 40px;
    padding-bottom: 99px;
}
@media (min-width: 768px) {
    .main .repay {
        padding-top: 47px;
        padding-bottom: 187px;
    }
}
.main .repay .repay-wrapper {
    position: relative;
    padding: 39px 32px 66px;
    background-color: #fff;
    box-shadow: 0 4px 7px #00000040;
    border-radius: 60px;
}
.main .repay .repay-wrapper:before {
    content: "";
    position: absolute;
    left: -36%;
    top: -10%;
    width: 420px;
    height: 420px;
    background: radial-gradient(50% 50% at 50% 50%, #7036bc99, #faf6ff00);
    z-index: -1;
}
@media (min-width: 768px) {
    .main .repay .repay-wrapper:before {
        left: -7%;
        top: -11%;
    }
}
.main .repay .repay-wrapper:after {
    content: "";
    position: absolute;
    right: -29%;
    bottom: -19%;
    width: 420px;
    height: 420px;
    background: radial-gradient(50% 50% at 50% 50%, #ff98005e, #ffcd8400);
    z-index: -1;
}
@media (min-width: 768px) {
    .main .repay .repay-wrapper:after {
        right: -9%;
    }
}
@media (min-width: 768px) {
    .main .repay .repay-wrapper {
        padding: 73px 143px 103px 98px;
    }
}
.main .repay .repay-wrapper h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .main .repay .repay-wrapper h2 {
        margin-bottom: 16px;
        font-size: 53px;
    }
}
.main .repay .repay-wrapper p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 58px;
}
@media (min-width: 768px) {
    .main .repay .repay-wrapper p {
        font-size: 22px;
    }
}
.main .repay .repay-wrapper .repay-options {
    display: grid;
    column-gap: 32px;
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
    .main .repay .repay-wrapper .repay-options {
        grid-template-columns: repeat(2, 1fr);
    }
}
.main .repay .repay-wrapper .repay-options .repay-option,
.main .repay .repay-wrapper .repay-options .repay-option-card,
.main .repay .repay-wrapper .repay-options .repay-option-bank {
    position: relative;
    border-radius: 20px;
    padding: 53px 46px 40px 34px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: last baseline;
    transition: background-color 0.3s ease;
}
.main .repay .repay-wrapper .repay-options .repay-option h3,
.main .repay .repay-wrapper .repay-options .repay-option-card h3,
.main .repay .repay-wrapper .repay-options .repay-option-bank h3 {
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}
@media (min-width: 768px) {
    .main .repay .repay-wrapper .repay-options .repay-option h3,
    .main .repay .repay-wrapper .repay-options .repay-option-card h3,
    .main .repay .repay-wrapper .repay-options .repay-option-bank h3 {
        font-size: 28px;
    }
}
.main .repay .repay-wrapper .repay-options .repay-option:before,
.main .repay .repay-wrapper .repay-options .repay-option-card:before,
.main .repay .repay-wrapper .repay-options .repay-option-bank:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: 20px;
    width: 130px;
    height: 130px;
}
.main .repay .repay-wrapper .repay-options .repay-option-bank {
    background-color: #714c9f;
    margin-bottom: 60px;
}
.main .repay .repay-wrapper .repay-options .repay-option-bank img {
    transform: translate(0);
    transition: transform 0.3s ease;
    margin-right: -18px;
}
.main .repay .repay-wrapper .repay-options .repay-option-bank:hover {
    background-color: #976ccb;
}
.main .repay .repay-wrapper .repay-options .repay-option-bank:hover img {
    transform: translate(10px);
    transition: transform 0.3s ease;
}
.main .repay .repay-wrapper .repay-options .repay-option-bank:before {
    background-image: url(/theme/site/i/bank_ico-BdtVw6QK.webp);
}
@media (min-width: 768px) {
    .main .repay .repay-wrapper .repay-options .repay-option-bank {
        margin-bottom: 0;
    }
}
.main .repay .repay-wrapper .repay-options .repay-option-card {
    background-color: #ff9800;
}
.main .repay .repay-wrapper .repay-options .repay-option-card img {
    transform: translate(0);
    transition: transform 0.3s ease;
}
.main .repay .repay-wrapper .repay-options .repay-option-card:hover {
    background-color: #ffb03b;
}
.main .repay .repay-wrapper .repay-options .repay-option-card:hover img {
    transform: translate(10px);
    transition: transform 0.3s ease;
}
.main .repay .repay-wrapper .repay-options .repay-option-card:before {
    background-image: url(/theme/site/i/card_ico-DjoiHHW0.webp);
}
.footer {
    background-color: #b698dc;
    padding: 30px 0;
    color: #fff;
}
@media (min-width: 768px) {
    .footer {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 52px 40px;
    }
}
.footer .footer-contact,
.footer .footer-info {
    display: flex;
}
.footer .footer-contact {
    justify-content: space-between;
}
@media (min-width: 992px) {
    .footer .footer-contact {
        width: 50%;
        column-gap: 95px;
        justify-content: unset;
        align-items: center;
    }
}
.footer .footer-info {
    flex-direction: column;
}
@media (min-width: 992px) {
    .footer .footer-info {
        width: 50%;
        column-gap: 52px;
        flex-direction: row;
        margin-top: 10px;
    }
}
.footer .footer-wrapper {
    display: flex;
    font-family: Raleway, sans-serif;
    flex-direction: column;
    text-align: left;
    margin-bottom: 35px;
}
@media (min-width: 768px) {
    .footer .footer-wrapper {
        flex-direction: row;
    }
}
.footer .footer-wrapper .logo {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .footer .footer-wrapper .logo {
        margin-bottom: 0;
    }
}
.footer .footer-wrapper .logo img {
    width: 115px;
    height: 56px;
    object-fit: contain;
}
@media (min-width: 768px) {
    .footer .footer-wrapper .logo img {
        width: 233px;
        height: 113px;
    }
}
.footer .footer-wrapper .phone {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-family: inherit;
}
@media (min-width: 768px) {
    .footer .footer-wrapper .phone {
        align-items: flex-start;
        margin-bottom: 0;
    }
}
.footer .footer-wrapper .phone a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 6px;
}
.footer .footer-wrapper .phone a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .footer .footer-wrapper .phone a {
        font-size: 22px;
    }
}
.footer .footer-wrapper .phone .call-free {
    font-weight: 500;
    font-size: 9px;
    line-height: 1.5;
    margin-top: 5px;
}
@media (min-width: 768px) {
    .footer .footer-wrapper .phone .call-free {
        font-size: 13px;
    }
}
.footer .footer-wrapper .working-hours {
    font-family: Raleway, sans-serif;
    margin-bottom: 32px;
}
@media (min-width: 768px) {
    .footer .footer-wrapper .working-hours {
        margin-bottom: 0;
    }
}
.footer .footer-wrapper .working-hours span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}
.footer .footer-wrapper .working-hours p {
    font-family: inherit;
    font-size: 19px;
    margin-top: 0;
}
.footer .footer-wrapper .footer-nav {
    display: flex;
    flex-direction: row;
}
@media (min-width: 768px) {
    .footer .footer-wrapper .footer-nav {
        flex-direction: column;
    }
}
.footer .footer-wrapper .footer-nav a {
    display: block;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.footer .footer-wrapper .footer-nav a:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .footer .footer-wrapper .footer-nav a {
        display: inline-block;
        margin-right: 0;
        font-size: 24px;
    }
}
.footer .footer-wrapper .footer-nav a:hover {
    text-decoration: underline;
}
.footer .footer-agreements {
    font-family: Inter, sans-serif;
    font-size: 11px;
}
.footer .info-section {
    display: flex;
    flex-direction: column;
    padding: 29px 28px;
    margin-top: 20px;
    margin-bottom: 26px;
    background-color: #a988d2;
    border-radius: 22px;
}
@media (min-width: 768px) {
    .footer .info-section {
        flex-direction: row;
        column-gap: 25px;
        margin-bottom: 45px;
        padding: 45px 85px;
    }
}
.footer .info-section .info-icon-wrapper {
    width: 53px;
}
.footer .info-section .info-icon-wrapper .info-icon {
    margin-top: 0;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .footer .info-section .info-icon-wrapper .info-icon {
        margin-top: 6px;
        margin-bottom: 0;
    }
}
.footer .info-section .info-icon-wrapper .info-icon img {
    width: 28px;
    height: auto;
}
.footer .info-section .info-content {
    display: flex;
    flex-direction: column;
    align-items: start;
}
@media (min-width: 768px) {
    .footer .info-section .info-content {
        align-items: center;
        flex-direction: row;
        column-gap: 28px;
    }
}
.footer .info-section .info-content .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .info-section .info-content .info-list li {
    margin-bottom: 14px;
}
@media (min-width: 768px) {
    .footer .info-section .info-content .info-list li {
        margin-bottom: 20px;
    }
}
.footer .info-section .info-content .info-list li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 11px;
}
@media (min-width: 768px) {
    .footer .info-section .info-content .info-list li a {
        font-size: 9px;
    }
}
.footer .info-section .info-content .info-list li a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .footer .info-section .info-content {
        flex-direction: row;
        align-items: flex-start;
    }
    .footer .info-section .info-content .info-icon {
        margin-bottom: 0;
    }
    .footer .info-section .info-content .info-list {
        flex: 1;
    }
}

/* SEO links */
.accordion-header {
    color: black;
    font-size: 0.8em;
    text-underline: none;
}

.accordion-header:hover {
    color: black;
    font-size: 0.8em;
    text-underline: black;
}

.accordion-header svg {
    fill: #333333;
    width: 16px;
    transition: transform .3s ease;
}

.accordion-header svg.active {
    transform: rotate(180deg);
}

@media (min-width: 1000px) {
    .block-accordion {
        margin: 0 auto 20px;
        background-color: #f4eaff;
        padding: 22px;
        border-radius: 20px;
        width: 1000px;
    }

    .info-links {
        background-color: #f4eaff;
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 15px;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: row;
    }
}

@media (min-width: 767px) and (max-width: 999px) {
    .block-accordion {
        margin: 0 auto 20px;
        background-color: #f4eaff;
        padding: 22px;
        border-radius: 20px;
        width: 100%;
    }

    .info-links {
        background-color: #f4eaff;
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 15px;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row;
    }
}

@media (min-width: 300px) and (max-width: 766px) {
    .block-accordion {
        margin: 0 auto 20px;
        background-color: #f4eaff;
        padding: 22px;
        border-radius: 20px;
        width: 100%;
    }

    .info-links {
        background-color: #f4eaff;
    }
}

.info-links p {
    margin: 0;
}

.main .hero .hero-content .loan-calculator form .btn-secondary {
    padding: 8px 6px!important;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .main .hero .hero-content .loan-calculator form .btn-secondary {
        font-size: 16px!important;
    }
}

/* */

/* tbank modal */

.tmodal {
    z-index: 999;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}

.tmodal-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px);
}

.tmodal-body {
    max-width: 420px;
    z-index: 1;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 40px;
}

.tmodal-close {
    cursor: pointer;
    display: block;
    margin-left: auto;
}

.tmodal-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.tmodal-title img {
    max-width: 120px;
}

.tmodal-title h3 {
    max-width: 300px;
    font-size: 24px;
    font-weight: 600;
}

.tmodal__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.tmodal__list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 18px;
}

.tmodal__list-item::before {
    position: relative;
    display: block;
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FF5E00;
}

.tmodal-btn-yellow {
    width: 100%;
    height: 60px;
    background: #FFDD2D;
    border-radius: 100px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
}

.tmodal-btn-yellow img {
    width: 46px;
}

.tmodal-btn-blue {
    width: 100%;
    height: 60px;
    background: #006AB9;
    border-radius: 100px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: none;
    outline: none;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.tmodal-btn-blue span {
    font-size: 16px!important;
}

.tmodal-btn-border {
    width: 100%;
    height: 60px;
    background: #F2271C;
    border-radius: 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 9px;
    border: none;
    outline: none;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .tmodal-body {
        width: 100%;
        max-width: calc(100% - 30px);
        padding: 24px;
    }

    .tmodal-title img {
        max-width: 80px;
    }

    .tmodal-btn-blue span {
        font-size: 14px!important;
    }

    .tmodal-btn-border {
        font-size: 14px!important;
    }
}

/* /tbank modal */

.landing-page {
    background-color: rgba(248, 250, 252, 1);
}

.landing-page * {
    font-family: "Montserrat", sans-serif!important;
}

.landing-page .header {
    position: relative!important;
    box-shadow: none!important;
    background-color: rgba(248, 250, 252, 1) !important;
    padding: 0 !important;
}

.header-landing {
    display: grid;
    grid-template-columns: 150px 1fr 224px 250px;
    gap: 16px;
    width: calc(100% - 64px);
    margin: 15px 32px;
    padding: 16px;
    background-color: rgba(255, 248, 225, 1);
    border-radius: 16px;
}

@media (max-width: 1199px) {
    .header-landing {
        grid-template-columns: 110px 1fr 200px 220px;
    }
}

.header-landing-logo {
    width: 100%;
    align-self: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-landing-logo img {
    width: 100%;
}

.header-landing-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.header-landing-nav a {
    color: rgba(34, 34, 34, 1);
    font-size: 18px;
    font-weight: 400;
    transition: color .3s ease;
}

@media (max-width: 1199px) {
    .header-landing-nav a {
        font-size: 16px;
    }
}

.header-landing-nav a:hover {
    color: rgba(255, 143, 0, 1);
}

.header-landing-phone {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.header-landing-phone a {
    text-align: right;
    font-size: 18px;
    color: rgba(34, 34, 34, 1);
    font-weight: 600;
    transition: color .3s ease;
}

@media (max-width: 1199px) {
    .header-landing-phone a {
        font-size: 16px;
    }
}

.header-landing-phone a:hover {
    color: rgba(255, 143, 0, 1);
}

.header-landing-phone p {
    text-align: right;
    font-size: 14px;
    color: rgba(255, 143, 0, 1);
    margin-top: 0;
}

.header-landing-login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    align-self: center;
    background-color: rgba(255, 160, 0, 1);
    border-radius: 50px;
    box-shadow: 0 1px 5px 0 rgba(43, 120, 252, 0.12),
    0 2px 2px 0 rgba(43, 120, 252, 0.14),
    0 3px 1px -2px rgba(43, 120, 252, 0.2);
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
}

.header-landing-login:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    align-self: center;
    background-color: rgba(255, 160, 0, 1);
    border-radius: 50px;
    box-shadow: 0 1px 5px 0 rgba(43, 120, 252, 0.12),
    0 2px 2px 0 rgba(43, 120, 252, 0.14),
    0 3px 1px -2px rgba(43, 120, 252, 0.2);
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
}

@media (max-width: 1199px) {
    .header-landing-login {
        height: 50px;
        font-size: 16px;
    }
}

.header-landing-mobile {
    display: none;
}

@media (max-width: 991px) {
    .header-landing {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 32px);
        margin: 16px;
        height: 80px;
    }

    .header-landing-logo {
        height: 40px;
        width: auto;
    }

    .header-landing-nav {
        display: none;
    }

    .header-landing-phone {
        display: none;
    }

    .header-landing-login {
        display: none;
    }

    .header-landing-mobile {
        display: block;
        width: 50px;
        height: 50px;
    }

    .header-landing-mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 100px 1fr 1fr;
        gap: 24px;
        background-color: #FFFFFF;
        z-index: 999;
    }

    .header-landing-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .header-landing-top-logo {
        height: 50px;
    }

    .header-landing-top-close {
        background: #FFF;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 1px solid #ffdd71;
        color: #ff8f00;
        font-size: 20px;
    }

    .header-landing-mobile-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .header-landing-mobile-nav a {
        max-width: 280px;
        width: 100%;
        background-color: rgb(255, 248, 225);
        color: rgb(37, 37, 37);
        padding: 16px;
        text-align: center;
        text-decoration: none;
        border-radius: 32px;
        font-size: 19px;
        font-weight: 600;
    }

    .header-landing-mobile-login {
        background-color: rgb(255, 160, 0)!important;
        color: #FFFFFF!important;
        text-transform: uppercase!important;
        text-decoration: none!important;
        font-size: 18px!important;
        max-width: 280px!important;
        width: 100%!important;
    }

    .header-landing-mobile-footer {
        background-color: rgb(34, 34, 34);
        padding: 24px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-landing-mobile-footer img {
        max-width: 220px;
        margin-bottom: 32px;
    }

    .header-landing-mobile-footer p {
        color: #FFF8E1;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
        text-align: center;
    }

    .header-landing-mobile-footer p:first-child {
        margin-bottom: 32px;
    }

    .header-landing-mobile-footer a {
        text-align: center;
        color: #FFF8E1;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .header-landing-mobile-footer span {
        text-align: center;
        color: #FF8F00;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 8px;
    }
}

.promo-percent {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    background-color: #e13a3a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-top: 6px solid #FFFFFF;
    border-left: 6px solid #FFFFFF;
    border-right: 6px solid #FFFFFF;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.promo-percent-text {
    text-align: center;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .promo-percent-text {
        font-size: 16px;
    }
}

.popup-inactive {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-inactive-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
}

.popup-inactive-body {
    background: rgb(76, 184, 255);
    padding: 24px;
    border-radius: 16px;
    max-width: 370px;
    text-align: center;
    position: relative;
}

.popup-inactive-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.popup-inactive-text {
    margin: 8px 0 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}

.popup-inactive-btn {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    text-align: center;
    text-transform: initial;
    z-index: 1;
    box-shadow: rgba(43, 120, 252, 0.2) 0 3px 1px -2px, rgba(43, 120, 252, 0.14) 0 2px 2px 0, rgba(43, 120, 252, 0.12) 0 1px 5px 0;
    color: rgb(76, 184, 255);
    font-weight: 700;
    min-width: 200px;
    width: 100%;
    height: auto;
    outline: 0;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 24px 0 0;
    text-decoration: none;
    transition: color .3s ease, background .3s ease, box-shadow .3s ease;
    overflow: hidden;
    white-space: nowrap;
    background: rgb(255, 255, 255);
    border-radius: 32px;
    padding: 12px;
}

.popup-inactive-btn:hover {
    color: #FFFFFF;
    background: linear-gradient(rgb(255, 179, 0), rgb(255, 111, 0) 100%);
    box-shadow: rgba(35, 105, 227, 0.2) 0 2px 4px -1px, rgba(35, 105, 227, 0.14) 0 4px 5px 0, rgba(35, 105, 227, 0.12) 0 1px 10px 0;
}

.popup-inactive-close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #FFFFFF;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 100%;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color .3s ease, color .3s ease;
}

.popup-inactive-close:hover {
    color: #000;
    background-color: #FFF;
}

.promo-text {
    font-size: 28px;
    margin-bottom: 24px!important;
    margin-top: 0;
    font-weight: 700;
}

.promo-text span {
    color: #714c9f;
}

.form__new-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.form__new-group:not(:last-child) {
    margin-bottom: 24px;
}

.form__new-group-title {
    margin-bottom: 4px;
}

.form__new-group-radio {
}

.form__new-group-radio input {
    display: none;
}

.form__new-group-radio label {
    font-size: 18px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.form__new-group-radio label::before {
    flex-shrink: 0;
    display: block;
    content: " ";
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #714c9f;
}

.form__new-group-radio input:checked + label::after {
    flex-shrink: 0;
    position: absolute;
    left: 4px;
    display: block;
    content: " ";
    width: 8px;
    height: 8px;
    background: #714c9f;
    border-radius: 50%;
}

.sbp__list {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sbp__list-bg {
    cursor: pointer;
    position: fixed;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}

.sbp__list-body {
    border-radius: 16px;
    padding: 16px 24px;
    position: relative;
    z-index: 2;
    height: 60vh;
    width: 400px;
    background: #f4eaff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.sbp__list-search {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 24px;
    padding: 0 16px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.sbp__list-banks {
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 52px;
    gap: 12px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 18px;
    padding: 12px 6px;
}

.sbp__list-banks::-webkit-scrollbar {
    display: none;
}

.sbp__list-banks-item {
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 6px;
    border-radius: 8px;
}

.sbp__list-banks-item.selected {
    background-color: #f4eaff;
}

.sbp__list-banks-item-icon {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.sbp__list-banks-item-name {
    font-size: 18px;
    font-weight: 500;
    margin: 0!important;
}

@media (max-width: 600px) {
    .sbp__list-body {
        padding: 12px 18px;
        width: calc(100% - 30px);
    }

    .sbp__list-search {
        padding: 0 12px;
        margin-bottom: 12px;
    }
}

.sbp-text {
    color: #00c4f1;
    cursor: pointer;
    margin-top: 8px;
}

.btn.sbp-text {
    color: #fff;
}

.sbp-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.sbp-label img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.btn-accept-contract, .btn-accept-contract:hover, .btn-accept-contract:focus, .btn-accept-contract:active {
    background-color: rgb(255, 111, 25);
    color: #fff;
    font-weight: 600;
}