@import 'variables.css';
@import 'fonts.css';
@import 'button.css';
@import 'input.css';
@import 'default.css';
@import 'mb.css';
@import 'mt.css';
@import 'header.css';
@import 'footer.css';
@import 'calculator.css';

main {
    background: #F2F4F6;
    flex-shrink: 0;
    min-height: calc(100vh - 90px);
}

table {
    border: none;
    border-collapse: collapse
}

.clr:after {
    clear: both;
    content: '';
    display: table;
}

.rouble {
    font-family: 'rouble', sans-serif;
}

textarea {
    color: #000;
    vertical-align: middle;
    display: block;
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 10px;
    border: 0;
    width: 100%;
    background: #fff;
    -webkit-appearance: none;
}

textarea {
    height: 126px;
    resize: none;
    overflow: hidden;
}

select {
    display: block;
    width: 100%;
}

.btn input, .checkbox input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
}

.d-inline-block {}

.select2-selection__arrow {
    width: 10px;
    height: 6px;
    margin-top: -1px;
    position: absolute;
    right: 21px;
    top: 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%232C2C3A' fill-rule='nonzero' d='M8.0195.201c.271-.268.709-.268.978 0 .27.268.272.701 0 .969L5.0895 5c-.27.268-.707.268-.979 0L.2025 1.17a.6809.6809 0 0 1 0-.969c.271-.268.709-.268.978 0l3.421 3.141L8.0195.201z'/%3E%3C/svg%3E%0A");
}

.select2-container--default.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}

.checkbox {
    position: relative;
    margin-left: 34px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0;
}

.checkbox input {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.checkbox i {
    position: absolute;
    top: 0;
    left: -34px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid rgba(249, 183, 7, 1)
}

/* .checkbox input:focus+i {
    border-color: #313131;
}

.checkbox:hover i {
    border-color: rgba(49, 49, 49, .4);
}

.checkbox.radio i {
    border-radius: 50%;
} */

.checkbox input:checked~i {
    background-repeat: no-repeat;
    background-size: cover;
    border-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iNCIgZmlsbD0iI0Y5QjcwNyIvPgo8cGF0aCBkPSJNMTUuNSA2LjVMOC41IDEzLjVMNSAxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==")
}

.checkbox a {
    text-decoration: underline;
}

.checkbox a:hover {
    text-decoration: none;
}

.checkbox input.marked-red:not(:checked)~i {
    background: none;
    border: 1px solid red
}

.table {
    display: table;
}

.table.fixed {
    table-layout: fixed;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.w100p {
    width: 100%;
}

.w25p {
    width: 25%;
}

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

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: 400
}

.ml20 {
    margin-left: 20px;
}

.pt23 {
    padding-top: 23px;
}

.pb14 {
    padding-bottom: 14px;
}

.pl37 {
    padding-left: 37px;
}

.pl40 {
    padding-left: 40px;
}

.no-wrap {
    white-space: normal !important;
}

hr {
    border: 0;
    height: 1px;
    clear: both;
    background: #d8d7d9;
}

.pos-r {
    position: relative;
}

.fieldset {
    position: relative;
}

.fieldset+.fieldset {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .fieldset+.fieldset {
        margin-top: 25px;
    }
}

.fieldset__h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #353F4C;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .fieldset__h3 {
        font-size: 18px;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
}

.fieldset .row {
    position: relative;
    width: 100%;
}

.fieldset__flex {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.fieldset .row.address {
    display: block;
}

.fieldset .row.address .row {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .fieldset__flex, .fieldset .row, .fieldset .row.address .row {
        display: block;
    }
}

.row--live-address-checkbox {
    margin-bottom: 20px;
}

.fieldset .row~.row {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .fieldset .row~.row {
        margin-top: 20px;
    }
}

.fieldset .col {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
}

.fieldset .col.first {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
}

.fieldset .col.first label {
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
}

.fieldset .col--checkbox-begin {
    margin-right: 20px;
}

.fieldset .col--checkbox-end {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-grow: 0;
    height: 60px;
}

@media (max-width: 767px) {
    .fieldset .col.first {
        width: 100%;
        height: auto;
        margin: 8px 0;
        padding: 0;
    }

    .fieldset .col.first br {
        display: none;
    }

    .fieldset .col.first label {
        height: auto;
    }

    .fieldset .col--checkbox-begin {
        margin-right: 0;
    }
}

.fieldset .col.col_long {
    width: 400px;
}

.fieldset .col.col_long label {
    width: 400px;
}

.fieldset .col.col_short {
    width: 200px;
}

.fieldset .col.date {
    width: 324px;
}

@media (max-width: 767px) {
    .fieldset .col.date {
        width: 100%;
    }

    .fieldset .col--checkbox-end {
        height: auto;
    }
}

.fieldset .col.date input {
    width: 100%;
}

.fieldset .col.w100p {
    width: 100%;
}

.h122 {
    height: 122px;
}

.h40 {
    height: 40px;
}

.w113 {
    width: 113px;
}

.w282 {
    width: 282px;
}

.w370 {
    width: 370px;
}

.fieldset .w102 {
    width: 102px;
}

.fieldset .w110 {
    width: 110px;
}

.fieldset .mt33 {
    margin-top: 33px;
}

.mt13 {
    margin-top: 13px;
}

.fieldset .ml10 {
    margin-left: 10px;
}

.fieldset .ml19 {
    margin-left: 19px;
}

.pr41 {
    padding-right: 41px;
}

.fieldset__checkbox {
    display: block;
}

.fieldset__checkbox span {
    color: #353F4C;

}

.fieldset__checkbox--inline {
    margin-right: 15px;
    display: inline-block;
}

.fieldset__checkbox--last {
    margin-bottom: 10px;
}

.fieldset__btn-confirm {
    width: 132px;
    height: 52px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 227px;
    border-radius: 5.6px;
    background-color: #ffcd13;
    border: 0;
    color: #252525;
    font: 400 14px/52px 'Montserrat';
    cursor: pointer;
    text-align: center;
}

.marker-red {
    word-break: break-word;
}

.marker-red, .fieldset__text {
    color: #353F4C;
    font-size: 14px;
    line-height: 20px;
}

.input~.marker-red, .fieldset__text {
    margin: 0 0 0;
}

.marker-red--error, .fieldset__text--error {
    color: #EB636B;
    text-align: left;
}

.fieldset__text-b {
    font-weight: 700;
    color: #353F4C;
}

.fieldset__card {
    position: relative;
}

.fieldset__card:after {
    position: absolute;
    width: 86px;
    height: 26px;
    top: 11px;
    left: 175px;
    content: '';
    background: url(/main/global/img/sprite.svg) -390px -584px
}

.fieldset__datepicker.datepicker {
    position: absolute;
    right: 32px;
    top: 21px;
}

.ico {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -5px;
    left: -40px;
    display: inline-block;
    background-image: url(/main/global/img/sprite.svg);
}

.ico_new {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -5px;
    left: -40px;
    display: inline-block;
    background-image: url(/main/global/img/sprite-zn.svg);
}

.ico_lk {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 1px;
    left: -30px;
    display: inline-block;
    background-image: url(/main/global/img/sprite-zn.svg);
}

.ico--map-site {
    top: 13px;
    left: 1px;
    background-position: -561px -48px;
}

.ico--rub {
    background-position: -760px -198px
}

.ico--calendar {
    background-position: -760px -228px;
}

.ico--lk {
    top: 8px;
    left: -48px;
    background-position: -501px -41px;
}

.ico--confirm {
    background-position: -524px -867px
}

.ico--datepicker {
    background-position: -30px -30px;
    width: 24px;
    height: 26px;
}

.ico--map {
    background-position: -802px -340px;
    height: 80px;
    left: 50%;
    margin-left: 170px;
    top: 307px;
    width: 74px;
}

.ico.arrow-left, .ico.arrow-right-white {
    width: 12px;
    height: 12px;
    left: auto;
    right: -14px;
    top: 0;
    background-position: -221px -643px
}

.ico.arrow-right-white {
    background-position: -140px -673px
}

.ico.arrow-left {
    background-position: -121px -674px
}

.ico--reload, .ico--red-reset {
    width: 20px;
    height: 20px;
    background-position: -924px -835px;
}

.ico--red-reset {
    background-position: -902px -835px;
}

.ico--arrow-right-green {
    background-position: -230px -674px;
    height: 14px;
    left: -18px;
    top: 2px;
    width: 14px;
}

.ico--arrow-up, .ico--arrow-down {
    background-position: -47px -752px;
    height: 9px;
    left: auto;
    top: 5px;
    right: 0;
    width: 11px;
}

.ico--arrow-down {
    background-position: -47px -782px;
}

.ico--exit {
    background-position: -40px -934px;
}

.ico--arrow-up-green, .ico--arrow-down-red {
    width: 16px;
    height: 16px;
    background-position: -165px -948px;
}

.ico--arrow-down-red {
    background-position: -195px -948px;
}

.opacity-50 {
    opacity: .5
}

.hide {
    display: none !important;
    /*visibility:hidden;*/
}

.fieldset__btn-sep {
    background: #d8d7d9;
    height: 15px;
    left: 260px;
    position: absolute;
    top: 18px;
    width: 1px;
}

/* tab
-----------------------------------------------------------------------------*/

.tabs {
    position: relative;
}

.tabs .nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.tabs .dt {
    font: 600 11px/36px 'Montserrat';
    color: #5f6a7c;
    float: left;
    padding: 0 23px;
    border: 1px solid #c5cacf;
    border-radius: 19px;
    letter-spacing: .4px;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 18px;
    transition: .3s;
}

.tabs .dt:hover {
    color: #3197ca;
}

.tabs .dt.active {
    color: #3197ca;
    background: #fff
}

.tabs .dd {
    opacity: 0;
    clear: left;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.tabs .dd.active {
    opacity: 1;
    z-index: inherit;
    position: relative;
    visibility: visible;
    transition: opacity 1s;
}

/* home_block
-----------------------------------------------------------------------------*/

.home_block {
    text-align: center;
    height: inherit;
    padding: 0;
    min-height: calc(100vh - 90px);
    display: flex;
}

.home_block .center {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_block h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #ff8500
}

.home_block p {
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    padding: 22px 80px;
    line-height: 17px;
}

.home_block dl {
    width: 280px;
    float: left;
}

.home_block dl:first-of-type {
    margin-left: 5px;
}

.home_block dl {
    margin-left: 46px;
}

.home_block dl:last-of-type {
    float: right;
    margin-left: 0;
}

.home_block dt {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #ff8500;
    padding-bottom: 11px;
}

.home_block dt:before {
    width: 124px;
    height: 124px;
    display: block;
    content: '';
    margin: 32px auto 26px;
    background-image: url(/main/global/img/sprite.svg);
}

.home_block dl:nth-of-type(1) dt:before {
    background-position: -33px -231px
}

.home_block dl:nth-of-type(2) dt:before {
    background-position: -198px -231px
}

.home_block dl:nth-of-type(3) dt:before {
    background-position: -363px -231px
}

.home_block dd {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.home_block dl .btn {
    width: 135px;
    height: 42px;
    margin: 17px auto;
    border-radius: 21px;
    color: #393740;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    line-height: 40px;
    padding: 0;
    background: #fdb92e
}

/* img-big-home_block
-----------------------------------------------------------------------------*/

.img-big-home_block {
    height: 502px;
    position: relative;
    background: url(/main/global/img/girl.jpg) no-repeat center 0 / cover;
}

.img-big-home_block__text {
    width: 392px;
    position: absolute;
    top: 90px;
    left: 50%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 75px;
    color: #3a3740;
}

.img-big-home_block__text h2 {
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #ff8500
}

.img-big-home_block__text h3 {
    border-top: 1px solid #e0e0e1;
    color: #3a3740;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 29px;
    padding-top: 42px;
}

.img-big-home_block__text img {
    position: absolute;
    right: -4px;
    top: 244px;
    width: 165px;
}

/* alert
-----------------------------------------------------------------------------*/

.alert_box h3 {
    text-align: left;
    margin: 0 0 14px;
    color: #313131;
    font-size: 24px;
    font-weight: 700;
}

.modal-form__input {
    margin: 20px 0;
}

.modal-form__submit {
    /* width: 100%; */
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}

.modal-form__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #353F4C;
    text-decoration: none
}

.modal-form__link:hover {
    text-decoration: underline
}

.bg_up {
    background: #000;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .6;
    z-index: 10;
}

.alert_box {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    overflow: auto;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.input-box-calendar {
    display: block;
    position: relative;
}

.ico.input-box-calendar__ico {
    top: 7px;
    left: auto;
    right: 7px;
}

.alert_up-reg-link {
    text-align: center;
    color: #353F4C;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 24px;
}

.alert_up-reg-link a{
    text-decoration: none;
    color: rgba(40, 183, 244, 1);

}

.alert_up-reg-link a:hover{
    text-decoration: underline;
}

.alert_up {
    z-index: 11;
    position: absolute;
    top: -9999px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
    width: 470px;
    border-radius: 6px;
    background-color: #fff;
    padding: 20px;
}

.alert_up.animate {
    display: block;
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

.alert_up .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}

.alert_up .close:hover {
    opacity: .8;
    cursor: pointer;
}

.alert_up .close::after, .alert_up .close::before {
    position: absolute;
    width: 20px;
    height: 2.5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1px;
    margin: auto;
    background-color: #313131;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
}

.alert_up .close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login_up form, .pass_recowery_up form {
    text-align: left;
    margin: 16px 0;
}

.login_up .input, .pass_new_up .input, .pass_recowery_up .input {
    margin-bottom: 20px;
}

.login_up .input:first-child, .pass_new_up .input:first-child, .pass_recowery_up .input:first-child {
    margin-top: 0;
}

.pass_new_up h4 {
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
}

.login_up .btn, .pass_new_up .btn, .pass_recowery_up .btn {
    margin-top: 20px;
}

.pass_new_up .btn {
    display: inline-flex;
    margin-right: 100%;
}

.login_up .refer {
    font-size: 12px;
    word-spacing: 3px;
    margin-top: 32px;
}

.login_up .checkbox i {
    left: -3px;
    margin-top: -11px;
}

.alert_up.anketa-finish_up .btn {
    margin-top: 20px;
}

ul.ul--disc>li {
    list-style-position: inside;
    list-style-type: disc;
}

.error {
    color: #EB636B;
    font-size: 14px;
}

.continue_up .box {
    padding: 8px 0;
}

.continue_up .box p {
    padding: 11px 0;
    margin: auto;
}

.continue_up .btn {
    margin-top: 10px;
}

@media (max-width: 474px) {
    .continue_up .btn {
        width: 100%;
    }
}

.send-sms_up p, .send-email_up p {
    margin-top: 20px;
}

.send-sms_up p b, .send-email_up p b {
    font-weight: 700;
}

.send-sms_up p a, .send-email_up p a {
    text-decoration: underline;
    color: #fe8500
}

/* datepicker
-----------------------------------------------------------------------------*/

.datepicker input {
    display: none;
}

.ui-datepicker {
    display: none;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(49, 49, 49, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
}

.ui-datepicker th {
    padding: 5px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #353F4C;
}

.ui-datepicker td {
    padding: 5px;
    cursor: pointer;
}

.ui-datepicker td a {
    color: #353F4C;
    ;
}

.ui-datepicker td:hover {
    background: #f7f7f7;
    border-radius: 5px;
}

.ui-datepicker td:hover a {
    color: #313131;
}

.ui-datepicker-current-day {
    background: #f7f7f7;
    border-radius: 5px;
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #313131;
}

.ui-datepicker-trigger {
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23313131' fill-rule='nonzero' d='M10.7 1.3H10v1.3H8V1.3H4v1.3H2V1.3h-.7C.6 1.3 0 1.9 0 2.6v8c0 .7.6 1.3 1.3 1.3h9.3c.7 0 1.3-.6 1.3-1.3v-8c.1-.7-.5-1.3-1.2-1.3zm0 9.4H1.4V5.4h9.3v5.3zM3.7 0H2.4v2.3h1.3V0zm6 0H8.4v2.3h1.3V0z'/%3E%3C/svg%3E%0A");
    border: 0;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -4px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: none;
}

.ui-datepicker-year, .ui-datepicker-month {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    border: 0;
    background: none
}

.ui-datepicker-year {
    left: auto;
    right: 0;
}

.ui-datepicker-title {
    height: 24px;
    position: relative;
}

.row.red select {
    border: 1px solid #bd2132;
}

div.cardblock {
    margin-bottom: 10px;
}

.card-remove {
    display: inline-block;
    background: url("/main/global/img/delete.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 18px;
    width: 30px;
    margin-left: 23px;
    cursor: pointer;
    margin-top: 3px;
    vertical-align: middle;
}

.card-remove-text {
    color: #ac2020;
    cursor: pointer;
    font-size: 13px;
    vertical-align: middle;
}

.ex-card__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* способы оплаты */

/* get_loan
-----------------------------------------------------------------------------*/

.get_loan__box {
    font-size: 20px;
    color: #174160;
    line-height: 26px;
    position: relative;
}

.get_loan__box:first-child {
    border: 0;
    padding-top: 9px;
    padding-bottom: 29px;
}

.get_loan__box i {
    left: 0;
}

.get_loan__head {
    padding-left: 24px;
    top: -4px !important;
}

.get_loan__body {
    position: relative;
}

.get_loan__p {
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
}

.get_loan__disabled .get_loan__head {
    opacity: .4
}

.get_loan__disabled .checkbox {
    cursor: auto;
}

.get_loan__label-img {
    position: absolute;
    left: auto;
    right: 15px;
    top: 18px;
    width: 48px;
    height: 48px;
}

.get_loan__box:first-child .get_loan__label-img {
    top: -2px;
}

.get_loan__label-red {
    background: rgba(172, 32, 32, .1);
    border-radius: 5px;
    color: #ac2020;
    font-size: 11px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 8px;
    position: absolute;
    right: 81px;
    top: 31px;
}

@media (max-width: 420px) {
    .get_loan__head {
        padding-left: 40px;
    }

    .get_loan__head i {
        left: 0 !important
    }
}

.top10 {
    top: 10px !important;
}

.ico--card {
    background-position: -148px -842px
}

.ico--contact {
    background-position: -209px -843px
}

.slider-max-firstzaim-label {
    display: none;
    font-size: 12px;
    color: #FF4C4C;
}

.col .confirm__input-code {
    margin-left: 95px;
}

.col .confirm__btn {
    left: -30px;
}

.col .confirm-code__ico {
    top: 5px;
    left: 170px;
}

.verified {
    background: none !important;
}

.verified .confirm__input-code, .verified .confirm__btn, .verified .confirm-code__message, .verified .confirm__timer {
    display: none;
}

.verified .confirm-code__ico {
    display: block;
}

input::-ms-clear {
    display: none;
}

.block-radio-img-ico--repay {
    margin: 0 0 0 34px;
}

.block-radio-img-ico--repay i {
    top: 13px;
}

.block-radio-img-ico__item {
    display: block;
    margin: 20px 0;
    position: relative;
    max-width: max-content;
}

.block-radio-img-ico__text {
    display: block;
    line-height: 18px;
    font-size: 16px;
    color: #174160;
    padding: 15px 0 15px 0;
    position: relative;
}

.block-radio-img-ico__ico {
    position: absolute;
    right: 0;
    top: 0;
    width: 78px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 670px;
    max-width: 100%;
}

.modal .modal-content .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -10px;
}

.modal .modal-content .close:hover, .modal .modal-content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal .modal-header {}

.modal .info-red {
    width: 566px;
    color: #d91926;
    font-size: small;
}

.btn-footer.center {
    text-align: center;
}

.checkbox.radio .disabled {
    color: #a7a7a7;
}

.repay-input {
    color: #000;
    vertical-align: middle;
    display: block;
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 10px;
    width: 100%;
    background: #fff;
    -webkit-appearance: none;
    margin: 3px;
}

.card__info {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

/* Модальное окно досрочного погашения */

.early_repayment {
    width: 622px;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.early_repayment .bg-block {
    position: relative;
}

.early_repayment h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.early_repayment .repayment-early-form {
    text-align: left;
}

.early_repayment .fieldset {
    margin-bottom: 15px;
}

.early_repayment .fieldset .row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.early_repayment .fieldset .col {
    width: 100%;
    overflow: visible;
}

.early_repayment .fieldset .col.first {
    width: 200px;
    min-width: 200px;
    flex-shrink: 0;
}

.early_repayment .fieldset .col.first label {
    font-size: 14px;
    color: #4a4a4a;
}

.early_repayment .fieldset .col .input {
    width: 100%;
    box-sizing: border-box;
}

.early_repayment .double-flex-radio {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.early_repayment .checkbox {
    margin-left: 28px;
    font-size: 14px;
}

.early_repayment .checkbox i {
    left: -28px;
}

.early_repayment .jq-number {
    padding: 0;
}

.early_repayment .jq-number__spin {
    display: none;
}

.early_repayment .jq-radio {
    opacity: 0;
    width: 0;
    height: 0;
}

.early_repayment .jq-radio.checked~i {
    background-repeat: no-repeat;
    background-size: cover;
    border-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iNCIgZmlsbD0iI0Y5QjcwNyIvPgo8cGF0aCBkPSJNMTUuNSA2LjVMOC41IDEzLjVMNSAxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}

.early_repayment .jq-number__field {
    width: 100%;
    border: none !important;
    box-shadow: none !important;
}

.early_repayment .jq-number__field input {
    font-size: 16px;
    padding-left: 20px;
}

.early_repayment .fieldset .col .fieldset__checkbox {
    margin-top: 10px;
}

.early_repayment .fieldset .col.date {
    position: relative;
}

.early_repayment .fieldset .col.date button {
    position: absolute;
    right: 15px;
    left: initial;
    top: 50%;
    transform: translateY(-50%);
}

.early_repayment .request-for-extension__h4 {
    margin: 20px 0 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
}

.early_repayment .document__wrapper {
    height: 250px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fafafa;
    overflow: hidden;
}

.early_repayment .repayment-document-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.early_repayment .manipulation__wrapper {
    padding-top: 20px;
}

.early_repayment .input__wrapper {
    margin-bottom: 15px;
}

.early_repayment .box-20__h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
}

.early_repayment #repaymentCode {
    width: 100px;
}

.early_repayment .timer {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.early_repayment .retry-sms {
    margin-top: 10px;
}

.early_repayment .retry-sms a {
    color: #28b7f4;
    cursor: pointer;
}

.early_repayment .btn {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.early_repayment .error {
    margin-top: 15px;
}

.early_repayment .error_text {
    color: #e74c3c;
    font-size: 14px;
}

.early_repayment .close {
    position: absolute;
    right: -10px;
    top: -10px;
}

.early_repayment .select__wrapper {
    position: relative;
}

.early_repayment .select__wrapper .select {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #4a4a4a;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a4a4a' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.card {
    display: flex;
    align-items: center;
    position: relative;
}

.disabled_all {
    pointer-events: none;
    opacity: 0.4;
}

@media (max-width: 767px) {
    .alert_up {
        padding: 40px 20px 20px;
        width: calc(100% - 40px);
    }

    .alert_box h3 {
        margin: 0 0 20px;
        font-size: 22px;
    }
}

@media (max-width: 420px) {
    .alert_up {
        padding: 30px 20px 20px;
        width: calc(100% - 20px) !important;
    }

    .modal-form__submit {
        font-size: 18px;
        margin-top: 10px;
    }
}

.cbp {
    width: 100%;
    margin-bottom: 15px;
}

.cbp .select2-container {
    width: 100% !important;
}

.cbp-info {
    background-color: #f4f4f4;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 18px;
    border-radius: 6px;
}

.cbp-info b, h4 {
    font-weight: bold;
}

.cbp-info p {
    line-height: 1.3;
}

.cbp-info h4 {
    font-size: 16px;
    position: relative;
    padding-left: 31px;
}

.cbp-info h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 26px;
    height: 26px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZGF0YS1uYW1lPSJMYXllciAxIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDY0IDY0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZWZjYzAwO30uY2xzLTJ7ZmlsbDojMzUzNTM1O308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMwLjE2LDExLjUxLDYuODQsNTEuOWEyLjEzLDIuMTMsMCwwLDAsMS44NCwzLjE5SDU1LjMyYTIuMTMsMi4xMywwLDAsMCwxLjg0LTMuMTlMMzMuODQsMTEuNTFBMi4xMywyLjEzLDAsMCwwLDMwLjE2LDExLjUxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LDQ2YTMsMywwLDEsMSwzLDNBMi44OCwyLjg4LDAsMCwxLDI5LDQ2Wm0xLjA5LTQuNjYtLjc2LTE1aDUuMjZsLS43MywxNVoiLz48L3N2Zz4=');
    background-size: cover;
}

.cbp-select {
    padding: 10px 15px;
}


.alert_up#recovery,
.alert_up#changePass,
.alert_up#loginContaner {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    opacity: 1;
    transform: none;
}

.alert_up#recovery {
    display: none;
}

.alert_up#changePass {
    display: none;
}

    -main-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main-info__title {
    color: #353F4C;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.75px;
    text-align: left;
    text-transform: uppercase;
    min-width: 255px;
    margin-left: 28px;
}

@media (max-width: 1600px) {

    .header-main-info__title,
    .header-main-info__item {
        display: none;
    }
}

.header-main-info__item {
    position: relative;
    padding-left: 30px;
    margin-left: 28px;
}

.header-main-info__item-icon {
    position: absolute;
    left: 0;
    top: 0
}

.header-main-info__item-text {
    text-transform: uppercase;
    color: #353F4C;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.75px;
    text-align: left;
    white-space: nowrap;

}

.header-main-info__item-info {
    text-transform: uppercase;
    color: #353F4C;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.85px;
    text-align: left;
    white-space: nowrap;

}

.main-blocks {
    margin: auto;
    width: 543px;
    padding: 24px;
    border-radius: 20px 0px 20px 0px;
}

.main-blocks h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 24px;
    color: #353F4C;

}

.start-slider {
    width: 100% !important;
    display: flex;
    gap: 100px
}

.start-slider .calcul__input-box {
    top: 0;
    right: 0;
}

.start-slider .row.calcul__box {
    width: 100% !important;
}

.start-slider-wrapper .calcul{
    margin-top: 0;
}
.start-slider-wrapper {
    width: 964px;
    background-color: #fff;
    padding: 24px;
    border-radius: 20px 20px 0 0;
    margin-top: 0;
}

.value-range .summ-return {
    font-size: 16px;
}

.value-range-data {
    color: #353F4C;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.85px;
    text-align: left;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-radius: 0px 20px 0px 20px;
    border: 1px 0px 0px 0px;
    border: 1px solid #ECEEF0
}

.agrmnt-sign-all .box-20 {
    margin-bottom: 20px;
}

.confirm-kod .btn.btn--red {
    display: inline-block;
}

.confirm-kod {
    margin-top: 20px;
    max-width: 350px;
}

.step-1 .confirm-kod {
    margin-top: 0;
}

@media (max-width: 767px) {
    body:has(#best2payAddCardDialog) .bg_up {
        display: none!important;
    }

    .best2payAddCardDialog {
        margin-top: 0!important;
        height: 100dvh;
        overflow: auto;
    }

    .best2payCardBindingFrame iframe {
        min-height: 1000px!important
    }
}


@media (min-width: 1199px) {
    .drop_lang {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        border: 1px solid #cdcdcd;
        border-radius: 6px;
        padding: 12px;
        width: 100px;
    }


    .language:hover .drop_lang {
        display: flex;
    }

    .language {
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .language > span {
        display: flex;
        align-items: center;
        gap: 12px
    }

    .drop_lang{ 
        display: none;
    }
}
@media (max-width: 1199px) {
    .language > span {
        display: none;
    }
    .drop_lang {
        margin-top: -10px;
    }
}

@media (min-width: 1199px) {
    .header {
        z-index: 2
    }
}
.drop_lang{ 
    flex-direction: column;
    gap: 6px
}

.drop_lang li{ 
    display: flex;
    align-items: center;
    gap: 12px
}

label.checkbox.radio.block-radio-img-ico__item .jq-radio {
    order: -1;
    border: 1px solid #000;
}
label.checkbox.radio.block-radio-img-ico__item .jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 2px 0 0 2px;
    border-radius: 50%;
    background: rgba(249, 183, 7, 1);
    box-shadow: none;
}
label.checkbox.radio.block-radio-img-ico__item i {
    left: 0;
    top: 16px;
}
label.checkbox.radio.block-radio-img-ico__item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 35px;
}

.new-card-option {
    padding: 0!important;
    background: none!important;
    border: none!important;
    display: inline-flex;
}

.new-card-option > label {
    margin: 0;
    height: 48px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 17.85px !important;
    text-align: left !important;
    position: relative;
    padding: 15px 36px !important;
    border-radius: 8px !important;
    gap: 16px !important;
    background-color: rgba(249, 183, 7, 1);
    z-index: 1;
    display: flex;
    align-items: center;
}


select#language option[value="RUS"]   { background-image:url(/main/global/img/lang/rus.jpg);   }
select#language option[value="ENG"] { background-image:url(/main/global/img/lang/eng.jpg); }
select#language option[value="KAZ"] { background-image:url(/main/global/img/lang/kaz.jpg); }