.swiper-block {
  padding: 120px 0 0;
  width: 100%;
  min-height: 915px;
  background: url('/local/templates/europe/assets/img/slider-block.svg') no-repeat center 0;
  position: relative;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-bottom: 40px;
  transition-duration: 0ms !important;
  transition-property: transform;
  justify-content: flex-start;
}

.swiper-pagination {
  bottom: 75px !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 245px;
  display: none;
  width: 35.5px;
  height: 93px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  align-items: center;
  background: url('/local/templates/europe/assets/img/slider-right-a.svg') no-repeat center 0;
  justify-content: center;
  color: transparent;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-image: url('/local/templates/europe/assets/img/slider-right-hover.svg');
}

.swiper-slide-active .swiper-button-next,
.swiper-slide-active .swiper-button-prev {
  display: flex;
}


.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-prev {
  transform: rotate(-180deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url('/local/templates/europe/assets/img/slider-right.svg') no-repeat 0 0;
}

.slider-title {
  color: #fff;
  margin-bottom: 40px;
}

.slider-text {
  margin-bottom: 40px;
  color: #53a8ff;
  text-align: center;
}

.slider-text a {
  color: #29ffd9;
}

.swiper-slide {
  width: auto;
  overflow: hidden;
}

.swiper-slide:last-of-type {
  margin-right: 0 !important;
}

.swiper-slide-active {
}

.swiper-slide .slide-text {
  display: none;
  color: #fff;
}

.slide-card {
  width: 250px;
  margin-top: 235px;
}

.swiper-slide-active .slide-card {
  width: 630px;
  margin-top: 0;
  margin-right: 50px;
  margin-left: 50px;
}

.slide-title {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
}

.swiper-slide-active .slide-title {
  font-size: 18px;
  line-height: 25px;
}

.slider-card-img {
  height: 140px;
  margin-bottom: 25px;
  border: 2px solid #147994;
}

.slider-card-img:hover {
  border-color: #29ffd9;
}

.swiper-slide-active {
  margin-top: 0;
}

.swiper-slide-active .slider-card-img {
  height: 373px;
  width: 100%;
  border: 7px solid #29ffd9;
}

.swiper-slide-active .slide-text {
  display: block;
}

.swiper-pagination-bullet {
  border-radius: 0;
  background: #147994;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #29ffd9;
}
