.addons-adults-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0.95;
  background: #fff;
}
.popup-form-section {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 0;
  padding: 30px 10px;
  z-index: 9999999;
}
.popup-form-section:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: -1px;
  height: 100%;
}
.popup-form-section__inner {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  border: 4px solid #ff7045;
  background-color: #fff;
  width: 502px;
  padding: 45px 25px 35px;
  font-family: Arial;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 960px) {
  .popup-form-section__inner {
    padding: 40px 25px 30px;
  }
}
@media (max-width: 640px) {
  .popup-form-section__inner {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 479px) {
  .popup-form-section__inner {
    padding: 32px 25px 22px;
  }
}
.popup-form-section__top {
  margin-bottom: 30px;
}
.popup-form-section__top:before {
  content: "18+";
  width: 82px;
  height: 50px;
  padding-top: 32px;
  border: 4px solid #eeecec;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  color: #464657;
  font-family: Arial;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 960px) {
  .popup-form-section__top {
    margin-bottom: 15px;
  }
  .popup-form-section__top:before {
    font-size: 14px;
    width: 42px;
    height: 28px;
    padding-top: 14px;
  }
}
.popup-form-section__button {
  border-radius: 4px;
  background: #ff7044;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  padding: 16px 25px 17px;
  border: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px;
  letter-spacing: 0.5px;
  min-width: 215px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
@media (max-width: 960px) {
  .popup-form-section__button {
    font-size: 13px;
    padding: 12px 20px 12px;
  }
}
@media (max-width: 479px) {
  .popup-form-section__button {
    display: block;
    min-width: 100%;
    margin: 0 0 10px;
  }
}
.popup-form-section__button:hover {
  background: #fb7d57;
}
.popup-form-section__button--continue {
  background: none;
  color: #333;
  border: 1px solid #d8d8d8;
  padding: 15px 25px 16px;
}
@media (max-width: 960px) {
  .popup-form-section__button--continue {
    padding: 11px 20px 11px;
  }
}
.popup-form-section__button--continue:hover {
  background: transparent;
  border-color: #777;
}
.popup-form-section__title {
  text-transform: uppercase;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 3px;
}
@media (max-width: 960px) {
  .popup-form-section__title {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .popup-form-section__title {
    font-size: 14px;
  }
}
.popup-form-section__desc {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 960px) {
  .popup-form-section__desc {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .popup-form-section__desc {
    font-size: 12px;
  }
}
.popup-form-section__bottom {
  margin-top: 25px;
  font-size: 0;
}
@media (min-width: 480px) and (max-width: 960px) {
  .popup-form-section__bottom {
    margin-top: 15px;
  }
}
.popup-form-section__inner {
  border: none;
  border-radius: 20px;
}
.popup-form-section__button {
  background: #000;
  border-color: #000;
  color: #fff;
  border-radius: 15px;
}
.popup-form-section__button:not(.popup-form-section__button--continue):hover {
  background: var(--primary-color-base);
  border-color: var(--primary-color-base);
}
.popup-form-section__button--continue:hover {
  color: #000;
}
@media (max-width: 960px) {
  .lpc-elements-headline__title, .lpc-features-2__title, .lpc-shop-lot__header, .lpc-numbered-list__header, .lpc-text-sticky-1__title, .lpc-form-2__form-header {
    font-size: 30px !important;
  }
  .lpc-product-8__text {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .lpc-elements-headline__title, .lpc-features-2__title, .lpc-shop-lot__header, .lpc-numbered-list__header, .lpc-text-sticky-1__title, .lpc-form-2__form-header {
    font-size: 24px !important;
  }
  .lpc-product-8__text {
    font-size: 15px !important;
  }
}
.text_under_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.text_item {
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 25px;
  background-color: white;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .text_under_body {
    grid-template-columns: 1fr;
  }
}
.lpc-contact-form__social-list {
  margin-bottom: 0 !important;
}
