 /*@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); */
/*@import url('/_html/fonts_new/Lato-Regular.ttf');*/
@font-face {
    font-family: Lato;
    src: url("/_html/fonts_new/Lato-Regular.ttf") format("ttf");
}

html {
    font-family: "Lato", sans-serif;
    line-height: 1.286;
    position: relative;
}
body {
    position: relative;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}
@media (max-width: 540px) {
    body {
        margin: 0;
    }
}
h1 {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 25px;
}
h2 {
    font-size: 14px;
    color: rgb(40, 40, 40);
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 16px;
}
h3 {
    font-size: 12px;
    color: rgb(20, 117, 223);
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px;
}
p, ul {
    margin-top: 0;
    margin-bottom: 12px;
}
ul {
    list-style: none;
    padding-left: 1em;
}
ul li::before {
    content: "\2022";
    color: rgb(11, 138, 216);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.page-content img {
    width: 100%;
}
table {
    width: 100%;
    margin-bottom: 16px;
}

.col-3 {
    width: 25%;
}
.col-4 {
    width: 33%;
}
.col-6 {
    width: 50%;
}
.col-12 {
    width: 100%;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.mb-40 {
    margin-bottom: 40px!important;
}
.ml-12 {
    margin-left: 12px!important;
}
.ml-30 {
    margin-left: 30px!important;
}
.pl-0 {
    padding-left: 0!important;
}
.prl-3 {
    padding-left: 3px!important;
    padding-right: 3px!important;
}
.pl-3 {
    padding-left: 3px!important;
}
.pr-3 {
    padding-right: 3px!important;
}
.col-3.prl-3 {
    width: calc(25% - 6px);
}
.col-3.pl-3 {
    width: calc(25% - 3px);
}
.col-3.pr-3 {
    width: calc(25% - 3px);
}
.col-6.pr-3, .col-6.pl-3 {
    width: calc(50% - 3px);
}
.col-6.prl-3 {
    width: calc(50% - 6px);
}

.hint {
    color: rgb(149, 148, 148);
    font-size: 12px;
}
input.error {
    border-color: #9c0812!important;
}
label.error {
    color: #9c0812!important;
}
.checkbox.error, div.error, .error + .file-label > .document {
    background-color: #ffe9e9;
    border-radius: 3px;
}
.error-text {
    text-align: center;
    margin-bottom: 15px;
}
.error-text a {
    color: #9c0812;
    text-decoration: none;
}

.list-title {
    margin-bottom: 0;
}

.page-container {
    max-width: 510px;
    min-width: 290px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    position: relative;
    min-height: 100%;
}
@media (min-width: 541px) {
    .page-container {
        box-shadow: 0px 0px 24.84px 2.16px rgba(0, 0, 0, 0.22);
        position: relative;
    }
}
.page-content {
    padding: 30px 15px 60px 15px;
}

.bottom-panel {
    position: fixed;
    bottom: 0px;
    height: 45px;
    min-width: 290px;
    width: 100%;
    background-color: #eaeaea;
    z-index: 2;
}
.bottom-panel .content {
    width: calc(100% - 30px);
    margin: 0 15px;
}
.bottom-panel .content > div {
    vertical-align: top;
}
@media (min-width: 541px) {
    .bottom-panel {
        width: 510px;
    }
}
.bottom-panel .auth, .bottom-panel .bottom-steps, .bottom-panel .menu {
    line-height: 45px;
}
.bottom-panel a.menu-unit {
    color: rgb(40, 40, 40);
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
}
.bottom-panel .bottom-steps {
    text-align: center;
}
img.personal, img.menu-img {
    height: 12px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
img.menu-img {
    height: 10px;
    top: 1px;
}
.bottom-panel .menu a.menu-unit {
    text-align: right;
}

.steps-container {
    margin-bottom: 17px;
}
.steps {
    white-space: nowrap;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-bottom: 17px;
    font-family: "Montserrat";
}
.steps li {
    display: inline-block;
    color: rgba(59, 58, 58, 0.529);
    line-height: 1.2;
    font-size: 13px;
    padding: 0;
    margin: 0 -1px 0 0;
    font-family: "Montserrat";
}
@media (max-width: 419px) {
    .steps li {
        font-size: 10px;
    }
}
ul.steps li::before {
    content: "";
}
.steps li {
    color: rgb(59, 58, 58);
}
.steps li .text {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
    margin-bottom: 4px;
    opacity: 0.529;
}
.steps li .shape {
    height: 5px;
    width: 16.8vw;
    background-color: rgb(234, 234, 234);
}
@media (min-width: 561px) {
    .steps li .shape {
        width: 94px;
    }
}
 @media (min-width: 419px) {
     .steps li  {
         font-size: 10px;
     }
 }

.steps li.debts {
    --step-color: rgb(178, 122, 11);
}
.steps li.incomes {
    --step-color: rgb(175, 4, 110);
}
.steps li.expenses {
    --step-color: rgb(5, 127, 155);
}
.steps li.properties {
    --step-color: rgb(0, 165, 114);
}
.steps li.deals {
    --step-color: rgb(90, 83, 153);
}

.steps li.active {
    color: var(--step-color);
}
.steps li.active .shape {
    background-color: var(--step-color);
}
.steps li.half {
    color: var(--step-color);
}
.steps li.half .text {
    font-weight: 700;
}
.steps li.pass .shape {
    border: 1px solid var(--step-color);
    background: none;
    height: 3px;
}

.video {
    margin-bottom: 36px;
}
.video video {
    width: 100%;
}


.btn {
    display: inline-block;
    border-radius: 21px;
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background: rgb(0, 151, 211);
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
    margin-bottom: 29px;
}
.btn.white {
    font-size: 16px;
    color: rgb(128, 128, 128);
    background: white;

    border-width: 2px;
    border-color: rgb(128, 128, 128);
    border-style: solid;
}
.btn.disabled {
    font-size: 16px;
    color: rgb(128, 128, 128);
    background: white;

    border-width: 2px;
    border-color: rgb(128, 128, 128);
    border-style: solid;
    cursor: default;
}
.link-edit {
    display: inline-block;
    width: 100%;
    color: red;
    text-align: center;
    margin-bottom: 30px;
}
.changes {
    background-color: #ffe9e9;
}

/* The switch - the box around the slider */
.switch-row {
    margin-top: -9.5px;
    margin-bottom: 40px;
    height: 17px;
    padding-left: 16px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    top: -9.5px;
}
label.switch {
    margin-bottom: 0;
    margin-right: 23px;
    margin-left: 23px;
}

/* Hide default HTML checkbox */
.switch input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 31px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}
.slider.round:before {
    border-radius: 50%;
}

input:not([type="select-one"]):not([type="select-multiple"]):not(.switch):not([type="checkbox"]):not([type="radio"]),
textarea {
    margin-bottom: 25px;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    border: 1px solid #d0d0d0;
    background-color: rgb(244, 244, 244);
    display: block;
    padding-left: 14px;
    padding-right: 14px;

    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.286;
}
#pmw-payment-form-section #payerPhone_code {
    width: 30%;
}
textarea {
    height: 200px;
}
input:focus{
    outline: none;
}
input[type="checkbox"] {
    border-width: 1px;
    border-color: rgb(181, 181, 181);
    border-style: solid;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    margin: 0 0 0 12px;
}
label {
    display: inline-block;
    font-size: 12px;
    color: rgb(82, 184, 224);
    line-height: 1.2;
    margin-bottom: 7px;
    padding-left: 12px;
}
label + .switch-row {
    margin-top: 1px;
}
.checkbox {
    padding-bottom: 16px;
    margin-bottom: 2px;
    margin-top: -15px;
    padding-top: 15px;
}
.checkbox > label {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.286;
    margin-bottom: 0;
    max-width: calc(100% - 60px);
}
.checkbox > input {
    vertical-align: top;
    margin-top: 2px;
}
label + .checkbox {
    margin-top: -4px;
}
select.error + .selectize-control .selectize-input {
    border-color: red;
}
select.select-suggestion {
    width: 100%;
    height: 50px;
    border: 1px solid #d0d0d0;
}
.select-suggestion, .selectize-control {
    margin-bottom: 25px;
}
.select-suggestion + .hint,
.selectize-control + .hint {
    /* margin-top: -25px;
    margin-bottom: 25px; */
    margin: -20px 0 25px 12px;
}
.selectize-input {
    line-height: 32px;
    border-radius: 5px;
    background-color: rgb(244, 244, 244)!important;
}
.select-suggestion .item, .select-suggestion input  {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: rgb(0, 0, 0);
}
input[type="select-one"] {
    height: 32px;
}
/* .selectize-control.single .selectize-input:after {

} */

.switch-row > span {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.286;
    line-height: 34px;
}
.link {
    font-size: 16px;
    color: rgb(11, 156, 8);
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
 .link-add {
     color: rgb(11, 156, 8);
     font-weight: bold;
     text-decoration: none;
     border-bottom: 1px solid rgb(11, 156, 8);
 }
.center {
    text-align: center;
}
.hidden {
    display: none!important;
}
.row {
    width: 100%;
    word-spacing: -.006em;
}
.row > div {
    display: inline-block;
    word-spacing: normal;
}
.row > .month, .row > .year {
    word-spacing: -.36em;
}
.flex {
    display: flex;
}
.month {
    width: 74px;
    margin-right: 18px;
}
.year {
    width: 92px;
    margin-right: 18px;
}
input.input {
    width: calc(100% - 33px) !important;
}
.registration input.input {
    width: 100%!important;
}
.bank {
    cursor: pointer;
    position: relative;
}
.bank + h2 {
    margin-top: 10px;
}
.bank-logo img {
    width: 40px;
    height: 40px;
}
.bank-logo, .bank-title, .bank-summ {
    min-height: 40px;
    vertical-align: top;
    margin-bottom: 10px;
}
.bank-logo, .bank-title {
    margin-right: 10px;
}
.bank-title {
    font-size: 12px;
    color: rgb(59, 59, 59);
    max-width: calc(100vw - 200px);
    overflow-x: hidden;
}
@media (min-width: 521px) {
    .bank-title {
        max-width: calc(100vw - 230px);
    }
}
@media (min-width: 541px) {
    .bank-title {
        max-width: 300px;
    }
}
.bank-title span {
    color: rgb(149, 148, 148);
}
.bank-title > div {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}
.bank-summ {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 14px;
    color: rgb(59, 59, 59);
}
.mouse-context-action {
    position: absolute;
    top: 0;
    left: 0;

    border-style: solid;
    border-width: 1px;
    border-color: rgb(222, 232, 242);
    background-color: rgb(241, 248, 255);
    width: 170px;
    height: 53px;
}
.mouse-context-action:after {
    background: rgb(241, 248, 255);
    content: "";
    height: 7px;
    left: 18px;
    position: absolute;
    bottom: -9px;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 7px;
    border-left: 1px solid rgb(222, 232, 242);
    border-bottom: 1px solid rgb(222, 232, 242);
}
.mouse-context-action .title {
    margin-left: 10px;
    margin-top: 11px;
    margin-bottom: 2px;

    font-size: 12px;
    color: rgb(14, 14, 14);
}
.mouse-context-action .links {
    margin-left: 10px;
}
.mouse-context-action .links a {
    font-size: 12px;
    text-decoration: none;
}
.mouse-context-action .links a + a {
    margin-left: 10px;
}
a.green {
    color: rgb(37, 173, 14);
}
a.red {
    color: #9c0812;
}
.age {
    width: 137px;
}
.summ {
    position: relative;
    width:185px;
}
.summ:after {
    content: "₽";
    position: absolute;
    top: 0;
    right: 11px;
    font-size: 16px;
    font-family: "Myriad Pro";
    color: rgb(145, 145, 145);
    line-height: 50px;
}
.grey-background {
    background-color: rgb(247, 250, 253);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 28px;
    margin-bottom: 12px;
}
.table .row {
    margin-bottom: 9px;
}
.table hr {
    background-color: rgb(247, 250, 253);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}
.table .title {
    font-size: 12px;
    color: rgb(124, 124, 124);
}
.table .value {
    font-size: 13.337px;
    font-family: "Montserrat";
    color: rgb(149, 16, 16);
    float: right;
}
.table .value.green {
    color: rgb(84, 186, 9);
}
.table .value.blue {
    color: #4c78bc;
}
.table .value.big {
    font-size: 16px;
    font-weight: bold;
}
.info {
    border-radius: 50%;
    background-color: rgb(37, 173, 14);
    width: 12px;
    height: 12px;
    text-align: center;
    display: inline-block;

    font-size: 12px;
    font-family: "Script MT Bold";
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.status .title {
    font-size: 23.757px;
    font-family: "Montserrat";
    color: rgb(103, 172, 225);
    font-weight: bold;
    line-height: 1.137;
    text-align: center;
}
.status .img {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 23px;
}
.status img {
    /* width: 145px; */
    width: 100%;
}
.status .value {
    font-size: 20.578px;
    font-family: "Montserrat";
    color: rgb(104, 137, 196);
    font-weight: bold;
    line-height: 1.312;
    text-align: center;
}

.payments tr td {
    width: 22%;
    text-align: right;
    height: 30px;
    padding: 0 9px;
}
.payments tr td:nth-child(1) {
    width: 11%;
    text-align: center;
}
.payments tr td:nth-child(2) {
    width: 41%;
    text-align: left;
}
.payments tr th {
    text-align: center;
    text-transform: uppercase;

    font-size: 12px;
    color: rgb(0, 0, 0);
    height: 30px;
}
.payments tr th:nth-child(1), .payments tr th:nth-child(2) {
    background-color: rgb(239, 239, 239);
}
.payments tr th:nth-child(3), .payments tr td:nth-child(3) {
    background-color: rgb(255, 233, 233);
}
.payments tr th:nth-child(4), .payments tr td:nth-child(4) {
    background-color: rgb(240, 242, 255);
}
.payments tr.summary td:nth-child(1), .payments tr.summary td:nth-child(2) {
    background-color: rgb(239, 239, 239);
}

.table-common {
    border-collapse: collapse;
}
.table-common .table-header {
    border-bottom: 3px solid #FFF;
    height: 33px;
}
.table-common .summary {
    border-top: 3px solid #FFF;
    height: 33px;
}
.table-common tr th {
    text-align: center;
    text-transform: uppercase;

    font-size: 12px;
    color: rgb(0, 0, 0);
    height: 30px;
    border-left: 3px solid #FFF;
    background-color: #efefef;
}
.table-common .summary {
    background-color: #efefef;
}
.table-common tr td {
    text-align: right;
    height: 30px;
    padding: 0 9px;
    font-size: 12px;
    border-left: 3px solid #FFF;
}
.table-common.fl tr td {
    text-align: left;
}
.table-common .w-20 {
    width: 20%;
}
.table-common .w-25 {
    width: 25%;
}
.table-common .w-30 {
    width: 30%;
}
.table-common .w-35 {
    width: 35%;
}
.table-common .w-40 {
    width: 40%;
}
.table-common .w-50 {
    width: 50%;
}
.table-common .w-60 {
    width: 60%;
}
.table-common .w-65 {
    width: 65%;
}
.table-common.red-2 tr th:nth-child(2), .table-common.red-2 tr td:nth-child(2) {
    background-color: rgb(255, 233, 233);
}
.table-common.red-3 tr th:nth-child(3), .table-common.red-3 tr td:nth-child(3) {
    background-color: rgb(255, 233, 233);
}
.table-common.green-3 tr th:nth-child(3), .table-common.green-3 tr td:nth-child(3) {
    background-color: rgb(240, 242, 255);
}
.table-common.green-4 tr th:nth-child(4), .table-common.green-4 tr td:nth-child(4) {
    background-color: rgb(240, 242, 255);
}

.margin-right {
    margin-right: 21px;
}

.timer div:not(.delimiter) {
    border-radius: 5px;
    background-color: rgb(243, 255, 243);
    width: 60px;
    height: 50px;

    font-size: 30px;
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 50px;
}
.timer .delimiter {
    width: 13px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}
.timer-titles div {
    width: 60px;
    font-size: 12px;
    color: rgb(11, 156, 8);
    text-align: center;
}
.timer-titles div:nth-child(2n) {
    width: 13px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: RGBA(67, 67, 67, 0.4);
    width: 100%;
    height: 100%;
    z-index: 90;
}
.main_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    background-color: #f1f8ff;
    max-width: 510px;
}

.main_menu.collapsed {
    max-height: 0;
    transition: max-height 200ms ease-out;
}
.main_menu.expanded {
    max-height: 100vh;
    transition: max-height 500ms ease-in;
}
.main_menu .menu-title {
    height: 43px;
    line-height: 43px;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    color: #ababab;
    border-bottom: #b5b5b5 1px solid;
    text-transform: uppercase;
}
.main_menu .menu-subtitle {
    height: 43px;
    line-height: 43px;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    color: #ababab;
    text-transform: uppercase;
}
.main_menu .menu-section {
    display: block;
    height: 39px;
    line-height: 39px;
    width: calc(100% - 45px);
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 15px;
    color: #363636;
    position: relative;
}
.main_menu .steps-menu .menu-item {
    width: calc(100% - 60px);
    padding-left: 45px;
}

.main_menu a.menu-item,
.main_menu div.menu-item {
    display: block;
    height: 39px;
    line-height: 39px;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
 .main_menu a.menu-item.active,
 .main_menu .steps-menu .menu-item.active,
 .main_menu .menu-section.active,
 .main_menu a.menu-section.active {
     color:#fff;
     background: #0097d3;
 }
.main_menu a img {
    height: 14px;
    top: 3px;
    position: relative;
    margin-right: 4px;
}
.main_menu a img.raw-size {
    height: auto;
}
.main_menu > .row {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
}
.main_menu > .row a {
    displaY: block;
    height: 45px;
    line-height: 45px;
}
.main_menu a,
.main_menu div {
    text-decoration: none;
    color: #363636;
}
.main_menu .steps-menu {
    max-height: calc(100vh - 88px);
    overflow-y: scroll;
}
div.right {
    text-align: right;
}
.main_menu .bottom {
    height: 45px;
    background-color: #eaeaea;
}
.main_menu .menu-section.success,
.main_menu .menu-item.success {
    background: url(/files/svg/galka.svg) no-repeat;
    background-size: 20px;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
}

 .main_menu .menu-section.empty,
 .main_menu .menu-item.empty {
     background: url(/files/svg/empty.svg) no-repeat;
     background-size: 20px;
     background-position-x: calc(100% - 10px);
     background-position-y: center;
 }

.main_menu .menu-section.disabled:after,
.main_menu .menu-item.disabled:after {
    content: url(/files/img/stages_disabled2.png);
    position: absolute;
    right: 28px;
    top: 11px;
}

.main_menu .menu-section.disabled,
.main_menu .menu-item.disabled {
    color: #ababab;
}
 .main_menu .menu-section.turnoff,
 .main_menu .menu-item.turnoff{
     display: none;
 }
.debt-result .title {
    margin-bottom: 5px;
}
.debt-result .text {
    color: rgb(0, 151, 211);
    font-weight: bold;
    font-size: 20px;
}

.progress-status {
    position: relative;
    height: 20px;
    background-color: #eaeaea;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.progress-status .progress-band {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 20px;
    width: 0;
    background-color: #4c78bc;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
}
.progress-status .progress-content {
    position: relative;
    z-index: 20;
    height: 20px;
    color: white;
}

.checkbox.with-price {
    position: relative;
}
.checkbox.with-price input[type="checkbox"] {
    margin-left: 0;
}
.checkbox.with-price label {
    max-width: calc(100% - 30px - 20px - 12px - 100px);
}
.checkbox.with-price .price {
    float: right;
}

.checkbox.popup label {
    color: 3fb13c;
    text-decoration: underline;
    cursor: pointer;
}

.popup-container {
    border-radius: 6px;
    position: fixed;
    top: 5%;
    width: 100%;
    height: 85%;
    z-index: 110;
    background-color: #ffffff;
    max-width: 510px;
}
.popup-container-inner {
    height: 100%;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
}
.popup-container-inner .text {
    height: calc(100% - 450px);
    border: 1px solid #b8b8b8;
    margin-bottom: 30px;
    overflow: scroll;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 12px;
    background-image: url('/files/img/close.png');
    height: 9px;
    width: 13px;
}
.popup-error {
    font-size: 10px;
    margin-bottom: 15px;
    color: #9c0812;
    text-align: center;
}

.plus-pict {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: white;
    background-color: #f4f4f4;
    border-radius: 6px;
    font-size: 40px;
    margin-right: 10px;
    background-size: contain;
}
.document-link,
.view-document{
    line-height: 40px;
    color: green;
    text-decoration: underline;
}

.filter {
    border: 1px solid #d0d0d0;
    padding: 0 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background-color: #f4f4f4;
}
.filter:after {
    content: ' ';
    background: url(/files/img/s-closed.png) no-repeat right transparent;
    -webkit-appearance: none;

    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
    width: 20px;
    height: 14px;
    border-style: solid;
    border-width: 0;
    border-color: #066ddd transparent transparent transparent;
}
.filter-container {
    margin-bottom: 12px;
}
.filter.active:after {
    background: url(/files/img/s-opened.png) no-repeat right transparent;
}
.clients-list .client-item {
    padding: 20px 15px 25px;
    margin: 0 -15px;
    border-bottom: 1px solid #d0d0d0;
    text-decoration: none;
    color:rgb(0, 0, 0);
}
.clients-list .client-item .c-1 {
    width: calc(100% - 100px);
}
.clients-list .client-item .c-2 {
    float: right;
    width: 100px;
}
.clients-list .client-item .c-2 div {
    text-align: center;
}
.clients-list .client-item .status span {
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f4f4f4;
}
.clients-list .client-item .status span.green {
    background-color: #3fb13c;
}
.clients-list .client-item .status span.blue {
    background-color: #4c78bc;
}
.clients-list .client-item .status span.pink {
    background-color: #af046e;
}

.popover-sign {
    margin-left: 5px;
    background-color: #dddddd;
    height: 15px;
    line-height: 12px;
    font-size: 13px;
    width: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
    color: #ffffff;

    padding-top: 1px;
}
.popover-sign.red {
    background-color: #ffaaaa;
}
.popover-sign.for-disabled,
.popover-sign.for-checked {
    display: none;
}
input.disabled ~ .popover-sign.for-disabled {
    display: inline-block;
}
input:checked ~ .popover-sign.for-checked {
    display: inline-block;
}
/* popover plugin */
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
  }

  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 12px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
  }

  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 7px 0 -7px;
  }

  .popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }

  .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 18px;
  }

  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
  }

  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
  }

  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
  }

  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
  }

  .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
  }

  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }

  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
  }

  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
  }

  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
  }

  .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
  }

  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
  }

  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
  }

  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }

  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
  }

  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
  }

  .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
  }

  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }

  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
  }

  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
  }

  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
  }

  .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }

  .popover-header:empty {
    display: none;
  }

  .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
  }
/* end popover plugin */

.file-label {
    padding-left: 0;
    margin-bottom: 0px;
    width: 100%;
}
.bottom-steps a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter.active {
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}
.filter-content {
    background-color: #f4f4f4;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #888888;
    padding: 20px 10px;
}
.filter-content label {
    padding-left: 0;
}
.filter-content input {
    background-color: #ffffff!important;
}
.filter-content .range input {
    width: calc(50% - 24px)!important;
    display: inline!important;
}
.filter-content .selectize-input {
    background-color: #ffffff!important;
}
.filter-content .range span {
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    display: inline-block;
    text-align: center;
}
.selectize-control.multi .selectize-input>div,
.selectize-control.multi .selectize-input>div.active {
    background: #cbcbcb;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-radius: 3px;
}
.selectize-control.multi .selectize-input>div.item {
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    pointer-events: none;
}
.selectize-control.multi .selectize-input>div.item::after {
    content: 'х';
    margin-left: 5px;
    pointer-events: all;
}
.selectize-input {
    height: 50px;
}
.selectize-dropdown-content .option[data-selectable] {
    height: 30px;
}
.filter_btn {
    width: calc(50% - 10px);
}
.filter-choosen {
    background: #cbcbcb;
    padding: 3px;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 3px;
}
.payment-form {
    z-index: 0;
    position: relative;
}

.view label {
    color: black;
    padding-left: 0;
}
.view h2 {
    padding-left: 0;
}

.spoiler {
    text-decoration: underline;
    cursor: pointer;
}

 .input-group {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: stretch;
     width: 100%;
 }
 .input-group-text {
     display: flex;
     align-items: center;
     padding: 0 .75rem;
     background-color: #e9ecef;
     border: 1px solid #ced4da;
     margin-bottom: 25px;
     margin-left:-1px;
     border-bottom-right-radius: 5px !important;
     border-top-right-radius: 5px !important;
 }

 .input-group input {
     border-bottom-right-radius: 0px !important;
     border-top-right-radius: 0px !important;
 }

 .st_red {fill:#ef5350;}
 .st_pink {fill:#ec407a;}
 .st_purple {fill:#ab47bc;}
 .st_purple_dark {fill:#7e57c2;}
 .st_blue_dark {fill:#5c6bc0;}
 .st_blue {fill:#42a5f5;}
 .st_blue_lite {fill:#29b6f6;}
 .st_biruza {fill:#26c6da;}
 .st_green_dark {fill:#26a69a;}
 .st_green {fill:#66bb6a;}
 .st_green_lite {fill:#9ccc65;}
 .st_yellow_lite {fill:#d4e157;}
 .st_yellow {fill:#ffee58;}
 .st_orange {fill:#ffca28;}
 .st_orange_dark {fill:#ffa726;}
 .st_carrot {fill:#ff7043;}
 .st_brown {fill:#8d6e63;}
 .st_grey {fill:#bdbdbd;}

 .st_grey_dark {fill:#78909c;}

 .ico-40 {
     width: 20px;
     height: 25px;

 }
 .ico-14 {
     width: 14px;
     height: 14px;

 }
.close-panel {
    padding-top: 20px;
    text-align: center;
}
 .red_circle {
     background-color: #e41414;
     height: 34px;
     line-height: 34px;
     font-size: 38px;
     width: 34px;
     display: inline-block;
     text-align: center;
     border-radius: 20px;
     color: #ffffff;
     transform: rotate(45deg);
     font-weight: 300;
     cursor: pointer;
 }

 .popup-container-inner .link-edit {
     text-decoration: underline;
 }

 input.radio {
     display: inline-block;
     width: 20px;
     height: 20px;
     margin-bottom: 20px;
     margin-top: 0px;
     margin-right: 10px;
 }

.text-success{
    color: #25ad0e;
}

.text-gray{
    color: #7c7c7c;
}

.icon{
    width: 20px;
    height: 20px;
    margin: 15px;
    color: rgb(0, 151, 211);
    cursor: pointer;
}

.eye-open{
    background-image: url("../files/img/eye_open.svg");
}

 .eye-close{
     background-image: url("../files/img/eye_closed.svg");
 }

 div.modal {
     background-color: #fff;
     position: absolute;
     top: 0;
     left: 0;
     height: 90%;
     width: 100%;
     box-shadow: 0px 0px 24.84px 2.16px rgba(0, 0, 0, 0.22);
     z-index: 1000;
     transition: all .2s ease-in;
 }

 .close-modal{
     text-align: right;
 }

 .close-modal span{
     padding: 20px;
     cursor: pointer;
     display: block;
 }

 div.modal iframe {
     width: 100%;
     height: 100%;
 }

 .fade{
     top: -100%!important;
 }

 .input-group {
     position: relative;
 }

 .input-group-text{
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     padding-top: 5px;
 }

 .table{
     background-color: #f7fafd;
     border-top: 1px solid rgb(124,124,124);
     border-bottom: 1px solid rgb(124,124,124);
     margin:0  -15px;
     padding:5px 30px;
 }

 .table .row{
     padding: 5px 0;
     margin-bottom: 0;
 }

 .table .row.border-top{
     border-top: 1px solid #545454;
     padding: 8px 0;
     margin-bottom: 0;
     margin-top: 5px;
 }

 .popover-sign.green{
     background-color: rgb(11,156,8);
 }

 .progress-status{
     position: relative;
     background-color: #fd8686;
     padding: 0;
 }

 .js-bar-text{
     color: #fff;
     position: absolute;
     top: 0;
     z-index: 9999;
     padding-left: 15px;
 }

 .progress-content{
     z-index: 999;
 }

 h2{
     margin-top: 30px!important;
 }


 .slider-scale {
     display: flex;
     flex-direction: row-reverse;
     justify-content: space-between;
 }

 div.children,
 div.children_count,
 div.all-children
 div.unmerried-children{
     margin: 15px 12px;
     margin-top: 0;
 }

 .slider-scale div{
     padding: 15px 0;
 }

 .ui-slider{
     cursor: pointer;
     background-color: #ccc;
     -webkit-transition: .4s;
     transition: .4s;
     height: 5px;
     border-radius: 5px;
     background-color: #2196F3;
 }

 .ui-slider .ui-state-default {
     border-radius: 50%!important;
     height: 15px!important;
     width: 15px!important;
     top: -5px;
     background-color: white!important;
     -webkit-transition: .4s;
     transition: .4s;
 }

 .h7int{
     margin: -20px 0 25px 12px;
     font-size: 12px;
     display: block;
 }

 .col-3 {  width: 22%;    margin-right: 10px;}

 .link {
     display: inline-block;
     border-radius: 21px;
     width: 100%;
     height: 43px;
     line-height: 43px;
     text-align: center;
     font-weight: 500;
     text-transform: uppercase;
     background: rgb(173 255 197);
     color: #323232;
     text-decoration: none;
 }

 .btn {
     margin-bottom: 15px;
 }

 .child-block{
     margin-left: 15px;
     margin-right: 15px;
 }

 .document-link{
     position: relative;
 }

 .document-link span:not(.js-document_link){
     position: absolute;
     top: 0;
     right: -10px;
 }

 .document-link svg{
     width: 20px;
 }

 .steps-menu a.success:not(.active):hover,
 .steps-menu a.conclusion:not(.active):hover,
 .menu-section:hover,
 .menu-item:hover {
     background-color: #f1f1f1;
 }

 .ico-40 {
     width: 20px;
     height: 50px;
 }
 .upload.row {
     width: 55%;
 }

 .actions.row {
     width: 45%;
     align-items: center;
 }

 .row {

     align-items: center;
 }

 .row.file-row {
     margin-bottom: 10px;
 }

 .document-link, .view-document {
     line-height: 20px;
 }

 .ui-slider .ui-state-default {    background-color: #2196f3!important; }

 .ui-slider-horizontal .ui-slider-handle {    top: -5px;  }

 .ui-slider-horizontal {
     height: .3em;
 }

 .ui-widget-content {
     background: #2196f3;
 }

 .ui-slider-horizontal .ui-slider-handle {
     top: -6px;
 }

 .bottom .col-6{
     width: 50%;
     height: 45px;
     float: left;
 }
 .schedule-table-container .ico-40 {height: 13px;}

 .col-3.pr-3, .col-3.pl-3, .col-3.prl-3 {width: 21%;}
 .actions label.switch {
     margin-bottom: 0;
     margin-right: 0px;
     margin-left: 5px;
 }

 .actions .switch-row {
     margin-top: 0px;
     margin-bottom: 30px;
     height: 0px;
     padding-left: 15px;
 }

input[type=date] {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

p.profile {
    padding-left: 18px;
}

.notifications {
    padding: 0px 18px;
}

table.notifications td {
    font-size: inherit;
}

table.notifications thead td.title {
    background: #EFEFEF;
}
table.notifications thead td.ico {
    text-align: center;
    background: #FFEAEA;
}
table.notifications thead td.ico .ico-40 {
    height: auto;
}