@import './variables.css';
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}
body, html {
  min-height: 100%;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button, input {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

img {
  /* max-width: 100%;
  height: auto; */
  vertical-align: middle;
}

body {
  overflow-x: hidden !important;
}

.eq_page, .eq_page__header, .eq_page__content, .eq_gift__form, .eq_form__content {
  display: flex;
}
.eq_page, .eq_page__header, .eq_form__content {
  align-items: center;
}
.eq_page, .eq_page__header, .eq_form__content {
  flex-direction: column;
}
.eq_page {
  background: var(--primary);
}
.eq_page__header, .eq_page__footer {
  background: var(--primary);
}
.eq_page__header, .eq_page__footer {
  padding: 4px 10px;
  align-self: stretch;
}
.eq_page__header {
  align-items: center;
  gap: 10px;
  padding-top: 0;
  color: white;
  position: relative;
  z-index: 1;
}
.eq_page__header__name {
  font-weight: bold;
  color: var(--dark);
  padding: 5px 10px;
  border-radius: 10px;
  line-height: 1;
  background-color: #fff;
  margin-left: -80px;
  font-size: 20px;
}
.eq_page__header__text {
  font-size: 2.5rem;
  margin: 0;
}
.eq_page__header__text strong {
  color: red;
  text-transform: uppercase;
}
.eq_page__header img {
  background-color: #fff;
  height: 100px;
  padding: 16px;
  border-radius: 0 0 10px 10px;
}
.eq_page__header:before {
  content: "";
  background: url("../assets/giftfinal.png") no-repeat;
  background-size: contain;
  background-position: right top;
  width: 175px;
  height: 135px;
  top: 227px;
  transform: translateY(-50%);
  left: 100px;
  position: absolute;
}
.eq_page__header:after {
  content: "";
  background: url("../assets/wave.png") no-repeat;
  background-size: contain;
  background-position: right top;
  width: 150px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  position: absolute;
}
.eq_page__content {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 130px 16px;
  gap: 210px;
  background: white;
  position: relative;
}
.eq_page__content:before {
  content: "";
  background: url("../assets/wave2.png") no-repeat;
  background-size: cover;
  background-position: top center;
  width: 150px;
  height: 120px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.eq_page__content:after {
  content: "";
  background: url("../assets/circle.png") no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100px;
  height: 100px;
  top: 65%;
  right: -30px;
  position: absolute;
}
.eq_page__footer {
  text-align: center;
  color: var(--white);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.eq_page__footer a{
  color: var(--white) !important;
}
.eq_page__text {
  margin: 10px 0;
  text-align: center;
  color: var(--dark);
  font-weight: 500;
}
.eq_gift__form {
  font-size: 1.5rem;
  max-width: 100%;
}
.eq_gift__form__input {
  background: var(--primary-dark);
  padding: 12px 24px;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: inherit;
  flex: 1;
}
.eq_gift__form__button {
  background: var(--primary);
  padding: 6px 24px;
  border: 2px solid var(--dark);
  color: var(--white);
  font-weight: 500;
  font-size: inherit;
  display: block;
  text-align: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.eq_gift__form__button.roundeds {
  border-radius: 30px;
  font-weight: bold;
}
.eq_gift__form__prepend {
  border-radius: 10px 0 0 10px;
}
.eq_gift__form__append {
  border-radius: 0 10px 10px 0;
}
.eq_form__title {
  text-align: center;
}
.eq_product__title {
  color: var(--dark);
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}
.eq_product__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eq_product__photo {
  height: 300px;
}
.eq_user__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.eq_user__product {
  text-align: center;
  border-collapse: collapse;
}
.eq_user__product__col {
  padding: 3px 7px;
  display: block;
  font-size: 14px;
  color: var(--white);
}
.eq_user__product thead .eq_user__product__col {
  background-color: #56A180;
}
.eq_user__product thead th:nth-child(1) .eq_user__product__col, .eq_user__product thead td:nth-child(1) .eq_user__product__col {
  border-radius: 10px 0 0 10px;
}
.eq_user__product thead th:nth-child(2) .eq_user__product__col, .eq_user__product thead td:nth-child(2) .eq_user__product__col {
  border-radius: 0 10px 10px 0;
}
.eq_user__product tbody .eq_user__product__col {
  background-color: var(--white);
  border: 1px solid var(--primary);
  color: var(--dark);
}
.eq_user__product tbody td {
  padding: 5px 0;
}
.eq_user__product tbody td:nth-child(1) .eq_user__product__col {
  border-radius: 10px 0 0 10px;
  border-right: 0;
}
.eq_user__product tbody td:nth-child(2) .eq_user__product__col {
  border-radius: 0 10px 10px 0;
}
.eq_user__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 100%;
}
.eq_user__form__block {
  display: flex;
  flex-wrap: nowrap;
}
.eq_user__form__block input {
  background-color: var(--white);
  padding: 6px 18px;
  border-radius: 20px;
  color: var(--dark);
  flex: 1;
  border: 1px solid var(--primary);
  width: 100%;
}
.eq_user__form__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.eq_user__form__label {
  min-width: 100px;
  font-size: 1.3rem;
  color: var(--dark);
  text-align: left;
}
.eq_user__form__note {
  color: red;
}
.eq_user__form__row {
  display: flex;
  gap: 30px;
}
.eq_user__name {
  color: var(--white);
}
.eq_user__detail {
  display: flex;
  flex-direction: column;
}
.eq_user__detail li {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.eq_user__detail li:not(:last-child) {
  border-bottom: 1px solid var(--primary-dark);
}
.eq_user__detail li:before {
  content: attr(data-name);
}
.eq_user__detail li input {
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: none;
}
.eq_user__row > .col-12{
padding: 0 50px !important;
}
.eq_product__block {display: flex;flex-wrap: nowrap;}
.eq_product__checks {display: flex;flex-direction: column;gap:15px;}
.eq_product__check {display:flex;align-items: center;gap:10px;font-size: 18px;}
.eq_product__check input {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  border: 1px solid #56A180;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .eq_page__header img {
    height: 60px;
    padding: 6px 10px;
    width: auto !important;
  }
  .eq_page__header:after {
    width: 100px;
    display: none !important;
  }
  .eq_page__header:before {
    width: 80px;
    height: 60px;
    top: unset;
    bottom: -55px;
    transform: none;
    left: 10px;
  }
  
  .eq_page__header__user {
    width: 100%;
  }
  .eq_page__header__name {
    margin-left: -18px;
    padding-left: 40px;
  }
  .eq_page__content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    padding: 70px 16px;
  }
  .eq_page__content:after {
    width: 50px;
    height: 50px;
    top: 100px;
    right: 0px;
  }
  .eq_product__title {
    font-size: 24px;
  }
  .eq_user__form__row {
    flex-direction: column;
    gap: 10px;
  }
  .eq_gift__form__button {
    width: 100%;
    text-align: center;
    display: block;
  }
  .eq_user__form__label {
    font-size: 18px;
  }
  .eq_page__header__text {
    font-size: 1.2rem;
    text-align: center;
    margin: 16px 0;
  }
  .eq_product__photo {
    height: 200px;
    margin: 10px auto;
    display: block;
  }
  .eq_product__left,
  .eq_product__right {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .eq_page__content:after {
    top: 320px;
    z-index: 1;
  }
}/*# sourceMappingURL=giftstyle.css.map */
@media (max-width: 479px) {
  .eq_user__row > .col-12{
    padding: 0 !important;
    }
    .eq_user__form__block {
      flex-direction: column;
    }
    .eq_gift__form__button.roundeds {
      max-width: unset;
    }
}