.ci-news-block {
  position: relative;
  overflow: hidden;
}
.ci-news-block:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 6rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: var(--deco-style);
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .ci-news-block:before {
    width: 4rem;
  }
}
@media (max-width: 1210px) {
  .ci-news-block:before {
    width: 1.9rem;
  }
}
@media (max-width: 1150px) {
  .ci-news-block:before {
    width: 1.9rem;
  }
}
.ci-news-block:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 28.5vw;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background: var(--deco-style);
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1920px) {
  .ci-news-block:after {
    width: 23.5vw;
  }
}
@media (max-width: 1024px) {
  .ci-news-block:after {
    display: none;
  }
}
.ci-news-block .mobile-only {
  display: none;
}
.ci-news-block .desktopp-only {
  display: block;
}
.ci-news-block h2 {
  color: #1C2827;
}
@media (max-width: 1024px) {
  .ci-news-block h2.mobile-only {
    display: block;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .ci-news-block h2.desktopp-only {
    display: none;
  }
}
.home .ci-news-block h2 {
  font-size: var(--wp--preset--font-size--heading-1);
}
.ci-news-block .news-category {
  font-family: var(--wp--preset--font-family--geologica);
  padding: 0.8rem 1.6rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  border-radius: 1.2rem;
  border: 2px solid #C3D8E5;
  display: inline-block;
  margin-bottom: 3rem;
}
.ci-news-block .news-swiper-wrp {
  width: 100%;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 5rem;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .ci-news-block .news-swiper-wrp {
    flex-direction: column;
    margin-top: 4rem;
    padding-top: 0;
    padding-bottom: 0;
    align-items: unset;
  }
}
.ci-news-block .news-swiper-left-column,
.ci-news-block .news-swiper-right-column {
  width: 50%;
}
@media (max-width: 1024px) {
  .ci-news-block .news-swiper-left-column,
  .ci-news-block .news-swiper-right-column {
    width: 100%;
  }
}
.ci-news-block .news-swiper-left-column {
  height: auto;
}
@media (max-width: 1024px) {
  .ci-news-block .news-swiper-left-column {
    order: 2;
    margin-bottom: 4rem;
  }
  .ci-news-block .news-swiper-right-column {
    order: 1;
  }
}
.ci-news-block .swiper-button-next,
.ci-news-block .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 7rem;
  height: 7rem;
  cursor: pointer;
  color: transparent;
  z-index: 4;
}
.ci-news-block .swiper-button-next:after,
.ci-news-block .swiper-button-prev:after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7rem;
  height: 7rem;
}
@media (max-width: 769px) {
  .ci-news-block .swiper-button-next:after,
  .ci-news-block .swiper-button-prev:after {
    top: auto;
    bottom: 0;
    width: 5.5rem;
    height: 5.5rem;
    cursor: pointer;
    color: transparent;
    z-index: 4;
  }
}
@media (max-width: 769px) {
  .ci-news-block .swiper-button-next,
  .ci-news-block .swiper-button-prev {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media (min-width: 1024px) {
  .ci-news-block .swiper-button-next,
  .ci-news-block .swiper-button-prev {
    bottom: -5rem;
  }
}
.ci-news-block .swiper-button-next.disabled,
.ci-news-block .swiper-button-prev.disabled {
  opacity: 0.35;
}
.ci-news-block .swiper-button-next {
  right: auto;
  left: 19rem;
}
.ci-news-block .swiper-button-next:after {
  background-image: url(../../../assets/images/Arrow-Button-Next.svg);
}
@media (max-width: 769px) {
  .ci-news-block .swiper-button-next {
    left: 17rem;
  }
}
.ci-news-block .swiper-button-prev {
  right: auto;
  left: 12rem;
}
.ci-news-block .swiper-button-prev:after {
  background-image: url(../../../assets/images/Arrow-Button-Prev.svg);
}
.ci-news-block .text-slider {
  background-color: #fff;
  overflow: visible;
  padding-bottom: 3rem;
}
@media (max-width: 1024px) {
  .ci-news-block .text-slider {
    padding-bottom: 0;
  }
}
.ci-news-block .text-slider h5 {
  text-transform: capitalize;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -1px;
}
.ci-news-block .text-slider .swiper-slide {
  transition: all 0.5s ease;
  height: auto;
}
.ci-news-block .text-slider .swiper-slide.active {
  opacity: 1;
}
.ci-news-block .text-slider .swiper-slide[data-index="1"] {
  left: -100%;
}
.ci-news-block .text-slider .swiper-slide[data-index="2"] {
  left: -200%;
}
.ci-news-block .text-slider .swiper-slide[data-index="3"] {
  left: -300%;
}
.ci-news-block .text-slider .swiper-slide[data-index="4"] {
  left: -400%;
}
.ci-news-block .text-slider .swiper-slide[data-index="5"] {
  left: -500%;
}
.ci-news-block .text-slider .swiper-slide[data-index="6"] {
  left: -600%;
}
.ci-news-block .text-slider .swiper-slide {
  background-color: #fff;
  opacity: 0;
  transition-property: opacity;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .ci-news-block .text-slider .swiper-slide {
    padding-right: 0;
  }
}
.ci-news-block .text-slider .author-name,
.ci-news-block .text-slider .author-position {
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.54px;
  margin: 0;
}
.ci-news-block .text-slider .author-name {
  font-family: var(--wp--preset--font-family--geologica);
  font-weight: 600;
}
.ci-news-block .text-slider .author-position {
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 500;
}
.ci-news-block .text-slider .news-excerpt {
  margin-top: 3rem;
}
.ci-news-block .text-slider .btn {
  background-color: var(--deco-style);
  color: #001A2A;
}
.ci-news-block .text-slider .btn:before {
  background-color: var(--deco-style);
}
.ci-news-block .text-slider .btn:hover {
  color: #001A2A;
}
.ci-news-block .image-slider {
  margin-top: 2rem;
  margin-right: calc((100vw - 98rem) / -2);
  height: 100%;
  min-height: 64rem;
  padding-left: 10rem;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider {
    margin-right: -3.5rem;
    padding: 0 0 4rem 0;
    min-height: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .ci-news-block .image-slider {
    margin-right: calc((100vw - 128rem) / -2);
  }
}
.ci-news-block .image-slider .swiper-wrapper {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper {
    align-items: unset;
  }
}
.ci-news-block .image-slider .swiper-slide {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 1rem;
  width: 82%;
  height: 87%;
  flex-shrink: 0;
  transition: all 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-slide {
    border-radius: 2rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin-right: 1rem;
    height: auto;
    transition: all 0.5s ease-in-out;
  }
}
.ci-news-block .image-slider .swiper-slide .swiper-slide-img-wrp {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-slide .swiper-slide-img-wrp {
    border-radius: unset;
    box-shadow: none;
    height: 100%;
  }
}
.ci-news-block .image-slider .swiper-slide .swiper-slide-img-wrp img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-slide .swiper-slide-img-wrp img {
    position: relative;
  }
}
.ci-news-block .image-slider .swiper-slide.active {
  width: 86%;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-slide.active {
    margin-left: 1rem;
    width: 82%;
  }
}
.ci-news-block .image-slider .swiper-slide.active .info-icon {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-slide[data-index="0"].active {
    margin-left: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="1"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="1"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="1"].active) .swiper-slide[data-index="0"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="2"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="2"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="2"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="2"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="2"].active) .swiper-slide[data-index="1"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="3"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="3"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="3"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="3"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="3"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="3"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="3"].active) .swiper-slide[data-index="2"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="4"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="4"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="4"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="4"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="4"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="4"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="4"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="4"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="4"].active) .swiper-slide[data-index="3"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="5"].active) .swiper-slide[data-index="4"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="6"].active) .swiper-slide[data-index="5"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="7"].active) .swiper-slide[data-index="6"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="8"].active) .swiper-slide[data-index="7"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="9"].active) .swiper-slide[data-index="8"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="10"].active) .swiper-slide[data-index="9"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="10"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="10"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="11"].active) .swiper-slide[data-index="10"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="10"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="10"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="11"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="11"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="12"].active) .swiper-slide[data-index="11"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="10"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="10"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="11"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="11"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="12"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="12"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="13"].active) .swiper-slide[data-index="12"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="10"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="10"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="11"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="11"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="12"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="12"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="13"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="13"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="14"].active) .swiper-slide[data-index="13"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="10"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="10"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="11"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="11"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="12"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="12"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="13"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="13"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="14"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="14"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="15"].active) .swiper-slide[data-index="14"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="10"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="10"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="11"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="11"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="12"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="12"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="13"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="13"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="14"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="14"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="15"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="15"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="16"].active) .swiper-slide[data-index="15"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="10"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="10"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="11"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="11"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="12"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="12"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="13"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="13"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="14"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="14"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="15"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="15"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="16"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="16"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="17"].active) .swiper-slide[data-index="16"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="10"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="10"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="11"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="11"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="12"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="12"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="13"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="13"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="14"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="14"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="15"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="15"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="16"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="16"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="17"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="17"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="18"].active) .swiper-slide[data-index="17"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="10"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="10"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="11"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="11"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="12"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="12"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="13"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="13"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="14"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="14"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="15"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="15"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="16"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="16"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="17"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="17"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="18"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="18"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="19"].active) .swiper-slide[data-index="18"] {
  width: 14%;
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="0"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="0"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="1"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="1"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="2"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="2"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="3"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="3"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="4"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="4"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="5"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="5"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="6"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="6"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="7"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="7"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="8"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="8"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="9"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="9"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="10"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="10"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="11"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="11"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="12"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="12"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="13"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="13"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="14"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="14"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="15"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="15"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="16"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="16"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="17"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="17"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="18"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="18"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="19"] {
  width: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="19"] {
    padding: 0;
  }
}
.ci-news-block .image-slider .swiper-wrapper:has(.swiper-slide[data-index="20"].active) .swiper-slide[data-index="19"] {
  width: 14%;
}
.ci-news-block .btn-wrp {
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .ci-news-block .btn-wrp {
    position: absolute;
    bottom: -5rem;
  }
}
.ci-news-block .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}