.hidden {
    display: none;
}

.comments-body {
    width: 100%;
}

.comments-elem {
    display: block;
}

.materials {
    margin: 48px 0 0;
}

.materials-extra {
    margin-top: 44px;
}

.news-info__date:after {
    display: none;
}

.section-body {
    max-width: 100%;
}

.section-body .content iframe {
    /*min-width: 640px;*/
    /*min-height: 480px;*/
    width: 100%;
    /*height: -webkit-fill-available;*/
}

@media (max-width: 767px) {
    .materials .materials-item a {
        width: 100%;
    }

    .news .news-items .news-item {
        width: 100%;
    }

    .news .news-items .news-item a.news-image {
        width: 100%;
    }
}

.semi-bold a {
    font-weight: 700;
}

.notifications {
    display: none;
    position: fixed;
    z-index: 99999;
}

.notifications.top-right {
    right: 0;
    top: 25%
}

.notifications > div {
    position: relative;
    background-color: #fdc838;
    color: #000;
    padding: 10px 15px;
}

.comment-box textarea {
    font-size: inherit;
}

.comments .comment-details {
    padding-left: 0;
}

.comments .comment-content {
    padding: 14px;
}

.comments-list .comment {
    margin: 0 0 10px 0;
}

.comments-list .children {
    padding-left: 25px;
    border-left: none;
    margin: 10px 0 0 0;
}

.comments-list .children .comment:before,
.comments-list .children .comment:after {
    display: none;
}

.content ul {
}

.content ul > li {
    line-height: 1.65;
}

.article  ul > li {
    line-height: 1.65;
}
