.slider-section {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .slider-section {
    margin-bottom: 20px;
  }
}
.slider-section__wrap {
  display: grid;
  grid-template-columns: 1fr 750px;
  grid-gap: 50px;
  align-items: center;
}
@media (max-width: 1200px) {
  .slider-section__wrap {
    grid-template-columns: 1fr 600px;
  }
}
@media (max-width: 990px) {
  .slider-section__wrap {
    display: block;
  }
}
.slider-section__title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
  text-align: center;
  display: block;
}
@media (max-width: 990px) {
  .slider-section__title {
    font-size: 30px;
  }
}
.slider-section__btn {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .slider-section__btn {
    padding: 10px;
  }
}
.slider-section__btn::before {
  content: "";
  display: block;
  width: 40px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.7) 100%);
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 2s ease-in-out 0.05s infinite;
}
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.slider-section .swiperMain {
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .slider-section .swiperMain {
    margin-top: 30px;
  }
}
.slider-section .swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.slider-section .swiper-button-prev:after {
  font-size: 11px;
  color: #000;
  position: relative;
  top: 1px;
}
.slider-section .swiper-button-prev {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  background: #fff;
  border-radius: 50%;
}
.slider-section .swiper-button-next:after {
  font-size: 11px;
  color: #000;
  position: relative;
  top: 1px;
}
.slider-section .swiper-button-next {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  background: #fff;
  border-radius: 50%;
}

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