.btn-red:hover {
    text-decoration: none;
}
.public__offer-title{
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    color: #0A0A0A;
    margin-bottom: 25px;
    display: block;
}
.public__offer-item{
    padding: 20px 33px 20px 24px;
    border: 1px solid #ECECEC;
}
.public__offer-item svg {
    margin-bottom: 18px;
}
.public__offer-item-desc{
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    color: #212529;
    margin-bottom: 16px;
}
.public__offer-item-btn{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #A9A9A9;
}
.public__offer-item-btn:after{
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgBdZDBDYAgDEX9TOiJhJO4gZs4gniELZzEGVyA2ppoAEuT0sP7pT9/iDGe3OuglOE+uJeU0tZCyMObgccEIFhr5wr2BCi/aQVo75QC8zMBkMyc81VtimMi8gx255xHD3yGNPCEIOlo4E1o1IDUDT1gUg8zgSDMAAAAAElFTkSuQmCC');
    margin-left: 7px;
    display: inline-block;
    width: 7px;
    height: 12px;
}
.public__offer-item-btn:hover{
    color: #A9A9A9;
    text-decoration: none;
}
.po-review-item {
    max-width: 350px;
    margin: 0 auto 30px;
}
.po-review-content{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 30px;
    margin-bottom: 24px;
}
.po-review-content p{
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #212529;
    margin-bottom: 12px;
    height: 74px;
    overflow: hidden;
}
.po-review-content.review-open p {
    height: auto;
}
.po-review-content .show-more{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #A9A9A9;
    border-bottom: 1px dashed #A9A9A9!important;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0;
}
.po-review-content .show-more:focus {
    box-shadow: none;
    outline: none;
}
.po-review-content .show-more:hover{
    cursor: pointer;
}
.po-review-desc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.po-review-name{
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    color: #212529;
}
.po-review-date{
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: var(--global-dark-second-color);
}
.po-review-content.review-open .hide {
    display: block!important;
}
.po-review-content.review-open .show{
    display: none;
}
@media (max-width: 768px) {
    .public__offer-item {
        margin-bottom: 20px;
    }
}

.public__offer-list{
    padding-left: 15px;
    margin-bottom: 0;
}

.public__offer-list li{
    margin-bottom: 10px;
}
.public__offer-list li a{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #0A0A0A;
}
.public__offer-list li a:hover {
    text-decoration: none;
    color: var(--global-dark-color);
    opacity: .6;
}
.section_info_doc .container .documents-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
