@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
    --default_color_orange: 244, 150, 39;
    --default_color_green: 82, 169, 52;
    --broker-color: var(--default_color_orange);
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    position: relative;
    overflow-anchor: none;
}

body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 1393px;
    background: rgb(var(--admin-additional-color--67, var(--default_color_green)));
    mask-image: url("../images/bg.4f5cd35f88e7.svg");
    mask-repeat: no-repeat;
    mask-position: -230px 0;
    z-index: -1;
}

body[data-steps="account"] {
    background: #F8F8F8;
}

body[data-steps]::after,
body[data-attr="simple-page"]::after {
    display: none;
}

body,
body a {
    color: #4A4A4A;
}

body.scroll-off {
    overflow: hidden;
}

section {
    position: relative;
    padding: 20px 0;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.container {
    padding: 0;
}

.hidden {
    display: none;
}

.mob {
    display: block;
}

.pc {
    display: none;
}

.duration {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.inner {
    margin: 0 15px;
}

h1,
h2,
h3,
h4,
.btn {
    font-weight: 700;
    font-family: 'Rubik';
}

h1 {
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
}

h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.325em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

h4 {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
}

h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
}

.section__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.325em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .section__title {
        font-size: 34px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .section__title {
        font-size: 36px;
    }
}

/* colors bind_card */
.card__btn {
    background-color: rgb(var(--admin-color--67, var(--default_color_orange)));
}


.btn {
    background: rgb(var(--admin-color--67, var(--default_color_orange)));
    border-radius: 10px;
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 60px;
    color: #FFFFFF;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 25px 15px -20px rgb(var(--admin-color--67, var(--default_color_orange)),0.1), 
                0 30px 15px -20px rgb(var(--admin-color--67, var(--default_color_orange)),0.1), 
                0 35px 15px -20px rgb(var(--admin-color--67, var(--default_color_orange)),0.1);
}

.btn:hover {
    box-shadow: 0 0 0 5px rgb(var(--admin-color--67, var(--default_color_orange)),0.1);
}

.btn:disabled,
.btn[disabled] {
    background: #9E97A2;
    pointer-events: none;
    cursor: auto;
    box-shadow: 0 25px 30px -20px #9E97A2, 0 30px 30px -20px #9E97A2, 0 35px 30px -20px #9E97A2;
}

.btn.load {
    pointer-events: none;
    cursor: wait;
    background: url("../images/loading.9bcd9b7eb35d.gif") no-repeat 50% 50% #E6E6E8;
    background-size: contain;
    color: rgba(255, 255, 255, 0);
    border-radius: 8px;
    text-shadow: none;
    box-shadow: none;
}

.popup__btn {
    display: block;
    line-height: 100%;
}

.header-submenu__btn--login,
.footer__links-item.--login {
	background: rgb(var(--admin-color--67, 0,0,0));
}

.service {
    padding: 40px 0 50px;
}

.service-contacts {
    margin-bottom: 20px;
}

.service-contacts__item,
.service-report__item {
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
}

.service-contacts__item:not(:last-child),
.service-report__item:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    .service-contacts__item:not(:last-child),
    .service-report__item:not(:last-child) {
        margin-bottom: unset;
        margin-right: 20px;
    }
}

.service-report__item-title {
    font-size: 24px;
}

.service-report__item-btn {
    color: #FFFFFF;
    line-height: 110%;
    transition-duration: 0.3s;
    box-shadow: 0 25px 15px -20px rgb(var(--admin-color--67, var(--default_color_orange)),0.1), 
                0 30px 15px -20px rgb(var(--admin-color--67, var(--default_color_orange)),0.1), 
                0 35px 15px -20px rgb(var(--admin-color--67, var(--default_color_orange)),0.1);
}

.our-partners__item {
    background: #FFFFFF;
}

.our-partners__item-btn {
    box-shadow: unset;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 140%;
}

.reviews__title {
    padding-top: 0;
}

.reviews__item {
    border: 1px solid #EDEDED;
    box-shadow: 0 8px 6px rgba(49, 49, 49, 0.0392593), 0 1px 3px rgba(49, 49, 49, 0.0240741);
    border-radius: 20px;
}

.reviews__item-quote svg {
    fill: rgb(var(--admin-additional-color--67, var(--default_color_green)),0.3);
}

.reviews__navigation-prev,
.reviews__navigation-next {
    border: 1px solid rgb(var(--admin-additional-color--67, var(--default_color_green)));
}

.reviews__navigation-progressbar>.swiper-pagination-progressbar-fill {
    background: rgb(var(--admin-additional-color--67, var(--default_color_green)),0.8) !important;
}

.captcha {
    display: inline-block;
    margin: 0 auto;
}

@media (max-width: 360px) {
    .captcha {
        margin: 0 -10px;
    }
}

.checkbox-text {
    position: relative;
}

.checkbox-text input {
    display: none;
}

.checkbox-text label {
    position: relative;
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

.checkbox-text .text,
.checkbox-text .link {
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.005em;
    color: #000000;
}

.checkbox-text .link {
    text-decoration: underline;
    cursor: pointer;
}

.checkbox-text .checkmark {
    position: absolute;
    left: 3px;
    top: 3px;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background: rgb(var(--admin-additional-color--67, var(--default_color_green)),0.1);
    box-shadow: inset 0 0 0 1px rgb(var(--admin-additional-color--67, var(--default_color_green)),0.7), 0 0 0 4px rgb(var(--admin-additional-color--67, var(--default_color_green)),0.1);
}

.checkbox-text .checkmark:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: url("../images/check.d79aea76c4c2.svg") no-repeat 50% 50% rgb(var(--admin-additional-color--67, var(--default_color_green)),0.1);
    background-size: cover;
    border-radius: 5px;
}

.checkbox-text input:checked~.checkmark:after {
    opacity: 1;
}

input[type='range'] {
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    display: block;
    background: rgb(var(--admin-additional-color--67, 242, 171, 88),0.3);
    background: linear-gradient(to right, rgb(var(--admin-color--67, var(--default_color_orange))) 0%, rgb(var(--admin-color--67, var(--default_color_orange))) 50%, rgb(var(--admin-additional-color--67, 242, 171, 88),0.3) 50%, rgb(var(--admin-additional-color--67, 242, 171, 88),0.3) 100%);
    height: 8px;
    border-radius: 4px;
    margin: 15px 0;
}

input.w-30[type="range"] {
    background: linear-gradient(to right, rgb(var(--admin-color--67, var(--default_color_orange))) 0%, rgb(var(--admin-color--67, var(--default_color_orange))) 30%, rgb(var(--admin-additional-color--67, 242, 171, 88),0.3) 30%, rgb(var(--admin-additional-color--67, 242, 171, 88),0.3) 100%);
}

input.w-14[type="range"] {
    background: linear-gradient(to right, rgb(var(--admin-color--67, var(--default_color_orange))) 0%, rgb(var(--admin-color--67, var(--default_color_orange))) 33%, rgb(var(--admin-additional-color--67, 242, 171, 88),0.3) 33%, rgb(var(--admin-additional-color--67, 242, 171, 88),0.3) 100%);
}

input.w-0[type="range"] {
    background: linear-gradient(to right, rgb(var(--admin-color--67, var(--default_color_orange))) 0%, rgb(var(--admin-color--67, var(--default_color_orange))) 0%, rgb(var(--admin-additional-color--67, 242, 171, 88),0.3) 0%, rgb(var(--admin-additional-color--67, 242, 171, 88),0.3) 100%);
}

/* thumb */
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: rgb(var(--admin-color--67, var(--default_color_orange)));
    border: 3px solid rgb(var(--admin-color--67, var(--default_color_orange)));
    border-radius: 15px;
}

input[type='range']::-moz-range-thumb {
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: rgb(var(--admin-color--67, var(--default_color_orange)));
    border: 3px solid rgb(var(--admin-color--67, var(--default_color_orange)));
    border-radius: 15px;
}

input[type='range']::-ms-range-thumb {
    -ms-appearance: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: rgb(var(--admin-color--67, var(--default_color_orange)));
    border: 3px solid rgb(var(--admin-color--67, var(--default_color_orange)));
    border-radius: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.plus-seven {
    position: relative;
}

.plus-seven::before {
    position: absolute;
    content: "+7";
    left: 15px;
    bottom: 0;
    font-size: 16px;
    line-height: 56px;
    pointer-events: none;
}

form .plus-seven input:not([type="submit"]) {
    padding-left: 40px;
}

.toggle {
    position: relative;
    display: block;
    z-index: 100;
    background: #FAFAFB;
    box-shadow: inset 0 0 0 2px #E6E6E8;
    border-radius: 8px;
}

.toggle.open {
    z-index: 200;
}

.toggle .children-toggle {
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    overflow: hidden;
    height: 0;
    background-color: #FFF;
}

.toggle.open .children-toggle {
    height: auto;
    background: #FAFAFB;
    box-shadow: inset 0 0 0 2px #E6E6E8;
    border-radius: 8px;
    margin-top: 5px;
    padding: 10px 0;
}

.toggle .item-toggle {
    padding: 15px 20px;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.75);
}

.toggle .children-toggle .item-toggle {
    padding: 10px 20px;
}

.toggle .item-toggle .no-select {
    color: #9D9DA5;
}

.toggle .item-toggle:hover,
.toggle .item-toggle.active {
    color: #000;
}

.toggle .item-toggle.active {
    pointer-events: none;
}

.toggle .selected-toggle {
    position: relative
}

.toggle .selected-toggle:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjcyMjM4IDAuNUgxLjI3NzYyQzAuNjEwODE5IDAuNSAwLjI1NDQ0NyAxLjMxMTU1IDAuNjkzNTM3IDEuODMwMUw0LjQxNTkyIDYuMjI2MTJDNC43MjUxMyA2LjU5MTI5IDUuMjc0ODcgNi41OTEyOSA1LjU4NDA4IDYuMjI2MTNMOS4zMDY0NiAxLjgzMDFDOS43NDU1NSAxLjMxMTU1IDkuMzg5MTggMC41IDguNzIyMzggMC41WiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC41Ii8+Cjwvc3ZnPgo=') no-repeat 50% 50%;
}

.toggle.open .selected-toggle:after {
    margin-top: -1px;
    transform: scale(-1, -1)
}

#sectionTop {
    padding: 0;
    margin-top: 0;
}

#calculator {
    box-sizing: border-box;
}

#calculator .inner {
    height: 100%;
    padding-bottom: 15px;
    box-sizing: border-box;
    flex-direction: column;
}

#calculator .bg-calculator {
    height: 100%;
    align-self: stretch;
}

#calculator .advantage-calculator .notice,
#calculator .advantage-calculator .timer {
    display: none;
}

#calculator .content-calculator .checkbox-text {
    text-align: center;
}

#calculator .content-calculator .checkbox-text label {
    margin: 0 auto;
}

#calculator .box-calculator {
    width: 100%;
    position: relative;
    z-index: 20;
    background: #fff;
    border-radius: 30px;
    padding-top: 10px;
}

#calculator form {
    flex-direction: column;
}

#calculator form fieldset {
    margin-top: 20px;
}

#calculator form .btn-box {
    text-align: center;
}

#calculator form .btn-box .btn {
    max-width: 340px;
}

#calculator form .range-info {
    justify-content: space-between;
    align-items: center;
}

#calculator form .range-info p {
    font-size: 14px;
    line-height: 17px;
    color: #4A4A4A;
    font-weight: 600;
}

#calculator form .range-info p strong {
    text-transform: uppercase;
    color: rgb(var(--admin-color--67, var(--default_color_orange)));
    font-weight: 600;
}

#calculator form .range-info .range-num.sum {
    overflow: hidden;
    position: relative;
}

#calculator form .range-info .range-num.sum .edit-input {
    position: absolute;
    right: 38px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #000;
    animation: edit-input 1s ease-out infinite;
}

@keyframes edit-input {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#calculator form .range-info .range-num.sum input:focus~.edit-input {
    display: none;
}

#calculator form .range-num .icon {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
}

#calculator form .input-text,
#calculator form .bold {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
    width: 70px;
    text-align: right;
    margin-right: 5px;
}

#calculator form .range-ruler {
    justify-content: space-between;
}

#calculator form .range-ruler span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #C0C0C0;
}

#calculator form .time {
    text-align: center;
    margin: 15px 0 10px;
    position: relative;
    z-index: 20;
}

#calculator form .time,
#calculator form .time span {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.25em;
    font-weight: 500;
    text-transform: uppercase;
    color: #F25735;
}

#calculator form .mob-none {
    display: none;
}

#steps .steps-items {
    flex-direction: column;
}

#steps .steps-items .item {
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px;
}

#steps .steps-items .item .icon {
    margin: 0 auto 15px;
}

#steps .steps-items .item .icon svg {
    width: 100px;
    height: 100px;
}

#steps .steps-items .item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 10px;
}

#steps .steps-items .item .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #4A4A4A;
    display: none;
}

#cards .cards-content {
    background: rgb(var(--admin-additional-color--67, var(--default_color_green)),0.3);
    border-radius: 0 100px;
    padding-bottom: 20px;
    flex-direction: column;
}

#cards .cardnames-items {
    display: none;
}

#cards .cards-items {
    flex-direction: column;
}

#cards .cards-items .item {
    padding: 20px;
    cursor: pointer;
    margin-top: 10px;
}

#cards .cards-items .item p {
    font-size: 16px;
    line-height: 1.5;
    align-items: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

#cards .cards-items .item .icon {
    overflow: hidden;
    width: 120px;
    margin: 0 auto;
    display: block;
}

#cards .cards-items .item .icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#advantage .advantage-items {
    flex-direction: column;
}

#advantage .advantage-items .item {
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px;
}

#advantage .advantage-items .item .icon {
    margin: 0 auto 15px;
    width: 67px;
    height: 67px;
}

#advantage .advantage-items .item .icon svg {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#advantage .advantage-items .item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 10px;
}

#advantage .advantage-items .item .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #4A4A4A;
}

#choice .title {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

#choice .title .icon svg {
    margin: 0 auto 20px;
    display: block;
    width: 60px;
    height: 60px;
}

.choice__title {
    font-size: 25px;
    text-transform: uppercase;
    color: rgb(var(--admin-additional-color--67, var(--default_color_green)));
    text-align: center;
}

@media (min-width: 992px) {
    .choice__title {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .choice__title {
        font-size: 46px;
    }
}

#choice .choice-items {
    flex-direction: column;
}

#choice .choice-items .item {
    flex-direction: column;
    background: #F8F8F8;
    border-radius: 10px;
    color: #4A4A4A;
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    box-sizing: content-box;
}

#choice .choice-items .item:nth-child(2) {
    order: -1;
}

#choice .choice-items .item.color {
    background: rgb(var(--admin-additional-color--67, var(--default_color_green)));
    color: #FFFFFF;
}

#choice .choice-items .item .status {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.27em;
    margin-bottom: 15px;
}

#choice .choice-items .item .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#choice .choice-items .item .info {
    flex-direction: column;
}

#choice .choice-items .item .info p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.5px;
}

#choice .choice-items .item .fot {
    margin-top: 15px;
}

#choice .choice-items .item .choice-btn {
    display: block;
    cursor: pointer;
    background: #BEBEBE;
    border: 1px solid rgba(127, 206, 197, 0.11);
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
}

#choice .choice-items .item.color .choice-btn {
    background: #4A4A4A;
}

.faq-accordion__item-plus::before,
.faq-accordion__item-plus::after {
    background-color: rgb(var(--admin-color--67, var(--default_color_orange)));
}

.faq__btn {
    line-height: unset;
    width: fit-content;
    background: rgb(var(--admin-color--67, var(--default_color_orange)));
    margin: unset;
    height: unset;
    border-radius: inherit;
    border-radius: 10px;
}

.faq__btn:hover {
    box-shadow: unset;
}

#fillForm {
    overflow-y: hidden;
}

#fillForm .form {
    flex-direction: column;
    background: linear-gradient(261.52deg, rgb(var(--admin-additional-color--67, var(--default_color_green)),0.3) 26.55%, rgb(var(--admin-additional-color--67, var(--default_color_green))) 76.03%);
    border-radius: 20px;
    color: #FFF;
    padding: 20px;
    position: relative;
}

#fillForm .form .top {
    position: relative;
    z-index: 20;
}

#fillForm .form .title {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#fillForm .form .info {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

#fillForm .form .btn {
    position: relative;
    z-index: 30;
    background: rgb(var(--admin-color--67, var(--default_color_orange)));
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0 25px 15px -20px rgb(var(--admin-color--67, var(--default_color_orange)),0.1), 
                0 30px 15px -20px rgb(var(--admin-color--67, var(--default_color_orange)),0.1), 
                0 35px 15px -20px rgb(var(--admin-color--67, var(--default_color_orange)),0.1);
}

#fillForm .form .btn:hover {
    box-shadow: 0 0 0;
}

#description {
    background-color: rgb(var(--admin-additional-color--67, var(--default_color_green)),0.1);
    border-radius: 20px;
    padding: 40px 0;
    margin-bottom: 20px;
}

#description p {
    padding: 0 20px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
}

#description a {
    color: #000;
}

#description a:hover {
    text-decoration: underline;
}

#description .list-creditors {
    padding: 18px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 40px 0;
}

#description .list-creditors h5 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
    padding: 0;
}

#description .list-creditors p {
    padding: 0;
    margin-bottom: 0;
}

#description .list-creditors p:not(:last-child) {
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

#description .list-creditors p:last-child {
    padding: 20px 0;
}

#description .list-creditors .hr {
    height: 2px;
    background: #f4f4f4;
    margin: 20px 0;
}

#description ul {
    padding: 0 20px;
    margin-bottom: 40px;
}

#description ul li {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.75);
    padding-left: 22px;
    position: relative;
}

#description ul li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 3px;
    height: 3px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
}

#unsubscribePage {
    height: 60vh;
    align-items: center;
}

#unsubscribePage .happy {
    background: #FFFFFF;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

#unsubscribePage .happy .icon {
    overflow: hidden;
    margin-right: 15px;
}

#unsubscribePage .happy .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #4A4A4A;
}

.form-box {
    text-align: center;
}

.form-box .form-box-content {
    max-width: 460px;
    margin: 0 auto;
}

.form-box .title {
    max-width: 310px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #A0A0A0;
}

.form-box fieldset.two {
    margin-top: 24px;
    justify-content: space-between;
}

.form-box .w-50 {
    width: calc(50% - 9px);
}

.form-box .w-60 {
    width: calc(60% - 9px);
}

.form-box .w-40 {
    width: calc(40% - 9px);
}

.form-box .b-form__label {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #3A3C3F;
    margin-bottom: 8px;
    text-align: left;
}

.form-box .box-card .b-form__label {
    font-size: 16px;
    line-height: 19px;
}

.form-box .b-form__input,
.form-box input[type="email"],
#cardEntry .hosted-field {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 56px;
    letter-spacing: 0.05em;
    background: #EDEDED;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: left;
}

#cardEntry .b-form__input,
#cardEntry .hosted-field,
#cardEntry .hosted-field iframe {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    height: 56px;
}

.form-box .hr {
    margin-bottom: 20px;
    overflow: hidden;
}

.form-box .btn {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.form-box .btn .arrow {
    padding: 4px 12px;
    margin-left: 15px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjUgMEMxMC44MyAwIDguMjE5ODcgMC43OTE3NjEgNS45OTk4MSAyLjI3NTE2QzMuNzc5NzQgMy43NTg1NiAyLjA0OTQxIDUuODY2OTcgMS4wMjc2MyA4LjMzMzc3QzAuMDA1ODQ5MjkgMTAuODAwNiAtMC4yNjE0OTYgMTMuNTE1IDAuMjU5NDA1IDE2LjEzMzdDMC43ODAzMDUgMTguNzUyNSAyLjA2NjA2IDIxLjE1NzkgMy45NTQwNiAyMy4wNDU5QzUuODQyMDcgMjQuOTMzOSA4LjI0NzU0IDI2LjIxOTcgMTAuODY2MyAyNi43NDA2QzEzLjQ4NSAyNy4yNjE1IDE2LjE5OTQgMjYuOTk0MiAxOC42NjYyIDI1Ljk3MjRDMjEuMTMzIDI0Ljk1MDYgMjMuMjQxNCAyMy4yMjAzIDI0LjcyNDggMjEuMDAwMkMyNi4yMDgyIDE4Ljc4MDEgMjcgMTYuMTcgMjcgMTMuNUMyNi45OTYxIDkuOTIwNzcgMjUuNTcyNSA2LjQ4OTI3IDIzLjA0MTYgMy45NTgzN0MyMC41MTA3IDEuNDI3NDggMTcuMDc5MiAwLjAwMzkwODM3IDEzLjUgMFYwWk0xMy41IDI1LjczNDRDMTEuMDgwMyAyNS43MzQ0IDguNzE0ODggMjUuMDE2OCA2LjcwMjk1IDIzLjY3MjVDNC42OTEwMiAyMi4zMjgyIDMuMTIyOTEgMjAuNDE3NCAyLjE5NjkyIDE4LjE4MTlDMS4yNzA5MyAxNS45NDY0IDEuMDI4NjQgMTMuNDg2NCAxLjUwMDcxIDExLjExMzJDMS45NzI3OCA4LjczOTk1IDMuMTM3OTkgNi41NiA0Ljg0OSA0Ljg0ODk5QzYuNTYgMy4xMzc5OCA4LjczOTk2IDEuOTcyNzcgMTEuMTEzMiAxLjUwMDdDMTMuNDg2NCAxLjAyODY0IDE1Ljk0NjQgMS4yNzA5MiAxOC4xODE5IDIuMTk2OTFDMjAuNDE3NCAzLjEyMjkgMjIuMzI4MiA0LjY5MTAxIDIzLjY3MjUgNi43MDI5NEMyNS4wMTY4IDguNzE0ODggMjUuNzM0NCAxMS4wODAzIDI1LjczNDQgMTMuNUMyNS43MzA1IDE2Ljc0MzYgMjQuNDQwMiAxOS44NTMxIDIyLjE0NjcgMjIuMTQ2N0MxOS44NTMyIDI0LjQ0MDIgMTYuNzQzNiAyNS43MzA1IDEzLjUgMjUuNzM0NFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMi4yNTk4IDcuNTY4MjhDMTIuMTM5OSA3LjQ1NjUgMTEuOTgxMiA3LjM5NTY0IDExLjgxNzMgNy4zOTg1NEMxMS42NTMzIDcuNDAxNDMgMTEuNDk2OSA3LjQ2Nzg0IDExLjM4MSA3LjU4Mzc4QzExLjI2NSA3LjY5OTczIDExLjE5ODYgNy44NTYxNSAxMS4xOTU3IDguMDIwMDlDMTEuMTkyOCA4LjE4NDAzIDExLjI1MzcgOC4zNDI2OSAxMS4zNjU1IDguNDYyNjVMMTYuNDAyNyAxMy40OTk4TDExLjM2NTUgMTguNTM3QzExLjMwMzMgMTguNTk1IDExLjI1MzQgMTguNjY0OCAxMS4yMTg4IDE4Ljc0MjRDMTEuMTg0MyAxOC44MjAxIDExLjE2NTcgMTguOTAzOSAxMS4xNjQyIDE4Ljk4ODhDMTEuMTYyNyAxOS4wNzM4IDExLjE3ODMgMTkuMTU4MiAxMS4yMTAxIDE5LjIzN0MxMS4yNDE5IDE5LjMxNTggMTEuMjg5MyAxOS4zODc0IDExLjM0OTQgMTkuNDQ3NUMxMS40MDk1IDE5LjUwNzYgMTEuNDgxMSAxOS41NTQ5IDExLjU1OTkgMTkuNTg2OEMxMS42Mzg3IDE5LjYxODYgMTEuNzIzMSAxOS42MzQyIDExLjgwOCAxOS42MzI3QzExLjg5MyAxOS42MzEyIDExLjk3NjggMTkuNjEyNiAxMi4wNTQ0IDE5LjU3OEMxMi4xMzIxIDE5LjU0MzQgMTIuMjAxOSAxOS40OTM2IDEyLjI1OTggMTkuNDMxNEwxNy43NDQyIDEzLjk0N0MxNy44NjI3IDEzLjgyODQgMTcuOTI5MyAxMy42Njc1IDE3LjkyOTMgMTMuNDk5OEMxNy45MjkzIDEzLjMzMjEgMTcuODYyNyAxMy4xNzEzIDE3Ljc0NDIgMTMuMDUyN0wxMi4yNTk4IDcuNTY4MjhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 50% 50%;
}

.form-box .without-card {
    margin-top: 35px;
}

.form-box .without-card .btn-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: underline;
    letter-spacing: 0.11em;
    color: #A0A0A0;
}

.form-box .box-icon {
    margin-top: 65px;
}

.form-box .box-icon img {
    width: 100%;
    float: left;
    height: auto;
}

.form-box .check-validation {
    position: relative;
    overflow: hidden;
}

.form-box .check-validation .check-icon {
    position: absolute;
    right: 8px;
    top: 16px;
    bottom: 16px;
    width: 24px;
    pointer-events: none;
}

.form-box .check-validation .check-br {
    position: absolute;
    pointer-events: none;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 2px;
}

.form-box .input-main:focus {
    box-shadow: inset 0 0 0 1px #333;
}

.form-box input.status:not(:focus):invalid~.check-br {
    background: #F25735;
}

.form-box .check-validation.check .check-br,
.form-box input.status:not(:focus):valid~.check-br {
    background: #52A934;
}

.form-box input.status:not(:focus):invalid~.check-icon {
    background: url("../images/no.d0a2a1e38e5c.svg") no-repeat 50% 50%;
    background-size: contain;
}

.form-box .check-validation.check .check-icon,
.form-box input.status:not(:focus):valid~.check-icon {
    background: url("../images/yes.725a71b449ea.svg") no-repeat 50% 50%;
    background-size: contain;
}

.form-box .check-validation .phone-edit-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
}

.form-box p.error,
.form-box span.error,
.box-calculator span.error,
#main span.error {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #F25735;
}

.form-box .w-60 span.error,
.form-box .w-40 span.error {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}

span[name="output-status"] {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 25px;
    display: none;
    text-align: center;
    margin: 20px 0;
}

span[name="output-status"].error,
span[name="output-status"].success {
    display: block;
}

span[name="output-status"].error {
    color: #F25735;
}

span[name="output-status"].success {
    color: #52A934;
}

#id_is_agree_error {
    text-align: center;
}

.form-box .ssl {
    margin: 45px auto 0;
    max-width: 320px;
}

.form-box .ssl .icon {
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin-right: 10px;
}

.form-box .ssl .icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50%;
}

.form-box .ssl p,
#cardEntry .ssl p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #A0A0A0;
    text-align: left;
}

#smsCode {
    display: inline-block;
    margin: 0 auto;
}

#smsCode input {
    width: 280px;
    height: 45px;
    background: url("../images/sms_code.921ebb129280.png") no-repeat 0 50%;
    background-size: contain;
    font-family: 'Courier Prime', monospace;
    font-weight: 400;
    font-size: 32px;
    text-align: left;
    word-spacing: 21px;
    padding: 3px 0 0 16px;
    color: #4A4A4A;
    letter-spacing: 50px;
    overflow: hidden;
    display: block;
    margin: 0 -36px 0 0;
    box-sizing: content-box;
}

#smsCode input:not(:focus):valid {
    background: url("../images/sms_code_ok.91068e0b2188.png") no-repeat 0 50%;
    background-size: contain;
    color: #4A4A4A;
}

#smsCode input:not(:focus):invalid {
    background: url("../images/sms_code_error.32a04dbbe8fa.png") no-repeat 0 50%;
    background-size: contain;
    color: #FFFFFF;
}

#buttonHidden.text .hidden-btn,
#buttonHidden .hidden-text {
    display: none;
}

#buttonHidden .hidden-btn,
#buttonHidden.text .hidden-text {
    display: block;
}

#buttonHidden p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #A0A0A0;
}

#buttonHidden button,
.form-box .phone-edit-btn {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-decoration: underline;
    color: #4A4A4A;
    background: none;
    cursor: pointer;
}

.agree p {
    text-align: center;
}

.agree p,
.agree p .link {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #4A4A4A;
}

.agree p .link {
    text-decoration: underline;
    cursor: pointer;
}

body[data-steps="1"] #content,
body[data-steps="2"] #content,
body[data-steps="3"] #content,
body[data-steps="4"] #content {
    padding-top: 20px;
    margin-top: 0;
}

.steps-reg {}

.steps-reg .title-reg {
    font-weight: 700;
    font-size: 26px;
    text-align: left;
    color: #4A4A4A;
    margin-bottom: 18px;
}

.steps-reg.mob .steps {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #A0A0A0;
    text-align: left;
}

.steps-reg.mob .steps span {
    display: none;
}

body[data-steps="3"] .steps-reg.mob .steps span.one,
body[data-steps="4"] .steps-reg.mob .steps span.two {
    display: inline;
}

.steps-line {
    background: #D9D9D9;
    border-radius: 2px;
    height: 4px;
    max-width: 800px;
    margin: 5px auto 0;
}

.steps-line .color {
    height: 4px;
    background: rgb(var(--admin-additional-color--67, var(--default_color_green)));
    width: 0;
}

body[data-steps="3"] .steps-line .color {
    width: 50%;
}

body[data-steps="4"] .steps-line .color {
    width: 100%;
}

.loan-terms.pc {
    max-width: 800px;
    margin: 0 auto;
}

.loan-terms.pc .steps-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.325em;
    text-transform: uppercase;
    text-align: center;
    color: #4A4A4A;
    margin: 50px 0;
}

.loan-terms.pc .box-terms {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 70px;
    background: rgb(var(--admin-additional-color--67, var(--default_color_green)),0.3);
    border-radius: 0px 100px;
    color: #FFF;
    justify-content: space-between;
}

.loan-terms.pc .box-terms .item {
    width: 170px;
}

.loan-terms.pc .box-terms .item .title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.loan-terms.pc .box-terms .item .edit-input {
    background: #A0A0A0;
    border-radius: 5px;
    padding: 2px 10px;
    margin-bottom: 8px;
    align-items: flex-end;
}

.loan-terms.pc .box-terms .item .edit-input input {
    font-family: 'Rubik', sans-serif;
    background: #A0A0A0;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
    border: 0;
    width: 100px;
    text-align: right;
    color: #FFFFFF;
    margin-right: 10px;
}

.loan-terms.pc .box-terms .item .edit-input .icon {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.8;
}

.loan-terms.pc .box-terms .item .edit-input.data input {
    width: 50px;
}

.loan-terms.pc .box-terms .item .edit-input.price input,
.loan-terms.pc .box-terms .item .edit-input.price {
    background: rgb(var(--admin-additional-color--67, var(--default_color_green)));
}

.loan-terms.pc .box-terms .item p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.115em;
    color: #4A4A4A;
    text-align: left;
}

.loan-terms.pc .box-terms .item p.old-price {
    text-decoration: line-through;
}

.loan-terms .box-terms .switch-box {
    position: relative;
    overflow: hidden;
}

.loan-terms .box-terms .switch-box .link {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 20;
    cursor: pointer;
}

.steps-reg.pc {
    margin: 25px auto 15px;
    max-width: 800px;
}

.steps-reg.pc ul {
    justify-content: space-between;
}

.steps-reg.pc ul li {
    font-weight: 600;
    font-size: 20px;
    width: 50%;
    text-align: center;
    line-height: 29px;
    color: #BEBEBE;
}

body[data-steps="3"] .steps-reg.pc ul li:nth-child(1),
body[data-steps="4"] .steps-reg.pc ul li:nth-child(2) {
    color: #4A4A4A;
}

#dataValidation .circle {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    max-width: 370px;
    margin: 0 auto 30px;
    width: 60%;
}

#dataValidation .circle {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
}

#dataValidation .circle .level {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#dataValidation .circle .color,
#dataValidation .list-status .color {
    animation: circle-color .5s ease-out forwards;
}

#dataValidation .circle .one .color,
#dataValidation .list-status .one .color,
#dataValidation .list-status .one .text {
    animation-delay: .5s;
}

#dataValidation .circle .two .color,
#dataValidation .list-status .two .color,
#dataValidation .list-status .two .text {
    animation-delay: 1.5s;
}

#dataValidation .circle .three .color,
#dataValidation .list-status .three .color,
#dataValidation .list-status .three .text {
    animation-delay: 2.5s;
}

#dataValidation .circle .four .color,
#dataValidation .list-status .four .color,
#dataValidation .list-status .four .text {
    animation-delay: 3.5s;
}

@keyframes circle-color {
    from {
        fill: #A0A0A0;
    }

    to {
        fill: rgb(var(--admin-additional-color--67, var(--default_color_green)));
    }
}

#dataValidation .circle .five {
    opacity: 0;
    animation: circle-opacity .5s ease-out forwards;
    animation-delay: 4.5s;
}

@keyframes circle-opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#dataValidation .list-status {
    animation: circle-list .5s ease-out forwards;
    animation-delay: 4.5s;
    overflow: hidden;
    max-height: 500px;
    max-width: 300px;
    margin: 0 auto;
}

@keyframes circle-list {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        max-height: 0;
    }
}

#dataValidation .list-status li {
    margin-top: 15px;
}

#dataValidation .list-status li .checkmark {
    margin-right: 10px;
    overflow: hidden;
}

#dataValidation .list-status li .checkmark svg {
    float: left;
}

#dataValidation .list-status li .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #A0A0A0;
    animation: circle-text .5s ease-out forwards;
}

@keyframes circle-text {
    from {
        color: #A0A0A0;
    }

    to {
        color: rgb(var(--admin-additional-color--67, var(--default_color_green)));
    }
}

#dataValidation .finish {
    animation: circle-finish .5s ease-out forwards;
    animation-delay: 4.5s;
    overflow: hidden;
    max-height: 0;
    text-align: center;
}

@keyframes circle-finish {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        max-height: 500px;
    }
}

#dataValidation .finish .sum-title {
    font-size: 38px;
    line-height: 1.5;
    color: rgb(var(--admin-additional-color--67, var(--default_color_green)));
    margin-bottom: 30px;
}

#dataValidation .finish .sum-title,
#dataValidation .finish .sum-title span {
    font-weight: 500;
}

#dataValidation .finish .load {
    margin: 0 auto 20px;
    width: 55px;
    height: 55px;
    overflow: hidden;
}

#dataValidation .finish .load img,
#dataValidation .finish .load svg {
    object-fit: contain;
    object-position: 50%;
    width: 100%;
    height: 100%;
    animation: circle-load 1s linear infinite;
    transform: rotate(0);
}

@keyframes circle-load {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(369deg);
    }
}

#dataValidation .finish .more {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #A0A0A0;
}

#content.card-entry {
    padding-top: 0;
}

#cardEntry {
    padding: 0;
    margin: 0 auto;
}

#cardEntry h3 {
    margin: 30px 0 15px;
    font-size: 26px;
    letter-spacing: 0.11em;
}

#cardEntry p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.11em;
    color: #A0A0A0;
}

#cardEntry p .color {
    font-weight: 500;
    color: rgb(var(--admin-additional-color--67, var(--default_color_green)));
}

#cardEntry p.small {
    font-weight: 400;
    margin-bottom: 15px;
}

#cardEntry p.small strong {
    font-weight: 500;
}

#cardEntry .box-card {
    background: #BEBEBE;
    border-radius: 20px;
    padding: 30px 26px 55px;
    margin-bottom: 60px;
}

#conditions {
    padding: 0;
    margin: 0 0 50px;
}

#conditions .loan-terms {
    flex-direction: column;
    max-width: 360px;
    margin: 0 auto;
}

#conditions .loan-terms .fot {
    background: rgb(var(--admin-color--67, var(--default_color_orange)),0.1);
    border-radius: 0px 100px;
    padding: 45px 35px;
}

#conditions .loan-terms .fot .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-bottom: 15px;
}

#conditions .loan-terms .fot .expire {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#conditions .loan-terms .fot .expire .icon {
    width: 18px;
    height: 18px;
    overflow: hidden;
    display: block;
    margin-right: 10px;
}

#conditions .loan-terms .fot .expire .icon svg {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50%;
}

#conditions .loan-terms .fot .expire p {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-right: 5px;
}

#conditions .loan-terms .fot .expire #timer .timer__item {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: rgb(var(--admin-color--67, var(--default_color_orange)));
}

#offers {
    padding: 0;
    margin: 0;
}

#offers .items-offers {
    flex-direction: column;
}

#offers .items-offers .item {
    box-shadow: 0 0 0 2px rgb(var(--admin-additional-color--67, var(--default_color_green)),0.3) inset;
    border-radius: 10px;
    padding: 20px 45px 45px;
    margin-bottom: 25px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}

#offers.main-page .items-offers .item {
    padding-bottom: 0;
}

#offers .items-offers .item:hover {
    box-shadow: 0 0 0 2px rgb(var(--admin-additional-color--67, var(--default_color_green))) inset;
}

#offers .items-offers .item .logo {
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin-bottom: 15px;
}

#offers .items-offers .item .logo svg,
#offers .items-offers .item .logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50%;
}

#offers .items-offers .item .title {
    background: rgb(var(--admin-additional-color--67, var(--default_color_green)),0.8);
    border-radius: 20px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    padding: 0 5px;
}

#offers .items-offers .item ul {
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
}

#offers .items-offers .item ul li {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

#offers .items-offers .item ul li .icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-right: 10px;
}

#offers .items-offers .item ul li .icon svg {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50%;
}

#offers .items-offers .item:hover ul li .icon .color {
    fill: rgb(var(--admin-additional-color--67, var(--default_color_green)));
}

#offers .items-offers .item ul li .text {
    font-size: 17px;
    line-height: 1;
    color: #000000;
}

#offers.main-page .items-offers .item .btn,
#offers .items-offers .item .offer-btn {
    position: relative;
    z-index: 30;
    background: rgb(var(--admin-color--67, var(--default_color_orange)));
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 60px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    box-shadow: 0 0 0 rgb(var(--admin-color--67, var(--default_color_orange)),0.1);
    margin-top: 25px;
    box-sizing: border-box;
}

#offers.main-page .items-offers .item .btn:hover,
#offers .items-offers .item .offer-btn:hover {
    box-shadow: 0 0 0 5px rgb(var(--admin-color--67, var(--default_color_orange)),0.1);
}

#offers .items-offers .item .link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
}

@media (min-height: 550px) and (max-height: 620px) {
    #calculator form .time {
        margin: 10px 0;
        position: relative;
    }
}

@media (min-height: 550px) {
    #calculator .bg-calculator {
        position: relative;
    }

    #calculator .bg-calculator::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url("../images/calculator_bg.804ffd67a5da.png") no-repeat 50% 100%;
        background-size: contain;
    }

    #calculator form .time {
        margin: 30px 0 20px;
    }
}

@media (min-width: 360px) {
    .inner {
        margin: 0 20px;
    }

    #cardEntry p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #cardEntry h3 {
        font-size: 22px;
    }

    .checkbox-text label {
        padding-left: 40px;
    }

    .checkbox-text .text,
    .checkbox-text .link {
        font-size: 13px;
        line-height: 32px;
    }

    .checkbox-text .checkmark {
        width: 22px;
        left: 5px;
        top: 5px;
        height: 22px;
    }
}

@media (min-width: 500px) {

    #cardEntry {
        max-width: 500px;
    }

    #cardEntry p {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #cardEntry h3 {
        font-size: 33px;
        margin-bottom: 20px;
    }

    #cardEntry p.small {
        font-size: 20px;
        max-width: 430px;
        margin: 0 auto 20px;
    }

    .form-box .box-icon {
        margin-top: 60px;
    }

    #cardEntry .box-card {
        max-width: 430px;
        box-sizing: border-box;
        margin: 0 auto 55px;
        padding: 30px 50px 55px;
    }

    .form-box .ssl p,
    #cardEntry .ssl p {
        font-size: 16px;
        line-height: 25px;
    }

    #offers .items-offers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #offers .items-offers .item {
        width: calc(50% - 5px);
        box-sizing: border-box;
        margin-bottom: 10px;
    }
}

@media (min-width: 900px) {

    body:after {
        mask-position: 60% 0;
    }

    .mob {
        display: none;
    }

    .pc {
        display: block;
    }

    .inner {
        max-width: 1220px;
    }

    input[type='range'] {
        margin: 25px 0 15px;
    }

    input[type='range']::-webkit-slider-thumb {
        border: 0;
    }

    input[type='range']::-moz-range-thumb {
        border: 0;
    }

    input[type='range']::-ms-range-thumb {
        border: 0;
    }

    h1 {
        font-size: 33px;
        line-height: 1.2;
        color: #FFFFFF;
        text-align: left;
        max-width: 300px;
    }

    #cardEntry h3 {
        margin-bottom: 30px;
        font-size: 35px;
        letter-spacing: 0.325em;
    }

    h4 {
        margin-bottom: 20px;
    }

    section {
        margin-top: 30px;
        padding-top: 60px;
    }

    section.no-padding {
        padding-top: 0;
    }

    #dataValidation {
        margin-top: 20px;
        padding-top: 20px;
    }

    #calculator form .mob-none {
        display: block;
    }

    #calculator .inner {
        position: relative;
        padding: 30px;
        background: linear-gradient(263.3deg, rgb(var(--admin-additional-color--67, var(--default_color_green)),0.3) 41.14%, rgb(var(--admin-additional-color--67, var(--default_color_green))) 102.14%);
        border-radius: 30px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #calculator .advantage-calculator {
        position: relative;
        z-index: 12;
    }

    #calculator .bg-calculator {
        position: absolute;
        height: auto;
        top: 100px;
        bottom: 0;
        left: 200px;
        right: 400px;
    }

    #calculator .bg-calculator::before {
        display: none;
    }

    #calculator .box-calculator {
        width: 320px;
        padding: 25px 25px 30px;
    }

    #calculator .box-calculator .box-fot {
        order: 1;
    }

    #calculator .box-calculator .time {
        display: none;
    }

    #calculator .box-calculator .btn {
        width: 250px;
    }

    #calculator .box-calculator .checkbox-text {
        margin-top: 20px;
    }

    #calculator .advantage-calculator .notice,
    #calculator .advantage-calculator .timer {
        display: block;
    }

    #calculator .advantage-calculator .notice {
        margin-top: 10px;
    }

    #calculator .advantage-calculator .notice p {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #4A4A4A;
        max-width: 250px;
    }

    #calculator .advantage-calculator .timer {
        margin: 45px 0 0 -30px;
        padding-left: 30px;
        width: 200px;
        border-radius: 0 20px 20px 0;
        background: #FFF;
        box-sizing: content-box;
    }

    #calculator .advantage-calculator .timer p {
        font-weight: 500;
        font-size: 16px;
        line-height: 63px;
        color: #4A4A4A;
    }

    #calculator .advantage-calculator .timer p .color,
    #calculator .advantage-calculator .timer p b {
        font-weight: 500;
        color: rgb(var(--admin-color--67, var(--default_color_orange)));
    }

    #steps .steps-items {
        flex-direction: row;
        justify-content: center;
    }

    #steps .steps-items .item {
        width: calc(33% - 20px);
        max-width: 350px;
        margin: 0 15px;
        box-sizing: border-box;
    }

    #advantage .advantage-items {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: -30px;
    }

    #advantage .advantage-items .item {
        width: calc(50% - 20px);
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    #choice .choice-items {
        flex-direction: row;
        justify-content: space-between;
    }

    #choice .choice-items .item {
        width: calc(33% - 55px);
    }

    #choice .choice-items .item .title {
        font-size: 23px;
    }

    #choice .choice-items .item:nth-child(2) {
        order: 0;
        padding: 35px;
        margin: 0 0 -10px;
    }

    #fillForm .form {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 50px;
    }

    #fillForm .form .title {
        font-size: 35px;
        line-height: 1.4;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    #fillForm .form .info {
        font-size: 25px;
        margin-bottom: 0;
    }

    #fillForm .form .btn {
        margin: 0;
        width: 250px;
    }

    #cards .cards-content {
        padding: 50px 30px;
        border-radius: 0 150px;
    }

    #cards .cardnames-items {
        display: flex;
        justify-content: center;
    }

    #cards .cardnames-items .item {
        display: block;
        padding: 0 20px;
        border-radius: 30px;
        margin: 0 10px;
        cursor: pointer;
    }

    #cards .cardnames-items .item.hover {
        background: rgb(var(--admin-color--67, var(--default_color_orange)));
        color: #FFFFFF;
    }

    #cards .cardnames-items .item p {
        line-height: 37px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.005em;
    }

    #cards .cards-items {
        flex-direction: row;
        justify-content: center;
    }

    #cards .cards-items .item {
        width: auto;
        max-width: 15%;
        padding: 0;
        margin: 40px 15px 0;
    }

    #cards .cards-items .item .icon {
        width: 100%;
        height: 50px;
        opacity: .3;
    }

    #cards .cards-items .item .icon.hover {
        opacity: 1;
    }

    #conditions .loan-terms {
        max-width: 1220px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    #conditions .loan-terms>div {
        box-sizing: border-box;
        width: calc(50% - 20px);
    }

    #conditions .loan-terms .pc {
        background: rgb(var(--admin-additional-color--67, var(--default_color_green)),0.3);
        border-radius: 0px 100px;
        padding: 30px 70px 30px 50px;
    }

    #conditions .loan-terms .pc p {
        font-size: 23px;
        line-height: 1.5;
    }

    #conditions .loan-terms .pc p strong {
        font-weight: 500;
    }

    #conditions .loan-terms .fot .title {
        font-size: 24px;
        text-align: center;
    }

    #conditions .loan-terms .fot .expire {
        justify-content: center;
    }

    #conditions .loan-terms .fot .expire p,
    #conditions .loan-terms .fot .expire #timer .timer__item {
        font-size: 16px;
    }

    #offers .items-offers {
        justify-content: flex-start;
        margin: 0 -10px;
    }

    #offers .items-offers .item {
        width: calc(33% - 17px);
        margin: 0 10px 20px;
    }
}

@media (min-width: 1100px) {

    #conditions .loan-terms .pc p {
        font-size: 30px;
    }

    #conditions .loan-terms .fot .title {
        font-size: 28px;
    }

    #conditions .loan-terms .fot .expire p,
    #conditions .loan-terms .fot .expire #timer .timer__item {
        font-size: 20px;
    }
}

@media (min-width: 1260px) {
    .inner {
        max-width: 1220px;
        margin: 0 auto;
    }

    #calculator .inner {
        position: relative;
    }

    #calculator .bg-calculator {
        top: 0;
        left: 150px;
        right: 435px;
    }

    #calculator .box-calculator {
        width: 390px;
    }

    #cards .cards-content {
        border-radius: 0 200px;
    }

    #cards .cards-content {
        padding: 50px;
    }

    #cards .cardnames-items .item {
        margin: 0 15px;
    }

    #cards .cards-items .item {
        margin: 80px 35px 0;
    }

    #advantage .advantage-items .item {
        width: calc(25% - 20px);
    }

    #choice {
        background: url("../images/choice.e061609f9455.png") no-repeat 50% 100%;
        background-size: 100% auto;
    }

    #choice .title .icon svg {
        margin: 0 auto 40px;
        width: 70px;
        height: 70px;
    }

    #choice .choice-items .item {
        padding: 30px 25px;
        width: calc(33% - 65px);
    }

    #choice .choice-items .item.color {
        padding: 50px 35px;
    }

    #choice .choice-items .item .status {
        margin-bottom: 25px;
    }

    #choice .choice-items .item .title {
        font-size: 33px;
        padding-bottom: 30px;
        margin-bottom: 20px;
        background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDQxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zNi4xNjY2IDMuNUMzMy40NDQ1IDMuNSAzMC43MjI1IDIuNTc5NTggMjguMzMzMyAwLjg5NTQxNkMyMy41NTUgNC4yNDQxNyAxNy40NDUgNC4yNDQxNyAxMi42NjY2IDAuODk1NDE2QzEwLjI3NzUgMi41Nzk1OCA3LjU1NTM4IDMuNSA0LjgzMzI5IDMuNUgwLjkxNjYyNlY3LjQxNjY3SDQuODMzMjlDNy41MTYyMSA3LjQxNjY3IDEwLjE5OTEgNi43MzEyNSAxMi42NjY2IDUuNDU4MzNDMTcuNTYyNSA4LjAwNDE3IDIzLjQzNzUgOC4wMDQxNyAyOC4zMzMzIDUuNDU4MzNDMzAuODAwOCA2LjczMTI1IDMzLjQ2NDEgNy40MTY2NyAzNi4xNjY2IDcuNDE2NjdINDAuMDgzM1YzLjUiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMTEiLz4KPC9zdmc+Cg==') no-repeat 50% 100%;
    }

    #choice .choice-items .item.color .title {
        font-size: 46px;
        background: none;
        padding-bottom: 2px;
    }

    #choice .choice-items .item .info p {
        line-height: 50px;
    }

    #choice .choice-items .item .fot {
        margin-top: 40px;
    }

    #questions #accordion {
        background: url("../images/questions.853779a8f041.png") no-repeat 2% 50%;
        background-size: contain;
        padding-top: 50px;
        height: 435px;
    }

    #questions .accordion-item {
        margin-left: auto;
        width: 620px;
    }

    #fillForm .form {
        padding: 70px 60px;
    }

    #fillForm .form .title {
        font-size: 42px;
    }

    #fillForm .form .info {
        font-size: 24px;
    }

    #description {
        max-width: 1220px;
        box-sizing: border-box;
        margin: 50px auto 20px;
        padding: 90px 60px;
    }

    #description p {
        margin-bottom: 15px;
    }

    #description p,
    #description ul li {
        font-size: 18px;
        line-height: 24px;
    }

    #description .list-creditors {
        padding: 90px;
        margin-bottom: 35px;
    }

    #description .list-creditors h5 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1400px) {

    #questions #accordion {
        padding-top: 80px;
        height: 520px;
    }

    #conditions .loan-terms .pc {
        padding: 40px 70px 40px 60px;
    }

    #conditions .loan-terms .pc p {
        font-size: 36px;
    }

    #conditions .loan-terms .fot {
        padding: 55px 35px;
    }

    #conditions .loan-terms .fot .title {
        font-size: 30px;
    }

    #conditions .loan-terms .fot .expire p,
    #conditions .loan-terms .fot .expire #timer .timer__item {
        font-size: 24px;
    }
}

@media (max-height: 1050px) {
    #steps.reg {
        display: none;
    }
}