.hero {
  padding-top: 10rem;
  padding-bottom: 5.325rem;
}
@media (max-width: 1440px) {
  .hero {
    padding-top: 7rem;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: 3.75rem;
  }
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}
.hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3.75rem;
}
.hero__body h1 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 3.75rem;
  text-transform: uppercase;
  text-align: center;
  max-width: 70.75rem;
}
@media (max-width: 991px) {
  .hero__body h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1280px) {
  .hero__body {
    padding: 0 3.125rem;
  }
}
@media (max-width: 991px) {
  .hero__body {
    padding: 0;
    gap: 2rem;
  }
}
.hero-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.hero-decoration__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__img-decoration-right {
  width: 1000px;
  height: 1000px;
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20rem;
  right: -40rem;
  z-index: 2;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .hero__img-decoration-right {
    width: 400px;
    height: 400px;
    top: -2rem;
    right: -17rem;
  }
}
@media (max-width: 767px) {
  .hero__img-decoration-right {
    width: 350px;
    height: 350px;
    top: -8rem;
    right: -12rem;
  }
}
.hero-decoration__img-gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 60rem;
  height: 60rem;
  background: radial-gradient(50% 50% at 0% 0%, rgba(153, 56, 217, 0.4) 0%, rgba(27, 13, 85, 0.6) 40%, rgba(27, 13, 85, 0.4) 60%, rgba(27, 13, 85, 0.2) 80%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1440px) {
  .hero-decoration__img-gradient-left {
    background: radial-gradient(30% 30% at 0% 0%, rgba(153, 56, 217, 0.4) 0%, rgba(27, 13, 85, 0.6) 40%, rgba(27, 13, 85, 0.4) 60%, rgba(27, 13, 85, 0.2) 80%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .hero-decoration__img-gradient-left {
    background: radial-gradient(20% 35% at 0% 0%, rgba(153, 56, 217, 0.2) 20%, rgba(27, 13, 85, 0.4) 40%, rgba(27, 13, 85, 0.2) 60%, rgba(27, 13, 85, 0.1) 80%, transparent 100%);
  }
}
.hero-decoration__img-gradient-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  height: 70rem;
  background: radial-gradient(50% 70% at right top, rgba(169, 56, 217, 0.2) 0%, rgba(169, 56, 217, 0.4) 40%, rgba(169, 56, 217, 0.2) 60%, rgba(169, 56, 217, 0.1) 80%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1440px) {
  .hero-decoration__img-gradient-right {
    background: radial-gradient(20% 30% at right top, rgba(169, 56, 217, 0.2) 0%, rgba(169, 56, 217, 0.4) 40%, rgba(169, 56, 217, 0.2) 60%, rgba(169, 56, 217, 0.1) 80%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .hero-decoration__img-gradient-right {
    background: radial-gradient(25% 25% at right 0%, rgba(169, 56, 217, 0.2) 0%, rgba(169, 56, 217, 0.4) 40%, rgba(169, 56, 217, 0.2) 60%, rgba(169, 56, 217, 0.1) 80%, transparent 100%);
  }
}

.news {
  padding-top: 7.5rem;
}
@media (max-width: 1440px) {
  .news {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .news {
    padding-top: 2.5rem;
  }
}
.news__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 1280px) {
  .news__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .news__list {
    grid-template-columns: 1fr;
  }
}
.news-item {
  height: 100%;
  border-radius: 2.5rem;
}
@media (max-width: 767px) {
  .news-item {
    border-radius: 1.875rem;
  }
}
.news-item__link {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  width: 100%;
  height: 100%;
  padding: 4.375rem 3.125rem 3.125rem;
  border-radius: 2.5rem;
  border: 1px solid #272727;
  transition: 0.3s all;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .news-item__link {
    padding: 2.5rem 1.625rem;
    gap: 1.625rem;
  }
}
@media (max-width: 767px) {
  .news-item__link {
    padding: 1.875rem 1.625rem;
    border-radius: 1.875rem;
  }
}
.news-item__link:hover {
  opacity: 0.7;
}
.news-item:nth-child(3n+1) {
  background: var(--color-bg) radial-gradient(80% 30% at right top, rgb(10, 0, 33) 0%, rgba(10, 0, 33, 0.6) 40%, rgba(10, 0, 33, 0.4) 60%, rgba(10, 0, 33, 0.2) 80%, transparent 100%);
}
.news-item:nth-child(3n+2) .news-item__link {
  background: var(--color-bg) radial-gradient(100% 100% at right bottom, rgb(10, 0, 33) 0%, rgba(169, 56, 217, 0.3) 60%, rgba(169, 56, 217, 0.2) 70%, rgba(169, 56, 217, 0.1) 80%, transparent 100%);
}
.news-item:nth-child(3n+3) .news-item__link {
  background: var(--color-bg) radial-gradient(100% 100% at right bottom, rgb(10, 0, 33) 0%, rgba(10, 0, 33, 0.6) 40%, rgba(10, 0, 33, 0.4) 60%, rgba(10, 0, 33, 0.2) 80%, transparent 100%);
}
.news-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.news-item__header h2 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 1.875rem;
  color: #fff;
}
@media (max-width: 1440px) {
  .news-item__header h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .news-item__header h2 {
    font-size: 1.375rem;
  }
}
.news-item__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: auto;
}
@media (max-width: 767px) {
  .news-item__body {
    gap: 1.875rem;
  }
}
.news-item__body-row {
  display: flex;
  gap: 0.25rem;
}
.news-item__box {
  padding: 1px;
  border-radius: 0.625rem;
  background: linear-gradient(0deg, rgba(30, 30, 33, 0.5) 0%, rgba(97, 97, 97, 0.5) 100%);
  min-width: 2.75rem;
  height: 2.75rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .news-item__box {
    display: flex;
    width: 2.125rem;
    min-width: 2.125rem;
    height: 2.125rem;
  }
}
.news-item__box.news-item__box--width {
  width: 100%;
}
.news-item__box-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: var(--color-bg);
  border-radius: 0.625rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  color: #d5c9d3;
}
.news-item__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: var(--color-white);
  white-space: nowrap;
}
.news-item_img-wrapper {
  display: flex;
  width: 100%;
}
.news-item__img {
  max-width: 100%;
  border-radius: 1.25rem;
}
@media (max-width: 1440px) {
  .news-item__img {
    border-radius: 1rem;
  }
}
.news-slider__pagination {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .news-slider__pagination {
    margin-top: 2.5rem;
  }
}
.news-slider__pagination.news-slider__pagination--hidden {
  display: none;
}
.news-slider__navigation {
  display: flex;
  align-items: center;
}
.news .pagination__brackets {
  margin-left: 1.25rem;
  margin-bottom: 0.35rem;
  color: rgba(249, 249, 249, 0.3);
}
@media (max-width: 480px) {
  .news .pagination__brackets {
    display: none;
  }
}
.news .swiper-button-lock + .pagination__brackets, .news .swiper-pagination-lock + .pagination__brackets {
  display: none;
}
.news .pagination__brackets.pagination__brackets--mar {
  margin-left: 0;
  margin-right: 1.25rem;
}
.news-slider__button {
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--color-white);
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-slider__button {
    font-size: 1rem;
  }
}
.news-slider__button:hover {
  opacity: 0.8;
}
.news-slider__button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.news-slider__pagination-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  bottom: 0;
  margin: 0 0.25rem;
}
@media (max-width: 767px) {
  .news-slider__pagination-container {
    gap: 0.25rem;
    margin: 0 0.375rem;
  }
}
.news-slider__pagination-container.swiper-pagination-lock {
  display: none;
}
.news .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  opacity: 1;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 110%;
  color: rgba(249, 249, 249, 0.5);
  padding: 5px;
  margin: 0;
  border-radius: 0;
  transition: 0.3s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news .swiper-pagination-bullet {
    font-size: 1rem;
  }
}
.news .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.news .swiper-pagination-bullet-active {
  color: var(--color-main);
}
.news .swiper-pagination-bullets {
  display: flex;
  gap: 0.625rem;
}
.news__img {
  position: absolute;
  right: -27rem;
  bottom: -15rem;
}
@media (max-width: 767px) {
  .news__img {
    width: 25rem;
    right: -15rem;
    bottom: -10rem;
  }
}/*# sourceMappingURL=news.css.map */