.news-two-block {
  /*background-color: var(--bg-alt-second);*/
}
.news-two-block:has(.block-desc) .block-top {
  margin-bottom: 15px;
}
.news-two-block .block-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.news-two-block .block-tag {
  background: var(--bg-alt-second);
  border-radius: 100px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-two-block .block-tag__icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-two-block .block-tag__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--text-primary-main);
}
.news-two-block .block-desc {
  margin-bottom: 40px;
}
.news-two-block h2.block-title {
  margin-bottom: 0;
}
.news-two-block .news {
  overflow: hidden;
}
.news-two-block .news-card {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /*border-radius: 15px;*/
  background: var(--bg-alt-second);
  overflow: hidden;
  position: relative;
}
.news-two-block .news-card__tags {
  position: absolute;
  left: 50px;
  top: 50px;
  right: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.news-two-block .news-card__tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  font-family: var(--font-family-third);
  color: var(--text-primary-main);
  background: var(--bg-primary-main);
  padding: 4px 10px;
  /*border-radius: 10px;*/
}
.news-two-block .news-card__image-holder {
  width: 100%;
  display: flex;
  padding: 40px;
  padding-bottom: 0px;
}
.news-two-block .news-card__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 59/34;
  /*border-radius: 15px;*/
}
.news-two-block .news-card__data {
  padding: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.news-two-block .news-card__data::after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2026/04/rectangle-786.png);
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.news-two-block .news-card {
  /*&__data:hover &__data::after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 4px;
  	background: linear-gradient(90deg, #EE0A76, #FF6B9D);
  	transform: scaleX(0);
  	transform-origin: left;
  	transition: transform 0.3s ease;
  }*/
}
.news-two-block .news-card__title {
  /*font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-alt-head);*/
  margin-bottom: 10px;
}
.news-two-block .news-card__excerpt {
  /*font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--text-alt-main);*/
  margin-bottom: 10px;
  letter-spacing: 0%;
}
.news-two-block .news-card__pseudo-btn {
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: var(--colors-main);
  gap: 10px;
  margin-bottom: 20px;
  background-color: transparent;
  text-transform: uppercase;
}
.news-two-block .news-card__bot {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.news-two-block .news-card__read-time, .news-two-block .news-card__date {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--text-alt-second);
}
.news-two-block .news-card:hover .news-card__pseudo-btn {
  color: var(--colors-second);
}
.news-two-block .news-card:hover .news-card__pseudo-btn svg path {
  fill: var(--colors-second);
}
.news-two-block .block-bot {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.news-two-navigation__button--prev {
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 100px;
  padding: 19px;
  height: 54px;
  width: 54px;
}

.news-two-navigation__button--next {
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  padding: 19px;
  height: 54px;
  width: 54px;
}

.news-two-navigation__button--prev svg {
  transform: rotate(-180deg);
  height: 16px;
  width: 16px;
}

.news-two-navigation .swiper-pagination {
  justify-content: center;
  align-items: center;
}

.news-two-navigation {
  display: flex;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  z-index: 1;
  position: relative;
}

.news .swiper-slide {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  border: 1px solid var(--bg-primary-stroke);
}

.news-card__excerpt {
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.news-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
}

.news-modal.active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-content {
  background: var(--bg-alt-second);
  border: 1px solid var(--bg-primary-stroke);
  max-width: 765px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  max-width: 1140px;
  display: flex;
  gap: 40px;
}
.modal-content-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  padding-right: 0px;
}
.modal-content img {
  /*width: 570px;*/
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  border: none;
  background: var(--colors-second);
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
  border-radius: 100px;
  color: var(--text-primary-head);
}

.modal-body {
  padding: 40px;
  max-height: 60vh;
  overflow-y: auto;
}

.news-slider__nav {
  display: flex;
  align-items: center;
  gap: 155px;
}

.news-two-block.block-padding {
  padding-top: 40px;
  padding-bottom: 80px;
}

.news-card__tag {
  background-color: var(--bg-primary-main);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  font-family: var(--font-family-third);
  color: var(--text-primary-head);
  padding: 4px 10px;
}

@media screen and (max-width: 1200px) {
  .news-two-block .news-card__image-holder {
    padding: 20px;
  }
  .news-two-block .news-card__data {
    padding: 20px;
  }
}/*# sourceMappingURL=block.css.map */