.popup {
  display: flex;
  z-index: 9999;
  height: 100vh;
}
.overflow-y-auto {
  max-height: 99vh;
  overflow-y: auto;
}
.popup-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
.popup-bg {
  background: rgba(25, 55, 98, 0.3);
}
.popup article {
  margin: auto;
  width: 90%;
  height: 90%;
  padding: 16px;
}
.popup .icon {
  margin-bottom: 24px;
  width: 72px;
  height: 72px;
}
.popup .icon svg {
  width: 24px;
  height: 24px;
}
.popup-title {
  margin-bottom: 14px;
  font-size: 24px;
}
.popup-text {
  margin-bottom: 24px;
}
.popup .close-popup {
  right: 32px;
  top: 32px;
  border-radius: 100px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.2);
}
.popup .close-popup:hover {
  background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1024px) {
  .popup-flex {
    flex-direction: row;
  }

  .popup article {
    width: 680px;
    height: 700px;
    padding: 40px;
    max-width: 550px;
  }

  .popup .icon {
    margin-bottom: 46px;
    width: 140px;
    height: 140px;
  }
  .popup .icon svg {
    width: 44px;
    height: 44px;
  }
  .popup-title {
    margin-bottom: 24px;
    font-size: 60px;
    font-size: 40px;
  }
  .popup-text {
    max-width: 370px;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
.lg\:text-3xl {
    font-size: 1.3rem;
    line-height: 2rem;
}
}

@media (max-width: 768px) {
  .h-\[700px\] {
    height: 460px;
}
}


@media (max-width: 438px) {
  .h-\[700px\] {
    height: 586px;
}
}

#menu-services-menu .sub-menu .menu-item{
  opacity: 0.7;

}

@media screen and (min-width: 1024px) {
.popup .popup-flex .front-article {
    height: 320px;
}
}