.posts_single-head{
    position: relative;
}
.posts-bg {
    /*background: #CFDFE9;*/
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}
.posts_single-img img {
    width: 100%;
}
.posts_single-img{
    width: 100%;
    max-width: 770px;
    height: 530px;
    overflow: hidden;
}
.posts_single-desc{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    padding: 0 15px;
}
.posts_single-title{
    font-family: 'SuzukiPROHeadline', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.posts_single-date{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}
.posts_single-content, .posts_single-content p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #191919;
    display: block;
    margin-bottom: 18px;
}
.posts_single-content a{
    color: #191919;
    text-decoration: underline;
}
.posts_single-content ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 15px;
}
.posts_single-content ul li{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #191919;
    margin-bottom: 18px;
    display: flex;
}
.posts_single-content ul li:before{
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAYAAACkTj4ZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACHSURBVHgBpc/RDYUgDAXQtiziKo7ApCQs4CiPRYDnJWoU0RS8P5SWngSmD3HOTcaYBbXQYE7IhDvTQCokxBjnbqiFWGtDF/SEYKaG3pACee9/KOpBD4JIzhlneYiFEaRAKaV5xUIL0yLla/uCiCzMfCygr0UOqIVtbRVygRoYaZEbVGGkRZA/6RqEh92hTlIAAAAASUVORK5CYII=') no-repeat;
    min-width: 18px;
    height: 13px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 3px;
}
.posts_single-share{
    display: flex;
    align-items: center;
}
.posts_single-hr{
    padding-top: 30px;
    border-top: 1px solid #DEE6EC;
    margin: 0;
    margin-top: 20px;
}
.posts_single-share-title{
    font-family: 'SuzukiPROHeadline', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #88AAB8;
    margin-right: 6px;
    display: inline-block;
}
.posts_single-share-link {
    margin: 0 6px;
}
.posts_single-go-back{
    font-family: 'SuzukiPROHeadline', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #88AAB8;
    display: flex;
    align-items: center;
    text-align: left;
    /*justify-content: flex-end;*/
}
.posts_single-go-back svg{
    margin-left: 8px;
}
.posts_single-go-back:hover{
    color: #88AAB8;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .posts-bg {
        display: none;
    }
    .posts_single-img {
        height: auto;
    }
    .posts_single-desc {
        position: initial;
        transform: none;
    }
    h1.posts_single-title {
        color: #005071;
        margin-top: 15px;
        font-size: 24px;
        line-height: normal;
    }
    span.posts_single-date {
        color: #005071;
        font-size: 18px;
    }
}


.posts_single-content .offers-card-btn {
    font-family: 'SuzukiPROHeadline', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 15px 12px;
    border-radius: 3px;


    background: #D52B1E;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}