.swiper-container.mobileSwiper {
  width: 100%;
}
@media screen and (min-width: 1401px) {
  .swiper-container.mobileSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .swiper-container.mobileSwiper .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .swiper-container.mobileSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    max-height: 450px;
  }
}
.swiper-container.mobileSwiper .swiper-wrapper .swiper-slide.two-row {
  grid-row: 1/3;
  grid-column: 4/5;
}
@media screen and (min-width: 1401px) {
  .swiper-container.mobileSwiper .swiper-wrapper .swiper-slide:nth-child(3) .item {
    padding: 30px 0 0 30px;
  }
}
.swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  justify-content: start;
  align-items: flex-start;
  background-color: #F5F7F8;
  padding: 30px;
  color: #212121;
  transition: box-shadow 0.3s ease-in;
}
@media screen and (min-width: 1401px) {
  .swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item {
    gap: 0;
  }
}
@media screen and (max-width: 1400px) {
  .swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item {
    gap: 20px;
    height: 305px;
  }
}
.swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item:hover img {
  scale: 0.9;
}
.swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item img {
  align-self: flex-end;
  transition: scale 0.3s linear;
}
@media screen and (max-width: 1400px) and (min-width: 500px) {
  .swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item img {
    max-width: 100%;
    max-height: 200px;
  }
}
@media screen and (max-width: 499px) {
  .swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item img {
    max-height: 150px;
  }
}
.swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item-left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item-left p {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 901px) {
  .swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item-left p {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 900px) {
  .swiper-container.mobileSwiper .swiper-wrapper .swiper-slide .item-left p {
    font-size: 22px;
    line-height: 1;
  }
}

.swiper-pagination.mobileSwiper-pagination {
  position: relative;
  margin-top: 20px;
}
.swiper-pagination.mobileSwiper-pagination .swiper-pagination-bullet {
  background: #D9DDE8;
}
.swiper-pagination.mobileSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1486C9;
  position: relative;
}
.swiper-pagination.mobileSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -8px;
  left: -8px;
}/*# sourceMappingURL=destroy.css.map */