:root {
  --speed: 300ms;
  --time-function: ease-in-out;
  --container: 1440px;
}

/* FONT SourceSansPro */
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/* media breakpoint mixin */
.hero__wrapper {
  position: relative;
}
.hero__nav {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 15px;
  background: var(--ast-global-color-7);
  color: var(--ast-global-color-1);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 576px) {
  .hero__nav {
    padding: 21px 44px 24px;
    width: 431px;
  }
}
.hero__slider {
  box-sizing: border-box;
}
.hero__arrow:nth-child(n) {
  background: var(--ast-global-color-2);
  color: var(--ast-global-color-1);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  padding: 0px;
}
.hero__arrow:nth-child(n).swiper-button-disabled {
  opacity: 0.7;
}
.hero__count {
  margin-left: 18px;
  margin-right: 12px;
  width: auto;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  line-height: 1.42;
}
@media only screen and (min-width: 576px) {
  .hero__count {
    font-size: 16px;
    line-height: 1.44;
  }
}
.hero__count .swiper-pagination-current {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
}
@media only screen and (min-width: 576px) {
  .hero__count .swiper-pagination-current {
    font-size: 42px;
  }
}
.hero__item {
  min-height: 375px;
  width: 100%;
  padding: 80px 0px;
  color: var(--ast-global-color-1);
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .hero__item {
    height: 720px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hero__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.hero__decor {
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--ast-global-color-0);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
}
video + .hero__decor {
  opacity: 0.3;
  visibility: visible;
}
.hero__text-wrapper {
  max-width: 828px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 576px) {
  .hero__text-wrapper {
    text-align: left;
  }
}
.hero .hero__title {
  color: var(--ast-global-color-1);
}
.hero__title, .hero__text {
  margin-bottom: 26px;
}
.hero__text {
  max-width: 510px;
}
.hero__text p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.hero__text p:not(:last-child) {
  margin-bottom: 10px;
}
.hero__text img {
  width: 100px;
  height: auto;
  margin-top: -7px;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .hero__text {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .hero__buttons {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hero__button:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 576px) {
  .hero__button:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 0px;
  }
}

/*# sourceMappingURL=hero.css.map */
