@charset "UTF-8";
@import url('/fonts/OpenSans/OpenSans.css');
@import url('/fonts/OpenSans/OpenSans.css');
@import url('/fonts/Roboto/Roboto.css');
/* @import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600..); */

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
    /*transition: opacity .25s ease*/
    height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    body {
        height: auto;
    }
}

button:active,
button:focus {
    outline: 0
}

button:disabled {
    /* background: #b3b3b3 !important;
    border: 1px solid #b3b3b3 !important;;
    color: #FFF !important; */
    background: #EAEEF2;
    border: none;
    color: #BBC0CB;
}

input:active,
input:focus {
    outline: 0
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    color: #3366FF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
    padding: 0
}

p {
    margin: 0;
    padding: 0
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label {
    cursor: pointer;
    padding-left: 0
}

input[type=checkbox]+label::before {
    content: "";
    display: inline-block;
    height: 22px;
    width: 24px;
    margin: 0 5px 0 0;
    border: 1px solid #3366FF
}

.small-loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.form__under-calc input[type=checkbox]+label::before {
    margin: 0 16px -5px 0
}

input[type=checkbox]:checked+label::before {
    background: url(/img/site/checkbox.svg) no-repeat;
    background-size: cover;
}

input[type=radio] {
    display: none
}

input[type=radio]+label {
    cursor: pointer;
    padding-left: 0
}

input[type=radio]+label::before {
    content: "";
    display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin: 3px 5px 2.5px 0;
    background: url(/img/site/radio.svg) no-repeat;
    background-size: cover;
}

input[type=radio]:checked+label::before {
    background: url(/img/site/radio-checked.svg) no-repeat;
    background-size: cover;
}

.main-page {
    max-height: 3623px;
}

/* Flexbox GRID styles */

.justify-center,
.flex-center {
    justify-content: center;
}

.items-start {
    align-items: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.row,
.column,
.flex {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex-direction: column;
}

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

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

.justify-end {
    justify-content: flex-end;
}

.container {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: center;
    align-items: auto;
    align-content: center;
    margin: 0 auto;
}

.container-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.flex-cell {
    /*background: tomato;*/
    flex: 1 0 auto;
    height: auto;
}

.content-container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.onepage-wrapper {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1439px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 1200px;
    }
}

@media (min-width: 1024px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 1200px;
    }
}

@media (max-width: 718px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

/* Flexbox GRID styles end */

/*Reject page*/
.greyblock {
    background: #EAEEF2;
    border-radius: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0B254B;
    max-width: 376px;
    margin: 52px 16px 0 16px;
    padding: 16px 16px;
    font-family: "Open Sans";
}

.greyblock-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #0B254B;
    margin-bottom: 12px;
}

.greyblock-text {
    font-weight: 400;
    margin-bottom: 10px;
}

.greyblock-text:last-child {
    margin-bottom: 0px;
}

.reject-cat {
    margin-top: 28.25px;
}

.wrapper-btn {
    width: 60%;
}

.reject-page-btn {
    margin: 30px auto 0;
    padding: 5px 0;
}

/*Reject page end*/

/*Wrong page*/
.big-button {
    background: #3366FF;
    color: #FFF;
    box-shadow: 0px 6px 10px 0px rgba(1, 132, 212, 0.3);
    border-radius: 8px;
    padding: 13px 55px;
    margin-top: 48px;
    border: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

/*Wrong page end*/

.header {
    background: #FFF;
    width: 100%;
    max-width: 1200px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .header {
        padding: 0 10px;
        width: auto;
    }
}

.header__menu-mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 90
}

.header__menu-mobile-content {
    background: #fff;
    width: 100%;
    min-width: 300px;
    height: 100%;
    -webkit-box-shadow: 10px 0 100px 10px rgba(0, 0, 0, .2);
    box-shadow: 10px 0 100px 10px rgba(0, 0, 0, .2);
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__menu-mobile-closer {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    cursor: pointer
}

.header__menu-mobile-list {
    width: 90%;
    height: calc(100% - 30px);
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.header__menu-mobile-item {
    text-decoration: none;
    color: #0B254B;
    margin: 25px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logged-face {
    margin-left: 240px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .logged-face {
        display: none;
    }
}

.extra-menu-hid {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 0 50px rgba(38, 43, 82, 0.1);
    border-radius: 15px;
    padding: 12px;
    padding-top: 0;
    top: 30px;
    left: -72px;
    width: 177px;
    z-index: 1000;
    display: none;
}

/*  MORE */
.parent-more {
    position: relative;
    height: 30px;
}

.extra-menu-hid-more {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(38, 43, 82, 0.1);
    border-radius: 15px;
    padding: 12px;
    padding-top: 0px;
    top: 30px;
    left: -78px;
    width: 177px;
    z-index: 1000;
    display: none;
}

.extra-menu-hid__item {
    padding: 15px 0;
    border-top: 1px solid #DCDCDC;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    /* or 14px */

    color: #0B254B;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.extra-menu-hid__item .header__menu-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.extra-menu-hid__item:first-child {
    border-top: none;
}

.extra-left {
    left: 5px;
}

.extra-left-wrapper {
    right: 206px;
    /*top: 29px;*/
    display: block;
    position: relative;
    /*width: 200px;*/
    /*height: 200px;*/
}

@media (max-width: 770px) {
    .extra-left-wrapper {
        display: none;
    }
}

@media (max-height: 700px) {
    .header__menu-mobile-item {
        margin: 25px 0;
        font-size: 14px;
    }
}

.header__menu-mobile-item::first-letter {
    text-transform: uppercase;
}

.header__menu-mobile-buttons {
    /* margin-left: 20px; */
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.header__menu-mobile-button {
    width: 294px;
    min-width: 150px;
}

.header__menu-mobile-login {
    cursor: pointer;
    margin-left: 15px;
    width: 23px
}

.header__menu-mobile-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
    height: 100%;
    width: 100%;
    background: #0B254B;
    opacity: .5
}

.header__content {
    width: 95%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 770px) {
    .header__content--cat {
        margin-left: 15%;
    }
}

.header__menu {
    width: 90%;
    max-width: 675px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
}

.header__menu.tentrum {
    margin: 0 60px;
}

.header__menu-item {
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    color: #0B254B;
}

.header__menu-item::first-letter {
    text-transform: uppercase;
}

.header__menu-burger {
    display: none;
}

.header__logo {
    font-size: 1em;
    font-weight: 700;
    border: 1px solid #4CAF50;
    margin-right: 20px;
    padding: 3px;
    text-transform: uppercase;
    cursor: pointer
}

.header__login {
    cursor: pointer;
    margin-right: 5px;
    width: 16px;
}

.header__link {
    text-decoration: none;
    color: #000
}

@media (max-width: 991px) {

    .mobile__no-header .header__info {
        display: none;
    }

    .mobile__no-footer .footer__info {
        display: none;
    }

    .header__content {
        max-width: none
    }

    .calculator__advanced-condition {
        right: 0 !important;
    }
}

.money-hint-wrapper {
    text-align: center;
}

@media (max-width: 769px) {
    .my-input-wrapper .invalid-input-hint {
        position: static !important;
    }

    .money-hint-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: table;
        width: 100%;
    }

    .money-hint-wrapper>div:last-child {
        color: #fff;
        padding: 27px 40px 27px 10px;
        font-size: 17px;
        font-weight: bold;
        background: rgba(255, 126, 0, .9);
        display: table-cell;
        vertical-align: middle;
        line-height: 1.1;
    }

    .header__content {
        max-width: 610px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        /*space-between;*/
    }

    .header__menu {
        display: none
    }

    .header__menu-burger {
        display: block;
        cursor: pointer;
        margin-left: 5px
    }

    .header__logo {
        border: none;
        padding: 0;
        margin-right: 0;
        font-size: 3em;
        font-weight: 600
    }
}

#moneyHintClose {
    position: absolute;
    top: 19px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 770px) {
    #moneyHintClose {
        display: none;
    }
}

@media (max-width: 566px) {
    .money-hint-wrapper>div:last-child {
        font-size: 14px;
    }
}

@media (max-width: 473px) {
    .money-hint-wrapper>div:last-child {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 294px) {
    .money-hint-wrapper>div:last-child {
        font-size: 12px;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

@media (max-width: 320px) {
    .header__menu-mobile-content {
        max-width: 260px
    }

    .header__menu-mobile-item {
        font-size: 1em
    }
}

.front {
    /*background: url(/img/site/front-bg.svg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /*min-height: 982px;*/
    margin-bottom: 80px;
}

.front--block {
    background-position: top center;
    background-size: 100% 407px;
    height: auto;
}

.front__calculator {
    width: 95%;
    max-width: 920px;
    border-radius: 20px;
    margin-top: 36px;
}

.front__calculator--nomargintop {
    height: auto !important;
}

@media (max-width: 991px) {
    .front__calculator {
        max-width: 750px
    }
}

@media (max-width: 796px) {
    .front--block {
        height: auto;
        background: #fde4aa top center;
        background-size: 510px 100%;
    }

    .front__calculator {
        width: 90%;
        margin-top: 50px;
    }

    .calculator__submit-button {
        margin-top: 20px;
        margin-bottom: 10%;
    }

    .front {
        padding-bottom: 20px;
    }

    .calculator__advanced-condition {
        padding-top: 0 !important;
    }
}

@media (max-width: 425px) {
    .front {
        min-height: 880px;
    }
}

@media (max-width: 560px) {
    .front {
        min-height: 770px;
    }
}

@media (max-width: 991px) {
    .front {
        min-height: 470px;
    }
}

.steps {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.steps__only4steps {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.4px;
    margin-bottom: 2%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.steps__only4steps_mobile {
    color: #0B254B;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.4px;
    width: 320px;
    margin-top: 30px;
    display: none;
    font-family: 'Roboto', sans-serif;
}


.steps__title {
    font-size: 1.5em;
    font-weight: 600;
    width: 95%;
    max-width: 390px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px
}

.steps__blocks__wrapper {
    width: 100%;
}

.steps__blocks {
    position: absolute;
    top: 576px;
    height: 500px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 58%, #FFF 50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.steps__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    align-self: center;
}


.steps__block {
    width: 212px;
    height: 380px;
    background: #FFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.steps__step_right {
    margin-left: 3%;
}

.steps__empty {
    height: 20px;
    background: #FFF;
}

.steps__num {
    color: #e6e6e6;
    font-size: 40px;
    font-weight: 700;
    align-self: start;
    margin-left: 8%;
    margin-top: 6%;
    font-family: 'Roboto', sans-serif;
}

.steps__pict {
    margin-bottom: 17px;
    height: 126px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.steps__pict img {
    max-width: 100%;
    max-height: 100%;
}

.steps__text {
    /*width: 500px;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 0 5px;
}

.steps__button {
    width: 323px
}

.steps__blocks--slider {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 95%;
    max-width: 212px;
    margin: 0 auto;
    overflow: hidden;
    display: none
}

.steps__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.steps__block--slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 168px;
    width: 212px;
}

.steps__pagination {
    display: none;
    width: 90%;
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 30px
}

.steps__arrow {
    cursor: pointer;
    min-width: 16px;
    min-height: 20px
}

.steps__arrow:first-of-type {
    margin-right: 15px
}

.steps__arrow:last-of-type {
    margin-left: 15px
}

.steps__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.steps__page {
    width: 10px;
    height: 10px;
    background: #f2f2f2;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 100px;
}

.steps__page--active {
    width: 20px;
    height: 20px;
    background: #3366FF;
    ;
    border-radius: 100px;
}

.steps__get-cash-button {
    width: 325px;
    min-height: 45px;
    border: none;
    background: #3366FF;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 4px 10px rgba(1, 132, 212, 0.3);
    margin-top: 3%;
    margin-bottom: 2%;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 991px) {
    .steps__blocks {
        max-width: 750px
    }
}

@media (max-width: 950px) {
    .steps__pict {
        margin-bottom: 17px;
        height: auto;
        margin-bottom: 30px;
    }

    .steps__text {
        width: unset;
    }

    .steps__num {
        text-align: center;
        font-weight: 600;
        margin-bottom: 30px;
        margin-left: unset;
    }

    .steps__empty {
        display: none;
    }

    .steps__only4steps_mobile {
        display: flex;
        font-size: 30px;
        line-height: 110%;
    }

    .steps__button {
        width: 95%;
        max-width: 690px
    }

    .steps__blocks {
        display: none;
    }

    .steps__block {
        max-width: unset;
    }

    .steps__blocks--slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .steps__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .calculator-note-text-mobile {
        display: flex;
    }
}

.maps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    background: linear-gradient(#FFF 50%, #E3E3E3 80%);
}

.maps__title {
    width: 95%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.maps__blocks {
    width: 95%;
    max-width: 920px;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.maps__block {
    background: #fff;
    width: 212px;
    height: 231px;
    border-radius: 20px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5%;
}

.maps__pict {
    width: 104px;
    max-height: 104px;
    margin: 25px 0 10px !important;
}

.maps__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

@media (max-width: 770px) {
    .maps__text {
        margin-bottom: 30px;
    }
}

.maps__button {
    width: 323px
}

.maps__blocks--slider {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 95%;
    max-width: 212px;
    overflow: hidden;
    display: none
}

.maps__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.maps__block--slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 168px;
}

.maps__pagination {
    display: none;
    width: 90%;
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 30px
}

.maps__arrow {
    cursor: pointer;
    min-width: 16px;
    min-height: 20px
}

.maps__arrow:first-of-type {
    margin-right: 15px
}

.maps__arrow:last-of-type {
    margin-left: 15px
}

.maps__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.maps__page {
    width: 10px;
    height: 10px;
    background: #b4b4b4;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 100px;
}

.maps__page--active {
    width: 20px;
    height: 20px;
    background: #3366FF;
}

.maps__get-cash-button {
    width: 325px;
    min-height: 45px;
    border: none;
    background: #3366FF;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 4px 10px rgba(1, 132, 212, 0.3);
    margin-top: 1%;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 991px) {
    .maps__blocks {
        max-width: 750px
    }
}

@media (max-width: 769px) {
    .maps__title {
        margin-bottom: 18px;
        max-width: 350px;
        font-size: 30px;
        line-height: 110%;
    }

    .maps__blocks {
        max-width: 700px;
        margin: 10px 0
    }

    .maps__blocks {
        box-shadow: none;
    }

    .maps__button {
        width: 95%;
        max-width: 690px
    }

    .maps__blocks {
        display: none
    }

    .maps__block {
        margin-right: unset;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .maps__blocks--slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 20px;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .maps__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 350px) {
    .maps__blocks--slider {
        max-width: 220px;
    }

    .maps__block--slider {
        min-width: 200px;
    }

    .maps__text {
        max-width: 100%;
    }
}

.testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.testimonials__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: 'Roboto', sans-serif;
}

.testimonials__blocks {
    width: 95%;
    max-width: 690px;
    overflow: hidden
}

.testimonials__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
}

.testimonials__img {
    display: block;
    max-width: 96px;
    height: auto;
    margin: 0 auto;
}

.testimonials__social {
    color: #3366FF;
    display: block;
    margin-bottom: 14px;
}

.testimonials__name {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.testimonials__info {
    font-size: 1em;
    color: #9b9b9b;
    margin-bottom: 20px;
}

.testimonials__text {
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
    max-width: 695px
}

.testimonials__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    max-width: 320px;
    margin-bottom: 30px
}

.testimonials__arrow {
    cursor: pointer;
    min-width: 16px;
    min-height: 20px
}

.testimonials__arrow_mobile {
    display: none;
}

.testimonials__arrow:first-of-type {
    margin-right: 15px
}

.testimonials__arrow:last-of-type {
    margin-left: 15px
}

.testimonials__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

@media (max-width: 795px) {
    .testimonials__pages {
        margin-bottom: 16px;
        margin-top: 13px;
    }
}

.testimonials__page {
    margin: 7px;
    width: 10px !important;
    height: 10px !important;
    background: #b4b4b4;
    border-radius: 100px;
    cursor: pointer;
}

.testimonials__pages_mobile {
    display: none;
}

.testimonials__page--active {
    width: 20px !important;
    height: 20px !important;
    background: #3366FF;
}

.testimonials__likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6dcc3d
}

.testimonials__likes--dislikes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #f93636
}

.testimonials__likes__button {
    width: 323px
}

.testimonials__like-num {
    margin: 0 8px
}

.testimonials__like-pict {
    margin: 0 8px;
    cursor: pointer
}

.testimonials__button {
    margin-top: 20px;
    width: 323px
}


.testimonials__likes b {
    color: #0B254B;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 795px) {
    .testimonials__likes b {
        margin-bottom: 32px;
    }
}

.footer__divider {
    width: 920px;
    height: 1px;
    background: #b9b9b9;
    margin-top: 40px;
}

@media (max-width: 796px) {
    .footer__divider {
        margin-top: 16px;
    }

    .testimonials__button {
        width: 95%;
        max-width: 690px
    }

    .testimonials__arrow_mobile {
        display: flex;
    }

    .testimonials__arrow_desktop {
        display: none;
    }

    .testimonials__blocks {
        max-width: 728px;
    }
}

@media (max-width: 480px) {
    .testimonials__info {
        margin-bottom: 10px;
    }
}

.hwaw {
    width: 100%;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hwaw__row {
    width: 100%;
    margin-top: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 770px) {
    .hwaw__row {
        margin-top: 30px;
    }
}

.hwaw__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hwaw img {
    align-self: start;
    vertical-align: top;
}

.hwaw__content_right {
    align-self: end;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8.8%;
    margin-bottom: 1%;
    margin-bottom: 30px;
    width: 45%;
}

.hwaw__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 4%;
    font-family: 'Roboto', sans-serif;
}

.hwaw p {
    text-align: left;
    align-self: start;
    margin-bottom: 3%;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.hwaw__orange_text {
    color: #3366FF;
    padding-bottom: 20px;
}

@media (max-width: 796px) {
    .hwaw img {
        align-self: center;
        margin-bottom: 20px;
    }

    .hwaw h2 {
        max-width: 350px;
        font-size: 30px;
        line-height: 110%;
    }

    .hwaw__row {
        flex-direction: column;
    }

    .hwaw__content_right {
        align-self: center;
        margin-left: unset;
        width: 94%;
    }

    .hwaw__orange_text {
        padding-bottom: 0px;
    }
}

/*Start footer styles*/
.site-footer {
    background: #EDEFF2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ft-top {
    border-bottom: 1px solid #D0D0D0;
    padding: 40px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.ft-top .countries .title {
    display: inline-flex;
    margin-right: 8px;
    font-size: 14px;
    line-height: 16.8px;
}

.ft-top .countries .flags {
    display: inline-flex;
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.ft-top .countries .flags .flag-icon {
    margin: 0 8px;
}

.ft-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
}

.ft-main-item {
    margin: 0 10px;
}

.ft-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.8px;
    text-transform: uppercase;
}

.ft-main-item:first-child {
    max-width: 256px;
}

.ft-main-item ul li {
    margin-bottom: 12px;
}

.ft-main-item ul li>img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}

.ft-main-item ul li:last-child {
    margin-bottom: 0px;
}

.ft-main-item ul li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: black;

}

.ft-main-item ul li a:last-child {
    margin-bottom: 0px;
}

.ft-main-item ul {
    list-style: none;
    padding-left: 0;
}

.ft-item-descr {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
    color: #747983;
}

.ft-item-image.logo {
    display: block;
    margin-bottom: 21.5px;
}

.ft-item-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ft-item-image img {
    margin-bottom: 20px;
}

.ft-item-image img:last-child {
    margin-bottom: 0px;
}

button.footer-button:first-child:before {
    content: "";
    display: block;
    background: url("/img/site/button-shape-1.svg") no-repeat;
    height: 16px;
    top: 3px;
    position: relative;
}

button.footer-button:before {
    content: "";
    display: block;
    background: url("/img/site/question-ico.svg") no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 6px 0 0;
    position: relative;
    left: -4px
}

button.footer-button {
    font-weight: 700;
    background: #FFF;
    color: #3366FF;
    font-size: 14px;
    line-height: 22px;
    /* box-shadow: 0px 8px 10px -4px rgb(45 46 47 / 10%); */
    border-radius: 8px;
    padding: 9px 20px;
    /* border: none; */
    border: solid 1px #3366FF;
    cursor: pointer;
}

button.footer-button:disabled {
    background: #EAEEF2;
    border: solid 1px #979797;
    color: #BBC0CB;
}

button.footer-button:disabled::before {
    background: url("/img/site/question-ico-disabled.svg") no-repeat;
}

.google-play {
    height: 40px;
}

@media all and (max-width: 480px) {
    .ft-top {
        /* When on medium sized screens, we center it by evenly distributing empty space around items */
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        padding: 35px 0;
    }

    .ft-top-buttons {
        display: flex;
        flex-direction: column;
        margin-bottom: 8px;

        button.footer-button {
            width: 100%;
        }
    }

    .ft-top .countries {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 35px;
    }

    .ft-top .countries .flags {
        margin-top: 11px;
    }

    .ft-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 34px;
    }

    .ft-item-image {
        align-items: center;
    }

    .google-play {
        margin-top: 10px;
    }
}

/*End footer styles*/

.footer {
    width: 100%;
    background: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}

.footer__pay {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    width: 95%;
    max-width: 690px
}

.footer__contacts {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    width: 95%;
    max-width: 690px
}

.footer__copyrights {
    width: 98%;
    max-width: 690px;
    margin-top: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.825em;
}

.footer__copyrights-text {
    font-size: .750em;
}

.footer__copyrights-picts {
    margin-top: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__copyrights-pict {
    cursor: pointer;
    margin: 10px;
}

.footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 770px) {
    .footer__column {
        align-items: start;
    }
}

.footer__row {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 770px) {
    .footer__row {
        justify-content: start;
        margin-left: 10%;
    }
}

.footer__work_hours,
.footer__phone,
.footer__email,
.footer__facebook,
.footer__copyright_section {
    align-self: start;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.footer__work_hours,
.footer__phone,
.footer__email,
.footer__facebook {
    margin-bottom: 5%;
}

.footer__phone {
    margin-top: -2.4%;
}

.footer__phone p {
    margin-left: 15px;
}

.footer__work_hours {
    width: 100%;
}

.footer__work_hours img {
    margin-left: 0.5%;
}

.footer__work_hours p {
    margin-left: 7.1%;
}

.footer__email a {
    margin-left: 15px;
    color: #3366FF;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
}

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

.footer__facebook {
    margin-bottom: 15%;
}

.footer__facebook img {
    margin-left: 1.4%;
}

.footer__facebook a {
    margin-left: 15px;
    color: #0B254B;
}

.footer__copyright_section {
    justify-content: start;
    width: 95%;
    max-width: 920px;
    align-items: center;
}

.footer__copyright_section p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 4%;
}

.footer__flags a {
    margin-right: 1.5%;
    margin-bottom: 2%;
}

@media (max-width: 770px) {
    .footer__flags {
        justify-content: center;
        margin-top: 21px;
        margin-bottom: 10px;
    }

    .footer__flags a {
        margin-right: 6%;
    }

    .ft-main {
        justify-content: flex-start;
        gap: 30px;
    }

    .ft-top {
        justify-content: center;
    }
}

.footer__flags img {
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.17);
}

.footer__content_right {
    align-self: flex-start;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    margin-left: 8.8%;
}

.footer__content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.footer__content a {
    color: #0B254B;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
}

.footer__content img {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 796px) {
    .footer__copyright_section {
        justify-content: start;
        margin-top: 10px;
    }
}

.calculator {
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.calc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    height: 407px;
    /*margin: 60px 0 90px 0;*/
}

@media (max-width: 769px) {
    .calc_flex {
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;

        height: auto;
        /*margin: 60px 0 90px 0;*/
    }
}

.calculator__content {
    width: 575px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calculator__content p {
    margin-left: 2%;
    margin-right: 2%;
}

.calculator__content--full-width {
    width: 100%;
    -webkit-box-shadow: 30px 30px 60px 20px rgba(0, 0, 0, .2);
    box-shadow: 30px 30px 60px 20px rgba(0, 0, 0, .2);
    background: #fff;
    border-radius: 5px;
    margin: 60px 0;
}

.calculator__title {
    margin-top: 5%;
    margin-bottom: 4%;
    width: 95%;
    max-width: 610px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator__title--full-width {
    max-width: unset;
}

.calculator__text {
    font-size: 1em;
    text-align: center
}

.calculator__calc {
    font-size: 1.375em;
    text-align: center;
    font-weight: 600
}

.calculator__scroll-block {
    width: 95%;
    max-width: 610px;
    margin-bottom: 25px
}

.calculator__scroll-block--full-width {
    max-width: unset;
}

.calculator__info {
    width: 95%;
    max-width: 610px;
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator__info--full-width {
    max-width: unset;
}

.calculator__info-line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.calculator__including_premium {
    margin-top: -10px;
}

.calculator__note-line {
    @extend .calculator__info-line;
    margin-left: 1%;
}

.calculator__info-line--bold {
    font-weight: 600;
    font-size: 1em
}

.calculator__info-line--mobile {
    display: none;
}

@media (max-width: 795px) {
    .calculator__info-line--mobile {
        display: inline;
    }

    .calculator__info-line--desktop {
        display: none;
    }
}

.calculator__money {
    text-align: right;
}

.calculator__including_premium_desktop {
    text-align: right;
    align-self: end;
}


.calculator__pay {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: right;
}

.calculator__bottom_info {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
}

.calculator__first_payment_date {
    margin-left: 25% !important;
}

.calculator__submit {
    width: 400px;
    background: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 20px 20px 0px;
}

.calculator__inputs-n-button {
    width: 85%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator__inputs-n-button .my-input {
    margin-bottom: 20px
}

.calculator__inputs-n-button .button {
    margin-top: 30px
}

.calculator-info-text {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 12px;
    text-align: justify;
}

.calculator-note-text {
    /*width: 500px;*/
    margin-top: 28%;
    font-weight: 400;
    line-height: 14px;
    text-align: justify;
}

@media (max-width: 795px) {
    .calculator-note-text {
        margin-top: 10px;
    }
}

.calculator-note-text-mobile {
    display: none;
}

@media (max-width: 770px) {
    .calculator-note-text {
        margin-top: 10px;
        font-size: 12px;
    }

    .calculator-info-text {
        margin-top: 10px;
    }
}

@media (max-width: 425px) {
    .calculator-info-text {
        margin-top: 0px;
    }
}

.calculator-tos-text {
    margin-top: 25%;
    font-weight: 400;
    line-height: 14px;
    text-align: justify;
    width: 95%;
}

.calculator-tos-text a {
    color: #3366FF;
}

@media (max-width: 991px) {
    .calculator__content {
        width: 405px
    }

    .calculator__content--full-width {
        width: 100%
    }


}

@media (max-width: 796px) {
    .calculator {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .calculator__title {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .calculator__content {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .calculator__content--full-width {
        margin: 50px 0 0 0;
    }

    .calculator__submit {
        background: 0 0;
        width: 95%;
        max-width: 610px;
        margin-bottom: 10px
    }

    .calculator__inputs-n-button {
        width: 100%;
        height: 100%;
        margin-top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .calculator__inputs-n-button .my-input {
        margin-bottom: 5px
    }

    .calculator__inputs-n-button .button {
        margin-top: 0;
        width: 255px;
        height: 50px;
        font-size: 22px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }
}

.scroll-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.scroll-block__line {
    height: 8px;
    background: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}

.scroll-block__color-line {
    background: #3366FF;
    height: 8px;
    width: 20%;
    border-radius: 5px;
    z-index: 1;
}

.scroll-block__ball {
    position: absolute;
    left: 20%;
    top: -12px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #3366FF;
    box-shadow: 0px 4px 10px rgba(1, 132, 212, 0.29);
    z-index: 1;
}

.scroll-block__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.scroll-block__info-text {
    font-size: .875em;
    color: #747983;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.button {
    width: 100%;
    height: 45px;
    border: none;
    background: #3366FF;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.button.button-inverse {
    background: #fff;
    border: 1px solid #aaa;
}

.button.button-sc {
    justify-content: unset;
    width: 65%;
}

.button-image {
    margin: 0 5%;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.button-text {
    width: 60%;
}

.subscribeToFBLink .button-text {
    color: #333;
}

.button-image.zalo {
    background: url(/img/site/socials/zalo.svg);
}

.button-image.fb {
    background: url(/img/site/socials/fb.svg);
}

.button__link {
    color: #fff;
    text-decoration: none
}

#loanAmount {
    display: none;
}

#loanDays {
    display: none;
}

.pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pay__title {
    font-size: 1em;
    text-align: center;
    width: 95%;
    margin-bottom: 25px
}

.pay__picts {
    width: 95%;
    max-width: 430px;
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

.pay__pict {
    cursor: pointer
}

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    /* max-width: 152px; */
    max-width: 76px;
    margin-bottom: 20px
}

.contacts__pict {
    cursor: pointer;
    display: block;
    margin: 0 auto
}

.contacts__email {
    font-size: 1em;
    color: #3366FF;
    margin-bottom: 24px
}

.contacts__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 33px
}

.contacts__image {
    width: 19px;
    opacity: .55;
    margin-right: 10px
}

.contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: .875em
}

.contacts__number {
    font-weight: 600
}

.contacts__number a {
    color: inherit;
    text-decoration: inherit;
}

.contacts__time {
    color: #888
}

.my-input {
    width: 340px;
    height: 45px;
    border: 1px solid #979797;
    border-radius: 10px;
    background: #fff;
    font-size: 1em;
    text-align: center;

}

.my-input--valid {
    border: 1px solid black;
}

.my-input--invalid {
    border: 1px solid red;
}

.calculator__submit-button {
    width: 340px;
    height: 50px;
    border: none;
    background: #3366FF;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 4px 10px rgba(1, 132, 212, 0.3);
}

.calculator__advanced-condition {
    position: relative;
    bottom: 0;
    right: 15%;
    font-size: 0.80em;
    padding-top: 110px;
}

.my-input-wrapper {
    position: relative;
}

.my-input-wrapper .invalid-input-hint {
    position: relative;
    top: -10px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.wrapper-mobile {
    position: relative;
}

/*.wrapper-mobile::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 12px;
    width: 50px;
    height: 32px;
    background-image: url(/img/site/aadhaar-logo.svg);
}*/

.wrapper-mobile .phone-input-mobile::placeholder {
    color: white;
}

.wrapper-mobile .mobile-placeholder::before {
    display: none;
}

@media (max-width: 425px) {
    .calculator__inputs-n-button .my-input {
        padding-left: 80px !important;
        width: 74% !important;
    }
}

.wrapper-mobile .phone-input-mobile:placeholder-shown~.mobile-placeholder::before {
    display: inline-block;
    position: absolute;
    content: attr(data-fon);
    left: 92px;
    top: 16px;
    color: #868686;
}

.registration {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.registration__info-title {
    width: 95%;
    max-width: 746px;
    margin-top: 60px;
    margin-bottom: 40px
}

.registration__progress {
    width: 95%;
    max-width: 746px;
    margin-bottom: 10px
}

.registration__forms {
    width: 100%;
    /* max-width: 746px; */
    margin-bottom: 60px;
    margin-top: 50px;
}

.ajax-progress {
    height: 2px;
    background-color: #3366FF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: .5s ease
}

.forms {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.forms__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

/*.forms__form--address {*/
/*    display: none*/
/*}*/

.forms__form--work {
    display: none
}

.forms__form--CMND {
    display: none
}

.forms__form--end {
    display: none
}

.forms__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    width: calc(100% - 120px);
    max-width: 630px;
    padding: 20px 60px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.flex-row {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

.forms-content-subscribe .forms__input-block {
    justify-content: space-between;
    width: 50%;
}

.forms-content-subscribe .forms__input-block:nth-child(odd) .button {
    align-self: flex-start;
}

.forms-content-subscribe .forms__input-block:nth-child(even) .button {
    align-self: flex-end;
}

.forms__content.forms-content-subscribe .forms__input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.forms__title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.75em;
    margin-bottom: 25px
}

.forms__text {
    font-size: .875em;
    margin: 15px 0;
}

.bold {
    font-weight: 700;
}

.forms__input-block {
    margin-bottom: 5px;
    width: 100%;
}

.forms__facebook {
    width: 90%;
    align-self: center;
}

.forms__input-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.forms__input {
    width: calc(100% - 10px);
    border: none;
    /* padding: 0 5px 10px; */
    padding-left: 0;
    margin-bottom: 10px;
    font-size: .875em;
    border-bottom: 1px solid #b0b0b0;
}

.forms__input--valid {
    border-bottom: 1px solid black;
}

.forms__input--invalid {
    border-bottom: 1px solid red !important;
}

.forms__check-text.forms__input--invalid,
.forms__check-text.forms__input--valid {
    border: none;
}

.forms__input-tip {
    font-size: .875em;
    color: grey;
    display: inline-block;
}

.forms__input-tip-orange {
    color: #3366FF
}

.forms__radio-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.forms__radio {
    margin-right: 10px
}

.forms__radio-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    max-width: 120px
}

.forms__input-spisok {
    position: relative
}

.forms__input-spisok-image {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer
}

.forms__label {
    font-size: 16px;
    background: #e6e6e6;
    color: #0B254B;
    width: 400px;
    padding: 20px;
    margin-bottom: 30px;
    width: calc(100% - 40px)
}

.forms__link {
    color: #3366FF;
    text-decoration: underline;
}

.forms__check-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: .8125em
}

.forms__check {
    margin-right: 10px
}

.forms__picture-load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* height: 100px; */
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.forms__picture-load-info {
    width: 100%;
    /* height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.forms__input-text {
    width: 90%;
    padding-bottom: 10px;
    border-bottom: 1px solid #000
}

.forms__input-text--ok {
    color: #69c925
}

.forms__input-text--error {
    color: #e31d1d;
    border-bottom: 1px solid #e31d1d
}

.forms__phone-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.forms__phone-number {
    font-size: 1em;
    font-weight: 700;
    margin-right: 10px
}

.forms__phone-number-info {
    display: block;
    font-size: .8em;
    font-weight: 500;
    color: #3366FF;
}

.forms__phone-button {
    width: 40%;
    max-width: 285px
}

.forms__phone-button .button-empty {
    height: auto;
}

.forms__buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.forms__button-back {
    width: 20%;
    max-width: 167px
}

.forms__enter {
    font-weight: 700;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.froms__code {
    width: 9%;
    font-size: 20px;
    min-width: 60px;
    font-size: 18px !important;
}

.froms__any_amount {
    font-size: 20px;
    min-width: 44px;
    font-size: 18px !important;
}

.forms__button-go {
    width: 70%;
    max-width: 470px
}

.mobile {
    display: none;
}

.mobile:disabled {
    background-color: #fff;
    border: none;
}

.mobile-placeholder {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.jq-selectbox__select {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.form__under-calc .select-one .jq-selectbox__select {
    color: grey;
}

.form__under-calc .jq-selectbox__select {
    color: #0B254B;
    font-size: 1em;
}

.jq-selectbox__trigger {
    border: none;
}

.jq-selectbox__select:hover {
    background: transparent;
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    color: #fff;
    background: #3366FF;
    font-size: 15px;
    font-weight: 400;
}

.jq-selectbox li {
    padding-left: 20px;
    color: #3366FF;
    font-size: 15px;
}

.jq-selectbox__dropdown {
    border-radius: 0;
    border: 1px solid #0B254B;
    outline: none;
    top: 33px;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: none;
}

.progress-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 400;
    width: 100%;
}

.select-one {
    color: #999;
}

.jq-selectbox li.select-one {
    color: #999;
}

.jq-selectbox li.select-one:not(:only-child) {
    display: none !important;
}

.forms__picture-load-images {
    width: 30%;
}

.ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

/*.ajax-loading__img {*/
/*width: 22px;*/
/*height: auto;*/
/*max-width: 100%;*/
/*display: block;*/
/*position: absolute;*/
/*left: 50%;*/
/*top: 50%;*/
/*transform: translate(-50%,-50%);*/
/*}*/

@media (max-width: 796px) {
    .forms__content {
        width: calc(100% - 80px);
        /* max-width: 610px; */
        padding: 25px 40px 35px
    }
}

@media (max-width: 560px) {
    .forms__button-go {
        width: 60%
    }

    .forms__button-back {
        width: 30%
    }

    .progress-blocks__text {
        width: 14%;
        text-align: center;
    }

    .progress-blocks__text img {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-left: 40%;
    }

    .froms__code {
        width: 9%;
    }
}

@media (min-width: 431px) {
    .dn-inverse {
        display: none;
    }
}

@media (max-width: 430px) {
    .forms__picture-load-image {
        width: 100%;
        height: auto
    }

    .progress-blocks__text {
        width: 20%;
        text-align: center;
    }

    .froms__code {
        width: 11%;
    }

    .forms__content_2 {
        border-top: none;
        border-radius: 0px 0px 0px 0px;
        position: relative;
        top: -30px;
    }

    .forms__content_1 {
        border-bottom: none;
        border-radius: 0px 0px 0px 0px;
        margin-bottom: 0px;
    }

    .forms__title_1 {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        display: inline-block;
        margin-bottom: 10px;
    }

    .dn {
        display: none;
    }

    .mobile {
        display: inline-block;
        width: 30%;
        /* border: none; */
        margin: 0;
    }

    .mobile-link {
        display: inline-block;
        font-size: 12px;
        margin-top: 3px;
    }

    .mobile-text {
        width: 80%;
        display: inline-block;
        /* position: relative; */
        /* top: -43px; */
        /* top: -34px;
        left: 75px; */
    }

    .forms__enter {
        margin-top: 15px;
        font-weight: 400;
        font-size: 14px;
    }

    .mobile-link_2 {
        font-size: 16px;
    }

    .forms__buttons_2 {
        margin-top: 10px;
    }
}

/*@media (max-width:390px) {
    .forms__phone-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forms__phone-number {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
        width: 100%
    }
    .forms__phone-button {
        width: 100%
    }
    .froms__code {
        width: 15%;
    }
}*/

@media (max-width: 425px) {
    .maps__page {
        border-color: #3366FF;
    }

    .maps__page--active {
        background: #3366FF;
    }

    .reg-end__image {
        /*         display: none; */
    }

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

@media (max-width: 425px) {

    .index-steps,
    .index-maps,
    .index-testimonials,
    .index-footer,
    .index-reasons,
    index-licenses {
        /*height: 100vh;*/
        position: relative;
        top: 0;
    }

    .forms__text {
        /* text-align: center; */
    }

    .forms__input-tip {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .forms__content {
        width: calc(100% - 40px);
        max-width: 610px;
        padding: 25px 20px 35px
    }

    .forms__input-title {
        font-size: .7875em
    }
}

.info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b0b0b0;
    padding: 36px 0 28px;
    border-radius: 5px;
}

.info-title__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    max-width: 630px;
    margin-bottom: 5px
}

.info-title__value {
    font-weight: 700
}

@media (max-width: 380px) {
    .info-title {
        padding: 10px 0 10px
    }

    .info-title__row {
        font-size: .75em
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.progress__line {
    display: none;
    background: url(/img/site/progress-line.svg) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 17px;
    border-radius: 15px;
    margin-bottom: 20px;
    position: relative
}

.progress__block {
    position: absolute;
    bottom: -16px;
    width: 70px;
    height: 40px;
    border: 4px solid #7ce331;
    border-radius: 30px;
    background: #fff;
    font-size: 1.625em;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: transform .3s ease;
}

.progress__steps {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    margin-top: 10px;
}

.progress__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* min-width: 70px */
}

.progress__check {
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    background: grey;
    border-radius: 100%
}

.progress__check--active {
    background: url(/img/site/progress-check.svg)
}

.progress__text {
    margin-left: 5px;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
}

.text-check2 {
    font-weight: 400;
    font-size: 16px;
    margin-left: 10px;
}

@media (max-width: 900px) {
    .progress__line {
        margin-bottom: 10px
    }
}

@media (max-width: 530px) {
    .progress__step {
        /* width: 18%; */
        display: block;
        text-align: center;
    }

    .progress__check {
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .progress__line {
        min-height: 4px;
    }
}


@media (max-width: 350px) {
    .progress__steps {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 95%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .progress__step {
        min-width: 0;
        margin-bottom: 10px
    }
}

.button-empty {
    width: 100%;
    height: 40px;
    border: 1px solid #3366FF;
    background: 0 0;
    font-size: 1em;
    color: #3366FF;
    cursor: pointer;
    font-weight: 700;
}

.reg-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reg-end__image {
    margin: 40px 0 0;
}

.reg-end__text {
    width: 90%;
    text-align: center;
    margin: 40px 0;
}

.reg-end__smiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    margin-top: 20px;
    margin-bottom: 60px
}

.reg-end__smile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reg-end__smile-pict {
    margin-bottom: 5px
}

.reg-end__smile-num {
    font-size: 1em
}

.reg-end__smile-num--good {
    color: #6dcc3d
}

.reg-end__smile-num--bad {
    color: #f93636
}

.reg-end__connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0B254B;
    padding: 40px 40px 20px;
    margin-bottom: 40px;
    width: calc(95% - 80px);
    max-width: 746px;
    min-height: 0;
}

.reg-end__connect-title {
    text-align: center;
    max-width: 430px;
    font-size: 1.125em;
    margin-bottom: 40px
}

.reg-end__connect-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.reg-end__connect-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125em;
    margin: 0 auto
        /*margin: 0 10px*/
}

.reg-end__connect-image {
    margin-right: 20px
}

.reg-end__connect-text {
    margin-right: 10px;
    text-align: center
}

.reg-end__connect-link {
    color: #3366FF
}

@media (max-width: 769px) {
    .reg-end__image {
        margin-bottom: 0
    }

    .reg-end__connect {
        padding: 30px 15px;
        width: calc(95% - 60px)
    }
}

@media (max-width: 680px) {
    .reg-end__connect-block {
        margin-bottom: 20px
    }
}

@media (max-width: 530px) {
    .reg-end__text {
        text-align: left
    }

    .reg-end__connect-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reg-end__connect-image {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.lk-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.lk-info__customer {
    width: 100%;
    height: 32px;
    margin: 14px 0;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
}

.lk-info__info__block {
    width: 916px;
    height: 299px;
    border-radius: 5px;
    border: solid 1px #979797
}

.lk-info__status {
    width: 876px;
    height: 189px;
    margin: auto;
    border-radius: 5px;
    border: solid 1px #fcb715;
    background: rgba(252, 183, 21, 0.1);
}

.lk-info__status>div {
    width: 817.8px;
    height: 24px;
    padding: 14px;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.lk-info__status>.lk-info__status__title {
    font-weight: 700;
}

@media (max-width: 769px) {
    .lk-info__customer {
        width: 100%;
        height: 32px;
        margin-top: 8px;
        margin-bottom: 20px;
        font-family: "Open Sans";
        font-size: 24px;
        font-weight: 300;
        line-height: 33px;
        text-align: center;
    }

    .lk-info__info__block {
        width: unset;
        height: 299px;
        border-radius: unset;
        border: unset;
    }

    .lk-info__status {
        width: 95%;
        height: 215px;
        margin: auto;
        border-radius: 5px;
        border: solid 1px #fcb715;
        background: rgba(252, 183, 21, 0.1);
    }

    .lk-info__status>div {
        width: 95%;
        height: 24px;
        padding: 14px;
        font-family: "Open Sans";
        font-size: 18px;
        font-weight: 300;
        line-height: 25px;
    }

    .lk-info__status>.lk-info__status__title {
        font-weight: 700;
        text-align: center;
    }
}

.lk-info__image {
    max-width: 160px;
    margin: 10px 0;
    width: 25%;
}

.lk-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b0b0b0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 95%;
    max-width: 746px;
    min-height: 235px;
    border-radius: 5px;
}

.lk-info__title {
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
    margin: 10px 10px
}

.lk-info__text {
    text-align: center;
    max-width: 620px;
    font-size: 1em;
    margin: 10px
}

.lk-info__button {
    margin-bottom: 10px;
    width: 90%;
    max-width: 323px
}

.forms__conditions {
    margin-top: 15px;
    display: none;
    font-size: 1em;
}

@media (max-width: 425px) {
    .forms__conditions {
        font-size: 0.8em;
    }
}

.ui-menu .ui-menu-item-wrapper {
    padding: 9px 1em 9px .4em;
}

/*input[name="loan_bank_account_number"]:focus ~ .forms__conditions {*/
/*    display: block;*/
/*}*/

@media (max-width: 769px) {
    .lk-info {
        /* height: calc(100vh - 70px); */
        /* min-height: 320px; */
    }

    .lk-info__image {
        width: 25%
    }

    .lk-info__title {
        font-size: 1em
    }

    .lk-info__text {
        font-size: .875em
    }

    .lk-info__button {
        max-width: none
    }
}

.lk-loan__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b0b0b0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 95%;
    max-width: 918px;
    min-height: 235px;
    border-radius: 5px;
}

.lk-loan__loan_box {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #fcb715;
    background: rgba(252, 183, 21, 0.1);
}

.lk-loan__loan_box--danger {
    border: solid 1px #e12b2b;
    background: #fad9d9;
}

.lk-loan__payment_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #979797;
    margin-bottom: 2%;
    margin-top: 2.5%;
    width: 95%;
}

.lk-loan__subtitle {
    position: relative;
    margin-top: 1.5%;
    margin-bottom: 3%;
    font-size: 18px;
    font-weight: bolder;
    line-height: 22px;
}

.lk-loan__loan_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lk-loan__content_left {
    position: relative;
    left: 2.9%;
}

.lk-loan__agreement_number {
    width: 200px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.lk-loan__loan_amount {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

@media (max-width: 769px) {
    .lk-loan__loan_amount {
        font-size: 18px;
    }
}

.lk-loan__loan_amount--overdue {
    font-weight: 400;
}

.lk-loan__loan_amount--danger {
    color: #e33a3a;
    font-weight: 900;
}

.lk-loan__value_left {
    text-align: left;
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
}

.lk-loan__content_right {
    position: relative;
    right: 2.9%;
}

.lk-loan__label_right {
    width: 200px;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.lk-loan__label_full_repayment {
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.lk-loan__value_right {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

.lk-loan__divider {
    width: 94.5%;
    height: 1px;
    background: #fcb715;
    margin-top: 1%;
}

.lk-loan__divider--danger {
    background: #e12b2b;
}

.lk-loan__button {
    border-radius: 50px;
    width: 317px;
    height: 60px;
    border: none;
    background: #3366FF;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin-top: 8%;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
}

@media (max-width: 769px) {
    .lk-loan__button {
        margin-top: 22%;
    }
}

.lk-loan__button--disabled {
    background: #ccc;
    cursor: default;
}

.lk-loan__radio_label {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.lk-loan__radio_sub_label {
    width: 788px;
    text-align: left;
    color: #6b6b6b;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-left: 20px;
    margin-bottom: 3%;
    margin-top: 0.5%;
}

.lk-loan_customer_name {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
}

.lk-loan__payment_methods {
    margin-top: 5%;
    margin-bottom: 2%;
}

.lk-loan__payment_full {
    position: relative;
    left: 2.9%;
}

.lk-loan__payment_renew {
    position: relative;
    left: 2.9%;
}

.lk-loan__payment_renew_last {
    position: relative;
    left: 2.9%;
}

.lk-loan__payment_renew_any {
    position: relative;
    left: 2.9%;
}

@media (max-width: 769px) {
    .lk-loan__loan_box {
        width: 100%;
    }

    .status__content {
        height: 267px !important;
        width: 79% !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .lk-loan__loan_row {
        flex-direction: column;
        align-items: baseline;
    }

    .lk-loan__subtitle {
        margin-bottom: 3%;
    }

    .lk-loan__label_right {
        width: 95%;
        text-align: left;
        margin-top: 3%;
    }

    .lk-loan__label_full_repayment {
        margin-top: 3%;
        text-align: left;
    }

    .lk-loan__value_right {
        text-align: left;
    }

    .lk-loan__content_right {
        width: 100%;
        align-self: start;
        left: 3.6%;
        right: unset;
    }

    .lk-loan__content_left {
        width: 100%;
        left: 3.5%;
    }

    .lk-loan__label_left {
        width: 95%;
    }

    .lk-loan__agreement_number {
        width: 95%;
    }

    .lk-loan__loan_amount {
        width: 95%;
        margin: 5px 0;
    }

    .lk-loan__divider {
        margin-top: 4%;
        margin-bottom: 0%;
        width: 92%;
    }

    .lk-loan__payment_box {
        width: 100%;
        margin-top: 4%;
    }

    .lk-loan__content {
        border: none;
    }

    .lk-loan__radio_label {
        width: 95%;
    }

    .lk-loan__radio_sub_label {
        width: 95%;
    }

    .lk-loan__payment_methods {
        margin-top: 5%;
        margin-bottom: 10%;
    }

    .lk-loan__subtitle {
        margin-top: 4%;
        margin-bottom: 3%;
        font-family: "Open Sans";
        font-size: 17px;
        font-weight: 700;
        line-height: 23px;
    }

    .lk-loan__radio_label {
        width: 95%;
    }

    .lk-loan__radio_sub_label {
        width: 95%;
        margin-top: 2%;
    }

    .lk-loan__payment_full {
        left: 0%;
        margin-top: 4%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .lk-loan__payment_renew {
        left: 0%;
        margin-top: 2%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .lk-loan__payment_renew_last {
        left: 0%;
        margin-top: 2%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .lk-loan__payment_renew_any {
        left: 0%;
        margin-top: 2%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .lk-loan__loan_amount--overdue {
        width: 280px;
    }

    .m-l-3-6 {
        left: 3.6%;
    }

    .lk-loan__button {
        width: 95%;
    }
}

.lk-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lk-alert__image {
    max-width: 160px;
    margin: 30px 0
}

.lk-alert__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    margin-top: 20px;
    max-width: 746px;
    min-height: 235px
}

.lk-alert__title {
    text-align: center;
    font-weight: 700;
    font-size: 1.625em;
    margin: 30px 10px
}

.lk-alert__table {
    width: 95%;
    max-width: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lk-alert__red {
    color: #e31d1d
}

.lk-alert__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: .875em;
    margin-bottom: 10px
}

.lk-alert__row--red {
    color: #e31d1d
}

.lk-alert__value {
    font-weight: 700
}

.lk-alert__text {
    max-width: 620px;
    font-size: 1em;
    margin: 20px 10px
}

.lk-alert__button {
    margin-bottom: 15px;
    width: 90%;
    max-width: 610px
}

@media (max-width: 769px) {
    .lk-alert {
        height: calc(100vh - 70px);
        min-height: 400px
    }

    .lk-alert__image {
        width: 25%;
        margin: 5px
    }

    .lk-alert__title {
        font-size: 1em;
        margin: 20px 0
    }

    .lk-alert__row {
        font-size: .75em;
        margin-bottom: 5px
    }

    .lk-alert__text {
        font-size: .875em
    }
}

.calculator-short {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator-short .calculator {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.calculator-short__content {
    width: 575px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator-short__title {
    margin-top: 40px;
    margin-bottom: 30px;
    width: 95%;
    max-width: 610px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator-short__text {
    font-size: 1em;
    text-align: center
}

.calculator-short__calc {
    font-size: 1.3em;
    text-align: center;
    font-weight: 600
}

.calculator-short__scroll-block {
    width: 95%;
    max-width: 610px;
    margin-bottom: 25px
}

.calculator-short__info {
    width: 95%;
    max-width: 610px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator-short__info-line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875em
}

.calculator-short__info-line--bold {
    font-weight: 600;
    font-size: 1em
}

.calculator-short__money {
    text-align: right
}

.calculator-short__button {
    margin-bottom: 30px;
    width: 75%;
}

.calculator-short__button .button {
    border-radius: 100px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 50px;
}

.calculator-short__notif {
    width: 94%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

@media (max-width: 796px) {
    .calculator-short {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .calculator-short__content {
        width: 95%;
        height: 500px;
        margin: 20px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .calculator-short__title {
        margin-top: 40px;
        margin-bottom: 30px;
        width: 95%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .calculator-short__text {
        font-size: 1em;
        text-align: center
    }

    .calculator-short__calc {
        font-size: 1.5em;
        text-align: center;
        font-weight: 600
    }

    .calculator-short__scroll-block {
        width: 95%;
        margin-bottom: 0;
    }

    .calculator-short__info {
        width: 95%;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .calculator-short__info-line {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .875em
    }

    .calculator-short__info-line--bold {
        font-weight: 600
    }

    .calculator-short__money {
        text-align: right
    }
}

.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login__content {
    padding: 20px 40px;
    width: calc(95% - 80px);
    max-width: 750px;
    border: 1px solid #b0b0b0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px 0;
    border-radius: 5px;
}

.login__title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 700;
    font-size: 1.625em;
    margin-bottom: 30px;
    text-align: center
}

.login__input-block {
    margin: 10px 0;
    width: 100%
}

.login__input-title {
    font-weight: 700;
    font-size: .875em;
    margin-bottom: 25px
}

.login__input {
    border: none;
    border-bottom: 1px solid #b0b0b0;
    width: 100%;
    font-size: 1em;
    padding-bottom: 15px
}

.login__get-password {
    width: 60%;
    max-width: 280px;
    margin-bottom: 10px;
    margin-top: 10px
}

.login__text {
    font-size: 1em;
    color: #b2b2b2;
    margin-bottom: 10px
}

.login__autorization {
    width: 100%
}

.login__autorization button {
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0px 4px 10px rgba(1, 132, 212, 0.3);
}

.login__autorization button[disabled=disabled] {
    box-shadow: none;
}

@media (max-width: 769px) {
    .login {
        /*height: 100vh;*/
        min-height: 480px;
    }
}

@media (max-width: 450px) {
    .login__get-password {
        width: 100%
    }
}

.status__content {
    padding: 20px 40px;
    width: 86.5%;
    height: 456px;
    border: 1px solid #b0b0b0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.status__icon {
    margin-bottom: 20px;
}

.status__success_title {
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    margin-bottom: 40px;
}

.status__success_subtitle {
    color: #838383;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

.status__failure_title {
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    margin-bottom: 5px;
}

.status__failure_subtitle {
    color: #838383;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.status__failure_retry_btn {
    width: 317px;
    height: 59px;
    border: solid 1px #3366FF;
    background: #3366FF;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.approval__express {
    color: #3366FF;
    font-size: 18px;
}

.approval__title {
    font-weight: 700;
    color: #0B254B;
    font-size: 16px;
    margin-bottom: 10px;
}

.approval__title label {
    display: block;
    padding: 10px !important;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.approval__title input:checked+label {
    border-color: #7DE331;
    position: relative;
}

.approval__title input:checked+label:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    background: url('/img/site/socials/tick.svg') 50% 50% no-repeat;
    background-size: cover;
}

.approval__title label:before {
    display: none !important;
}

.approval__subtitle {
    font-weight: 400;
    color: #0B254B;
    font-size: 14px;
    margin-bottom: 20px;
}

.approval__methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.approval__tos {
    overflow-y: scroll;
    height: 100px;
    border: 1px solid #b0b0b0;
    margin-top: 10px;
}

.approval__tos_text {
    font-weight: 400;
    color: #0B254B;
    margin: 10px;
}

.bunner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bunner__image {
    background: url(//dummyimage.com/747x240);
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 240px;
    max-width: 746px;
    margin: 60px 0
}

@media (max-width: 480px) {
    .bunner__image {
        background: url(//dummyimage.com/320x240);
        margin: 20px 0
    }
}

.steps-list {
    width: 100%;
    max-width: 747px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px
}

.steps-list__block {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.steps-list__num {
    color: #e5e5e5;
    font-size: 3.75em;
    font-weight: 600;
    margin-right: 25px
}

.steps-list__num_4 {
    position: relative;
    top: -20px;
}

.steps-list__num_5 {
    position: relative;
    top: -35px;
}

.steps-list__text {
    font-size: 1.125em;
    margin-bottom: 5px
}

@media (max-width: 769px) {
    .steps-list {
        width: 95%;
        max-width: 688px
    }
}

.howpay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

.howpay__title {
    font-weight: 700;
    font-size: 1.625em;
    margin: 0 10px;
    text-align: center
}

.howpay__content {
    width: 100%;
    max-width: 747px
}

.howpay__pay-list {
    margin-top: 30px
}

.howpay__pay-list-title {
    color: grey;
    font-size: 1.375em;
    margin-bottom: 25px
}

.howpay__pay-list-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.howpay__pay-list-block {
    margin: 10px 35px 10px 0
}

.howpay__pay-list-text {
    font-size: 1.125em
}

.howpay__button {
    width: 323px
}

@media (max-width: 769px) {
    .howpay__content {
        width: 95%;
        max-width: 688px
    }

    .howpay__button {
        width: 95%;
        max-width: 690px
    }
}

.connect-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

.connect-us__content {
    width: 100%;
    max-width: 747px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.connect-us__title {
    font-weight: 700;
    font-size: 1.625em;
    margin: 0 10px 35px;
    text-align: center
}

.connect-us__subtitle {
    font-size: 1.125em;
    margin: 0 10px 20px;
    text-align: center
}

.connect-us__button {
    width: 323px
}

@media (max-width: 769px) {
    .connect-us__button {
        width: 95%;
        max-width: 690px
    }
}

.howget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

.howget__title {
    font-weight: 700;
    font-size: 1.625em;
    margin: 0 10px 35px;
    text-align: center
}

.howget__content {
    width: 100%;
    max-width: 747px
}

.howget__text {
    font-size: 1.125em;
    color: #4c4c4c;
    margin-bottom: 15px
}

.howget__button {
    margin-top: 56px;
    width: 323px
}

@media (max-width: 769px) {
    .howget__content {
        width: 95%;
        max-width: 688px
    }

    .howget__button {
        width: 95%;
        max-width: 690px
    }

    .bunner__image {
        background: url(/img/site/cash.svg) no-repeat center;
        height: 200px;
    }

    .bunner__image_give {
        background: url(/img/site/hand.svg) no-repeat center;
        height: 200px;
    }

    .bunner__talk {
        background: url(/img/site/talk.svg) no-repeat center;
        height: 200px;
    }

    .howpay__pay-list-block {
        margin-right: 20px;
    }
}

@media (max-width: 425px) {
    .bunner {
        display: none;
    }

    .howget__title,
    .howpay__title {
        margin-top: 30px;
    }

    .steps-list__num {
        font-size: 2.5em;
        vertical-align: top;
    }

    .howget__button,
    .howpay__button {
        margin-top: 10px;
    }

    .howget,
    .howpay {
        margin-bottom: 25px;
    }

    .footer__copyrights {
        text-align: center;
    }

    .steps-list__num {
        position: relative;
        top: -30px;
    }

    .steps-list__num_1 {
        top: -65px;
    }

    .steps-list__num_4 {
        top: -100px;
    }

    .howpay__pay-list-title {
        font-size: 1.5em;
    }

    .howpay__title {
        font-size: 2.15em;
    }

    .howpay__pay-list-block {
        width: 13%;
        margin-right: 10px;
    }

    .howpay__pay-list-block_2 {
        width: 20%;
    }

    .steps-list__num_5 {
        top: -75px;
    }

    .steps-list__num_11 {
        top: -45px;
    }
}

@media (max-width: 350px) {
    .steps-list__num_1 {
        top: -85px;
    }

    .steps-list__num_4 {
        top: -110px;
    }

    .steps-list__num_11 {
        top: -55px;
    }
}

.aboutus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

.aboutus__title {
    font-weight: 700;
    font-size: 1.625em;
    margin: 0 10px 35px;
    text-align: center
}

.aboutus__content {
    width: 100%;
    max-width: 747px;
    text-align: left;
}

.aboutus__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.aboutus__block-pict {
    margin-bottom: 30px;
    display: none;
}

.aboutus__block-title {
    font-size: 1.375em;
    margin-bottom: 30px;
    text-align: center;
    -ms-align-self: flex-start;
    align-self: flex-start;
}

.aboutus__block-text {
    margin-bottom: 25px;
    font-size: 1.125em
}

.aboutus__button {
    margin-top: 20px;
    width: 323px
}

@media (max-width: 769px) {
    .aboutus__content {
        width: 95%;
        max-width: 688px
    }

    .aboutus__button {
        width: 95%;
        max-width: 690px
    }
}

.faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

.faq__title {
    font-weight: 700;
    font-size: 1.625em;
    margin: 0 10px 35px;
    text-align: center;
    text-transform: uppercase;
}

.faq__subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

.faq__buttons {
    width: 676px;
    margin: 56px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 769px) {
    .faq__buttons {
        flex-direction: column;
        width: 560px;
    }
}

@media (max-width: 560px) {
    .faq__buttons {
        width: 380px;
    }
}

.faq__buttons .button {
    margin: 0 58px;
    box-sizing: border-box;
}

@media (max-width: 769px) {
    .faq__buttons .button {
        margin: 20px 58px;
    }
}

.faq__buttons .button:hover {
    background: #ffffff;
    border: 1px solid #3366FF;
    color: #3366FF;
}

.faq__blocks {
    width: 747px;
    margin-bottom: 60px
}

.faq__blocks-title {
    font-size: 1.375em;
    color: grey;
    margin-bottom: 20px
}

.faq__block {
    margin-bottom: 10px
}

.faq__block-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer
}

.faq__block-question-text {
    text-decoration: underline;
}

.faq__block-question-pict {
    background: url(/img/site/faq-question.svg) no-repeat;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    margin-right: 12px
}

.faq__block-question-pict--active {
    background: url(/img/site/faq-question-active.svg) no-repeat
}

.faq__block-question-text {
    font-size: 1.125em;
    font-weight: 700;
    color: #4c4c4c
}

.faq__block-question--active {
    text-decoration: none
}

.faq__block-answer {
    display: none;
    margin-left: 40px;
    margin-bottom: 20px
}

.faq__block-answer-text {
    margin-bottom: 10px;
    font-size: 1.125em;
    color: #4c4c4c
}

.faq__button {
    margin-top: 20px;
    width: 323px
}

@media (max-width: 769px) {
    .faq__blocks {
        width: 95%;
        max-width: 688px;
        margin-left: 10px
    }

    .faq__button {
        width: 95%;
        max-width: 690px
    }
}

@media (max-width: 425px) {
    .faq__title {
        margin-top: 30px;
    }

    .faq__button {
        margin: 0;
    }

    .faq {
        margin-bottom: 25px;
    }
}

.faq__auth__block {
    overflow: hidden;
    height: 0px;
    transition: height;
}

.faq__auth__block.show {
    height: auto;
}

/* Error Page */
.error-section {
    background: #F8F9FA;
    padding: 40px 0 90px 0;
}

.error-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.error-header {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #0B254B;
}

.error-content .title {
    position: relative;
}

.error-content .title .text {
    font-size: 256px;
    font-weight: 700;
    color: #EAEEF2;
    text-shadow: 0 0 0 transparent, -1px -1px 0 #bbc0cb, 0px -1px 0 #bbc0cb, 1px -1px 0 #bbc0cb, -1px 0px 0 #bbc0cb, 0px 0px 0 #bbc0cb, 1px 0px 0 #bbc0cb, -1px 1px 0 #bbc0cb, 0px 1px 0 #bbc0cb, 1px 1px 0 #bbc0cb, -2px -2px 0 #bbc0cb, -1px -2px 0 #bbc0cb, 0px -2px 0 #bbc0cb, 1px -2px 0 #bbc0cb, 2px -2px 0 #bbc0cb, -2px -1px 0 #bbc0cb, -1px -1px 0 #bbc0cb, 0px -1px 0 #bbc0cb, 1px -1px 0 #bbc0cb, 2px -1px 0 #bbc0cb, -2px 0px 0 #bbc0cb, -1px 0px 0 #bbc0cb, 0px 0px 0 #bbc0cb, 1px 0px 0 #bbc0cb, 2px 0px 0 #bbc0cb, -2px 1px 0 #bbc0cb, -1px 1px 0 #bbc0cb, 0px 1px 0 #bbc0cb, 1px 1px 0 #bbc0cb, 2px 1px 0 #bbc0cb, -2px 2px 0 #bbc0cb, -1px 2px 0 #bbc0cb, 0px 2px 0 #bbc0cb, 1px 2px 0 #bbc0cb, 2px 2px 0 #bbc0cb;
}

.error-content .title img {
    left: 30%;
    transform: translateY(-50%);
    position: absolute;
    top: 70%;
}

.error-content .desc {
    font-size: 20px;
    line-height: 22px;
    color: #747983;
    position: relative;
    top: -0.5em;
}

@media (max-width: 480px) {
    .error-header {
        text-align: center;
        font-size: 28px;
    }

    .error-content .title .text {
        font-size: 196px;
    }

    .error-content .title img {
        left: 23%;
    }

    .error-content .desc {
        font-size: 16px;
        top: 0.5em;
    }
}

@media (max-width: 480px) {
    .error-content .title .text {
        font-size: 146px;
    }

    .error-content .title img {
        left: 27%;
        top: 62%;
        height: 104px;
    }

    .error-content .desc {
        top: -0.5em;
    }
}

/* End Error page */

.lk-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

.lk-404__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    max-width: 746px;
    min-height: 235px
}

.lk-404__title {
    text-align: center;
    font-size: 12.5em;
    margin: 0 10px
}

.lk-404__text {
    text-align: center;
    max-width: 620px;
    font-size: 1em;
    margin: 10px 10px 60px
}

.lk-404__button {
    width: 90%;
    max-width: 323px
}

@media (max-width: 320px) {
    .lk-404 {
        margin-bottom: 30px
    }

    .lk-404__title {
        font-size: 7.625em
    }
}

.lk-info__text {
    margin-bottom: 20px;
}

@media (max-width: 580px) {
    .lk-info__content {
        margin-top: 0;
    }

    .lk-info__image {
        margin-bottom: 0;
    }

    .lk-info__text {
        font-size: .78em;
    }

    .lk-info__button {
        margin-top: 20px;
    }

    .connect__section,
    .howpay__section {
        margin-top: 40px;
    }

    .steps-list__num {
        font-size: 2.3em;
    }

    .steps-list {
        margin-bottom: 40px;
    }

    .howpay,
    .aboutus {
        margin-bottom: 40px;
    }

    .aboutus__content .aboutus__block:last-child {
        margin-bottom: 0;
    }

    .lk-404__text {
        margin: 10px 10px 40px;
    }

    .calculator-short {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .lk-info__text {
        margin-bottom: 10px;
    }

    .progress__steps {
        margin-bottom: 0;
    }

    .forms__content {
        margin-bottom: 0;
    }

    .registration__forms {
        margin-bottom: 40px;
    }

    .progress__block {
        position: absolute;
        bottom: -14px;
        width: 70px;
        height: 26px;
        border: 3px solid #7ce331;
        border-radius: 30px;
        background: #fff;
        font-size: 1em;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 320px) {
    .lk-info__image {
        margin-top: 0;
    }
}

.my-kabinet {
    margin-top: 9px;
}

.calculator-note-text--short {
    margin-top: 35px;
    margin-bottom: 20px;
}

@media (max-width: 769px) {
    .my-kabinet {
        margin-top: 5px;
    }

    .lk-loan_customer_name {
        margin-top: 0px;
        margin-bottom: 32px;
    }

    .calculator-short__notif {
        margin-bottom: 0px;
    }

    .calculator {
        width: 100%;
    }

    .calculator-note-text--short {
        margin-top: 12px;
    }
}

.button {
    border-radius: 8px;
}

.login__get-password .button {
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.jq-selectbox li.selected.select-one {
    background: unset;
}

.registration__forms,
.lk-info__image {
    margin-top: 0;
}

.registration__info-title {
    margin-top: 12px;
}

@media (max-width: 768px) {
    .lk-info__content {
        border: none;
    }

    .lk-info__content {
        margin-top: 0;
    }

    .lk-info__image {
        margin-bottom: 0;
    }

    .registration__info-title {
        margin-top: 20px;
    }

    .forms__content {
        margin-bottom: 0;
    }

    .registration__forms {
        margin-bottom: 40px;
    }
}

@media (max-width: 425px) {

    .howget__title,
    .howpay__title,
    .faq__title,
    .connect-us__title {
        font-size: 1.7em;
        margin-top: 0;
    }

    .howget__section {
        margin-top: 40px;
    }

    .calculator-short {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .calculator-short__content {
        width: 95%;
        margin-top: 0;
        border: 1px solid #0B254B;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .calculator__money {
        margin-left: -3px !important;
    }

    .calculator__date {
        margin-left: -3px !important;
    }

    .calculator__pay {
        margin-left: -3px !important;
    }

    .forms__text {
        font-size: .7875em;
    }

    .forms__input {
        font-size: .7875em;
    }

    .forms__input-title {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .forms__title {
        margin-bottom: 10px;
        font-size: 1.2rem;
    }

    .forms__input-tip,
    .forms__radio-button,
    .forms__check-text {
        font-size: .7875em;
    }

    .registration__forms input[type=radio]+label {
        margin-top: 3.4px;
    }

    .jq-selectbox__trigger-arrow {
        top: 7px;
    }

    .jq-selectbox__select-text,
    .forms__label,
    .forms__input-text {
        font-size: .8875em;
        line-height: 20px;
    }

    .form__under-calc .jq-selectbox__select-text,
    .form__under-calc .forms__label,
    .form__under-calc .forms__input-text {
        font-size: 1em;
    }

    .forms__input {
        margin-bottom: 0;
        margin: 15px 0 10px 0;
    }

    .forms__input-block {
        margin-bottom: 0;
    }

    .jq-selectbox__select {
        height: 20px;
    }

    .forms__buttons {
        margin-top: 20px;
    }

    .forms__content {
        padding: 25px 20px 20px;
        margin: 0 auto;
    }

    .jq-selectbox li {
        font-size: 15px;
    }

    .city-fix li {
        font-size: 10px !important;
    }

    .jq-selectbox li.selected.select-one {
        font-size: 12px;
    }

    .jq-selectbox li {
        padding: 3px 10px 3px;
    }

    .city-fix li:hover,
    .city-fix li.selected {
        font-size: 10px !important;
    }

    .jq-selectbox li:hover,
    .jq-selectbox li.selected {
        font-size: 15px;
    }

    .forms__radio-block {
        margin-top: 10px;
    }

    .forms__label {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .forms__check-text {
        margin-top: 10px;
    }

    .forms__picture-load-info {
        height: 62%;
    }

    .forms__picture-load .forms__input-title {
        margin-top: 0;
    }

    .forms__picture-load {
        margin-bottom: 10px;
    }

    .forms__content .forms__picture-load:last-child {
        margin-bottom: 0;
    }

    .text-check2 {
        font-size: 12px;
    }

    .progress__steps {
        width: 100%;
        /* justify-content: center; */
    }

    .progress__text {
        margin-left: 0px;
    }

    .progress__step {
        /* min-width: 17%; */
    }

    .forms__content {}
}

/* DENIS CODE */

.borderNone {
    border: none;
}

.brs {
    border-radius: 5px;
}

.brs-1 {
    border-radius: 5px 5px 0px 0px;
}

.brs-2 {
    border-radius: 0px 0px 5px 5px;
}

.forms__input-text {
    opacity: 0.5;
}

.forms__input-title {
    margin-top: 7px;
}

.forms__content_mobile {
    display: none;
}

.forms-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.forms-flexblock__title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 18px;
}

.forms-flexblock__status {
    height: 40px;
    width: 110%;
    margin-top: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.forms-flexblock__img {
    width: 103%;
}

.orange {
    background: #3366FF;
}

.green {
    background: #69c925;
}

.red {
    background: #e31d1d;
}

.forms__input-text {
    opacity: 1;
}

.forms__input-text_05 {
    color: #aaa;
}

@media (max-width: 768px) {
    .forms__content_dn {
        display: none;
    }

    .forms__content_mobile {
        display: block;
    }

    .contacts__image {
        width: 25px;
        margin-left: 30px;
    }
}

@media (max-width: 768px) {
    .forms-flexblock {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .forms-flexblock__img {
        width: 180px;
    }

    .forms-flexblock__status {
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .forms-flex {
        margin-bottom: 0px;
    }
}

@media (max-width: 368px) {
    .forms-flexblock__img {
        width: 160px;
    }

    .forms-flexblock__status {
        width: 100%
    }
}

@media (max-width: 500px) {

    .login__content,
    .reg-end__connect,
    .forms__content,
    .info-title {
        border: none;
    }

    .jq-selectbox__trigger-arrow {
        right: 2px;
    }
}

.calculator__moblie {
    display: none;
}

@media (max-width: 425px) {
    .registration__info-title {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .registration__forms {
        margin-bottom: 10px;
    }

    .registration__progress {
        margin-bottom: 0;
    }

    .forms__content {
        margin: 0 auto;
        width: 100%;
        position: relative;
        /* right: 20px; */
        padding: 30px 0;
    }

    .front__calculator {
        margin-top: 34px;
        width: 96%;
    }

    .calculator {
        justify-content: start;
    }

    .testimonials__pages_desktop {
        display: none;
    }

    .testimonials__pages_mobile {
        display: flex;
    }

    .testimonials__title {
        margin-top: 40px;
    }

    .calculator__desktop {
        display: none;
    }

    .calculator__moblie {
        display: flex;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .hwaw p {
        max-width: 330px;
    }

    .calculator__info-line {
        justify-content: start;
        margin-bottom: 10px;
    }

    .my-input {
        width: 100%;
    }

    .my-input-wrapper {
        width: 96%;
        margin-bottom: 15px;
    }

    .calculator__first_payment_date {
        margin-left: 2% !important;
    }

    .front__calculator--nomargintop {
        margin-top: 0;
    }

    .calculator__scroll-block {
        margin-bottom: 0;
    }

    .calculator__scroll-block--full-width {
        margin: 10px auto
    }

    .calculator__content {
        margin-top: unset;
    }

    .calculator__title {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .calculator__title--full-width {
        margin: 10px
    }

    .button {
        font-size: 0.9em;
    }

    .lk-alert {
        margin-top: 40px;
    }

    .calculator-short__calc {
        font-size: 18px;
    }

    .aboutus__block-pict {
        display: none;
    }

    .steps__blocks--slider {
        max-width: 212px;
    }

    .steps__text {
        width: 212px;
    }
}

@media (max-width: 795px) {
    .my-input {
        background: transparent;
        outline: none;
    }

    .my-input-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {

    .steps__pict img {
        max-height: 90px;
        width: auto;
    }
}

@media (max-width: 340px) {
    .front__calculator {
        margin-top: 25px;
    }

    .front__calculator--nomargintop {
        margin-top: 0;
    }

    .steps__num {
        position: relative;
        top: 10px;
    }

    .calculator-short__title {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .calculator-short__info {
        margin-bottom: 0;
    }

    .calculator-short__scroll-block {
        margin-bottom: 0;
    }

    .steps__num {
        margin-bottom: 0;
        top: 0;
    }

    .steps__title {
        margin-bottom: 0;
    }

    .steps__title {
        font-size: 1.2em;
    }

    .steps__pict img {
        max-height: 94px;
        /*width: auto;*/
    }

    .steps__num {
        font-size: 3.3em;
    }

    .steps__title {
        margin-top: 10px;
    }
}

.my-input {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 500px) {

    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        -webkit-box-shadow: none;
        border-radius: 0px;
        box-shadow: none;
    }
}

.footer__dragonpay {
    display: none;
}

.footer__dragonpay_desktop img {
    margin-top: 15px;
}

@media (max-width: 600px) {
    .footer__dragonpay_desktop {
        display: none;
    }

    .footer__dragonpay {
        display: block;
        margin-top: -19px;
    }

    .footer__contacts_row {
        margin-top: 34px;
    }

    .footer__dragonpay img {
        margin-top: 10px;
    }
}

.header__link,
.header__logo {
    border: unset;
    margin-top: 9px;
}

.header__link {
    margin-top: 8px;
}

.header__logo a {
    outline: none;
    text-indent: -99999px;
    text-decoration: none;
    color: #0B254B;
    font-size: 22px;
}

.header__link span {
    width: 140px;
    height: 20px;
    display: inline-block;
    background: url(/img/site/logo.svg);
}

@media (max-width: 769px) {
    .header__link span {
        width: 73px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        background: url(/img/site/logo_m.svg);
    }

    .header__logo {
        margin-top: -13px;
    }

    .header__link {
        margin-top: 5px;
    }

    /*.home .testimonials__img {
        max-width: 128px;
    }*/
}

@media (max-height: 640px),
(max-width: 500px) {
    .home .testimonials__img {
        max-width: 96px;
        margin-bottom: 15px;
    }
}

.button-empty {
    border-radius: 8px;
    height: 50px;
}

.main-register-form .forms__content .forms__buttons .forms__button-back .button-empty {
    height: 45px;
}

.section {
    width: 100%;
}

@media (max-width: 795px) {
    .home .testimonials__text {
        max-width: 450px;
    }
}

@media (max-width: 500px) {

    .maps__get-cash-button,
    .calculator__submit-button,
    .steps__get-cash-button {
        width: 255px;
        margin-bottom: 10%;
    }

    .calculator__content {
        width: 100%;
    }

    .scroll-block__line {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .scroll-block__info {
        margin-bottom: 5px;
    }

    .calculator__content--full-width {
        width: 100%
    }

    .home .testimonials__title {
        padding-bottom: 0px;
        font-size: 30px;
        line-height: 110%;
    }

    .home .testimonials__text {
        margin-bottom: 0px;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        max-width: 300px;
    }

    .home .testimonials__social {
        margin-bottom: 4px;
    }

    .calculator-short__content {
        border: 0px !important;
        border-color: #fff;
    }

    .reg-end__text {
        margin-top: 0;
    }

    .reg-end__smiles {
        margin: 0px;
    }

    .reg-end__connect {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    section.registration-end {
        margin-top: 40px;
    }

    form .error {
        font-size: .7875em;
    }

    .button-empty,
    .button {
        font-size: 0.8em;
    }

    .footer__copyrights {
        font-size: 0.7em;
    }

    .footer__copyrights-picts {
        justify-content: center;
        margin-top: 30px;
    }

    .forms__input-block .jq-selectbox__dropdown {
        width: 100% !important;
    }
}

@media (max-width: 340px) {
    .calculator__content {
        width: 94%;
    }

    .calculator__content--full-width {
        width: 100%;
    }
}

.aboutus {
    text-align: center;
}

@media (min-width: 500px) {
    .lk-alert__button {
        margin-bottom: 60px;
    }
}

.jq-selectbox__select:active {
    background: unset;
    box-shadow: unset;
}

@media (min-width: 700px) {
    .bunner__section {
        display: none;
    }

    .connect__section,
    .howget__section,
    .howpay__section {
        margin-top: 40px;
    }
}

.pay__pict {
    max-width: 130px;
    display: inline-block;
    vertical-align: middle;
}

.pay__picts .pay__pict:nth-child(1) {
    margin-right: 20px;
    margin-top: 6px;
}

.howget__text {
    color: #0B254B;
    margin-bottom: 0;
}

.howget .steps-list {
    margin-bottom: 40px;
}

.howget__button {
    margin-top: 0;
}

.howget {
    margin-bottom: 40px;
}

.aboutus__block:last-child {
    margin-bottom: 0;
}

.aboutus__block:last-child .aboutus__block-text {
    margin-bottom: 0;
}

.aboutus__button {
    margin-top: 40px;
}

.aboutus {
    margin-bottom: 40px;
}

.aboutus__block {
    margin-bottom: 0px;
}

.aboutus__block-title {
    margin-bottom: 20px;
}

.connect-us {
    margin-bottom: 40px;
}

.faq__blocks {
    margin-bottom: 40px;
}

.faq__button {
    margin-top: 40px;
}

.faq {
    margin-bottom: 40px;
}

.howpay .steps-list__block:nth-child(1) {
    margin-top: 0;
}

.howpay .steps-list__block {
    margin-top: 40px;
}

.howpay .steps-list__info p {
    margin-left: 20px;
}

.howpay .steps-list__info ul li {
    margin-bottom: 10px;
}

.howpay .steps-list__info ul li:last-child {
    margin-bottom: 0;
}

.howpay .steps-list {
    margin-bottom: 0;
}

.howpay .howpay__button {
    margin: 0 auto;
    margin-top: 40px;
}

.howpay {
    margin-bottom: 40px;
}

.howpay ul {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
    /* padding-left: 10px; */
}

.header__menu-mobile-button a.button {
    padding: 1px 0px 2px;
    /* display: block; */
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    margin-right: 10px;
    /* vertical-align: middle; */
    line-height: 2.3em;
    max-width: 100%;
    width: 100%;
    min-width: unset;
    border-radius: 8px;
}

.forms__picture-load img {
    display: block;
    margin: 0 auto;
    /* max-width: 100%;
    max-height: 100px; */
    width: 100%;
}

.forms__picture-load-info {
    max-width: 65%;
}

@media (max-width: 425px) {

    .howpay .steps-list__info p {
        margin-left: 10px;
    }
}

/* Denis code */
@media (max-width: 330px) {
    .calculator__money {
        font-size: 13px;
    }

    .calculator__date {
        font-size: 13px;
    }
}

@media (max-width: 310px) {
    .calculator__money {
        font-size: 12px;
    }

    .calculator__date {
        font-size: 12px;
    }
}

.jq-selectbox__dropdown ul {
    overflow-y: auto;
    max-height: 320px;

}

.button-empty.active {
    background: #3366FF;
    color: #fff;
    border: 1px solid #3366FF;
}

input[type="file"] {
    display: none;
}

.forms-flexblock label,
.forms__picture-load label {
    display: block;
}

.forms__picture-load label {
    height: 40px;
    width: 100%;
    margin-top: 0;
    /* margin-bottom: 14px; */
    color: #fff;
    line-height: 40px;
    text-align: center;
    max-width: 240px;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    cursor: pointer;
    padding: 0 15px;
    text-wrap: nowrap;
}

.login__get-password .button.disabled {
    /* border: 1px solid #b3b3b3;
    background: 0 0;
    color: #b2b2b2; */
    background: #EAEEF2;
    border: none;
    color: #BBC0CB;
}

@media (min-width: 500px) {
    .steps__section {
        overflow: hidden;
    }
}

.registration__forms select {
    pointer-events: none;
    cursor: default;
}

input.forms__check {
    display: none !important;
}

/*
@media (min-width: 784px){
    .progress__line .progress__block.final {
        transform: translate(670px, 0px) rotate(0rad) skewX(0rad) scale(1, 1) !important;
    }
} */

@media (max-width: 1280px) {

    /*    .progress__block {
            right: 0;
        }*/
    .progress__block {
        bottom: -14px;
    }
}

/*
@media (max-width: 784px){
    .progress__line .progress__block.final {
        right: 0px !important;
        left: unset !important;
        transform: unset !important;
    }
}*/

@media (max-width: 500px) {

    /*    .progress__line .progress__block.final {
            right: 0 !important;
        }*/
    .header__menu-mobile-button {
        min-width: 178px;
        max-width: 178px;
    }

    .header__menu-mobile-login {
        margin-left: 30px;
    }

    body.hidden {
        overflow: hidden;
        max-height: calc(100vh - 60px);
    }
}

input#name-home {
    text-transform: capitalize;
}

input#name-home:focus::-webkit-input-placeholder {
    color: transparent;
}

input#name-home:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input#name-home:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input#name-home:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.invalid-input-hint {
    font-size: 0.8em;
    display: block;
    margin-bottom: 4px;
    color: red;
}

.invalid-input-hint.invalid-input-hint-orange {
    color: #3366FF;
}

.calculator__inputs-n-button {
    position: relative;
}

.my-input.phone-input+.invalid-input-hint {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0px;
    bottom: 48px;
}

@media (max-width: 784px) {
    .my-input.name-home+.invalid-input-hint {
        position: relative;
        top: 0;
        margin-top: 0px;
    }

    .my-input.phone-input+.invalid-input-hint {
        position: relative;
        margin-top: 0px;
        bottom: unset;
    }

    .invalid-input-hint {
        font-size: .7em
    }
}

@media (max-width: 784px) {
    .my-input.name-home+.invalid-input-hint {
        position: relative;
        top: 0;
        margin-top: 0px;
    }

    .my-input.phone-input+.invalid-input-hint {
        position: relative;
        margin-top: 0px;
    }
}

input[name="thirty-three"],
input[name="twenty-one"] {
    text-transform: capitalize;
}

/* КОСТЫЛЬ - УБРАТЬ!! */

@media (max-width: 330px) {
    .jq-selectbox__dropdown {
        width: 100% !important;
    }
}

.front__calculator .calculator__inputs-n-button .button {
    margin-top: 6px;
    max-height: 50px;
    border-radius: 8px;
}

.front__calculator .calculator__inputs-n-button .button:disabled {
    background: #b3b3b3 !important;
    border: 1px solid #b3b3b3 !important;
    color: #FFF !important;
}

/* .front__calculator .my-input.name-home,
.front__calculator .my-input.phone-input {
    padding-top: 6px;
    padding-bottom: 6px;
} */

.front__calculator .calculator__inputs-n-button {
    /*margin-top: 10px;*/
}

.login__content .login__input.phone-input {
    margin-bottom: 10px;
}

.forms__text span.red {
    color: red;
    background: unset;
}

@media (min-width: 350px) and (max-width: 400px) {

    /*    .footer__pay {
            margin-top: 0;
        }
        .footer__copyrights {
            margin-top: 0;
            margin-bottom: 0;
        }*/
    /*    .contacts__social {
            margin-bottom: 0;
        }*/
    /*    .footer__contacts {
            margin-top: 0;
        }
        .footer__pay,
        .footer__copyrights,
        .footer__contacts {
            height: 28%;
            position: relative;
        }
        .footer__contacts {
            margin-top: 40px;
        }
        .footer__copyrights {
            margin-top: 20px;
        }
        .footer__pay .pay {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
        }*/
    .contacts__phone {
        margin-bottom: 20px;
    }
}

@media (min-width: 400px) and (max-width: 600px) {
    /*    .footer__pay {
            margin-top: 0;
        }
        .footer__copyrights {
            margin-top: 0;
            margin-bottom: 0;
        }*/
    /*    .contacts__social {
            margin-bottom: 0;
        }*/
    /*   .footer__contacts {
           margin-top: 0;
       }
       .footer__pay,
       .footer__copyrights,
       .footer__contacts {
           height: 28%;
           position: relative;
       }
       .footer__contacts {
           margin-top: 60px;
       }
       .footer__copyrights {
           margin-top: 20px;
       }
       .footer__pay .pay {
           position: absolute;
           width: 100%;
           top: 50%;
           transform: translateY(-50%);
       }*/
}

@media (min-width: 320px) and (max-width: 600px) and (min-height: 639px) {

    /*    .footer__pay {
            margin-top: 0;
        }
        .footer__copyrights {
            margin-top: 0;
            margin-bottom: 0;
        }*/
    .contacts__social {
        /*margin-bottom: 0;*/
        margin-bottom: 10px
    }

    .footer__contacts {
        margin-top: 0;
    }

    /*    .footer__pay,
        .footer__copyrights,
        .footer__contacts {
            height: 28%;
            position: relative;
        }
        .footer__pay {
            min-height: 122px;
        }
        .footer__contacts {
            margin-top: 60px;
        }
        .footer__copyrights {
            margin-top: 20px;
        }
        .footer__pay .pay {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
        }*/
}

@media (min-width: 320px) and (max-width: 600px) and (min-height: 730px) {
    .footer__pay {
        margin-top: 0;
    }

    .footer__copyrights {
        margin-top: 0;
        margin-bottom: 0;
    }

    .contacts__social {
        margin-bottom: 0;
    }

    .footer__contacts {
        margin-top: 0;
    }

    .footer__pay,
    .footer__copyrights,
    .footer__contacts {
        height: 28%;
        position: relative;
    }

    .footer__pay {
        margin-top: 20px;
    }

    .footer__contacts {
        margin-top: 80px;
    }

    .footer__copyrights {
        margin-top: 20px;
    }

    .footer__pay .pay {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .contacts__phone {
        margin-bottom: 20px;
    }
}

/* PIXEL 2 XL */
@media (min-width: 411px) and (max-width: 411px) and (min-height: 823px) {
    .footer__pay {
        margin-top: 0;
    }

    .footer__copyrights {
        margin-top: 0;
        margin-bottom: 0;
    }

    .contacts__social {
        margin-bottom: 0;
    }

    .footer__contacts {
        margin-top: 0;
    }

    .footer__pay,
    .footer__copyrights,
    .footer__contacts {
        height: 28%;
        position: relative;
    }

    .footer__pay {
        margin-top: 20px;
    }

    .footer__contacts {
        margin-top: 90px;
    }

    .footer__copyrights {
        margin-top: 20px;
    }

    .footer__pay .pay {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* IPHONE X */
@media (min-width: 375px) and (max-width: 375px) and (min-height: 812px) {
    .footer__pay {
        margin-top: 0;
    }

    .footer__copyrights {
        margin-top: 0;
        margin-bottom: 0;
    }

    .contacts__social {
        margin-bottom: 0;
    }

    .footer__contacts {
        margin-top: 0;
    }

    .footer__pay,
    .footer__copyrights,
    .footer__contacts {
        height: 28%;
        position: relative;
    }

    .footer__pay {
        margin-top: 20px;
    }

    .footer__contacts {
        margin-top: 95px;
    }

    .footer__copyrights {
        margin-top: 20px;
    }

    .footer__pay .pay {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* 320x640 */
@media (min-width: 320px) and (max-width: 320px) and (min-height: 640px) {
    .footer__pay {
        margin-top: 0;
    }

    .footer__copyrights {
        margin-top: 0;
        margin-bottom: 0;
    }

    .contacts__social {
        margin-bottom: 0;
    }

    .footer__contacts {
        margin-top: 0;
    }

    .footer__pay,
    .footer__copyrights,
    .footer__contacts {
        height: 28%;
        position: relative;
    }

    .footer__pay {
        margin-top: 10px;
    }

    .footer__contacts {
        margin-top: 60px;
    }

    .footer__copyrights {
        margin-top: 20px;
    }

    .footer__pay .pay {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .contacts__phone {
        margin-bottom: 20px;
    }

    .footer__copyrights-picts {
        margin-top: 20px;
    }

    .footer__copyrights {
        margin-top: 10px;
    }
}

/* IPHONE 5 */
@media (max-width: 320px) and (max-height: 600px) and (min-height: 490px) {
    .footer__pay {
        padding-bottom: 20px;
    }

    .contacts__phone {
        margin-bottom: 20px;
    }

    .footer__copyrights {
        margin-top: 40px;
    }

    .footer__contacts {
        padding-bottom: 10px;
    }
}

/* IPHONE 4 */
@media (max-width: 320px) and (max-height: 490px) {
    .footer__pay {
        padding-bottom: 10px;
    }

    .contacts__phone {
        margin-bottom: 20px;
    }

    .footer__copyrights {
        margin-top: 40px;
        font-size: 0.7em;
    }

    .footer__copyrights-picts {
        margin-top: 23px;
    }
}

/* IPHONE 6/7/8 PLUS */
@media (max-width: 415px) and (max-height: 740px) and (min-height: 840px) {
    .footer__pay {
        padding-bottom: 10px;
        margin-top: 20px;
    }

    .contacts__phone {
        margin-bottom: 20px;
    }

    /*     .footer__copyrights {
            margin-top: 40px;
        } */
}

@media (max-width: 320px) and (min-height: 700px) {
    .contacts__phone {
        margin-bottom: 20px;
    }

    .footer__pay {
        padding-bottom: 40px;
    }

    .footer__copyrights {
        margin-top: 60px;
    }
}

@media (max-width: 650px) {
    .mobile-placeholder {
        display: block;
        text-align: left;
    }

    .forms__form.forms__form--end input.mobile:disabled {
        display: none;
    }

    .forms__form.forms__form--end .forms__text.mobile-text {
        width: 100%;
        text-align: left;
        display: block;
        top: unset;
        left: unset;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .forms__form.forms__form--end .forms__enter {
        margin-top: 0;
    }

    .forms__form.forms__form--end .forms__phone-button {
        max-width: 140px;
    }

    .forms__form.forms__form--end .forms__content.forms__content_2 .forms__title {
        margin-top: 10px;
    }
}

@media (max-width: 768px) and (min-width: 700px) {
    .forms__form.forms__form--end .forms__content.forms__content_2 {
        margin-top: 20px;
    }
}

.lk-404__button a {
    text-decoration: none;
}

.spinner {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container1>div,
.container2>div,
.container3>div {
    width: 6px;
    height: 6px;
    background-color: #cccccc;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bouncedelay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.calculator {
    height: 100%;
}

.form__under-calc {
    display: block;
    margin: 30px 0px;
    padding: 20px 15px;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    background: white;

}

.form__under-calc .text,
.form__under-calc select.text {
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #b0b0b0;
    width: 100%;
    font-size: 1em;
    padding-bottom: 15px;
}

.form__under-calc select.text,
.form__under-calc .jq-selectbox.text {
    padding-bottom: 0
}

.form__under-calc .jq-selectbox__select {
    padding-bottom: 15px;
    height: 47px;
}

.form__under-calc .text+.invalid-input-hint,
.form__under-calc select.text+.invalid-input-hint {
    margin-top: -15px;
    margin-bottom: 15px;

}

.form__under-calc .button {
    margin-bottom: 25px;
    height: 40px;

}

.kod {
    text-align: left;
    /*margin-top: 20px;*/
}

.kod .kod__input {
    display: inline-block;
    width: 30% !important;
    /*margin-right: 10px;*/
}


.kod .kod__button {
    display: inline-block;
    text-align: right;
    width: 67% !important;
    padding-left: 20px;
    /*margin-bottom: 50px;*/
}

.kod button {
    height: 40px;
    margin-right: 0px;
}

.name__input {
    /*margin-top: 30px;*/
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

.form__under-calc a.user-politic {
    text-decoration: underline;
    color: black;
}

.check {
    margin-bottom: 25px;
}

.default-button {
    width: 160px;
    height: 36px;
    border: none;
    background: #3366FF;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 800px) {
    .menu-fix-button {
        padding: 8px 22px;
        width: max-content;
        height: initial;
    }
}

.default-button .orange {
    background: #3366FF;
}

@media (max-width: 770px) {
    .default-button {
        width: 92px;
        font-size: 11px;
        text-transform: uppercase;
        padding: 0px;
    }
}

#moneyRed {
    position: relative;
}

#moneyRed:before {
    content: "";
    width: calc(100% - 41px);
    left: 41px;
    height: 8px;
    position: absolute;
    background: #fd7373;
    z-index: 2;
    opacity: 0;
    transition: all 250ms ease;
}

@media (max-width: 450px) {
    #moneyRed:before {
        width: calc(100% - 55px);
        left: 55px;
    }
}

#moneyRed.active:before {
    opacity: 1;
}

@media (max-width: 530px) {
    .form__under-calc label {
        font-size: 0.8em;
    }

    .form__under-calc input[type=checkbox]+label::before {
        content: "";
        display: inline-block;
        height: 22px;
        width: 24px;
        margin: 0 16px -5px 0;
        border: 1px solid #3366FF;
    }
}

@media (max-width: 444px) {
    .form__under-calc label {
        font-size: 0.7em;
    }

    .form__under-calc input[type=checkbox]+label::before {
        content: "";
        display: inline-block;
        height: 22px;
        width: 24px;
        margin: 0 16px -8px 0;
        border: 1px solid #3366FF;
    }
}

@media (max-width: 350px) {
    .form__under-calc label {
        font-size: 0.5em;
    }

    .form__under-calc input[type=checkbox]+label::before {
        content: "";
        display: inline-block;
        height: 22px;
        width: 24px;
        margin: 0 16px -8px 0;
        border: 1px solid #3366FF;
    }
}

@media (max-width: 991px) {
    .hidden-mobile {
        display: none;
    }
}

@media (min-width: 991px) {
    .hidden-desktop {
        display: none;
    }
}

@media (max-width: 992px) {
    .kod .kod__input {
        width: 30% !important;
    }

    .kod .kod__button {
        width: 65% !important;
        padding-left: 25px;
    }
}

@media (max-width: 648px) {
    .kod .kod__input {
        width: 30% !important;
    }

    .kod .kod__button {
        width: 63% !important;
        padding-left: 25px;
    }
}

@media (max-width: 474px) {
    .kod .kod__input {
        width: 30% !important;
    }

    .kod .kod__button {
        width: 61% !important;
        padding-left: 20px;
    }
}

.t-a-c {
    text-align: center;
}

.forms__phone-button--geo {
    /*width: 250px;*/
}

.button-image.geo-pos {
    margin: 0 2%;
    background: url(/img/site/geo-position.svg);
    height: 32px;
}

.pay_button {
    width: 100%;
}

.capitalize {
    text-transform: capitalize;
}

.mt4 {
    margin-top: 40px;
}

.mb4 {
    margin-bottom: 40px;
}

[input_template="passport_number"],
[input_template="driver_license"] {
    text-transform: uppercase;
}

.lk-loan--sum {
    font-size: 22px;
}

.jq-selectbox__dropdown ul {
    z-index: 999;
}

.email-address {
    position: relative;
    left: 20%;
    top: -10px;
}

.personal-info {
    font-size: 1.05em;
}

.testimonials .maps__get-cash-button {
    margin-bottom: 50px;
}

.header__content .default-button {
    margin-right: 15px;
}

.max-width {
    width: 100%;
    max-width: calc(100% - 25px);
}

/*.header__menu-mobile .multilanguage{*/
/*    display: none;*/
/*}*/

.header__menu-mobile .multilanguage {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
}

.calif {
    height: auto;
}

.image-turn {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.logged-content {
    width: 100%;
    height: 50%;
}

.logged-menu {
    background: #EBEBEB;
    height: inherit;
    width: 100%;
}

@media (max-width: 550px) {
    .header__content .multilanguage {
        display: none;
    }

    .multilanguage ul {
        flex-direction: row;
    }
}

@media (max-width: 420px) {
    .header__content--cat {
        margin-left: 20px;
        margin-right: 10px;
    }

    .header__content--cat img {
        width: 100px;
    }

    .header__content .default-button {
        margin-right: 10px;
        width: 95px;
        font-size: 10px;
    }
}

.header__content--cat img {
    width: 156px;
    vertical-align: middle;
}

/* breadcrumb */
.breadcrumb {
    list-style: none;
    display: flex;
    padding: 0;
    font-size: 11px;
    color: #0B254B;
    margin: 30px 0 15px;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb>li+li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/";
}

.breadcrumbs__section {
    width: 100%;
    max-width: 747px;
    margin: 0 auto;
}

@media (max-width: 769px) {
    .breadcrumbs__section {
        display: none;
    }
}

/* end breadcrumb */


/** Licenses **/

.licenses__only4licenses {
    color: #0B254B;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.4px;
    margin-bottom: 2%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.licenses__only4licenses_mobile {
    color: #0B254B;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.4px;
    width: 320px;
    margin-top: 30px;
    display: none;
    font-family: 'Roboto', sans-serif;
}

.licenses__blocks__wrapper {
    width: 100%;
}

.licenses__blocks {
    position: relative;
    width: 100%;
    max-width: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.licenses__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-self: center;
}


.licenses__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.licenses__step_right {
    margin-left: 54px;
}

.licenses__empty {
    height: 20px;
    background: #FFF;
}

.licenses__num {
    color: #e6e6e6;
    font-size: 40px;
    font-weight: 700;
    align-self: start;
    margin-left: 8%;
    margin-top: 6%;
    font-family: 'Roboto', sans-serif;
}

.licenses__pict {
    margin-bottom: 17px;
    height: 126px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.licenses__pict img {
    max-width: 100%;
    max-height: 100%;
}

.licenses__text {
    width: 500px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.licenses__button {
    width: 323px
}

.licenses__blocks--slider {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    /*width: 95%;*/
    width: 317px;
    max-width: 317px;
    margin: 0 auto;
    overflow: hidden;
    display: none
}

.licenses__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.licenses__block--slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 317px;
    width: 317px;
    text-align: center;
}

.licenses__pagination {
    display: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.licenses__arrow {
    cursor: pointer;
    min-width: 16px;
    min-height: 20px
}

.licenses__arrow:first-of-type {
    margin-right: 15px
}

.licenses__arrow:last-of-type {
    margin-left: 15px
}

.licenses__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.licenses__page {
    width: 10px;
    height: 10px;
    background: #f2f2f2;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 100px;
}

.licenses__page--active {
    width: 20px;
    height: 20px;
    background: #3366FF;
    ;
    border-radius: 100px;
}

.licenses__get-cash-button {
    width: 325px;
    height: 45px;
    border: none;
    background: #3366FF;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 4px 10px rgba(1, 132, 212, 0.3);
    margin-top: 3%;
    margin-bottom: 2%;
    font-family: 'Roboto', sans-serif;
}

.licenses__bottom-example {
    margin: 18px 96px 74px 96px;
    text-align: center;
}

.hidden {
    display: none;
}

@media (max-width: 991px) {
    .licenses__blocks {
        max-width: 750px
    }
}

@media (max-width: 425px) {
    .licenses__blocks--slider {
        max-width: 375.2px !important;
    }

    /*.licenses__text {*/
    /*    width: 355px!important;*/
    /*}*/
}

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

.licenses {
    background: linear-gradient(#FFF 50%, #E3E3E3 80%);
    width: 100%;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 950px) {
    .licenses {
        padding: 5px 0 0 0 !important;
    }

    .licenses__title-box {
        margin-top: 0;
    }

    .licenses__pict {
        margin-bottom: 17px;
        height: auto;
        margin-bottom: 30px;
    }

    .licenses__bottom-example {
        margin: 18px 36px;
    }

    .licenses__text {
        width: 212px;
    }

    .licenses__num {
        text-align: center;
        font-weight: 600;
        margin-bottom: 30px;
        margin-left: unset;
    }

    .licenses__empty {
        display: none;
    }

    .licenses__only4licenses_mobile {
        display: flex;
        font-size: 30px;
        line-height: 110%;
    }

    .licenses__button {
        width: 95%;
        max-width: 690px
    }

    .licenses__blocks {
        display: none;
    }

    .licenses__block {
        max-width: unset;
    }

    .licenses__blocks--slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .licenses__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.licenses__title-box {
    margin: 49px 0;
}

.licenses__title {
    font-size: 36px;
    letter-spacing: -0.36px;


    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #0B254B;
}

.licenses__subtitle {
    letter-spacing: -0.32px;
    font-size: 32px;


    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #0B254B;
}

.license__special-text {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: normal;
    color: #3366FF;

    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
}

.auth__block {
    max-width: 810px;
    margin: 50px auto;
}

@media (max-width: 769px) {
    .auth__block {
        max-width: 540px;
    }
}

@media (max-width: 420px) {
    .auth__block {
        max-width: 400px;
    }
}

.auth__block h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #FB7D01;
}

.auth__block p {
    margin-top: 25px;
    line-height: 120%;
    font-size: 14px;
}

@media (max-width: 769px) {
    .auth__block h3 {
        margin: 25px 10px;
        text-align: justify;
    }
}

.auth__block .auth__block__form {
    width: 420px;
    margin: 0px auto;
}

@media (max-width: 420px) {
    .auth__block .auth__block__form {
        width: 360px;
    }
}

.auth__block .form-group {
    padding: 50px 15px 0px 0px;
    margin-bottom: 24px;
}

.auth__block .form-group label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
}

.auth__block .form-group input[type=text] {
    height: 45px;
    width: 100%;
    border: 1px solid #979797;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    padding-left: 15px;
}

.auth__block .form-group.has-error label {
    color: red;
}

.auth__block .form-group.has-error input[type=text] {
    border-color: red;
}

.auth__block .form-group.has-error .help-block {
    font-size: 14px;
    color: red;
}

.auth__block .auth__block__form button {
    width: 100%;
    height: 50px;
    border: none;
    background: #F87F2C;
    /*background: #939393;*/
    border-radius: 25px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.auth__block .auth__block__form button[disabled=disabled] {
    background: #939393;
}

.auth__block .auth__block__form button[type=submit] {
    text-transform: uppercase;
}

.auth__block .auth__block__form button:hover {
    background: #ffffff;
    color: #F87F2C;
    border: 1px solid #F87F2C;
}

.howget__block {
    max-width: 850px;
    margin: 0px auto;
}

.howget__block .pagination {
    list-style: none;
    margin-bottom: 40px;
}

.howget__block .pagination li {
    display: inline-block;
}

.howget__block .pagination li a,
.howget__block .pagination li span {
    font-weight: 700;
    border: none;
    background: #3366FF;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 9px 20px;
    cursor: pointer;
    white-space: nowrap;
    font-size: .8em;
}

.howget__block .pagination li span {
    background-color: #c2c2c2;
}

.captcha {
    width: 180px;
    height: 50px;
    border: 1px solid red;
    background-color: #ccc;
}

.success-captcha {
    color: #00a65a;
}

.error-captcha,
.pan_id-error {
    color: red;
    font-size: 0.8em;
}

.user-photo {
    width: 100%;
    height: 100px;
}

#captcha-img {
    border: 1px solid #ccc;
    height: 52px;
    width: 180px;
    background-color: #ccc;
}

#captcha {
    color: black;
}

#refreshKaptchaButton {
    padding: 5px;
    /* display: flex; */
    width: 45px;
    height: 42px;
    background: url(/img/site/captcha/Vector.svg) no-repeat center;
    background-size: contain;
    border: 1px solid #CCC;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.captcha-input {
    width: 250px;
    letter-spacing: 0.00937em;
    box-sizing: border-box;
    padding: 10px 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #BBC0CB;
    border: 1px solid rgba(0, 0, 0, 0.24);
    transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    margin-bottom: 5px;
}

.otp-button {
    width: 100%;
    height: 45px;
    border: none;
    background: #3366FF;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.captcha-invalid-button {
    width: 70%;
}

#sendOtpAadhaarButton {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    width: 140px;
}

#sendOtpAadhaarButton:not(:active) {
    transition: background-color 200ms step-end;
}

#sendOtpAadhaarButton:active {
    background: #ccc;
}


.mobile-container {
    width: 1000px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .mobile-container {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .mobile-container {
        width: auto;
    }
}

.mobile-app {
    display: flex;
    margin-top: 100px;
    font-family: Roboto, sans-serif;
}

@media (max-width: 768px) {
    .mobile-app {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .mobile-app {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.mobile-image {
    margin-right: 50px;
}

@media (max-width: 968px) {
    .mobile-image {
        margin-right: 0px;
    }
}

.mobile-image .image-block {
    position: relative;
}

.mobile-image .image-block:before {
    content: "";
    position: absolute;
    bottom: 22px;
    left: -22px;
    background-image: url("/img/site/mobile-cat.png");
    width: 178px;
    height: 178px;
}

.mobile-description {
    width: 577px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .mobile-description {
        margin-top: 0px;
    }
}

@media (max-width: 968px) {
    .mobile-description {
        width: auto;
        padding: 0px 15px;
    }
}

@media (max-width: 968px) {
    .mobile-description {
        margin-bottom: 90px;
    }
}

.mobile-description h1 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 45px;
}

@media (max-width: 1000px) {
    .mobile-description h1 {
        font-size: 27px;
    }
}

@media (max-width: 468px) {
    .mobile-description h1 {
        font-size: 23px;
    }
}

.mobile-description ul {
    list-style: none;
    padding-left: 70px;
    margin-bottom: 100px;
}

.mobile-description ul li {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 1000px) {
    .mobile-description ul li {
        font-size: 27px;
    }
}

@media (max-width: 468px) {
    .mobile-description ul li {
        font-size: 23px;
    }
}

.mobile-description ul li:before {
    content: "";
    position: absolute;
    left: -70px;
    top: 0px;
    background-image: url("/img/site/mobile-arrow.svg");
    width: 35px;
    height: 35px;
}

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

.mobile-icon a {
    margin: 0px 10px;
}

@media (max-width: 1000px) {
    .mobile-icon a img {
        width: 170px;
    }
}

@media (max-width: 468px) {
    .mobile-icon a img {
        width: 140px;
    }
}

body.hidden {
    display: initial !important;
}

.error-section+.flex-container-fix {
    background-color: #F8F9FA;
}

.green-otp {
    color: #00a65a;
    font-size: 0.8em;
}

.ft-top-buttons {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.loader-overlay {
    display: flex;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 999;
}

span.loader {
    width: 128px;
    height: 128px;
    border: 12px solid #eaeef2;
    border-bottom-color: #3366FF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    /* opacity: 0; */
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.info-message {
    display: flex;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding: 8px 16px;
    background-color: #edeff2;
    border-radius: 4px;
    align-items: center;
    color: #747983;
    margin-bottom: 20px;
}

.info-message svg {
    margin-right: 16px;
}

.info-message .forms__text {
    margin: 0;
}

.input-for-pay__button {
    width: 200px !important;
    display: flex;
    margin: unset !important;
    height: 40px;
}

@media (max-width: 468px) {
    .input-for-pay__button {
        width: 120px !important;
    }
}

.input-for-pay__button__back {
    margin-right: 10px;
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #3366FF;
    color: #3366FF;
    padding: 9px 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    height: 40px;
}

.registration__forms .forms__content .register-info {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    padding: 4px 8px;
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    background: #edeff2;
    border-radius: 4px;
    color: #747983;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 32px;
}

.invisible-input {
    position: absolute;
    top: -1000px;
    left: -1000px;
    display: block !important;
}

.error {
    color: red;
    font-size: 16px;
}

/*** picture download ***/
@media (max-width: 530px) {
    forms__picture-load {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        width: 100%;
        /* height: 100px; */
        margin-bottom: 30px !important;
        align-content: flex-start;
    }

    .forms__picture-load-images {
        width: 65%;
    }

    .forms__picture-load label {
        /* height: 40px; */
        width: auto;
        margin-top: 0;
        margin-bottom: 14px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        max-width: 100%;
        -webkit-border-radius: 5%;
        -moz-border-radius: 5%;
        border-radius: 5%;
        cursor: pointer;
        padding: 0 15px;
    }

    .forms__input-title {
        text-wrap: nowrap;
    }

    .forms__picture-load-info {
        max-width: none;
    }
}

/*** end picture download ***/

/*** register steps ***/
.block_confirm_email .invalid-input-hint {
    margin-top: -9px;
}

.block_confirm_email .forms__title {
    margin-bottom: 0;
}

.block_confirm_email .forms__subtitle {
    text-align: center;
    width: 100%;
}

.block_confirm_email .forms__subtitle span {
    font-style: italic;
}

.block_confirm_email .forms__subtitle span img {
    width: 24px;
    margin-bottom: -4px;
    padding: 0 5px;
}

.block_confirm_email .confirm_email__button {
    margin: 30px auto 0;
    width: 326px;
    height: 51px;
}

.block_confirm_email .confirm_email__button button {
    border-radius: 0;
}

.block_confirm_email .confirm_email__verificate {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 14px;
}

.block_confirm_email .verificate_aria {
    width: 295px;
    height: 62px;
    border-radius: 5px;
    border: solid 1px #d0d0d0;
    background-color: #f8f8f8;
    margin: 0 auto 22px;
    padding: 5px 15px;
    text-align: left;
}

.block_confirm_email .verificate_aria p {
    color: #898989;
    margin-bottom: 5px;
}

.block_confirm_email .froms__code {
    background-color: #f8f8f8;
    width: 15%;
}

.block_confirm_email .resent_hint {
    margin-bottom: 10px;
}

.block_confirm_email .resend_link {
    color: #3366FF;
    text-decoration: underline;
    cursor: pointer;
}

.block_confirm_email .resend_link-disabled {
    color: #898989;
}

.referal-reg {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 32px;
}

.referal-reg__input-block {
    width: 30%;
}

.referal-reg__input-block input {
    background: #F8F9FA;
    width: calc(100% - 30px);
    mix-blend-mode: normal;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    padding: 15px;
    color: #0B254B;
}

.referal-reg__input-block input::placeholder {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */

    display: flex;
    align-items: center;

    color: #979797;
}

.referal-reg__title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 21px;
}

.referal-reg__hint {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */

    letter-spacing: 0.2px;

    color: #979797;
    margin-top: 5px;
}

.red-vix input {
    background: rgba(238, 73, 21, 0.1);
    border: 1px solid #EE4915;
    border-radius: 4px;
}

.red-vix .referal-reg__hint {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */

    letter-spacing: 0.2px;

    color: #EE4915;
}

@media (max-width: 920px) {
    .referal-reg__input-block {
        width: 80%;
    }

    .referal-reg {
        margin: 15px 0;
    }
}

.block_confirm_email .invalid-input-hint {
    margin-top: -9px;
}

.block_confirm_email .forms__title {
    margin-bottom: 0;
}

.block_confirm_email .forms__subtitle {
    text-align: center;
    width: 100%;
}

.block_confirm_email .forms__subtitle span {
    font-style: italic;
}

.block_confirm_email .forms__subtitle span img {
    width: 24px;
    margin-bottom: -4px;
    padding: 0 5px;
}

.block_confirm_email .confirm_email__button {
    margin: 30px auto 0;
    width: 326px;
    height: 51px;
}

.block_confirm_email .confirm_email__button button {
    border-radius: 0;
}

.block_confirm_email .confirm_email__verificate {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 14px;
}

.block_confirm_email .verificate_aria {
    width: 295px;
    height: 62px;
    border-radius: 5px;
    border: solid 1px #d0d0d0;
    background-color: #f8f8f8;
    margin: 0 auto 22px;
    padding: 5px 15px;
    text-align: left;
}

.block_confirm_email .verificate_aria p {
    color: #898989;
    margin-bottom: 5px;
}

.block_confirm_email .froms__code {
    background-color: #f8f8f8;
    width: 15%;
}

.block_confirm_email .resent_hint {
    margin-bottom: 10px;
}

.block_confirm_email .resend_link {
    color: #3366FF;
    text-decoration: underline;
    cursor: pointer;
}

.block_confirm_email .resend_link-disabled {
    color: #898989;
}

.file-panels {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.panel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /*max-width: 360px;*/
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    width: 85%;
    padding: 15px;
    max-width: 716px;
    margin-bottom: 40px;
}

.panel__title {
    align-self: center;
    text-align: center;
    font-weight: 800;
    font-size: 1.35em;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0px;
}

.rules-block {
    color: #9A9A9A;
    width: 100%;
    text-align: left;
}

.panel__subtext {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: center;
    margin: 15px 0;
}

.panel__image {
    max-width: 214px;
    width: 100%;
    display: block;
}

.panel__button-file {
    background: #3366FF;
    box-shadow: 0px 0px 50px rgba(38, 43, 82, 0.05);
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    padding: 8px;
    margin-top: 15px;
    max-width: 200px;
    width: 100%;
}

.rules-block__header {
    align-self: center;
    font-weight: 700;
    font-size: 1.35em;
    font-style: normal;
    letter-spacing: 0px;
    padding: 10px;
}

.rule {
    line-height: 34px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rule img {
    margin-right: 15px;
}

.rule span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    margin: 15px 0;
}

.button-empty-separate {
    width: 80%;
    border: 1px solid #b3b3b3;
    background: 0 0;
    font-size: 1em;
    color: #b2b2b2;
    cursor: pointer;
    font-weight: 700;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 20px;
}


@media (max-width: 500px) {
    .button-empty-separate {
        font-size: 0.8em;
    }
}

.file-panels .ajax-loading {
    position: relative;
    width: 30px;
    height: 30px;
    left: 43%;
}

input[type=checkbox]+label::before {
    height: 20px;
    width: 20px;
    border: 1px solid #3366FF;
}

.checkbox-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #0B254B;
}

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

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #3366FF;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.block_confirm_email .invalid-input-hint {
    margin-top: -9px;
}

.block_confirm_email .forms__title {
    margin-bottom: 0;
}

.block_confirm_email .forms__subtitle {
    text-align: center;
    width: 100%;
}

.block_confirm_email .forms__subtitle span {
    font-style: italic;
}

.block_confirm_email .forms__subtitle span img {
    width: 24px;
    margin-bottom: -4px;
    padding: 0 5px;
}

.block_confirm_email .confirm_email__button {
    margin: 30px auto 0;
    width: 326px;
    height: 51px;
}

.block_confirm_email .confirm_email__button button {
    border-radius: 0;
}

.block_confirm_email .confirm_email__verificate {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 14px;
}

.block_confirm_email .verificate_aria {
    width: 295px;
    height: 62px;
    border-radius: 5px;
    border: solid 1px #d0d0d0;
    background-color: #f8f8f8;
    margin: 0 auto 22px;
    padding: 5px 15px;
    text-align: left;
}

.block_confirm_email .verificate_aria p {
    color: #898989;
    margin-bottom: 5px;
}

.block_confirm_email .froms__code {
    background-color: #f8f8f8;
    width: 15%;
}

.block_confirm_email .resent_hint {
    margin-bottom: 10px;
}

.block_confirm_email .resend_link {
    color: #3366FF;
    text-decoration: underline;
    cursor: pointer;
}

.block_confirm_email .resend_link-disabled {
    color: #898989;
}

.block_confirm_email .invalid-input-hint {
    margin-top: -9px;
}

.block_confirm_email .forms__title {
    margin-bottom: 0;
}

.block_confirm_email .forms__subtitle {
    text-align: center;
    width: 100%;
}

.block_confirm_email .forms__subtitle span {
    font-style: italic;
}

.block_confirm_email .forms__subtitle span img {
    width: 24px;
    margin-bottom: -4px;
    padding: 0 5px;
}

.block_confirm_email .confirm_email__button {
    margin: 30px auto 0;
    width: 326px;
    height: 51px;
}

.block_confirm_email .confirm_email__button button {
    border-radius: 0;
}

.block_confirm_email .confirm_email__verificate {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 14px;
}

.block_confirm_email .verificate_aria {
    width: 295px;
    height: 62px;
    border-radius: 5px;
    border: solid 1px #d0d0d0;
    background-color: #f8f8f8;
    margin: 0 auto 22px;
    padding: 5px 15px;
    text-align: left;
}

.block_confirm_email .verificate_aria p {
    color: #898989;
    margin-bottom: 5px;
}

.block_confirm_email .froms__code {
    background-color: #f8f8f8;
    width: 15%;
}

.block_confirm_email .resent_hint {
    margin-bottom: 10px;
}

.block_confirm_email .resend_link {
    color: #3366FF;
    text-decoration: underline;
    cursor: pointer;
}

.block_confirm_email .resend_link-disabled {
    color: #898989;
}

/*** end register steps ***/

/*** telecom step 8 ***/
.telecom h2 {
    color: #0B254B;
    text-align: center;
    font-family: Open Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.telecom-block {
    margin-bottom: 36px;
    font-family: Open Sans;
}

.telecom-block:first-of-type {
    margin-top: 36px;
}

.telecom-block:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
}


.telecom-block.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.telecom-block.column {
    display: flex;
    flex-direction: column;
    width: calc(100% - 10px);
}

.first-p {
    color: #0B254B;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}

.second-p {
    color: #0B254B;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.telecom-block p.phone-label {
    color: #0B254B;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.telecom-block button.get-otp {
    display: flex;
    width: 218px;
    height: 50px;
    padding: 15px 26px 16px 26px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #3366FF;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    border: none;
}

.telecom-block button.get-otp.forms__input--invalid,
.telecom-block p.forms__input--invalid {
    border-bottom: none !important;
}

.telecom-block p.otp-label {
    color: #0B254B;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.telecom-block input.otp-code {
    width: 100%;
    color: #333;
    font-family: Open Sansns;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 246.154% */
}

.telecom-block button {
    font-family: Open Sans;
}

.telecom-block button.button-empty {
    width: 126px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #BBC0CB;
    background: #FFF;
    color: #BBC0CB;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.telecom-block button.submit-button {
    width: 428px;
    height: 45px;
    flex-shrink: 0;
    background: #3366FF;
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.telecom-block .forms__button-go {
    width: auto;
}

@media (max-width: 700px) {
    .telecom-block button.submit-button {
        width: 218px;
        height: 45px;
        flex-shrink: 0;
        background: #3366FF;
        padding: 0 25px;
    }
}

@media (max-width: 640px) {
    .telecom-block #phone-block {
        margin-bottom: 10px;
    }
}

@media (max-width: 470px) {
    .telecom-block:last-of-type {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
    }

    .telecom-block .button-empty {
        margin-bottom: 10px;
    }

    .telecom-block button.button-empty {
        width: 218px;
        height: 45px;
    }
}

/*** end telecom step 8 ***/

/*** step 8 bank statement ***/
#bank-statement {
    margin-top: 25px;
}

#bank-statement .top {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

#bank-statement .top .girl {
    width: 64px;
    height: 64px;
    background-color: #EAEEF2;
    border-radius: 50%;
    margin-right: 20px;

}

#bank-statement .info-content {
    border-radius: 12px;
    background-color: #eaeef2;
    flex-grow: 2;
    padding: 16px 20px;
    position: relative;
    color: var(--text-colors-black, #000);
    font-feature-settings: 'clig' off, 'liga' off;

    /* Body 1/Style 1 */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

#bank-statement .info-content .tail {
    position: absolute;
    left: -18px;
    width: 18px;
    height: 16px;
}

#bank-statement .content-block {
    margin-top: 20px;
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF;

    /* Shadow/to accentuate blocks */
    box-shadow: 4px 8px 15px 0px rgba(21, 48, 88, 0.10);
}

#bank-statement .content-block .radio {
    gap: 12px;
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

#bank-statement .content-block .radio-button {}

#bank-statement .content-block .banks {
    width: 100%;
}

#bank-statement .content-block .bank-list {
    width: 100% !important;
}

#bank-statement .content-block hr {
    height: 1px;
    border-width: 0;
    color: black;
    background-color: black;
    width: 100%;
    opacity: 0.1;
    margin: 0;
}

#bank-statement .content-block .info {
    display: none;
    color: var(--text-colors-gray, #747983);
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
}

#bank-statement .content-block .info.active {
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
}

#bank-statement .content-block .info ul {
    margin: 0;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#bank-statement .content-block .buttons {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 12px;
}

#bank-statement .content-block .buttons button {
    cursor: pointer;
}

#bank-statement .content-block .buttons .continue {
    display: flex;
    width: 236px;
    height: 48px;
    padding: 0px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 28px;
    background: var(--main-colors-orange, #3366FF);
    border: none;
    color: #fff;
}

#bank-statement .content-block .buttons .skip {
    color: var(--light-primary, #3366FF);
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    background-color: #fff;
    margin: 8px 0;
    display: none;
}

#bank-statement .content-block .error {
    display: none;
    color: red;
    /* margin: 10px 0; */
}

.perfios-waiting {
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}

.perfios-spinner {
    margin-top: 20px;
    width: 48px;
    height: 48px;
    border: 5px solid #3366FF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: 20px;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3366FF;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

/*** end step 8 bank statement ***/

.whatsapp {}

.whatsapp-inner {
    background: url("/img/site/whatsapp.png") no-repeat;
    background-size: contain;
    width: 150px;
    height: 60px;
}

.hidden-download-message {
    display: none;
}

.ft-item-image.logo img {
    width: 156px;
}

.wrongpage-container {
    margin-bottom: 20px;
}