.section_padd {
    padding-top: 48px;
    padding-bottom: 52px;
}
.posts_single-head{
    position: relative;
}
.posts_single-img img {
    width: 100%;
    height: 100%;
    max-height: 33vh;
    object-fit: cover;
}
.posts_single-desc{
    text-align: center;
    padding: 15px;
}
.posts_single-title{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.posts_single-date-title{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    display: block;
}
.posts_single-date{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

@media (min-width: 768px) {
    .posts-bg {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .posts_single-img{
        width: 100%;
        max-width: 770px;
        height: 545px;
        overflow: hidden;
    }
    .posts_single-img img {
        max-height: none;
    }
    .posts_single-desc{
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        padding: 0 15px;
        background: none;
        color: #FFFFFF;
    }
    .posts_single-title{
        font-size: 32px;
    }
}

.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:not(.btn) {
    color: #E40C25;
    text-decoration: underline;
}
.posts_single-content ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 15px;
}
.posts_single-content ulk 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: 26px;
    border-top: 1px solid #E5E5E5;
    margin: 0;
    margin-top: 20px;
}
.posts_single-share-title{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #A7A7A7;
    margin-right: 6px;
    display: inline-block;
}
.posts_single-share-link {
    margin: 0 6px;
}
.posts_single-go-back{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #191919;
    padding-bottom: 6px;
    border-bottom: 1px solid #191919;
}
.posts_single-go-back:hover{
    color: #191919;
    text-decoration: none;
}

.posts__card{
    margin-bottom: 50px;
}

.posts__card-img{
    display: block;
    width: 100%;
    max-width: 370px;
    height: 262px;
    overflow: hidden;
    margin-bottom: 15px;
    /* border-top: 5px solid #E40C25; */
}

.posts__card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.posts__card-date{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #191919;
    display: block;
    margin-bottom: 7px;
}

.posts__card-title {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 128.91%;
    letter-spacing: 0.06em;
    color: #444444;
}

.posts__card-title a {
    color: inherit;
    text-decoration: none;
    transition: all .18s;
}

.posts__card-title a:hover {
    text-decoration: underline;
    color: #E40C25;
}

.posts__card-descr {

}

@media (min-width: 576px) {
    .posts__card-img img{
        border-radius: 15px;
    }
}

@media (min-width: 992px) {
    .posts__card-title {
        font-size: 20px;
    }

    .posts__card-img img{
        border-radius: 25px;
    }
}

.site_tabs{
    margin-bottom: 30px;
    border: none;
}

.site_tabs .nav-item {
    margin-right: 30px;
}

.site_tabs .nav-item .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 20px;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #191919;
    border: none;
    background: transparent;
}

.site_tabs .nav-item .nav-link:before {
    content: '';
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

.site_tabs .nav-item a.nav-link.active:after {
    content: '';
    background: #191919!important;
    position: absolute;
    top: 0;
    left: 6px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

@media (min-width: 768px) {
    .site_tabs .nav-item .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .site_tabs .nav-item .nav-link {
        min-height: 28px;
    }

    .site_tabs .nav-item .nav-link:before {
        width: 26px;
        height: 26px;
        margin-right: 16px;
    }

    .site_tabs .nav-item a.nav-link.active:after {
        left: 8px;
        width: 10px;
        height: 10px;
    }
}