/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/hero.scss ***!
  \*****************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Montserrat", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.hero .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .navigation {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero .swiper-button-prev, .hero .swiper-button-next {
  background-color: #f3f3f3;
}
.hero .swiper-button-prev:after, .hero .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%2730%27 viewBox=%270 0 15 30%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.03578 8.14665L4.3494 6.83427L11.5043 13.9867C11.6197 14.1014 11.7112 14.2376 11.7737 14.3878C11.8361 14.5379 11.8683 14.6989 11.8683 14.8615C11.8683 15.0241 11.8361 15.185 11.7737 15.3352C11.7112 15.4853 11.6197 15.6216 11.5043 15.7362L4.3494 22.8924L3.03701 21.58L9.75244 14.8633L3.03578 8.14665Z%27 fill=%27%23333333%27/%3E%3C/svg%3E%0A");
}
.hero .swiper-button-prev {
  left: 0;
}
.hero .swiper-button-next {
  right: 0;
}
.hero-swiper-pagination {
  bottom: 44px !important;
}
.hero-swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
  opacity: 1;
}
.hero-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff8800;
}
@media screen and (max-width: 1279px) {
  .hero .navigation {
    display: none;
  }
  .hero .hero-swiper-pagination {
    bottom: 0 !important;
  }
}
