

@layer feed-reset, feed-site, feed-embed;

@layer feed-site {

:root {
    --accent: #59E400;
    --accent-deep: #00B05C;
    --ink: #000000;
    --surface-dark: #0D2000;
    --surface-accent: #C8E6D7;
    --surface-alt: #F3F9F6;
    --surface-soft: #F3F9F6;
    --surface-warm: #F3F9F6;

    --accent-hover: #60F600;
    --accent-active: #5FE808;
    --accent-deep-hover: #00D570;
    --surface-dark-end: #012715;
    --text: #212121;
    --surface: #FFFFFF;
    --border: #BEBEBE;
    --surface-disabled: #D8D8D8;
    --text-muted: #A9A9A9;
    --error: #C43244;
    --overlay: rgba(0, 0, 0, .5);
    --border-on-dark: rgba(255, 255, 255, .5);

    --gradient-accent: linear-gradient(180deg, #00B05C 0%, #59E400 100%);
    --gradient-surface-dark: linear-gradient(135deg, #000000 0%, #012715 100%);

    --h1: 64px;
    --h2: 48px;
    --h3: 28px;
    --h4: 28px;
    --h5: 22px;
    --h6: 16px;
    --body: 16px;
    --caption: 14px;
    --section-title: 64px;

    --btn-h: 80px;
    --btn-font: 24px;
    --btn-pad: 54px;

    --space-xs: 8px;
    --space-sm: 12px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-xxl: 48px;

    --radius: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-pill: 999px;

    --content-width: 1110px;
    --content-wide: 1728px;
    --gutter: 40px;
    --header-h: 108px;
    --section-pad: 100px;

    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    --shadow-card: 0 4px 24px rgba(0, 0, 0, .06);
    --shadow-card-hover: 0 8px 28px rgba(0, 0, 0, .12);
    --shadow-header: 0 2px 10px rgba(0, 0, 0, .06);
    --transition: .2s ease;
}

@media (max-width: 1199px) {
    :root {
        --gutter: 39px;
        --section-pad: 70px;
    }
}

@media (max-width: 767px) {
    :root {
        --h1: 26px;
        --h2: 22px;
        --h3: 20px;
        --h4: 18px;
        --h5: 16px;
        --h6: 16px;
        --section-title: 26px;

        --btn-h: 60px;
        --btn-font: 20px;
        --btn-pad: 32px;

        --gutter: 15px;
        --header-h: 65px;
        --section-pad: 40px;
    }
}

:root {
    --surface-dark: #080F1D;
    --surface-dark-end: #162548;
    --surface-accent: #152342;
    --ink: #02040A;
    --footer-bg: #02040A;
    --accent: #63A3FB;
    --blue-vlight: #D5E7FF;
    --text-muted: #7A7A7A;
    --surface-disabled: #EBEBEB;
    --surface-alt: #F8F9FD;
    --surface: #FFFFFF;
    --error: #D73131;
    --success: #08B581;
    --gradient-accent: linear-gradient(90deg, #1D54DC 0%, #7B3AEB 100%);
    --grad-title: linear-gradient(90deg, #63A4FB 0%, #A48BFA 100%);
    --grad-violet: linear-gradient(136.67deg, #8853F0 4.11%, #7F26D0 93.6%);
    --grad-red: linear-gradient(136.75deg, #FF1C5D 7.11%, #F20075 97.61%);
    --grad-yellow: linear-gradient(137.44deg, #F2B00A 9.09%, #ED7D0C 96.35%);
    --grad-green: linear-gradient(130.83deg, #08B581 6.33%, #0C9887 90.79%);
    --accent-hover: #152342;
    --accent-active: #63A3FB;
    --grey-200: #D9D9D9;
    --accent-deep-hover: #8CBCFC;
    --navy-card-hover: #1B2C52;
    --h1: 65px;
    --h2: 45px;
    --h3: 24px;
    --h4: 18px;
    --h5: 20px;
    --body: 16px;
    --h6: 16px;
    --btn-h: 70px;
    --btn-w: 351px;
    --btn-font: 21px;
    --btn-radius: 52px;
    --btn-sm-h: 50px;
    --btn-sm-w: 174px;
    --btn-sm-font: 18px;
    --content-width: 1110px;
    --content-narrow: 920px;
    --gutter: 40px;
    --header-h: 142px;
    --section-pad: 115px;
    --radius: 6px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-pill: 999px;
    --font-head: 'Urbanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    --font-body: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    --shadow-card: 0 1px 2px rgba(0, 0, 0, .10), 1px 3px 3px rgba(0, 0, 0, .09),
                    1px 7px 5px rgba(0, 0, 0, .05), 2px 13px 5px rgba(0, 0, 0, .01);
    --transition: .2s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: var(--body);
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1921px) {
    body {
        zoom: calc(100vw / 1920px);
    }
}

body.no-scroll {
    overflow: hidden;
}

img,
svg {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer;
}

strong,
b {
    font-weight: 700;
}

.site-header__nav-list,
.hero__list,
.steps__list,
.advantages__list,
.loan-options__list {
    padding: 0;
    list-style: none;
}

.container {
    width: 100%;
    max-width: calc(var(--content-width) + var(--gutter) * 2);
    margin: 0 auto;
    padding: 0 var(--gutter);
}

.section {
    position: relative;
    padding: var(--band-pad, var(--section-pad) 0);
}

@media (max-width: 1199px) {
    .section {
        padding: var(--band-pad-t, var(--band-pad, var(--section-pad) 0));
    }

}
@media (max-width: 767px) {
    .section {
        padding: var(--band-pad-m, var(--band-pad-t, var(--band-pad, var(--section-pad) 0)));
    }

}
.section--mint {
    background: var(--surface-alt);
}

.section--soft {
    background: var(--surface-soft);
}

.section--warm {
    background: var(--surface-warm);
}

.section--dark {
    background: var(--surface-dark-end);
    color: var(--surface);
    --band-art: var(--gradient-surface-dark);
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6 {
    color: var(--surface);
}

.section {
    background-image: var(--band-art, none);
}

.section > .container {
    position: relative;
    z-index: 2;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--btn-font);
    font-weight: 700;
    text-align: center;
}

.form__body {
    display: flex;
    flex-direction: column;
}

.input,
.textarea {
    width: 100%;
    transition: border-color var(--transition);
}

.textarea {
    resize: vertical;
}

.input.error,
.textarea.error {
    border-color: var(--error);
}

.input.error:focus,
.textarea.error:focus {
    border-color: var(--error);
}

.site-header__inner {
    display: flex;
    align-items: center;
}

.logo {
    flex-shrink: 0;
}

.site-header__nav {
    display: flex;
    align-items: center;
}

.site-header__nav-list {
    display: flex;
    align-items: center;
}

.site-header__nav-link {
    white-space: nowrap;
}

.site-header__burger {
    display: none;
    flex-direction: column;
}

.site-header__burger span {
    display: block;
    height: 2px;
    border-radius: 2px;
    transition: transform var(--transition), opacity var(--transition);
}

.site-header__burger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.site-header__burger.is-active span:nth-child(2) {
    opacity: 0;
}

.site-header__burger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.site-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer__nav {
    display: flex;
    align-items: center;
}

.site-footer__nav a {
    line-height: 1.2;
    white-space: nowrap;
}

.material {
    font-size: 14px;
}

.copyright {
    font-size: 14px;
}

.accordion {
    display: flex;
    flex-direction: column;
}

.accordion-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

.accordion-item__body {
    display: none;
}

.accordion-item.is-open .accordion-item__body {
    display: block;
}

.accordion-item__body ol {
    list-style: decimal;
}

.accordion-item__body ul {
    list-style: disc;
}

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

.hero__list {
    display: flex;
    flex-direction: column;
}

.loan-options__item {
    display: flex;
    flex-direction: column;
}

.loan-options__item-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loan-options__item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loan-options__item-title {
    font-size: var(--h3);
    font-weight: 700;
    line-height: 1.2;
}

.loan-summary {
    text-align: center;
}

.steps-title {
    text-align: center;
}

.steps__item {
    display: flex;
    flex-direction: column;
}

.steps__item-label {
    line-height: 1.2;
}

.advantages__list {
    display: flex;
    flex-direction: column;
}

.advantages__list li {
    display: flex;
    align-items: center;
}

.faq-title {
    text-align: center;
}

.contact-layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-title {
    line-height: 1.2;
}

.contact-text a {
    text-decoration: underline;
}

.contact__item-label {
    line-height: 1.2;
}

.form__required {
    line-height: 1.2;
}

.field__error,
.feedCaptcha-error {
    color: var(--error);
}

.legal-title {
    text-align: center;
}

.legal-content > :last-child {
    margin-bottom: 0;
}

.legal-content a[id]:empty {
    display: block;
    height: 0;
    scroll-margin-top: calc(var(--header-h) + 20px);
}

.legal-content em {
    font-style: italic;
}

.legal-content ul {
    list-style: disc;
}

.legal-content ol {
    list-style: decimal;
}

.legal-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767px) {
    .site-footer__top {
        align-items: flex-start;
    }

    .site-footer__nav {
        flex-direction: column;
        align-items: flex-start;
    }

}
.material p:has(+ .table),
.material p:empty {
    display: none;
}

.material .table {
    display: table;
    width: 100%;
}

.material .tr {
    display: table-row;
}

.material .td {
    display: table-cell;
    vertical-align: middle;
}

.material .tr:first-child .td {
    font-weight: 700;
}

html {
    scroll-behavior: smooth;
}
body {
    background: var(--surface-alt);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: var(--body);
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.no-scroll {
    overflow: hidden;
}
img,  svg {
    max-width: 100%;
}
img {
    height: auto;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
    transition: color var(--transition);
}
strong,  b {
    font-weight: 700;
}
em,  i {
    font-style: italic;
}
button {
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
}
:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}
.main {
    display: block;
}
.container {
    width: 100%;
    max-width: calc(var(--content-width) + var(--gutter) * 2);
    margin: 0 auto;
    padding: 0 var(--gutter);
}
.container--sm {
    max-width: calc(var(--content-narrow) + var(--gutter) * 2);
}
.band-dark__lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    background: url("../images/hero-lines.svg") no-repeat 0 0 / 1920px 1080px;
    opacity: .55;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, transparent 14.6%, #000 58.2%);
    mask-image: linear-gradient(90deg, transparent 0, transparent 14.6%, #000 58.2%);
}
.steps-title, .loan-summary-title, .faq-preview-title, .faq-title, .advantages-title, .legal-title {
    font-family: var(--font-head);
    font-weight: 800;
    line-height: 1.2;
}
.steps-title, .loan-summary-title, .faq-preview-title, .faq-title, .advantages-title, .legal-title {
    font-size: var(--h2);
}
.hero-title > span {
    display: block;
}

@media (max-width: 767px) {
    .hero-title > span {
        display: inline;
    }
    .hero-inner .hero-title > span {
        display: block;
    }
}

.text-highlight {
    background: var(--grad-title);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.faq-preview-text a {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: underline;
}
.faq-preview-text a:hover {
    color: var(--accent-deep-hover);
}
.hero-text a {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    text-decoration: underline;
    color: var(--accent);
}
.hero-text a:hover {
    color: var(--surface);
}
.hero-text a:active {
    color: var(--accent);
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: var(--btn-h);
    padding: 15px 20px;
    border-radius: var(--btn-radius);
    font-family: var(--font-head);
    font-size: var(--btn-font);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
}
.btn--primary {
    width: var(--btn-w);
    max-width: 100%;
    background: var(--gradient-accent);
    color: var(--surface);
}
.btn--primary:hover {
    background: var(--accent-hover);
}
.btn--primary:active {
    background: var(--accent-active);
}
.btn--outline {
    width: var(--btn-sm-w);
    height: var(--btn-sm-h);
    padding: 10px 15px;
    border: 1px solid var(--accent);
    background: var(--surface-accent);
    color: var(--surface);
    font-size: var(--btn-sm-font);
    letter-spacing: -.02em;
}
.btn--outline:hover {
    color: var(--accent);
}
.btn--outline:active {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--surface);
}
.field {
    position: relative;
}
.input,  .textarea {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 1px solid var(--grey-200);
    border-radius: var(--radius-md);
    background: var(--surface);
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    color: var(--ink);
    transition: border-color var(--transition);
}
.textarea {
    height: 136px;
    padding: 18px;
    resize: vertical;
}
.input::placeholder,  .textarea::placeholder {
    color: var(--text-muted);
    opacity: 1;
}
.input:focus,  .textarea:focus {
    border-color: var(--ink);
}
.input.error,  .textarea.error {
    border-color: var(--error);
}
.input.valid,  .textarea.valid {
    border-color: var(--success);
}
.form__captcha {
    margin-top: 15px;
}
.feedCaptcha-error {
    margin-top: 8px;
    font-size: 14px;
    color: var(--error);
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 25px 0;
}
.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: block;
    flex-shrink: 0;
}
.logo__icon {
    width: 62.57px;
    height: 92.02px;
}
.logo--sm .logo__icon {
    width: 50.6px;
    height: 74.42px;
}
.site-header__nav {
    display: flex;
    align-items: center;
    flex: 1;
}
.site-header__nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
}
.site-header__nav-link {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: var(--surface);
    white-space: nowrap;
}
.site-header__nav-link:hover {
    text-decoration: underline;
}
.site-header__nav-link:active,  .site-header__nav-link.active {
    color: var(--accent);
}
.site-header__burger {
    display: none;
    width: 24px;
    height: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.site-header__burger span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background: var(--surface);
    transition: transform var(--transition), opacity var(--transition);
}
.site-header__burger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.site-header__burger.is-active span:nth-child(2) {
    opacity: 0;
}
.site-header__burger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.site-header__overlay {
    display: none;
}
.site-header__nav-head {
    display: none;
}
.site-header--light {
    background: var(--footer-bg);
}
.site-header--form .site-header__inner {
    justify-content: center;
}
.site-footer {
    padding: 30px 0;
    background: var(--footer-bg);
    color: var(--surface);
}
.site-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.site-footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 952px;
    max-width: 100%;
}
.site-footer__nav a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    white-space: nowrap;
}
.site-footer__nav a:hover {
    text-decoration: underline;
}
.site-footer__nav a:active,  .site-footer__nav a.active {
    color: var(--accent);
}
.material {
    padding: 30px 0;
    font-size: 14px;
    line-height: 17px;
    color: var(--surface);
}
.copyright {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    line-height: 17px;
}
.hero-layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-top: 0;
}
.hero-inner .hero-content {
    max-width: 662px;
}

@media (max-width: 1199px) {
    .main--emergency-loans .hero-title > span,
    .main--personal-credit .hero-title > span {
        display: inline;
    }
}
.hero-title {
    font-family: var(--font-head);
    font-size: var(--h1);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    color: var(--surface);
}
.hero__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: var(--h5);
    line-height: 1.2;
    color: var(--surface);
}
.hero-text {
    padding: 4px;
    line-height: 19px;
}
.hero-media {
    position: relative;
    flex-shrink: 0;
    width: 350px;
    height: 442.9px;
    margin-top: var(--plate-mt, -27.95px);
    margin-right: var(--plate-r, 0px);
    margin-bottom: max(0px, var(--photo-y, -24.3px) + var(--photo-h, 467.2px) - 442.9px);
}
.hero__layer--plate {
    position: absolute;
    inset: 0;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
}
.hero__layer--photo {
    position: absolute;
    left: var(--photo-x, -9.57px);
    top: var(--photo-y, -24.3px);
    width: var(--photo-w, 339.14px);
    height: var(--photo-h, 467.2px);
    max-width: none;
}
.hero__layer--photo img {
    width: 100%;
    height: 100%;
    max-width: none;
}
.loan-options {
    padding: 96px 0 77px;
}
.loan-options__list {
    display: flex;
    gap: 30px;
}
.loan-options__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 255px;
    height: 100%;
    padding: 30px 26px;
    border-radius: var(--radius-md);
    background: var(--surface-accent);
    transition: background var(--transition), transform var(--transition);
}
.loan-options__item:hover {
    background: var(--navy-card-hover);
    transform: translateY(-2px);
}
.loan-options__item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loan-options__item-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
}
.loan-options__item--debt .loan-options__item-media { background: var(--gradient-accent); }
.loan-options__item--bad-credit .loan-options__item-media { background: var(--grad-red); }
.loan-options__item--emergency .loan-options__item-media { background: var(--grad-yellow); }
.loan-options__item--personal .loan-options__item-media { background: var(--grad-green); }
.loan-options__item svg {
    display: flex;
    flex-shrink: 0;
    width: 7.13px;
    height: 12.97px;
    color: var(--surface);
}
.loan-options__item-title {
    font-family: var(--font-head);
    font-size: var(--h3);
    font-weight: 700;
    line-height: 1.2;
    color: var(--surface);
}
.steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 867.9px;
    max-width: 100%;
    margin: 0 auto;
}
.steps-title {
    width: 100%;
    text-align: center;
}
.steps__list {
    display: flex;
    gap: 121px;
    margin-top: 38px;
}
.steps__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    width: var(--step-w, 201.93px);
    padding-top: 106.5px;
}
.steps__item-num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-head);
    font-size: 182px;
    font-weight: 900;
    line-height: 1.198;
    color: var(--surface);
    opacity: .5;
    pointer-events: none;
    user-select: none;
}
.steps__item-content {
    display: contents;
}
.steps__item-media {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
}
.steps__item:nth-child(1) .steps__item-media { background: var(--grad-violet); }
.steps__item:nth-child(2) .steps__item-media { background: var(--grad-yellow); }
.steps__item:nth-child(3) .steps__item-media { background: var(--grad-green); }
.steps__item-label {
    position: relative;
    font-family: var(--font-head);
    font-size: var(--h4);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.steps__item-title {
    position: relative;
    width: var(--desc-w, 202px);
    font-size: var(--h5);
    line-height: 1.2;
    text-align: center;
    color: var(--text-muted);
}
.steps > .btn {
    margin-top: 30px;
}
.faq-preview-layout,
.faq > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.faq-preview-title {
    text-align: center;
}
.faq-preview-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}
.faq-preview-text {
    padding: 4px;
    line-height: 19px;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.accordion-item {
    padding: 19px 24px 19px 31px;
    border: 1px solid var(--surface-alt);
    border-radius: var(--radius-lg);
    background: var(--surface);
    transition: box-shadow var(--transition);
}
.accordion-item:hover,  .accordion-item.is-open {
    box-shadow: var(--shadow-card);
}
.accordion-item.is-open {
    padding-bottom: 29px;
}
.accordion-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 28px;
    text-align: left;
}
.accordion-item__head:hover .accordion__q-text {
    color: #1D54DC;
}
.accordion-item.is-open .accordion__toggle {
    background: var(--blue-vlight);
    color: var(--accent);
}
.accordion-item.is-open .accordion__icon-stem {
    display: none;
}
.accordion-item__body {
    display: none;
    padding-top: 15px;
    font-size: var(--body);
    line-height: 19px;
    color: var(--text-muted);
}
.accordion-item.is-open .accordion-item__body {
    display: block;
}
.accordion-item__body > * + * {
    margin-top: 15px;
}
.accordion-item__body ol,  .accordion-item__body ul {
    padding-left: 24px;
}

.accordion-item__body li > p + p {
    margin-top: 12px;
}
.accordion-item__body li {
    min-height: 26px;
    margin-bottom: 10px;
}
.accordion-item__body li:last-child {
    margin-bottom: 0;
}
.faq-title {
    font-size: var(--h1);
    letter-spacing: -1px;
    text-align: center;
}
.how-it-works-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.how-it-works-title {
    font-family: var(--font-head);
    font-size: var(--h1);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    color: var(--surface);
}
.how-it-works-text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    font-size: 20px;
    line-height: 24px;
    color: var(--surface);
}

@media (max-width: 1199px) {
    .how-it-works-text {
        grid-template-columns: minmax(0, 1fr);
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .how-it-works-content {
        gap: 25px;
    }
    .how-it-works-title {
        text-align: center;
    }
    .how-it-works-text {
        font-size: 16px;
        line-height: 19px;
    }
}
.advantages {
    display: contents;
}
.advantages-layout {
    position: relative;
    min-height: 367px;
}
.advantages-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 473.94px;
    max-width: 100%;
}
.advantages__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.advantages__list li {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: var(--h5);
    line-height: 1.2;
}
.advantages__list img {
    flex-shrink: 0;
    width: 20px;
}
.advantages-media {
    position: absolute;
    left: calc(var(--gutter) + 595.14px);
    top: -86.98px;
    width: var(--advantages-media-w, 512.65px);
    aspect-ratio: 512.65 / 523.16;
}
.advantages-media > * {
    position: absolute;
    left: var(--layer-x, 0);
    top: var(--layer-y, 0);
    width: var(--layer-w, auto);
    height: var(--layer-h, auto);
}
.advantages__layer--plate {
    width: 60.195%;
    height: 54.851%;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
}
.advantages__layer--photo {
    max-width: none;
}
.advantages__layer--badge-like,
.advantages__layer--badge-coin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.943%;
    aspect-ratio: 1;
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
}
.advantages__layer--badge-like img,
.advantages__layer--badge-coin img {
    width: 54.5%;
}
.advantages__layer--badge-like { background: var(--gradient-accent); }
.advantages__layer--badge-coin { background: var(--grad-green); }
.advantages__layer--badge-coin img { width: 48%; }
.material h3 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}
.material p {
    margin-bottom: 14px;
}
.material > :last-child {
    margin-bottom: 0;
}
.material strong {
    font-weight: 400;
}
.material strong.title {
    display: block;
    margin-bottom: 14px;
}
.material p > br:last-child {
    display: none;
}
.material p:has(+ .table),  .material p:empty {
    display: none;
}
.material .table {
    display: table;
    width: 100%;
    margin: 30px 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, .05);
    font-size: 14px;
    line-height: 17px;
}
.material .tr {
    display: table-row;
}
.material .tr + .tr .td {
    border-top: 1px solid rgba(255, 255, 255, .4);
}
.material .td {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.material .tr + .tr .td + .td {
    border-left: 1px solid rgba(255, 255, 255, .4);
}
.material .tr:first-child .td {
    font-family: var(--font-head);
    font-weight: 600;
}
.material .tr:first-child .td:nth-child(1) { width: 16.85%; }
.material .tr:first-child .td:nth-child(2) { width: 18.92%; }
.material .tr:first-child .td:nth-child(3) { width: 16.58%; }
.material .tr:first-child .td:nth-child(4) { width: 24.59%; }
.material .tr:first-child .td:nth-child(5) { width: 23.06%; }
.material ul {
    margin: 0 0 10px 18px;
    list-style: disc;
}
.material a {
    text-decoration: underline;
}
.loan-summary {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}
.loan-summary-text {
    font-size: var(--h5);
    line-height: 1.2;
    color: var(--text-muted);
}
.contact-band {
    min-height: 1018.4px;
    padding-top: var(--header-h);
}
.contact {
    padding-top: 80px;
}
.contact__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.contact__main {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 635px;
}
.contact__title {
    font-family: var(--font-head);
    font-size: var(--h1);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    color: var(--surface);
}
.contact__text {
    font-size: var(--h5);
    line-height: 1.2;
    color: var(--surface);
}
.contact__text a {
    color: inherit;
    text-decoration: none;
}
.contact__text a:hover {
    color: var(--accent);
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact-form__fields {
    display: flex;
    flex-direction: column;
}
.contact-form__fields > * + * {
    margin-top: 15px;
}
.contact-form__fields > .form__captcha {
    margin-top: 0;
}
.contact-form__row {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-form__row .field:first-child { width: 311px; }
.contact-form__row .field:last-child { width: 309px; }
.contact-form__foot {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.contact-form__required {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    color: var(--text-muted);
}
.form__success {
    padding: 24px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .05);
    color: var(--surface);
    font-size: var(--h5);
}
.contact__aside {
    flex-shrink: 0;
    width: 350px;
    margin-right: -1.5px;
}
.contact__plate {
    position: relative;
    width: 350px;
    height: 442.9px;
    margin-top: 41.1px;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
}
.contact__photo {
    position: absolute;
    left: 10.6px;
    top: -42.1px;
    width: 326.9px;
    height: 484px;
    max-width: none;
}
.contact__details {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 54.3px 0 0 -3px;
}
.contact__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.contact__row img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.contact__label {
    margin-bottom: 3px;
    font-size: var(--body);
    line-height: 1.2;
    color: var(--surface);
}
.contact__value {
    font-family: var(--font-head);
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    color: var(--accent);
}
.contact__value a {
    text-decoration: underline;
}
.contact__value a:hover {
    color: var(--accent-deep-hover);
}
.legal-title {
    margin-bottom: 30px;
    font-size: var(--h1);
    letter-spacing: -1px;
    text-align: center;
}
.legal-content {
    font-size: var(--body);
    line-height: 19px;
    color: var(--text-muted);
}
.legal-content p {
    margin-bottom: 31px;
}
.legal-content > :last-child {
    margin-bottom: 0;
}
.legal-content h1 {
    display: none;
}
.legal-content h2,  .legal-content h3,  .legal-content h4,  .legal-content > strong,  .legal-content strong.title {
    display: block;
    margin-bottom: 12px;
    font-size: var(--body);
    font-weight: 700;
    line-height: 19px;
    color: var(--ink);
}
.legal-content p > br:last-child {
    display: none;
}
.legal-content ul,  .legal-content ol {
    margin-bottom: 31px;
    padding-left: 24px;
}
.legal-content ul { list-style: disc; }
.legal-content ol { list-style: decimal; }
.legal-content li {
    margin-bottom: 12px;
}
.legal-content a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.legal-content a:hover {
    text-decoration: none;
}
.legal-content a:active {
    color: var(--surface-accent);
    text-decoration: none;
}
.legal-content a[id]:empty {
    display: block;
    height: 0;
    scroll-margin-top: calc(var(--header-h) + 20px);
}
.legal-content em {
    font-style: italic;
}

@media (max-width: 1199px) {
    :root {
        --h1: 47px;
        --h2: 38px;
        --h3: 22px;
        --h4: 16px;
        --h5: 18px;
        --h6: 16px;

        --btn-h: 59px;
        --btn-w: 239px;
        --btn-font: 20px;
        --btn-sm-h: 37px;
        --btn-sm-w: 128px;
        --btn-sm-font: 14px;

        --gutter: 39px;
        --header-h: 105px;
        --section-pad: 60px;
        --content-narrow: 1110px;
    }
    .site-header {
        padding: 25px 0;
    }
    .site-header__inner {
        gap: 30px;
    }
    .logo__icon {
        width: 37.45px;
        height: 55.08px;
    }
    .site-header__burger {
        display: flex;
    }
    .site-header__nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        display: grid;
        grid-template-columns: 1fr auto auto;
        grid-template-areas:
            "logo cta close"
            "list list list";
        align-items: center;
        column-gap: 20px;
        row-gap: 30px;
        padding: 25px var(--gutter);
        border-radius: 0 0 var(--radius-md) var(--radius-md);
        background: var(--surface-alt);
        box-shadow: 0 10px 16px rgba(143, 143, 143, .2);
        transform: translateY(-8px);
        opacity: 0;
        visibility: hidden;
        transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
    }
    .site-header__nav.is-open {
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .site-header__nav-head {
        display: contents;
    }
    .site-header__nav-head .logo {
        grid-area: logo;
        justify-self: start;
    }
    .site-header__nav-close {
        grid-area: close;
        position: relative;
        width: 24px;
        height: 24px;
    }
    .site-header__nav-close::before,
    .site-header__nav-close::after {
        content: '';
        position: absolute;
        top: 11.25px;
        left: 4.85px;
        width: 14.3px;
        height: 1.5px;
        border-radius: 1px;
        background: var(--ink);
    }
    .site-header__nav-close::before { transform: rotate(45deg); }
    .site-header__nav-close::after { transform: rotate(-45deg); }
    .site-header__nav-list {
        grid-area: list;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin: 0;
    }
    .site-header__nav-list li {
        border-bottom: 1px solid var(--surface);
    }
    .site-header__nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 30px 0 29px;
        line-height: 24px;
        color: var(--ink);
        white-space: normal;
    }
    .site-header__nav-list li:first-child .site-header__nav-link {
        padding-top: 0;
    }
    .site-header__nav-link::after {
        content: '';
        flex-shrink: 0;
        width: 8px;
        height: 8px;
        margin-right: 9px;
        border-top: 2px solid var(--accent);
        border-right: 2px solid var(--accent);
        transform: rotate(45deg);
    }
    .site-header__cta {
        grid-area: cta;
        width: auto;
        height: 40px;
        padding: 10px 24px;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0;
    }
    .site-header__overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 10;
        background: rgba(0, 0, 0, .25);
        opacity: 0;
        visibility: hidden;
        transition: opacity var(--transition), visibility var(--transition);
    }
    .site-header__overlay.is-visible {
        opacity: 1;
        visibility: visible;
    }
    .hero-layout {
        gap: 30px;
    }
    .hero-content {
        flex: 1;
        min-width: 0;
        gap: 30px;
    }
    .hero__list {
        gap: 10px;
        line-height: 1.22;
    }
    .hero-media {
        width: var(--plate-w-t, 265px);
        height: 335.4px;
        margin-top: var(--plate-mt-t, 0px);
        margin-right: var(--plate-r-t, 0px);
        margin-bottom: 0;
    }
    .hero__layer--photo {
        left: var(--photo-x-t, var(--photo-x, 0));
        top: var(--photo-y-t, var(--photo-y, 0));
        width: var(--photo-w-t, var(--photo-w, auto));
        height: var(--photo-h-t, var(--photo-h, auto));
    }
    .hero-text {
        line-height: 17px;
    }
    .main--index .hero-content > .btn {
        width: 338px;
    }
    .steps > .btn,  .advantages-content > .btn,  .faq > .container > .btn {
        width: 451px;
    }
    .faq-preview-text a {
        font-size: 16px;
    }
    .loan-options {
        padding: 50px 0 43px;
    }
    .loan-options__list {
        gap: 15px;
    }
    .loan-options__list li {
        flex: 1;
        min-width: 0;
    }
    .loan-options__item {
        width: auto;
        gap: 15px;
        padding: 15px 13px;
    }
    .loan-options__item-media {
        width: 40px;
        height: 40px;
    }
    .loan-options__item-media img {
        width: 20px;
        height: 20px;
    }
    .loan-summary-text {
        line-height: 1.22;
    }
    .steps {
        width: 706px;
    }
    .steps__list {
        gap: 50px;
        margin-top: -8px;
    }
    .accordion-item__body li {
        margin-bottom: 8px;
    }
    .steps__item {
        width: 202px;
        padding-top: 91.5px;
    }
    .steps__item-num {
        font-size: 153px;
    }
    .steps__item-media {
        width: 40px;
        height: 40px;
    }
    .steps__item-media img {
        width: 20px;
        height: 20px;
    }
    .steps__item:nth-child(3) .steps__item-media img {
        width: 40px;
        height: 40px;
    }
    .steps__item-title {
        width: 100%;
        line-height: 1.22;
    }
    .advantages-layout {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        min-height: 0;
    }
    .advantages-media {
        position: relative;
        order: -1;
        left: auto;
        top: auto;
        --advantages-media-w: 368.7px;
        max-width: 100%;
    }
    .advantages-content {
        align-items: center;
        gap: 30px;
        width: 100%;
        text-align: center;
    }
    .advantages-title {
        width: 100%;
    }
    .advantages__list {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        max-width: 566px;
        gap: 20px;
    }
    .advantages__list li {
        flex: 0 1 auto;
        flex-direction: column;
        gap: 10px;
        line-height: 1.22;
        text-align: center;
    }
    .advantages__list li:nth-child(1) { max-width: none; white-space: nowrap; }
    .advantages__list li:nth-child(2) { max-width: 165px; }
    .advantages__list li:nth-child(3) { max-width: 135px; }
    .advantages__list img {
        height: 20px;
        object-fit: contain;
    }
    .contact-band {
        min-height: 1055px;
    }
    .contact {
        padding-top: 50px;
    }
    .contact__inner {
        display: grid;
        grid-template-columns: 394.2px 240px minmax(0, 1fr);
        grid-template-areas:
            "title   photo ."
            "text    photo ."
            "details photo ."
            "form    form  form";
        grid-template-rows: auto auto 1fr auto;
        align-items: start;
        gap: 30px 0;
    }
    .contact__main,  .contact__aside {
        display: contents;
    }
    .contact__title { grid-area: title; }
    .contact__text { grid-area: text; }
    .contact__details { grid-area: details; }
    .contact__plate { grid-area: photo; }
    .contact-form,  .form__success {
        grid-area: form;
    }
    .contact-form {
        margin-top: 20px;
    }
    .contact__title {
        line-height: 1.19;
    }
    .contact__text {
        line-height: 1.22;
    }
    .contact__plate {
        width: 240px;
        height: 335.4px;
        margin-top: 28.4px;
    }
    .contact__photo {
        left: -3.2px;
        top: -29.3px;
        width: 244.3px;
        height: 361.8px;
    }
    .contact__details {
        margin: 0;
        gap: 28px;
    }
    .contact__value {
        max-width: 309px;
        font-size: 20px;
        line-height: 15px;
    }
    .contact-form__row .field:first-child,  .contact-form__row .field:last-child {
        flex: 1;
        width: auto;
    }
    .site-footer__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        padding-bottom: 30px;
    }
    .site-footer__nav {
        display: grid;
        grid-template-columns: 206px 153px minmax(0, 1fr);
        gap: 30px;
        width: 100%;
    }
    .material .table {
        display: grid;
        grid-template-columns: 41.82% repeat(3, 19.39%);
        grid-template-rows: repeat(5, auto);
        grid-auto-flow: column;
        border-radius: 3.87px;
    }
    .material .tr {
        display: contents;
    }
    .material .td,  .material .tr + .tr .td + .td {
        display: block;
        width: auto;
        padding: 12px 10px;
        border: 0;
        border-right: 1px solid rgba(255, 255, 255, .4);
        border-bottom: 1px solid rgba(255, 255, 255, .4);
    }
    .material .tr:first-child .td:nth-child(1),  .material .tr:first-child .td:nth-child(2),  .material .tr:first-child .td:nth-child(3),  .material .tr:first-child .td:nth-child(4),  .material .tr:first-child .td:nth-child(5) {
        width: auto;
    }
    .material .td:last-child {
        border-bottom: 0;
    }
    .material .tr:last-child .td {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    :root {
        --h1: 32px;
        --h2: 26px;
        --h3: 17px;
        --h4: 14px;
        --h5: 16px;
        --body: 14px;
        --h6: 14px;

        --btn-h: 51px;
        --btn-w: 239px;
        --btn-font: 16px;

        --gutter: 15px;
        --header-h: 105px;
        --section-pad: 40px;
        --content-narrow: 1110px;
    }
    .site-header__inner {
        gap: 15px;
    }
    .site-header__nav {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "logo close"
            "list list"
            "cta cta";
        row-gap: 0;
    }
    .site-header__nav-list {
        margin-top: 50px;
    }
    .site-header__nav-link {
        padding: 20px 0 19px;
        font-size: 14px;
    }
    .site-header__cta {
        width: 100%;
        height: 43px;
        margin-top: 30px;
        padding: 10px 4px;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }
    .hero-layout {
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }
    .hero-content {
        align-items: center;
        gap: 25px;
        width: 100%;
        text-align: center;
    }
    .hero-title {
        line-height: 1.19;
    }
    .hero__list {
        align-items: center;
        gap: 10px;
        line-height: 1.19;
    }
    .hero-media {
        width: var(--plate-w-m, 203.6px);
        height: auto;
        aspect-ratio: 350 / 442.9;
        margin: var(--plate-mt-m, 0px) 0 0;
    }
    .hero__layer--photo {
        left: var(--photo-x-m, var(--photo-x, 0));
        top: var(--photo-y-m, var(--photo-y, 0));
        width: var(--photo-w-m, var(--photo-w, auto));
        height: var(--photo-h-m, var(--photo-h, auto));
    }
    .loan-options {
        padding: 20px 0 29px;
    }
    .loan-options__list {
        flex-wrap: wrap;
        gap: 30px;
    }
    .loan-options__list li {
        flex: 0 1 calc(50% - 15px);
    }
    .loan-options__item {
        gap: 10px;
        padding: 13px;
    }
    .steps {
        width: 100%;
    }
    .steps__list {
        flex-direction: column;
        align-items: center;
        gap: 27px;
        margin-top: 0;
    }
    .steps__item {
        width: 202px;
        padding-top: 91.5px;
    }
    .steps__item-label {
        font-weight: 600;
    }
    .main--index .hero-content > .btn,  .steps > .btn,  .advantages-content > .btn,  .faq > .container > .btn {
        width: var(--btn-w);
    }
    .faq-preview-content {
        gap: 20px;
    }
    .faq-preview-text a {
        font-size: 14px;
        font-weight: 600;
    }
    .accordion-item {
        padding: 19px 24px 19px 31px;
    }
    .accordion-item__body li {
        margin-bottom: 7px;
    }
    .accordion-item__head {
        gap: 12px;
    }
    .accordion-item__body {
        line-height: 17px;
    }
    .advantages-media {
        --advantages-media-w: 256.7px;
    }
    .advantages__list {
        flex-direction: column;
        align-items: center;
        max-width: none;
        gap: 15px;
    }
    .advantages__list li:nth-child(1),  .advantages__list li:nth-child(3) {
        max-width: 100%;
    }
    .advantages__list li:nth-child(2) {
        max-width: 184px;
    }
    .advantages__list img {
        height: 15px;
    }
    .advantages__list li:nth-child(2) img {
        height: 18px;
    }
    .advantages__list li {
        gap: 10px;
        line-height: 1.19;
    }
    .contact-band {
        min-height: 1393.7px;
    }
    .contact {
        padding-top: 20px;
    }
    .contact__inner {
        grid-template-columns: 100%;
        grid-template-areas:
            "title"
            "text"
            "details"
            "form"
            "photo";
        grid-template-rows: none;
        gap: 21px;
    }
    .contact-form {
        margin-top: 5px;
    }
    .contact__text {
        line-height: 1.19;
    }
    .contact__details {
        margin: 0;
        gap: 28px;
    }
    .contact__label {
        font-size: 14px;
        line-height: 17px;
    }
    .contact__value {
        font-size: 16px;
        line-height: 19px;
    }
    .contact__plate {
        width: 253px;
        height: 320.1px;
        margin: 36.5px auto 0;
    }
    .contact__photo {
        left: 8px;
        top: -16.7px;
        width: 233.1px;
        height: 335.7px;
    }
    .contact-form__row {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    .contact-form__foot {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 15px;
    }
    .contact-form__foot .btn {
        width: 100%;
    }
    .legal-title {
        font-size: var(--h1);
    }
    .legal-content {
        line-height: 16px;
    }
    .legal-content p,  .legal-content ul,  .legal-content ol {
        margin-bottom: 24px;
    }
    .legal-content h2,  .legal-content h3,  .legal-content h4,  .legal-content > strong,  .legal-content strong.title {
        line-height: 16px;
    }
    .site-footer__top {
        gap: 20px;
        padding-bottom: 20px;
    }
    .site-footer__nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .site-footer__nav a {
        font-size: 14px;
        line-height: 17px;
        white-space: normal;
    }
    .material {
        padding: 20px 0;
    }
    .material h3 {
        margin-bottom: 20px;
    }
    .material .table {
        grid-template-columns: 46.2% repeat(3, 17.93%);
        margin: 20px 0;
        font-size: 8px;
        line-height: 10px;
    }
    .material .td,  .material .tr + .tr .td + .td {
        padding: 10px 3.87px;
        font-weight: 500;
    }
    .material .tr:first-child .td {
        font-family: var(--font-body);
        font-weight: 800;
        text-transform: uppercase;
    }
    .copyright {
        padding-top: 20px;
        text-align: center;
    }
}

.section:has(.steps) {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.section--dark {
    overflow: hidden;
    background-color: var(--surface-dark);
    --band-art: radial-gradient(60% 90% at 66.5% 45%, var(--surface-dark-end) 0%, rgba(8, 15, 29, 0) 72%);
}

.hero-content > .hero-text {
    margin-top: -6px;
}

@media (max-width: 767px) {
    .hero-content > .hero-text {
        margin-top: -5px;
    }
}

.advantages__layer--photo img {
    width: 100%;
    height: 100%;
    max-width: none;
}

.accordion-item__head svg {
    flex-shrink: 0;
    color: var(--text-muted);
    transition: color var(--transition);
}

.accordion-item__head svg circle {
    fill: var(--surface-disabled);
    transition: fill var(--transition);
}

.accordion-item.is-open .accordion-item__head svg {
    color: var(--accent);
}

.accordion-item.is-open .accordion-item__head svg circle {
    fill: var(--blue-vlight);
}

.accordion-item.is-open .accordion-item__head svg .stem {
    display: none;
}

.steps__item:nth-child(2) { --step-w: 218px; }
.steps__item:nth-child(3) { --step-w: 206px; }
.steps__item:nth-child(3) { --desc-w: 214px; }

.band-dark {
    position: relative;
    overflow: hidden;
    background-color: var(--surface-dark);
    background-image: radial-gradient(60% 90% at 66.5% 45%, var(--surface-dark-end) 0%, rgba(8, 15, 29, 0) 72%);
    color: var(--surface);
}

.site-footer .logo__icon {
    width: 50.6px;
    height: 74.42px;
}

.hero-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    background: url("../images/hero-lines.svg") no-repeat 0 0 / 1920px 1080px;
    opacity: .55;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, transparent 14.6%, #000 58.2%);
    mask-image: linear-gradient(90deg, transparent 0, transparent 14.6%, #000 58.2%);
}

.accordion-item__head span {
    font-family: var(--font-head);
    font-size: var(--h3);
    font-weight: 700;
    line-height: 1.25;
    color: var(--ink);
}

.faq-preview-layout,
.faq .container {
    --content-width: 920px;
}

@media (max-width: 1199px) {
    .accordion-item__head span { line-height: 1.22; }
}

.main--bad-credit > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 80px) 0 80px;
    --band-pad-t: calc(var(--header-h) + 50px) 0 50px;
    --band-pad-m: calc(var(--header-h) + 20px) 0 20px;
}

.main--bad-credit > .section:nth-child(1) .hero-media {
    --plate-r: 80px;
    --plate-mt: 13.1px;
    --photo-x: -23.7px;
    --photo-y: -13.1px;
    --photo-w: 396.9px;
    --photo-h: 470px;
    --plate-w-t: 240px;
    --plate-r-t: 50px;
    --plate-mt-t: 0.8px;
    --photo-x-t: -30.3px;
    --photo-y-t: -9.9px;
    --photo-w-t: 300px;
    --photo-h-t: 355.2px;
    --plate-w-m: 240.2px;
    --photo-x-m: -21.5px;
    --photo-y-m: -26.3px;
    --photo-w-m: 279px;
    --photo-h-m: 330.3px;
}

.main--bad-credit > .section:nth-child(2) {
    --band-pad: 90px 0;
    --band-pad-t: 60px 0;
    --band-pad-m: 40px 0;
}

.main--bad-credit > .section:nth-child(3) {
    --band-pad: 114.4px 0 78px;
    --band-pad-t: 64px 0 71px;
    --band-pad-m: 39.2px 0 39px;
    --band-art: url(../images/steps-bg.png);
}

.main--bad-credit > .section:nth-child(4) {
    --band-pad: 90px 0;
    --band-pad-t: 60px 0;
    --band-pad-m: 40px 0;
    --band-art: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFF 48.558%, rgba(255, 255, 255, 0) 95.909%), none;
}

.main--bad-credit > .section:nth-child(5) {
    --band-pad: 110px 0 110px;
    --band-pad-t: 54.2px 0 59px;
    --band-pad-m: 20.8px 0 57px;
    --band-art: radial-gradient(599px 778px at 77.95% 48.49%, #162649 0%, #0F1A33 50%, #080F1D 100%);
}

.main--bad-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(1) {
    --layer-x: 0;
    --layer-y: 7.500%;
}

.main--bad-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(2) {
    --layer-x: 34.369%;
    --layer-y: 45.148%;
}

.main--bad-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(3) {
    --layer-x: .876%;
    --layer-y: 0;
    --layer-w: 63.246%;
    --layer-h: 62.351%;
}

.main--bad-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(4) {
    --layer-x: 8.757%;
    --layer-y: 14.235%;
    --layer-w: 4.816%;
}

.main--bad-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(5) {
    --layer-x: 55.178%;
    --layer-y: 19.694%;
}

.main--bad-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(6) {
    --layer-x: 91.056%;
    --layer-y: 70.389%;
}

.main--bad-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(7) {
    --layer-x: 37.398%;
    --layer-y: 70.605%;
    --layer-w: 5.246%;
}

.main--bad-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(8) {
    --layer-x: 41.459%;
    --layer-y: 40.779%;
    --layer-w: 53.103%;
    --layer-h: 59.221%;
}

.main--ca-privacy-rights-act-reporting > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 90px) 0 115px;
    --band-pad-t: calc(var(--header-h) + 60px) 0 60px;
    --band-pad-m: calc(var(--header-h) + 40px) 0 40px;
}

.main--debt-consolidation > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 80px) 0 80px;
    --band-pad-t: calc(var(--header-h) + 50px) 0 50px;
    --band-pad-m: calc(var(--header-h) + 20px) 0 20px;
}

.main--debt-consolidation > .section:nth-child(1) .hero-media {
    --plate-r: -5.4px;
    --plate-mt: 34.7px;
    --photo-x: -17.2px;
    --photo-y: -34.7px;
    --photo-w: 380.2px;
    --photo-h: 477.7px;
    --plate-w-t: 240px;
    --plate-r-t: 0px;
    --plate-mt-t: 0.8px;
    --photo-x-t: -28.9px;
    --photo-y-t: -30.6px;
    --photo-w-t: 291.3px;
    --photo-h-t: 366px;
    --plate-w-m: 238.9px;
    --photo-x-m: -10.9px;
    --photo-y-m: -23.2px;
    --photo-w-m: 259px;
    --photo-h-m: 325.4px;
}

.main--debt-consolidation > .section:nth-child(2) {
    --band-pad: 90px 0;
    --band-pad-t: 60px 0;
    --band-pad-m: 40px 0;
}

.main--debt-consolidation > .section:nth-child(3) {
    --band-pad: 114.4px 0 78px;
    --band-pad-t: 64px 0 71px;
    --band-pad-m: 39.2px 0 39px;
    --band-art: url(../images/steps-bg.png);
}

.main--debt-consolidation > .section:nth-child(4) {
    --band-pad: 90px 0;
    --band-pad-t: 60px 0;
    --band-pad-m: 40px 0;
    --band-art: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFF 48.558%, rgba(255, 255, 255, 0) 95.909%), none;
}

.main--debt-consolidation > .section:nth-child(5) {
    --band-pad: 110px 0 110px;
    --band-pad-t: 54.2px 0 59px;
    --band-pad-m: 20.8px 0 57px;
    --band-art: radial-gradient(599px 778px at 77.95% 48.49%, #162649 0%, #0F1A33 50%, #080F1D 100%);
}

.main--debt-consolidation > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(1) {
    --layer-x: 0;
    --layer-y: 7.500%;
}

.main--debt-consolidation > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(2) {
    --layer-x: 34.369%;
    --layer-y: 45.148%;
}

.main--debt-consolidation > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(3) {
    --layer-x: .876%;
    --layer-y: 0;
    --layer-w: 63.246%;
    --layer-h: 62.351%;
}

.main--debt-consolidation > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(4) {
    --layer-x: 8.757%;
    --layer-y: 14.235%;
    --layer-w: 4.816%;
}

.main--debt-consolidation > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(5) {
    --layer-x: 55.178%;
    --layer-y: 19.694%;
}

.main--debt-consolidation > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(6) {
    --layer-x: 91.056%;
    --layer-y: 70.389%;
}

.main--debt-consolidation > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(7) {
    --layer-x: 37.398%;
    --layer-y: 70.605%;
    --layer-w: 5.246%;
}

.main--debt-consolidation > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(8) {
    --layer-x: 41.459%;
    --layer-y: 40.779%;
    --layer-w: 53.103%;
    --layer-h: 59.221%;
}

.main--emergency-loans > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 80px) 0 80px;
    --band-pad-t: calc(var(--header-h) + 50px) 0 50px;
    --band-pad-m: calc(var(--header-h) + 20px) 0 20px;
}

.main--emergency-loans > .section:nth-child(1) .hero-media {
    --plate-r: 50px;
    --plate-mt: 17.5px;
    --photo-x: -22px;
    --photo-y: -17.5px;
    --photo-w: 394.4px;
    --photo-h: 478.5px;
    --plate-w-t: 240px;
    --plate-r-t: 0px;
    --plate-mt-t: 18.9px;
    --photo-x-t: -28px;
    --photo-y-t: -24.3px;
    --photo-w-t: 296.5px;
    --photo-h-t: 359.7px;
    --plate-w-m: 232px;
    --photo-x-m: -10.6px;
    --photo-y-m: -25.8px;
    --photo-w-m: 263.3px;
    --photo-h-m: 319.4px;
}

.main--emergency-loans > .section:nth-child(2) {
    --band-pad: 90px 0;
    --band-pad-t: 60px 0;
    --band-pad-m: 40px 0;
}

.main--emergency-loans > .section:nth-child(3) {
    --band-pad: 114.4px 0 78px;
    --band-pad-t: 64px 0 71px;
    --band-pad-m: 39.2px 0 39px;
    --band-art: url(../images/steps-bg.png);
}

.main--emergency-loans > .section:nth-child(4) {
    --band-pad: 90px 0;
    --band-pad-t: 60px 0;
    --band-pad-m: 40px 0;
    --band-art: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFF 48.558%, rgba(255, 255, 255, 0) 95.909%), none;
}

.main--emergency-loans > .section:nth-child(5) {
    --band-pad: 110px 0 110px;
    --band-pad-t: 54.2px 0 59px;
    --band-pad-m: 20.8px 0 57px;
    --band-art: radial-gradient(599px 778px at 77.95% 48.49%, #162649 0%, #0F1A33 50%, #080F1D 100%);
}

.main--emergency-loans > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(1) {
    --layer-x: 0;
    --layer-y: 7.500%;
}

.main--emergency-loans > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(2) {
    --layer-x: 34.369%;
    --layer-y: 45.148%;
}

.main--emergency-loans > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(3) {
    --layer-x: .876%;
    --layer-y: 0;
    --layer-w: 63.246%;
    --layer-h: 62.351%;
}

.main--emergency-loans > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(4) {
    --layer-x: 8.757%;
    --layer-y: 14.235%;
    --layer-w: 4.816%;
}

.main--emergency-loans > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(5) {
    --layer-x: 55.178%;
    --layer-y: 19.694%;
}

.main--emergency-loans > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(6) {
    --layer-x: 91.056%;
    --layer-y: 70.389%;
}

.main--emergency-loans > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(7) {
    --layer-x: 37.398%;
    --layer-y: 70.605%;
    --layer-w: 5.246%;
}

.main--emergency-loans > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(8) {
    --layer-x: 41.459%;
    --layer-y: 40.779%;
    --layer-w: 53.103%;
    --layer-h: 59.221%;
}

.main--faq > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 90px) 0 90px;
    --band-pad-t: calc(var(--header-h) + 60px) 0 60px;
    --band-pad-m: calc(var(--header-h) + 40px) 0 40px;
}

.main--form > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 60px) 0 115px;
    --band-pad-t: calc(var(--header-h) + 60px) 0 60px;
    --band-pad-m: calc(var(--header-h) + 40px) 0 40px;
}

.main--how-it-works > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 80px) 0 119px;
    --band-pad-t: calc(var(--header-h) + 50px) 0 50px;
    --band-pad-m: calc(var(--header-h) + 20px) 0 20px;
}

.main--how-it-works > .section:nth-child(2) {
    --band-pad: 96px 0 96px;
    --band-pad-t: 64px 0 71px;
    --band-pad-m: 39.2px 0 39px;
    --band-art: url(../images/steps-bg.png);
}

.main--index > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 96px) 0 0;
    --band-pad-t: calc(var(--header-h) + 50px) 0 0;
    --band-pad-m: calc(var(--header-h) + 20px) 0 0;
}

.main--index > .section:nth-child(1) .hero-media {
    --plate-r: 0px;
    --plate-mt: -27.95px;
    --photo-x: -9.57px;
    --photo-y: -24.3px;
    --photo-w: 339.14px;
    --photo-h: 467.2px;
    --plate-w-t: 265px;
    --plate-r-t: 0px;
    --plate-mt-t: 0.8px;
    --photo-x-t: -7.3px;
    --photo-y-t: -18.4px;
    --photo-w-t: 256.8px;
    --photo-h-t: 353.8px;
    --plate-w-m: 203.6px;
    --photo-x-m: -5.6px;
    --photo-y-m: -14.1px;
    --photo-w-m: 197.2px;
    --photo-h-m: 271.7px;
    --plate-mt-m: 14.1px;
}

.main--index > .section:nth-child(2) {
    --band-pad: 114.4px 0 78px;
    --band-pad-t: 64px 0 71px;
    --band-pad-m: 39.2px 0 39px;
    --band-art: url(../images/steps-bg.png);
}

.main--index > .section:nth-child(3) {
    --band-pad: 90px 0;
    --band-pad-t: 60px 0;
    --band-pad-m: 40px 0;
    --band-art: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFF 48.558%, rgba(255, 255, 255, 0) 95.909%), none;
}

.main--index > .section:nth-child(4) {
    --band-pad: 110px 0 110px;
    --band-pad-t: 54.2px 0 59px;
    --band-pad-m: 20.8px 0 57px;
    --band-art: radial-gradient(599px 778px at 77.95% 48.49%, #162649 0%, #0F1A33 50%, #080F1D 100%);
}

.main--index > .section:nth-child(4) .advantages-media > .advantages__layer:nth-of-type(1) {
    --layer-x: 0;
    --layer-y: 7.500%;
}

.main--index > .section:nth-child(4) .advantages-media > .advantages__layer:nth-of-type(2) {
    --layer-x: 34.369%;
    --layer-y: 45.148%;
}

.main--index > .section:nth-child(4) .advantages-media > .advantages__layer:nth-of-type(3) {
    --layer-x: .876%;
    --layer-y: 0;
    --layer-w: 63.246%;
    --layer-h: 62.351%;
}

.main--index > .section:nth-child(4) .advantages-media > .advantages__layer:nth-of-type(4) {
    --layer-x: 8.757%;
    --layer-y: 14.235%;
    --layer-w: 4.816%;
}

.main--index > .section:nth-child(4) .advantages-media > .advantages__layer:nth-of-type(5) {
    --layer-x: 55.178%;
    --layer-y: 19.694%;
}

.main--index > .section:nth-child(4) .advantages-media > .advantages__layer:nth-of-type(6) {
    --layer-x: 91.056%;
    --layer-y: 70.389%;
}

.main--index > .section:nth-child(4) .advantages-media > .advantages__layer:nth-of-type(7) {
    --layer-x: 37.398%;
    --layer-y: 70.605%;
    --layer-w: 5.246%;
}

.main--index > .section:nth-child(4) .advantages-media > .advantages__layer:nth-of-type(8) {
    --layer-x: 41.459%;
    --layer-y: 40.779%;
    --layer-w: 53.103%;
    --layer-h: 59.221%;
}

.main--installment-loans > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 90px) 0 115px;
    --band-pad-t: calc(var(--header-h) + 60px) 0 60px;
    --band-pad-m: calc(var(--header-h) + 40px) 0 40px;
}

.main--notice-to-residents > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 90px) 0 115px;
    --band-pad-t: calc(var(--header-h) + 60px) 0 60px;
    --band-pad-m: calc(var(--header-h) + 40px) 0 40px;
}

.main--personal-credit > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 80px) 0 80px;
    --band-pad-t: calc(var(--header-h) + 50px) 0 50px;
    --band-pad-m: calc(var(--header-h) + 20px) 0 20px;
}

.main--personal-credit > .section:nth-child(1) .hero-media {
    --plate-r: 50px;
    --plate-mt: 10.8px;
    --photo-x: -15.4px;
    --photo-y: -10.8px;
    --photo-w: 380.7px;
    --photo-h: 464.7px;
    --plate-w-t: 240px;
    --plate-r-t: 0px;
    --plate-mt-t: 18.9px;
    --photo-x-t: -25.1px;
    --photo-y-t: -18.9px;
    --photo-w-t: 290.2px;
    --photo-h-t: 354.3px;
    --plate-w-m: 224.2px;
    --photo-x-m: -9.7px;
    --photo-y-m: -22.9px;
    --photo-w-m: 251.2px;
    --photo-h-m: 306.7px;
}

.main--personal-credit > .section:nth-child(2) {
    --band-pad: 90px 0;
    --band-pad-t: 60px 0;
    --band-pad-m: 40px 0;
}

.main--personal-credit > .section:nth-child(3) {
    --band-pad: 114.4px 0 78px;
    --band-pad-t: 64px 0 71px;
    --band-pad-m: 39.2px 0 39px;
    --band-art: url(../images/steps-bg.png);
}

.main--personal-credit > .section:nth-child(4) {
    --band-pad: 90px 0;
    --band-pad-t: 60px 0;
    --band-pad-m: 40px 0;
    --band-art: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFF 48.558%, rgba(255, 255, 255, 0) 95.909%), none;
}

.main--personal-credit > .section:nth-child(5) {
    --band-pad: 110px 0 110px;
    --band-pad-t: 54.2px 0 59px;
    --band-pad-m: 20.8px 0 57px;
    --band-art: radial-gradient(599px 778px at 77.95% 48.49%, #162649 0%, #0F1A33 50%, #080F1D 100%);
}

.main--personal-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(1) {
    --layer-x: 0;
    --layer-y: 7.500%;
}

.main--personal-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(2) {
    --layer-x: 34.369%;
    --layer-y: 45.148%;
}

.main--personal-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(3) {
    --layer-x: .876%;
    --layer-y: 0;
    --layer-w: 63.246%;
    --layer-h: 62.351%;
}

.main--personal-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(4) {
    --layer-x: 8.757%;
    --layer-y: 14.235%;
    --layer-w: 4.816%;
}

.main--personal-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(5) {
    --layer-x: 55.178%;
    --layer-y: 19.694%;
}

.main--personal-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(6) {
    --layer-x: 91.056%;
    --layer-y: 70.389%;
}

.main--personal-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(7) {
    --layer-x: 37.398%;
    --layer-y: 70.605%;
    --layer-w: 5.246%;
}

.main--personal-credit > .section:nth-child(5) .advantages-media > .advantages__layer:nth-of-type(8) {
    --layer-x: 41.459%;
    --layer-y: 40.779%;
    --layer-w: 53.103%;
    --layer-h: 59.221%;
}

.main--rates-and-fees > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 90px) 0 115px;
    --band-pad-t: calc(var(--header-h) + 60px) 0 60px;
    --band-pad-m: calc(var(--header-h) + 40px) 0 40px;
}

.main--terms-and-conditions > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 90px) 0 115px;
    --band-pad-t: calc(var(--header-h) + 60px) 0 60px;
    --band-pad-m: calc(var(--header-h) + 40px) 0 40px;
}

.main--your-privacy-rights > .section:nth-child(1) {
    --band-pad: calc(var(--header-h) + 90px) 0 115px;
    --band-pad-t: calc(var(--header-h) + 60px) 0 60px;
    --band-pad-m: calc(var(--header-h) + 40px) 0 40px;
}

}

@layer feed-embed {
    .main--form > .section :not(svg, svg *, img, picture, video, audio, canvas, iframe, embed, object, table, caption, colgroup, col, thead, tbody, tfoot, tr, th, td, hr, font),
    .main--form > .section ::before,
    .main--form > .section ::after {
        all: revert;
    }

    .main--form > .section :is(svg, img, picture, video, audio, canvas, iframe, embed, object, table, caption, colgroup, col, thead, tbody, tfoot, tr, th, td, hr, font) {
        display: revert;
        max-width: revert;
        box-sizing: revert;
        flex-shrink: revert;
    }
}
