#alert,
#alert p {
  text-align: center;
  line-height: 2;
  padding: 0;
  margin: 0;
  width: 100%;
  background: green;
  color: white;
  overflow: hidden;
  border-radius: 0;
  border: none;
}
.alert {
  display: none;
}
.alert.alert-success {
  display: block;
  margin-top: 1rem!important;
}
.g-recaptcha > div {
  margin: 0 0 1rem;
}

.form-group {
  width: 100%;
}

button:focus,
a:focus {
  outline: none;
}
.mainRotator {
  position: relative;
}
.mainRotator .prev,
.mainRotator .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  z-index: 5;
  width: 3rem;
  height: 5rem;
  line-height: 1;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-weight: 800;
  transition: 0.3s ease-in-out;
}
.mainRotator .prev:hover,
.mainRotator .next:hover {
  background: #fff;
}
.mainRotator .prev {
  left: 2rem;
}
.mainRotator .next {
  right: 2rem;
}
.mainRotator__item {
  position: relative;
  height: 60vh;
  min-height: 40rem;
  background-size: cover;
  background-position: center center;
}
.mainRotator__itemBody {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
.mainRotator__itemBody h2 {
  font-size: 4rem;
  font-weight: 800;
}
.mainRotator__itemBody p {
  font-size: 1.75rem;
  font-weight: 500;
}
.mainRotator .slick-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
  column-gap: 0.6rem;
  margin: 0;
  padding: 0;
}
.mainRotator .slick-dots li.slick-active button {
  background: green;
}
.mainRotator .slick-dots li button {
  transition: 0.2s ease-in-out;
  font-size: 0;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
}
/*# sourceMappingURL=main.css.map */
