#deposits-page  .body{
    padding: 50px 0 80px 0;
}
#deposits-page .default-table th, #deposits-page .default-table td div{
    text-align: start;
    justify-content: flex-start;
}
#deposits-page .page-title {
    margin-bottom: 40px;
}
#deposits-page p.page-data-download-link {
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 147.023%;
}
#deposits-page .deposits__links {
    margin-top: 40px;
}
.deposits{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.deposits__container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}
.default-table td div{
   padding: 14px 25px !important;
}
.bid tr div {
    justify-content: center !important;
}
.switch-box__body-item{
    overflow-x: scroll;
}
.deposits__text{
    width: 100%;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 167.523%; /* 26.804px */
}
.deposits__list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}
.deposit{
    width: 100%;
    display: flex;
    padding: 50px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -1px 4px 8px 0 rgba(40, 40, 40, 0.05);
    gap: 188px;
}
.deposit__img{
    width: 259px;
    height: 259px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.deposit__info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
}
.deposit__title{
    color: #282828;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.deposit__props{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.deposit__props div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.deposit__props div span{
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
}
.deposit__props div p{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.deposits__links{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.deposit-view{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.deposit-view__container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}
.deposit-view__head{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
.deposit-view__title{
    width: 100%;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 167.523%; /* 26.804px */
}
.deposit-view__nav-buttons{
    flex-shrink: 0;
    display: flex;
    width: 310px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -1px 2px 9px 0 rgba(40, 40, 40, 0.08);
    margin-top: -170px;
}
.deposit-view__nav-button{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}
.deposit-view__nav-button.active{
    color: #BF1A1F;
}
.deposit-view__nav-button:hover{
    color: #BF1A1F;
}
.deposit-view__props{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.deposit-view__prop{
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -1px 2px 9px 0 rgba(40, 40, 40, 0.08);
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}
.deposit-view__prop div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.deposit-view__prop div span{
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
}
.deposit-view__prop div p{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.deposit-view__head .default-select{
    display: none;
}


.deposits-properties__list{
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 18px;
    border-radius: 10px;
    background: #FFF;
}
.deposits-properties__list-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
}
.deposits-properties__list-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.deposits-properties__list-item div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.deposits-properties__list-item div span{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.14px;
}
.deposits-properties__list-item div p{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 147.023%; /* 20.583px */
}

/*#deposits-page .default-modal__container{*/
/*    max-width: unset;*/
/*}*/


@media screen and (max-width: 1100px) {
    .deposit {
        gap: 30px;
    }
}
@media screen and (max-width: 850px) {
    .deposit{
        padding: 20px;
    }
    .deposit__title{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }
    .deposit__props div span{
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        height: 25px;
    }
    .deposit__props div p{
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }
    .deposit-view__head{
        flex-direction: column-reverse;
    }
    .deposit-view__nav-buttons{
        margin-top: 0;
    }

}

@media screen and (max-width: 730px) {
    .deposit__img{
        display: none;
    }
    .deposit__info{
        gap: 20px;
    }
    .deposits__container{
        gap: 40px;
    }
    .deposits__list{
        gap: 20px;
    }
    .deposits__text{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }
    .deposit-view__title{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }
    .deposit-view__nav-buttons{
        display: none;
    }
    .deposit-view__head .default-select{
        display: flex;
    }
    .deposit-view__container{
        gap: 40px;
    }
    .deposit-view__props{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .deposit-view__prop{
        padding: 20px;
    }
    .deposit-view__prop img{
        width: 44px;
    }
    .deposits-properties__list{
        display: flex;
    }
}
