.news {
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  height: 23.9583333333rem;
  padding: 1.25rem;
}

.news h1 {
  padding-top: 1.7708333333rem;
}

.news p {
  padding-top: 1.6666666667rem;
}

.news__item-text {
  text-align: left;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  size: 0.9375rem;
  line-height: 1.40625rem;
  margin-top: 2.0833333333rem;
}

.news__item-title {
  text-align: left;
  color: #fff;
  text-transform: none;
  font-weight: 500;
  size: 1.9791666667rem;
  line-height: 2.5729166667rem;
  margin-bottom: 2.0833333333rem;
}

.news__button {
  color: #fff;
  padding: 0.2083333333rem 0.5208333333rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 0.3645833333rem;
}

.btn_gray {
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.6458333333rem;
  -webkit-border-radius: 3.6458333333rem;
  -moz-border-radius: 3.6458333333rem;
  -ms-border-radius: 3.6458333333rem;
  -o-border-radius: 3.6458333333rem;
  border: none;
}

.news__button-container {
  display: flex;
  gap: 0.5208333333rem;
}

.catalog__button-container {
  display: flex;
  gap: 0.5208333333rem;
  overflow-y: scroll;
  overflow-y: hidden;
}

.catalog__button {
  color: #333333;
  font-size: 0.8333333333rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5208333333rem;
  padding: 0.625rem 1.0416666667rem;
  border-radius: 0.5208333333rem;
  border: 1px solid #E4E4E4;
  white-space: nowrap;
}

.catalog__item-content {
  width: calc(25% - 1.1979166667rem);
  border: 1px solid #E4E4E4;
  border-radius: 1.0416666667rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.catalog__item-text-wrapper {
  flex-grow: 1;
}

.catalog__item-title {
  font-weight: 500;
  font-size: 0.8333333333rem;
  line-height: 1.0833333333rem;
  text-align: left;
  padding: 0 1.0416666667rem;
}

.info {
  display: flex;
  justify-content: space-between;
  gap: 0.5208333333rem;
}

.info-data {
  font-size: 0.7291666667rem;
  font-weight: 400;
  line-height: 0.9479166667rem;
  color: #888888;
  padding: 1.5625rem 0 1.0416666667rem 1.0416666667rem;
}

.info-statistics {
  font-size: 0.7291666667rem;
  font-weight: 400;
  line-height: 0.9479166667rem;
  color: #888888;
  padding: 1.5625rem 1.0416666667rem 1.0416666667rem 1.0416666667rem;
  text-align: left;
}

.catalog {
  padding: 3.125rem 0;
}

.cataloginf {
  padding: 1.5625rem 0;
}

.catalog__item {
  gap: 1.5625rem;
}

.catalog__item-text {
  margin-top: .5208333333333333rem;
  font-size: 0.7291666667rem;
  font-weight: 400;
  line-height: 0.9479166667rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 1.0416666667rem;
}

.catalog__item-container {
  display: flex;
  gap: 1.5625rem;
  flex-wrap: wrap;
}

.catalog__item-content img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 100%;
}

.catalog__item-content-image {
  width: 100%;
  aspect-ratio: 189/125;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}


.catalog__button--active {
  background-color: #E9E800;
}

@media screen and (max-width: 1920px) {
  .news {
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    height: 460px;
    padding: 24px;
  }

  .news h1 {
    padding-top: 34px;
  }

  .news p {
    padding-top: 32px;
  }

  .news__item-text {
    text-align: left;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    size: 18px;
    line-height: 27px;
    margin-top: 40;
  }

  .news__item-title {
    text-align: left;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    size: 38px;
    line-height: 49.4px;
    margin-bottom: 40;
  }

  .news__button {
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    display: flex;
    align-items: center;
    gap: 7px;
    align-items: center;
  }

  .btn_gray {
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border: none;
  }

  .news__button-container {
    display: flex;
    gap: 10px;
  }

  .catalog__button-container {
    display: flex;
    gap: 10px;
    overflow-y: scroll;
    overflow-y: hidden;
  }

  .catalog__button {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: center;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    white-space: nowrap;
  }

  .catalog__item-content {
    width: calc(25% - 23px);
    border: 1px solid #e4e4e4;
    border-radius: 20px;
  }

  .catalog__item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    text-align: left;
    padding: 0px 20px;
  }

  .info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .info-data {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #888888;
    padding: 30px 0px 20px 20px;
  }

  .info-statistics {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #888888;
    padding: 30px 20px 20px 20px;
    text-align: left;
  }

  .catalog {
    padding: 60px 0px;
  }

  .cataloginf {
    padding: 30px 0px;
  }

  .catalog__item {
    gap: 30px;
  }

  .catalog__item-text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px 20px;
  }

  .catalog__item-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .catalog__item-content {
    width: calc(33.3333333333% - 20px);
  }
}

@media screen and (max-width: 991px) {
  .catalog__item-content {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .catalog__item-content {
    width: 100%;
  }
}

/*# sourceMappingURL=news.css.map */