.persArea .credits {
    width: 100%;
}

.persArea .credit_container {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 30px;
}

.persArea .credit_container .credits__calc,
.persArea .credit_container .credits__calc-wrap {
    max-width: none;
}

.social__icon > img {
    width: 16px;
}

.pay-buttons-container {
    padding: 25px;
}

.pay-card-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}

.pay-card-buttons .pay-btn {
    line-height: 20px;
    padding: 20px;
}

.pay-card-buttons > * {
    width: 300px;
}

.display-flex {
    display: flex;
}

.span-error {
    margin-top: 4px;
    font-size: 12px;
    line-height: 12px;
    color: #EB5757;
    /*position: absolute;*/
    bottom: -10px;
    left: 0;
    display: none;
}

label.error {
    position: initial;
}

.confidant__form-left {
    margin-bottom: 15px;
}

.social__btn-add {
    max-width: 200px;
}

.cabinet-new__input {
    display: flex;
    align-items: center;
}

.social-delete > svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.cabinet-new__input {
    max-width: 600px;
}

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

#pdf-viewer {
    /*height: 85vh;*/
    text-align: center;
}


.reg__verification-title {
    margin-bottom: 35px;
}

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

.reg__verification-block {
    display: flex;
    align-items: flex-end;
}

.reg__verification-item {
    margin-right: 15px;
}

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

.reg__verification-item--text {
    text-align: center;
    font-size: 12px;
    margin-left: 15px;
    margin-right: 0;
}

.hidden {
    display: none;
}

.buttons-row {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.buttons-row > * {
    width: 48%;
    margin: 0 1%;
}

.document-text {
    text-align: center;
    padding: 10px;
}

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

.document-text a:hover {
    text-decoration: underline;
}

.popup.wide {
    max-width: none;
}

.popup__text a {
    font-weight: bold;
    color: #f7a22b;
}

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

.control-checkbox {
    display: block;
}

.control-checkbox--adress .control-checkbox {
    display: inline-block;
}

.control input {
    width: auto;
    height: auto;
}

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

.loan__link {
    color: #fff;
    padding: 50px 0;
    background-size: cover;
    background: #F7A22A url(../images/banner-bg.jpg) no-repeat left center;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}

.auth-block-btns {
    display: flex;
    align-items: center;
}

.document-text a,
.contol-group-text a,
a.highlight-link {
    font-weight: bold;
    color: #f7a22b
}

.document-text a:hover,
.contol-group-text a:hover {
    color: black;
}

.error-color {
    color: #c7254e;
    font-weight: bold;
}

.errorlist {
    color: #c7254e;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}


/* mainMenu */
.mainMenu {
    color: #333;
    padding: 0 15px;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 16;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.mainMenu__inner-lang {
    display: flex;
}

.mainMenu__inner-lang .account__language-item + .account__language-item {
    margin-left: 15px;
}

.mainMenu.visible {
    display: block;
}

.mainMenu__inner {
    display: flex;
    justify-content: space-between;
    padding: 34px 0 32px 0;
    max-width: 910px;
    margin: 0 auto;
}

.mainMenu__inner-menu {
    max-width: 310px;
    width: 100%;
}

.mainMenu__list-link {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-weight: 700;
    transition: all .3s;
}

.mainMenu__list-item + .mainMenu__list-item {
    margin-top: 20px;
}

.mainMenu__list-link:hover {
    color: #E19A9D;
}

.mainMenu__inner-info {
    margin-left: 70px;
}

.info__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    max-width: 220px;
    margin-bottom: 18px;
}

.info__inner {
    display: flex;
}

.info__item {
    max-width: 220px;
}

.info__item + .info__item {
    margin-left: 70px;
}

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

.info__item-text a {
    color: #333;
}

.info__item-text + .info__item-text {
    margin-top: 20px;
}

.header__support {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.header__support-phones {
    margin-left: 15px;
}

.header__support-phones a {
    display: block;
}

.mainMenu__inner-btn {
    display: block;
    max-width: 200px;
    width: 100%;
    padding: 15px;
    text-align: center;
    margin: 15px auto 0;
}

.tabs__content-head {
    padding: 15px;
}

.tabs__content {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.tabs__content-items {
    padding: 15px;
}

.tabs__content-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tab_btns {
    margin-top: auto;
}

.table__repay {
    flex-grow: 1;
    display: flex;
    height: 100px;
    flex-direction: column;
}

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

.persArea__tabs {
    /*border-bottom: 1px black dotted;*/
    display: flex;
    justify-content: space-around;
}

.rebay_by_inn_container {
    padding: 40px 15px;
    color: #4f4f4d;
    /*display: block;*/
    background: url(../images/fon_cards-min.png) center top / cover no-repeat;
    margin: 30px 0;
}

.rebay_by_inn_container .fio {
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 10px;
}

.rebay_by_inn_container .dog_number {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    min-width: 450px;
    display: inline-block;
    margin-bottom: 10px;
}

.rebay_by_inn_container .pay {
    font-size: 18px;
    font-weight: 800;
}

.rebay_by_inn_container .block_pay {
    display: block;
    position: relative;
    padding-left: 20px;
}

.rebay_by_inn_container .radiobtn {
    font-size: 18px;
    padding: 5px 0;
}

.rebay_by_inn_container input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.rebay_by_inn_container .radiobtn label {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
}

.rebay_by_inn_container input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 24px;
}


.rebay_by_inn_container input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #b1afac;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rebay_by_inn_container input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 2px;
    width: 12px;
    height: 12px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rebay_by_inn_container input[type="radio"]:checked + label:after {
    background: #a4865d;
}

.rebay_by_inn_container .radiobtn span input {
    display: inline-block;
    width: 115px;
}

.rebay_by_inn_container .radiobtn form {
    display: inline-block;
}

.repay_menu > * {
    display: inline-block;
    width: 33%;
    padding: 0 15px;
}

.repay_menu {
    color: #4f4f4d;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    font-weight: 800;
    padding: 50px 20px 20px;
    display: flex;
}

.repay_menu .active {
    color: #FBB315;
}

.tabs_container {
    padding: 0 20px 20px;
}

.tabs_container > * {
    display: none;
}

.tabs_container > .active {
    display: block;
}

.list {
    padding-left: 20px;
}

.list > li {
    list-style: disc;
}

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

.register__enter {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

@media (max-width: 767px) {
    .reg__verification-wrapper {
        display: block;
    }

    .reg__verification-block {
        margin-bottom: 15px;
        justify-content: space-around;
    }

    .reg__verification-item--text {
        margin-left: 0;
    }

    .buttons-row {
        padding: 5px;
        flex-direction: column;
    }

    .buttons-row > * {
        width: 100%;
        margin: 1% 0;
    }
}

@media (max-width: 750px) {
    .mainMenu {
        position: absolute;
        left: 0;
    }

    .mainMenu__inner-menu {
        margin-bottom: 20px;
    }

    .mainMenu__inner-info {
        margin-left: 0;
    }

    .mainMenu__inner {
        flex-direction: column;
    }

    .slider__content {
        /* max-width: 390px; */
    }

    .info__slider-text {
        font-size: 16px;
        line-height: 24px;
    }

    .info__inner {
        flex-direction: column;
    }

    .info__item + .info__item {
        margin-left: 0 !important;
        margin-top: 20px;
    }
}