@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot);
    src: url(../fonts/fontello.eot?iefix) format("eot");
    src: url(../fonts/fontello.woff) format("woff");
    src: url(../fonts/fontello.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FuneverSansDisplay-Regular;
    src: url(../fonts/FuneverSansDisplay-Regular.otf);
    src: url(../fonts/FuneverSansDisplayVF.woff2) format("woff2"), url(/fonts/FuneverSansDisplayVF.woff) format("woff")
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

a,
button,
fieldset,
img,
input,
label,
p,
ul {
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%
}

body {
    font-size: 16px;
    line-height: 1.4;
    color: #252328;
    font-family: Poppins, sans-serif
}

a {
    color: #f90d01;
    text-decoration: none
}

img {
    width: auto;
    display: block;
    max-width: 100%
}

h1 {
    font-size: 1.8em;
    line-height: 1.4em
}

h2,
h3 {
    font-size: 1.21em;
    line-height: 1.66em
}

h4 {
    font-size: 1.35em;
    color: #3f3d56
}

input,
select {
    border: 1px solid #d4d4d4;
    background: #fff;
    font-size: 1em;
    font-family: MyriadPro-Regular;
    padding: .75em;
    width: 100%;
    max-width: 295px;
    color: #959595;
    transition: all .3s ease
}

input::-moz-placeholder,
select::-moz-placeholder {
    color: #959595
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #959595
}

input::placeholder,
select::placeholder {
    color: #959595
}

input:focus,
select:focus {
    outline: none;
    color: #252328
}

ol,
ul {
    list-style: none
}

ul {
    line-height: 1.2em
}

.footer {
    margin-top: auto
}

#app {
    background: #252328;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%
}

.rouble {
    color: #595959;
    font-weight: 400 !important
}

.rouble:-moz-placeholder,
.rouble:-ms-input-placeholder,
.rouble::-moz-placeholder,
.rouble::-webkit-input-placeholder {
    font-weight: 500 !important
}

.text-content h2,
.text-content h3,
.text-content h4,
.text-content p {
    margin-bottom: 1em
}

.radio-group {
    display: inline-flex;
    flex-wrap: wrap
}

.mt1 {
    margin-top: 1em
}

.mt2 {
    margin-top: 2em
}

.mt3 {
    margin-top: 3em
}

.mtauto {
    margin-top: auto
}

.mb1 {
    margin-bottom: 1em
}

.mb2 {
    margin-bottom: 2em
}

.mb3 {
    margin-bottom: 3em
}

.mr1 {
    margin-right: 1em
}

.mr2 {
    margin-right: 2em
}

.mr3 {
    margin-right: 3em
}

.ml1 {
    margin-left: 1em
}

.ml2 {
    margin-left: 2em
}

.ml3 {
    margin-left: 3em
}

.m0auto {
    margin: 0 auto
}

.mxauto {
    margin-left: auto;
    margin-right: auto
}

.myauto {
    margin-top: auto;
    margin-bottom: auto
}

.w100 {
    width: 100%
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

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

.justify-content-center {
    justify-content: center
}

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

.fg1 {
    flex-grow: 1
}

.screen {
    padding: 0 3em 4em
}

.screen--inner-hero {
    /* background-image: url(/img/screen-hero-bg.jpg); */
    background-size: cover;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: center 0;
    height: 100%;
    position: relative;
    z-index: 2
}

.screen--inner-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: -1
}

.screen--inner-hero[data-page-slug=home] {
    height: 100%
}

/* .screen--inner-hero[data-page-slug=faq] {
    background-image: url(/img/faq-bg.jpg)
}

.screen--inner-hero[data-page-slug=contacts] {
    background-image: url(/img/contacts-bg.jpg)
}

.screen--inner-hero[data-page-slug=documents] {
    background-image: url(/img/documents-bg.jpg)
} */

.btn,
.text-center {
    text-align: center
}

.btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    text-decoration: none;
    color: #fff;
    background: #f90d01;
    border-radius: 10px;
    padding: .5em 1em;
    width: 100%;
    max-width: 231px;
    min-height: 55px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s ease .1s
}

@media (max-width:767px) {
    .btn {
        font-size: calc(15.45051px + .17172vw)
    }
}

@media (min-width:767px) {
    .btn {
        font-size: calc(16px + .10101vw)
    }
}

.btn:hover {
    transition: all .4s ease .1s
}

.btn.disabled,
.btn:disabled {
    background: #878787 !important;
    cursor: default
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: #f90d01;
    transform: translate3d(-100%, 0, 0);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1) .1s;
    z-index: -1
}

.btn:hover {
    transition: all .4s ease-in-out;
    color: #fff
}

.btn:hover:before {
    transform: translateZ(0);
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) .1s
}

.btn.btn--sm {
    padding: .3em 1em;
    font-size: 1em
}

.btn--marginTop {
    margin-top: 2.4em
}

.back--link {
    display: inline-flex;
    margin-bottom: 2em;
    text-decoration: none;
    max-width: 25px
}

.logo {
    display: flex
}

.logo a {
  text-decoration: none;
  max-width: 230px;
  font-size: 24px;
  white-space: nowrap;
  font-weight: 600;
}

.text-no-wrap {
    white-space: nowrap
}

.logo--text {
    display: none
}

.section-title {
    font-size: 1.27em;
    line-height: 1.17em;
    margin-bottom: 1.52em
}

button {
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer
}

.get-money-btn {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    text-transform: unset
}

.radius {
    border-radius: .416em;
    -webkit-border-radius: .416em;
    -moz-border-radius: .416em
}

.ovh {
    overflow: hidden
}

.hidden {
    visibility: hidden
}

.shadow:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .1)
}

.plain-text {
    font-size: 1em
}

.column {
    flex-direction: column
}

.datepicker--cell.-current- {
    color: #fcbe31 !important
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    background-color: #fcbe31 !important
}

.ui-slider {
    height: 4px;
    border: none !important;
    background: hsla(0, 0%, 60.4%, .5);
    display: flex;
    align-items: center
}

.screen--content {
    padding: 108px 0 2em !important
}

.screen--content h2 {
    margin: 0 auto 2em !important
}

.page-title {
    display: flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin-top: 1em
}

.footer-menu li,
.top-menu li {
    margin-bottom: 1em;
    list-style-type: none
}

.footer-menu li a,
.top-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 300;
    text-shadow: 0 1px 3px #000
}

.footer-menu li a {
    text-shadow: none;
    font-weight: 700
}

.close--menu {
    font-family: fontello;
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 2em;
    right: 2em
}

.logo--link {
    display: inline-flex
}

.logo--link img {
    margin-right: .5em
}

@media only screen and (max-width:767px) {
    .logo--link img {
        max-width: 188px
    }
}

@media only screen and (max-width:500px) {
    .logo--link_desktop {
        display: none
    }
}

.logo--link_mobile {
    display: none
}

@media only screen and (max-width:500px) {
    .logo--link_mobile {
        display: block
    }
}

.cabinet {
    background: #fff;
    color: #0047ff;
    cursor: pointer
}

.cabinet--xl {
    min-height: 56px;
    min-width: 196px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 3em;
    font-size: 1em;
    padding: .7em 1.45em
}

.cabinet--xl:hover {
    background: #d9d9d9;
    outline-color: #d9d9d9
}

.cabinet--s {
    font-family: fontello;
    font-size: 1em;
    display: inline-block;
    width: 1.66em;
    height: 1.66em;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #f90d01;
    border-radius: 100px;
    margin-left: auto;
    padding: 0;
    text-align: center
}

.menu-toggle {
    height: 14.5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .5px;
    cursor: pointer;
    margin-left: 1em
}

.menu-toggle span {
    display: block;
    height: 1.5px;
    width: 1.77em;
    background: #fff
}

.btn--submit {
    max-width: 220px
}

.phone-footer,
.phone-header,
.phone-header-mobile {
    font-size: 1.66em;
    font-weight: 700;
    text-decoration: none
}

.phone-header,
.phone-header-mobile {
    position: relative;
    font-size: 1em;
    color: #f90d01;
    padding-left: 1em;
    text-align: center
}

.phone-header-mobile {
	display: none;
}

.phone-header:active,
.phone-header:hover,
.phone-header-mobile:active,
.phone-header-mobile:hover {
    color: #ad0901
}

.phone-header:active:before,
.phone-header:hover:before,
.phone-header-mobile:active:before,
.phone-header-mobile:hover:before {
    background: #ad0901;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.455, .03, .515, .955) .1s
}

.phone--footer {
    display: none;
    font-weight: 700;
    color: #252328
}

.footer-operation-mode {
    font-size: .83em;
    margin-top: .8em
}

.footer {
    font-size: .85em
}

.footer__body,
.footer__bottom,
.footer__top {
    background: #fff;
    color: #252328;
    padding: 1.5em 5% 1em;
    text-align: center
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: .5px solid #cdcdcd
}

.footer__partners {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 40%
}

.footer--developer {
    width: auto;
    flex-shrink: 0
}

.footer--developer a {
    color: #727376
}

.footer--developer a span {
    color: #c71414
}

.hero-text {
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 3px #000;
    padding: 3em 0 0 !important
}

.hero-text h1 {
    font-size: 1.9em;
    color: #fff
}

.hero-text p {
    line-height: 1em;
    font-size: 1.2em
}

.hero-text div {
    font-size: 1em;
    margin-top: 1em
}

.hero-calc-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 477px;
    margin-top: 175px
}

@media only screen and (max-width:500px) {
    .hero-calc-wrapper {
        width: 100%;
        margin-top: 0;
        margin-bottom: 350px
    }
}

.hero-calc {
    width: 100%;
    max-width: 850px;
    margin-bottom: 1.75rem;
    color: #252328;
    z-index: 999999
}

.hero-calc__title {
    font-family: FuneverSansDisplay-Regular;
    margin-bottom: 1.75rem;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.3;
    background: transparent !important;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    color: #fff
}

.hero-calc__sub-title {
    margin-bottom: 2.8rem;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: #fff
}

.hero-calc__wrapper-range {
    background: #fff;
    border-radius: 20px;
    padding: 1.5em;
    margin-bottom: 2.5em
}

.hero-calc__link {
    position: relative;
    display: inline-block;
    z-index: 20;
    font-weight: 400;
    line-height: 1.8em;
    color: #fff;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .hero-calc__link {
        font-size: calc(12.90101px + .34343vw)
    }
}

@media (min-width:767px) {
    .hero-calc__link {
        font-size: calc(14px + .20202vw)
    }
}

@media only screen and (max-width:500px) {
    .hero-calc__link {
        margin: 0 auto 20px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.hero-calc__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 20;
    background: #fff;
    transform: scaleX(1);
    transform-origin: 0;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955) .1s;
    transition: all .3s ease .1s
}

.hero-calc__link:before:hover {
    transition: all .4s ease .1s
}

.hero-calc__link:active,
.hero-calc__link:hover {
    color: #fff
}

.hero-calc__link:active:before,
.hero-calc__link:hover:before {
    background: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.455, .03, .515, .955) .1s
}

.hero-calc--title {
    font-weight: 700;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 1em
}

.input-label,
.input-name {
    display: flex;
    flex-direction: column
}

.input-label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between
}

.input-label div {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.input-label section {
    margin-top: 12px
}

.input-label span {
    font-weight: 500;
    font-size: 20px
}

.input-label .slider-text {
    margin-right: .3em
}

.input-label-bottom {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    color: #77797b;
    margin-bottom: 8px
}

.range-count {
    border: none;
    text-align: right;
    font-weight: 700;
    font-size: 1.27em;
    width: 4em
}

.calc-range {
    width: 100%;
    margin: 6px 0
}

.calc-detail__text {
    display: none;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.4em
}

@media (max-width:767px) {
    .calc-detail__text {
        font-size: calc(11.25253px + .85859vw)
    }
}

@media (min-width:767px) {
    .calc-detail__text {
        font-size: calc(14px + .50505vw)
    }
}

.return-time {
    display: flex;
    font-weight: 400;
    line-height: 1.4em;
    color: #252328;
    margin-top: 20px
}

@media (max-width:767px) {
    .return-time {
        font-size: calc(13.45051px + .17172vw)
    }
}

@media (min-width:767px) {
    .return-time {
        font-size: calc(14px + .10101vw)
    }
}

.return-summ {
    color: #f90d01;
    margin: 0 .2em
}

.old-price {
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 1em
}

.new-price {
    font-size: 1.3em
}

.overpayment {
    font-weight: 700
}

.timer-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 16px;
    color: #77797b;
    margin-bottom: 20px
}

.timer-info span {
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    color: #252328
}

.loan-count {
    align-items: center;
    display: flex
}

.screen--second {
    margin: 3em 0
}

.screen--second h2 {
    margin-bottom: 1.88em
}

.how-get-loan {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 2.6em;
    justify-content: center;
    align-items: stretch
}

.loan-item {
    display: flex;
    width: 240px;
    flex-direction: column;
    align-items: center;
    padding: 1.16em;
    margin-bottom: 4em;
    background: #f9f9f9;
    border-radius: 20px;
    transition: transform .3s, box-shadow .3s;
    transition: all .3s ease 0s
}

.loan-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .1), 0 25px 50px 8px rgba(0, 0, 0, .1);
    background: #fff;
    transition: all .4s ease 0s
}

.item-icon {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    width: 100%
}

.icon-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px
}

.icon-img img {
    -o-object-fit: cover;
    object-fit: cover
}

.item-count {
    font-size: 2.77em;
    margin: .7em 0
}

.item-count,
.text--xl {
    color: #f90d01;
    text-align: center;
    font-weight: 700
}

.text--xl {
    font-size: 4.44em;
    line-height: .75em
}

.justify-text {
    text-align: justify;
    max-width: 340px;
    margin: 0 auto
}

.advantage-left {
    margin-bottom: 1.88em
}

.advantage-left .text--xl {
    margin-bottom: .46em
}

.advantage-title {
    font-size: 1.11em;
    margin-bottom: 1.75em;
    text-align: center;
    font-weight: 700
}

.advantage-item,
.advantage-right {
    display: flex;
    flex-direction: column;
    align-items: center
}

.advantage-item {
    padding: 1.6em;
    width: 215px;
    margin-bottom: 1.5em;
    background: #f9f9f9;
    border-radius: 20px;
    transition: transform .3s, box-shadow .3s;
    transition: all .3s ease 0s
}

.advantage-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .1), 0 25px 50px 8px rgba(0, 0, 0, .1);
    background: #fff;
    transition: all .4s ease 0s
}

.advantage-text {
    font-size: 1.11em;
    text-align: center;
    margin-top: 2.5em
}

.screen--client {
    padding: 6em 3em;
    margin-bottom: 3.88em
}

.screen--client ul {
    margin-top: 2.33em;
    margin-left: 1em
}

.screen--client ul li {
    margin-bottom: 1.2em
}

.screen--client ul li:last-child {
    margin-bottom: 0
}

.image--client {
    display: none
}

.screen--recomendation {
    margin-bottom: 6em
}

.screen--recomendation h2 {
    line-height: 1.17em;
    margin-bottom: 2.26em
}

.screen--recomendation ul {
    margin-top: 2.33em;
    margin-left: 1em
}

.screen--recomendation ul li {
    margin-bottom: 1.2em
}

.screen--recomendation ul li:last-child {
    margin-bottom: 0
}

.image--recomendation {
    display: none
}

.screen--refinans {
    padding: 6em 3em
}

.image--refinans {
    display: none
}

.screen--partners {
    padding: 6em 3em 3em
}

.partners {
    flex-wrap: wrap;
    justify-content: center;
    width: 245px;
    margin: 3em auto 0
}

.partner-item,
.partners {
    display: flex;
    align-items: center
}

.partner-item {
    width: 92px;
    height: 54px;
    margin-bottom: 2em;
    margin-right: 3.33em;
    transition: all .3s
}

.partner-item:nth-child(2n) {
    margin-right: 0
}

.partner-item:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.faq {
    background: #fff
}

.faq-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 1em;
    margin-bottom: 3em
}

.faq-item:last-child {
    margin-bottom: 3.88em
}

.question-content {
    display: flex;
    align-items: flex-start
}

.question {
    display: inline-flex;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 700
}

.question,
.question:hover {
    color: #f90d01
}

.question-control {
    display: inline-flex;
    color: #252328;
    font-size: 1.5em;
    margin-left: 1em;
    transition: all .3s ease;
    cursor: pointer
}

.question-content:hover,
.question-control:hover {
    color: #f90d01
}

.answer {
    display: none;
    margin-top: 1em;
    font-size: .9em
}

.faq-item.open .question-control {
    transform: rotate(180deg)
}

.faq-item.open .question-control svg path {
    stroke: #f90d01
}

.faq-item.open .answer {
    display: block
}

.documents {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.documents .link--document {
    color: #595959;
    position: relative;
    text-decoration: underline
}

.documents .link--document:not(:last-child) {
    margin-bottom: 16px
}

.documents .link--document:active,
.documents .link--document:hover {
    color: #595959
}

.documents .link--document:active:before,
.documents .link--document:hover:before {
    background: #595959;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.455, .03, .515, .955) .1s
}

.contact {
    padding: 4em 15% 0;
    width: 100%;
    background: #fff
}

.contact__body {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 2em 0 4em
}

.contact__col {
    width: 38%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.contact__col-mobile-title {
    color: #252328;
    margin-bottom: 30px
}

.contact .ymap-container {
    width: 50%;
    height: 25em;
    border-radius: 11px;
    overflow: hidden
}
.map-holder {
  display: none;
  height: 100%;
}
.map-holder-active {
  display: block;
}

.contact__item {
    margin-bottom: .9em;
    width: 100%
}

.contact__item-title {
    margin-bottom: .7em;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4em;
    color: #252328
}

.contact__item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    color: #595959
}

.contact__item-text a {
    text-decoration: none;
    color: #252328;
    transition: all .3s ease 0s
}

.contact__item-text a:hover {
    text-decoration: underline;
    transition: all .4s ease 0s
}

.contact__item-row {
    display: flex;
    align-items: stretch;
    font-size: 16px;
    line-height: 1.4em;
    color: #252328
}

.contact__item-row-title {
    margin-right: .2em;
    min-width: 130px
}

.contact__item-row-text {
    font-weight: 400;
    color: #595959
}

.contact__mobile-map-link {
    display: none;
    text-decoration: underline;
    font-size: 1em;
    text-align: center;
    color: #f90d01
}

.screen--auth {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: .9em;
    padding-top: 70px
}

.screen--auth .input-name {
    margin-top: 1em;
    margin-bottom: .6em
}

.auth-img {
    height: 20%;
    min-height: 70px;
    background-size: cover;
    background-position: 50%
}

.auth-data,
.auth-img {
    display: flex;
    width: 100%
}

.auth-data {
    flex-direction: column;
    padding: 5%
}

.auth-data .plain-text {
    margin-top: 1.4em
}

.auth-data .plain-text span {
    color: #2d9cdb
}

.logo--auth {
    text-decoration: none;
    position: absolute;
    width: 9em;
    top: 20px;
    left: 5%
}

.auth-phone {
    font-size: 1.25em;
    padding: .5em .75em;
    max-width: 242px
}

.resend-sms-info {
    font-size: 1.1em
}

.remind-password,
.send-code {
    color: #878787;
    margin-top: 1.5em
}

.warning-text {
    font-size: .8em;
    width: 86%;
    margin-top: 4em
}

.input-wrap {
    position: relative
}

.input-sms-code {
    font-size: 2em;
    padding: .1em .3em .1em .5em;
    border-radius: .416rem;
    letter-spacing: .3em;
    width: 6.5em !important;
    text-align: center
}

.input-sms-code.sms-code-4 {
    width: 4.5em !important
}

.tooltip {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    color: #333;
    background-color: #ccc;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    line-height: 1.2;
    font-size: 14px;
    border-radius: 5px;
    min-width: 200px;
    padding: 7px 10px;
    transition: all .3s ease .7s
}

.tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: #ccc
}

.tooltip.bottom {
    margin-top: 6px;
    left: 0;
    top: 100%
}

.tooltip.bottom:before {
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-bottom: 5px solid;
    bottom: 100%;
    left: 20px
}

.tooltip.right {
    margin-left: 6px;
    left: 100%;
    top: 0
}

.tooltip.right:before {
    border-bottom: 4px solid transparent !important;
    border-top: 4px solid transparent !important;
    border-right: 5px solid #ccc;
    right: 100%;
    top: 20px
}

.tooltip.error-tooltip {
    color: #fff;
    background-color: rgba(255, 0, 0, .9)
}

.tooltip.error-tooltip:before {
    border-color: rgba(255, 0, 0, .9)
}

.tooltip.info-tooltip {
    color: #fff;
    background-color: #3f3d56
}

.tooltip.info-tooltip:before {
    border-color: #3f3d56
}

.vue-sum-slider .vue-slider-dot-tooltip-text:after,
.vue-sum-slider .vue-slider-mark-label:after {
    content: " \20BD";
    font-family: Roboto, sans-serif
}

.vue-slider-ltr {
    margin: 0 auto
}

.vue-tooltip.tooltip-custom {
    color: #fff;
    background-color: #3f3d56;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    line-height: 1.2;
    font-size: 14px;
    border-radius: 5px;
    padding: 7px 10px
}

.vue-tooltip.tooltip-custom.error-tooltip {
    color: #fff;
    background-color: rgba(255, 0, 0, .9)
}

.vue-tooltip.tooltip-custom[x-placement^=bottom] .tooltip-arrow {
    border-bottom-color: #3f3d56
}

.vue-tooltip.tooltip-custom[x-placement^=bottom].error-tooltip .tooltip-arrow {
    border-bottom-color: rgba(255, 0, 0, .9)
}

.vue-tooltip.tooltip-custom[x-placement^=right] .tooltip-arrow {
    border-right-color: #3f3d56
}

.vue-tooltip.tooltip-custom[x-placement^=right].error-tooltip .tooltip-arrow {
    border-right-color: rgba(255, 0, 0, .9)
}

.vue-tooltip.tooltip-custom[x-placement^=top] .tooltip-arrow {
    border-top-color: #3f3d56
}

.vue-tooltip.tooltip-custom[x-placement^=top].error-tooltip .tooltip-arrow {
    border-top-color: rgba(255, 0, 0, .9)
}

.vue-tooltip.tooltip-custom[x-placement^=left] .tooltip-arrow {
    border-left-color: #3f3d56
}

.vue-tooltip.tooltip-custom[x-placement^=left].error-tooltip .tooltip-arrow {
    border-left-color: rgba(255, 0, 0, .9)
}

.vue-tooltip.tooltip-custom .tooltip-content p {
    margin-bottom: .5em
}

.vue-tooltip.tooltip-custom .tooltip-content ul {
    list-style: none;
    padding-left: 5px
}

.vue-tooltip.tooltip-custom .tooltip-content ul li:before {
    content: "\2014";
    position: relative;
    left: -5px
}

[aria-invalid=true],
[aria-invalid=true]~input,
[aria-invalid=true]~select,
[aria-invalid=true]~textarea {
    border-color: red
}

[aria-invalid=true]:focus~.tooltip,
[aria-invalid=true]~input:focus~.tooltip,
[aria-invalid=true]~select:focus~.tooltip,
[aria-invalid=true]~textarea:focus~.tooltip {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

input.disabled:hover~.tooltip,
input:disabled:hover~.tooltip {
    opacity: 1;
    visibility: visible
}

.fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.25em;
    align-items: baseline
}

.input-group-name {
    display: flex;
    width: 100%;
    color: #3f3d56;
    font-size: 1.1em;
    line-height: 1.3em;
    border: none;
    margin-bottom: 1.27em
}

.input-item {
    display: inline-flex;
    font-size: .8em;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 1em
}

.input-item label {
    display: block;
    margin-bottom: .625em;
    margin-top: .15em
}

.profile-input {
    background: #f2f2f4;
    border: 1px solid transparent;
    padding: .8125em 1.25em
}

.profile-input::-moz-placeholder {
    font-family: MyriadPro-Regular;
    font-size: 1em
}

.profile-input:-ms-input-placeholder {
    font-family: MyriadPro-Regular;
    font-size: 1em
}

.profile-input::placeholder {
    font-family: MyriadPro-Regular;
    font-size: 1em
}

.radio-label {
    display: flex;
    align-items: center;
    margin-right: 1.5em;
    cursor: pointer
}

.radio-label:before {
    content: "";
    display: inline-flex;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #a5a5a5;
    border-radius: 50px;
    width: 1.4em;
    height: 1.4em;
    margin-right: .5em;
    transition: all .3s ease
}

.radio-label:last-child {
    margin-right: 0
}

input[type=radio]:checked+.radio-label:before {
    content: "";
    background: #f90d01
}

#birthday,
#passport-date {
    position: relative
}

input.date-input,
input[type=date] {
    background-image: url(/img/calendar.png);
    background-position: center right 1em;
    background-repeat: no-repeat;
    padding-right: 50px
}

.input-checkbox {
    display: none
}

.checkbox-label {
    display: inline-flex;
    margin-right: 1em;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #a5a5a5;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    transition: all .3s ease
}

.checkbox-text {
    cursor: pointer
}

input[type=checkbox]:checked+.checkbox-label {
    background: #f90d01
}

input[type=file][aria-invalid=true]~.tooltip {
    opacity: 1;
    visibility: visible
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.vue-slider-dot-tooltip {
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 700
}

.vue-slider-dot-tooltip-inner {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important
}

.vue-slider-dot-tooltip-inner:after,
.vue-slider-dot-tooltip-text {
    display: none
}

.vue-slider-dot-tooltip-top {
    top: -25px !important;
    left: 0 !important;
    transform: unset !important
}

.vue-slider-rail {
    background: #fff
}

.vue-slider-dot-handle {
    border-color: #f90d01 !important;
    background-color: #f90d01 !important
}

.vue-slider-dot-handle-focus {
    box-shadow: 0 0 0 5px rgba(249, 13, 1, .2) !important
}

.vue-slider-dot-tooltip-text {
    color: #252328
}

.vue-slider-process {
    background-color: #f90d01 !important
}

@media only screen and (max-width:1024px) {
    .hero-calc--title {
        font-size: 1.5em
    }
}

@media only screen and (max-width:1080px) {
    .logo--footer {
        margin-right: auto !important
    }
}

@media only screen and (max-width:767px) {
    .screen--inner-hero[data-page-slug=home] {
        background-size: 767px;
        background-position: center -100px;
        padding-bottom: 0;
        height: 100% !important
    }

    .loan-time {
        margin: 1em -3em 0
    }

    .loan-time .timer-info {
        padding: 0 3em
    }

    .phone-footer {
        font-size: 1.5em
    }
}

@media only screen and (max-width:480px) {
    .radio-group {
        display: block
    }

    .hero-calc--title {
        font-size: 1.4em
    }

    .loan-time {
        margin: 1em -1.5em 0
    }

    .loan-time .timer-info {
        padding: 0 1.5em
    }
}

.cookie {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 9999999;
    background: rgba(17, 17, 17, .58);
    border-radius: 25px
}

.cookie.fade-in {
    left: -200%;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955) .1s
}

.cookie__body {
    position: relative;
    width: 100%;
    height: 100%;
    padding: .55rem calc(1.2rem + 45px) .55rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #fff
}

@media (max-width:767px) {
    .cookie__body {
        font-size: calc(7.80202px + .68687vw)
    }
}

@media (min-width:767px) {
    .cookie__body {
        font-size: calc(10px + .40404vw)
    }
}

.cookie__close-icon {
    position: absolute;
    top: 0;
    right: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20
}

.cookie__close-icon svg path {
    transition: .4s ease-in-out
}

.cookie__close-icon:hover svg path {
    stroke: #f90d01;
    transition: .4s ease-in-out
}

.cookie__link {
    position: relative;
    display: inline-block
}

.cookie__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 20;
    background: #f90d01;
    transform: scaleX(1);
    transform-origin: 0;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955) .1s;
    transition: all .3s ease .1s
}

.cookie__link:before:hover {
    transition: all .4s ease .1s
}

.cookie__link:active,
.cookie__link:hover {
    color: #f90d01
}

.cookie__link:active:before,
.cookie__link:hover:before {
    background: #f90d01;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.455, .03, .515, .955) .1s
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 108px;
    background: transparent;
    z-index: 10;
    padding: 0 15%
}

.header__lk-btn {
    margin-left: 1rem
}

@media only screen and (max-width:480px) {
    .header__lk-btn {
        font-size: 12px;
        height: 29px;
        min-height: unset;
        width: 125px;
        max-width: unset;
        text-transform: unset
    }
}

.main-screen {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #252328;
    overflow: hidden;
    padding: 0 15%
}

.main-screen__link {
    width: 100%;
    margin-bottom: 2rem
}

.main-screen__bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.main-screen .main-img {
    position: absolute;
    top: 0;
    right: 15%
}

@media only screen and (max-width:1920px) {
    .main-screen .main-img {
        right: 0 !important
    }
}

@media only screen and (max-width:500px) {
    .main-screen .main-img {
        top: unset !important;
        bottom: 60%;
    }
    .get-loan {
        margin-top: 0 !important;
    }
}

.footer-partners {
    align-items: center;
    max-width: 320px;
    flex-wrap: wrap
}

.footer-partners,
.header-base {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.header-base {
    background-image: url(../img/header-img.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    align-items: stretch;
    flex-direction: column;
    height: 360px;
    padding: 0 15%
}

.header-base__title {
    font-size: 33px;
    font-weight: 800;
    line-height: 130%;
    text-align: center;
    color: #fff
}

.header-base__body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%
}

.header-base__get-money {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 1em 0
}

.header-base__get-money a,
.header-base__get-money a:hover {
    background: #f90d01;
    outline-color: #f90d01
}

.header-base-top {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0
}

@media only screen and (max-width:500px) {
    .header-base-top {
        flex-direction: row
    }
}

.header-base-bottom {
    display: flex;
    justify-content: center;
    padding: 1em 0 0;
    margin-bottom: -20px;
    position: relative
}

.header-base-bottom__menu {
    width: 100%;
    overflow-x: auto
}

.header-base-bottom__menu-list {
    display: flex;
    justify-content: space-between
}

.header-base-bottom__menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #252328;
    padding: 10px 52px;
    transition: all .3s ease 0s;
    background: transparent;
    border-radius: 7px 7px 0 0;
    font-weight: 700;
    text-align: center
}

.header-base-bottom__menu-link :active,
.header-base-bottom__menu-link:hover,
.header-base-bottom__menu-link :visited {
    color: #ad0901;
    transition: all .4s ease 0s
}

.header-base-bottom__menu-link.menu-active-link {
    /* color: #fff;
    background: #f90d01 */
    color: #ad0901;
}

.faq {
    padding: 138px 15% 0
}

.conditions {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 4em 15% 8em;
    background: #fff
}

.conditions__col {
    width: 48%
}

.conditions__title {
    color: #252328;
    text-align: left;
    margin-bottom: 1em;
    font-size: 30px
}

.conditions__text p {
    margin-bottom: .6em
}

.conditions__text p:last-child {
    margin-bottom: 0
}

.download-file {
    width: 100%;
    max-width: 555px;
    border-radius: 7px;
    overflow: hidden
}

.download-file__title {
    font-size: 30px;
    font-weight: 700;
    color: #f90d01;
    margin-bottom: 30px
}

.download-file__link {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 88px
}

.download-file__link a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    color: #595959;
    transition: all .3s ease 0s
}

.download-file__link a:hover {
    transition: all .4s ease 0s;
    text-decoration: none
}

.requisite {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 4em 15% 8em;
    background: #fff
}

.requisite__col_big {
    width: 56%
}

.requisite__col_small {
    width: 40%
}

.requisite__text p {
    margin-bottom: 1em;
    line-height: 2em
}

.repayment {
    height: auto;
    min-height: 350px;
    padding: 1.5em;
    transition: transform .3s, box-shadow .3s
}

.repayment:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .1), 0 25px 50px 8px rgba(0, 0, 0, .1)
}

.repayment__title {
    margin-bottom: 1em;
    line-height: 1em;
    text-align: center
}

.repayment__link-wrapper {
    flex-direction: column;
    align-items: center
}

.repayment__link,
.repayment__link-wrapper {
    display: flex;
    justify-content: center;
    width: 100%
}

.repayment__link {
    transition: all .3s ease 0s;
    height: 100%;
    max-width: 180px;
    max-height: 90px;
    margin-bottom: 2em
}

.repayment__link img {
    -o-object-fit: contain;
    object-fit: contain
}

.repayment__link:hover {
    transform: scale(1.05);
    transition: all .4s ease 0s
}

.repayment__btn {
    min-width: auto !important;
    margin: 0 auto;
    text-transform: none
}

.reviews {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto
}

.reviews__body {
    flex: 1 1 auto;
    padding: 2em 15%
}

.reviews__row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.reviews__img {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #d4d4d4;
    margin-right: 1.2rem
}

.reviews__item {
    margin-bottom: 1.5em
}

.reviews__item-title {
    color: #313131;
    margin-bottom: .6em
}

.reviews__item-subtitle {
    font-size: .8em;
    color: #f90d01;
    margin-bottom: .6em
}

.reviews__pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2em;
    padding: 0 15%
}

.reviews__form {
    width: 100%;
    background: rgba(95, 95, 95, .2);
    padding: 1.2rem 15%;
    margin-top: auto
}

.reviews__form-btn {
    background: #373737;
    color: #fff
}

.reviews__form-btn:before {
    background: #5d5d5d
}

.reviews__form-btn:hover {
    color: #d9d9d9
}

.reviews__form-btn:hover:before {
    background: #5d5d5d
}

.reviews__form form {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.reviews__form form input {
    max-height: 40px;
    max-width: 70%;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25)
}

.reviews__form-btn {
    margin-left: 1em
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 215px
}

.pagination nav {
    width: 100%
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: .65px;
    color: #313131;
    cursor: pointer;
    transition: all .3s ease
}

.page-link svg path {
    stroke: #313131
}

.page-link :active,
.page-link:hover {
    transition: all .4s ease;
    color: #f90d01
}

.page-link :active svg path,
.page-link:hover svg path {
    stroke: #f90d01
}

.page-item.active .page-link {
    color: #f90d01
}

.tariff {
    width: 75%;
    margin: 2em auto
}

.tariff__item {
    position: relative;
    padding: 1.2em;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    transition: transform .3s, box-shadow .3s
}

.tariff__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .1), 0 25px 50px 8px rgba(0, 0, 0, .1)
}

.tariff__bg-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.tariff__item-title {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: .9em
}

.tariff__item-link {
    min-height: 47px !important;
    font-size: 1em !important
}

.grid {
    height: 100%;
    min-height: 620px
}

.grid:after {
    content: "";
    display: block;
    clear: both
}

.grid-item {
    padding: .3em;
    width: 33%;
    height: 250px
}

.grid-item_black {
    background: #000;
    width: 100%;
    height: 100%;
    color: #fff
}

.grid-item-1 {
    width: 66%
}

.grid-item-2 {
    height: 750px
}

.grid-item-3,
.grid-item-4 {
    height: 500px
}

.grid-item-5 {
    height: 500px;
    width: 49.5%
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0
}

.modal-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    transition: all .4s ease 0s
}

.modal-window__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 57px;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .13)
}

.modal-window__close {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0 1em
}

.modal-window__close svg {
    transition: all .3s ease 0s
}

.modal-window__close svg path {
    fill: #f90d01
}

.modal-window__close:hover svg {
    transform: scale(1.1);
    transition: all .4s ease 0s
}

.modal-window__body {
    width: 100%;
    height: 100% !important
}

.v-select {
    margin-bottom: 1em;
    text-transform: capitalize
}

.v-select:last-child {
    margin-bottom: 0 !important
}

.vs__dropdown-toggle {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #f90d01 !important
}

.vs__dropdown-menu {
    padding: 0 !important;
    border-color: #97a6ba !important
}

.vs__clear {
    display: none
}

.vs__open-indicator {
    cursor: pointer
}

.vs__open-indicator path {
    fill: #f90d01
}

.vs__dropdown-option--highlight {
    background: #f90d01 !important
}

.get-loan {
    margin-top: 150px;
    color: #fff;
    text-align: center
}

.get-loan_title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px
}

@media only screen and (max-width:500px) {
    .get-loan_title {
        font-size: 24px
    }
}

.get-loan_list {
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:500px) {
    .get-loan_list {
        flex-direction: column;
        gap: 60px
    }
}

.get-loan_list svg {
    margin-bottom: 50px
}

@media only screen and (max-width:500px) {
    .get-loan_list svg {
        transform: rotate(90deg);
        scale: .6;
        margin-bottom: 0
    }
}

.get-loan_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.get-loan_item p {
    font-size: 22px
}

@media only screen and (max-width:500px) {
    .get-loan_item p {
        font-size: 16px
    }
}

@media only screen and (max-width:500px) {
    .get-loan_item img {
        width: 60px;
        height: 60px
    }
}

.security {
    margin-top: 100px;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 300px
}

.security_title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px
}

@media only screen and (max-width:500px) {
    .security_title {
        font-size: 24px
    }
}

.security_items {
    flex-wrap: wrap;
    gap: 37px;
    color: #252328
}

.security_item,
.security_items {
    display: flex;
    align-items: center;
    justify-content: center
}

.security_item {
    width: calc(50% - 37px);
    background: #fff;
    border-radius: 11px;
    padding: 27px 40px;
    flex-direction: column;
    gap: 30px
}

@media only screen and (max-width:500px) {
    .security_item {
        width: 100%;
        gap: 16px
    }
}

.security_item-title {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    line-height: 128%
}

@media only screen and (max-width:500px) {
    .security_item-title {
        font-size: 20px
    }
}

.security_item-text {
    font-size: 18px;
    text-align: center
}

@media only screen and (max-width:500px) {
    .security_item-text {
        font-size: 16px
    }
}

.security .branch_1 {
    position: absolute;
    left: -22%;
}

@media only screen and (max-width:500px) {
    .security .branch_1 {
        display: none
    }
}

.security .branch_2 {
    position: absolute;
    right: -22%;
    top: 300px
}

@media only screen and (max-width:500px) {
    .security .branch_2 {
        display: none
    }
}

.security .security_bottom-left {
    position: absolute;
    bottom: -30px;
    left: -22%;
}

@media only screen and (max-width:500px) {
    .security .security_bottom-left {
        bottom: -135px;
        left: -30%;
        scale: .4
    }
}

.security .security_bottom {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 1060px;
    z-index: 99
}

@media only screen and (max-width:1920px) {
    .security .security_bottom {
        top: 68%;
    }
}

@media only screen and (max-width:1520px) {
    .security .security_bottom {
        top: 71%;
        min-width: 1060px
    }
}

@media only screen and (max-width:500px) {
    .security .security_bottom {
        top: 91.3%;
        min-width: 425px;
        width: unset
    }
}

.security .security_bottom_right {
    position: absolute;
    bottom: -10px;
    right: -22%;
}

@media only screen and (max-width:500px) {
    .security .security_bottom_right {
        bottom: -90px;
        right: -27%;
        scale: .4
    }
}

.advantage {
    padding: 120px 15%;
    color: #252328;
    background: #fff;
    position: relative;
    z-index: 100;
}

@media only screen and (max-width:500px) {
    .advantage {
        padding: 120px 5%
    }
}

.advantage_title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 160px;
    text-align: center
}

@media only screen and (max-width:500px) {
    .advantage_title {
        font-size: 24px;
        line-height: normal
    }
}

.advantage-block {
    width: 100%;
    padding: 5px;
    position: relative
}

.advantage-block,
.advantage-block_border {
    border: 2px solid #f90d01;
    border-radius: 11px
}

.advantage-block_border {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 30px 60px
}

@media only screen and (max-width:500px) {
    .advantage-block_border {
        padding: 30px 16px
    }
}

.advantage-block_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.advantage-block_item {
    width: calc(50% - 20px);
    border: 2px solid #f90d01;
    padding: 30px 40px;
    border-radius: 11px
}

@media only screen and (max-width:500px) {
    .advantage-block_item {
        width: 100%;
        padding: 30px 10px
    }
}

.advantage-block-title {
    font-size: 24px;
    font-weight: 800
}

@media only screen and (max-width:500px) {
    .advantage-block-title {
        font-size: 20px;
        text-align: center
    }
}

.advantage-block-text {
    font-size: 16px;
    font-weight: 400
}

@media only screen and (max-width:500px) {
    .advantage-block-text {
        text-align: center
    }
}

.advantage-icon {
    position: absolute;
    top: -97px;
    left: 50%;
    transform: translate3d(-50%, 0, 0)
}

.advantage-logo {
    margin-bottom: 50px
}

.advantage .branch_3 {
    position: absolute;
    left: 0
}

@media only screen and (max-width:500px) {
    .advantage .branch_3 {
        left: -15%;
        scale: .4;
        top: 0
    }
}

.advantage .branch_4 {
    position: absolute;
    right: 0
}

@media only screen and (max-width:500px) {
    .advantage .branch_4 {
        right: -15%;
        scale: .4
    }
}

.advantage .advantage-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -1px, 0);
    width: 1060px
}

@media only screen and (max-width:1520px) {
    .advantage .advantage-top {
        min-width: 1060px
    }
}

@media only screen and (max-width:500px) {
    .advantage .advantage-top {
        min-width: unset
    }
}

.banner-screen {
    position: relative;
    width: 100%;
    height: 100%;
    background: #252328;
    overflow: hidden;
    padding: 0 15% 340px
}

@media only screen and (max-width:500px) {
    .banner-screen {
        padding: 0 5% 150px
    }
}

.banner-screen .branch_5 {
    position: absolute;
    left: 0;
    top: 15%
}

@media only screen and (max-width:500px) {
    .banner-screen .branch_5 {
        display: none
    }
}

.banner-screen .branch_6 {
    position: absolute;
    right: 0;
    top: 15%
}

@media only screen and (max-width:500px) {
    .banner-screen .branch_6 {
        display: none
    }
}

.banner-screen .banner-screen-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.banner {
    position: relative;
    border: 2px solid #fff;
    border-radius: 11px;
    padding: 5px;
    color: #fff;
    margin-top: 190px;
    z-index: 2
}

@media only screen and (max-width:500px) {
    .banner {
        margin-top: 60px
    }
}

.banner-border {
    border: 2px solid #fff;
    border-radius: 11px;
    position: relative;
    padding: 60px 50% 30px 35px
}

@media only screen and (max-width:500px) {
    .banner-border {
        padding: 31px 11px 100%
    }
}

.banner-image {
    position: absolute;
    right: 10%;
    bottom: 0
}

@media only screen and (max-width:500px) {
    .banner-image {
        right: 45%;
        transform: translate3d(50%, 0, 0)
    }
}

.banner-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 130%
}

@media only screen and (max-width:500px) {
    .banner-title {
        font-size: 24px
    }
}

.banner-text {
    font-size: 16px;
    font-weight: 100;
    line-height: 130%;
    margin-top: 16px
}

.banner .btn {
    margin-top: 40px;
    font-size: 18px;
    text-transform: none
}

@media only screen and (max-width:500px) {
    .banner .btn {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:5020px) and (min-width:768px) {
    body {
        font-size: 20px
    }

    h1 {
        font-size: 2.15em;
        line-height: 1.4em
    }

    h2,
    h3 {
        font-size: 1.9em;
        line-height: 1.66em
    }

    .screen {
        padding: 0 13% 4em
    }

    .screen--eggplant {
        background: #fff
    }

    .content--eggplant {
        width: 100%;
        padding: 4em 6em;
        display: flex;
        border-radius: 1em;
        align-items: center;
        justify-content: space-between;
        transition: transform .3s, box-shadow .3s
    }

    .content--eggplant:hover {
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .22);
        transform: translateY(-4px)
    }

    .content {
        display: flex
    }

    .plain-text {
        font-size: 1.2em
    }

    .section-title {
        font-size: 1.5em;
        font-weight: 700
    }

    .logo--text {
        display: flex;
        font-size: 1.2em;
        font-weight: 700
    }

    .white {
        color: #fff
    }

    .black {
        color: #3f3d56
    }

    .logo--link {
        align-items: center
    }

    .logo--link img {
        margin-right: .5em
    }

    .back-arrow:hover {
        fill: #999
    }

    .count {
        font-weight: 700
    }

    .menu-toggle {
        display: none
    }

    header {
        width: 100%
    }

    .close--menu {
        display: none
    }

    .footer-menu,
    .top-menu {
        display: flex
    }

    .footer-menu li,
    .top-menu li {
        list-style-type: none;
        margin-right: 2em;
        margin-bottom: 0
    }

    .footer-menu li a,
    .top-menu li a {
        color: #fff;
        text-decoration: none;
        transition: all .3s ease;
        font-size: .9em
    }

    .footer-menu li a:hover,
    .top-menu li a:hover {
        color: #f90d01
    }

    .footer-menu li:last-child,
    .top-menu li:last-child {
        margin-right: 0
    }

    .cabinet--s {
        display: none
    }

    .cabinet--xl {
        display: flex;
        margin-left: 3.2em
    }

    .logo--footer {
        display: inline-flex;
        margin-right: 4em
    }

    footer {
        padding: 0
    }

    footer .screen {
        padding: 2em 13%
    }

    footer .cabinet--xl {
        display: none
    }

    footer .footer-menu li a,
    footer .top-menu li a {
        color: #252328
    }

    .footer--top {
        display: flex;
        align-items: center
    }

    .footer-contacts {
        margin-left: auto;
        font-size: .8em
    }

    .footer-operation-mode {
        font-size: .9em
    }

    .screen--inner-hero[data-page-slug=home] {
        background-size: cover;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        height: 100vh;
        background-position: 50%
    }

    .hero-text {
        display: inline-flex;
        flex-direction: column;
        width: auto;
        margin-top: 6em;
        max-width: 50%;
        text-align: left
    }

    .hero-text div {
        font-size: 1.35em;
        line-height: 1.18em;
        width: 17em
    }

    .range-count {
        font-size: 1.5em;
        width: 2em;
        font-weight: 700
    }

    .loan-item {
        width: 16em;
        padding: 2em;
        margin-right: 3em
    }

    .loan-item:last-child {
        margin-right: 0
    }

    .item-icon {
        display: flex;
        align-items: baseline;
        margin-bottom: .7em
    }

    .item-count {
        margin: 0
    }

    .advantages {
        display: flex;
        align-items: baseline;
        justify-content: space-between
    }

    .advantage-left {
        display: inline-flex;
        flex-direction: column;
        margin-bottom: 0;
        width: 29em;
        margin-right: 1em
    }

    .advantage-right {
        display: inline-flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch
    }

    .advantage-item {
        width: 265px;
        margin-bottom: 1em
    }

    .screen--client .content-left {
        width: 64%;
        margin-right: 1em
    }

    .image--client {
        display: flex
    }

    .screen--recomendation {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .screen--recomendation h2 {
        width: 25em;
        margin-bottom: 2.76em
    }

    .image--recomendation {
        display: flex;
        width: 23em;
        margin-right: 7em
    }

    .screen--refinans .content-left {
        width: 35em
    }

    .image--refinans {
        display: flex;
        width: 14.66em;
        margin-left: 4em
    }

    .screen--partners {
        margin: 6em 0
    }

    .partners {
        width: 100%
    }

    .partner-item {
        width: 5.9em;
        margin-bottom: 0
    }

    .partner-item,
    .partner-item:nth-child(2n) {
        margin-right: 3.75em
    }

    .partner-item:last-child {
        margin-right: 0
    }

    .map {
        display: flex;
        margin-bottom: 4.5em
    }

    .screen--auth {
        flex-direction: row;
        padding-top: 0
    }

    .screen--auth h3 {
        text-align: left
    }

    .screen--auth .input-name {
        margin-top: 3.5em
    }

    .auth-img {
        display: flex;
        width: 41%;
        height: 100vh
    }

    .auth-data {
        width: 59%
    }

    .auth-data .plain-text {
        margin-top: 1.5em;
        font-size: 1em
    }

    .logo--auth {
        top: auto;
        left: auto;
        bottom: 5%;
        right: 5%
    }

    .screen--content {
        padding-top: 4em !important
    }

    .screen--content h2 {
        margin: 0 auto 4em !important
    }
}

@media only screen and (max-width:1440px) and (min-width:768px) {
    body {
        font-size: 18px
    }

    .screen {
        padding: 0 10% 4em
    }

    footer {
        padding: 0
    }

    footer .screen {
        padding: 2em 10% 4em
    }

    .advantage-item {
        width: 235px
    }
}

@media only screen and (max-width:1239px) and (min-width:768px) {
    body {
        font-size: 17px
    }

    .screen {
        padding: 0 7% 4em
    }
}

@media only screen and (max-width:1126px) and (min-width:768px) {
    .advantage-right {
        justify-content: space-around
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    .header__lk-btn {
        margin-left: 1rem
    }

    .footer-menu li,
    .top-menu li {
        list-style-type: none;
        margin-right: 2em
    }

    .footer-menu li a,
    .top-menu li a {
        color: #fff;
        text-decoration: none;
        transition: all .3s ease;
        font-size: .9em
    }

    .footer-menu li:last-child,
    .top-menu li:last-child {
        margin-right: 0
    }

    .screen--inner-hero[data-page-slug=home] {
        background-size: cover;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between
    }

    .hero-text {
        display: inline-flex;
        flex-direction: column;
        width: 50%;
        margin-top: 6em
    }
}

@media only screen and (max-width:926px) and (min-width:768px) {
    body {
        font-size: 14px
    }

    .hero-text {
        margin-top: 3em
    }
}

@media only screen and (max-width:1167px) {
    .parallax-banner__item {
        zoom: .65
    }
}

@media only screen and (max-width:1090px) {
    .tariff__item {
        zoom: .85
    }
}

@media only screen and (max-width:832px) {
    .cabinet--xl {
        margin-left: 1em
    }
}

@media only screen and (max-width:800px) {
    .header-base-bottom__menu-link {
        font-size: .9em !important;
        padding: .5em .8em !important
    }
}

@media only screen and (max-width:768px) {
    .hero-text h1 {
        font-size: 1.6em !important
    }

    .hero-text p {
        font-size: 1em !important
    }

    .header {
        padding: 0 5% !important
    }

    .header__lk-btn {
        margin-left: 1rem
    }

    .header-main {
        background: transparent
    }

    .header-base {
        padding: 0 5% !important
    }

    .header-base-top {
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0
    }

    .phone-header {
        display: none
    }
	.phone-header-mobile {
		display: block;
	}

    .phone--footer {
        display: block
    }

    .main-screen {
        flex: 1 1 auto;
        height: 100%;
        min-height: calc(var(--vh, 1vh)*100);
        padding: 30px 5% 0;
        background-image: url(/img/headerBg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 0
    }

    .main-screen__link {
        justify-content: center
    }

    .main-screen__bg-img img {
        display: none
    }

    .hero-calc-wrapper {
        position: relative !important
    }

    .return-time {
        font-size: .9em
    }

    .return-summ {
        color: #f90d01
    }

    .hero-calc__title {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        margin-bottom: 1rem;
        padding-top: 2rem
    }

    .hero-calc__sub-title {
        display: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 1.15em;
        margin-bottom: 2rem;
        text-align: center
    }

    .hero-calc-wrapper {
        padding-top: 2.5rem
    }

    .hero-calc__wrapper-range {
        margin-bottom: 1em !important
    }

    .hero-calc__link {
        margin-bottom: 1em
    }

    .parallax-banner__item {
        display: none !important
    }

    .footer-partners__item {
        margin-right: 1em
    }

    .footer-partners__item:last-child {
        margin-right: 0 !important
    }

    .footer {
        font-size: .7em
    }

    .footer__body,
    .footer__bottom,
    .footer__top {
        padding: 1.5em 5% 1em
    }

    .footer__bottom {
        flex-wrap: wrap;
        align-items: stretch !important
    }

    .footer__bottom-item {
        margin-bottom: .8em
    }

    .conditions {
        flex-direction: column;
        padding-bottom: 4em !important
    }

    .conditions__col {
        width: 100% !important
    }

    .conditions__col:first-child {
        margin-bottom: 2em
    }

    .requisite {
        flex-direction: column;
        padding-bottom: 4em !important
    }

    .requisite__col {
        width: 100% !important
    }

    .requisite__col:first-child {
        margin-bottom: 2em
    }

    .reviews__form form {
        flex-direction: column;
        align-items: flex-end !important
    }

    .reviews__form form input {
        max-width: 100% !important;
        margin-bottom: 1.2em
    }

    .contact__body {
        flex-direction: column;
        padding: 1em 0 0
    }

    .contact__item-text,
    .contact__item-title {
        font-size: 1em
    }

    .contact__col {
        width: 100%;
        margin-bottom: 1em
    }

    .contact__mobile-map-link {
        margin-bottom: 1.5em
    }

    .contact__item-row-text,
    .contact__item-row-title {
        font-size: .75em
    }

    .contact__col-mobile-title {
        display: block;
        margin-bottom: 1em;
        font-weight: 700
    }

    .contact__mobile-map-link {
        display: block;
        transition: all .3s ease 0s
    }

    .contact__mobile-map-link:hover {
        text-decoration: none;
        transition: all .4s ease 0s
    }

    .contact .ymap-container.desktop-map {
        width: 100%;
    }

    .contact .ymap-container.mobile-map {
        height: calc(100% - 57px);
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .tariff {
        width: 90% !important
    }

    .tariff__item {
        padding: 1em !important
    }

    .tariff__item-link {
        display: none
    }

    .tariff__item-title {
        font-size: 1em !important
    }

    .tariff__bg-image {
        zoom: .65
    }

    .grid-item {
        height: 150px !important
    }

    .grid-item-1 {
        width: 99.2% !important
    }

    .grid-item-2 {
        width: 45% !important;
        height: 600px !important
    }

    .grid-item-3,
    .grid-item-4 {
        height: 300px !important;
        width: 54% !important
    }

    .grid-item-5 {
        height: 300px !important
    }

    .vue-slider-dot-handle {
        border-color: #f90d01 !important;
        background-color: #f90d01 !important
    }

    .vue-slider-dot-handle-focus {
        box-shadow: 0 0 0 5px rgba(249, 13, 1, .2) !important
    }

    .vue-slider-dot-tooltip-text {
        color: #f90d01 !important
    }

    .vue-slider-process {
        background-color: #f90d01 !important
    }
}

@media only screen and (max-width:600px) {
    .grid-item-2 {
        width: 45% !important;
        height: 450px !important
    }

    .grid-item-3,
    .grid-item-4 {
        height: 225px !important;
        width: 54% !important
    }
}

@media only screen and (max-width:470px) {
    .header-base {
        padding: 0 5% !important
    }

    .footer__bottom-item {
        width: 100% !important;
        justify-content: center;
        text-align: center
    }
}

@media only screen and (max-width:420px) {
    .header {
        height: 100% !important
    }

    .logo--link img {
        margin-right: 0 !important
    }

    .cabinet--xl {
        margin-left: 0 !important
    }
}

@media only screen and (max-width:370px) {
    .tariff__item {
        padding: .5em !important
    }

    .tariff__item-title {
        font-size: .8em !important
    }
}

.noUi-target {
    position: relative;
    /* padding: 8px 0; */
    width: auto;
    height: 4px;
    background-color: #f5f5f5;
    border-radius: 15px;
    border: 0;
    transition: background-color .3s
}

.noUi-target:hover {
    background-color: #e1e1e1
}

.noUi-connect {
    background-color: #f90d01;
    border-radius: 15px
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    top: -6px;
    right: -8px;
    border-radius: 50%;
    border: 2px solid #f90d01;
    background-color: #f90d01;
    box-shadow: none;
    cursor: pointer;
    transition: box-shadow .3s
}

.noUi-horizontal .noUi-handle:focus,
.noUi-horizontal .noUi-handle:focus-visible,
.noUi-horizontal .noUi-handle.noUi-active {
    box-shadow: 0 0 0 5px rgba(249, 13, 1, .2) !important;
    outline: none
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    display: none
}


/** Модальное окно **/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}

.modal-container {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
    position: relative;
    max-width: 680px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
}

.modal-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.modal-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.modal-close-btn:hover {
    color: #333;
}

.modal-content {
    padding: 30px;
}

.modal-preloader {
    text-align: center;
    padding: 40px;
}

.preloader-spinner {
    border: 3px solid #f5f5f5;
    border-top: 3px solid #fdb515;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

body.no-scroll {
    overflow: hidden;
}

@media (max-width: 768px) {
    .modal-overlay {
        padding: 10px;
        align-items: flex-end;
    }

    .modal-container {
        max-height: 85vh;
        border-radius: 12px 12px 0 0;
        margin-bottom: 0;
    }

    .modal-header {
        padding: 15px 20px;
    }

    .modal-title {
        font-size: 1.3rem;
    }

    .modal-content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .modal-header {
        padding: 12px 15px;
    }

    .modal-content {
        padding: 15px;
    }

    .modal-title {
        font-size: 1.2rem;
    }
}



#wpforms-728,
#wpforms-728-field_8-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
div.wpforms-container-full .wpforms-form em.wpforms-error {
    margin-top: 6px !important;
}
.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
    padding: 10px 0 !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
