.hover-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 10px;
  z-index: 9999;
}
.popup_custom {
  position: fixed;
  z-index: 9997;
  display: none;
  height: 100%;
  right: -20px;
  left: -20px;
}
.popup_inner {
  height: 100%;
}
.popup_inner .results__link {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgb(5 150 105) !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 16px 60px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px !important;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .form__list {
    width: 339px;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.form__list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (min-width: 744px) {
  .form__list-item-img:first-child {
    width: 85px;
    height: 36px;
  }
}

.form__list-item-img:first-child {
  object-fit: contain;
  width: 60.18px;
  height: 26px;
}
@media (max-width: 650px) {
  .results__link {
    font-size: 16px;
    padding: 16px 10px;
    text-align: center;
  }
}

.popup_custom .close_button {
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  right: -40px;
  cursor: pointer;
  z-index: 9995;
  width: 35px;
  height: 35px;
  background-image: url(../../img/button_close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
}
.popup_custom .popup_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000005d;
  opacity: 0.8;
  z-index: 9994;
}
.popup_custom .close_button {
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  right: -40px;
  cursor: pointer;
  z-index: 9995;
  width: 35px;
  height: 35px;
  background-image: url("../../img/button_close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
}
.popup_custom .popup_inner .popup_content {
  margin: 0px auto 0 auto;
  width: 100%;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  min-width: 280px;
  width: 90%;
  max-width: 500px;
}
.popup_custom .popup_content_inner {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  position: relative;
  text-align: left;
  z-index: 9998;
}
.popup_custom .title {
  color: #20b481;
  font-weight: bold;
  font-style: italic;
  font-size: 50px;
  font-family: sans-serif;
  line-height: 1.2;
}
.popup_custom .subtitle {
  font-size: 28px;
  font-weight: normal;
  font-family: sans-serif;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
}
.popup_custom .subtitle b {
  color: #f7931a;
}
.popup_custom .popup_form {
  text-align: center;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.popup_custom .register-btn {
  background: linear-gradient(to right, #06b6a4 0%, #27b378 100%);
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px 15px 0px;
  line-height: 1;
  z-index: 9996;
  position: relative;
  color: #fff;
  border: solid 1px #23b47e;
  border-radius: 5px;
  font-size: 25px;
}
.popup_form input {
  width: 100%;
  box-shadow: 0 0 10px rgba(46, 248, 164, 0.58);
  background: #01160d;
  padding: 10px;
  vertical-align: middle;
  box-shadow: bisque;
  text-align: left;
}
.popup_form .phone {
  padding-left: 97px !important;
}
@media (max-width: 600px) {
  .popup_custom .close_button {
    right: 5px;
    top: -40px;
  }
}
@media screen and (min-width: 744px) {
  .form__list {
    width: 339px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
@media screen and (min-width: 744px) {
  .form__list-item-img:first-child {
    width: 85px;
    height: 36px;
  }
}
