/*! 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: Raleway, sans-serif, 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 {
    background-color: #fdfbff;
    color: #000;
    padding: 20px 0;
}
.header .mobile-menu {
    display: none;
    /*position: absolute;*/
    /*top: 83px;*/
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 12px;
    background-image: url(../i/burger_bg-C1AlsWwX.png);
    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;
    }
}
@media (max-width: 768px) {
    .header .header-content .logo img {
       
    width: 100px;
    }
}
.header .header-content .nav {
    display: none;
    background-color: #f4eaff;
    padding: 22px 40px 22px 26px;
    border-radius: 20px;
}
.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: #ef8000;
    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: #ef8000;
    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 .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(../i/banner_bg-fgW0uKgF.png);
    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: 33px -20px 20px;
    position: relative;
    order: 1;
}
@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;
}
@media (min-width: 768px) {
    .main .hero .hero-content .hero-text h1 {
        font-size: 53px;
        text-align: left;
    }
}
.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: 47px 39px;
    border-radius: 30px;
    order: 0;
}
.main .hero .hero-content .loan-calculator .mobile-bg {
    position: absolute;
    top: -38px;
    left: -44px;
    width: 50%;
    height: 50%;
    background-image: url(../i/calc_mob_bg-Bmd4XDno.png);
    background-repeat: no-repeat;
    background-size: 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: 353px;
        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: #ef8000;
}
.main .hero .hero-content .loan-calculator form label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}
@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: 18px;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form .loan-duration-wrapper {
        margin-bottom: 22px;
    }
}
.main .hero .hero-content .loan-calculator form .loan-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form .loan-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}
.main .hero .hero-content .loan-calculator form .loan-title .numeric-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.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 {
    background-color: #ffedd1;
    padding: 15px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .main .hero .hero-content .loan-calculator form .loan-summary {
        font-size: 15px;
        margin-bottom: 32px;
    }
}
.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;
}
.main .hero .hero-content .loan-calculator form p {
    margin-bottom: 20px;
}
.main .hero .hero-content .loan-calculator form .terms {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
@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 #ef8000;
    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: #ef8000;
}
.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: #ef8000;
    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: 102px;
}
.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(#ef8000, #ef8000);
    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: #fff;
    border-color: #ef8000;
    border-width: 7px;
    cursor: ew-resize;
    box-shadow: 0 1px 3px #ef8000;
    -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: #ef8000;
    border-width: 7px;
    cursor: ew-resize;
    box-shadow: 0 1px 3px #ef8000;
    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: #ef8000;
    border-width: 7px;
    cursor: ew-resize;
    box-shadow: 0 1px 3px #ef8000;
    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(../i/steps_mob_bg-BIyMtcJK.png);
    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: #ef8000;
    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(../i/bank_ico-BdtVw6QK.png);
}
@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(../i/card_ico-DjoiHHW0.png);
}
.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;
    }
}
@media (max-width: 768px) {
    .footer .footer-wrapper .logo img {
             width: 100px;
    }
}
.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;
    }
}
@media (max-width: 767px) {
    .header {
        padding: 0;
    }
    .container {
        padding: 4px 20px;
    }
    .header .header-content .burger-menu {
        margin-top: -5px;
    }
}

/* 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;
}

/* */

 .faq {
        margin: 40px 0;
    }

    .faq h3 {
        color: #333333;
        margin-bottom: 32px;
        font-size: 40px;
        text-align: center;
    }

    .faq__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    @media (max-width: 991px) {
        .faq__list {
            grid-template-columns: 1fr;
        }
    }

    .faq__list-col {
        height: fit-content;
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .faq__list-item {
        background-color: #fff;
        box-shadow: 0 4px 7px #00000040;
        border-radius: 24px;
        padding: 24px;
        height: fit-content;
    }

    .faq__list-item h4 {
        cursor: pointer;
        user-select: none;
        color: #333333;
        font-size: 24px;
        line-height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

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

    .faq__list-item p {
        margin-top: 0;
        color: #333333;
        height: 0;
        overflow: hidden;
        transition: height .3s ease;
    }

    .faq__list-item p a {
        color: #a988d2;
    }

    .faq__list svg.active {
        transform: rotate(180deg);
    }
	
	table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
	
    text-align: center;
}

th, td {
    padding: 12px;
    border: 1px solid #ddd;
}

th {
 background: #ef8000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

tr:nth-child(even) {
    background: #f8f9fa;
}

tr:hover {
    background: #e9ecef;
}

/* Адаптивность */
@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
    
    th {
        display: none;
    }

    tr {
		
    text-align: center;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
    }

    td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        text-align: right;
    }

    td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
    }
}

 .reviews-container {
            max-width: 800px;
            margin: auto;
        }
        .review {
            background: #fff;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 15px;
        }
        .review h3 {
            margin: 0 0 5px;
            color: #007bff;
        }
        .review p {
            margin: 0;
            color: #333;
        }