@import url("https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&display=swap");
body {
  color: #e4ddc7;
  font-family: "Londrina Solid", Sans-serif;
  font-size: 24px;
  font-weight: 300;
  background-color: #373c39;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #e4ddc7;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #beaf84;
}
a:focus {
  outline: none;
}
a:before, a:after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.container {
  max-width: 1124px;
}

.page_block {
  padding: 50px 0;
  border-top: 1px solid #beaf84;
}
.page_block h3 {
  color: #e4ddc7;
  font-size: 1.75rem;
  font-weight: 600;
}
.page_block h2 {
  color: #beaf84;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.page_block img {
  max-width: 100%;
}
.page_block .accordion {
  --bs-accordion-color: #e4ddc7;
  --bs-accordion-bg: transparent;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 0px;
  --bs-accordion-border-radius: none;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23212529"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: transparent;
}
.page_block .accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 24px;
  color: #beaf84;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
.page_block .accordion-button:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page_block .accordion-button:active {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page_block .accordion-button::-moz-focus-inner {
  border: 0;
  box-shadow: none;
}
.page_block .accordion-button:not(.collapsed) {
  color: #beaf84;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.page_block h2.accordion-header {
  margin: 0;
}
.page_block .review_block {
  background-color: #beaf84;
  padding: 20px;
  padding-top: 60px;
  text-align: center;
  color: #e4ddc7;
  font-style: italic;
  line-height: 1.5;
  position: relative;
}
.page_block .review_block span.quote {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 70px;
}
.page_block .review_block span.quote i {
  color: rgba(0, 0, 0, 0.15);
  font-size: 50px;
}
.page_block .contact_form_wraper {
  width: 350px;
  margin: 0 auto;
}
.page_block .contact_form_wraper .input_form_block {
  margin-bottom: 15px;
}
.page_block .contact_form_wraper .input_form_block label {
  display: block;
  margin-top: 5px;
}
.page_block .contact_form_wraper .input_form_block input, .page_block .contact_form_wraper .input_form_block textarea {
  width: 100%;
  background-color: #e4ddc7;
  padding: 15px;
  color: #beaf84;
  font-size: 18px;
  border: 1px solid #e4ddc7;
}
.page_block .contact_form_wraper .input_form_block input:focus, .page_block .contact_form_wraper .input_form_block textarea:focus {
  border: 1px solid #e4ddc7;
  outline: none;
}
.page_block .contact_form_wraper button {
  width: 100%;
  text-align: center;
  background-color: #beaf84;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  outline: none;
}
.page_block .contact_form_wraper button:hover {
  background-color: #e4ddc7;
  color: #373c39;
  font-size: 18px;
  padding: 10px;
}
.page_block .contact_form_wraper button:focus {
  outline: 0 !important;
  border: none;
}
.page_block .contact_form_wraper button:active {
  outline: 0 !important;
  border: none;
}
.page_block .contact_form_finish {
  width: 350px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #beaf84;
  display: none;
}

.page_block.noline {
  border-top: none;
}

.dosage_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.dosage_wraper .steep {
  padding: 0 15px;
}
.dosage_wraper .steep img {
  width: 42px;
}
.dosage_wraper .center_image {
  width: 556px;
}
.dosage_wraper .center_image img {
  max-width: 100%;
  margin: 0 auto;
}
.dosage_wraper .dosage_text {
  width: 195px;
}
.dosage_wraper .dosage_text.last {
  text-align: right;
}

.warning-validation {
  border: 1px solid red;
}

.accordion-button::after {
  color: #e4ddc7;
  fill: #e4ddc7;
  -webkit-filter: brightness(0%) invert(100%);
          filter: brightness(0%) invert(100%);
}

#error_form_wraper {
  border: 1px solid red;
  padding: 30px;
  color: red;
  margin-top: 20px;
  display: none;
}

@media screen and (max-width: 1024px) {
  .dosage_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .dosage_wraper .steep {
    padding: 0 15px;
  }
  .dosage_wraper .steep img {
    width: 100px;
  }
  .dosage_wraper .center_image {
    width: 100%;
  }
  .dosage_wraper .center_image img {
    max-width: 100%;
    margin: 0 auto;
  }
  .dosage_wraper .dosage_text {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .dosage_wraper .dosage_text.last {
    text-align: center;
    margin-top: 30px;
  }

  .page_block .contact_form_wraper {
    width: 100%;
    margin: 0 auto;
  }
}
section.header_bg {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: -145px;
  overflow: hidden;
}
section.header_bg .bg_trans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
section.header_bg video.mp-video {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.header_bg video.mp-video::-webkit-media-controls {
  display: none !important;
}
section.header_bg .video_content {
  z-index: 20;
  position: relative;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  height: 100vh;
}
section.header_bg .video_content h1 {
  display: block;
  max-width: 560px;
  color: #beaf84;
  font-size: 52px;
  font-weight: 600;
}
section.header_bg .video_content h3 {
  display: block;
  color: #e4ddc7;
  font-size: 1.75rem;
}
section.header_bg span.gonext {
  position: absolute;
  bottom: 0;
  z-index: 100;
  margin-left: calc(50% - 10px);
  cursor: pointer;
  padding: 0 20px 50px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section.header_bg span.gonext:hover {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

section.header {
  padding-top: 10px;
  z-index: 100;
  background: transparent;
  position: relative;
}
section.header .main_nav {
  width: 100%;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  z-index: 100;
}
section.header .main_nav img.logo {
  width: 150px;
}
section.header .main_nav ul.desctop_nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.header .main_nav ul.desctop_nav li {
  display: inline-block;
  margin-left: 40px;
}
section.header .main_nav ul.desctop_nav li a {
  font-family: "Londrina Solid", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #e4ddc7;
  text-decoration: none;
}
section.header .main_nav ul.desctop_nav li a:hover {
  color: #beaf84;
}
section.header .main_nav .open_nav {
  display: none;
  cursor: pointer;
  width: 40px;
  text-align: center;
}
section.header .main_nav .open_nav i {
  font-size: 30px;
}

section.mobile_menu {
  max-height: 0;
  overflow: hidden;
}
section.mobile_menu ul {
  margin: 30px;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  section.mobile_menu {
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    position: absolute;
    background-color: #373c39;
    z-index: 300;
    width: 100%;
    top: 0;
    margin-top: 110px;
  }

  section.mobile_menu.mobile-menu-hidden {
    max-height: 300px;
  }

  section.header_bg {
    margin-top: -100px;
  }

  section.header .main_nav {
    height: 90px;
  }
  section.header .main_nav img.logo {
    width: 100px;
  }
  section.header .main_nav ul.desctop_nav {
    display: none;
  }
  section.header .main_nav .open_nav {
    display: inline-block;
  }
}
section.footer {
  padding-bottom: 30px;
}
section.footer .footer_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-top: 1px solid #beaf84;
  padding-top: 50px;
}
section.footer .footer_wraper h4 {
  color: #beaf84;
  text-transform: uppercase;
  font-size: 1.5rem;
}
section.footer .footer_wraper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.footer .footer_wraper ul li {
  padding: 5px 0;
}
section.footer .footer_wraper .footer_logo {
  padding-right: 15px;
  width: 20%;
}
section.footer .footer_wraper .footer_logo img {
  width: 150px;
}
section.footer .footer_wraper .footer_logo span.footer_copy {
  margin-top: 30px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #beaf84;
}
section.footer .footer_wraper .footer_link {
  padding-right: 15px;
  width: 26%;
}
section.footer .footer_wraper .footer_contact {
  padding-right: 15px;
  width: 26%;
}
section.footer .footer_wraper .footer_adress {
  width: 26%;
}

@media screen and (max-width: 1024px) {
  section.footer {
    padding-bottom: 30px;
  }
  section.footer .footer_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    border-top: 1px solid #beaf84;
    padding-top: 50px;
  }
  section.footer .footer_wraper h4 {
    color: #beaf84;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  section.footer .footer_wraper ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  section.footer .footer_wraper ul li {
    padding: 0 0;
  }
  section.footer .footer_wraper .footer_logo {
    margin-top: 40px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-right: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
  section.footer .footer_wraper .footer_logo img {
    margin: 0 auto;
    width: 150px;
  }
  section.footer .footer_wraper .footer_logo span.footer_copy {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #beaf84;
  }
  section.footer .footer_wraper .footer_link {
    padding-right: 0;
    width: 100%;
  }
  section.footer .footer_wraper .footer_contact {
    margin-top: 40px;
    padding-right: 0;
    width: 100%;
  }
  section.footer .footer_wraper .footer_adress {
    margin-top: 40px;
    width: 100%;
  }
}
span.top_nav {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 20px 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #beaf84;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  z-index: 9000;
  cursor: pointer;
  display: none;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}