.list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid rgba(214,214,214,.5);
}

.list-link-pic {
    position: relative;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    width: 240px;
    height: 135px;
    margin: 0;
    background-color: #efefef;
}

.left-pic {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top-category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.cat-top {
    color: rgb(66, 66, 66);
    font-weight: normal;
    font-style: normal;
    width: auto;
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.cat-top:hover {
    color: rgb(2, 7, 148);
    text-decoration: none;
}

.right-info {
    display: inline-block;
    margin: 4px 0 6px;
}

.right-title {
    color: #37404d;
    font-weight: bold;
    font-style: normal;
    font-size: 21px;
    line-height: 24px;
}

.right-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.title-right-link {
    color: #37404d;
}
.title-right-link:hover {
    text-decoration: none;
}

.right-desc {
    color: #37404d;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
}

.right-sidebar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sidebar-list {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.date-pub {
    color: #77808c;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-right: 12px;
}

.counter-view {
    color: #77808c;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .04em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 16px;
    text-transform: uppercase;
}

.comments-list {
    color: #77808c;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .04em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 16px;
    text-transform: uppercase;
}

.comment-icon {
    margin-right: 5px;
}

.eye-icon {
    margin-right: 5px;
}

@media screen and (min-width: 600px) {
.right-content {
  width: calc(100% - 260px);
  margin-left: 20px;
  padding: 0;
} }

@media screen and (min-width: 900px) {
.right-info {
  margin-bottom: 12px;
} }

@media screen and (min-width: 600px) {
.right-title {
  font-size: 19px;
  line-height: 21px;
} }

@media(max-width:560px) {
    .list-item { display: block; }
  }

@media(max-width:560px) {
.list-link-pic { margin-bottom: 5px; width: 100% !important; height: 100% !important; }
}