.mortgages__filter #mortgagesFilter{

    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: .5rem;
    margin-bottom: 3rem;
}




.mortgages__filter-item {
    cursor: pointer;
}

.mortgages__filter-item__checkboxes {
    width: 100%;
    display: flex;
    gap: 2rem;
    margin: 1rem 0;
}

@media(max-width: 767px) {
    .mortgages__filter-item__checkboxes {
        flex-direction: column;
        gap: 0;
    }
}
.mortgages__filter-item__checkboxes .checkbox {
    cursor: pointer;
}
@media(max-width: 767px) {
    .mortgages__filter-item__checkboxes .checkbox {
        display: flex;
        align-items: center;
        gap: .5rem;
    }
}

.mortgages__filter-item__checkboxes .checkbox label {
    cursor: pointer;
    color: #666;
}

.mortgages__filter-item .dropdown select {
    padding: 1rem;
    max-width: 22rem;
}

.mortgages__filter-item.checkbox {
    padding: 1rem;
    border: .1rem solid #c7d3e0;
    border-radius: .5rem;
}

.mortgages__filter-item.date input {
    padding: 1rem;
    border: .1rem solid #c7d3e0;
    border-radius: .5rem;
    width: 18rem;
    font-size: 1.6rem;
}

.ref_page .mortgages__filter-item.date input {
    width: 20rem;
}

.ref_page .mortgages__filter-item.search input  {
    width: 30rem;
}

.ref_page .grid {
    width: 66rem;
    max-width: 100%;
}

.ref_page  .mortgages__filter #mortgagesFilter {
    width: fit-content;
}

.mortgages__filter-item.search input {
    padding: 1rem;
    border: .1rem solid #c7d3e0;
    border-radius: .5rem;
    width: 35rem;
    font-size: 1.6rem;
}

.mortgages__filter-item.search label {
    position: relative;
}

.mortgages__filter-item.search svg {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    width: 2rem;
    height: 2rem;
}

.mortgages__filter-button {
    padding: 1rem;
    font-size: 1.6rem;
    background: var(--green);
    border-radius: .5rem;
    outline: none;
    border: none;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.ref-link__inner {
    position: relative;
}

.ref-link__input {
    background: #fff;
    border: 0;
    font-size: 2.4rem;
    padding-right: 4rem;
    width: 61rem;
}

.ref-link__input:focus {
    outline: none;
}

.ref-link__btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    width: 2.4rem;
    height: 2.4rem;
}
.ref {
    display: flex;
    align-items: baseline;
    margin-bottom: 2rem;
}
.ref-title {
    font-size: 2.4rem;
    margin-right: 2rem;
}

.ref strong {
    font-size: 1.8rem;
}

.mortgages__filter {
    width: 100%;
}
#mortgagesContainer {
    width: 100%;
}

@media(max-width: 767px) {
    .overflow-mob {
        overflow: auto;
    }
    .overflow-mob-montages {
        width: 1600px;
    }
    .overflow-mob-banks {
        width: 800px;

    }
}



.mortgages__filter-button.filter-more{
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    grid-gap: 2rem;
    margin-bottom: 2rem;
}
.mortgages__filter-button.filter-more svg{
    width: 2rem;
    height: 2rem;
}
@media(max-width: 991px) {
    .mortgages__filter #mortgagesFilter {
        flex-direction: column;
        grid-gap: 1rem;
        margin-bottom: 2rem;
        display: none;
    }
    .mortgages__filter #mortgagesFilter.opened {
        display: flex;
    }
    .mortgages__filter-item {
        width: 100%;
    }
    .mortgages__filter-item .dropdown select {
        max-width: 100%;
    }
    .mortgages__filter-item.date input {
        width: 100%;
    }
    .mortgages__filter-item label{
        display: block;
        width: 100%;
    }
    .mortgages__filter-item.search input {
        width: 100%;
    }
    .mortgages__filter-button {
        margin: 0 auto;
        width: 100%;
    }
    .mortgages__filter-button.filter-more{
        display: flex;
    }
}

@media(max-width: 767px) {
    .mortgages__filter-button.filter-more {
        margin-bottom: 0;
        margin-top: 0;
    }
}


.claim_top,
.claim_item,
.claim_head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    color: #000000;
    padding: calc(.8rem * 1.3333333) calc(1.8rem * 1.3333333);
    position: relative;
}
.claim_item, .claim_top {
    font-size: 1.4rem;
}
.claim-del {
    fill: #000;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    z-index: 2;
    margin-top: -1.5rem
}


.claim_head {
    padding: calc(1.8rem * 1.33333);
}
.claim_top > div,
.claim_item > div,
.claim_head > div{
    padding-right: 2rem;
}
.claim_top div:nth-child(1),
.claim_item div:nth-child(1),
.claim_head div:nth-child(1) {
    min-width: 17%;
}

.claim_top div:nth-child(2),
.claim_item div:nth-child(2),
.claim_head div:nth-child(2) {
    min-width: 10.5%;
}

.claim_top div:nth-child(3),
.claim_item div:nth-child(3),
.claim_head div:nth-child(3) {
    min-width: 14%;
}

.claim_top div:nth-child(4),
.claim_item div:nth-child(4),
.claim_head div:nth-child(4) {
    min-width: 13%;
}

.claim_top div:nth-child(5),
.claim_item div:nth-child(5),
.claim_head div:nth-child(5) {
    min-width: 12%;
}

.claim_top div:nth-child(6),
.claim_item div:nth-child(6),
.claim_head div:nth-child(6) {
    min-width: 21%;
}

.claim_top div:nth-child(7),
.claim_item div:nth-child(7),
.claim_head div:nth-child(7) {
    min-width: 12.5%;
    padding-right: 4rem;
}

@media (max-width: 767px) {
    .claim_list.open .claim_item > div:nth-child(1),
    .claim_list.open .claim_item > div:nth-child(2) {
        display: none;
    }
}

.claim {
    background: #FFFFFF;
    box-shadow: 0px 0px calc(.6rem * 1.3333333) calc(.1rem * 1.3333333) rgba(0, 0, 0, 0.1);
    border-radius: calc(.3rem * 1.3333333);
    display: block;
    margin: calc(.7rem * 1.3333333) 0;

}

.claim_list {
    width: 100%;
    display: none;
}
.claim_list.open {
    display: block;
}
.claim_drop {
    width: 100%;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1rem;
    color: #2f2f2f;
    padding: calc(.8rem * 1.3333333) calc(1.8rem * 1.3333333);
}

.claim_drop svg {
    margin-left: calc(.5rem * 1.3333333);
    width: calc(1.3rem * 1.3333333);
}

.claim_drop.open svg {
    transform: rotate(180deg);
}

.claim_drop svg path {
    stroke: #000;
}

.claim_item {
    background: #FFFFFF;
    width: 100%;
    border-top: .1rem solid #BBBBBB;
}

.claim_item:first-child {
    border: 0;
}

.claim_item:last-child {
    margin-bottom: 0;
}
.claim_text-help {
    font-size: calc(.6rem * 1.3333333);
    line-height: calc(.7rem * 1.3333333);
    color: #9C9B9B;
    display: block;
}

.status_new-application {
    background-color: #AEB8B8;
}
.status_under-consideration {
    background-color: #F9BF3B;
}
.status_approved {
    background-color: #2AC48A;
}
.status_bank-refusal {
    background-color: #D91E18;
}
.status_revision {
    background-color: #1BB5FE;
}
.status_credit-issued {
    background-color: #16522F;
}
.status_transaction-confirmed {
    background-color: #F62596;
}
.status_canceled {
    background-color: #95411C;
}

.status_in-prosses {
    background-color: #2AC48A;
}

.claim_top__fio {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: calc(1.4rem * 1.3333333);
    color: #000;
    text-decoration: none;
    display: block;
}

.claim-status {
    font-size: calc(1rem * 1.3333333);
    line-height: calc(1.2rem * 1.3333333);
    color: #FFFFFF;
    border-radius: calc(.2rem * 1.3333333);
    padding: calc(.1rem * 1.3333333) calc(.6rem * 1.3333333) calc(.2rem * 1.3333333);
}

.claim-status-list {
    margin-top: calc(.7rem * 1.3333333);
    display: flex;
    align-items: center;
}

.claim-status-list__count {
    font-size: calc(1rem * 1.3333333);
    font-weight: 600;
    color: #9C9B9B;
}

.claim-status-list__item {
    width: calc(.9rem * 1.3333333);
    height: calc(.9rem * 1.3333333);
    margin-left: calc(.7rem * 1.3333333);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: calc(1.2rem * 1.3333333);
    color: #FFFFFF;
    font-weight: 600;
    font-size: calc(.7rem * 1.3333333);
    border-radius: calc(.2rem * 1.3333333);
}

.claim-add-bank {
    font-size: calc(.8rem * 1.3333333);
    line-height: calc(.9rem * 1.3333333);
    color: #000000;
    background: rgba(199, 211, 224, 0.5);
    border: .2px solid #C7D3E0;
    box-shadow: 0px 0px calc(.2rem * 1.3333333) rgba(0, 0, 0, 0.15);
    border-radius: calc(.2rem * 1.3333333);
    padding: calc(.2rem * 1.3333333) calc(.6rem * 1.3333333);
    margin-top: calc(.3rem * 1.3333333);
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    transition: all .3s;
}

.claim-add-bank:hover {
    background: #2AC48A;
    border-color:#2AC48A;
    color: #fff;
}
.claim_bank {
    display: flex;
    align-items: center;
}

.claim_status {
    position: relative;
}
.claim_bank-icon {
    width: calc(3rem * 1.3333333);
    height: calc(3rem * 1.3333333);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: calc(1rem * 1.3333333);
}

.claim_bank__more {
    font-size: calc(.8rem * 1.3333333);
    line-height: calc(.9rem * 1.3333333);
    color: #000000;
    background: rgba(199, 211, 224, 0.5);
    border: .2px solid #C7D3E0;
    box-shadow: 0px 0px calc(.2rem * 1.3333333) rgba(0, 0, 0, 0.15);
    border-radius: calc(.2rem * 1.3333333);
    padding: calc(.2rem * 1.3333333) calc(.6rem * 1.3333333);
    margin-top: calc(.3rem * 1.3333333);
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    transition: all .3s;
}

.claim_bank__more:hover {
    background: #2AC48A;
    border-color:#2AC48A;
    color: #fff;
}

.claim_bank-info {
    display: flex;
    justify-content: space-between;
    margin-right: 2rem;
}

.claim_bank-info__text {
    font-size: calc(.6rem * 1.3333333);
    color: #9C9B9B;
    display: block;
}

.claim_bank-info__value {
    font-size: calc(.8rem * 1.3333333);
    color: #9C9B9B;
    display: block;
}

.claim-write-manager {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(2rem * 1.3333333);
    background: #2AC48A;
    border-radius: calc(.3rem * 1.3333333);
    margin-top: calc(.7rem * 1.3333333);
    cursor: pointer;
    font-weight: 500;
    font-size: calc(.9rem * 1.3333333);
    color: #fff;
    text-decoration: none;
    padding: 0 calc(.7rem * 1.3333333);
}

.claim-write-manager svg {
    width: calc(1.3rem * 1.3333333);
    height: calc(1.3rem * 1.3333333);
    margin-left: calc(.5rem * 1.3333333);
    fill: #000;
}



.claim-write-manager_disabled {
    cursor: default;
    background: #D9D9D9;
    color: #000;
}

.claim-write-manager_disabled svg path {
    fill: #000;
}

.claim_confirmation-icon {
    width: calc(.9rem * 1.3333333);
    height: calc(.9rem * 1.3333333);
    margin-left: calc(.5rem * 1.3333333);
    cursor: pointer;
}

.hasTitle {
    position: relative;
}

.hasTitle:after {
    content: attr(data-title);
    position: absolute;
    left: calc( 100% + (.9rem * 1.3333333));
    background: #FFFFFF;
    box-shadow: 0px 0px calc(.4rem * 1.3333333) 1px rgba(0, 0, 0, 0.08);
    border-radius: calc(.3rem * 1.3333333);
    font-size: calc(1rem * 1.3333333);
    line-height: calc(1.2rem * 1.3333333);
    color: #666666;
    padding: calc(.3rem * 1.3333333) calc(.6rem * 1.3333333);
    white-space: nowrap;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    top: -.6rem;
}
.claim-write-manager_disabled.hasTitle:after {
    top: -.1rem;
}

.claim-del-title.hasTitle:after {
    top: -1rem;
    left: -2rem;
}

.hasTitle:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}


.claim-confirm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(1.8rem * 1.3333333);
    background: #2AC48A;
    border-radius: calc(.3rem * 1.3333333);
    margin-top: calc(.7rem * 1.3333333);
    cursor: pointer;
    font-weight: 500;
    font-size: calc(1rem * 1.3333333);
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 calc(1.4rem * 1.3333333);
}



.claim-confirm_disabled {
    cursor: default;
    background: #D9D9D9;
}

.claim_status_modal {
    display: none;
    position: fixed;
    width: calc(66.3rem * 1.3333333);
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: calc(.3rem * 1.3333333);
    top: 50%;
    left: 50%;
    margin-left: calc(-33.15rem * 1.3333333);
    z-index: 101;
    padding: calc(3rem * 1.3333333) calc(3rem * 1.3333333) calc(1.5rem * 1.3333333);
}

@media(max-width: 767px) {
    .claim_status_modal {
        width: calc(100% - 4rem);
        max-height: calc(100% - 4rem);
        overflow-y: auto;
        left: 2rem;
        margin-left: 0;
        padding: 2rem;
    }
}
.claim_status_modal.open {
    display: block;
}
.claim_status_modal_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .3);
}

.claim_status_modal.open + .claim_status_modal_bg {
    display: block;
}

.claim_status_modal__title {
    margin: calc(1.8rem * 1.3333333) 0;
    font-weight: 500;
    font-size: calc(1.2rem * 1.3333333);
    color: #000000;
}

.claim_status_modal__text {
    padding-right: 2rem;
    overflow-y: auto;
}

.claim_status_modal__footer {
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-end;
}



.claim_del_modal {
    display: none;
    position: fixed;
    width: calc(36rem * 1.3333333);
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: calc(.3rem * 1.3333333);
    top: 50%;
    left: 50%;
    margin-left: calc(-18rem * 1.3333333);
    z-index: 101;
    padding: calc(3rem * 1.3333333) calc(3rem * 1.3333333) calc(1.5rem * 1.3333333);
}

@media(max-width: 767px) {
    .claim_del_modal {
        width: calc(100% - 4rem);
        left: 2rem;
        margin-left: 0;
        padding: 2rem;
    }
}
.claim_del_modal.open {
    display: block;
}
.claim_del_modal_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .3);
}

.claim_del_modal.open + .claim_del_modal_bg {
    display: block;
}

.claim_del_modal__title {
    margin: 0 0 3rem;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    color: #000000;
}

.claim_del_modal__text {
    padding-right: 2rem;
    overflow-y: auto;
}

.claim_del_modal__footer {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}


.claim_status_modal__download svg {
    height: calc(.9rem * 1.3333333);
    width: calc(.9rem * 1.3333333);
    margin-right: .5rem;
}

.btn-new.claim_del_modal__del {
    background-color: #D91E18;
}

.claim_status_modal__closed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(2rem * 1.3333333);
    background: #fff;
    border-radius: calc(.3rem * 1.3333333);
    cursor: pointer;
    font-weight: 400;
    font-size: calc(1rem * 1.3333333);
    color: #000;
    text-decoration: none;
    padding: 0 calc(1.4rem * 1.3333333);
    border: solid 1px #000;
}
.claim_del_modal__closed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(2rem * 1.3333333);
    background: #fff;
    border-radius: calc(.3rem * 1.3333333);
    cursor: pointer;
    font-weight: 400;
    font-size: calc(1rem * 1.3333333);
    color: #000;
    text-decoration: none;
    padding: 0 calc(1.4rem * 1.3333333);
    border: solid 1px #000;
}

.claim-confirm__inner {
    position: relative;
}


.claim-confirm_modal {
    display: none;
    position: absolute;
    width: calc(25.6rem * 1.3333333);
    height: calc(18.3rem * 1.3333333);
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: calc(.3rem * 1.3333333);
    top: 0;
    left: 20rem;
    z-index: 100;
    padding: calc(1.5rem * 1.3333333) calc(2rem * 1.3333333) calc(1.5rem * 1.3333333);
}

.claim-confirm_modal.open {
    display: block;
}

.claim-confirm_modal__label {
    font-weight: 500;
    font-size: calc(1rem * 1.3333333);
    color: #000000;
    margin-bottom: calc(.6rem * 1.3333333);
}

.claim-confirm_modal__text {
    font-size: calc(.6rem * 1.3333333);
    color: #666666;
    margin-bottom: calc(.6rem * 1.3333333);
}

@media(max-width: 767px) {
    .claim-confirm_modal__text {
        font-size: 1rem;
    }
}

.claim-confirm_modal__input {
    border: 1px solid #C7D3E0;
    border-radius: calc(.3rem * 1.3333333);
    padding: 0 calc(1rem * 1.3333333);
    height: calc(2.8rem * 1.3333333);
    width: 100%;
    margin-bottom: calc(.6rem * 1.3333333);
}

.btn-new.claim_status_modal__save {
    margin-top: calc(.6rem * 1.3333333);
    font-weight: 500;
    height: calc(2.4rem * 1.3333333);
    border: 0;
}


.filter__select {

    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    background-color: var(--white);
    height: 4.3rem;
    font-size: 1.6rem;
    outline: transparent;
    padding: 0 1rem;
    border-radius: .5rem;
    border: .1rem solid #c7d3e0;
    color: #666;
    width: 22rem;
    min-width: 22rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media(max-width: 767px) {
    .filter__select {
        width: 100%;
    }
}

.filter__select-name {
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter__select-ico {
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
    color: var(--dark);
    pointer-events: none;
}

.filter__select-ico.opened svg {

    transform: rotate(180deg);
}

.filter__select-ico svg {
    transition: transform .3s;
}

.filter__select-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 102%;
  /*  right: 0;*/
    left: 0;
    visibility: hidden;
    overflow: auto;
  /*  width: 100%;*/
    max-height: 250px;
    white-space: nowrap;
    min-height: 20px;
    padding: 16px 16px;
    border-radius: 4px;
    background-color: var(--white);
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 0;
    border-color: #e7e7e7;
    border-style: solid;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .3s ease-in, -webkit-transform .2s ease-in;
    transition: opacity .3s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, opacity .3s ease-in;
    transition: transform .2s ease-in, opacity .3s ease-in, -webkit-transform .2s ease-in;
    z-index: 100;
    overflow-x: hidden;
}

.filter__select-content.opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.filter__options-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}

.filter__options-item:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.filter__options-item__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #78828c;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}
.checkbox-primary__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    overflow: visible;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.checkbox-primary__input:checked+.checkbox-primary__label:before {
    background-color: var(--green);
    border: 2px solid var(--green);
}


.checkbox-primary__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13px;
    flex: 0 0 13px;
    min-width: 13px;
    height: 13px;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out;
    transition: background-color .3s ease-in-out, border .3s ease-in-out;
    margin-right: 10px;
    display: inline-table;
}

.checkbox-primary__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 12px;
}
.filter__select-content .filter__options-item-search {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0;
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
}
.search_inner {
    width: 100%;
}

.checkbox-primary {
    position: relative;
}
.search {
    position: relative;
}

.search__btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 37px;
    height: 80%;
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.filter__select-content .search__btn svg {
    width: 16px;
    height: 16px;
    fill: #000;
    margin-left: -8px;
}
.filter__select-content .search__input {
    width: 100%;
    padding: 10px 25px 10px 40px;
    font-size: 12px;
    line-height: 120%;
    color: #000;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.filter__select-content .search__input:focus {
    outline: none;
}


.download-file {
    position: relative;
    display: flex;
    flex-direction: column;
    outline: transparent;
    padding: 2.5rem 1rem 1rem;
    border-radius: .5rem;
    border: .1rem solid #c7d3e0;
    color: #666;
}
.download-file .download-file__title {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    background-color: #fff;
    position: absolute;
    top: -.75rem;
    left: 1rem;
    color: #666;
    padding: 0 .5rem;
    transition: all .3s ease;
}

.download-file .download-file__title span{
    color: red;
    font-size: 1.2rem;
    margin-left: .33rem;
}
.download-file .download-file__inner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    grid-gap: 2rem;
}
.download-file .download-file__inner button{
    margin-right: 2rem;
}
.download-file .download-file__inner span{
    font-size: 1.4rem;
}
.download-file .mortgage-app__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 4rem 0;
}

@media (max-width: 767px) {
    .download-file .mortgage-app__submit {
        margin: 2rem 0;
    }
}

.download-file .hidden-additional {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 1rem;
    width: 100%;
    margin: 0 0 4rem;
}
.download-file .hidden-additional .hidden-additional__input{
    position: relative;
    width: calc(50% - 1rem);
    display: inline-flex;
    flex-direction: row;

}
.download-file .hidden-additional .hidden-additional__input label{
    position: absolute;
    top: .8rem;
    left: 1rem;
    z-index: 1;
    color: #666;
    font-size: 1.6rem;
}
.download-file .hidden-additional .hidden-additional__input.active label{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    background-color: #fff;
    position: absolute;
    top: -.75rem;
    left: 1rem;
    color: #666;
    padding: 0 .5rem;
    transition: all .3s ease;
}
.download-file .hidden-additional .hidden-additional__input label sup{
    color: var(--red)
}
.download-file .hidden-additional .hidden-additional__input input{
    font-size: 1.6rem;
    outline: transparent;
    padding: 1rem 1rem 1rem;
    border-radius: .5rem;
    border: .1rem solid #c7d3e0;
    color: #666;
    width: 100%;
}
.download-file  input[disabled] {
    opacity: .5;
    user-select: none;
}
.download-file  input:checked[disabled] + img + span {
    background: #EDEDED !important;
    color: #000 !important;
}
.download-file  input[disabled]::placeholder {
    color: #666;
}
.download-file  .hidden-additional .hidden-additional__input input[disabled] {
    opacity: .5;
    user-select: none;
}
.download-file  .hidden-additional .hidden-additional__input input[disabled] + label{
    opacity: .5;
    user-select: none;
}
.download-file  .dropdown__item select[disabled] {
    opacity: .5;
    user-select: none;
}
.download-file  .dropdown__item select[disabled] + label{
    opacity: .5;
    user-select: none;
}
.download-file  #hidden-additional {
    width: 100%;
}

.download-file .download-file input{
    height: 1px;
    opacity: 0;
}

.download-file .drop-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 2rem;
    border: 2px dashed #ccc;
    border-radius: 1rem;
    text-align: center;
    color: #555;
    font-size: 1.6rem;
    width: 39.5rem;
    min-height: 10rem;
    cursor: pointer;
}

@media (max-width: 767px) {
    .download-file .drop-zone {
        display: none;
    }
}
.download-file #drop-zone.dragover,
.download-file #drop-zone2.dragover,
.download-file #drop-zone3.dragover {
    border-color: #2ac48a;
    background-color: #f0f8ff;
}

.download-file .drop-zone svg {
    height: 1.7rem;
    width: 1.7rem;
    margin-right: .5rem;
}
.text-green {
    color: #2ac48a;
}
.download-file .file-list,
.download-file #file-list,
.download-file #file-list2,
.download-file #file-list3,
#file-list-save {
    margin-top: 15px;
    list-style: none;
    padding: 0;
}
.download-file .file-del,
.download-file .file-del2,
.download-file .file-del3 {
    cursor: pointer;
    font-size: 2.4rem;
}
.download-file .file-list li,
.download-file #file-list li,
.download-file #file-list2 li,
.download-file #file-list3 li {
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #c7d3e0;
    border-radius: 5px;
}

.download-file #file-list-save li {
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #c7d3e0;
    border-radius: 5px;
}
.download-file #error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.download-file .checkbox__inner{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}
.download-file .checkbox__inner input[type="checkbox"]{
    margin-right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
}
.download-file .checkbox__inner label {
    z-index: 1;
    color: #666;
    font-size: 1.6rem;
}
.download-file .contact-agent {
    display: none;
}
.download-file .download-file .delete-btn {

}
.download-file  .file-list li,
.download-file  #file-list li,
.download-file  #file-list2 li,
.download-file  #file-list3 li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.download-file  #file-list-save li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.download-file #upload-button {
    width: fit-content;
}

.mobile-curator {
    background: #FFFFFF;
    border-radius: .7rem;
    padding: .9rem 1.3rem;
    margin-bottom: 1rem;
}
.mobile-curator__inner {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.mobile-curator__title {
    font-size: 1rem;
    line-height: 1.2;
    color: #2AC48A;
    margin-bottom: .4rem;

}
.mobile-curator__phone,
.mobile-curator__name,
.mobile-curator__email {
    font-size: 1.15rem;
    line-height: 1.4rem;
    color: #000000;
    text-decoration: none;

}

.mobile-curator__phone:hover,
.mobile-curator__name:hover,
.mobile-curator__email:hover {
    text-decoration: underline;
}

.mobile-curator__phone-inner {
    display: flex;
    align-items: baseline;
}
.mobile-curator__whatApp {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: .8rem;
}

.mobile-curator__whatApp svg {
    width: 2.5rem;
    height: 2.5rem;
}

@media (max-width: 767px) {
 #mortgagesContainer {
     position: relative;
     overflow: hidden;
 }

    .claim_mob {
        position: relative;
        margin-bottom: .5rem;

    }

    .claim_mob_prev {
        position: relative;
        height: 7rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #FFFFFF;
        border-radius: .8rem;
        padding: 1.2rem 1.4rem;
    }
    .claim_mob_prev__fio {
        font-weight: 500;
        font-size: 1.44rem;
        line-height: 1.7rem;
        color: #000000;
    }

    .claim_mob__status {
        display: flex;
        margin-top: 1rem;
        gap: .7rem
    }
    .claim_mob-status-label {
        display: flex;
        align-items: baseline;
        justify-content: center;
        height: 1.44rem;
        line-height: 1.44rem;
        border-radius: .36rem;
        padding: 0 1.2rem;
        font-size: .9rem;
        color: #fff;

    }

    .claim_mob-status-list {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    .claim_mob-status-list__item {
        display: flex;
        align-items: baseline;
        justify-content: center;
        height: 1.44rem;
        line-height: 1.44rem;
        width: 1.44rem;
        border-radius: .36rem;
        font-size: .9rem;
        color: #fff;


    }

    .claim_mob_prev__more {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: flex-end;
        padding-left: 3rem;
    }

    .claim_mob_detail {
        position: absolute;
        left: 100%;
        width: 100%;
        background: #FFFFFF;
        border-radius: .8rem;
        padding: 1rem .9rem;
        top: 0;
        z-index: 2;
        transition: left .3s;
    }
    .claim_mob_detail.open {
        left: 0;
        position: relative;
        top: -7rem;
        margin-bottom: -7rem;
    }

    .claim_mob_detail__item-title {
        font-size: .9rem;
        line-height: 1.1rem;
        color: #666666;
        margin-bottom: .4rem;


    }

    .claim_mob_detail__item-value {
        font-size: 1rem;
        line-height: 1.2;
        color: #000000;
        white-space: nowrap;

    }

    .claim_mob_detail__top {
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #9C9B9B;
        margin: 0 -.9rem 1rem;
        padding: 0 .9rem 1rem;
    }

    .claim_mob_detail__back {
        padding-right: 1.44rem;
        padding-bottom: 1.44rem;
    }

    .claim_mob_detail__top-right {
        min-width: 10rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .claim_mob-add-bank {
        margin-top: 1.7rem;
        font-size: .9rem;
        color: #000;
        background: #D9D9D9;
        height: 1.44rem;
        border-radius: 1.1rem;
        padding: .35rem 1.2rem;
        text-decoration: none;
        display: inline-flex;
        align-items: center;

    }

    .claim_mob-add-bank svg {
        width: .6rem;
        margin-right: .5rem;
    }

    .claim_mob_detail__list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1.5rem;
    }
    .claim_mob_detail__manager {
        display: flex;
        justify-content: space-between;
        margin: 0 -.9rem 1rem;
        padding: 0 .9rem 1rem;
        align-items: center;
        display: none !important;
    }
    .claim_mob_detail__manager .claim-write-manager {
        font-size: 1rem;
        display: flex;
        width: 14.4rem;
        height: 2.4rem;
        color: #fff;
        background: #2AC48A;
        border-radius: 1.2rem;

    }
    .claim_mob_detail__manager .claim-write-manager svg path {
        fill: #fff;
    }

    .mobile_claim_item {
        display: flex;
        border-top: solid 1px #9C9B9B;
        justify-content: space-between;
        margin: 0 -.9rem 0;
        padding: 1rem .9rem 1rem;
        align-items: center;
        flex-wrap: wrap;
    }
    .mobile_claim_item__left {
        max-width: 20rem;
    }
    .mobile_claim_item__right {
        min-width: 10rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }
    .mobile_claim_item__bottom {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .claim_mob_detail .claim_bank-icon {
        width: 4rem;
        height: 2rem;
    }

    .mobile_claim_status__item {
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
    }

    .mobile_claim_status__label {
        width: .6rem;
        height: .6rem;
        display: inline-block;
        margin-right: .4rem;
        border-radius: 50%;
    }

    .claim_mob_detail  .claim_bank__more {
        text-decoration: none;
        display: inline-flex;
        align-items: baseline;
        padding: 0 .9rem;
        background: #ACACAC;
        border-radius: .6rem;
        font-size: .9rem;
        color: #fff;
        border: 0;
        box-shadow: none;
        height: 1.2rem;
        line-height: 1.2rem;

    }
    .claim_mob_detail .claim_bank-info {
        display: flex;
        justify-content: space-between;
        margin-right: 0;
        width: 100%;
    }

    .claim_mob_detail  .claim_bank-info__item {
        width: 50%;
    }
    .claim_mob_detail  .claim-confirm__inner {
        width: 100%;
        position: static;
    }

    .claim_mob_detail .claim-confirm {
        width: 100%;
        border-radius: 2rem;
        font-size: 1rem;
        margin-top: .5rem;
    }
    .claim-confirm__title {
        font-weight: 400;
        font-size: .8rem;
        color: #666666;
        display: block;
        margin-top: 1rem;

    }

    .claim-confirm_modal {
        width: 100%;
        left: 0;
        padding: 2rem 3rem 2rem 1rem;
    }

    .claim_mob_detail .btn-new.claim_status_modal__save {
        margin-top: calc(.6rem * 1.3333333);
        font-weight: 400;
        height: calc(2.4rem * 1.3333333);
        border: 0;
        border-radius: 4rem;
        padding: 0 3rem;
    }
}