.hero {
  margin-top: 32px;
}
.hero__title {
  font-family: "Industry-Black", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.slide {
  padding: 0 15px;
  padding-top: 52px;
  padding-bottom: 30px;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 321px;
}
.slide__wrap {
  max-width: 1278px;
  margin: 0 auto;
}
.slide__title {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  max-width: 600px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .slide__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 624px) {
  .slide__title {
    font-size: 26px;
    line-height: 34px;
  }
}
.slide__button {
  background: #00C74D;
  box-shadow: 0px 2px 0px #00A92F;
  border-radius: 4px;
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
}
.slide__button:hover {
  opacity: 0.8;
}
.slide__button-second {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
}
.slide__button-second:hover {
  opacity: 0.8;
}
.slide__description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 16px;
  letter-spacing: 0.2px;
  max-width: 74%;
}
.slide__gap {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 32px;
}
@media (max-width: 478px) {
  .slide__gap {
    flex-direction: column;
  }
}

.slider {
  margin-top: 32px;
}

.hero .slick-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 6px;
}
.hero .slick-dots .slick-active button {
  background: #04D9FF;
}
.hero .slick-dots button {
  background: #25222A;
  border: none;
  position: relative;
  width: 8px;
  z-index: 12;
  height: 8px;
  font-size: 0;
}
.hero .custom-arrow {
  background: none;
  border: 0;
}
.hero__arrow {
  display: flex;
  justify-content: center;
  gap: 103px;
  margin-top: -22px;
  z-index: 5;
  position: relative;
}