.last_news__section {
  padding: 40px 0 80px;
  margin-top: 64px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .last_news__section {
    padding: 40px 0 40px;
  }
}
.last_news__section .row_title {
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .last_news__section .row_title {
    margin-bottom: 0px;
  }
}
.last_news__section .row_title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.last_news__section .row_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.last_news__section .row_title h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .last_news__section .row_title h2 {
    font-size: 32px;
    line-height: 38.4px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.last_news__section .row_title p.text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  color: #2d2d2a;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 43px;
}
@media (max-width: 767px) {
  .last_news__section .row_title p.text {
    padding-bottom: 24px;
  }
}
.last_news__section .content-row .news-filter {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-filter {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px;
  }
}
.last_news__section .content-row .news-filter #categoriesContainer {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-filter #categoriesContainer {
    width: 100%;
    overflow: auto;
  }
}
.last_news__section .content-row .news-filter #categoriesContainer button {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 40px;
  background: rgba(11, 11, 10, 0.1019607843);
  cursor: pointer;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-filter #categoriesContainer button {
    display: block;
    text-wrap-mode: nowrap;
  }
}
.last_news__section .content-row .news-filter #categoriesContainer button:hover {
  background: rgba(11, 11, 10, 0.21);
  transition: 500ms;
}
.last_news__section .content-row .news-filter #categoriesContainer button.active {
  background: #ff5f33;
  color: white;
}
.last_news__section .content-row .news-filter #categoriesContainer button.active:hover {
  background: #dd4e25;
  transition: 500ms;
}
.last_news__section .content-row .news-filter #sortSelect {
  border: 0.7px solid rgba(0, 0, 0, 0.1490196078);
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 40px;
  border-width: 0.7px;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-filter #sortSelect {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.last_news__section .content-row .news-wrapper {
  width: 100%;
  position: relative;
  padding: 40px 0 0;
  display: grid;
  grid-template-areas: "main item1" "main item2" "main item3";
  gap: 24px;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.last_news__section .content-row .news-wrapper .news-item-old {
  width: calc(33.3% - 16px);
  border-radius: 12px;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-wrapper .news-item-old {
    width: 100%;
  }
}
.last_news__section .content-row .news-wrapper .news-item-old:hover .bg-img .bottom-content .title-block span.circle {
  background: #151514;
  transition: 500ms;
}
.last_news__section .content-row .news-wrapper .news-item-old:hover .bg-img .bottom-content .title-block span.circle svg path {
  stroke: #fff;
  transition: 500ms;
}
.last_news__section .content-row .news-wrapper .news-item-old a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.last_news__section .content-row .news-wrapper .news-item-old .bg-img {
  position: relative;
}
.last_news__section .content-row .news-wrapper .news-item-old .bg-img:after {
  content: "";
  display: block;
  background: linear-gradient(1deg, black, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 12px;
  z-index: 1;
}
.last_news__section .content-row .news-wrapper .news-item-old .bg-img img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 398/234;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 0.3px solid #ebebea;
  display: block;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
}
.last_news__section .content-row .news-wrapper .news-item-old .cat {
  display: flex;
  gap: 6px;
  position: absolute;
  top: 16px;
  left: 16px;
  width: -moz-max-content;
  width: max-content;
  right: 16px;
}
.last_news__section .content-row .news-wrapper .news-item-old .cat span {
  background: #151514;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 40px;
  font-family: "Manrope";
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.1px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.last_news__section .content-row .news-wrapper .news-item-old .bottom-content {
  padding-top: 12px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
}
.last_news__section .content-row .news-wrapper .news-item-old .bottom-content .info {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.15px;
  color: #ffffff;
  margin-bottom: 8px;
}
.last_news__section .content-row .news-wrapper .news-item-old .bottom-content .title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.last_news__section .content-row .news-wrapper .news-item-old .bottom-content .title-block h3 {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.25px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}
.last_news__section .content-row .news-wrapper .news-item-old .bottom-content .title-block span.circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
.last_news__section .content-row .news-wrapper .news-item-old .bottom-content .title-block span.circle svg {
  width: 24px;
  height: auto;
}
@media (min-width: 767px) {
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) {
    grid-area: main;
    border-radius: 12px;
    border: 0.3px solid rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.0509803922);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 24px;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.82%, #000000 100%);
    width: 704px;
    max-width: 100%;
    aspect-ratio: 704/600;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a {
    display: block;
    height: -webkit-fill-available;
    text-decoration: none;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a .body-content {
    display: flex;
    height: -webkit-fill-available;
    flex-direction: column;
    justify-content: space-between;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a .body-content .bg-img {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a .body-content .bg-img img {
    width: 100%;
    aspect-ratio: 704/600;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a .body-content .cat {
    display: flex;
    gap: 6px;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a .body-content .cat span {
    background: #151514;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 40px;
    font-family: "Manrope";
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.1px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a .body-content .bottom-content .info {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.15px;
    color: #fff;
    margin-bottom: 8px;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a .body-content .bottom-content .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a .body-content .bottom-content .title-block h3 {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.25px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a .body-content .bottom-content .title-block span.circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    background: #fff;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
    align-items: center;
    justify-content: center;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(1) a .body-content .bottom-content .title-block span.circle svg {
    width: 24px;
    height: auto;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(2) {
    grid-area: item1;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(3) {
    grid-area: item2;
  }
  .last_news__section .content-row .news-wrapper .news-item:nth-child(4) {
    grid-area: item3;
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) {
    border-radius: 12px;
    border: 0.3px solid rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.0509803922);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 23px;
    position: relative;
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) a {
    display: flex;
    height: 100%;
    text-decoration: none;
    gap: 10px;
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) a .body-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 146px);
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) a .body-content .cat {
    display: flex;
    gap: 4px;
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) a .body-content .cat span {
    background: #151514;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
    border-radius: 40px;
    line-height: 1;
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    font-family: "Manrope";
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.1px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) a .body-content .bottom-content .info {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.15px;
    color: #0b0b0a;
    margin-bottom: 8px;
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) a .body-content .bottom-content h3 {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.25px;
    color: #0b0b0a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) a .post-img {
    width: 136px;
    position: relative;
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) a .post-img img {
    aspect-ratio: 136/136;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 136px;
    max-width: 100%;
    border: 0.3px solid rgba(0, 0, 0, 0.3019607843);
    border-radius: 8px;
    box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.0509803922);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    display: block;
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) a .post-img span.circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    background: #fff;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    right: 8px;
  }
  .last_news__section .content-row .news-wrapper .news-item:not(:nth-child(1)) a .post-img span.circle svg {
    width: 24px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-wrapper .news-item {
    grid-area: main;
    border-radius: 12px;
    border: 0.3px solid rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.0509803922);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 24px;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.82%, #000000 100%);
    width: 100%;
    max-width: 100%;
    aspect-ratio: 361/272;
  }
  .last_news__section .content-row .news-wrapper .news-item a {
    display: block;
    height: -webkit-fill-available;
    text-decoration: none;
  }
  .last_news__section .content-row .news-wrapper .news-item a .body-content {
    display: flex;
    height: -webkit-fill-available;
    flex-direction: column;
    justify-content: space-between;
  }
  .last_news__section .content-row .news-wrapper .news-item a .body-content .bg-img {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .last_news__section .content-row .news-wrapper .news-item a .body-content .bg-img img {
    width: 100%;
    aspect-ratio: 704/600;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
  .last_news__section .content-row .news-wrapper .news-item a .body-content .cat {
    display: flex;
    gap: 6px;
  }
  .last_news__section .content-row .news-wrapper .news-item a .body-content .cat span {
    background: #151514;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 40px;
    font-family: "Manrope";
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.1px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }
  .last_news__section .content-row .news-wrapper .news-item a .body-content .bottom-content .info {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.15px;
    color: #fff;
    margin-bottom: 8px;
  }
  .last_news__section .content-row .news-wrapper .news-item a .body-content .bottom-content .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .last_news__section .content-row .news-wrapper .news-item a .body-content .bottom-content .title-block h3 {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.25px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
  }
  .last_news__section .content-row .news-wrapper .news-item a .body-content .bottom-content .title-block span.circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    background: #fff;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
    align-items: center;
    justify-content: center;
  }
  .last_news__section .content-row .news-wrapper .news-item a .body-content .bottom-content .title-block span.circle svg {
    width: 24px;
    height: auto;
  }
}
.last_news__section .content-row .news-wrapper.large {
  width: 49.02%;
}
.last_news__section .content-row .news-wrapper.large .slide {
  aspect-ratio: 600/528;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-wrapper.large .slide {
    aspect-ratio: 361/476;
  }
}
.last_news__section .content-row .pagination {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  gap: 8px;
}
.last_news__section .content-row .pagination .dots {
  display: flex;
  align-items: flex-end;
}
.last_news__section .content-row .pagination button {
  background: #151514;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 40px;
  font-family: "Manrope";
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.1px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #151514;
  cursor: pointer;
  transition: 500ms;
}
.last_news__section .content-row .pagination button.active {
  color: #151514;
  border: 1px solid #151514;
  background: white;
}
.last_news__section .content-row .pagination button:hover {
  color: #151514;
  border: 1px solid #151514;
  background: white;
}
.last_news__section .content-row .news-slider {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 48px;
  padding-bottom: 110px;
}
.last_news__section .content-row .news-slider .swiper-wrapper {
  height: inherit;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide {
  display: grid;
  grid-template-areas: "main item1" "main item2" "main item3";
  gap: 24px;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide {
    display: flex;
  }
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) {
  grid-area: main;
  border-radius: 12px;
  border: 0.3px solid rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.0509803922);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 24px;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.82%, #000000 100%);
  width: 653px;
  max-width: 100%;
  aspect-ratio: 704/600;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 361/542;
  }
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a {
  display: block;
  height: -webkit-fill-available;
  text-decoration: none;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a .body-content {
  display: flex;
  height: -webkit-fill-available;
  flex-direction: column;
  justify-content: space-between;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a .body-content .bg-img {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a .body-content .bg-img img {
  width: 100%;
  aspect-ratio: 704/600;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a .body-content .cat {
  display: flex;
  gap: 6px;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a .body-content .cat span {
  background: #151514;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 40px;
  font-family: "Manrope";
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.1px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a .body-content .bottom-content .info {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.15px;
  color: #fff;
  margin-bottom: 8px;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a .body-content .bottom-content .title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a .body-content .bottom-content .title-block h3 {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.25px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a .body-content .bottom-content .title-block span.circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(1) a .body-content .bottom-content .title-block span.circle svg {
  width: 24px;
  height: auto;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(2) {
  grid-area: item1;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(3) {
  grid-area: item2;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:nth-child(4) {
  grid-area: item3;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) {
  border-radius: 12px;
  border: 0.3px solid rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.0509803922);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 24px;
  position: relative;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) a {
  display: flex;
  height: 100%;
  text-decoration: none;
  gap: 10px;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) a .body-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 146px);
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) a .body-content .cat {
  display: flex;
  gap: 4px;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) a .body-content .cat span {
  background: #151514;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 7px;
  padding-left: 12px;
  border-radius: 40px;
  line-height: 1;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Manrope";
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.1px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) a .body-content .bottom-content .info {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.15px;
  color: #0b0b0a;
  margin-bottom: 8px;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) a .body-content .bottom-content h3 {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.25px;
  color: #0b0b0a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) a .post-img {
  width: 136px;
  position: relative;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) a .post-img img {
  aspect-ratio: 136/136;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 136px;
  max-width: 100%;
  border: 0.3px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 8px;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.0509803922);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  display: block;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) a .post-img span.circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 8px;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .news-item:not(:nth-child(1)) a .post-img span.circle svg {
  width: 24px;
  height: auto;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide.large {
  width: 49.02%;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide.large .slide {
  aspect-ratio: 600/528;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide.large .slide {
    aspect-ratio: 361/476;
  }
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide {
  position: relative;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
  border-radius: 12px;
  padding: 24px;
  background: #151514;
  color: white;
  aspect-ratio: 392/553;
  overflow: hidden;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide {
    aspect-ratio: 361/476;
  }
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide.purple {
  background: #8a52ac;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .bg-img img {
  width: 100%;
  aspect-ratio: 600/534;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .bg-img img {
    aspect-ratio: 361/476;
  }
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  height: -webkit-fill-available;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .logo-block {
  width: -moz-min-content;
  width: min-content;
  display: block;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content img {
  width: initial;
  max-width: 100%;
  height: 40px;
  display: block;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .img-circle {
  width: -moz-max-content;
  width: max-content;
  border-radius: 50%;
  border: 0.3px solid rgba(0, 0, 0, 0.3);
  margin: -64px auto 15px;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .img-circle img {
  width: 100%;
  max-width: 128px;
  aspect-ratio: 128/128;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  border: 3px solid #ff5f33;
  display: block;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: -0.25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .text {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .text {
    font-size: 24px;
    line-height: 28.8px;
  }
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .subtitle-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .subtitle-block a {
  display: block;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .subtitle-block a span.circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
.last_news__section .content-row .news-slider .swiper-wrapper .swiper-slide .slide .content .subtitle-block a span.circle svg {
  width: 24px;
  height: auto;
}
.last_news__section .content-row .news-slider .swiper-pagination {
  bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 50px;
}
.last_news__section .content-row .news-slider .swiper-pagination .swiper-pagination-bullet {
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.last_news__section .content-row .news-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 8.42px;
  height: 8.42px;
  border-radius: 40px;
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.last_news__section .content-row .news-slider .swiper-button-next,
.last_news__section .content-row .news-slider .swiper-button-prev {
  bottom: 30px;
  top: unset;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.05);
}
@media (max-width: 767px) {
  .last_news__section .content-row .news-slider .swiper-button-next,
  .last_news__section .content-row .news-slider .swiper-button-prev {
    display: none;
  }
}
.last_news__section .content-row .news-slider .swiper-button-prev {
  left: unset;
  right: 156px;
}
.last_news__section .content-row .news-slider .swiper-button-prev:after {
  content: none;
}
.last_news__section .content-row .news-slider .swiper-button-next {
  right: 104px;
}
.last_news__section .content-row .news-slider .swiper-button-next:after {
  content: none;
}
.last_news__section .desktop {
  display: block;
}
@media (max-width: 767px) {
  .last_news__section .desktop {
    display: none;
  }
}
.last_news__section .mobile {
  display: none;
}
@media (max-width: 767px) {
  .last_news__section .mobile {
    display: block;
  }
}/*# sourceMappingURL=last_news_section.css.map */