.header.opened.scrolled {
  height: 100vh !important;
  overflow-y: auto !important;
}
.slick-dots {
  z-index: 999 !important;
}
@media (max-width: 576px) {
  .desktop__hide {
    display: none !important;
  }
}

@media (max-width: 450px) {
  .wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
  }
}

@media (max-width: 365px) {
  .wpcf7-form-control.wpcf7-submit {
    font-size: 13px;
    padding: 0 0.5rem !important;
  }
}
