/**
Theme Name: Astra Child
Author: IgorYartsev
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/ :root {
  --border-radius: 5px;
  --box-shadow: 0 2px 5px -1px #00000070;
  --box-shadow-hover: 0 2px 5px -1px;
  --background: #f6f6f6;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
* {
  position: relative;
}
:active, :focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0 !important;
}
#point-score, .default-featured-img, .post-thumb {
  display: none;
}
.background-01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('/wp-content/uploads/2024/01/background.webp') center center / contain no-repeat;
  opacity: 0.1;
  z-index: -1;
}
/*
.background-registration::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('/wp-content/uploads/2024/12/registration.webp') top / cover no-repeat;
  opacity: 0.5;
  z-index: -1;
}
*/
.background-registration::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 1);
  background-image:
    url('/wp-content/uploads/2024/12/registration-2.webp'), radial-gradient(circle at 91% 11%, hsla(241.99999999999997, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(191.91176470588238, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(136.32352941176467, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%);
  background-position: center center, 91% 11%, 66% 37%, 36% 87%;
  background-size: cover, auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-blend-mode: normal, normal, normal, normal;
  opacity: 0.5;
  z-index: -1;
}
.contact-forms.background-registration::before {
  z-index: 0;
}
.main-block {
  border-radius: 30px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3));
  backdrop-filter: blur(5px);
  position: relative;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.5);
  padding: 30px;
}
.background-registration .main-block {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.9px);
  -webkit-backdrop-filter: blur(6.9px);
  border: 1px solid rgba(255, 255, 255, 0.61);
  overflow: hidden
}
@media (min-width: 1200px) {
  .background-01::before {
    background-size: cover;
  }
}
.ur-frontend-form {
  width: -webkit-fill-available;
  border: none;
  padding: 0;
}
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid textarea, .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid select {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  background: var(--background);
}
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form input[type=submit], .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button[type=submit], .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button.user-registration-multi-part-nav-prev, .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button.user-registration-multi-part-nav-next {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  margin: 30px auto;
}
.user-registration-password-hint, .user-registration-password-strength.good {
  display: none;
}
body .registered-users-only {
  display: none;
}
body.logged-in .registered-users-only {
  display: block;
}
.get-promocode h2 {
  margin: 2rem auto 1rem;
}
.get-promocode__promocode {
  background: rgba(29, 29, 27, .05);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 23px 32px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.get-promocode__textCopied {
  background: linear-gradient(0deg, rgba(29, 29, 27, .8), rgba(29, 29, 27, .8)), #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: 50%;
  line-height: 18px;
  padding: 4px 8px;
  position: absolute;
  text-transform: lowercase;
  top: 0;
  transform: translateX(-50%);
  transition: all .3s;
  display: none;
}
.get-promocode__promocode span {
  color: rgba(29, 29, 27, .6);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  text-align: center;
/*  text-transform: uppercase;*/
}
.get-promocode__promocode img, .get-promocode__promocode svg {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
.get-promocode .d-none-custom {
  display: block;
}
.get-promocode .cursor-off {
  cursor: auto;
  display: none;
}
.copy-svg {
  display: block;
}
.done-svg {
  cursor: auto;
  display: none;
}
#medizine-button {
  border-radius: 3px;
  background-color: white;
  transition: .3s;
  margin-bottom: 15px;
  padding: 10px 40px;
}
.download-button {
  border-style: solid;
  border-width: 0px;
  border-color: var(--ast-global-color-7);
  background-color: var(--ast-global-color-7);
  font-weight: 600;
  line-height: 1em;
  font-size: xx-large;
  border-radius: 10px;
  padding: 20px;
  word-break: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
  color: white;
}
.textcontainer {
  padding: 5px 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.self-medication {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  transform: scaleY(1.5);
  transform-origin: center;
  /*  color: #a00;*/
  text-transform: uppercase;
  margin: 30px auto 30px;
}


.qsm-custom-error {
    background: #fff4e5;
    border: 1px solid #ffb476;
    border-radius: 8px;
    color: #734100;
    padding: 20px 24px;
    margin: 24px auto;
    max-width: 500px;
    font-size: 1.12em;
    line-height: 1.6;
    text-align: center;
    box-shadow: 0 4px 16px rgba(255, 180, 118, 0.10);
}



@media (max-width:899px) {
  .self-medication {
    font-size: 22px;
  }
  .background-registration .main-block {
    padding: 20px;
  }
  .uagb-modal-popup .uagb-modal-popup-wrap {
    max-width: 90vw;
  }
  .uagb-modal-popup.active .uagb-modal-popup-close {
    right: 0px;
  }
}