.bg-black {
  background-color: #000000;
}

.all-news {
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.all-news .title {
  width: 288px;
  margin: 0 auto;
  color: #fff;
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .all-news .title {
    text-align: left;
    font-size: 96px;
    width: 288px;
    line-height: 111px;
    margin-bottom: 80px;
  }
}
.all-news .title span {
  text-align: center;
  font-size: 64px;
}
@media (min-width: 1200px) {
  .all-news .title span {
    font-size: 94px;
    text-align: right;
  }
}
.all-news .news__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 60px;
  column-gap: 1rem;
}
@media (min-width: 680px) {
  .all-news .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .all-news .news__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1920px) {
  .all-news .news__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.all-news .card {
  margin-bottom: 1rem;
  text-decoration: none;
  border: 1px solid #ffd1a8;
  height: auto;
  background: #000000;
}
.all-news .card h2 {
  max-width: 470px;
  color: #ffd1a8;
  line-height: 1.5;
  padding-right: 10px;
}
.all-news .card .card__image {
  height: 400px;
}
.all-news .card img {
  margin-bottom: 10px;
  height: 400px;
  object-fit: cover;
}
.all-news .card .card__footer-block {
  padding: 9px 30px 22px 29px;
  background-color: #000000;
  margin-top: auto;
}
.all-news .card .card__footer::after {
  margin-bottom: 5px;
  border: 1px solid #ffd1a8;
  background-image: url("../images/news/arrow-right.svg");
}
.all-news .card .card__footer {
  padding: 0;
  align-items: end;
  background-color: #000000;
  height: unset;
}
.all-news .card .card__text {
  position: unset;
  max-height: unset;
  background-color: #000000;
}
.all-news .card .card__text p {
  color: #ffd1a8;
  padding: 0;
  padding-top: 30px;
  line-height: 22px;
}

.news__button {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-family: var(--third-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ffffff;
  line-height: 19px;
  border-radius: 48px;
  padding: 19px 31px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .news__button {
    width: 350px;
  }
}
.news__button:hover {
  border: 1px solid #ffd1a8;
  color: #ffd1a8;
}

.news {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .news {
    padding-bottom: 60px;
  }
}
.news .news__wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.news .news__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 2.28429;
  color: #fff;
  margin-bottom: 5px;
  display: block;
}
.news .title {
  margin: 0 auto;
  color: #fff;
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .news .title {
    text-align: left;
    font-size: 96px;
    max-width: 1257px;
    line-height: 111px;
    margin-bottom: 80px;
  }
}
.news .title span {
  text-align: center;
  font-size: 46px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .news .title span {
    font-size: 94px;
    text-align: right;
  }
}
.news h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #ffd1a8;
}
@media (min-width: 1200px) {
  .news h2 {
    font-size: 32px;
    line-height: 0.99937;
  }
}
.news p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .news p {
    font-size: 18px;
    line-height: 22px;
  }
}
.news .news__form {
  background-image: url("../images/news/form-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #ffd1a8;
  padding: 57px 15px 77px 15px;
  margin-top: 60px;
}
.news .news__form .title {
  text-align: left;
  max-width: 418px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .news .news__form .title {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.news .news__form .title span {
  text-align: right;
  font-size: 60px;
}
@media (min-width: 1200px) {
  .news .news__form .title span {
    font-size: 128px;
  }
}
@media (min-width: 1200px) {
  .news .news__form {
    padding: 66px 40px 86px 40px;
  }
}
.news .news__form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .news .news__form form {
    flex-direction: row;
  }
}
.news .news__form form input {
  border-radius: 48px;
  padding: 19px 31px;
  height: 59px;
  border: none;
  width: 100%;
}
.news .news__form form input::placeholder {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #696d72;
}
.news .news__form form button {
  width: 100%;
}
@media (min-width: 1200px) {
  .news .news__form form button {
    max-width: 216px;
  }
}/*# sourceMappingURL=news.css.map */