.b-content {
    background-color: #F9F9F9;
}

.b-partner-item {
    position: relative;
}

.b-partner-item__name {
    position: relative;
    z-index: 1;
}

.b-partner-item__descr {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    display: none !important;
}

.b-partner-item:hover .b-partner-item__descr {
    display: block !important;
    opacity: 1;
}

.b-tender__descr{
    height: 85px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.b-tender-item {
    display: block;
}

.b-tender-item_border {
    position: relative;
}

.b-tender-item_border:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 1px;
    background: #ECECEC;
}

.b-table_tarifs tr td:first-child, .b-table_tarifs tr th:first-child, .b-table_tarifs tr th:nth-child(2) {
    font-weight: 600;
    text-align: center;
}

.b-table.b-table_docs tr:hover td {
    background: #009640;
    color: #fff;
}

.b-table.b-table_docs tr td {
    padding: 0;
}

.b-block_shop {
    background: url(/images/gg/shop/illustr.png) right bottom no-repeat;
}

.b-accordion {

}

.b-accordion-item {
    margin: 16px 0 32px;
}

.b-accordion-item:first-child {
    margin-top: 0;
}

.b-accordion-item__name {
    font-size: 24px;
    border-bottom: 1px solid #ECECEC;
    margin: 0 0 32px;
    padding-bottom: 6px;
}

.b-accordion-item__name[aria-expanded = 'true'] img {
    transform: rotate(180deg);
    margin: -2px 0 0;
}

@media (max-width: 991px) {
    .b-partner-item {
        height: 100%;
        background: #fff;
        border-radius: 4px;
    }
    .b-tender-item_border:after {
        display: none;
    }
    .b-tender__descr {
        height: auto;
    }
    .js-news-item.b-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .b-partner-item {
        font-size: 14px;
    }
    .b-news-list__date {
        font-size: 14px;
    }
    .b-partner-item__descr {
        position: relative;
        display: block !important;
        top: auto;
        opacity: 1;
    }
    .b-partner-item__name .line-camp-2 {
        overflow: auto;
        display: block;
    }
    .b-partner-item .b-block {
        box-shadow: none;
    }
}

@media (max-width: 575px) {
    .b-table tr td {
        font-size: 12px !important;
        line-height: 1.2;
    }
}
