@charset "UTF-8";
@import url('/fonts/Mulish/Mulish.css');
@import url('/fonts/OpenSans/OpenSans.css');
@import url('/fonts/Roboto/Roboto.css');

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600..); */
body {
    font-family: 'Mulish', serif !important;
    /* font-family: 'Open Sans', sans-serif; */
    margin: 0;
    padding: 0;
    /*transition: opacity .25s ease*/
}


body.hidden {
    height: 100%;
    overflow-y: hidden;
}


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

button:disabled {
    background: #b3b3b3 !important;
    border: 1px solid #b3b3b3 !important;
    ;
    color: #FFF !important;
}

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

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

a {
    color: #ff9e49;
}

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 #ff7f00
}

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

.header {
    background: #FFF;
    width: 100%;
    min-height: 70px;
    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
}

.header__menu-mobile {
    display: none;
    position: fixed;
    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: 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: 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); */
    overflow-y: auto;
    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: #000;
    margin: 25px 0;
    font-family: 'Mulish';
    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: 768px) {
    .logged-face {
        display: none;
    }

    .extra-left {
        display: none !important;
    }
}

.extra-menu-hid {
    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;
    right: -100px;
    width: 220px;
    z-index: 1000;
    display: none;
}

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

    color: #000000;
    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 {
    right: 0;
    top: 55px;
}

@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: #000;
    opacity: .5
}

.header__content {
    width: 95%;
    max-width: 920px;
    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: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.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: 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;
}

.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;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.steps__blocks .steps__text {
    max-width: 1000px;
    margin-bottom: 10px;
}

.steps__blocks .steps__text a,
.steps__blocks .steps__text a:visited {
    color: black;
}

.steps__only4steps_mobile {
    color: #000;
    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: #ff7f00;
    ;
    border-radius: 100px;
}

.steps__get-cash-button {
    width: 325px;
    min-height: 45px;
    border: none;
    background: #ff7f00;
    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(255, 127, 0, 0.3);
    margin-top: 5%;
    margin-bottom: 2%;
    font-family: 'Roboto', sans-serif;
}

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

@media (max-width:991px) {
    .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__section .steps__text {
    max-width: 1000px;
}

.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: #ff7f00;
}

.maps__get-cash-button {
    width: 325px;
    min-height: 45px;
    border: none;
    background: #ff7f00;
    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(255, 127, 0, 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
}

.index-testimonials .steps__text {
    max-width: 1000px;
    margin-bottom: 20px;
}

.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: #ff7f00;
    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: #ff7f00;
}

.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: #000;
    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: #ff7f00;
    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;
    }
}

.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: 80px;
    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
}

.footer__copyrights-pict {
    cursor: pointer
}

.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; */
    align-items: flex-start;
    /* min-width: 300px; */
}

.footer-download-block {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.footer-download-block img {
    width: 160px;
    height: 54px;
}
.footer-dragonpay {
    width: 150px;
    height: 73px;
}

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

.footer__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: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    align-items: flex-start;
    max-width: 920px;
}

@media (max-width:770px) {
    .footer__row {
        justify-content: space-around;
        /* margin-left: 5%; */
        /* margin-right: 5%; */
        display: flex;
        /* width: auto; */
        flex-direction: row;
    }

    .footer-download-block {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

.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: #ff7f00;
    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: #000;
}

.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 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.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%;
    }
}

.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: #000;
    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: #FF7F00;
}

@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: #ffa64d;
    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: #ff7f00;
    box-shadow: 0px 4px 10px rgba(255, 127, 0, 0.29);
    z-index: 2;
}

.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
}

.button {
    width: 100%;
    height: 45px;
    border: none;
    background: #ff7f00;
    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: #ff7f00;
    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: #ff7f00;
    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(255, 127, 0, 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;
}

.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: 95%;
    max-width: 746px;
    margin-bottom: 60px;
    margin-top: 50px;
}

.ajax-progress {
    height: 2px;
    background-color: #ff7f00;
    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: 98%
}

/*.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: #ff7f00
}

.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: #000;
    width: 400px;
    padding: 20px;
    margin-bottom: 30px;
    width: calc(100% - 40px)
}

.forms__link {
    color: #ff7f00;
    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;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-bottom: 30px
}

.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: #ff7f00;
}

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

.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: 44px;
    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: #000;
    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: #ff7f00;
    font-size: 15px;
    font-weight: 400;
}

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

.jq-selectbox__dropdown {
    border-radius: 0;
    border: 1px solid #000;
    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: -25px;
        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: #ff7f00;
    }

    .maps__page--active {
        background: #ff7f00;
    }

    .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 {
    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;
}

@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 #b3b3b3;
    background: 0 0;
    font-size: 1em;
    color: #b2b2b2;
    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 #000;
    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: #ff7f00
}

@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: 40px;
}

.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: #ff7f00;
    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: 100px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0px 4px 10px rgba(255, 127, 0, 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 #ff7f00;
    background: #ff7f00;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

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

.approval__title {
    font-weight: 700;
    color: #000;
    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: #000;
    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: #000;
    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(https://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(https://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;
}

.faq-new .faq-cta-button-wrapper {
    padding-bottom: 60px;
    text-align: center;
}

.faq-new .faq-cta-button-wrapper .default-button {
    width: 300px;
}

@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 #ff7f00;
    color: #ff7f00;
}

.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;
}

.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: 40px;
}

.login__get-password .button {
    border-radius: 100px;
    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 #000;
        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;
    }

    .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%;
    }

    .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: #ff7f00;
}

.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;
        margin: 0 auto;
    }

    .contacts__image {
        width: 25px;
        margin-left: 30px;
    }
}

@media (max-width: 768px) {
    .forms-flexblock {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

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

    .forms-flexblock__img {
        /* width: 180px; */
        object-fit: contain;
        width: 100%;
    }

    .forms-flexblock__status {
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .forms-flex {
        margin-bottom: 0px;
    }

    .forms__picture-load-images {
        margin: 0 auto;
    }
}

@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 20px;
    }

    .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;
    }

    /*html, body{*/
    /*    overflow-x: hidden;*/
    /*}*/
    .onepage-wrapper {
        overflow-x: hidden;
    }

    .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; */
    margin-top: 0;
}

@media (max-width: 600px) {
    .footer__dragonpay_desktop {
        /* display: none; */
        margin-bottom: 34px;
    }

    .footer__dragonpay {
        display: block;
        margin-top: -19px;
    }

    .footer__contacts_row {
        margin-top: 34px;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }

    .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: #000;
    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: 5px;
    height: 50px;
}

.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 {
        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: #000;
    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: 3em; */
    max-width: 100%;
    width: 100%;
    min-width: unset;
    border-radius: 40px;
}

.forms__picture-load img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100px;
}

.forms__picture-load-info {
    max-width: 74%;
}

@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: #ff7f00;
    color: #fff;
    border: 1px solid #ff7f00;
}

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

.login__get-password .button.disabled {
    border: 1px solid #b3b3b3;
    background: 0 0;
    color: #b2b2b2;
}

@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: #ff7f00;
}

.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: 100px;
}

/* .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: #ff7f00;
    border-radius: 20px;
    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;
    }
}

@media (max-width: 550px) {
    .menu-fix-button {
        margin-right: -60px !important;
    }
}

@media (max-width: 360px) {
    .menu-fix-button {
        margin-right: -40px !important;
    }
}

.default-button .orange {
    background: #ff7f00;
}

@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 #ff7f00;
    }
}

@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 #ff7f00;
    }
}

@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 #ff7f00;
    }
}

@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;
    }
}

/* breadcrumb */
.breadcrumb {
    list-style: none;
    display: flex;
    padding: 0;
    font-size: 11px;
    color: #000;
    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 {
        margin-left: 3%;
    }
}

/* end breadcrumb */


/** Licenses **/

.licenses__only4licenses {
    color: #000;
    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: #000;
    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: #ff7f00;
    ;
    border-radius: 100px;
}

.licenses__get-cash-button {
    width: 325px;
    height: 45px;
    border: none;
    background: #ff7f00;
    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(255, 127, 0, 0.3);
    margin-top: 3%;
    margin-bottom: 2%;
    font-family: 'Roboto', sans-serif;
}

.licenses__bottom-example {
    margin: 18px 96px 74px 96px;
    text-align: center;
}

@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: #000000;
}

.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: #000000;
}

.license__special-text {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: normal;
    color: #ff7f00;

    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: #FF7F00;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    white-space: nowrap;
    font-size: .8em;
}

.howget__block .pagination li span {
    background-color: #c2c2c2;
}


.mobile-container {
    width: 1000px;
    margin: 0px 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; */
}

/* reject page style */
.reject-message {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.reject-message-cat {
    margin-right: 33px;
}

.reject-message-content {
    max-width: 410px;
}

.reject-table-wrapper {
    background-color: #F6F7F9;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reject-table {
    width: 600px;
    border-radius: 10px;
    overflow: hidden;
}

.reject-table-head .reject-table-tr {
    margin-bottom: 0px;
}

.reject-table-tr:first-child {
    border-radius: 0 0 10px 10px;
}

.reject-table-tr {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    margin-bottom: 4px;
    border-radius: 10px;
}

.reject-table-tr>div:nth-child(1) {
    width: 162px;
}

.reject-table-tr>div {
    border-right: 2px solid #ffffff;
    box-sizing: border-box;
}

.reject-table-head-th {
    background-color: #EAEEF2;
    color: #7D7D7D;
    text-transform: uppercase;
    font-weight: 600;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reject-table-tr>div:nth-child(1) {
    width: 162px;
}

.reject-table-content-td:first-child {
    padding-left: 0px;
}

.reject-table-content-td {
    padding: 16px 0px 16px 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.reject-table-tr>div:nth-child(2) {
    width: 196px;
}

.reject-table-tr>div {
    border-right: 2px solid #ffffff;
    box-sizing: border-box;
}

.reject-table-tr>div:nth-child(3) {
    width: 88px;
}

.reject-table-tr>div {
    border-right: 2px solid #ffffff;
    box-sizing: border-box;
}

.reject-table-tr>div:nth-child(4) {
    width: 154px;
}

.reject-table-tr>div:last-child {
    border: none;
}

.reject-table-link {
    background-color: #FF6622;
    color: #ffffff;
    text-decoration: none;
    padding: 11px 24px;
    border-radius: 28px;
    text-align: center;
}

.reject-table-text {
    color: #000000;
    font-weight: 600;
    width: 100%;
}

.reject-table-info {
    color: #747983;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}

.reject-table-content-td img {
    max-height: 55px;
    max-width: 140px;
}

@media (max-width: 560px) {
    .reject-table-wrapper {
        padding-top: 20px;
    }

    .reject-table-head {
        display: none;
    }

    .reject-table-head {
        display: none;
    }

    .reject-table-tr:first-child {
        border-radius: 10px;
    }

    .reject-table-tr {
        margin: 0px 20px 4px 20px;
    }

    .reject-table-tr>div:nth-child(1) {
        width: 140px;
        padding-left: 5px;
    }

    .reject-table-tr>div:nth-child(3) {
        display: none;
    }

    .reject-table-tr>div {
        width: auto;
    }

    .reject-table-tr>div:nth-child(1) {
        width: 140px;
        padding-left: 5px;
    }

    .reject-table-content-td img {
        max-width: 100%;
    }

    .reject-table-text {
        font-size: 14px;
    }

    .reject-table-info {
        font-size: 13px;
    }

    .reject-table-tr>div:nth-child(4) {
        width: 173px;
        padding-right: 5px;
    }

    .reject-table-link {
        font-size: 12px;
        padding: 8px 14px;
    }

    .reject-table-content-td img {
        max-width: 100%;
    }

    .reject-message {
        margin: 20px;
        text-align: center;
    }

    .reject-message-cat {
        display: none;
    }
}

/* end reject page style */

/* header and adaptive */

.header .header__content .multilanguage {
    margin-top: 5px;
}

.header .header__content .multilanguage ul li:last-of-type {
    margin-right: 0 !important;
}

.header__menu-item {
    font-size: 11px !important;
}

* {
    font-family: 'Mulish', serif !important;
}

.klobber {
    background: #ECEEF1;
    border-radius: 4px 20px 20px 4px;
    display: flex;
    padding: 2px;
    /*margin-left: 190px;*/
}

@media (max-width: 768px) {
    .klobber {
        display: none;
    }
}

.info-dd {
    margin-right: 15px;
    min-width: 40px;
}

.ref-id {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    color: #747983;
    margin-left: 7px;
}

.ref-dd {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #00A99F;
    margin-left: 7px;
}

.logged-face {
    margin-left: 0;
}

#adaptive-menu,
#adaptive-submenu {
    display: none;
}

@media (max-width:768px) {
    body.authorized {
        padding-bottom: 60px;
    }

    body.authorized .header__menu-burger {
        display: none;
    }

    body.authorized .pay-repeat-loan {
        display: none;
    }

    body.authorized .header {
        height: 48px;
        min-height: auto;
    }

    body.authorized .header__content--cat {
        margin: 0 0 -5px 0;
    }

    body.authorized .header__content {
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .authorized #adaptive-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        padding: 0px;
        position: fixed;
        z-index: 200;
        bottom: 0;
        background: #FFFFFF;
        box-shadow: 0px -2px 15px rgba(21, 48, 88, 0.101808);
        height: 60px;
        width: 100%;
        align-content: center;
    }

    .authorized #adaptive-menu>div.menu-item-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: flex-start;
        flex-grow: 1;
        height: 100%;
        justify-content: center;
    }

    .authorized #adaptive-menu>div.menu-item-wrap div {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #747983;
        font-size: 12px;
    }

    .authorized #adaptive-menu>div.menu-item-wrap div a {
        color: #747983;
        text-decoration: none;
        font-size: 12px;
    }

    .authorized #adaptive-menu>div.menu-item-wrap div#loan .ico {
        -webkit-mask-image: url('/img/site/icons-menu/ico-payment.svg');
        mask-image: url('/img/site/icons-menu/ico-payment.svg');
        background-position: 0 center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background: #747983;
    }

    .authorized #adaptive-menu>div.menu-item-wrap div.active span.ico {
        background: #FF6622 !important;
    }

    .authorized #adaptive-menu>div.menu-item-wrap div.active span,
    .authorized #adaptive-menu>div.menu-item-wrap div.active a {
        color: #FF6622;
    }

    .authorized #adaptive-menu>div.menu-item-wrap div#account .ico {
        -webkit-mask-image: url('/img/site/icons-menu/ico-user.svg');
        mask-image: url('/img/site/icons-menu/ico-user.svg');
        background-position: 0 center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background: #747983;
    }

    .authorized #adaptive-menu>div.menu-item-wrap div#support .ico {
        -webkit-mask-image: url('/img/site/icons-menu/lifebuoy.svg');
        mask-image: url('/img/site/icons-menu/lifebuoy.svg');
        background-position: 0 center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background: #747983;
    }

    .authorized #adaptive-submenu {
        display: block;
    }

    .authorized #adaptive-submenu .menu-overlay {
        position: fixed;
        z-index: 100;
        background-color: #000;
        opacity: 0.5;
        min-width: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
        display: none;
    }

    .authorized #adaptive-submenu .menu-overlay.active {
        display: block;
    }


    .authorized #adaptive-submenu>div.submenu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0px 16px;
        position: fixed;
        z-index: 150;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        bottom: 60px;
        background: #FFFFFF;
        box-shadow: 4px 4px 15px rgba(21, 48, 88, 0.12);
        border-radius: 15px 15px 0px 0px;
        width: 100% !important;
        max-width: none;
        border: none;
        max-height: calc(100vh - 92px);
    }

    .authorized #adaptive-submenu>div.submenu .container {
        overflow-y: auto;
        height: max-content;
        width: calc(100vw - 32px);
    }

    .authorized #adaptive-submenu>div.submenu a {
        width: 100%;
        /* font-family: 'Roboto'; */
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        color: #000000;
        height: 64px;
        text-decoration: none;
        text-transform: capitalize;
    }

    .authorized #adaptive-submenu>div.submenu a:hover .ico {
        -webkit-tap-highlight-color: red;
    }

    .authorized #adaptive-submenu>div.submenu a .ico {
        height: 24px;
        width: 24px;
        background: #BCC0CB;
        margin-right: 35px;
    }

    .authorized #adaptive-submenu>div.submenu a.contact-us .ico {
        -webkit-mask-image: url('/img/site/icons-menu/ico-phone.svg');
        mask-image: url('/img/site/icons-menu/ico-phone.svg');
    }

    .adaptauthorizedive #adaptive-submenu>div.submenu a.support-center .ico {
        -webkit-mask-image: url('/img/site/icons-menu/icon-support-center.svg');
        mask-image: url('/img/site/icons-menu/icon-support-center.svg');
    }

    .authorized #adaptive-submenu>div.submenu a.about-us .ico {
        -webkit-mask-image: url('/img/site/icons-menu/ico-cat.svg');
        mask-image: url('/img/site/icons-menu/ico-cat.svg');
    }

    .adaptauthorizedive #adaptive-submenu>div.submenu a.send-feedback .ico {
        -webkit-mask-image: url('/img/site/icons-menu/icon-send.svg');
        mask-image: url('/img/site/icons-menu/icon-send.svg');
    }

    .authorized #adaptive-submenu>div.submenu a.how-to-pay .ico {
        -webkit-mask-image: url('/img/site/icons-menu/how-to-pay.svg');
        mask-image: url('/img/site/icons-menu/how-to-pay.svg');
    }

    .authorized #adaptive-submenu>div.submenu a.faq-item .ico {
        -webkit-mask-image: url('/img/site/icons-menu/faq.svg');
        mask-image: url('/img/site/icons-menu/faq.svg');
    }

    .authorized #adaptive-submenu>div.submenu a.logout .ico {
        -webkit-mask-image: url('/img/site/icons-menu/exit_to_app.svg');
        mask-image: url('/img/site/icons-menu/exit_to_app.svg');
    }

    .authorized #adaptive-submenu>div.submenu a.blog .ico {
        -webkit-mask-image: url('/img/site/icons-menu/icon-blog.svg');
        mask-image: url('/img/site/icons-menu/icon-blog.svg');
    }

    .authorized #adaptive-submenu>div.submenu a.complaint .ico {
        -webkit-mask-image: url('/img/site/icons-menu/icon-send.svg');
        mask-image: url('/img/site/icons-menu/icon-send.svg');
    }

    .authorized #adaptive-submenu>div.submenu a.how-to-get .ico {
        -webkit-mask-image: url('/img/site/icons-menu/icon-money.svg');
        mask-image: url('/img/site/icons-menu/icon-money.svg');
    }

    .bottom-bordered {
        border-bottom: 1px solid rgba(0, 0, 0, .12);
    }

    .authorized #adaptive-submenu>div.submenu a.active {
        color: #FF6622;
    }

    .authorized #adaptive-submenu>div.submenu a.active .ico {
        background: #FF6622;
    }

    .authorized #adaptive-submenu>div.submenu a.settings .ico {
        -webkit-mask-image: url('/img/site/icons-menu/icon-settings.svg');
        mask-image: url('/img/site/icons-menu/icon-settings.svg');
    }

    .authorized #adaptive-submenu>div.submenu a.download-doc .ico {
        -webkit-mask-image: url('/img/site/icons-menu/icon-download.svg');
        mask-image: url('/img/site/icons-menu/icon-download.svg');
    }

    .authorized #adaptive-submenu>div.submenu a.ref-program .ico {
        -webkit-mask-image: url('/img/site/icons-menu/icon-ref.program.svg');
        mask-image: url('/img/site/icons-menu/icon-ref.program.svg');
    }

    .authorized #adaptive-submenu>div.submenu .ref-block {
        /* min-height: 64px; */
        padding: 12px 0;
    }

    .authorized #adaptive-submenu>div.submenu .ref-block .title {
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #000000;
        opacity: 0.6;
    }

    .authorized #adaptive-submenu>div.submenu .ref-block .data-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    .authorized #adaptive-submenu>div.submenu .ref-block .data-column {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .authorized #adaptive-submenu>div.submenu .ref-block .data-row .referal-data {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #00AAA3;
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .authorized #adaptive-submenu>div.submenu .ref-block .data-row .text-data {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        color: #000000;
        opacity: 0.8;
        flex: none;
        order: 5;
        flex-grow: 0;
        text-transform: capitalize;
    }

    .authorized #adaptive-submenu>div.submenu .ref-block .data-column .text-data {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        color: #000000;
        opacity: 0.8;
        flex: none;
        order: 5;
        flex-grow: 0;
        /* text-transform: capitalize; */
    }

    .authorized #adaptive-submenu>div.submenu a.share-ico {
        height: 24px;
        width: 24px;
        -webkit-mask-image: url('/img/site/icons-menu/icon_share.svg');
        mask-image: url('/img/site/icons-menu/icon_share.svg');
        background: #00BDB4;
        display: inline-block;
    }
}


/* end header and adaptive */

/* loader on last registration step */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    color: #fff;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
}

@keyframes mulShdSpin {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em,
            2em -2em 0 0em, 3em 0 0 -1em,
            2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 -1em, -3em 0 0 -1em,
            -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em,
            3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 -1em, -3em 0 0 -1em,
            -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em,
            2em -2em 0 0, 3em 0 0 0.2em,
            2em 2em 0 0, 0 3em 0 -1em,
            -2em 2em 0 -1em, -3em 0 0 -1em,
            -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
            3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em,
            -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
            3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em,
            -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
            3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0,
            -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em,
            3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em,
            3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/* end loader on last registration step */
.otp-text {
    margin: 10px 0;
    font-size: .875em;
    font-weight: bold;
    opacity: 0.5;
}

/*** static ***/
.new-static p,
.new-static h4 {
    margin: revert;
}

.new-static .howget__button {
    margin: 0 auto 16px;
}

/*** end static  ***/

@keyframes flash {
    0% {
        background-color: #FFF2;
        box-shadow: 32px 0 #FFF2, -32px 0 #FFF;
    }

    50% {
        background-color: #FFF;
        box-shadow: 32px 0 #FFF2, -32px 0 #FFF2;
    }

    100% {
        background-color: #FFF2;
        box-shadow: 32px 0 #FFF, -32px 0 #FFF2;
    }
}
.forms__picture-load-images {
    position: relative;
    /* margin: 0 auto; */
}
.file-loader-overlay {
    display: none;
    position: absolute;
    z-index: 100;
    opacity: 0.5;
    background-color: #000;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

span.file-loader {
    display: inline-block !important;
    width: 16px !important;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 32px 0 #fff, -32px 0 #fff;
    animation: flash 0.5s ease-out infinite alternate;
}

.forms__content_dn {
    width: 100%;
}

.connect-address {
    margin: 0 10px 20px;
}

