@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat: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);
@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);

@font-face {
    font-family: MyriadPro-Regular;
    src: url('../fonts/myriadpro-regular.woff2') format("woff2"),
    url('../fonts/myriadpro-regular.woff') format("woff"),
    url('../fonts/myriadpro-regular.ttf') format("truetype")
}

*,
: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: 14px;
    line-height: 1.4;
    color: #303030;
    font-family: PT Sans, sans-serif
}

a {
    color: #f98600;
    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: #303030
}

ol,
ul {
    list-style: none
}

ul {
    line-height: 1.2em
}

.footer {
    margin-top: auto
}

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

.rouble {
    font-family: Roboto, sans-serif!important;
    font-weight: 500!important
}

.rouble:-moz-placeholder,
.rouble:-ms-input-placeholder,
.rouble::-moz-placeholder,
.rouble::-webkit-input-placeholder {
    font-family: Roboto, sans-serif!important;
    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(https://capitalina.ru/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(https://capitalina.ru/img/faq-bg.jpg)
}

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

.screen--inner-hero[data-page-slug=documents] {
    background-image: url(https://capitalina.ru/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: #3a3a3a;
    border-radius: 5px;
    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)
    }
    .header__lk-btn {
        font-size: calc(12.45051px + .17172vw);
        padding: 15px;
        max-width: 40%;
        margin: 0 15px !important;
    }
}

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

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

.count {
    color: #ffbe18
}

.get-money-btn {
    margin: 0 auto 1em
}

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

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

.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: #3a3a3a;
    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 {
    font-size: 1.66em;
    font-weight: 700;
    text-decoration: none
}

.phone-header {
    position: relative;
    font-size: 1.15em;
    color: #fff
}

@media (min-width: 760px) and (max-width: 1880px) {
    .phone-header {
        position: relative;
        font-size: 0.80em;
        color: #fff;
        margin: 0 0 0 25px;
    }
}

.phone-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    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
}

.phone-header:before:hover {
    transition: all .4s ease .1s
}

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

.phone-header:active:before,
.phone-header:hover:before {
    background: #d9d9d9;
    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: #000
}

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

.footer {
    font-size: .85em
}

.footer__body,
.footer__top {
    background: #f2f2f4;
    color: #535353;
    padding: 1.5em 15% 1em
}
.footer__body--btn {
    display: flex;
    justify-content: center;
}
.footer__body--btn button {
    max-width: fit-content;
}

.footer__bottom {
    align-items: center;
    background: #f2f2f4;
    color: #535353;
    padding: 1.5em 15% 2em;
    border-top: .5px solid #cdcdcd
}

.footer__bottom,
.footer__partners {
    display: flex;
    justify-content: space-between
}

.footer__partners {
    align-items: stretch;
    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;
    justify-content: center;
    padding-top: calc(108px + 5.2rem);
    width: 100%
}

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

.hero-calc .input-label {
    display: none
}

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

.hero-calc__sub-title {
    display: none!important;
    margin-bottom: 2.8rem;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.3;
    text-align: center;
    color: #3a3a3a
}

.hero-calc__wrapper-range {
    background: rgba(58, 58, 58, .8);
    border-radius: 20px;
    padding: 1.5em;
    margin-bottom: 2.5em
}

.hero-calc__link {
    position: relative;
    display: inline-block;
    z-index: 20;
    text-align: center;
    font-weight: 700;
    line-height: 1.8em;
    color: #3a3a3a
}

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

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

.hero-calc__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 20;
    background: #3a3a3a;
    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: #3a3a3a
}

.hero-calc__link:active:before,
.hero-calc__link:hover:before {
    background: #3a3a3a;
    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-name {
    display: flex;
    flex-direction: column
}

.input-label {
    width: 100%;
    font-size: 1em;
    display: flex;
    font-weight: 400;
    align-items: baseline;
    justify-content: space-between
}

.input-label span {
    font-weight: 700;
    font-size: 1.3em
}

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

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

.calc-range {
    width: 90%!important;
    height: 28px;
    margin: 36px auto
}

.calc-range span {
    font-size: 16px;
}
.noUi-target {
    border: none;
    background: #f98600;
}
.noUi-horizontal {
    height: 4px;
}
.noUi-base, .noUi-connects {
    border-radius: 15px;
    background: #fff;
}
.noUi-connect {
    background-color: #f98600!important;
}
.noUi-horizontal .noUi-handle {
    border-color: #f98600!important;
    background-color: #f98600!important;
    width: 24px;
    height: 24px;
    top: -10px;
    cursor: pointer;
}
.noUi-horizontal .noUi-handle:focus {
    box-shadow: 0 0 0 5px rgba(249,134,0,.2);
}
.noUi-tooltip {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    border: none;
    transition: font-size .3s;
}
.noUi-handle:focus .noUi-tooltip {
    font-size: 18px;
}
.calc-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.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;
    align-items: center;
    font-weight: 400;
    line-height: 1.4em;
    color: #fff
}

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

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

.return-summ {
    color: #f98600;
    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
}

.loan-time {
    margin: 1em -2em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap
}

.loan-time:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    margin-bottom: 1em
}

.loan-time .timer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2em;
    width: 100%
}

.loan-time span {
    font-weight: 700;
    font-size: 1.15em;
    margin-left: .5em
}

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

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

.screen--second h2 {
    text-align: center;
    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: #f98600;
    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 {
    text-align: center;
    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-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 1em;
    border-bottom: 2px solid #cdcdcd;
    margin-bottom: 1em
}

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

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

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

.question,
.question:hover,
.question:hover+.question-control {
    color: #f98600
}

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

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

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

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

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

.documents .link--document {
    color: #3a3a3a;
    position: relative;
    text-decoration: underline;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955) .1s
}

.documents .link--document:not(:last-child) {
    margin-bottom: .5em
}

.documents .link--document:active,
.documents .link--document:hover {
    color: #3a3a3a;
    text-decoration: none;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955) .1s
}

.contact {
    padding: 1em 15% 0;
    width: 100%
}

.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 {
    display: none;
    color: #3a3a3a
}

.contact .ymap-container {
    width: 58%;
    height: 25em
}

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

.contact__item-title {
    margin-bottom: .7em;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #3a3a3a
}

.contact__item-text,
.contact__item-address {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.4em
}

.contact__item-text a {
    text-decoration: none;
    color: #000;
    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: 1em;
    line-height: 1.4em;
    color: #f98600
}

.contact__item-row-title {
    margin-right: .2em
}

.contact__item-row-text {
    font-weight: 700
}
.vs__selected-options {
    padding: 0 0 4px;
    background: none;
    white-space: normal;
    border-bottom: 1px solid #97a6ba;
    margin-bottom: 1em;
    cursor:pointer;
    display: flex;
    align-items: center;
}
.vs__selected-options .select-arrow {
    margin: 0 5px 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
}
.vs__selected-options .select-arrow-up {
    transform: rotate(-180deg);
}
.contact__item-address {
    padding: 0 0 4px;
    border-bottom: 1px solid #97a6ba;
    margin-bottom: .9em;
}
.contact__item-text {
    position: relative;
}
.contact__item-text + div {
    margin-top: 20px;
}
.city-list {
    display: none;
    box-sizing: border-box;
    z-index: 1000;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
    border: 1px solid rgba(60, 60, 60, .26);
    border-top-style: none;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
}
.city-item {
    line-height: 1.42857143;
    display: block;
    clear: both;
    white-space: nowrap;
}
.city-item-selected {
    background: #f98600;
}
.city-item a {
    display: block;
    padding: 3px 20px;
    color: #333!important;
    text-decoration: none!important;
}
.city-item-selected a{
    color: #fff!important;
}
.city-data {
    display: none;
}
.city-data-active {
    display: block;
    margin-top: 0!important;
}
.map-holder {
    display: none;
    height: 100%;
}
.map-holder-active {
    display: block;
}
.contact__mobile-map-link {
    display: none;
    text-decoration: underline;
    font-size: 1em;
    text-align: center;
    color: #989dc2
}

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


[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: #f98600
}

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

input.date-input,
input[type=date] {
    background-image: url(https://capitalina.ru/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: #f98600
}

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
}




/** Модальное окно **/
.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;
}




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

.cookie__link:active:before,
.cookie__link:hover:before {
    background: #f98600;
    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: 3.2rem
}

.main-screen {
    position: relative;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    overflow: hidden
}

.main-screen,
.main-screen__link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-screen__link {
    padding: 0 15%;
    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
}

.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: #373737;
    background-image: url(https://capitalina.ru/img/headerBg-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    align-items: stretch;
    flex-direction: column;
    padding: 0 15%
}

.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 {
    background: #3a3a3a;
    outline-color: #3a3a3a
}

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

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

.header-base-bottom {
    display: flex;
    justify-content: center;
    padding: 1em 0 0
}

.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: #fff;
    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: #3a3a3a;
    transition: all .4s ease 0s
}

.header-base-bottom__menu-link.menu-active-link {
    color: #f98600;
    background: #fff
}

.faq {
    padding: 138px 15% 0
}

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

.conditions__col {
    width: 48%
}

.conditions__title {
    color: #3a3a3a;
    text-align: left;
    margin-bottom: 1em
}

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

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

.download-file {
    width: 100%;
    max-width: 555px;
    background: #fff;
    border: 1px solid #f98600;
    border-radius: 7px;
    overflow: hidden
}

.download-file__title {
    padding: .6em;
    font-size: 1.4em;
    font-weight: 700;
    background: #f98600;
    color: #fff
}

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

.download-file__link a {
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 400;
    color: #000;
    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: 2em 15% 8em
}

.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;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    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
}

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

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

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

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

.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 #97a6ba!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: #000
}

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

@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;
        text-align: center
    }
    .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
    }
    .yellow {
        color: #ffbe18
    }
    .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: #f98600
    }
    .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: #303030
    }
    .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
    }
    .input-label {
        font-size: 1.2em
    }
    .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 a:hover,
    .top-menu li a:hover {
        color: #ffbe18
    }
    .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) {
    .logo--header {
        margin-bottom: 1.2em
    }
    .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: 0
    }
    .header-base {
        padding: 0 5%!important
    }
    .header-base-top {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0
    }
    .header-base__body {
        justify-content: center
    }
    .phone-header {
        display: none
    }
    .phone--footer {
        display: block
    }
    .main-screen {
        flex: 1 1 auto;
        height: 100%;
        min-height: calc(var(--vh, 1vh)*100);
        padding: 108px 5% 0;
        background-image: url(https://capitalina.ru/img/headerBg-min.jpg);
        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,
    .return-time {
        color: #3a3a3a
    }
    .hero-calc__title {
        font-weight: 700;
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 1rem;
        padding-top: 5rem
    }
    .hero-calc__sub-title {
        display: block;
        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 {
        background: transparent!important;
        padding: 0!important;
        margin: 0 auto 1em;
    }
    .calc-range {
        width: 83%!important;
    }
    .calc-range:nth-child(2) {
        margin-bottom: 0;
    }
    .hero-calc__link {
        margin-bottom: 1em
    }
    .parallax-banner__item {
        display: none!important
    }
    .noUi-connect {
        background-color: #3a3a3a!important;
    }
    .noUi-horizontal .noUi-handle {
        border-color: #3a3a3a!important;
        background-color: #3a3a3a!important;
        box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    }
    .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,
    .contact__item-address {
        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 {
        display: none
    }
    .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
    }
}

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