.rs-news {
  position: relative;
  margin-top: 13px;
}
.rs-news._with-margin {
  margin: 80px 0px;
}
@media (max-width: 1920px) {
  .rs-news._with-margin {
    margin: calc(35px + 45 * (100vw - 320px) / 1600) 0px calc(35px + 45 * (100vw - 320px) / 1600);
  }
}
.rs-news__slider {
  padding: 22px 4px 22px;
  margin: -22px -4px -22px;
}
@media (max-width: 540px) {
  .rs-news__slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.rs-news__item {
  background: #ffffff;
  border-radius: 16px 16px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 4px 22px rgba(37, 0, 53, 0);
          box-shadow: 0px 4px 22px rgba(37, 0, 53, 0);
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.rs-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .rs-news__item:hover {
    -webkit-box-shadow: 0px 4px 22px rgba(37, 0, 53, 0.15);
            box-shadow: 0px 4px 22px rgba(37, 0, 53, 0.15);
  }
}
.rs-news__picture {
  max-height: 200px;
  min-height: 200px;
  height: 100%;
  width: 100%;
}
.rs-news__picture img {
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rs-news__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 24px;
}
@media (max-width: 1920px) {
  .rs-news__description {
    padding: calc(16px + 8 * (100vw - 320px) / 1600);
  }
}
.rs-news__description h4 {
  margin-bottom: 8px;
  margin-top: 16px;
}
@media (max-width: 1920px) {
  .rs-news__description h4 {
    margin-top: calc(10px + 6 * (100vw - 320px) / 1600);
  }
}
.rs-news__description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  line-height: 24px;
  height: 72px;
}
@media (max-width: 1920px) {
  .rs-news__description p {
    line-height: calc(22px + 2 * (100vw - 320px) / 1600);
  }
}
.rs-news__description .rs-btn {
  margin-top: 20px;
}
.rs-news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 48px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 768px) {
  .rs-news__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1920px) {
  .rs-news__list {
    row-gap: calc(30px + 18 * (100vw - 320px) / 1600);
  }
}