.wrap {
    padding: 2rem 0;
}

.wrap__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1140px;
    margin: auto;
}
.news__container {
    max-width: 1140px;
    margin: auto;
}
article.wrap__content, .news__left {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-preferred-size: calc(75% - 1rem);
        flex-basis: calc(75% - 1rem);
    margin-right: 1rem;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wrap__newses {
    position: relative;
    padding: 2rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 10%);
    box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 10%);
    border-radius: 4px;
}
aside.leftbar, .news__right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFFFF;
    width: 25%;
    padding: 1rem;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 10%);
    box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 10%);
}

.calendar__year {
    font-weight: bold;
    color: #626262;
    text-align: center;
    border-top: 1px solid var(--block-bg);
    border-bottom: 1px solid var(--block-bg);
    padding: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}

.calendar__mounth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.calendar__mounth-left, .calendar__mounth-right {
    background: var(--block-bg);
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.calendar__mounth-text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: -0.02em;
}

.calendar__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 0;
}
.calendar__day-item {
    width: 14.285714%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
}
.calendar__hr {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0;
}

.calendar__day-item.d-p {
    color: #626262;
}

.calendar__day-item.d-p.wes {
    color: #A60000;
}

.calendar__day-item.c-p {
    color: #ACACAC;
    cursor: pointer;
    padding: 2px;
    font-size: .9em;
}

.calendar__day-item.c-p.active {
    background: var(--block-bg);
    border-radius: 4px;
    color: #FFFFFF;
}

.calendar__day-item.c-n {
    color: var(--block-bg);
}

.select-mounth, .select-year {
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.select-mounth:hover, .select-year:hover {
    color: var(--block-bg);
}

.select-year.active {
    background: var(--block-bg);
    color: #FFFFFF;
    border-bottom: 1px solid var(--block-bg);
}

h1.title__text {
    margin: 0;
    color: #506172;
}
form.u-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

input.u-search__input {
    width: 80%;
    border: 1px solid #e5e5e5;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px 0 0 4px;
}

button.u-search__button {
    width: 20%;
    border: 0;
    background: var(--block-bg);
    color: #FFFFFF;
    cursor: pointer;
    border-radius:  0 4px 4px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

button.u-search__button:hover {
    background: var(--btn-hover);
}

.box__social-title, h2.box-widget__title, .news__soc-title, h3.title__text, h4.news__comment-title {
    text-align: center;
    letter-spacing: -0.05em;
    border-top: 1px solid var(--block-bg);
    border-bottom: 1px solid var(--block-bg);
    padding: 5px;
    font-size: 1em;
    font-weight: 300;
    margin: 15px 0;
}

.box__social-list, .news__soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.box__social-list a, .news__soc-list a {
    display: block;
    color: #525252;
    border: 1px solid #626262;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.box__social-list a:hover, .news__soc-list a:hover {
    background: var(--block-bg);
    border-color: var(--block-bg);
    color: #FFFFFF;
    border-radius: 4px;
}

ul.tabs__list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.tabs__list>li {
    width: 30%;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

ul.tabs__list>li:hover {
    border-color: var(--block-bg);
    color: var(--block-bg);
}

ul.tabs__list>li.active {
    border-color: var(--block-bg);
    border-style: dashed;
    color: var(--block-bg);
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
    padding: 1rem 0;
}

ul.tags {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem .5rem;
    list-style: none;
    position: relative;
    font-size: .7em;
}
ul.tags::after {
    content: '';
    clear: both;
    display: block;
}
li.tags__item {
    display: inline-block;
    padding: .2rem;
}
li.tags__item>a {
    color: #ACACAC;
}
li.tags__item>a:hover {
    color: #444444;
}
.tags__item-2 {
    font-size: 1.1em;
}
.tags__item-3 {
    font-size: 1.2em;
}
.tags__item-4 {
    font-size: 1.3em;
}
.tags__item-5 {
    font-size: 1.4em;
}
.tags__item-6 {
    font-size: 1.5em;
}
.tags__item-7 {
    font-size: 1.6em;
}
.tags__item-8 {
    font-size: 1.7em;
}
.tags__item-9 {
    font-size: 1.8em;
}
.tags__item-10 {
    font-size: 1.9em;
}
.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(60 60 60 / 75%);
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.c-modal__container {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 600px;
    background: #FFFFFF;
    border-radius: 5px;
}

.c-modal__header {
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.c-modal__close {
    cursor: pointer;
}

.c-modal__body {
    padding: 2rem;
    max-height: 80vh;
    overflow-y: auto;
}

input#file, input#files {
    width: 0;
    height: 0;
    overflow: hidden;
}

.form-group.f-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

div#filesinput {
    cursor: pointer;
    color: #ACACAC;
}

.panel__files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.panel__files_list img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}
.panel__files_list {
    position: relative;
}

.panel__files_sort {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background: rgba(0 0 0 / 35%);
    color: #FFFFFF;
    z-index: 9;
    padding: 3px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.panel__files_sort:hover {
    background: rgba(0 0 0 / 75%);
}

.media__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 0;
}

.item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
    margin: 0.5rem;
    position: relative;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.item:hover {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 35%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 35%);
}

.item img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}
.anchor {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 99;
    background: rgba(0 0 0 / 90%);
    color: #FFFFFF;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.item:hover .anchor {
    opacity: 1;
}

.anchor.active {
    background: var(--block-bg);
    opacity: 1;
}

.item__public {
    position: absolute;
    top: 1rem;
    left: 1rem;
    letter-spacing: -0.02em;
    font-size: .9em;
    background: rgba(0 0 0 / 90%);
    color: #FFFFFF;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
}

.item__caption {
    padding: 1rem;
}

.item__caption>h3 {
    margin: 0;
    color: #506172;
    font-weight: 500;
    font-size: 1.17em;
    padding-left: 10px;
}

.item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding: 10px;
    letter-spacing: -0.02em;
}

.item__time {
    font-size: .8em;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #ACACAC;
}

.item__more {
    color: #ACACAC;
    text-transform: uppercase;
}

.tabs__item {
    position: relative;
    box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 20%);
    margin-bottom: 1rem;
}

.tabs__item-caption>h3 {
    margin: 0;
    font-weight: 500;
    padding: 10px 0;
}

.tabs__item-time {
    text-align: right;
    font-size: .8em;
    color: #ACACAC;
    padding-top: 5px;
}

a.tabs__item-link, a.item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news__content-text h1 {
    font-size: 1.5em;
    color: #506172;
    margin: 0;
    padding: 10px 0;
    outline: none;
}

.top-pan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 9999;
}

.ui_tpicker_unit_hide {
    display: none;
}

input#datepicker {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 0.5rem;
}

.top-pan__item {
    width: 50%;
    padding: 10px;
}

.public {
    background: #525252;
    color: #FFFFFF;
    text-align: center;
    padding: 9px;
    cursor: pointer;
}

ul.news__item-info {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #ACACAC;
    font-size: .8em;
}

ul.news__item-info>li {
    padding: 0 10px;
}

div#panel-drop {
    position: relative;
}

.sort-photo {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: .8em;
    background: rgba(0 0 0 / 75%);
    color: #FFFFFF;
    padding: 7px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
}
.edit-photo {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: .8em;
    background: rgba(0 0 0 / 75%);
    color: #FFFFFF;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
}

a.img-responsive>picture {
    text-align: center;
}

a.img-responsive>picture>img {
    max-height: 60vh;
}

.cols-1 {
    width: 100%;
    height: 40vh;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
}

.cols-1 img {
    width: 100%;
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
}

.cols-2, .cols-4, .cols-8 {
    width: 50%;
    height: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
}

.cols-2 img, .cols-4 img, .cols-8 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.cols-3, .cols-6, .cols-9 {
    width: 33.333333%;
    height: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
}

.cols-3 img, .cols-6 img, .cols-9 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.cols-7, .cols-10 {
    width: 25%;
    height: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
}

.cols-7 img, .cols-10 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.tool {
    padding-top: 2rem;
}

.tool__button {
    display: none;
}

.tool__hint {
    font-size: .8em;
    color: #ACACAC;
}

.news__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 0;
}

.news__social-like, .news__copylink {
    color: #525252;
    border: 1px solid #525252;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news__social-like:hover, .news__copylink:hover {
    border-color: var(--block-bg);
    color: var(--block-bg);
}

.news-post__body a {
    color: #525252;
}

.news-post__body a:hover {
    color: var(--block-bg);
}

.news__copylink.active {
    border-style: dashed;
    border-color: var(--block-bg);
    color: var(--block-bg);
}
.item__caption p {
    width: 100%;
    height: 72px;
    overflow: hidden;
}
.news__share {
    background: #f2f0f5;
    padding: 2rem;
    border-radius: 4px;
}

textarea.c-comment__input {
    width: 100%;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 80px;
}

.c-comment__button {
    margin: 1rem 0;
    display: inline-block;
    background: #525252;
    color: #FFFFFF;
    padding: 0.5rem 2rem;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.c-comment__button:hover {
    background: var(--block-bg)
}

input.c-comment__inputs {
    width: 100%;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-bottom: 1rem;
}

.n-comment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    padding: 1rem;
    border-radius: 4px;
}

.n-comment__item_avatar {
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.n-comment__item_post {
    width: calc(100% - 80px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.n-comment__item_author {
    padding: 0 1rem;
}

.n-comment__item_author-date {
    font-size: .8em;
    color: #ACACAC;
}

.n-comment__rating {
    display: none;
}
span.msg-delete, .reply__delete {
    background: #ACACAC;
    color: #525252;
    display: inline-block;
    padding: 5px 10px;
    font-size: .8em;
    cursor: pointer;
}
span.msg-delete:hover, .reply__delete:hover {
    background: #A60000;
    color: #ffffff;
}

.n-comment__item_post p {
    padding-left: 1rem;
}

.replyka {
    padding-left: 1rem;
    cursor: pointer;
    color: #ACACAC;
    font-size: .9em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.replyka:hover {
    color: #525252;
}

.reply-input textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5rem;
    border: 1px solid #e5e5e5;
}

button.btn-cansel {
    background: #A60000;
    border: 0;
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    font-size: .8em;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

button.btn-cansel:hover {
    opacity: .7;
}

.reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 1rem 0;
    border: 2px solid #b5b5b5;
    border-radius: 4px;
    padding: 1rem;
}

.reply::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 2rem;
    border-bottom: 15px solid #b5b5b5;
    border-right: 20px solid transparent;
}

.reply__photo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 40px;
}

.reply__item {
    width: calc(100% - 40px);
    padding-left: 1rem;
}

.reply__item time {
    display: inline-block;
    float: right;
    font-size: .8em;
    color: #ACACAC;
}

.reply__item p {
    padding: 0;
    color: #978f8f;
}

.js-setting-list.wrap__seo {
    position: relative;
    background: #f0f2f5;
    bottom: auto;
    right: auto;
    color: #525252;
    text-align: center;
    margin-bottom: 1rem;
}
.rubrik {
    position: relative;
}

.add-rubrik {
    position: absolute;
    top: 4px;
    right: 0;
    background: #FFFFFF;
    padding: 0.55rem 0.75rem;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    color: #525252;
    transition: .3s;
}

.add-rubrik:hover {
    color: var(--block-bg);
}

.tabs__item-caption {
    position: relative;
    padding: 1rem;
}

.tabs__item-caption h3 {
    color: #525252;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    transition: .3s;
}

.tabs__item:hover h3 {
    color: var(--block-bg);
}

.tabs__item-text p {
    margin: 0;
    padding: 2px 0;
    color: #ACACAC;
}

span.js-over__yes, span.js-over__not {
    background: #e5e5e5;
    cursor: pointer;
    padding: 5px 10px;
    transition: .3s;
    margin-right: 10px;
    border-radius: 4px;
}

span.js-over__yes:hover {
    background: var(--block-bg);
}

span.js-over__not:hover {
    background: #A60000;
    color: #FFFFFF;
}

.news__dates {
    font-weight: bold;
    color: #626262;
    text-align: center;
    border-top: 1px solid var(--block-bg);
    border-bottom: 1px solid var(--block-bg);
    padding: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
}

.media__list .no-post {
    width: 100%;
    color: #ACACAC;
}

.media__key {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 10px;
}
.media__key span {
    border: 1px solid #ACACAC;
    background: #e5e5e5;
    color: #424345;
    font-size: .7em;
    padding: 10px;
    display: inline-block;
}

.media__key a {
    display: inline-block;
    background: #424345;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 2px 5px;
    border-radius: 4px;
    margin-left: 10px;
}
.text-right {
    text-align: right;
}
.c-text a {
    color: var(--btn-color);
    transition: .3s;
}
.c-text a:hover {
    color: var(--btn-hover);
}
ul.c-text__list>li::marker {
    color: var(--btn-color);
}
ul.c-text__list>li {
    line-height: 28px;
}

@media (max-width: 768px){
article.wrap__content, .news__left {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 1rem 0;
    padding: 1rem 0.5rem;
}

aside.leftbar, .news__right, .top-pan__item {
    width: 100%;
}

.u-search__text {
    display: none;
}
.c-modal__container {
    width: 98vw;
}

.news__social-like, .news__copylink {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    padding: 1rem;
}
.item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 1rem 0;
}
.tool__button {
    display: block;
}
button.tool__btn {
    width: 100%;
    border: 0;
    background: #525252;
    padding: 0.75rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

.cols-1, .cols-2, .cols-3, .cols-4, .cols-5, .cols-6, .cols-7, .cols-8, .cols-9, .cols-10 {
    width: 100%;
    height: 200px;
}

.cols-1 img, .cols-2 img, .cols-3 img, .cols-4 img, .cols-5 img, .cols-6 img, .cols-7 img, .cols-8 img, .cols-9 img, .cols-10 img {
    width: 100%;
    height: 200px;
}
.n-comment__item_avatar, .reply__photo {
    display: none;
}
.n-comment__item_post, .reply__item {
    width: 100%;
}

.item__caption>p {
    margin: 0;
    padding: 10px;
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.wrap__newses {
    padding: 1rem 0.5rem;
}
}