.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;
  overflow-y: auto;
}
.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;
  top: -1px;
  right: -1px;
  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;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.popup_inner {
  top: 50%;
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9995;
  max-width: 800px;
  width: 100%;
}

.popup_custom .popup_content_inner {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  position: relative;
  text-align: left;
  z-index: 9998;
  max-width: 90%;
  margin: 0 auto;
}
.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;
}
.form-container-unique {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form-container-unique .form__wrapper {
  margin-top: 0;
}

.form__list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (min-width: 744px) {
  .form__list {
    width: 339px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
.form__list-item-img:first-child {
  object-fit: contain;
  width: 60.18px;
  height: 26px;
}
@media screen and (min-width: 744px) {
  .form__list-item-img:first-child {
    width: 85px;
    height: 36px;
  }
}
.form__list-item-img:nth-child(2) {
  object-fit: contain;
  width: 50px;
  height: 26px;
}
@media screen and (min-width: 744px) {
  .form__list-item-img:nth-child(2) {
    width: 70px;
    height: 36px;
  }
}
.form__list-item-img:nth-child(3) {
  object-fit: contain;
  width: 73px;
  height: 26px;
}
@media screen and (min-width: 744px) {
  .form__list-item-img:nth-child(3) {
    width: 104px;
    height: 36px;
  }
}
.register-button2 {
  background: #ffde00;
  box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 240px;
  margin: 0 auto;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #333;
  border: none;
  position: relative;
}
@media screen and (min-width: 744px) {
  .register-button2 {
    font-size: 16px;
    width: 452px;
  }
}
#register-button1 {
  margin-top: 16px;
}
.w-button {
  background: #ffde00;
  box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 240px;
  margin: 0 auto;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #333;
  border: none;
  position: relative;
}
@media screen and (min-width: 744px) {
  .w-button {
    font-size: 16px;
    width: 452px;
  }
}
.register-button2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #333;
  background: #ffde00;
  box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
  border-radius: 30px;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 744px) {
  .register-button2 {
    font-size: 16px;
    line-height: 140%;
    width: 452px;
  }
}
.register-button3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #333;
  background: #ffde00;
  box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
  border-radius: 30px;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 744px) {
  .register-button3 {
    font-size: 16px;
    line-height: 140%;
    width: 452px;
  }
}

.hide {
  display: block;
}

@media (max-width: 600px) {
  .hide {
    display: none;
  }

  .popup_custom .close_button {
    top: 2px;
    right: 1px;
  }
}
