@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Thin.273c722a93e6.woff2") format('woff2'),
        url("../fonts/Inter-Thin.b9326ea96d9a.woff") format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-ExtraLight.096d2525ccd6.woff2") format('woff2'),
        url("../fonts/Inter-ExtraLight.89a33fa26bd5.woff") format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Light.46884d02ecfe.woff2") format('woff2'),
        url("../fonts/Inter-Light.4217570ca501.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Regular.a90c493e75db.woff2") format('woff2'),
        url("../fonts/Inter-Regular.ea2c76b52564.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Medium.943a67750859.woff2") format('woff2'),
        url("../fonts/Inter-Medium.6b5a42f0603e.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-SemiBold.920533ddd1d6.woff2") format('woff2'),
        url("../fonts/Inter-SemiBold.0b0032825214.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Bold.231f444dc082.woff2") format('woff2'),
        url("../fonts/Inter-Bold.a0e8358d58e0.woff") format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-ExtraBold.27153fbca673.woff2") format('woff2'),
        url("../fonts/Inter-ExtraBold.5bcb79898181.woff") format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Black.edf1baa02cd9.woff2") format('woff2'),
        url("../fonts/Inter-Black.1ede379289f9.woff") format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Courier Prime';
    src: url("../fonts/CourierPrime-Regular.745f332ec0d0.woff2") format('woff2'),
        url("../fonts/CourierPrime-Regular.81007e32628b.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    width: 100%;
    font-family: 'Inter', 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,
body a {
    color: #000;
}
body.scroll-off {
    overflow: hidden;
}
body.color {
    background: #B1E6FF;
}
body.color[data-steps="3"],
body.color[data-steps="4"] {
    background: #FFF;
}
body.color::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 210px;
    background: #FFF;
}
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;
}
.flex-center {
    justify-content: center;
}
.hidden {
    display: none;
}
.mob {
    display: block;
}
.pc {
    display: none;
}
.duration {
    -webkit-transition-duration:.3s;
        -o-transition-duration:.3s;
            transition-duration:.3s;
}
.inner {
    margin: 0 20px;
}
input {
    -webkit-appearance: none;
}
h1, h2, h3, h4, .btn {
    font-weight: 700;
    font-family: 'Inter';
}
h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #111;
}
h2 {
    font-size: 20px;
    line-height: 24px;
    color: #111;
    text-align: center;
    margin-bottom: 10px;
}
h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #111111;
    text-align: center;
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
    line-height: 1.1;
    color: #111;
    text-align: center;
}
h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #1B1C31;
}
.section__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #111111;
    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;
    }
}
/* header */
#header .header-logo {
    max-width: 200px;
}
/* /header */

/* colors bind_card */
.card__btn {
	background-color: var(--admin-color, #00AEFF);
}

/* btn */
    .btn {
        background: var(--admin-color, #00AEFF);
        border-radius: 6px;
        position: relative;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 40px;
        color: #FFFFFF;
        margin: 0 auto;
        display: inline-block;
        width: 100%;
        cursor: pointer;
        text-align: center;
    }
    .btn:hover {
        box-shadow: 0px 5px 10px rgba(7, 85, 122, 0.2);
    }
    .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;
    }
/* /btn */

/* popup */
    .popup__btn {
        display: block;
        max-width: 200px;
        line-height: 100%;
    }
/* /popup */

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

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

.service-contacts__item,
.service-report__item {
    border: 2px solid #EAF8FF;
}

.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 {
    background: var(--admin-color, #00AEFF);
    color: #FFFFFF;
    line-height: 110%;
}

/* /service */

/* our-partners */
.our-partners__item-btn {
    background: var(--admin-color, #00AEFF);
    color: #FFFFFF;
    font-size: 18px;
    line-height: 140%;
}
/* /our-partners */

/* reviews */
.reviews__title {
	padding-top: 0;
}

.reviews__item {
	border-radius: 20px;
	box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
	border: 2px solid #A8A8A8;
}

.reviews__item-quote svg {
	fill: var(--admin-color, #00AEFF);
}

.reviews__navigation-prev,
.reviews__navigation-next {
	border: 1px solid var(--admin-color, #00AEFF);
}

.reviews__navigation-progressbar>.swiper-pagination-progressbar-fill {
	background: var(--admin-color, #00AEFF) !important;
}
/* /reviews */

/* checkbox */
    .checkbox-text {
        position: relative;
        line-height: 25px;
    }
    .checkbox-text input {
        display: none;
    }
    .checkbox-text label {
        position: relative;
        text-align: left;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
    }
    .checkbox-text .text,
    .checkbox-text .link {
        font-weight: 500;
        font-size: 11px;
        line-height: 12px;
        color: #111111;
        opacity: 0.6;
    }
    .checkbox-text .link {
        text-decoration: underline;
        cursor: pointer;
    }
    .checkbox-text .checkmark {
        position: absolute;
        left: 0;
        top: 0;
        height: 23px;
        width: 23px;
        border: 1px solid #9C9C9C;
        border-radius: 4px;
    }
    .checkbox-text .checkmark:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjY2NjggNUw3LjUwMDE2IDE0LjE2NjdMMy4zMzM1IDEwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K') no-repeat 50% 50% rgba(17, 17, 17, 0.6);
        background-size: cover;
    }
    .checkbox-text input:checked ~ .checkmark:after {
        opacity: 1;
    }
/* /checkbox */

/* input[type="range"] */
    input[type="range"] {
        -webkit-appearance: none;
        position: relative;
        width: 100%;
        display: block;
        background: #D9D5DB;
        background: linear-gradient(to right, var(--admin-color, #00AEFF) 0%, var(--admin-color, #00AEFF) 50%, #A8A8A8 50%, #A8A8A8 100%);
        height: 6px;
        border-radius: 4px;
        margin: 15px 0;
    }
    input.w-30[type="range"] {
        background: linear-gradient(to right, var(--admin-color, #00AEFF) 0%, var(--admin-color, #00AEFF) 30%, #A8A8A8 30%, #A8A8A8 100%);
    }
    input.w-14[type="range"] {
        background: linear-gradient(to right, var(--admin-color, #00AEFF) 0%, var(--admin-color, #00AEFF) 33%, #A8A8A8 33%, #A8A8A8 100%);
    }
    input.w-0[type="range"] {
        background: linear-gradient(to right, var(--admin-color, #00AEFF) 0%, var(--admin-color, #00AEFF) 0%, #A8A8A8 0%, #A8A8A8 100%);
    }

    /* thumb */
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background: #FFF;
        border: 4px solid var(--admin-color, #00AEFF);
        border-radius: 15px;
    }
    input[type="range"]::-moz-range-thumb {
        -moz-appearance: none;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background: #FFF;
        border: 4px solid var(--admin-color, #00AEFF);
        border-radius: 15px;
    }
    input[type="range"]::-ms-range-thumb {
        -ms-appearance: none;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background: #FFF;
        border: 4px solid var(--admin-color, #00AEFF);
        border-radius: 15px;
    }
    /* /thumb */

    /* progress */
    input[type="range"]::range-progress {
        background-color: var(--admin-color, #00AEFF);
        height: 4px;
        border-radius: 2px;
    }
    input[type="range"]::-webkit-range-progress,
    input[type="range"]::-moz-range-progress,
    input[type="range"]::-ms-range-progress {
        background-color: var(--admin-color, #00AEFF);
        height: 4px;
        border-radius: 2px;
    }
    input[type="range"]::-webkit-slider-runnable-track,
    input[type="range"]::-moz-range-track,
    input[type="range"]::-ms-fill-lower {
        background-color: var(--admin-color, #00AEFF);
        height: 4px;
        border-radius: 2px;
    }
    input[type="range"]::-webkit-fill-lower,
    input[type="range"]::-moz-fill-lower,
    input[type="range"]::-ms-fill-lower {
        background-color: var(--admin-color, #00AEFF);
        height: 4px;
        border-radius: 2px;
    }
    input[type="range"]::-webkit-fill-lower,
    input[type="range"]::-moz-fill-lower,
    input[type="range"]::-ms-fill-upper {
        background-color: var(--admin-color, #00AEFF);
        height: 4px;
        border-radius: 2px;
    }
    /* /progress */
    /* 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;
    }
/* /input[type="range"] */

/* plus-seven */
    .plus-seven {
        position: relative;
    }
    .plus-seven::before {
        position: absolute;
        content: "+7";
        left: 15px;
        top: 10px;
        bottom: 10px;
        font-size: 16px;
        line-height: 21px;
        pointer-events: none;
    }
    form .plus-seven input:not([type="submit"]) {
        padding-left: 40px;
    }
/* /plus-seven */

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

/* sectionTop */
    #sectionTop {
        padding: 0 0 20px;
        margin-top: 0;
        background-color: #B1E6FF;
        overflow: hidden;
    }
/* calculator */
    #calculator .inner {
        margin: 0;
        box-sizing: border-box;
        height: 100%;
        align-items: flex-end;
        box-sizing: border-box;
        flex-direction: column;
    }
    #calculator .bg-calculator {
        height: 170px;
        align-self: stretch;
        pointer-events: none;
        position: relative;
    }
    @media (max-height: 550px) {
        #calculator .bg-calculator {
            height: 120px;
        }
    }
    #calculator .bg-calculator::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 150px;
        bottom: 0;
        background: url("../images/calculator_bg.8720071b1461.png") no-repeat 50% 100%;
        background-size: contain;
        max-width: 200px;
    }
    #calculator .bg-calculator .title {
        width: 165px;
        margin: auto 0 auto 55%;
        text-align: left;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #111111;
        z-index: 10;
        position: relative;
    }
    #calculator .advantage-calculator {
        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: 30px 20px;
        box-sizing: border-box;
    }
    #calculator form {
        flex-direction: column;
    }
    #calculator form .btn-box .btn {
        text-transform: uppercase;
    }
    #calculator form .btn-box {
        background: #DDD;
        box-shadow: inset 3px 27px 4px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    #calculator form fieldset {
        margin-top: 10px;
    }
    #calculator form .btn-box {
        text-align: center;
    }
    #calculator form .range-info {
        justify-content: space-between;
        align-items: center;
    }
    #calculator form .range-info p {
        font-size: 14px;
        line-height: 17px;
        color: #111;
        font-weight: 600;
    }
    #calculator form .range-info p strong {
        text-transform: uppercase;
        color: var(--admin-color, #00AEFF);
        font-weight: 800;
    }
    #calculator form .range-info .range-num {
        overflow: hidden;
        position: relative;
        padding: 5px 10px;
        background: #F2F2F2;
        border-radius: 4px;
    }
    #calculator form .range-info .range-num.sum .edit-input {
        position: absolute;
        right: 24px;
        top: 5px;
        bottom: 5px;
        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 {
        display: inline-block;
        margin-left: 5px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.2;
        color: #212121;
    }
    #calculator form .input-text,
    #calculator form .bold {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #111;
        width: 70px;
        text-align: right;
        margin-right: 5px;
        background: #F2F2F2;
    }
    #calculator form .range-num.date .input-text,
    #calculator form .range-num.date .bold {
        width: 25px;
        pointer-events: none;
    }
    #calculator form .range-ruler {
        justify-content: space-between;
    }
    #calculator form .range-ruler span {
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
        color: #A8A8A8;
    }
    #calculator form .time {
        text-align: center;
        margin: 7px 0;
    }
    #calculator form .time,
    #calculator form .time span {
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        color: #111;
    }
    #calculator form fieldset .time span {
        font-weight: 700;
    }
    #calculator form .mob-none {
        display: none;
    }
/* /calculator */
/* /sectionTop */

/* steps */
    #steps.reg {
        padding: 0;
    }
    #steps.reg h3 {
        margin-bottom: 20px;
    }
    #steps .steps-items {
        flex-direction: column;
    }
    #steps .steps-items .item {
        flex-direction: column;
        background: #EAF8FF;
        border-radius: 20px;
        margin-top: 10px;
        padding: 20px;
    }
    #steps .steps-items .item .icon {
        margin: 0 auto 15px;
    }
    #steps .steps-items .item .icon svg {
        width: 126px;
        height: 126px;
    }
    #steps .steps-items .item .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
        color: #111;
        margin-bottom: 10px;
    }
    #steps .steps-items .item .text {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        color: #333;
        display: none;
    }
/* /steps */

/* cards */
    #cards .cards-content {
        border: 3px solid var(--admin-color, #00AEFF);
        border-radius: 20px;
        padding: 20px 0;
        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;
        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%;
    }
/* /cards */

/* advantage */
    #advantage {
        background: #B1E6FF;
    }
    #advantage .advantage-items {
        flex-direction: column;
    }
    #advantage .advantage-items .item {
        flex-direction: column;
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 10px;
        padding: 20px;
    }
    #advantage .advantage-items .item .icon {
        margin-bottom: 15px;
    }
    #advantage .advantage-items .item .icon svg {
        width: 60px;
        height: 60px;
    }
    #advantage .advantage-items .item .title {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
        color: #111;
        margin-bottom: 10px;
    }
    #advantage .advantage-items .item .text {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.6;
        color: #333;
    }
/* /advantage */

/* choice */
    #choice .choice-items {
        flex-direction: column;
    }
    #choice .choice-items .item {
        flex-direction: column;
        border-radius: 20px;
        color: #111;
        padding: 20px;
        margin-top: 10px;
        text-align: center;
        border: 2px solid #A8A8A8;
        box-sizing: content-box;
    }
    #choice .choice-items .item:nth-child(2) {
        order: -1;
    }
    #choice .choice-items .item:hover {
        border: 2px solid var(--admin-color, #00AEFF);
    }
    #choice .choice-items .item .img {
        overflow: hidden;
        width: 100%;
        height: 180px;
    }
    #choice .choice-items .item .img img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        object-position: 50%;
    }
    #choice .choice-items .item .title {
        font-weight: 700;
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    #choice .choice-items .item .info {
        flex-direction: column;
    }
    #choice .choice-items .item .info p {
        font-size: 18px;
        line-height: 2;
        border-bottom: 1px solid #BDBDBD;
    }
    #choice .choice-items .item .info p:last-child {
        border-bottom: 0;
    }
    #choice .choice-items .item .info p .red {
        margin-top: 20px;
        display: inline-block;
        padding: 10px;
        background: #FF3131;
        border-radius: 8px;
        color: #FFF;
        font-weight: 700;
    }
    #choice .choice-items .item .fot {
        margin-top: 15px;
    }
    #choice .choice-items .item .choice-btn {
        display: block;
        cursor: pointer;
        border: 2px solid #111111;
        border-radius: 10px;
        font-weight: 700;
        font-weight: 700;
        font-size: 16px;
        line-height: 46px;
        text-align: center;
    }
    #choice .choice-items .item .choice-btn:hover {
        background: var(--admin-color, #00AEFF);
        color: #FFF;
    }
/* /choice */
/* FAQ */
    .faq-accordion__item-plus::before, .faq-accordion__item-plus::after {
        background-color: var(--admin-color, #00AEFF);
    }
    .faq__btn {
        line-height: unset;
        width: fit-content;
        background: var(--admin-color, #00AEFF);
    }
/* /FAQ */

/* fillForm */
    #fillForm {
        overflow-y: hidden;
    }
    #fillForm .form {
        flex-direction: column;
        background: #B1E6FF;
        border-radius: 20px;
        color: #111;
        padding: 20px;
        position: relative;
    }
    #fillForm .form .top {
        position: relative;
        z-index: 20;
    }
    #fillForm .form .title {
        font-weight: 700;
        font-size: 26px;
        line-height: 1;
        margin-bottom: 10px;
    }
    #fillForm .form .info {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    #fillForm .form .img {
        width: 100%;
        height: 130px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    #fillForm .form .img img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        object-position: 50%;
    }
    #fillForm .form .btn {
        position: relative;
        z-index: 30;
        border-radius: 10px;
        font-weight: 700;
        font-size: 16px;
        line-height: 60px;
        text-align: center;
        color: #111;
        background: #FFFFFF;
        box-shadow: 0px 20px 13px rgba(56, 56, 56, 0.05),
                    0px 8px 6px rgba(56, 56, 56, 0.1),
                    0px 1px 3px rgba(56, 56, 56, 0.1);
        border-radius: 10px;
    }
    #fillForm .form .btn:hover {
        color: #FFF;
        background-color: #FF3131;
        box-shadow: 0 0 rgba(56, 56, 56, 0.05);
    }
/* /fillForm */

/* description */
    #description {
        background-color: #F8F8F8;
        border-radius: 20px;
        padding: 40px 0;
        margin-bottom: 20px;
    }
    #description p {
        padding: 0 20px;
        font-size: 14px;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.75);
        margin-bottom: 10px;
    }
    #description a {
        color: #000;
    }
    #description a:hover {
        text-decoration: underline;
    }
/* list-creditors */
    #description .list-creditors {
        padding: 18px;
        background: #FFFFFF;
        border-radius: 20px;
        margin: 40px 0;
    }
    #description .list-creditors h5 {
        font-size: 16px;
        line-height: 20px;
        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;
        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;
    }
/* /list-creditors */
/* /description */

/* unsubscribePage */
    #unsubscribePage {
        padding-bottom: 20px;
        align-items: center;
        flex-direction: column;
    }
    #unsubscribePage .img {
        width: 90px;
        height: 70px;
        margin: 0 auto 10px;
    }
    #unsubscribePage .img img {
        object-fit: contain;
        object-position: 50%;
        width: 100%;
        height: 100%;
    }
    #unsubscribePage .happy {
        border-radius: 20px;
        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: 700;
        font-size: 14px;
        line-height: 1.3;
        color: var(--admin-color, #00AEFF);
        text-transform: uppercase;
    }
/* /unsubscribePage */

/* form-box */
    .form-box {
        text-align: center;
    }
    .form-box .top-reg {
        background: #F2F2F2;
        border-radius: 20px 20px 0 0;
        padding: 20px 0;
        max-width: 550px;
        margin: 0 auto;
    }
    .form-box .form-box-content {
        width: 100%;
        overflow: hidden;
        max-width: 550px;
        margin: 0 auto;
    }
    .form-box .form-box-content.color {
        background: #FFFFFF;
        box-shadow: inset 0 0 0 2px var(--admin-color, #00AEFF);
        border-radius: 20px;
        margin-top: -20px;
        padding: 25px 0;
    }
    .form-box .form-box-content .info {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #A8A8A8;
        margin-bottom: 5px;
    }
    .form-box .title {
        margin: 0 auto 20px;
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
        color: #929DA9;
    }
    .form-box .two {
        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-size: 12px;
        line-height: 15px;
        color: #A8A8A8;
        margin: 15px 0 10px;
        text-align: left;
        padding: 0 10px;
    }
    .form-box .box-card .b-form__label {
        font-size: 15px;
        line-height: 1.2;
    }
    .form-box .b-form__input {
        line-height: 40px;
        box-shadow: inset 0 0 0 1px #A8A8A8;
        border-radius: 8px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 16px;
        text-align: left;
    }
    .form-box .hr {
        margin-bottom: 20px;
        overflow: hidden;
    }
    .form-box .btn {
        font-weight: 400;
        font-size: 16px;
    }
    .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 .box-icon {
        margin-top: 30px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .form-box .without-card {
        margin-top: 20px;
    }
    .form-box .without-card .btn-text {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-decoration: underline;
        color: #A8A8A8;
    }
    .form-box .box-icon .item {
        max-width: 33%;
        overflow: hidden;
    }
    .form-box .box-icon .item svg,
    .form-box .box-icon .item img {
        max-width: 100%;
        float: left;
        height: auto;
    }
    .form-box .check-validation {
        position: relative;
        overflow: hidden;
    }
    .form-box .b-form__input:focus {
        box-shadow: inset 0 0 0 1px #111;
    }
    .form-box .check-validation .check-icon {
        position: absolute;
        right: 8px;
        top: 0;
        bottom: 0;
        width: 24px;
        poInter-events: none;
    }
    .form-box input.status:not(:focus):invalid ~ .check-icon {
        background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguOTM2ODQgOC4wNTI2M0wxMi45MTU4IDQuMDczNjhDMTMuMTY4NCAzLjgyMTA1IDEzLjE2ODQgMy40NDIxMSAxMi45MTU4IDMuMTg5NDdDMTIuNjYzMiAyLjkzNjg0IDEyLjI4NDIgMi45MzY4NCAxMi4wMzE2IDMuMTg5NDdMOC4wNTI2MyA3LjE2ODQyTDQuMDczNjggMy4xODk0N0MzLjgyMTA1IDIuOTM2ODQgMy40NDIxMSAyLjkzNjg0IDMuMTg5NDcgMy4xODk0N0MyLjkzNjg0IDMuNDQyMTEgMi45MzY4NCAzLjgyMTA1IDMuMTg5NDcgNC4wNzM2OEw3LjE2ODQyIDguMDUyNjNMMy4xODk0NyAxMi4wMzE2QzIuOTM2ODQgMTIuMjg0MiAyLjkzNjg0IDEyLjY2MzIgMy4xODk0NyAxMi45MTU4QzMuNDQyMTEgMTMuMTY4NCAzLjgyMTA1IDEzLjE2ODQgNC4wNzM2OCAxMi45MTU4TDguMDUyNjMgOC45MzY4NEwxMi4wMzE2IDEyLjkxNThDMTIuMjg0MiAxMy4xNjg0IDEyLjY2MzIgMTMuMTY4NCAxMi45MTU4IDEyLjkxNThDMTMuMTY4NCAxMi42NjMyIDEzLjE2ODQgMTIuMjg0MiAxMi45MTU4IDEyLjAzMTZMOC45MzY4NCA4LjA1MjYzWiIgZmlsbD0iI0ZGMzEzMSIvPgo8L3N2Zz4K') no-repeat 50% 50%;
    }
    .form-box .check-validation.check .check-icon,
    .form-box input.status:not(:focus):valid ~ .check-icon {
        background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjgzMzIgNC41TDYuNDk5ODQgMTEuODMzM0wzLjE2NjUgOC41IiBzdHJva2U9IiMwMEFFRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=') no-repeat 50% 50%;
    }
    .form-box .check-validation .check-br {
        position: absolute;
        pointer-events: none;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        border-radius: 8px;
    }
    .form-box fieldset input.status:not(:focus):invalid ~ .check-br{
        box-shadow: inset 0 0 0 1px #FF3131;
    }
    .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,
    #mainCalc span.error {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.03em;
        color: #FF3131;
    }
    span[name="output-status"] {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.03em;
        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: #F12E46;
    }
    span[name="output-status"].success {
        color: #4DBB3B;
        font-size: 16px;
    }
    #id_is_agree_error {
        text-align: center;
    }

    .form-box .ssl {
        margin: 50px 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%;
    }
    #content .form-box .ssl p {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #333;
        text-align: left;
    }

    /* smsCode */
    #smsCode {
        display: inline-block;
        margin: 0 auto;
    }
    #smsCode input {
        width: 280px;
        height: 45px;
        background: url("../images/sms_code.dfead9318402.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: #000;
        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.4a0368a25708.png") no-repeat 0 50%;
        background-size: contain;
        color: #FFFFFF;
    }
    #smsCode input:not(:focus):invalid {
        background: url("../images/sms_code_error.b409bd32fc09.png") no-repeat 0 50%;
        background-size: contain;
        color: #FFFFFF;
    }
    /* /smsCode */

    /* buttonHidden */
    #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;
        color: #111;
        opacity: .6;
    }
    #buttonHidden button,
    .form-box .phone-edit-btn {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
        text-decoration: underline;
        color: #A8A8A8;
        background: none;
        cursor: pointer;
    }
    /* /buttonHidden */

    /* agree */
    .agree p {
        text-align: center;
    }
    .agree p,
    .agree p .link {
        font-weight: 700;
        font-size: 15px;
        line-height: 21px;
        color: #333;
    }
    .agree p .link {
        text-decoration: underline;
        cursor: pointer;
    }
    /* /agree */
/* /form-box */

/* steps-reg */
    body[data-steps="1"] #content,
    body[data-steps="2"] #content,
    body[data-steps="3"] #content,
    body[data-steps="4"] #content {
        padding-top: 10px;
        margin-top: 0;
    }
    .steps-reg .title-reg {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
        color: #111;
    }
    .steps-reg .steps {
        font-size: 12px;
        line-height: 1.2;
        color: #111;
        text-align: left;
        margin-bottom: 15px;
    }
    .steps-reg .steps span {
        display: none;
    }
    body[data-steps="3"] .steps-reg .steps span.one,
    body[data-steps="4"] .steps-reg .steps span.two {
        display: inline;
    }
    /* steps-line */
    .steps-line {
        position: relative;
        height: 4px;
        margin-top: 5px;
    }
    .steps-line::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        background: #BDBDBD;
        z-index: 10;
    }
    .steps-line .color {
        position: relative;
        z-index: 20;
        height: 4px;
        background: var(--admin-color, #00AEFF);
        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: 520px;
        margin: 0 auto;
    }
    .loan-terms.pc .steps-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        color: #111111;
        margin-bottom: 30px;
    }
    .loan-terms.pc .box-terms {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 20px;
        background: #7FCEC5;
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 5px 10px rgba(7, 85, 122, 0.2);
        border-radius: 20px;
        justify-content: space-between;
    }
    .loan-terms.pc .box-terms .item {
        width: 120px;
    }
    .loan-terms.pc .box-terms .item .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
        color: #111;
        text-align: center;
    }
    .loan-terms.pc .box-terms .item .edit-input {
        background: #F2F2F2;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 15px;
        align-items: flex-end;
    }
    .loan-terms.pc .box-terms .item .edit-input input {
        font-family: 'Inter', sans-serif;
        background: #F2F2F2;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        border: 0;
        width: 75px;
        text-align: right;
        color: #111;
        margin-right: 10px;
    }
    .loan-terms.pc .box-terms .item .edit-input .icon {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }
    .loan-terms.pc .box-terms .item .edit-input.data input {
        width: 35px;
    }
    .loan-terms.pc .box-terms .item .edit-input.price input,
    .loan-terms.pc .box-terms .item .edit-input.price {
        background: #FFF;
    }
    .loan-terms.pc .box-terms .item p {
        font-weight: 500;
        font-size: 15px;
        line-height: 1.5;
        color: #BDBDBD;
        text-align: center;
    }
    .loan-terms.pc .box-terms .item p.switch {
        text-decoration: underline;
    }
    .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-line */
/* /steps-reg */

/* dataValidation */
    #dataValidation {
        padding: 5px 0 0;
        margin: 0;
    }
    #dataValidation .progressbar {
        position: relative;
    }
    #dataValidation .percent {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 130px;
        height: 130px;
        z-index: 20;
        transform: translate(-50%, -50%);
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        color: #111111;
        align-items: center;
        justify-content: center;
        border-radius: 65px;
    }
    #dataValidation .finish .percent {
        background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzgiIGhlaWdodD0iNzgiIHZpZXdCb3g9IjAgMCA3OCA3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTY0LjM1NDcgMTkuNDE2NUwyOS4xNTg0IDU0LjYxMjhMMTMuMTYwMiAzOC42MTQ1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K') no-repeat 55% 50% var(--admin-color, #00AEFF);
        color: rgba(255,255,255,0);
        box-shadow: 0px 5px 10px rgba(7, 85, 122, 0.2);
    }
    #dataValidation .circle {
        position: relative;
        background: #FFFFFF;
        z-index: 10;
        box-shadow: 2px 5px 10px rgba(191, 191, 191, 0.25);
        border-radius: 50%;
        width: 180px;
        height: 180px;
        margin: 0 auto 30px;
    }
    #dataValidation .circle svg {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 20;
        transform: translate(-50%, -50%);
        width: 130px;
        height: 130px;
    }
    #dataValidation .progressbar .bg {
        fill: none;
        stroke-width: 2px;
        stroke: #F2F2F2;
    }
    #dataValidation .progressbar .meter {
        fill: none;
        stroke-width: 4px;
        stroke-linecap: round;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        stroke: var(--admin-color, #00AEFF);
        stroke-dasharray: 400;
        stroke-dashoffset: 399;
        animation-delay: .5s;
    }
    #dataValidation .progressbar.start .meter {
        -webkit-animation: progress 10s linear forwards;
                animation: progress 10s linear forwards;
    }
    @-webkit-keyframes progress {
        from {stroke-dashoffset: 399;}
        to {stroke-dashoffset: 0;}
    }
    @keyframes progress {
        from {stroke-dashoffset: 399;}
        to {stroke-dashoffset: 0;}
    }
    #dataValidation .list-status {
        animation: circle-list .5s ease-out forwards;
        animation-delay: 10s;
        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 {
        justify-content: space-between;
        margin-top: 15px;
        animation: list-status .5s ease-out forwards;
        background-position: 100% 50%;
    }
    @keyframes list-status {
        to {
            background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDZMOSAxN0w0IDEyIiBzdHJva2U9IiMwMEFFRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=') no-repeat 100% 50%;
        }
    }
    #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: #111111;
        animation: circle-text .5s ease-out forwards;
    }
    @keyframes circle-text {
        from {color: #111111;}
        to {color: var(--admin-color, #00AEFF);}
    }
    #dataValidation .list-status li.one,
    #dataValidation .list-status .one .text,
    #dataValidation .list-status .one .load {
        animation-delay: 3s;
    }
    #dataValidation .list-status li.two,
    #dataValidation .list-status .two .text,
    #dataValidation .list-status .two .load {
        animation-delay: 6s;
    }
    #dataValidation .list-status li.three,
    #dataValidation .list-status .three .text,
    #dataValidation .list-status .three .load {
        animation-delay: 9s;
    }
    #dataValidation .load svg {
        animation: circle-load 1s linear infinite;
        transform: rotate(0);
    }
    @keyframes circle-load {
        from {transform: rotate(0);}
        to {transform: rotate(369deg);}
    }
    #dataValidation .list-status li .load {
        opacity: 1;
        animation: load-opacity .5s ease-out forwards;
    }
    @keyframes load-opacity {
        from {opacity: 1;}
        to {opacity: 0;}
    }
    #dataValidation .finish-sum {
        animation: finish-sum .5s ease-out forwards;
        animation-delay: 10s;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        max-width: 300px;
        margin: 0 auto;
    }
    @keyframes finish-sum {
        from {opacity: 0;}
        to {opacity: 1; max-height: 500px;}
    }
    #dataValidation .finish-sum .sum-title {
        margin-bottom: 20px;
    }
    #dataValidation .finish-sum .sum-title,
    #dataValidation .finish-sum .sum-title span {
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        color: #111111;
    }
    #dataValidation .finish-sum .more {
        justify-content: center;
        align-items: center;
    }
    #dataValidation .finish-sum .more .text {
        font-size: 14px;
        line-height: 1.3;
        color: #111111;
        margin-right: 10px;
    }
/* /dataValidation */

/* cardEntry */
    #cardEntry {
        /* overflow: hidden; */
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    #cardEntry p {
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        color: #BDBDBD;
        margin-bottom: 15px;
    }
    #cardEntry p .color {
        font-weight: 700;
        color: var(--admin-color, #00AEFF);
    }
    #cardEntry .box-card {
        background: #FFFFFF;
        border-radius: 20px;
        padding: 40px 20px 20px;
        margin-bottom: 20px;
        box-shadow: 0 5px 10px rgba(7, 85, 122, 0.2);;
    }
    #cardEntry .form-box fieldset {
        margin-bottom: 10px;
    }
    #cardEntry .form-box .b-form__input,
    #cardEntry .hosted-field {
        line-height: 37px;
        background: #F2F2F2;
        border-radius: 4px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        font-weight: 700;
        font-size: 14px;
        text-align: left;
        border: 0;
        box-shadow: none;
    }
    #cardEntry .hosted-field,
    #cardEntry .hosted-field iframe {
        height: 37px;
    }
    #cardEntry .cards-items {
        flex-direction: row;
        justify-content: center;
        align-items: start;
        margin-top: 30px;
    }
    #cardEntry .cards-items .hr {
        width: 25px;
        flex-shrink: 0;
    }
    #cardEntry .cards-items .item {
        overflow: hidden;
    }
    #cardEntry .cards-items .item svg {
        object-fit: contain;
        object-position: 50%;
        width: 100%;
        height: 100%;
    }
	#cardEntry .logos-cards {
		max-width: 300px;
		margin: 20px auto 0;
		width: 100%;
		justify-content: space-between;
	}
	#cardEntry .logos-cards img {
		width: auto;
		height: 24px;
	}
/* /cardEntry */

/* conditions */
    #conditions {
        background: #B1E6FF;
        padding: 0;
        margin: 0 0 50px;
    }
    #conditions .loan-terms {
        flex-direction: column;
        padding: 20px 0;
    }
    #conditions .loan-terms .fot {
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 5px 10px rgba(7, 85, 122, 0.2);
        border-radius: 20px;
        padding: 20px;
        text-align: center;
        margin: 0 auto 20px;
        max-width: 400px;
        box-sizing: border-box;
    }
    #conditions .loan-terms .fot .title {
        font-weight: 700;
        font-size: 19px;
        line-height: 36px;
        color: #111111;
        margin-bottom: 15px;
    }
    #conditions .loan-terms .fot .expire {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #conditions .loan-terms .fot .expire p {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #A8A8A8;
        margin-right: 5px;
    }
    #conditions .loan-terms .fot .expire #timer .timer__item {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #FF3131;
    }
    #conditions .loan-terms .name {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #111111;
    }
/* /#conditions */

/* offers */
    #offers {
        padding: 0;
        margin: 0;
    }
    #offers .items-offers {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #offers .items-offers .item {
        background: #FFFFFF;
        box-shadow: 2px 5px 10px rgba(191, 191, 191, 0.25);
        border-radius: 10px;
        padding: 10px 5px;
        margin-bottom: 25px;
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: space-between;
    }
    #offers.main-page .items-offers .item {
        padding-bottom: 0;
    }
    #offers .items-offers .item .logo {
        width: 100%;
        height: 40px;
        overflow: hidden;
    }
    #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: #FE8B75;
        border-radius: 20px;
        font-size: 14px;
        line-height: 2;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: center;
        max-width: 260px;
        margin: 0 auto;
    }
    #offers .items-offers .item ul {
        overflow: hidden;
        margin: 0 5px;
        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: 10px;
    }
    #offers .items-offers .item ul li.dice {
        margin-bottom: 5px;
    }
    #offers .items-offers .item ul li .icon {
        width: 16px;
        height: 16px;
        overflow: hidden;
        margin-right: 5px;
    }
    #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: var(--admin-color, #00AEFF);
    }
    #offers .items-offers .item ul li .text {
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-align: left;
        color: #111111;
    }
    #offers .items-offers .item ul li.dice .text {
        font-weight: 700;
    }
    #offers.main-page .items-offers .item .btn,
    #offers .items-offers .item .offer-btn {
        position: relative;
        z-index: 30;
        background: #FFF;
        border-radius: 10px;
        font-weight: 700;
        font-size: 12px;
        line-height: 40px;
        color: #111111;
        display: block;
        text-align: center;
        box-shadow: inset 0 0 0 1px var(--admin-color, #00AEFF);
        margin-top: 20px;
        box-sizing: border-box;
    }
    #offers.main-page .items-offers .item .btn:hover,
    #offers .items-offers .item .offer-btn:hover {
        background: var(--admin-color, #00AEFF);
        color: #FFF;
    }
    #offers .items-offers .item .link {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 20;
    }
/* /#offers */

/* securely */
    .securely {
        max-width: 300px;
        margin: 50px auto;
        align-items: center;
        justify-content: flex-start;
    }
    .securely .icon {
        margin: 10px;
        overflow: hidden;
    }
    .securely .icon svg {
        float: left;
    }
    .securely .text {
        font-size: 16px;
        line-height: 1.3;
        color: #A8A8A8;
        text-align: left;
    }
/* /securely */

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

/* media (min-width: 500px)  */
@media (min-width: 500px) {
    /* /offers */
    #offers .items-offers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 -10px;
    }
    #offers .items-offers .item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    /* /offers */
}
/* /media (min-width: 500px) */

/* (min-height: 550px) */
@media (min-height: 550px) {
    #calculator .bg-calculator .title {
        display: block;
    }
}
/* /(min-height: 550px) */

/* (min-height: 650px) */
@media (min-height: 650px) {
    #sectionTop {
        padding-bottom: 0;
    }
    #calculator .box-calculator {
        margin-bottom: 30px;
    }
}
/* /(min-height: 650px) */

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

    /* cardEntry */
    #cardEntry p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #cardEntry h3 {
        font-size: 22px;
    }
    /* /cardEntry */

    /* form.border */
        #formBox form.border {
            background: #FFFFFF;
            border: 2px solid var(--admin-color, #00AEFF);
            border-radius: 20px;
            padding: 30px 0 25px;
            margin: 0 auto;
            width: calc(100% - 40px);
        }
    /* /form.border */
}
/* /(min-width: 360px) */

/* (max-height: 500px) and (orientation: landscape) */
@media (max-height: 500px) and (orientation: landscape) {
    #sectionTop {
        height: 100vh;
    }
    #calculator {
        padding-top: 0;
    }
    #calculator .inner {
        padding: 10px 0 0;
        flex-direction: row;
        align-items: normal;
        margin: 0 10px;
    }
    #calculator .advantage-calculator .notice,
    #calculator .advantage-calculator .timer {
        display: none;
    }
    #calculator .bg-calculator .title {
        display: block;
        margin: 0;
        position: absolute;
        left: 20px;
        top: 80px;
    }
    #calculator .bg-calculator::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 340px;
        bottom: 0;
        background: url("../images/calculator_bg.8720071b1461.png") no-repeat 50% 100%;
        background-size: contain;
    }
    #calculator .box-calculator {
        width: 300px;
        margin-left: auto;
        padding: 10px 15px;
        border-radius: 30px 30px 0 0;
    }
    #calculator form .time {
        /* display: none; */
        margin: 10px 0;
        position: relative;
    }
    #calculator form fieldset {
        margin-top: 15px;
    }

    #steps .steps-items .item,
    #advantage .advantage-items .item {
        width: 300px;
        margin: 10px auto 0;
    }
    #cards .cards-items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* /(max-height: 500px) and (orientation: landscape) */

/* (min-width: 900px) */
@media (min-width: 900px) {
    .mob {
        display: none;
    }
    .pc {
        display: block;
    }
    .inner {
        max-width: 1220px;
    }
    body[data-steps="unsubscribe"] {
        background-position: 50% 0;
    }
    body.color {
        background-color: #FFF;
    }

    input[type="range"] {
        height: 2px;
        margin: 25px 0 15px;
    }
    input[type="range"]::-webkit-slider-thumb {
        border: 2px solid var(--admin-color, #00AEFF);
    }
    input[type="range"]::-moz-range-thumb {
        border: 2px solid var(--admin-color, #00AEFF);
    }
    input[type="range"]::-ms-range-thumb {
        border: 2px solid var(--admin-color, #00AEFF);
    }
    h1 {
        font-size: 42px;
        line-height: 50px;
    }
    h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    section {
        margin-top: 30px;
        padding-top: 60px;
    }
    section.padding-top,
    section.padding-top section {
        margin-top: 0;
    }
    body section.content.padding-top {
        padding-top: 0;
    }
    section.no-padding {
        padding-top: 0;
    }
    .captcha {
        display: inline-block;
        margin: 0 auto;
    }

    /* form.border */
    #formBox form.border {
        background: #FFFFFF;
        border: 0;
        border-radius: 0;
    }
    /* /form.border */

    /* calculator */
    #calculator .inner {
        height: 600px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 20px;
        position: relative;
    }
    #calculator .bg-calculator {
        position: absolute;
        left: 0;
        right: 450px;
        bottom: 0;
        height: 300px;
        z-index: 49;
    }
    #calculator .bg-calculator::after {
        right: 0;
        max-width: 100%;
    }
    #calculator .bg-calculator .title {
        display: none;
    }
    #calculator .box-calculator {
        width: 440px;
        padding: 50px 40px;
        margin-bottom: 0;
        box-shadow: 0px 5px 10px rgba(7, 85, 122, 0.2);
    }
    #calculator .box-calculator .inner {
        margin: 0;
    }
    #calculator .box-calculator .box-fot {
        order: 1;
    }
    #calculator .box-calculator .time {
        display: none;
    }
    #calculator form .btn-box {
        margin: 10px 0 0;
    }
    #calculator form .range-info p,
    #calculator form .range-ruler span {
        font-size: 16px;
    }
    #calculator form .input-text,
    #calculator form .range-num .icon,
    #calculator form .bold {
        font-size: 18px;
        line-height: 1.2;
    }
    #calculator form .input-text,
    #calculator form .bold {
        width: 80px;
    }
    #calculator form .btn-box .btn {
        font-size: 18px;
        line-height: 50px;
    }
    #calculator .box-calculator .checkbox-text {
        font-size: 14px;
        margin-top: 20px;
        text-align: left;
    }
    #calculator .box-calculator .checkbox-text .text,
    #calculator .box-calculator .checkbox-text .link {
        font-size: 13px;
        line-height: 22px;
    }
    #calculator .advantage-calculator {
        display: block;
        position: relative;
        margin: 30px 0 auto;
    }
    #calculator .advantage-calculator .notice {
        margin-top: 30px;
    }
    #calculator .advantage-calculator .notice p {
        font-weight: 500;
        font-size: 24px;
        line-height: 1.5;
        color: #111;
    }
    #calculator .advantage-calculator .timer {
        /* margin: 70px 0 0 -20px; */
        margin: 10px 0 0 -20px;
        padding: 10px 30px;
        width: 190px;
        background: #FFFFFF;
        border-radius: 4px;
        box-sizing: content-box;
    }
    #calculator .advantage-calculator .timer p {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.2;
        color: #111;
    }
    #calculator .advantage-calculator .timer p b {
        font-weight: 700;
    }
    #calculator form .mob-none {
        display: block;
    }
    /* /calculator */

    /* steps */
    #steps .steps-items {
        flex-direction: row;
        justify-content: space-between;
    }
    #steps .steps-items .item {
        width: calc(33% - 20px);
        box-sizing: border-box;
    }
    /* /steps */

    /* cards */
    #cards {
        position: relative;
        z-index: 10;
    }
    #cards .cards-content {
        background-color: #FFF;
    }
    /* /cards */

    /* advantage */
    #advantage {
        margin-top: -200px;
        padding: 250px 0 90px;
    }
    #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;
    }
    /* /advantage */

    /* choice */
    #choice .title h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    #choice .choice-items {
        flex-direction: row;
        justify-content: space-between;
    }
    #choice .choice-items .item {
        width: calc(33% - 55px);
        justify-content: space-between;
    }
    #choice .choice-items .item .title {
        font-size: 23px;
    }
    #choice .choice-items .item:nth-child(2) {
        order: 0;
    }
    /* /choice */

    /* fillForm */
    #fillForm .form {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 50px;
    }
    #fillForm .form .img {
        order: -1;
        width: 170px;
    }
    #fillForm .form .top {
        flex-shrink: 0;
        margin: 0 auto;
    }
    #fillForm .form .title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 10px;
        text-align: center;
    }
    #fillForm .form .info {
        font-size: 16px;
        margin-bottom: 0;
    }
    #fillForm .form .btn {
        margin: 0;
        width: 250px;
    }
    /* /fillForm */

    /* cards */
    #cards .cards-content {
        padding: 60px 40px;
    }
    #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 p {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.2;
        color: #BDBDBD;
    }
    #cards .cardnames-items .item.hover p {
        color: #111;
    }
    #cards .cards-items {
        flex-direction: row;
        justify-content: center;
    }
    #cards .cards-items .item {
        width: auto;
        max-width: 15%;
        padding: 0;
        margin: 40px 10px 0;
        border: 1px solid #A8A8A8;
        border-radius: 10px;
        padding: 10px;
    }
    #cards .cards-items .item .icon {
        width: 100%;
        height: 50px;
        opacity: .3;
    }
    #cards .cards-items .item .icon.hover {
        opacity: 1;
    }
    /* /cards */

    /* offers */
    #conditions .loan-terms {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 40px 0 50px;
    }
    #conditions .loan-terms .fot {
        width: 400px;
        flex-shrink: 0;
        padding: 30px;
        margin: 0;
    }
    #conditions .loan-terms .name {
        order: -1;
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        text-align: left;
        max-width: 630px;
    }
    #conditions .loan-terms .fot .title {
        font-size: 24px;
        line-height: 36px;
        text-align: left;
    }
    #conditions .loan-terms .fot .expire {
        justify-content: flex-start;
    }
    #conditions .loan-terms .fot .expire p,
    #conditions .loan-terms .fot .expire #timer .timer__item {
        font-size: 20px;
        line-height: 24px;
    }
    #page .sub-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 30px;
    }
    #offers .items-offers {
        justify-content: flex-start;
        margin: 0 -10px;
    }
    #offers .items-offers .item {
        width: calc(33% - 18px);
        margin: 0 10px 20px;
        border-radius: 20px;
        padding: 30px;
    }
    #offers.main-page .items-offers .item {
        padding-bottom: 10px;
    }
    #offers .items-offers .item:hover  {
        background: #F6FCFF;
    }
    #offers .items-offers .item .logo {
        height: 90px;
    }
    #offers .items-offers .item ul li {
        margin-top: 15px;
    }
    #offers .items-offers .item ul li .icon {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }
    #offers .items-offers .item ul li .text {
        font-size: 16px;
        line-height: 19px;
    }
    #offers.main-page .items-offers .item .btn,
    #offers .items-offers .item .offer-btn {
        font-size: 18px;
        line-height: 50px;
    }
    /* /offers */

    /* form-box */
    body[data-steps="3"] #content,
    body[data-steps="4"] #content {
        padding-top: 0;
    }
    .form-box .top-reg {
        background: #B1E6FF;
        border-radius: 0;
        padding: 60px 0;
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .form-box.no-top .top-reg {
        display: none;
    }
    .form-box .form-box-content.color {
        max-width: 1024px;
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 0;
        margin-top: 60px;
        padding: 0;
    }
    .form-box .pc-content {
        max-width: 360px;
        margin: 25px auto;
    }
    /* /form-box */

    /* dataValidation */
    #dataValidation {
        padding-top: 40px;
    }
    /* /dataValidation */

    /* cardEntry */
    #cardEntry {
        max-width: 420px;
    }
    #cardEntry h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #111111;
        margin-bottom: 20px;
    }
    #cardEntry p {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #111111;
    }
    #cardEntry .cards-items .hr {
        width: 30px;
    }
    #cardEntry .cards-items .item {
        overflow: hidden;
    }
    #cardEntry .form-box .btn {
        line-height: 50px;
    }
    /* /cardEntry */
}
/* /(min-width: 900px) */

/* (min-width: 1100px) */
@media (min-width: 1100px) {
    h1 {
        max-width: 400px;
    }
    #calculator .advantage-calculator .notice p {
        max-width: 300px;
    }
    /* calculator */
    #calculator .bg-calculator {
        position: absolute;
        left: 220px;
        right: 400px;
        top: 175px;
        height: auto;
    }
    #calculator .bg-calculator::after {
        background: url("../images/calculator_bg_pc.30fe42d7354c.png") no-repeat 50% 100%;
        background-size: contain;
    }
    #calculator .advantage-calculator {
        margin: auto 0;
    }
    #calculator .advantage-calculator .timer {
        margin: 70px 0 0 -30px;
    }
    /* /calculator */
}
/* /(min-width: 1100px) */

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

    /* cards */
    #cards .cards-content {
        padding: 50px;
    }
    #cards .cardnames-items .item {
        margin: 0 15px;
    }
    #cards .cards-items .item {
        margin: 40px 15px 0;
        padding: 20px;
    }
    /* /cards */

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

    /* choice */
    #choice .title .icon {
        width: 70px;
        margin: 0 auto 40px;
    }
    #choice .title h2 {
        font-size: 48px;
    }
    #choice .choice-items .item {
        padding: 30px 25px;
        width: calc(33% - 65px);
    }
    #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 .info p {
        line-height: 50px;
    }
    #choice .choice-items .item .fot {
        margin-top: 40px;
    }
    /* /choice */

    /* fillForm */
    #fillForm .form {
        padding: 50px 100px;
    }
    #fillForm .form .title {
        font-size: 42px;
    }
    #fillForm .form .info {
        font-size: 24px;
    }
    /* /fillForm */

    /* description */
    #description {
        max-width: 1360px;
        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;
    }
    /* /description */
}
/* /(min-width: 1260px) */

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