.main-slider .swiper-wrapper {
  position: relative; }
.main-slider .main-slider-pagination {
  position: absolute;
  bottom: 50px !important;
  z-index: 6;
  width: fit-content !important;
  transform: translateX(-50%);
  left: 50% !important;
  display: flex;
  height: 40px; }
  .main-slider .main-slider-pagination .swiper-pagination-bullet {
    background-color: white !important;
    width: 2px;
    height: 30px;
    transition: 0.5s;
    border-radius: 0 !important;
    opacity: 1;
    cursor: pointer;
    margin: 0 10px !important; }
    .main-slider .main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      height: 40px; }
.main-slider .main-slider-prev,
.main-slider .main-slider-next {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s; }
  @media screen and (min-width: 768px) {
    .main-slider .main-slider-prev,
    .main-slider .main-slider-next {
      padding: 0 20px; }
      .main-slider .main-slider-prev:hover,
      .main-slider .main-slider-next:hover {
        background-color: rgba(0, 0, 0, 0.2); } }
  .main-slider .main-slider-prev svg,
  .main-slider .main-slider-next svg {
    width: 40px;
    height: 40px; }
    .main-slider .main-slider-prev svg path,
    .main-slider .main-slider-next svg path {
      stroke: #fff; }
.main-slider .main-slider-prev {
  left: 0; }
.main-slider .main-slider-next {
  right: 0; }

.index-head-slide__body {
  height: 100vh;
  width: 100%;
  position: relative; }
  .index-head-slide__body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5; }
  .index-head-slide__body img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .index-head-slide__body video {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .index-head-slide__body a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    z-index: 6;
    text-align: center;
    width: fit-content;
    line-height: 1.3;
    display: block;
    text-transform: uppercase;
    font-size: 40px;
    color: white; }
    @media screen and (max-width: 767.5px) {
      .index-head-slide__body a {
        font-size: 35px;
        width: calc(100% - 100px);
        bottom: 120px; } }
    .index-head-slide__body a:after {
      background-color: white !important; }
    .index-head-slide__body a:hover {
      color: white; }

/*# sourceMappingURL=style.css.map */
