@charset "UTF-8";
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .country-slider:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.country-slider {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .country-slider {
    margin-top: 20px;
  }
}
.country-slider:before {
  display: none;
  content: "\e900";
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 3;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 50%;
  color: #0046b4;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .country-slider:before {
    display: block;
  }
}
.country-slider .swiper-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .country-slider .swiper-container {
    overflow: initial;
  }
}
.country-slider .swiper-slide {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .country-slider .swiper-slide .node-country-country-list {
    margin: 0 5px;
  }
  .country-slider .swiper-slide .node-country-country-list--еxplore {
    margin: 0 15px 0 5px;
  }
  .country-slider .swiper-slide:first-child .node-country-country-list {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .country-slider__wrapper.swiper-wrapper-centered {
    display: flex;
    justify-content: center;
  }
  .country-slider__wrapper.swiper-wrapper-items-4 .swiper-slide {
    width: 25% !important;
  }
}
.country-slider__swiper-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .country-slider__navigation {
    display: none;
  }
}
@media (min-width: 1200px) {
  .country-slider__navigation .arrows:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    display: inline-block;
    height: 280px;
    width: calc(100vw - 1176px);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.country-slider__navigation .arrows:hover, .country-slider__navigation .arrows:active, .country-slider__navigation .arrows:focus, .country-slider__navigation .arrows:active:focus {
  outline: none;
}
.country-slider__navigation .arrows span {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  opacity: 0.8;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  z-index: 4;
  transform: translateY(-50%);
  cursor: pointer;
}
.country-slider__navigation .arrows span:hover {
  opacity: 1;
}
.country-slider__navigation .arrows span:focus {
  outline: none;
}
.country-slider__navigation .arrows span:after, .country-slider__navigation .arrows span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.country-slider__navigation .arrows span:after {
  left: 20px;
  height: 3px;
  width: 15px;
  background: #0046b4;
}
.country-slider__navigation .arrows span:before {
  position: relative;
  height: 9px;
  width: 9px;
  margin-top: -6px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #0046b4;
}
.country-slider__navigation .arrows__left:after {
  right: 100%;
}
.country-slider__navigation .arrows__left span {
  left: -30px;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.country-slider__navigation .arrows__left span:before {
  left: 20px;
  transform: rotate(135deg);
}
.country-slider__navigation .arrows__right:after {
  left: 100%;
}
.country-slider__navigation .arrows__right span {
  right: -30px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.country-slider__navigation .arrows__right span:before {
  left: 24px;
  transform: rotate(-45deg);
}
.country-slider__navigation .arrows__disabled:after {
  display: none;
}
.country-slider__navigation .arrows__disabled:hover,
.country-slider__navigation .arrows__disabled span {
  opacity: 0;
}

/*# sourceMappingURL=country-list-slider.css.map */
