.three-items {
  position: relative;
}
.three-items__wrapper.swiper-wrapper-centered {
  display: flex;
  justify-content: center;
}
.three-items .swiper-container {
  width: 100%;
  height: 100%;
}
.three-items .swiper-slide {
  display: flex;
  width: 100%;
  height: auto;
}
[dir=ltr] .three-items .swiper-slide:last-child {
  margin-right: 0 !important;
}
[dir=rtl] .three-items .swiper-slide:last-child {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .three-items .swiper-slide > .media-container {
    margin: 0 5px;
  }
  [dir=ltr] .three-items .swiper-slide:first-child > .media-container {
    margin-left: 15px;
  }
  [dir=rtl] .three-items .swiper-slide:first-child > .media-container {
    margin-right: 15px;
  }
  [dir=ltr] .three-items .swiper-slide:last-child > .media-container {
    margin-right: 15px;
  }
  [dir=rtl] .three-items .swiper-slide:last-child > .media-container {
    margin-left: 15px;
  }
}
.three-items__navigation {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
}
@media (min-width: 1200px) {
  .three-items__navigation {
    left: -30px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .three-items__navigation {
    display: none;
  }
}
.three-items .arrows {
  width: 48px;
  height: 48px;
  margin: 0;
  transform: translateY(-100%);
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #00A4D9;
  font-size: 0;
}
[dir=ltr] .three-items .arrows {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
[dir=rtl] .three-items .arrows {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 767px) {
  .three-items .arrows {
    width: 60px;
    height: 60px;
    border: 5px solid #fff;
  }
}
.three-items .arrows:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../../images/icon/solid-arrow-bold-left-white.svg") center no-repeat;
  background-size: 14px;
}
@media (min-width: 767px) {
  .three-items .arrows:after {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
.three-items .arrows:focus {
  outline: none;
}
[dir=ltr] .three-items .arrows__left {
  left: 0;
  right: auto;
}
[dir=rtl] .three-items .arrows__left {
  right: 0;
  left: auto;
}
[dir=ltr] .three-items .arrows__left:after {
  margin-right: 2px;
}
[dir=rtl] .three-items .arrows__left:after {
  margin-left: 2px;
  transform: rotate(180deg);
}
[dir=ltr] .three-items .arrows__right {
  right: 0;
  left: auto;
}
[dir=rtl] .three-items .arrows__right {
  left: 0;
  right: auto;
}
[dir=ltr] .three-items .arrows__right:after {
  margin-left: 2px;
  transform: rotate(180deg);
}
[dir=rtl] .three-items .arrows__right:after {
  margin-right: 2px;
  transform: rotate(0deg);
}
.three-items .arrows__disabled, .three-items .arrows.swiper-button-disabled {
  display: none;
}

/*# sourceMappingURL=three-items-slider.css.map */
