
.deverat_table__top {
    display: flex;
    border: 1px dashed gray;
    background: #f5f6fa;
    color: rgb(45, 70, 101);
    font-weight: 400;
}

.deverat_table__sticky {
    position: sticky;
    top: 155px;
    background: #fff;
    padding-top: 40px;
}

.deverat_table__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: rgb(45, 70, 101);
    font-weight: 400;
    border-left: 1px dashed gray;
}


.deverat_table__item:first-child {
    border-left: 0;
}


.deverat__content {
    display: flex;
    border-right: 1px dashed gray;
}

.deverat__content__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 8px;
    border-bottom: 1px dashed gray;
    /*border-bottom: 1px solid rgb(45, 70, 101);*/
    border-left: 1px dashed gray;
    font-weight: 300;
}

.deverat__content__item-down {
    /* display: flex;
    flex-direction: column; */
    display: block;
}

.deverat_table__top {
    border-bottom: 1px dashed gray;
}

.deverat_table__item {
    padding: 10px 8px;
    /*text-align: center;*/
}

.deverat__content {
    /* border-left: 1px dashed gray; */
}

.deverat_table__item:last-child {
    border-right: none !important;
}

.deverat__content__item-down a,
.deverat__content__item-down div {
    width: 100%;
    word-break: break-word;
}

.align-left,
.align-left * {
    width: 100%;
    text-align: left !important;
    justify-content: left;
}

.align-center,
.align-center * {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.content-sticky {
    overflow: unset;
}

.deverat__content__item {
    text-align: left;
    word-break: break-word;
}

.deverat__content__item--date,
.deverat_table__item--date {
    max-width: 140px;
    word-break: break-word;
}

.site-main--bidders {
    margin-top: 0 !important;
}

.deverat__content__item--status:last-child,
.deverat_table__item--status:last-child {
    border-right: none !important;
}
.deverat_table .deverat_table__item.deverat_table__item--contacts, .deverat_table .deverat__content__item.deverat__content__item--contacts{
    width: 100%!important;
}
.deverat_table__item--place{
    max-width: 275px
}

.deverat_table__item--large, .deverat__content__item--large{
    min-width: 235px;
}

.deverat_table__item--middle, .deverat__content__item--middle{
    min-width: 200px;
}

.deverat__content__item:first-child{
    font-weight: 700;
    /*color: #19acf7;*/
}

.entry__list{
    margin-bottom: 40px;
}
.entry-content{
    padding-bottom: 40px;
}

.entry__text > * {
    font-size: 20px;
}
.entry__text a {
    color: #2382e0;
    text-underline-offset: 7px;
}
.entry__text a:hover {
    text-decoration: underline;

}

@media (max-width: 1199px) {
    .deverat_table__sticky {
        top: 100px;
    }
}

@media (max-width: 1320px){
    .deverat-table-overflow {
        overflow: auto;
    }
    .deverat_table__sticky {
        top: 0px;
    }
}

