.aheto-contact--floreal-slider .aheto-contact__title {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .aheto-contact--floreal-slider .aheto-contact__title {
    margin-bottom: 20px;
  }
}

.aheto-contact--floreal-slider .aheto-contact__info {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .aheto-contact--floreal-slider .aheto-contact__info {
    margin-bottom: 12px;
  }
}

.aheto-contact--floreal-slider .aheto-contact__info:last-of-type {
  margin-bottom: 0;
}

.aheto-contact--floreal-slider .aheto-contact__info i {
  display: inline-block;
  margin-right: 12px;
  color: var(--c-light);
}

.aheto-contact--floreal-slider .aheto-contact__info i::before {
  background-color: var(--c-alter);
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aheto-contact--floreal-slider .aheto-contact__info i.icon_mail_alt::before {
  padding: 3px 6px 7px;
}

.aheto-contact--floreal-slider .aheto-contact__info p {
  display: inline-block;
  margin-bottom: 0;
}

.aheto-contact--floreal-slider .aheto-contact__info a:hover {
  color: var(--c-active);
}

.aheto-contact--floreal-slider .swiper {
  position: relative;
}

.aheto-contact--floreal-slider .swiper .swiper-slide {
  padding-left: 2px;
}

.aheto-contact--floreal-slider .swiper-button-prev, .aheto-contact--floreal-slider .swiper-button-next {
  right: 12px;
  left: initial;
  color: var(--c-dark);
  top: 10px;
  opacity: .7;
}

.aheto-contact--floreal-slider .swiper-button-prev:hover, .aheto-contact--floreal-slider .swiper-button-next:hover {
  color: var(--c-active);
}

@media screen and (max-width: 1024px) {
  .aheto-contact--floreal-slider .swiper-button-prev, .aheto-contact--floreal-slider .swiper-button-next {
    display: none;
  }
}

.aheto-contact--floreal-slider .swiper-button-next:before {
  content: "\f3d3";
}

.aheto-contact--floreal-slider .swiper-button-prev {
  right: 58px;
}

.aheto-contact--floreal-slider .swiper-button-prev:before {
  content: "\f3d2";
}

.aheto-contact--floreal-slider .swiper-button-prev::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -19px;
  height: 22px;
  border-right: 1px solid rgba(var(--ca-dark), 0.23);
}

.aheto-contact__light_arrows .swiper-button-prev, .aheto-contact__light_arrows .swiper-button-next {
  color: var(--c-light);
}

.aheto-contact__light_arrows .swiper-button-prev:hover, .aheto-contact__light_arrows .swiper-button-next:hover {
  color: var(--c-alter);
}

.aheto-contact__light_arrows .swiper-button-prev::after {
  border-right: 1px solid rgba(var(--ca-light), 0.23);
}
