.site-news {
  padding: 0 40px;
  margin-top: 100px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .site-news {
    padding: 0 20px;
    margin: 76px 0;
  }
}
@media (max-width: 768px) {
  .site-news {
    padding: 0 12px;
    margin: 64px 0;
  }
}

.news-title {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.news-title span {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #EB4E12;
}
@media (max-width: 768px) {
  .news-title span {
    font-size: 12px;
  }
}
.news-title h1 {
  font-family: "schabo";
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: 1.16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .news-title h1 {
    font-size: 50px;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .news-title h1 {
    font-size: 44px;
    letter-spacing: 0.88px;
  }
}
@media (max-width: 1024px) {
  .news-title {
    gap: 16px;
  }
}

.news-wrapper {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .news-wrapper {
    margin-top: 32px;
  }
}

.news-item {
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: stretch;
  gap: 52px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: linear-gradient(113.4deg, rgba(70, 70, 70, 0.2) 0%, rgba(255, 255, 255, 0.04) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.news-item__image {
  width: 522px;
  min-width: 522px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .news-item__image {
    width: 480px;
    min-width: 480px;
  }
}
@media (max-width: 1024px) {
  .news-item__image {
    width: 100%;
    min-width: unset;
    height: 460px;
  }
}
@media (max-width: 768px) {
  .news-item__image {
    height: 280px;
  }
}
.news-item__right {
  padding: 48px 52px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 75.5px;
}
.news-item__right span {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media (max-width: 1024px) {
  .news-item__right span {
    font-size: 14px;
  }
}
.news-item__right h2 {
  font-family: "schabo";
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .news-item__right h2 {
    font-size: 36px;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 768px) {
  .news-item__right h2 {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
.news-item__right p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media (max-width: 1024px) {
  .news-item__right p {
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .news-item__right p {
    -webkit-line-clamp: 4;
    font-size: 14px;
  }
}
.news-item__right a {
  width: 100%;
  max-width: 240px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 60px;
  background-color: #EB4E12;
  transition: 0.3s all ease;
}
.news-item__right a span {
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.news-item__right a svg {
  transition: 0.3s all ease;
}
.news-item__right a:hover {
  background-color: #161616;
}
.news-item__right a:hover svg {
  rotate: 45deg;
}
@media (max-width: 768px) {
  .news-item__right a {
    max-width: unset;
  }
}
.news-item__right .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .news-item__right {
    padding: 48px 40px;
    padding-bottom: 0;
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .news-item__right {
    padding: 28px 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .news-item {
    min-height: unset;
    flex-direction: column-reverse;
    align-items: unset;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .news-item {
    gap: 32px;
  }
}

.news-more {
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: linear-gradient(113.4deg, rgba(70, 70, 70, 0.2) 0%, rgba(255, 255, 255, 0.04) 100%);
}
.news-more span {
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .news-more {
    height: 56px;
  }
}/*# sourceMappingURL=news.css.map */