@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    //font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

html,
body {
    box-sizing: border-box;
    height: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

body {
    font-family: 'SF Pro', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    background-color: #9ef01a;
    color: #000;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container {
    max-width: 1287px;
    padding: 0 64px 0 64px;
    margin: 0 auto;
}

.main {
    flex-grow: 1;
}

.btn-reset {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    padding: 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 1px solid transparent;
    background: #000;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    white-space: nowrap;
}

button:disabled {
    background: #E4E4E4;
    color: #fff;
}

button:disabled:hover {
    background: #E4E4E4;
    color: #fff;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.btn:active {
    background: #000;
    color: #fff;
}

.btn-transparent {
    background: transparent;
    border: 1px solid #FF0000;
    color: #FF0000;
}

.btn-transparent:hover {
    background: #FF0000;
    color: #fff;
}

.btn-green {
    background: #9ef01a;
}

.btn-green:hover {
    background: #5bf3c0;
}

.btn-green:focus {
    border: 1px solid #333;
}

.btn-green:active {
    background: #42b48e;
}

.info__slider .slick-track,
.intresting-slider .slick-track {
    display: flex;
}

.info__slider .slick-track .slick-slide,
.intresting-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
}

h2.section__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 32px;
    text-align: center;
}

h3.section__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 50px;
}

.section__subtitle-text {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(65, 65, 67, 0.5);
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
    position: relative;
    padding-right: 20px;
}

.mCSB_scrollTools {
    position: absolute;
    right: 0;
    width: 4px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    width: 4px;
    background: #ECECEC;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #ECECEC;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #000 !important;
    border-radius: 5px;
}

.pagination__list {
    display: flex;
    align-items: flex-end;
}

.pagination__item {
    font-size: 12px;
    line-height: 16px;
    transition: all .2s;
    color: #a4a4a4;
    margin: 0 10px;
}

.pagination__item.current {
    color: #FF0000;
}

.pagination__item:hover {
    color: #FF0000;
}

.pagination__link--arrow {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    border-radius: 2px;
}

.mask-video-face {
  background: url('/static/img/vid.png') center center no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.pagination__link--arrow:hover {
    background: #FF0000;
}

.pagination__link--arrow:hover svg {
    fill: #fff;
    transition: all .2;
}

.pagination__link--arrow svg {
    width: 8px;
    height: 8px;
}

.pagination__link--arrow svg.pag-arrow--right {
    transform: rotate(180deg);
}

input {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 15px;
    display: block;
    width: 100%;
    border: 0.854092px solid #000000;
    border-radius: 5px;
    transition: all .2s;
    outline: none;
    height: 42px;
}

input:hover {
    /*border: 1px solid #9ef01a;*/
}

input:focus {
    /*border: 1px solid #9ef01a;*/
}

input.error {
    border-color: #EB5757;
}

input.filed {
    background: rgba(158, 240, 26, 0.4);
    border: 1px solid #9ef01a;
}

label.error {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 12px;
    color: #EB5757;
}

.date-passport-error {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 12px;
    color: #EB5757;
}

.control {
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

.control:hover input ~ .control_indicator {
    border-color: #9ef01a;
}

.control input {
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.control input:checked ~ .control_indicator {
    background-color: #9ef01a;
    border-color: #9ef01a;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control input.error ~ .control_indicator {
    border-color: #EB5757;
}

.control label.error {
    height: 0;
    opacity: 0;
}

.control .control_indicator {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 1px;
    border: 2px solid rgba(65, 65, 67, 0.5);
}

.control .control_indicator:hover {
    border-color: #9ef01a;
}

.control .control_indicator:after {
    content: url(../img/icon/check.svg);
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.control-radio .control_indicator {
    border-radius: 50%;
}

.control-radio .control_indicator:after {
    content: '';
    width: 10px;
    height: 10px;
    display: none;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.hidden-textbox {
   visibility: hidden;
}

.control-checkbox {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #414143;
}

.control-checkbox .control_indicator {
    border-radius: 3px;
}

.control-checkbox .control_indicator:after {
    border-radius: 1px;
}

.select {
    position: relative;
}

.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-color: var(--selectArrow-color);
}

select {
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 15px;
    display: block;
    width: 100%;
    border: 1px solid #EAECF0;
    border-radius: 5px;
    transition: all .2s;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    color: #a4a4a4;
}

select.error {
    border-color: #EB5757;
}

select option {
    color: #333;
}

select:hover {
    border: 1px solid #2D4251;
}

select:focus {
    border: 1px solid #2D4251;
}

.select_arrow {
    position: absolute;
    top: 38px;
    right: 20px;
    width: 6px;
    height: 6px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

.credit_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
}

.btn-str {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 20px;
    color: #A4A4A4;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

.btn-edit {
    cursor: pointer;
    border: none;
    background: none;
}

.inner-block {
    background: #FFFFFF;
    border-radius: 16px;
}

.table {
    font-size: 14px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.table__col {
    padding: 14px;
    border: 1px solid #EAECF0;
}

.fw-bold {
    font-weight: bold;
}

.red {
    color: #FF0000;
}

#actual-address {
    display: none;
}

.show {
    display: block !important;
}

#actual-address.show {
    display: grid;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.btn-hint {
    margin-left: 8px;
}

.btn-hint svg {
    display: block;
    width: 18px;
    height: 18px;
    stroke: #D0D1D2;
    fill: #fff;
}


.onoffswitch {
    pointer-events: none;
    position: relative;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 30px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 14px;
    padding: 0;
    line-height: 14px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 5px;
    background-color: #9ef01a;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 5px;
    background: rgba(65, 65, 67, 0.5);
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 20px;
    height: 20px;
    margin: 1px;
    background: #414143;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.48);
    position: absolute;
    top: -4px;
    right: 20px;
    border-radius: 50%;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.control-switch {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.control-switch .contol-group-text {
    margin-right: 14px;
    font-size: 14px;
    line-height: 20px;
}

.contol-group__text a {
    color: #23527c;
    display: inline;
    font-weight: bold;
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.underline-link {
    display: inline;
    text-decoration: underline;
    font-weight: 600;
    color: #23527c;
}

.block {
    display: block;
}

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

.btn-addContacts {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 13px;
}

.btn-addContacts img {
    margin-bottom: 15px;
}

.blue {
    position: relative;
    z-index: 9;
    color: #4FB6F9;
}

.center {
    margin: 0 auto;
}

.preload-icon {
    -webkit-animation-name: preloaderRotate;
    animation-name: preloaderRotate;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes preloaderRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloaderRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#canvas_container {
    width: 800px;
    height: 450px;
    overflow: auto;
    background: #333;
    text-align: center;
    border: solid 3px;
}

#navigation_controls {
    display: flex;
}

.checkbox-attention {
    display: none;
    color: #FF0000;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.checkbox-attention.show {
    display: block;
}

.header {
    position: relative;
    background-color: #9ef01a;
    padding: 24px 0;
    color: #2e2e2e;
}

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

.header__logo {
    padding-left: 9px;
    margin-right: 10px;
    flex: 3;
}

.header__logo img {
    display: block;
    max-width: 232px;
    min-width: 154px;
    width: 100%;
    height: auto;
}

.header__end {
    display: flex;
    align-items: center;
}

.header__languages {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin: 0 37px 0 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    flex: 1;
}

.header__lang {
    color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.header__lang.active {
    color: #2e2e2e;
}

.header__lang:not(:last-child) {
    margin-right: 15px;
}

.header__lang:hover {
    color: #2e2e2e;
}

.header__btns {
    display: flex;
    align-items: center;
}

.header__btns-btn {
    padding: 12px 25px 12px 30px;
    background-color: #000;
}

.header__btns-btn:hover {
    background-color: #000;
    color: #fff;
}

.btn-to-cabinet .svg-cabinet {
    display: none;
    fill: #000;
    stroke: #000;
    width: 25px;
    height: 25px;
}

.credit-calc {
    padding: 58px 0 60px;
}

.credit-calc .container {
    max-width: 1302px;
    padding: 0 64px 0 36px;
}

.credit-calc__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.credit-calc__content {
    font-family: 'Montserrat', sans-serif;
    margin-right: 10px;
}

.credit-calc__title {
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 92px;
}

.credit-calc__title-img {
    position: relative;
}

.credit-calc__title-img img {
    display: block;
    max-width: 260px;
    min-width: 95px;
    width: 100%;
    height: auto;
}

.credit-calc__title-text {
    max-width: 284px;
    width: 100%;
    padding-left: 5px;
}

.credit-calc__title-large {
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    display: block;
    margin-bottom: 6px;
}

.credit-calc__title-small {
    font-weight: 500;
    font-size: 44px;
    line-height: 44px;
}

.credit-calc__description {
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    padding-left: 45px;
}

.credit-calc__description-text {
    position: relative;
    display: block;
    text-align: center;
}

.credit-calc__description-text span {
    position: relative;
    z-index: 2;
}

.credit-calc__description-text_white {
    z-index: 3;
    margin-bottom: 35px;
}

.credit-calc__description-text_white::before {
    content: url(../img/backgr-text/white-back.svg);
    display: block;
    position: absolute;
    top: -10px;
    right: 39px;
}

.credit-calc__description-text_yellow {
    z-index: 2;
    padding-left: 10px;
    max-width: 560px;
}

.credit-calc__description-text_yellow::before {
    content: url(../img/backgr-text/yellow-back-big.svg);
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
}

.calculation {
    max-width: 516px;
    width: 100%;
    color: #000;
}

.calculation__header {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 45px;
}

.calculation__header .back-yellow-figure {
    padding: 0px 10px 0 31px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    bottom: 2px;
}

.calculation__header .back-yellow-figure span {
    position: relative;
    z-index: 2;
}

.calculation__header .back-yellow-figure::before {
    content: url(../img/backgr-text/yellow-back-small.svg);
    display: block;
    position: absolute;
    bottom: -13px;
    left: 6px;
    content: '';
        width: 100%;
        height: auto;
        left: 2px;
        right: 0px;
        top: -9px;
        bottom: -6px;
        background: url(../img/backgr-text/yellow-back-small.svg) no-repeat;
        background-size: cover;
}

.calculation__body {
    margin-bottom: 21px;
}

.calculation__footer-btn {
    padding: 17px 20px 17px 20px;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    background: #000;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
}

.calculation__footer-btn:hover {
    background: #000;
}

.calculation-item:not(:last-child) {
    margin-bottom: 10px;
}

.calculation-item__up {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 11px;
}

.calculation-item__label {
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
}

.calculation-item__inp-block {
    max-width: 248px;
    width: 100%;
}

.calculation-item__input {
    display: inline-block;
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    padding: 8px 36px 8px 36px;
    background: #fff;
    border-radius: 4px;
    border: none;
}

.calculation-item__input:hover {
    border: none;
}

.calculation-item__arrow {
    cursor: pointer;
    position: absolute;
    right: 5px;
    height: 5px;
}

.calculation-item__arrow:hover svg {
    fill: #FF0000;
}

.calculation-item__arrow svg {
    display: block;
    fill: #A4A4A4;
    width: 8px;
    height: 5px;
    transition: all ease .2s;
}

.calculation-item__arrow--top {
    top: 5px;
}

.calculation-item__arrow--bottom {
    bottom: 5px;
    transform: rotate(180deg);
}

.calculation-item__inp-select {
    max-width: 101px;
    width: 100%;
    position: relative;
}

.calculation-item__inp-select:hover svg {
    fill: #FF0000;
}

.calculation-item__inp-select select {
    padding: 4px 15px 4px;
}

.select-arrow {
    position: absolute;
    top: 11px;
    right: 5px;
    transform: rotate(180deg);
}

.select-arrow svg {
    display: block;
    width: 8px;
    height: 5px;
    fill: #A4A4A4;
    transition: all ease .2s;
}

.relative-calc-block {
    display: none;
}

.calculation-offer {
    padding: 24px 23px 21px 28px;
    background: #FFFFFF;
    box-shadow: 0px 8px 45px rgba(60, 54, 77, 0.1);
    border-radius: 5px;
    margin-bottom: 16px;
}

.calculation-offer__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.calculation-offer__item:not(:last-child) {
    margin-bottom: 17px;
}

.calculation-offer__item--pay {
    padding-bottom: 16px;
    border-bottom: 1px solid #414143;
}

.calculation-offer__label {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-right: 10px;
}

.calculation-offer__value {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    min-width: 117px;
}

.calculation-offer__value-summ {
    display: inline-block;
    margin-bottom: 2px;
}

.calculation-offer__value-info {
    display: block;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 18px;
}

.calculation-offer__descr {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
}

.irs--flat .irs-bar {
    background: #319B00;
    border-radius: 6px;
    height: 12px;
}

.irs--flat .irs-handle {
    background: #000000;
    box-shadow: 0px 4.41746px 22.0873px rgba(33, 33, 33, 0.2);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    top: 11px;
}

.irs--flat .irs-handle i {
    opacity: 0;
}

.any-card {
    padding: 30px 0 60px;
}

.any-card__subtitle-text {
    margin-bottom: 50px;
}

.any-card__steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 912px;
    width: 100%;
    margin: 0 auto;
}

.any-card__step {
    text-align: center;
    width: 30%;
}

.any-card__step:not(:last-child) {
    margin-right: 20px;
}

.any-card__step-icon {
    margin-bottom: 8px;
    flex-grow: 1;
}

.any-card__step-label {
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
}

.any-card__step-text {
    font-size: 18px;
    line-height: 21px;
    max-width: 150px;
    margin: 0 auto;
}

.why {
    padding: 30px 0 60px;
}

.why__inner {
    max-width: 986px;
    padding: 0 0 0 16px;
    background: 0 0;
    margin: 0 auto;
}

.why__title.section__title {
    margin-bottom: 48px;
}

.why__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}

.why__item {
    padding: 32px 32px 46px;
    background: #fff;
    border-radius: 16px;
}

.why__item-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 24px;
}

.why__item-text {
    font-size: 20px;
    line-height: 23px;
}

.why__item--third {
    grid-column: 1 / 3;
}

.yellow-back {
    display: inline;
    position: relative;
    padding: 0 8px;
    top: 2px;
    white-space: nowrap;
}

.yellow-back span {
    position: relative;
    z-index: 2;
    bottom: 2px;
}

.yellow-back::before {
    content: "";
    background: #000;
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF500;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

.questions {
    padding: 60px 0 48px 0;
}

.questions__subtitle-text {
    margin-bottom: 50px;
}

.questions__inner {
    padding: 48px 96px 48px 96px;
}

.questions-item:not(:last-child) {
    border-bottom: 1px solid rgba(65, 65, 67, 0.5);
}

.questions-item.active .questions-item__arrow {
    transform: rotate(0deg);
}

.questions-item__header {
    padding: 32px 32px 21px 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.questions-item__left {
    display: flex;
    align-items: center;
}

.questions-item__num {
    margin-right: 25px;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #FF0000;
}

.questions-item__title {
    font-size: 24px;
    line-height: 28px;
    color: #414143;
}

.questions-item__arrow {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: all ease .2s;
}

.questions-item__arrow svg {
    display: block;
    fill: #000;
    width: 12px;
    height: 8px;
}

.questions-item__body {
    display: none;
    padding: 0 32px 42px 88px;
}

.questions-item__doc {
    list-style-type: disc;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 16px;
    line-height: 18px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 24px;
}

.questions-item__doc:not(:last-child) {
    margin-bottom: 5px;
}

.questions-item__doc-name {
    position: relative;
    padding-right: 15px;
    font-weight: 300;
}

.questions-item__doc-name::before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: -7px;
    background: #000;
}

.questions-item__doc-name span {
    font-weight: 500;
}

.questions-item__doc-download {
    color: rgba(65, 65, 67, 0.5);
}

.repay {
    padding: 48px 0 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.repay__title {
    color: #fff;
}

.repay__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    max-width: 970px;
    margin: 0 auto;
}

.repay__item {
    max-width: 555px;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 0px 0px 0px 40px;
    cursor: pointer;
}

.repay__item:not(:last-child) {
    margin-right: 60px;
}

.repay__link {
    display: block;
    color: #333;
}

.repay__item-wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.repay__item-content {
    height: 100%;
    max-width: 255px;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 25px;
}

.repay__item-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #333;
}

.repay__item:first-child .repay__item-images {
    margin-top: 20px;
    cursor: pointer;
}

.repay__item-images img {
    display: block;
}

.repay__item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 40px;
    color: #333;
}

.repay__item-icon {
    display: flex;
    align-items: center;
}

.repay__item-icon img {
    display: block;
    margin-right: 20px;
}

.anketa {
    //margin-bottom: 120px;
}

.anketa__header {
    padding: 21px 0;
}

.anketa__header-logo img {
    display: block;
    max-width: 289px;
    height: auto;
    width: 100%;
}

.anketa__inner {
    padding: 48px 96px 48px 96px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    color: #000;
    border-radius: 16px;
}

.anketa__inner--center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 552px;
}

.anketa__inner-header {
    margin-bottom: 48px;
}

.anketa__text {
    font-size: 16px;
    line-height: 18px;
}

.anketa__text--error {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FF0000;
}

.anketa-progress {
    display: flex;
    overflow: hidden;
    margin-bottom: 32px;
}

.anketa-progress__item {
    padding: 10px 25px 10px 24px;
    position: relative;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%);
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%);
    white-space: nowrap;
}

.anketa-progress__item.active {
    color: #fff;
    background: #000;
}

.anketa-progress__item:first-child {
    border-radius: 8px 0 0 8px;
    -webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
}

.anketa-progress__item:last-child {
    border-radius: 0 8px 8px 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 5% 50%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 5% 50%);
}

.anketa-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
}

.anketa-label {
    font-size: 16px;
    line-height: 18px;
    color: rgba(65, 65, 67, 0.5);
    margin-bottom: 16px;
}

.anketa__progress-line {
    position: relative;
    overflow: hidden;
    height: 6px;
    border-radius: 3px;
    width: 100%;
}

.anketa__progress-line .green-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    background: #9ef01a;
    z-index: 3;
    height: 100%;
    border-radius: 3px;
}

.anketa__progress-line .black-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 2;
}

.anketa__progress-info {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.anketa-form__wrapper {
    display: grid;
    /*align-items: flex-start;*/
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px;
    margin-bottom: 48px;
}

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

.anketa-form__wrapper--strech {
    align-items: stretch;
}

.anketa-form__wrapper--center {
    grid-template-columns: auto;
    align-items: center;
    justify-content: center;
}

.anketa-form__block {
    flex-grow: 1;
    padding: 32px;
    border: 1px solid rgba(65, 65, 67, 0.2);
    border-radius: 8px;
}

.anketa-form__block--h100 {
    grid-row: 1/3;
}

.anketa-form__block-w100 {
    grid-column: 1/3;
}

.anketa-form__block-header {
    margin-bottom: 16px;
}

.anketa-form__block-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}

.anketa-form__block-subtitle {
    font-size: 12px;
    line-height: 13.79px;
    color: #414143;
    margin-top: 3px;
}

.anketa-form__block-subtitle span {
    font-weight: 500;
}

.anketa-form__btns {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anketa-form__btn {
    max-width: 240px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 16px;
}

.anketa-form__back {
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    color: rgba(65, 65, 67, 0.5);
}

.reg__input:not(:last-child) {
    margin-bottom: 0px;
}

.reg__input-row {
    display: flex;
}

.reg__input-row .reg__input {
    margin-bottom: 0;
}

.reg__input--w100 {
    grid-column: 1/3;
}

.reg__input-row .reg__input:not(:last-child) {
    margin-right: 8px;
}

.form__label {
    display: block;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 8px;
}

.anketa-request {
    margin-bottom: 66px;
}

.anketa-request .anketa-form__block-title {
    margin-bottom: 0;
}

.anketa-request__descr {
    margin-bottom: 24px;
}

.anketa-request__items {
    margin-bottom: 24px;
}

.anketa-request__item {
    padding: 25px 10px 25px 0;
    font-size: 18px;
    line-height: 21px;
    border-top: 1px solid rgba(65, 65, 67, 0.2);
}

.anketa-request__item:not(:first-child) {
    border-bottom: 1px solid rgba(65, 65, 67, 0.2);
}

.anketa-notification {
    margin-bottom: 50px;
}

.anketa-notification__face {
    margin-bottom: 24px;
}

.anketa-notification__face img {
    display: block;
    margin: 0 auto;
}

.anketa-notification__title {
    text-align: center;
    margin-bottom: 16px;
}

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

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

.anketa-form__left .anketa-form__block:not(:last-child) {
    margin-bottom: 24px;
}

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

.anketa-form__right .anketa-form__block:not(:last-child) {
    margin-bottom: 24px;
}

.anketa-description {
    margin-bottom: 48px;
}

.anketa-description__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
}

.anketa-description__text {
    max-width: 397px;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.anketa-notification__loading {
    font-size: 24px;
    line-height: 26px;
    max-width: 136px;
    width: 100%;
    position: relative;
    margin: 0 auto 25px;
}

.anketa-notification__loading img {
    -webkit-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
}

.anketa-notification__loading .loading__timer {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.reg {
    /*transform: translateY(-30px);*/
}

.reg-container {
    position: relative;
}

.reg__use-row {
    margin-bottom: 15px;
}

.reg__use-title {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

.reg__wrapper {
    min-height: 607px;
    width: 100%;
    padding: 45px 40px;
    background: #fff;
    box-shadow: 0px 8px 45px rgba(81, 45, 168, 0.03);
    border-radius: 5px;
}

.reg__title {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 40px;
}

.reg__ident {
    margin-bottom: 40px;
}

.reg__form-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-bottom: 60px;
}

.reg__form-contacts-block {
    padding: 38px;
    background: #FFFFFF;
    border: 1px solid #F4F4F9;
    box-sizing: border-box;
    box-shadow: 0px 8px 45px rgba(81, 45, 168, 0.03);
    border-radius: 5px;
}

.reg__form-contacts-block--empty {
    min-height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg__form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.reg__form--stretch {
    align-items: stretch;
}

.reg__form--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 38px;
}

.reg__form--grid .flex-column {
    height: 100%;
}

.reg__form-shadow-block {
    padding: 40px 35px;
    background: #fff;
    border: 1px solid #f4f4f9;
    box-shadow: 0px 8px 45px rgba(81, 45, 168, 0.03);
    border-radius: 5px;
    margin-bottom: 15px;
}

.reg__form-shadow-block--grow {
    flex-grow: 1;
}

.reg__form-left {
    width: 100%;
    margin-right: 35px;
}

.reg__form-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 45px;
}

.reg__form-title--outher {
    margin-bottom: 15px;
}

.reg__form-subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 13px;
}

.reg__form-subtitle--descr {
    font-weight: 400;
}

.reg__input {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.reg__input--row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
}

.reg__input--rowReverse {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 15px;
}

.reg__input--rowLabel {
    display: grid;
    grid-template-columns: 1fr 142px;
    grid-column-gap: 15px;
}

.reg__input--equal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
}

.reg__input--three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
}

.reg__form-right {
    width: 100%;
}

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

.reg__form-accept {
    margin-bottom: 70px;
}

.reg__form-btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.reg__form-btn {
    padding: 20px 10px;
    max-width: 340px;
    margin: 0 auto 20px;
}

.reg__form-back {
    color: #A4A4A4;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

.reg__step-item {
    display: none;
}

.reg__step-item.active {
    display: block;
}

.step_1 {
    max-width: 465px;
    width: 100%;
    margin: 0 auto;
}

.info__inp input {
    text-align: center;
    margin: 0 5px;
    max-width: 75px;
    padding: 4px 5px;
}

.info__inp-btn span {
    width: 10px;
}

.ident__inner-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.ident__inner-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.ident__inner-item:not(:last-child) {
    margin-right: 10px;
}

.ident__inner-ico {
    margin-bottom: 13px;
}

.ident__inner-info {
    max-width: 170px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 14px;
    color: #a4a4a4;
    flex-grow: 1;
}

.personal__gender {
    margin-bottom: 15px;
}

.personal__gender-inner .control:not(:last-child) {
    margin-right: 15px;
}

.personal__date-title {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.form__title {
    white-space: nowrap;
    display: block;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 10px;
}

.form__title--hint {
    display: flex;
    align-items: center;
}

.passport__type-inner {
    height: 40px;
}

.passport__type-inner .control:not(:last-child) {
    margin-right: 15px;
}

.passport__type {
    margin-bottom: 15px;
}

.passport__date-title {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.date-input {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 15px;
}

.idCard__inner {
    display: none;
}

.control-group__item:not(:last-child) {
    margin-bottom: 15px;
}

.contol-group__text {
    font-size: 16px;
    line-height: 20px;
}

.contol-group__text--small {
    font-size: 14px;
    line-height: 16px;
}

.control-checkbox--adress {
    text-align: center;
}

.control-checkbox--adress.mb {
    margin-bottom: 50px;
}

.form-registration {
    display: block;
    width: 100%;
}

.confidant__form-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.confidant__form-left {
    width: 100%;
    margin-right: 70px;
}

.confidant__form-right {
    width: 100%;
}

.visible {
    display: block;
}

.tabs__content-inner {
    max-width: 50%;
}

.disable {
    display: none;
}

.document-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.passport-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 20px;
}

.file {
    max-width: 90px;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
}

.file input {
    border: none;
    background: #fff;
    opacity: 0;
    position: relative;
    z-index: 9;
    padding: 0;
    top: 0;
    margin: 0;
    left: -20;
    cursor: pointer;
}

.file input:hover {
    border: none;
}

.select-file {
    position: absolute;
    top: 0;
    color: #333;
    border-bottom: 1px dotted #333;
    cursor: pointer;
}

.select-file:before {
    content: url("../img/upload.png");
    position: absolute;
    left: -20px;
    top: 5px;
    cursor: pointer;
}

.downloaded-file {
    position: absolute;
    top: 0;
    color: #A4A4A4;
    border-bottom: 1px dotted #A4A4A4;
    cursor: pointer;
    display: none;
}

.downloaded-file:before {
    content: url("../img/clip.png");
    position: absolute;
    left: -20px;
    top: 5px;
    cursor: pointer;
}

.ver-card {
    display: block;
    max-width: 600px;
    margin: 0 auto;
}

.ver-card .reg__form {
    margin-bottom: 60px;
}

.checkboxes-col label {
    display: block;
}

.loan-decision {
    margin-bottom: 24px;
}

.loan-decision__img {
    margin-bottom: 24px;
}

.loan-decision__img img {
    max-width: 129px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.loan-decision__title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
}

.loan-decision__table {
    margin-bottom: 50px;
}

.loan-decision__table-descr {
    position: relative;
    bottom: 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
}

.loan-decision__table-descr a {
    font-weight: 600;
    color: #23527c;
}

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

.loan-decision__btn {
    width: auto;
    display: inline-block;
}

.table-row__item {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(65, 65, 67, 0.2);
}

.table-row__label {
    font-size: 16px;
    line-height: 18px;
}

.table-row__value {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.loan-decision {
    margin-bottom: 24px;
}

.loan-decision__img {
    margin-bottom: 24px;
}

.loan-decision__img img {
    max-width: 129px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.loan-decision__title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
}

.loan-decision__table {
    margin-bottom: 50px;
}

.loan-decision__table-descr {
    position: relative;
    bottom: 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
}

.loan-decision__table-descr a {
    font-weight: 600;
    color: #23527c;
}

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

.loan-decision__btn {
    width: 240px;
    display: inline-block;
}

.d-flex {
    display: flex;
    margin-top: 24px;
}

.table-row__item {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(65, 65, 67, 0.2);
}

.table-row__label {
    font-size: 16px;
    line-height: 18px;
}

.table-row__value {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.calendar__body-days {
    display: grid;
    grid-template-columns: repeat(7, 32px);
    justify-content: space-between;
}

.calendar__body-day {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.calendar__body-day.today {
    background: rgba(65, 65, 67, 0.05);
}

.calendar__body-day.current {
    background: #9ef01a;
}

.calendar__body-day input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.choosen-card__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 48px;
}

.choosen-card__descr {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
}

.card-num {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    line-height: 21px;
}

.card-num.visa::before {
    content: url(../img/icon/visa.svg);
    margin-right: 32px;
}

.card-num.master::before {
    content: url(../img/icon/master-card.svg);
    margin-right: 32px;
}

.card-num.activе::after {
    content: 'Активна';
    color: #76B413;
    font-size: 12px;
    line-height: 14px;
    margin-left: 20px;
}

.card-num.unactivе {
    color: #414143;
    opacity: .5;
}

.card-num.unactivе::after {
    content: 'Неактивна';
    font-size: 12px;
    line-height: 14px;
    color: #414143;
    margin-left: 20px;
}

.choosen-card__add-btn {
    margin: 0 auto;
    position: relative;
    padding-left: 30px;
    margin-bottom: 64px;
}

.choosen-card__add-btn::before {
    position: absolute;
    content: url(../img/icon/add-card.svg);
    top: 0;
    left: 0;
}

.have-camera {
    text-align: center;
    margin-bottom: 50px;
}

.have-camera__text {
    margin-bottom: 28px;
}

.anketa__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 48px;
}

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

.qr-ver__text {
    max-width: 585px;
    margin: 0 auto 24px;
}

.qr-ver__QR {
    margin-bottom: 24px;
}

.qr-ver__QR img {
    display: block;
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.error-code {
    display: none;
    font-size: 12px;
    line-height: 1;
    color: red;
}

.error-code span {
    display: block;
}

.costumn-calendar {
    position: relative;
}

.costumn-calendar__header {
    position: relative;
}

.costumn-calendar__body {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
    min-width: 250px;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    z-index: 99;
}

.costumn-calendar__row-date {
    display: flex;
}

.costumn-calendar__icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.costumn-calendar .select select {
    border-color: #000;
}

.costumn-calendar .select:not(:last-child) {
    margin-right: 10px;
}

.costumn-calendar .select_arrow {
    position: absolute;
    top: 14px;
    right: 12px;
}

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

.photo-content__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
}

.photo-content__descr {
    margin-bottom: 24px;
}

.photo-content__body {
    max-width: 460px;
    width: 100%;
    margin: 0 auto 5px;
    border: 2px dashed #F2994A;

    height: 100%;
    border-radius: 4px;
    margin-bottom: 17px;
}
.photo-do__tab {
  font-size: 14px;
  line-height: 20px;
  color: #a4a4a4;
  transition: all .2s;
}

.photo-do__tab:hover {
  color: #2E2E2E;
}

.photo-do__tab.active {
  font-weight: 500;
  color: #2E2E2E;
}

.photo-content__body.hide {
  display: none;
}
.photo-do__tab-body.hide {
  display: none;
}

.photo-do__tabs {
  max-width: 356px;
  width: 100%;
  margin: 0 auto 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}


.photo-content__body img {
    display: block;
    width: 100%;
    height: 100%;
}


.photo-popup__img-body .control-checkbox {
    margin-top: 12px;
}

.photo-popup__img-body .contol-group__text {
    color: #fff;
}

.repeat-photo {
    position: relative;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 55px;
    padding-left: 30px;
}

.repeat-photo::before {
    content: url(../img/icon/photo-icon.svg);
    position: absolute;
    left: 0;
    top: -2px;
}

.photo-next {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}

.photo-popup__instruction {
    position: relative;
    padding: 15px 30px 15px 15px;
    max-width: 342px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 8px;
    color: #000;
    min-height: 48px;
    margin-bottom: 90px;
}

.photo-popup__instruction p {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

.photo-popup__instruction img {
    position: absolute;
    top: 5px;
    right: 5px;
}

.contract__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 48px;
}

.contract__descr {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 24px;
}

.contract__content {
    padding: 24px 0;
    border-top: 2px solid rgba(65, 65, 67, 0.2);
    border-bottom: 2px solid rgba(65, 65, 67, 0.2);
    margin-bottom: 48px;
}

.contract__content-body {
    padding-right: 15px;
    max-height: 664px;
    overflow: auto;
}

.contract__content-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.contract__content-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.contract__content-text p:not(:last-child) {
    margin-bottom: 8px;
}

.contract__signature {
    margin-bottom: 48px;
}

.contract__signature-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}

.contract__signature-descr {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px;
    max-width: 560px;
}

.contract__info {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 48px;
}

.signa__print {
    max-width: 300px;
    width: 100%;
    height: 225px;
    margin: 0 auto;
    background: rgba(65, 65, 67, 0.05);
    border: 1px solid rgba(65, 65, 67, 0.1);
    border-radius: 5px;
    margin-bottom: 16px;
}

.signa__print.error {
    border-color: red;
}

.signa__btn {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 18px;
}

.signa__print-error {
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    color: red;
    margin-bottom: 16px;
}

.payment-header .container {
    position: relative;
}

.payment-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-header__logo {
    margin-right: 20px;
}

.payment-header__logo img {
    display: block;
    max-width: 289px;
    width: 100%;
    height: auto;
}

.payment-header__name {
    display: flex;
    align-items: center;
}

.payment-header__name-circle {
    margin-right: 8px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: relative;
    background: #000;
    color: #fff;
}

.payment-header__name-circle span {
    position: absolute;
    top: 10px;
    left: 9px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.payment-header__name-text {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.payment-header__name-text span {
    display: block;
}

.payment-header__burger {
    display: none;
}

.payment-header__mobile {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    padding: 0 15px;
}

.payment-header__mobile-back {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.payment-header__mobile-content {
    position: relative;
    z-index: 3;
}

.diagram {
    width: 218px;
    height: 218px;
    border-radius: 50%;
    background: #9EF01A;
    position: relative;
    overflow: hidden;
}

.diagram::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    background: #fff;
    z-index: 3;
    opacity: 1;
}

.diagram .piece {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
}

.diagram .piece::before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
}

.diagram .piece.left {
    transform: rotate(0deg);
    z-index: 2;
    border-radius: 50%;
    /* only FireFox < 75.0v (fix bug)*/
}

.diagram.over_50 .piece.left {
    transform: rotate(180deg);
}

.diagram .piece.right {
    transform: rotate(180deg);
    z-index: 1;
    border-radius: 50%;
    /* only FireFox < 75.0v (fix bug)*/
}

.diagram.over_50 .piece.right {
    transform: rotate(360deg);
}

.diagram .left::before {
    background: #ececee;
}

.diagram.over_50 .left::before {
    background: #9ef01a;
}

.diagram .right::before {
    background: #ececee;
}

.diagram .text {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment {
    padding-bottom: 120px;
}

.payment__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.payment-aside {
    margin-right: 32px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    max-width: 332px;
    width: 100%;
}

.payment-aside__nav {
    flex-grow: 1;
}

.payment-aside__item {
    position: relative;
    display: block;
    padding: 16px 32px 16px 16px;
    border-radius: 8px;
    transition: all ease .2s;
}

.payment-aside__item::after {
    content: url(../img/icon/arrow-rigth.svg);
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.payment-aside__item:not(:last-child) {
    margin-bottom: 15px;
}

.payment-aside__item.current {
    background: #9ef01a;
}

.payment-aside__item.soon {
    background: #FFB800;
}

.payment-aside__item.urgently {
    background: #FF0000;
}

.payment-aside__item:hover {
    background: #9ef01a;
}

.payment-aside__total {
    font-size: 36px;
    line-height: 41px;
}

.payment-aside__footer {
    padding-top: 10px;
    border-top: 1px solid rgba(65, 65, 67, 0.2);
}

.payment-block {
    padding: 32px;
    background: #FFFFFF;
    border-radius: 16px;
}

.payment-block:not(:last-child) {
    margin-bottom: 32px;
}

.payment-content {
    flex-grow: 1;
}

.credit-handle__status {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 16px;
}

.credit-handle__summ {
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 4px;
}

.credit-handle__info {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 16px;
}

.credit-handle__progress {
    margin-bottom: 48px;
}

.credit-handle__progress-line {
    position: relative;
    height: 12px;
    width: 100%;
    margin-bottom: 4px;
}

.credit-handle__progress-info {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.credit-handle__btns {
    display: flex;
}

.credit-handle__btn {
    width: 33.3%;
    background: #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.24);
    border-radius: 22px;
}

.credit-handle__btn:not(:last-child) {
    margin-right: 24px;
}

.progress-line__load {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #9EF01A;
    border-radius: 6px;
    width: 20%;
}

.progress-line__total {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(65, 65, 67, 0.1);
    border-radius: 6px;
}

.payment-info__tabs {
    display: flex;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(65, 65, 67, 0.2);
    font-weight: 500;
    margin-bottom: 32px;
}

.payment-info__tabs-item {
    position: relative;
    width: 33.3%;
}

.payment-info__tabs-item.active::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    background: #000000;
    height: 4px;
}

.payment-item {
    display: none;
}

.payment-item.show {
    display: block;
}

.payment-item__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.payment-item__left {
    max-width: 452px;
    width: 100%;
    margin-right: 30px;
    min-height: 452px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-item__right {
    max-width: 218px;
    width: 100%;
}

.payment-pay__empty {
    padding: 16px;
}

.payment-pay__empty-icon {
    margin-bottom: 32px;
}

.payment-pay__empty-icon img {
    display: block;
    margin: 0 auto;
}

.payment-pay__empty-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    max-width: 356px;
    width: 100%;
}

.payment-graph__pay-item {
    display: flex;
    align-items: center;
}

.payment-graph__pay-item:not(:last-child) {
    margin-bottom: 25px;
}

.payment-graph__pay-val {
    font-size: 36px;
    line-height: 30px;
    margin-right: 16px;
}

.payment-graph__pay-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.payment-table__header {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    background: #9EF01A;
    border-radius: 8px;
    padding: 16px;
}

.payment-table__header-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.payment-table__row {
    position: relative;
    padding: 8px 0;
    font-size: 14px;
    line-height: 16px;
}

.payment-table__row:not(:last-child) {
    border-bottom: 1px solid rgba(65, 65, 67, 0.2);
}

.payment-table__row.payed::before {
    content: url(../img/icon/pay-check.svg);
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.payment-table__row.payed .payment-table__row-inner {
    background: rgba(158, 240, 26, 0.2);
}

.payment-table__row-inner {
    border-radius: 8px;
    padding: 8px 16px;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
}

.payment-table__row-num {
    padding-left: 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    color: rgba(65, 65, 67, 0.5);
}

.payment-pay__table .payment-table__header,
.payment-pay__table .payment-table__row-inner {
    grid-template-columns: 1fr 1fr;
}

.payment-progress-circle {
    margin-bottom: 33px;
}

.payment-progress__percent {
    display: block;
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 8px;
}

.payment-progress__info {
    max-width: 113px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.payment-info__tabs-mobile {
    display: none;
}

.payment-tabs-select {
    position: relative;
    margin-bottom: 30px;
}

.payment-tabs-select__header {
    position: relative;
    padding: 0 8px 8px;
    border-bottom: 1px solid rgba(65, 65, 67, 0.2);
    cursor: pointer;
}

.payment-tabs-select__header::before {
    content: url(../img/icon/arrow-rigth.svg);
    position: absolute;
    top: 3px;
    right: 8px;
    transform: rotate(90deg);
}

.payment-tabs-select__body {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 16px 8px 16px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.24);
    z-index: 5;
}

.payment-tabs-select__item {
    padding: 5px 0;
}

.payment-tabs-select__item:not(:last-child) {
    margin-bottom: 5px;
}

.payment-pay__content-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.payment-pay__content-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

.payment-pay__content-text:not(:last-child) {
    margin-bottom: 24px;
}

.payment-pay__content-text p:not(:last-child) {
    margin-bottom: 8px;
}

.payment-pay__content-text p b {
    font-weight: bold;
}

.payment.soon .payment-aside__item.current {
    background: #FFB800;
}

.payment.soon .progress-line__load {
    background: #FFB800;
}

.payment.soon .diagram {
    background: #FFB800;
}

.payment.soon .diagram.over_50 .left::before {
    background: #FFB800;
}

.payment.urgently .payment-aside__item.current {
    background: #FF0000;
}

.payment.urgently .progress-line__load {
    background: #FF0000;
}

.payment.urgently .diagram {
    background: #FF0000;
}

.payment.urgently .diagram.over_50 .left::before {
    background: #FF0000;
}

.payment.urgently .credit-handle__info span {
    color: #FF0000;
}

.payment-doc__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}

.payment-doc__item {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid rgba(65, 65, 67, 0.2);
    border-radius: 8px;
}

.payment-doc__icon {
    margin-bottom: 16px;
}

.payment-doc__text {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}


.blue-link {
    color: #002060;
    text-decoration: underline;
}

.bold-text {
    font-weight: bold;
}

.pesonaldate-content {
    font-style: 12px;
}

.pesonaldate-content__title {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}

.pesonaldate-content__subtitle {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

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

.pesonaldate-content__block:not(:last-child) {
    margin-bottom: 15px;
}

.pesonaldate-content__text {
    font-size: 0.8em;
    margin-bottom: 10px;
}

.pesonaldate-content__text p:not(:last-child) {
    margin-bottom: 8px;
}

.pesonaldate-content__block-subtitle {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.pesonaldate-content__list {
    margin-bottom: 10px;
}

.pesonaldate-content__elem {
    padding-left: 20px;
    position: relative;
}

.pesonaldate-content__elem::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: black;
    left: 0;
    top: 8px;
}

.pesonaldate-content__list-num .pesonaldate-content__elem {
    padding-left: 0;
    list-style: inside;
    list-style-type: decimal;
}

.pesonaldate-content__list-num .pesonaldate-content__elem::before {
    display: none;
}

.pesonaldate-content__block-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    font-size: 1em;
}

div.bold-text {
    margin-bottom: 5px;
}

.bold-text {
    font-weight: bold;
}

.footer {
    padding: 28px 0 18px;
    background: #232121;
    color: #fff;
}

.footer__wrapper {
    padding-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.footer__left {
    flex: 1;
    margin-bottom: 46px;
}

.footer__list {
    max-width: 293px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
}

.footer__list-elem:not(:last-child) {
    margin-bottom: 8px;
}

.footer__link {
    transition: all ease .2s;
}

.footer__link:hover {
    color: #FF0000;
}

.footer__right {
    flex: 1;
    max-width: 470px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__bottom {
    padding-top: 12px;
    /*border-top: 1px solid #4F4F4F;*/
}

.footer-contacts {
    flex: 1;
}

.footer-contacts__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
}

.footer-contacts__phone {
    font-weight: bold;
    white-space: nowrap;
    color: #9EF01A;
    font-family: 'Ubuntu', sans-serif;
    opacity: 0.8;
}

.footer-contacts__descrption {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

.footer-socail__links {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.footer-socail__label {
    white-space: nowrap;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-right: 25px;
}

.footer-social {
    max-width: 205px;
    width: 100%;
}

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

.footer-social__icons a:not(:last-child) {
    margin-right: 10px;
}

.footer-social__icons svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #fff;
    transition: all ease .2s;
}

.footer-social__icons svg:hover {
    fill: #FF0000;
}

.footer-news__label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

.footer-news__search {
    display: flex;
}

.footer-news__search-btn {
    background: #9EF01A;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 8px;
    color: #000;
}

.footer-news__search-btn:hover {
    background: #9dff00;
    color: #000;
}

.footer-news__search-btn:active {
    background: #69a803;
    color: #000;
}

.footer__input-search {
    margin-right: 8px;
    padding: 7px 15px;
}

.footer-docs__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-copy {
    font-family: 'Ubuntu', sans-serif;
}

.footer-copy__item {
    font-size: 12px;
    line-height: 16px;
    opacity: 0.8;
}

.footer-copy__item:not(:last-child) {
    margin-right: 10px;
}

.footer-copy__chat {
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #9EF01A;
    opacity: 0.8;
}


.sms-code__text {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 24px;
}

.sms-code__text span {
    display: block;
}

.sms-code__repeat {
    display: none;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

.scroll-content-popup {
    max-height: 350px;
    overflow: auto;
}

#photoverification {
    background: rgba(39, 39, 40, 0.8);
}

.popup-photo {
    padding: 20px 30px 20px;
    margin: 0 auto;
    max-width: 970px;
    width: 100%;
    border-radius: 8px;
    background: #272728;
    color: #fff;
    position: relative;
    top: -30px;
}

.popup-photo__body {
    text-align: center;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.popup-photo__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.popup-photo__descr {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

.popup-photo .photo__btn {
    max-width: 240px;
    margin: 0 auto;
    background: #fff;
    color: #000;
}

.popup-photo .photo__btn--save {
    display: none;
}

.photo-popup__img-body {
    margin-bottom: 20px;
}

.photo-popup__img {
    height: 100%;
    position: relative;
    background: #EDF1F3;
    border-radius: 5px;
    overflow: hidden;
}

.photo-popup__img #video {
    display: block;
    width: 100%;
    height: 100%;
}

.photo-popup__img #canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.photo-popup__img .your-photo {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.photo-popup__img #canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 1440px) {
    .container {
        padding: 0 64px;
    }
}

@media (max-width: 1200px) {
    .credit-calc__wrapper {
        display: block;
    }

    .credit-calc__content {
        margin: 0 auto 95px;
        max-width: 640px;
        width: 100%;
    }

    .credit-calc__title {
        padding-left: 45px;
        margin-bottom: 60px;
    }

    .calculation {
        max-width: 640px;
        margin: 0 auto;
    }

    .repay__inner {
        display: block;
        margin: 0 auto;
    }

    .repay__item {
        margin: 0 auto;
    }

    .repay__item:not(:last-child) {
        margin-right: auto;
        margin-bottom: 48px;
    }

    .reg__form-left {
        margin-right: 30px;
    }

    .confidant__form-left {
        margin-right: 30px;
    }
}

@media (max-width: 992px) {
    h3.section__title {
        margin-bottom: 35px;
    }

    .mCSB_inside > .mCSB_container {
        padding-left: 0;
    }

    .mCSB_scrollTools {
        left: auto;
        right: 0;
    }

    #actual-address.show {
        display: block;
    }

    .header__logo {
        padding-left: 0px;
    }

    .header__languages {
        font-size: 18px;
        line-height: 20px;
        flex: 0;
        margin-right: 35px;
    }

    .header__lang:not(:last-child) {
        margin-right: 17px;
    }

    .header__btns-btn {
        padding: 12px 34px 12px 31px;
    }

    .credit-calc {
        padding: 48px 0 80px;
    }

    .credit-calc .container {
        padding: 0 15px;
    }

    .credit-calc__description-text_white {
        max-width: 552px;
        width: 100%;
    }

    .credit-calc__description-text_white::before {
        right: 54px;
    }

    .credit-calc__description-text_yellow {
        max-width: 560px;
        width: 100%;
    }

    .credit-calc__description-text_yellow::before {
        left: 20px;
    }

    .calculation__header {
        font-size: 50px;
        line-height: 57px;
    }

    .calculation__header .back-yellow-figure {
        font-weight: bold;
        font-size: 25px;
        line-height: 29px;
    }

    .calculation__header .back-yellow-figure span {
        display: inline-block;
        width: 100%;
    }

    .calculation__header .back-yellow-figure::before {
        content: '';
        width: 100%;
        height: auto;
        left: 2px;
        right: 0px;
        top: -9px;
        bottom: -6px;
        background: url(../img/backgr-text/yellow-back-small.svg) no-repeat;
        background-size: cover;
    }

    .relative-calc-block {
        position: relative;
        display: block;
        margin-top: -120px;
    }

    .why__inner {
        display: block;
        padding: 48px 80px 0px 80px;
    }

    .why__wrapper {
        display: block;
    }

    .why__item:not(:last-child) {
        margin-bottom: 48px;
    }

    .questions__inner {
        padding: 48px 80px 48px 80px;
    }

    .repay {
        padding: 48px 0 96px 0;
    }

    .anketa__inner {
        padding: 32px 80px;
        margin-bottom: 32px;
    }

    .anketa-form__wrapper {
        display: block;
    }

    .anketa-form__block:not(:last-child) {
        margin-bottom: 32px;
    }

    .anketa-form__left {
        margin-bottom: 24px;
    }

    .reg {
        /*transform: translateY(-15px);*/
    }

    .reg__form-contacts {
        display: block;
    }

    .reg__form-contacts-block {
        padding: 28px 14px;
    }

    .reg__form-contacts-block:not(:last-child) {
        margin-bottom: 50px;
    }

    .reg__form--grid {
        display: block;
    }

    .reg__form {
        display: block;
    }

    .reg__form-left {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .reg__form-title {
        margin-bottom: 20px;
    }

    .ident__inner-info {
        font-size: 9px;
    }

    .date-input {
        grid-template-columns: 1fr 2fr 2fr;
        max-width: 430px;
        width: 100%;
    }

    .confidant__form-inner {
        display: block;
    }

    .footer__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .footer__right {
        max-width: 380px;
        width: 100%;
        grid-column: 1/3;
    }

    .footer-contacts {
        justify-self: flex-end;
    }

    .footer-news__search-btn {
        max-width: 112px;
        font-weight: 500;
    }

    .any-card {
        padding: 100px 0 0;
    }

    .why {
        padding-bottom: 48px;
    }

    .questions {
        padding-top: 48px;
    }

    .questions-item__header {
        padding: 24px 16px 24px 16px;
    }

    .questions-item__body {
        padding: 0 32px 34px 40px;
    }
    .questions-item__doc {
        padding: 0;
    }
    .choosen-card__add-btn {
        margin-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .table__head {
        display: none;
    }

    .table__row {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        background: #e6e6e6;
    }

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

    .table__col::after {
        content: attr(data-label);
    }

    .header__languages {
        margin-right: 15px;
    }

    .credit-calc__content {
        margin: 0 auto 35px;
        max-width: 640px;
        width: 100%;
    }

    .credit-calc__title {
        padding-left: 0;
        margin-bottom: 25px;
        align-items: flex-start;
        justify-content: center;
    }

    .credit-calc__title-img {
        margin-right: 25px;
        bottom: 7px;
        left: 15px;
    }

    .credit-calc__description {
        font-weight: 600;
        font-size: 32px;
        line-height: 35px;
        padding-left: 0;
    }

    .calculation__header {
        font-size: 40px;
        line-height: 50px;
    }

    .calculation__header .back-yellow-figure {
        padding: 0px 9px 0 8px;
        font-size: 20px;
        line-height: 25px;
    }

    .any-card__title.section__title {
        padding: 0 5px;
    }

    .why {
        padding-top: 25px;
    }

    .why__inner {
        display: block;
        padding: 24px;
        padding-bottom: 0px;
    }

    .why__title.section__title {
        margin-bottom: 24px;
    }

    .questions {
        padding: 0 0 45px;
    }

    .questions-item__header {
        padding: 8px 16px;
    }

    .questions-item__body {
        padding: 0 30px 30px;
    }

    .repay {
        padding: 6px 0 60px;
    }

    .anketa__inner {
        padding: 16px;
    }

    .anketa-form__block {
        border: none;
        padding: 10px 0;
    }

    .anketa-request__item {
        padding: 16px 10px 16px 0;
    }

    .reg__wrapper {
        padding: 30px;
    }

    .reg__title {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .reg__form-shadow-block {
        padding: 35px 15px;
    }

    .ident__inner-block {
        flex-wrap: wrap;
    }

    .ident__inner-item {
        padding: 0 10px;
        width: 50%;
        margin-bottom: 20px;
    }

    .ident__inner-item:not(:last-child) {
        margin-right: 0;
    }

    .footer__right {
        display: block;
    }

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

    .footer-docs__list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .footer-copy__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .why {
        padding-bottom: 32px;
    }

    .questions {
        padding-top: 32px;
    }

    .questions {
        padding-bottom: 36px;
    }

    .repay {
        padding-top: 36px;
    }

    .questions__inner {
        padding: 24px;
    }
}

@media (max-width: 767px) and (max-width: 568px) {
    .table__col {
        font-size: 12px;
    }

    .table__col::after {
        font-size: 12px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .anketa-progress__item {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 568px) {
    h2.section__title {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
    }

    .section__subtitle-text {
        font-size: 18px;
    }

    .header {
        padding: 17px 0;
    }

    .header__logo {
        flex: 0;
    }

    .header__logo img {
        max-width: 154px;
    }

    .header__languages {
        display: none;
    }

    .btn-to-cabinet {
        border: none;
        padding: 0;
        background-color: transparent;
    }

    .btn-to-cabinet span {
        display: none;
    }

    .btn-to-cabinet .svg-cabinet {
        display: block;
    }

    .credit-calc {
        padding: 18px 0;
    }

    .credit-calc__title {
        margin-bottom: 25px;
    }

    .credit-calc__title-large {
        font-weight: 900;
        font-size: 42px;
        line-height: 42px;
    }

    .credit-calc__title-small {
        display: none;
    }

    .credit-calc__title-img img {
        max-width: 95px;
    }

    .credit-calc__description {
        font-weight: 600;
        font-size: 23.5px;
        line-height: 29px;
    }

    .credit-calc__description-text_white {
        margin-bottom: 9px;
    }

    .credit-calc__description-text_white::before {
        content: '';
        width: 100%;
        height: 50px;
        left: 2px;
        right: 0px;
        top: -9px;
        bottom: -6px;
        background: url(../img/backgr-text/white-back.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }

    .credit-calc__description-text_yellow span {
        position: relative;
        top: 10px;
    }

    .credit-calc__description-text_yellow::before {
        content: '';
        width: 100%;
        height: 60px;
        left: 2px;
        right: 0px;
        top: -9px;
        bottom: -6px;
        background: url(../img/backgr-text/yellow-back-big.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }

    .calculation__header {
        max-width: 400px;
        font-weight: bold;
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 24px;
    }

    .calculation__header .back-yellow-figure {
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
    }

    .calculation__footer-btn {
        padding: 18px 15px 20px;
        font-size: 18px;
        line-height: 21px;
    }

    .calculation-item__label {
        font-size: 18px;
        line-height: 21px;
        max-width: 100px;
    }

    .calculation-item__inp-block {
        max-width: 152px;
    }

    .calculation-item__input {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        padding: 8px 16px;
    }

    .relative-calc-block {
        margin-top: 0;
    }

    .calculation-offer {
        padding: 13px 16px 13px 16px;
    }

    .calculation-offer__label {
        font-size: 18px;
        line-height: 21px;
    }

    .calculation-offer__value {
        font-size: 24px;
        line-height: 28px;
        min-width: 110px;
    }

    .calculation-offer__value-info {
        font-size: 13.5px;
        line-height: 16px;
    }

    .any-card {
        padding: 30px 0 0px;
    }

    .any-card__steps {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .any-card__step {
        width: 100%;
    }

    .any-card__step:not(:last-child) {
        margin-right: 0;
        margin-bottom: 22px;
    }

    .any-card__step-icon {
        margin-bottom: 6px;
    }

    .any-card__step-icon img {
        isplay: block;
        max-width: 73px;
        margin: 0 auto;
    }

    .any-card__step-text {
        max-width: 100%;
    }

    .any-card__step:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .why__item {
        padding: 16px;
    }

    .why__item:not(:last-child) {
        margin-bottom: 24px;
    }

    .why__item-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 18px;
    }

    .why__item-text {
        font-size: 16px;
        line-height: 18px;
    }

    .questions__inner {
        padding: 24px;
    }

    .questions-item__header {
        padding: 16px 8px;
        font-weight: 500;
    }

    .questions-item__title {
        font-size: 18px;
        line-height: 21px;
    }

    .questions-item__body {
        padding: 15px 24px;
        font-size: 14px;
    }

    .questions-item__doc {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        padding-right: 0;
        align-items: flex-start;
    }

    .questions-item__doc-name::before {
        top: 7px;
    }

    .repay__item {
        padding: 24px;
    }

    .repay__item-content {
        margin: 0 auto;
    }

    .repay__item-images {
        display: none;
    }

    .reg {
        /*transform: translateY(0px);*/
    }

    .reg__wrapper {
        padding: 20px 15px;
    }

    .reg__title {
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
    }

    .reg__input--row {
        display: block;
        margin-bottom: 15px;
    }

    .reg__input--rowReverse {
        display: block;
        margin-bottom: 15px;
    }

    .reg__input--rowLabel {
        display: block;
        margin-bottom: 15px;
    }

    .reg__input--equal {
        display: block;
        margin-bottom: 15px;
    }

    .reg__input--three {
        display: block;
        margin-bottom: 15px;
    }

    .ident__inner-block {
        margin: 0 -15px;
    }

    .date-input {
        display: block;
    }

    .date-input .select {
        display: block;
        margin-bottom: 15px;
    }

    .contol-group__text {
        font-size: 12px;
        line-height: 17px;
    }

    .document-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .passport-text {
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .card-num.visa::before {
        margin-right: 12px;
    }

    .card-num.master::before {
        margin-right: 12px;
    }

    .card-num.activе::after {
        position: absolute;
        bottom: 0;
        left: 97px;
        margin: -11px;
    }

    .card-num.unactivе::after {
        position: absolute;
        bottom: 0;
        left: 97px;
        margin: -11px;
        margin: -11px;
    }

    .repay__item-title {
        padding-top: 0px;
    }

    .repay__item-text {
        padding-bottom: 24px;
    }

    .repay__item-content {
        padding-bottom: 0px;
    }

    .footer__wrapper {
        display: block;
    }
    .footer-contacts {
        margin-bottom: 24px;
    }
}

@media (max-width: 568) {
    .anketa-progress__item {
        padding: 10px 16px 10px 16px;
        font-size: 14px;
        line-height: 16px;
    }

    .anketa-request__item {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 414px) {
    h3.section__title {
        font-size: 19px;
        margin-bottom: 30px;
    }

    .contol-group__text {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
    }

    .control-checkbox--adress {
        text-align: left;
    }

    .d-flex {
        margin-top: 16px;
    }

    .choosen-card__title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 32px;
    }

    .choosen-card__descr {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 16px;
    }

    .choosen-card__add-btn {
        margin-bottom: 32px;
    }
}

.button-swal-confirm {
    background: black !important;
    max-width: 240px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 13px 20px !important;
    width: auto !important;
    margin-bottom: 16px !important;
}

.input-swal {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 9px 15px !important;
    display: block !important;
    border: 1px solid #EAECF0 !important;
    border-radius: 5px !important;
    transition: all .2s !important;
    outline: none !important;
}

.input-swal:hover {
    border: 1px solid #9ef01a !important;
}

.input-swal:focus {
    border: 1px solid #9ef01a !important;
}

.input-swal.error {
    border-color: #EB5757 !important;
}

.input-swal.filed {
    background: rgba(158, 240, 26, 0.4) !important;
    border: 1px solid #9ef01a !important;
}


.costumn-calendar {
    position: relative;
}

.costumn-calendar__header {
    position: relative;
}

.costumn-calendar__body {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    z-index: 99;
}

.costumn-calendar__row-date {
    display: flex;
}

.costumn-calendar__icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.costumn-calendar .select select {
    border-color: #000;
}

.costumn-calendar .select:not(:last-child) {
    margin-right: 10px;
}

.costumn-calendar .select_arrow {
    position: absolute;
    top: 14px;
    right: 12px;
}


.contract__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 48px;
}

.contract__descr {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 24px;
}

.contract__content {
    padding: 24px 0;
    border-top: 2px solid rgba(65, 65, 67, 0.2);
    border-bottom: 2px solid rgba(65, 65, 67, 0.2);
    margin-bottom: 48px;
}

.contract__content-body {
    padding-right: 15px;
    max-height: 664px;
    overflow: auto;
}

.contract__content-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.contract__content-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.contract__content-text p:not(:last-child) {
    margin-bottom: 8px;
}

.contract__signature {
    margin-bottom: 48px;
}

.contract__signature-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}

.contract__signature-descr {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px;
    max-width: 560px;
}

.contract__info {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 48px;
}

.signa__print {
    max-width: 300px;
    width: 100%;
    height: 225px;
    margin: 0 auto;
    background: rgba(65, 65, 67, 0.05);
    border: 1px solid rgba(65, 65, 67, 0.1);
    border-radius: 5px;
    margin-bottom: 16px;
}

.signa__print.error {
    border-color: red;
}

.signa__btn {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 18px;
}

.signa__print-error {
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    color: red;
    margin-bottom: 16px;
}

@media (max-width: 1440px) {
    .container {
        padding: 0 64px;
    }
}

@media (max-width: 992px) {
    h3.section__title {
        margin-bottom: 35px;
    }

    .mCSB_inside > .mCSB_container {
        padding-left: 0;
    }

    .mCSB_scrollTools {
        left: auto;
        right: 0;
    }

    #actual-address.show {
        display: block;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .table__head {
        display: none;
    }

    .table__row {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        background: #e6e6e6;
    }

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

    .table__col::after {
        content: attr(data-label);
    }

    .contract__title {
        margin-bottom: 32px;
    }

    .contract__descr {
        margin-bottom: 16px;
    }

    .contract__content {
        margin-bottom: 32px;
    }

    .contract__info {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) and (max-width: 568px) {
    .table__col {
        font-size: 12px;
    }

    .table__col::after {
        font-size: 12px;
        font-weight: bold;
    }
}

@media (max-width: 568px) {
    h2.section__title {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .section__subtitle-text {
        font-size: 18px;
    }
}

@media (max-width: 414px) {
    h3.section__title {
        font-size: 19px;
        margin-bottom: 30px;
    }

    .contol-group__text {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
    }
}

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

.photo-content__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
}

.photo-content__descr {
    margin-bottom: 24px;
}

.photo-content__body {
    justify-content: center;
    align-items: center;
    max-width: 460px;
    width: 100%;
    margin: 0 auto 5px;
    border: 2px dashed #F2994A;
    padding: 15px;
    border-radius: 1px;
    margin-bottom: 17px;
}

.photo-content__body img {
    display: block;
    width: 100%;
    height: 100%;
}

.photo-do__tab {
    font-size: 14px;
    line-height: 20px;
    color: #a4a4a4;
    transition: all .2s;
}

.photo-do__tab:hover {
    color: #2E2E2E;
}

.photo-do__tab.active {
    font-weight: 500;
    color: #2E2E2E;
}

.photo-content__body.hide {
    display: none;
}

.photo-do__tab-body.hide {
    display: none;
}

.photo-do__tabs {
    max-width: 356px;
    width: 100%;
    margin: 0 auto 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}


.repeat-photo {
    position: relative;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 55px;
    padding-left: 30px;
}

.repeat-photo::before {
    content: url(../img/icon/photo-icon.svg);
    position: absolute;
    left: 0;
    top: -2px;
}

.photo-next {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}

.photo-popup__instruction {
    position: relative;
    padding: 15px 30px 15px 15px;
    max-width: 342px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 8px;
    color: #000;
    min-height: 48px;
    margin-bottom: 90px;
}

.photo-popup__instruction p {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

.photo-popup__instruction img {
    position: absolute;
    top: 5px;
    right: 5px;
}

@media (max-width: 768px) {
    .photo-popup__instruction {
        margin-bottom: 25px;
    }
}


.blue-link {
    color: #002060;
    text-decoration: underline;
}

.bold-text {
    font-weight: bold;
}

.pesonaldate-content {
    font-style: 12px;
}

.pesonaldate-content__title {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}

.pesonaldate-content__subtitle {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

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

.pesonaldate-content__block:not(:last-child) {
    margin-bottom: 15px;
}

.pesonaldate-content__text {
    font-size: 0.8em;
    margin-bottom: 10px;
}

.pesonaldate-content__text p:not(:last-child) {
    margin-bottom: 8px;
}

.pesonaldate-content__block-subtitle {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.pesonaldate-content__list {
    margin-bottom: 10px;
}

.pesonaldate-content__elem {
    padding-left: 20px;
    position: relative;
}

.pesonaldate-content__elem::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: black;
    left: 0;
    top: 8px;
}

.pesonaldate-content__list-num .pesonaldate-content__elem {
    padding-left: 0;
    list-style: inside;
    list-style-type: decimal;
}

.pesonaldate-content__list-num .pesonaldate-content__elem::before {
    display: none;
}

.pesonaldate-content__block-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    font-size: 1em;
}

div.bold-text {
    margin-bottom: 5px;
}

.bold-text {
    font-weight: bold;
}

#token.error {
    border-color: #EB5757;
    background-color: rgb(255,0,0, 0.2);
}

#error-code-label {
    display: block;
    margin-left: 7px;
    margin-top: 5px;
    font-weight: 300;
}

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

.d-none {
    display: none;
}

.popup-invisible-color {
    background: #272728 !important;
}

.show-flex {
    display: flex !important;
}