.top-site {
  margin-top: 3.25rem;
  margin-bottom: 0.6875rem;
}

.top-site__body {
  text-align: center;
}

.top-site__title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.125rem;
}

.top-site__text {
  max-width: 38.75rem;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #b7cedd;
}

.news {
  margin-bottom: 3.5625rem;
}

.news__title {
  font-weight: 700;
  margin-bottom: 0.9375rem;
}

.news__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 0.625rem;
}

.news__item {
  background-color: #1f2326;
  border: .0625rem solid rgba(255,255,255,.06);
  border-radius: .75rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.item-news__image {
  display: block;
}

.item-news__image img {
  max-width: 100%;
  border-radius: .75rem;
  aspect-ratio: 1.79/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.4375rem 1.0625rem;
}

.item-news__badge {
  font-size: 0.875rem;
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  font-weight: 600;
  line-height: 143%;
  color: #0091ff;
  padding: 0.25rem 0.75rem;
  backdrop-filter: blur(2.7999999523px);
  background: rgba(0,145,255,.25);
  border-radius: 3.125rem;
}

.item-news__date {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 143%;
  color: #b7cedd;
  margin-bottom: 0.5rem;
}

.item-news__title-link {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 140%;
  margin-bottom: 0.625rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.item-news__text {
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 500;
  color: #b7cedd;
  line-height: 150%;
  margin-bottom: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-news__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #b7cedd;
}

.last-news {
  margin-bottom: 2.1875rem;
}

.last-news__wrap {
  padding-top: 1.125rem;
  border-top: 1px solid #2d3337;
}

.last-news__title {
  font-weight: 700;
  margin-bottom: 0.6875rem;
}

.last-news__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  border: .0625rem solid #2c3033;
  border-radius: .75rem;
  background: #1f2326;
  position: relative;
  overflow: hidden;
}

.last-news__row:not(:last-child) {
  margin-bottom: 0.64375rem;
}

.last-news__body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.25rem;
}

.row-last-news__badge {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 143%;
  color: #0091ff;
  border-radius: 3.125rem;
  backdrop-filter: blur(2.7999999523px);
  background: rgba(0,145,255,.25);
  padding: 0.25rem 0.75rem;
}

.row-last-news__image {
  display: block;
}

.row-last-news__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  aspect-ratio: 1.04/1;
}

.row-last-news__body {
  padding: 1.4375rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row-last-news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  margin-bottom: 0.625rem;
}

.row-last-news__date {
  font-size: 0.875rem;
  line-height: 143%;
  color: #b7cedd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-last-news__date::after {
  content: "";
  width: 0.1875rem;
  border-radius: 50%;
  height: 0.1875rem;
  display: inline-block;
  background-color: #858c95;
}

.row-last-news__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  font-size: 0.875rem;
  line-height: 143%;
  color: #b7cedd;
}

.row-last-news__link-title {
  display: block;
  max-width: 47.875rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 133%;
  color: #fff;
  margin-bottom: 0.875rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.row-last-news__sub-title {
  font-size: 1.125rem;
  line-height: 156%;
  color: #fff;
  margin-bottom: 0.5rem;
}

.row-last-news__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: #b7cedd;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1.1875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.row-last-news__link {
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  color: #0091ff;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.news-single {
  margin-top: 0.9375rem;
  margin-bottom: 1.3125rem;
}

.news-single__wrap {
  overflow: hidden;
  min-height: 27.1875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
  margin-bottom: 0.9375rem;
  border-radius: .75rem;
}

.news-single__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.94)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.94) 100%);
}

.news-single__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.news-single__title {
  max-width: 40rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 131%;
  color: #fff;
  margin-bottom: 2.5625rem;
}

.news-single__breadcrumbs:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.news-single__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.news-single__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.news-single__date::before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  display: block;
  border-radius: 50%;
  background: #b7cedd;
}

.news-single__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
}

.news-single__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
}

.news-single__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}

.news-single__image-author img {
  border-radius: .75rem;
  width: 2.375rem;
  height: 2.5rem;
}

.news-single__name {
  font-weight: 700;
  font-size: .875rem;
  color: #fff;
  margin-bottom: 0.4375rem;
}

.news-single__info-author {
  font-size: 1rem;
  color: #0091ff;
}

.news-single__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.news-single__image-bg img {
  max-width: 100%;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}

.breadcrumbs-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs-news__item:not(:last-child)::after {
  content: "/";
  display: block;
}

.breadcrumbs-news__link {
  -webkit-transition: color .3s;
  transition: color .3s;
}

.breadcrumbs-news__current {
  color: #0091ff;
}

.post-news {
  border-radius: 12px;
  background: #1f2326;
  padding: 1.575rem 1.575rem;
}

.post-news h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 133%;
  margin-bottom: 1rem;
  color: #fff;
}
.post-news h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 133%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}

.post-news h2:not(:first-child) {
  margin-top: 1.0625rem;
}

.post-news p {
  line-height: 150%;
  margin-bottom: 10px;
}

.post-news ul li:not(.bottom-faq-single__tag-item) {
  line-height: 150%;
  list-style: inside;
}
.post-news ul li p {
  display: inline;
  margin: 0;
}
.post-news img {
  max-width: 100%;
  margin-bottom: 20px;
}

.post-news ul li:not(.bottom-faq-single__tag-item)::marker {
  color: #fff;
}

.post-news ul li:not(.bottom-faq-single__tag-item) b {
  color: #fff;
}

.post-news__block {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 167, 30, 0.12)), to(rgba(153, 100, 18, 0)));
  background: linear-gradient(90deg, rgba(255, 167, 30, 0.12), rgba(153, 100, 18, 0) 100%);
  border-left: 1px solid #ffa71e;
  border-radius: 12px;
  padding: 0.5rem 0.875rem;
  max-width: 54.375rem;
}

.post-news__block:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.post-news__bottom {
  padding-top: 1.35rem;
  border-top: 1px solid #2d3337;
  margin-top: 1.5625rem;
}

.post-news__wrap-table {
  border-radius: 12px;
  overflow: hidden;
}

.post-news__wrap-table table {
  background: rgba(38,41,43,.46);
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

.post-news__wrap-table table thead {
  background: #0091ff;
  color: #fff;
}

.post-news__wrap-table table thead tr th {
  padding: 0.625rem 1.3125rem;
}

.post-news__wrap-table table thead tr th:first-child {
  width: 13.11717%;
}

.post-news__wrap-table table thead tr th:nth-child(2) {
  width: 33.087693%;
}

.post-news__wrap-table table tbody tr td {
  position: relative;
  padding: 1.125rem 1.3125rem;
}

.post-news__wrap-table table tbody tr td::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #2d3337;
}

.post-news__wrap-table table tbody tr:not(:last-child) td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #2d3337;
}
@media (min-width: 47.99875em) {

  .row-last-news__image {
    max-width: 18rem;
  }
}

@media (max-width: 61.99875em) {


  .news__body {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }


}

@media (max-width: 47.99875em) {
  .news__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .last-news__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
  }

  .row-last-news__image img {
    width: 100%;
    aspect-ratio: 1.26/1;
  }

  .news-single__wrap {
    padding: 1.125rem;
  }

  .news-single__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1.125rem;
  }

  .news-single__title {
    font-size: 1.5rem;
    line-height: 129%;
    margin-bottom: 0.9375rem;
  }

  .news-single__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.625rem;
    max-width: 13.75rem;
  }

  .breadcrumbs-news__list {
    white-space: nowrap;
    overflow-x: auto;
    max-width: 17.5rem;
    height: 1.25rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .breadcrumbs-news__item {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

 
}

@media (max-width: 29.99875em) {
  .top-site {
    margin-bottom: 1.875rem;
  }

  .top-site__title {
    font-size: 2rem;
  }

  .top-site__text {
    font-size: 1rem;
  }

  .news {
    margin-bottom: 1.5625rem;
  }

  .news__title {
    text-align: left;
  }

  .news__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .last-news__title {
    text-align: left;
  }

  .row-last-news__body {
    padding: 0.9375rem 1.125rem;
  }

  .post-news {
    padding: 1.25rem;
  }

  .post-news h2 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  .post-news__wrap-table {
    white-space: nowrap;
    overflow: auto;
  }

  .post-news__wrap-table::-webkit-scrollbar {
    width: 0.0625rem;
    height: 0.125rem;
  }

  .post-news__wrap-table::-webkit-scrollbar-thumb {
    background-color: #0091ff;
    border-radius: 2.75rem;
  }

  .post-news__wrap-table::-webkit-scrollbar-track {
    background-color: transparent;
  }
}