/* выделение текста */
::selection {
  background: #af0000; /* Цвет фона */
  color: #fff; /* Цвет текста */
}

body,
html {
  height: 100%
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

body,
code,
kbd,
pre,
samp {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  word-break: break-word
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600
}

p {
  text-align: justify
}

a {
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

a:hover {
  color: inherit;
  text-decoration: none
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%
}

ul {
  padding-left: 20px
}

ol {
  padding-left: 30px
}

:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none
}

.page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 1px
}

.m-auto {
  margin: auto
}

@media (min-width:768px) {

  body,
  code,
  kbd,
  pre,
  samp {
    font-size: 20px
  }
}

.btn {
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #007c8c;
  border-radius: 8px;
  color: #007c8c;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  min-width: 1px;
  padding: 14px 30px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.btn--primary,
.btn:hover {
  background-color: #007c8c;
  color: #fff
}

.btn--primary:hover {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: cubic-bezier(Ease In And Out);
  animation-timing-function: cubic-bezier(Ease In And Out);
  background-color: #06a4be;
  border-color: #06a4be
}

.text-primary,
.text-primary-bold {
  color: #007c8c
}

.text-primary-bold {
  font-weight: 700
}

.text-align-center {
  text-align: center
}

.text-align-left {
  text-align: left
}

.text-align-justify {
  text-align: justify
}

.text-uppercase {
  text-transform: uppercase
}

.text-nowrap {
  white-space: nowrap
}

.list-marker--primary li::marker,
.list-marker--primary-bold li::marker {
  color: #007c8c
}

.list-marker--bold li::marker,
.list-marker--primary-bold li::marker {
  font-weight: 600
}

.list-marker--arrow,
.list-marker--tick {
  list-style: none
}

.list-marker--tick>li:before {
  color: #007c8c;
  content: "\2713";
  display: inline-block;
  font-weight: 700;
  margin-left: -27px;
  margin-right: 10px;
  width: 16px
}

.list-marker--arrow>li {
  position: relative
}

.list-marker--arrow>li:before {
  border-bottom: 5px solid transparent;
  border-left: 8px solid #007c8c;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: .5%;
  margin-left: -18px;
  margin-right: 10px
}

.row-img-txt__img img {
  width: 100%
}

.row-img-txt--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media (min-width:768px) {

  .row-img-txt__img--contain,
  .row-img-txt__img--cover {
    overflow: hidden;
    position: relative
  }

  .row-img-txt__img--contain,
  .row-img-txt__img--contain img,
  .row-img-txt__img--cover,
  .row-img-txt__img--cover img {
    height: 100%;
    width: 100%
  }

  .row-img-txt__img--contain img,
  .row-img-txt__img--cover img {
    left: 0;
    position: absolute;
    top: 0
  }

  .row-img-txt__img--contain img {
    -o-object-fit: contain;
    object-fit: contain
  }

  .row-img-txt__img--cover img {
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media (min-width:992px) {

  .row-img-txt__img--contain-lg,
  .row-img-txt__img--cover-lg {
    overflow: hidden;
    position: relative
  }

  .row-img-txt__img--contain-lg,
  .row-img-txt__img--contain-lg img,
  .row-img-txt__img--cover-lg,
  .row-img-txt__img--cover-lg img {
    height: 100%;
    width: 100%
  }

  .row-img-txt__img--contain-lg img,
  .row-img-txt__img--cover-lg img {
    left: 0;
    position: absolute;
    top: 0
  }

  .row-img-txt__img--contain-lg img {
    -o-object-fit: contain;
    object-fit: contain
  }

  .row-img-txt__img--cover-lg img {
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {
  .row-img-txt__img--contain img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto
  }

  .row-img-txt__img--cover img {
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 1000%;
    min-width: 1000%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.1);
    transform: translate(-50%, -50%) scale(.1);
    width: auto
  }
}

@media (-ms-high-contrast:active),
(min-width:992px) and (-ms-high-contrast:none) {
  .row-img-txt__img--contain-lg img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto
  }

  .row-img-txt__img--cover-lg img {
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 1000%;
    min-width: 1000%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.1);
    transform: translate(-50%, -50%) scale(.1);
    width: auto
  }
}

.header__logo {
  height: 35.56px !important
}

@media (min-width:768px) {
  .header__logo {
    height: 64px !important
  }
}

.page-content {
  margin-bottom: 20px;
}

.page-content .container {
  max-width: 1140px;
  padding: 0
}

.page-content .video-headline {
  margin-bottom: 15px;
  text-align: center
}

.page-content .video-headline span {
  background: #ffdc33;
  color: #000000;
  padding: 2px 7px;
}

.page-content .video-headliner {
  padding-top: 15px;
  text-align: center
}

.page-content .video-headliner2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 21px;
}
.page-content .video-headlinerp {
  margin-bottom: 25px;
  padding-top: 10px;
  text-align: center
}

.page-content .video-headliner span {
  background: #f80000;
  color: #ffffff;
  padding: 2px 7px;
}

.page-content .choose-package span {
  background: #feffed;
  padding: 2px 7px;
}

.page-content .video__advertisement {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  font-size: 14px;
  margin-bottom: 15px;
  padding: 15px 12px
}

.page-content .video__advertisement p {
  margin-bottom: 0;
  text-align: center
}

.page-content .video__references {
  color: hsla(0, 0%, 50%, .96);
  font-size: 10px;
  font-weight: 300
}

.page-content .video__references a:hover {
  text-decoration: underline
}

.page-content .featured-on {
  margin-top: 15px
}

@media (min-width:768px) {
  .page-content .video__advertisement {
    margin-bottom: 25px
  }

  .page-content .video__advertisement--product-name {
    font-size: 20px
  }
}

.page-content .video-headline {
  font-size: 30px
}

@media (min-width:768px) {
  .page-content .video-headline {
    font-size: 26px
  }
}

@media (min-width:992px) {
  .page-content .video-headline {
    font-size: 32px
  }
}

@media (min-width:1200px) {
  .page-content .video-headline {
    font-size: 36px
  }
}

.video-sound-reminder {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center
}

.video-sound-reminder__speaker-icon svg {
  opacity: .7
}

.video-sound-reminder__speaker-icon:first-child svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative
}

.video-section {
  padding-bottom: 30px
}

.video--responsive {
  padding-top: 177.77778%
}

.video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.video__img {
  cursor: pointer;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.video-link-next,
.video-link-transcript {
  display: none;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center
}

.video-link-next__link,
.video-link-transcript__link {
  fill: #fff;
  background-color: #0FA3A9;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .6);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .6);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 11px 29px;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.video-link-next__link svg,
.video-link-transcript__link svg {
  height: .7em;
  vertical-align: initial;
  width: .7em
}

.video-link-next__link:hover,
.video-link-transcript__link:hover {
  color: #fff;
  opacity: .8
}

.video-link-next__link--yellow,
.video-link-transcript__link--yellow {
  fill: #000;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(46, 92%, 79%, .74)), color-stop(23%, hsla(46, 95%, 70%, .74)), color-stop(47%, rgba(251, 208, 65, .74)), color-stop(68%, rgba(251, 201, 36, .74)), color-stop(87%, rgba(251, 197, 18, .74)), to(rgba(251, 195, 12, .74)));
  background-image: linear-gradient(hsla(46, 92%, 79%, .74), hsla(46, 95%, 70%, .74) 23%, rgba(251, 208, 65, .74) 47%, rgba(251, 201, 36, .74) 68%, rgba(251, 197, 18, .74) 87%, rgba(251, 195, 12, .74))
}

.video-link-next__link--yellow,
.video-link-next__link--yellow:hover,
.video-link-transcript__link--yellow,
.video-link-transcript__link--yellow:hover {
  color: #000
}

@media (min-width:375px) {
  .video-sound-reminder {
    font-size: 14px
  }

  .video-link-next__link,
  .video-link-transcript__link {
    font-size: 20px
  }
}

.featured-on {
  color: #fff;
  padding-bottom: 15px;
  padding-top: 15px
}

.featured-on>.container {
  padding: 0
}

.featured-on-desc h6 {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap
}

.featured-on-desc h4 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap
}

.featured-on-desc h4:after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  margin-top: 8px;
  width: 125px
}

.featured-on-desc p {
  font-size: 10px;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: left
}

.featured-on-doctor {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 0
}

.featured-on-doctor img {
  display: block;
  margin: 0 auto
}

.featured-on-logos {
  margin-bottom: 20px;
  margin-top: 20px
}

.featured-on-logos img {
  width: 100%
}

.featured-on-footnote__txt {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 15px 12px;
  text-align: center
}

.featured-on-footnote__txt--font-2 {
  font-size: 10px;
  padding-top: 10px
}

@media (min-width:375px) {
  .featured-on-desc h6 {
    font-size: 15px
  }

  .featured-on-desc h4 {
    font-size: 30px
  }
}

@media (min-width:576px) {
  .featured-on-desc p {
    font-size: 12px
  }

  .featured-on-footnote__txt--font-2 {
    font-size: 12px
  }
}

@media (max-width:767px) {
  .featured-on>.container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .featured-on-desc h6 {
    font-size: 14px
  }

  .featured-on-desc h4 {
    font-size: 26px
  }

  .featured-on-doctor img {
    margin-bottom: -15px;
    max-width: none;
    width: 140px
  }

  .featured-on-logos {
    margin-bottom: 0;
    margin-top: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .featured-on__change-order .featured-on-desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .featured-on__change-order .featured-on-doctor {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .featured-on__change-order .featured-on-logos {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

@media (min-width:992px) {
  .featured-on-desc h6 {
    font-size: 20px
  }

  .featured-on-desc h4 {
    font-size: 34px
  }

  .featured-on-doctor img {
    width: 160px
  }
}

.featured-on {
  background: -webkit-gradient(linear, left top, right top, from(#283739), to(#343f41));
  background: linear-gradient(90deg, #283739, #343f41)
}

.featured-on-desc h4:after {
  background: #b1e8f3
}

@media (min-width:768px) {
  .featured-on-desc {
    padding-right: 0
  }

  .featured-on-logos {
    padding-left: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .featured-on__change-order .featured-on-desc {
    padding: 0
  }
}

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  margin: auto 0 0;
  padding: 22px 0 6px;
  width: 100%;
  background-color: #292929;
  color: #f5f5f5;
}

footer.bg-grey {
  background-color: #e5e5e5
}

footer,
footer p {
  text-align: center
}

footer .rev-notice a {
  color: #0091bc;
  text-decoration: none
}

footer .rev-notice a:hover {
  text-decoration: underline
}

footer .avd-notice {
  font-size: 12px
}

footer .menu,
footer .textsecret-link {
  font-size: 12px
}

footer .textsecret-link a {
  text-decoration: underline
}

footer .menu {
  padding-bottom: 16px
}

footer .menu a:not(:last-child) {
  border-right: 1px solid;
  margin-right: 8px;
  padding-right: 8px
}

footer .gdn-disclaimer {
  font-size: 12px
}

.page-content .bonus-books,
.page-content .bottle-buy-now,
.page-content .faq,
.page-content .money-back-guarantee,
.page-content .order-form,
.page-content .payment-options,
.page-content .product-description,
.page-content .product-img,
.page-content .product-img-desc {
  margin-bottom: 30px
}

.page-content .bonus-books {
  background-color: transparent;
  color: inherit;
  padding-bottom: 0;
  padding-top: 0
}

.page-content .product-description img {
  margin-bottom: 20px
}

.page-content .product-description .list-marker--arrow {
  margin-bottom: 0
}

.page-content .product-description .list-marker--arrow li:not(:last-child) {
  margin-bottom: 10px
}

.page-content .product-description p:last-of-type {
  margin-bottom: 0
}

.page-content .payment-options {
  margin-left: auto;
  margin-right: auto
}

.page-content .payment-options img {
  margin-bottom: 0;
  width: 100%
}

.page-content .product-img-desc img {
  margin-bottom: 20px;
  width: 100%
}

.page-content .product-img-desc p:last-child {
  margin-bottom: 0
}

@media (min-width:768px) {
  .page-content .order-form {
    margin-bottom: 0
  }

  .page-content .product-description img {
    margin-bottom: 0
  }
}

.page-content .product-details {
  margin-bottom: 10px
}

.page-content .product-details-desc img {
  margin-bottom: 20px
}

.page-content .product-details-desc p {
  margin-bottom: 20px
}

.page-content .product-facts {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 30px 12px 10px
}

.page-content .product-facts h4 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center
}

@media (min-width:768px) {
  .page-content .product-facts h4 {
    font-size: 24px;
    line-height: 32px
  }
}

@media (min-width:1200px) {
  .page-content .inside-matters__supplement-facts-box {
    margin-right: -62px
  }

  .page-content .product-facts {
    padding: 50px 0 30px
  }
}

.order-form {
  margin-top: 30px;
}

.order-form__card {
  padding-inline: 16px;
  width: 100%;
  max-width: 600px;
}

.order-form .order-form__prod > img {
  display: block;
  margin-block: 24px;
  margin-inline: auto;
  max-width: 350px;
}

.order-form .order-form__row p.bottle-price {
  font-size: 24px;
  font-weight: 700;
}

.customer-stories {
  margin-top: 48px;
}

.action-form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.action-form input {
  padding: 10px 16px;
  border: 2px solid #cdcdcd;
  border-radius: 8px;
  width:100%;
  max-width:380px;
}

.action-btn {
  margin-bottom: 16px;
  color: #000;
  padding: 8px 12px;
  width: 100%;
  max-width: 380px;
  align-self: center;
  background-color: #ffdc33;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 3px solid #cbb374;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  transition: 0.3s all;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 26px;
}

.action-link{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 16px auto 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-size: 18px;
  font-weight: 500;
  color: #7b7f86;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.action-link:hover{
  color: #374151;
}

.action-link:active{
  transform: translateY(1px);
}

.action-link:focus-visible{
  outline: 2px solid #9ca3af;
  outline-offset: 6px;
  border-radius: 8px;
}

@media (hover: hover) and (pointer: fine) { 
  .action-btn:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
  }
}

.order-form__notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-form__note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  color: #fff;
  border-radius: 4px;
}

.order-form__note > div.icon {
  background: #fff;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.order-form__note > div.icon > svg {
  width: 18px;
}

.order-form__note:nth-child(1) {
  background-color: #6496d6;  
}

.order-form__note:nth-child(3) {
  background-color: #6496d6;  
}

.order-form__note:nth-child(1) > div.icon > svg > path {
  fill: #6496d6;
}

.order-form__note:nth-child(3) > div.icon > svg > path {
  fill: #6496d6;
}

.order-form__note:nth-child(2) {
  background-color: #8ecd54;  
}

.order-form__note:nth-child(2) > div.icon > svg > path {
  fill: #8ecd54;
}

.order-form img {
  margin-bottom: 0;
  width: 100%
}

.order-form .sale-banner {
  margin-bottom: 20px;
  margin-top: -15px
}

.order-form .choose-package {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 30px;
  text-align: center
}

.order-form .first-time-offer {
  margin-bottom: 20px;
  margin-top: -15px
}

.order-form .first-time-offer img {
  display: block;
  margin: auto;
  width: auto
}

.order-form .disabled-link {
  cursor: not-allowed;
  opacity: .8;
  pointer-events: none
}

.order-form .oos-txt {
  background-color: #616161;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  margin: 10px 0;
  padding: 7px 30px;
  pointer-events: none
}

.order-form .order-option label,
.order-form .order-selection label {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  display: block;
  line-height: 1.2;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.order-form .order-option label:hover,
.order-form .order-selection label:hover {
  cursor: pointer
}

.order-form .order-option:first-child,
.order-form .order-selection:first-child {
  padding-right: 10px
}

.order-form .order-option:last-child,
.order-form .order-selection:last-child {
  padding-left: 10px
}

.order-form .order-option:not(:last-child):not(:first-child),
.order-form .order-selection:not(:last-child):not(:first-child) {
  padding-left: 10px;
  padding-right: 10px
}

.order-form .order-option:not(:last-child):not(:first-child) label,
.order-form .order-selection:not(:last-child):not(:first-child) label {
  border-radius: 0 0 10px 10px
}

.order-form .order-selection {
  position: relative
}

.order-form .order-selection label {
  font-weight: 600;
  padding: 15px 6px
}

.order-form .order-selection label span {
  display: block;
  font-size: 50px;
  line-height: 50px
}

.order-form .order-selection__best-value,
.order-form .order-selection__great-value,
.order-form .order-selection__trial-offer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fccc00;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 12px;
  text-align: center;
  white-space: nowrap
}

.order-form .order-option {
  margin-bottom: 20px
}

.order-form .order-option label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 10px
}

.order-form .order-option--selected label,
.order-form .order-selection--selected label {
  background-color: #007c8c;
  border-color: #007c8c;
  color: #fff
}

.order-form .order-selection--selected label {
  border-radius: 0 0 10px 10px
}

.order-form .bottle-price,
.order-form .total-save {
  font-size: 25px;
  letter-spacing: 2px;
  text-align: center
}

.order-form__disclaimer-and-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.order-form .bottle-price {
  color: #007c8c;
  line-height: 38px;
  margin: 0 0 20px
}

.order-form .total-save {
  color: #71b432;
  font-size: 48px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 0;
  font-family: Montserrat;
}

.order-form .total-price {
  color: #9d9d9d;
  display: block;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 10px;
  text-align: center
}

.order-form #order-form__bonus-badges-otp {
  margin-top: 10px
}

.order-form__shipping-cost-otp-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin: 20px 0;
  text-align: center
}

.order-form img.order-form__bonus-badges {
  display: block;
  margin: 0 auto 20px;
  max-width: 351px;
  width: 100%
}

.order-form .order-disclaimer {
  font-size: 9px;
  margin-top: 10px
}

.order-form .order-disclaimer p {
  margin: 0
}

.order-form .order-disclaimer a:hover {
  text-decoration: underline
}

.order-form .product-rating {
  font-size: 14px;
  height: 20px;
  margin: 10px 0;
  text-align: center
}

.order-form .product-stock {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .15px;
  line-height: 22px;
  margin: 9px 0
}

.order-form .product-stock:before {
  color: #007c8c;
  content: "\2713";
  font-weight: 700;
  margin-right: 5px
}

.order-form .doctor-bottle {
  font-size: 14px;
  margin-top: 20px
}

.order-form .doctor-bottle img {
  margin-bottom: 16px
}

.order-form .doctor-bottle p {
  text-align: center
}

.order-form .order-vitamin-angels {
  margin: 30px auto 0;
  max-width: 770px;
  position: relative
}

.order-form .order-vitamin-angels p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  left: 63%;
  margin: 0;
  position: absolute;
  text-align: left;
  top: 40%;
  -webkit-transform: translate(-50%, -50%) scale(.8);
  transform: translate(-50%, -50%) scale(.8);
  white-space: nowrap
}

.order-form .order-vitamin-angels p>span {
  display: block
}

.order-form .order-vitamin-angels p>span:first-child {
  color: #ff0;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  margin-right: 20px
}

.order-form .featured-on {
  margin-top: 20px
}

@media (min-width:375px) {
  .order-form .order-vitamin-angels p {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

@media (min-width:576px) {
  .order-form .order-option {
    margin-bottom: 8px
  }

  .order-form .order-vitamin-angels p {
    left: 48%;
    top: 54%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
  }
}

@media (min-width:768px) {
  .order-form .container {
    max-width: 1140px
  }

  .order-form .sale-banner {
    margin-bottom: 10px;
    margin-top: 0
  }

  .order-form .first-time-offer {
    margin-bottom: 10px;
    margin-top: 0
  }

  .order-form .first-time-offer img {
    max-width: 720px
  }

  .order-form__title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center
  }

  .order-form .order-selection__best-value,
  .order-form .order-selection__great-value,
  .order-form .order-selection__trial-offer {
    font-size: 10px;
    height: 32px;
    line-height: 10px
  }

  .order-form__card-inner,
  .order-form__card:nth-child(2) {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
  }

  .order-form__card:first-child img {
    margin-bottom: 16px;
    width: auto
  }

  .order-form__card:nth-child(2) {
    z-index: 1
  }

  .order-form__card:nth-child(2) .order-form__card-header {
    margin: 0 -12px 30px
  }

  .order-form__card:nth-child(3) {
    margin-left: -12px
  }

  .order-form__card:nth-child(3) .order-form__card-header {
    margin-bottom: 0
  }

  .order-form__card:nth-child(3) .order-form__card-header .headline {
    padding: 10px 0 9px
  }

  .order-form__card:nth-child(3) .order-form__card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0
  }

  .order-form__card:nth-child(3) .product-img-container {
    margin: auto 0
  }

  .order-form__card:nth-child(3) .product-img {
    margin: 0 auto;
    max-height: 340px;
    width: auto
  }

  .order-form__card-header {
    background-color: #007c8c;
    color: #fff;
    padding: 24px 0;
    position: relative;
    text-align: center
  }

  .order-form__card-header:after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 7px solid #007c8c;
    bottom: -7px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
  }

  .order-form__card-header .headline,
  .order-form__card-header p {
    margin-bottom: 0
  }

  .order-form__card-header .headline {
    font-size: 16px;
    font-weight: 400;
    padding: 0 12px
  }

  .order-form__card-header p {
    font-size: 12px;
    margin-bottom: -10px;
    margin-top: 10px
  }

  .order-form__card-inner {
    height: 430px;
    margin-top: 40px;
    padding-bottom: 8px
  }

  .order-form__card-inner .order-form__card-header {
    margin-bottom: 30px
  }

  .order-form .total-save {
    font-weight: 600
  }

  .order-form #order-form__bonus-badges-otp img.order-form__bonus-badges {
    max-width: 196px
  }

  .order-form #order-form__bonus-badges-otp img.order-form__bonus-badges.max-w-100 {
    max-width: 100%
  }

  .order-form__shipping-cost-otp-txt {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0
  }

  .order-form img.order-form__bonus-badges {
    margin-bottom: 10px;
    max-width: 100%
  }

  .order-form .one-time-purchase {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center
  }

  .order-form__disclaimer-and-btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .order-form .order-disclaimer {
    margin-bottom: 10px
  }

  .order-form .video-section {
    padding-left: 24px;
    padding-right: 24px
  }

  .order-form .featured-on {
    margin-top: 40px
  }

  .order-form .product-rating {
    font-size: 10px
  }

  .order-form .order-vitamin-angels {
    margin-bottom: 30px;
    margin-top: 40px
  }

  .order-form .order-vitamin-angels p {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3)
  }
}

@media (min-width:768px) and (max-width:960px) {

  .order-form .order-option:first-child,
  .order-form .order-selection:first-child {
    padding-right: 5px
  }

  .order-form .order-option:last-child,
  .order-form .order-selection:last-child {
    padding-left: 5px
  }

  .order-form .order-option:not(:last-child):not(:first-child),
  .order-form .order-selection:not(:last-child):not(:first-child) {
    padding-left: 5px;
    padding-right: 5px
  }

  .order-form .order-option label,
  .order-form .order-selection label {
    font-size: 14px
  }

  .order-form .order-selection__best-value,
  .order-form .order-selection__great-value,
  .order-form .order-selection__trial-offer {
    font-size: 9px;
    height: 34px;
    line-height: 10px
  }

  .order-form .bottle-price,
  .order-form .total-save {
    font-size: 20px;
    line-height: 30px
  }
}

@media (min-width:992px) {
  .order-form__title {
    font-size: 34px;
    line-height: 42px
  }

  .order-form .first-time-offer img {
    max-width: none
  }

  .order-form__card:nth-child(3) .order-form__card-header .headline {
    padding: 15px 0 14px
  }

  .order-form__card-inner {
    height: 470px;
    margin-top: 60px
  }

  .order-form__card-header .headline {
    font-size: 24px
  }

  .order-form__card-header p {
    font-size: 16px
  }

  .order-form #order-form__bonus-badges-otp {
    margin-bottom: -10px
  }

  .order-form__shipping-cost-otp-txt {
    margin: 20px 0 10px
  }

  .order-form img.order-form__bonus-badges {
    margin-bottom: 20px;
    margin-top: 20px
  }

  .order-form .product-rating {
    font-size: 14px
  }

  .order-form .product-stock {
    font-size: 16px;
    line-height: 22px
  }

  .order-form .order-vitamin-angels p {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4)
  }
}

@media (min-width:1200px) {
  .order-form .order-form__row {
    margin-left: -40px;
    margin-right: -40px
  }

  .order-form .order-vitamin-angels {
    margin-top: 50px
  }

  .order-form .order-selection__best-value,
  .order-form .order-selection__great-value,
  .order-form .order-selection__trial-offer {
    font-size: 12px;
    line-height: 12px
  }

  .order-form__card-inner {
    height: 490px
  }

  .order-form .bottle-price,
  .order-form .total-save {
    font-size: 34px;
    line-height: 51px;
    font-weight: bold;
  }

  .order-form .total-save {
    line-height: 42px
  }

  .order-form #order-form__bonus-badges-otp img.order-form__bonus-badges {
    max-width: 171px
  }

  .order-form__shipping-cost-otp-txt {
    font-size: 14px;
    line-height: 21px
  }

  .order-form .one-time-purchase {
    margin-bottom: 30px
  }

  .order-form .video-section {
    padding-left: 0;
    padding-right: 0
  }
}

.page-content .bonus-books,
.page-content .bottle-buy-now,
.page-content .faq,
.page-content .money-back-guarantee,
.page-content .order-form,
.page-content .payment-options,
.page-content .product-description,
.page-content .product-img,
.page-content .product-img-desc {
  margin-bottom: 30px
}

.page-content .bonus-books {
  background-color: transparent;
  color: inherit;
  padding-bottom: 0;
  padding-top: 0
}

.page-content .product-description img {
  margin-bottom: 20px
}

.page-content .product-description .list-marker--arrow {
  margin-bottom: 0
}

.page-content .product-description .list-marker--arrow li:not(:last-child) {
  margin-bottom: 10px
}

.page-content .product-description p:last-of-type {
  margin-bottom: 0
}

.page-content .payment-options {
  margin-left: auto;
  margin-right: auto
}

.page-content .payment-options img {
  margin-bottom: 0;
  width: 100%
}

.page-content .product-img-desc img {
  margin-bottom: 20px;
  width: 100%
}

.page-content .product-img-desc p:last-child {
  margin-bottom: 0
}

@media (min-width:768px) {
  .page-content .order-form {
    margin-bottom: 0
  }

  .page-content .product-description img {
    margin-bottom: 0
  }
}

.add-to-cart-cta-container {
  background-color: hsla(0, 0%, 100%, .9);
  display: block;
  left: 0;
  padding: 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

.add-to-cart-cta {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdebb1), color-stop(51.5%, #f5d465), to(#f5cc45));
  background: linear-gradient(180deg, #fdebb1, #f5d465 51.5%, #f5cc45);
  border: 1px solid #bca569;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0 auto;
  max-width: 351px;
  padding: 7px;
  text-align: center;
  width: 100%
}

@media (min-width:768px) {
  .add-to-cart-cta {
    font-size: 18px;
    letter-spacing: 1.25px;
    line-height: 22px;
    max-width: 246px
  }
}

@media (min-width:1200px) {
  .add-to-cart-cta {
    max-width: 398px
  }
}

.promoter-text {
  font-size: 12px
}

.promoter-text img {
  float: right;
  margin-bottom: 0;
  margin-left: 10px;
  min-width: 130px;
  width: 30%
}

@media only screen and (min-width:576px) {
  .promoter-text {
    font-size: 14px
  }
}

@media only screen and (min-width:768px) {
  .promoter-text img {
    width: 24%
  }
}

.money-back-guarantee {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto
}

.money-back-guarantee__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-top: 20px;
  max-width: 100%
}

.money-back-guarantee__content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  padding-top: 0
}

.money-back-guarantee__content p {
  margin: 0;
  text-align: center
}

@media (min-width:768px) {
  .money-back-guarantee {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .money-back-guarantee__badge {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 196px;
    flex: 0 0 196px;
    margin-right: 16px;
    max-width: 196px;
    padding: 0 8px;
    width: 100%
  }

  .money-back-guarantee__content {
    margin-top: 0
  }

  .money-back-guarantee__content p {
    text-align: justify
  }
}

@media (min-width:992px) {
  .money-back-guarantee__content h3 {
    font-size: 32px
  }
}

.bottle-buy-now {
  background-color: #f8f8f8;
  padding-bottom: 40px;
  padding-top: 30px
}

.bottle-buy-now .row-img-txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.bottle-buy-now .row-img-txt__content h2 {
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  word-break: keep-all
}

.bottle-buy-now .row-img-txt__content img {
  cursor: pointer
}

@media (min-width:576px) {
  .bottle-buy-now .row-img-txt__content h2 {
    font-size: 45px
  }
}

@media (min-width:768px) {
  .bottle-buy-now {
    padding-bottom: 10px;
    padding-top: 10px
  }
}

@media (min-width:992px) {
  .bottle-buy-now .row-img-txt__content h2 {
    font-size: 55px
  }
}

.customer-stories__headline {
  font-size: 24px;
  text-align: center
}

.customer-stories p {
  text-align: left
}

@media (min-width:576px) {
  .customer-stories__headline {
    font-size: 26px
  }
}

@media (min-width:768px) {
  .customer-stories__headline {
    font-size: 28px
  }
}

@media (min-width:992px) {
  .customer-stories__headline {
    font-size: 30px
  }
}

@media (min-width:1200px) {
  .customer-stories__headline {
    font-size: 32px
  }
}

.inside-matters {
  background-color: #f8f8f8;
  padding-top: 30px
}

.inside-matters,
.inside-matters__desc,
.inside-matters__title {
  margin-bottom: 30px;
  text-align: center
}

.inside-matters__title {
  color: #007c8c;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-align: center
}

.inside-matters__bottle,
.inside-matters__supplement-facts {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.inside-matters__bottle-box,
.inside-matters__supplement-facts-box {
  position: relative
}

.inside-matters__bottle-box {
  margin-bottom: -45px;
  z-index: 2
}

.inside-matters__bottle {
  max-width: 430px
}

.inside-matters__supplement-facts-box {
  padding: 50px 0 20px;
  z-index: 1
}

.inside-matters__supplement-facts-box:before {
  background-color: #a1c7cb;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1
}

.inside-matters__supplement-facts {
  max-width: 458px
}

@media (min-width:768px) {
  .inside-matters {
    margin-bottom: 40px;
    padding-top: 50px
  }

  .inside-matters__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 696px;
    width: 100%
  }

  .inside-matters__title {
    font-size: 34px;
    line-height: 42px
  }

  .inside-matters__bottle-box {
    margin-bottom: -100px
  }

  .inside-matters__bottle {
    max-width: 694px
  }

  .inside-matters__supplement-facts-box {
    padding: 100px 0 40px
  }

  .inside-matters__supplement-facts {
    max-width: 584px
  }
}

@media (min-width:1200px) {
  .inside-matters {
    margin-bottom: 50px;
    padding-bottom: 95px;
    position: relative
  }

  .inside-matters__desc {
    margin-bottom: 120px;
    max-width: none
  }

  .inside-matters__bottle-box {
    bottom: 50px;
    margin-bottom: 0;
    position: absolute
  }

  .inside-matters__supplement-facts-box {
    margin-left: auto;
    margin-right: -42px;
    overflow: hidden;
    padding: 0 110px 15px 0;
    width: 807px
  }

  .inside-matters__supplement-facts-box:before {
    top: 37%
  }

  .inside-matters__supplement-facts {
    margin-right: 0;
    max-width: 434px
  }
}

        .faq__header .headline {
          font-size: 24px;
          font-weight: 600;
          margin-bottom: 32px;
          text-align: center
        }

        .faq__body .accordion__tab {
          border-bottom: 1px solid #d4d4d4;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: 600;
          padding: 11px;
          text-transform: uppercase;
          width: 100%
        }

        .faq__body .accordion__tab p {
          margin: 0;
          text-align: left;
          width: 100%
        }

        .faq__body .accordion__cross {
          -ms-flex-item-align: center;
          align-self: center;
          margin-left: 16px
        }

        .faq__body .accordion__cross:after,
        .faq__body .accordion__cross:before {
          border-top: 2px solid #3e474f;
          content: "";
          display: block;
          -webkit-transition: .3s;
          transition: .3s;
          width: 15px
        }

        .faq__body .accordion__cross:after {
          margin-top: -2px;
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg)
        }

        .faq__body .accordion__content {
          font-size: 16px;
          max-height: 0;
          overflow: hidden;
          padding: 0 11px;
          -webkit-transition: max-height .2s ease-out;
          transition: max-height .2s ease-out
        }

        .faq__body .accordion__content img {
          margin-bottom: 16px;
          width: 75%
        }

        .faq__body .accordion__content--disclaimer img,
        .faq__body .accordion__content--ingredients img {
          width: unset
        }

        .faq__body .accordion__content:before {
          content: "";
          display: block;
          height: 12px
        }

        .faq__body .accordion__content-read-more {
          color: #00a4e5;
          text-decoration: underline
        }

        .faq__body .accordion--active .accordion__cross:before {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg)
        }

        .faq__body .accordion--active .accordion__cross:after {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg)
        }

        .faq__body .orderLink {
          max-width: 400px;
          padding-top: 24px
        }

        @media (min-width:768px) {
          .faq__header .headline {
            font-size: 31px
          }

          .faq__body .accordion__tab {
            font-size: 20px
          }

          .faq__body .accordion__content img {
            width: 100%
          }
        }



  .popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup {
    background: #fff;
    padding: 20px 24px;
    border-radius: 8px;
    max-width: 320px;
    text-align: center;
}
.popup p{
  text-align: center;
}
.popup button {
    margin-top: 12px;
    padding: 6px 16px;
    cursor: pointer;
}

.video-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px; /* боковые отступы для мобильных */
  box-sizing: border-box;
}

/* Обёртка с фиксированным соотношением сторон */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 366px; /* как у оригинала */
  aspect-ratio: 366 / 650; /* ≈ 0.563 → высота = ширина / 0.563 */
  margin: 0 auto;
}

/* Если браузер не поддерживает aspect-ratio (редко) — fallback */
@supports not (aspect-ratio: 1) {
  .video-wrapper {
    height: 0;
    padding-top: 177.6%; /* 650 / 366 * 100% */
  }
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
