@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="search"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: 70%;
  line-height: 1;
}
code,
kbd,
pre,
samp {

  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  max-width: 100%;
}
a {
  color: #2676ba;
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a,
ol li,
p,
ul li {
  font-size: 1em;
  line-height: 1;
}
ol li,
p,
ul li {
  margin-bottom: 0.5em;
} /*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-12,
.col-6,
.col-lg-10,
.col-lg-11,
.col-lg-6,
.col-lg-9,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-sm-6,
.col-sm-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.d-none {
  display: none !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}


.fw--extrabold {
  font-weight: 800;
}
.txt--linethrough {
  text-decoration: line-through;
  text-decoration-color: #322f32;
  text-decoration-thickness: 2px;
}
.lh--normal {
  line-height: 1.2 !important;
}
.txt--center {
  text-align: center;
}
.pull--left {
  float: left;
}
.pull--right {
  float: right;
}
.clearfix {
  clear: both;
}
.clearfix::after,
.clearfix::before {
  content: "";
  display: table;
  clear: both;
}
.pull-left--margin {
  margin-right: 50px;
  margin-bottom: 30px;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.overflow--hidden {
  overflow: hidden;
}
.p--relative {
  position: relative;
}
.video-wrap {
  float: right;
  margin-left: 40px;
  margin-top: -100px;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video--decor {
  position: relative;
  z-index: 99;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 53px 30px -30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 53px 30px -30px rgba(0, 0, 0, 0.15);
}
.video #video-overlay,
.video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  cursor: pointer;
}
.video-icon::after {
  content: "";
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/female-vitality/play-btn.png) no-repeat center/cover;
  width: 43px;
  height: 44px;
}
.video-mobile {
  padding-top: 94%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txt--white {
  color: #fff;
}
.txt--red {
  color: #d5200b;
}
.txt--primary {
  color: #9a6c66;
}
.txt--default {
  color: #322f32;
}
.txt--darkred {
  color: #9f193d;
}
.txt--lightred {
  color: #ea4b36;
}
[class*="container"] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  max-width: 980px;
}
.container--lg {
  max-width: 1180px;
}
.container--md {
  max-width: 1170px;
}
.container--sm {
  max-width: 990px;
}
.container--xs {
  max-width: 890px;
}
.container--xsm {
  max-width: 870px;
}
.container--xms {
  max-width: 790px;
}
.container--xxs {
  max-width: 710px;
}
.gutters-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.gutters-sm .col,
.gutters-sm [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.pt--10 {
  padding-top: 10px;
}
.pt--70 {
  padding-top: 70px;
}
.pt--130 {
  padding-top: 130px;
}
.pb--0 {
  padding-bottom: 0;
}
.pb--10 {
  padding-bottom: 10px;
}
.pb--30i {
  padding-bottom: 30px !important;
}
.pb--50 {
  padding-bottom: 50px;
}
.pl--10i {
  padding-left: 10px !important;
}
.py--10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py--15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mt--n15 {
  margin-top: -15px;
}
.mt--auto {
  margin-top: auto;
}
.mt--10i {
  margin-top: 10px !important;
}
.mt--30 {
  margin-top: 30px;
}
.mt--n15 {
  margin-top: -15px;
}
.mb--0 {
  margin-bottom: 0;
}
.mb--0i {
  margin-bottom: 0 !important;
}
.mb--10 {
  margin-bottom: 10px;
}
.mb--15 {
  margin-bottom: 15px;
}
.mb--15i {
  margin-bottom: 15px !important;
}
.mb--20 {
  margin-bottom: 20px;
}
.mb--25 {
  margin-bottom: 25px;
}
.mb--30 {
  margin-bottom: 30px;
}
.mb--40i {
  margin-bottom: 40px !important;
}
.mb--40 {
  margin-bottom: 40px;
}
.mb--50i {
  margin-bottom: 50px !important;
}
.mb--50 {
  margin-bottom: 50px;
}
.mb--60i {
  margin-bottom: 60px !important;
}
.mb--70 {
  margin-bottom: 70px;
}
.mb--80i {
  margin-bottom: 80px !important;
}
.ml--n20 {
  margin-left: -20px;
}
.ml--10 {
  margin-left: 10px;
}
.ml--15 {
  margin-left: 15px;
}
.ml--20 {
  margin-left: 20px;
}
.ml--30 {
  margin-left: 30px;
}
.ml--35 {
  margin-left: 35px;
}
.ml--40 {
  margin-left: 40px;
}
.mr--15 {
  margin-right: 15px;
}
.mr--25 {
  margin-right: 25px;
}
.mr--30 {
  margin-right: 30px;
}
.mr--40 {
  margin-right: 40px;
}
.mr--50 {
  margin-right: 50px;
}
.mx--auto {
  margin-left: auto;
  margin-right: auto;
}
sub,
sup {
  font-size: 30%;
}
sub {
  bottom: 0;
}
.shadow-1 {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.shadow-2 {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}
.radius-6 {
  border-radius: 6px;
}
.reference {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.2;
  word-break: break-all;
}
.reference__sup {
  font-size: 100%;
  top: 0;
}
.ref {
  font-size: 55%;
}
.references {
  display: none;
  margin-bottom: 50px;
}
.references-padding {
  padding-top: 50px;
  padding-bottom: 0;
}
.references-icon {
  position: relative;
  margin-bottom: 50px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.references-icon.active {
  margin-bottom: 30px;
}
.references-icon.active::after {
  background: url(../images/minus.svg) no-repeat center/cover;
  height: 2px;
  top: 11px;
  transform: rotate(180deg);
}
.references-icon::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #322f32;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
}
.references-icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background: url(../images/plus.svg) no-repeat center/cover;
  width: 14px;
  height: 13px;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.references-icon p {
  padding-left: 45px;
}
.z-index-1 {
  z-index: 1;
}
body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #322f32;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 50px;
  color: #fff;
}
h2 {
  font-size: 30px;
}
h2.h2--lg {
  font-size: 38px;
  text-align: center;
  line-height: 1.16;
  margin-bottom: 50px;
}
h2.h2--md {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 35px;
}
h3 {
  font-size: 28px;
  margin-bottom: 35px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h5:last-child {
  margin-bottom: 0;
}
h6 {
  font-size: 20px;
}
ol,
ul {
  font-size: 0;
  line-height: 0;
}
ol li,
p,
ul li {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
.txt--xs {
  font-size: 14px;
}
.txt--lg {
  font-size: 24px;
}
.txt--md {
  font-size: 20px;
}
.txt--sm {
  font-size: 22px;
}
.txt--xl {
  font-size: 40px;
  line-height: 1;
}
.txt--xxl {
  font-size: 60px;
}
.txt--28 {
  font-size: 28px;
}
.txt--56 {
  font-size: 56px;
}
.txt--80 {
  font-size: 80px;
  letter-spacing: -4px;
}
.read-link {
  display: none;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.read-link:hover {
  color: #efefef;
}
.sp p {
  font-size: 20px;
  margin-bottom: 25px;
}
.sp p:last-child {
  margin-bottom: 0;
}
.btn {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  border-radius: 33px;
  text-transform: capitalize;
  padding: 15px;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans-serif;
  background-color: #9a6c66;
  border: 2px solid #9a6c66;
  min-width: 320px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.btn--wide {
  font-size: 18px;
  padding: 20px 40px;
}
.btn--wide.badge {
  padding: 20px 80px 20px 20px;
  text-align: center;
}
.btn--wide.badge::after {
  right: -30px;
}
.btn--outline {
  border: 2px solid #9a6c66;
  background-color: #fff;
  color: #9a6c66;
}
.btn--outline:hover {
  background-color: #9a6c66 !important;
  color: #fff;
  border: 2px solid #9a6c66 !important;
}
.btn--yellow-gradient {
  border: none;
  background: linear-gradient(270deg, #fec139 0, #ffd64b 100%);
  font-size: 26px;
  position: relative;
  z-index: 1;
  min-width: 100%;
  line-height: 1.4;
}
.btn--yellow-gradient::after {
  position: absolute;
  content: "";
  background: #fec139;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  max-width: 700px;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: -1;
  opacity: 0;
}
.btn--yellow-gradient:hover {
  border: none !important;
}
.btn--yellow-gradient:hover::after {
  opacity: 1;
}
.btn-payment {
  margin-bottom: 0;
}
.btn-payment img {
  margin-bottom: 0 !important;
}
.btn-payment a {
  margin-bottom: 15px;
}
.btn:hover {
  background-color: #fdb750;
  border: 2px solid #fdb750;
}
.btn-animation {
  -webkit-animation: rocking 2s infinite;
  animation: rocking 2s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.btn--fw {
  min-width: 100%;
}
.btn--yellow {
  background-color: #fdb750;
  border: 2px solid #fdb750;
  letter-spacing: -0.5px;
  margin-bottom: 20px !important;
}
.btn--yellow:hover {
  background-color: #f3a737;
  border: 2px solid #f3a737;
}
.btn--squared {
  border-radius: 5px;
}
img {
  max-width: 100%;
  height: auto;
}
.icon-check {
  position: relative;
  padding-left: 30px;
}
.icon-check::before {
  position: absolute;
  content: "";
  background: url(../images/icon-check.png) no-repeat center/cover;
  width: 23px;
  height: 23px;
  left: 0;
}
.badge {
  position: relative;
}
.badge::after {
  position: absolute;
  content: "";
  background: url(../images/guarantee2.png) no-repeat center/cover;
  width: 93px;
  height: 93px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.badge-free {
  position: relative;
  margin-top: 60px !important;
}
.badge-free::after {
  position: absolute;
  content: "";
  width: 133px;
  height: 133px;
  right: -50px;
  top: -40px;
  background: url(../images/badge1.png) no-repeat center/cover;
}
.badge-free--2 {
  margin-top: 70px !important;
}
.badge-free--2::after {
  background: url(../images/badge2.png) no-repeat center/cover;
}
.badge-free .img-style--left {
  margin-right: 40px;
}
.badge-free .box-wide__header h2 {
  line-height: 1.4;
}
.arrow {
  position: relative;
}
.arrow::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/arrow-down.svg) no-repeat center/cover;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.arrow--down::after {
  top: calc(100% - 37px);
}
.arrow--up::after {
  top: -32px;
}
.arrow--red::after {
  background: url(../images/female-vitality/arrow-down-circle.svg) no-repeat
    center/cover;
}
.img-style {
  margin-bottom: 30px;
  border: 10px solid #fff;
  border-radius: 6px;
  box-shadow: 0 4px 30px 1px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
}
.img-style--noborder {
  border: none;
}
.img-style--noradius {
  border-radius: 0;
}
.img-style--noshadow {
  box-shadow: none;
}
.img-style--left {
  margin-right: 50px;
  float: left;
}
.img-style--right {
  margin-left: 50px;
  float: right;
}
.logo-decor {
  position: relative;
  float: left;
  margin-bottom: 30px;
}
.logo-decor::after {
  position: absolute;
  content: "";
  width: 227px;
  height: 63px;
  left: calc(50% - 25px);
  bottom: 0;
  border-radius: 6px;
  transform: translateX(-50%);
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.1);
  background: url(../images/img2-logo.jpg) no-repeat center/cover;
}
.img-decor {
  position: relative;
}
.img-decor::before {
  content: "";
  position: absolute;
  background-color: #cfa498;
  width: 113px;
  height: 113px;
  border-radius: 5px;
  top: -90px;
}
.question-icon {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.question-icon::before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../images/question.svg) no-repeat center/cover;
}
.long-arrow {
  position: relative;
  transform: rotate(0);
}
.long-arrow::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 78px;
  background: url(../images/female-vitality/long-arrow-down.png) no-repeat
    center/cover;
}
.long-arrow--down::after {
  bottom: -70px;
  right: 25px;
}
.long-arrow--down-rotated::after {
  top: -20px;
  transform: rotate(30deg);
}
.long-arrow--up::after {
  top: -35px;
  right: 210px;
}
.underline {
  padding: 0 5px;
  margin: 0 -5px;
}
.underline-small {
  padding: 0;
  margin: 0;
}
.underline-small--gray {
  background-image: linear-gradient(
    0deg,
    transparent 0,
    transparent 0,
    #9e9d9c 0,
    #9e9d9c 2px,
    transparent 2px,
    transparent 100%
  );
}
.underline-small--light {
  background-image: linear-gradient(
    0deg,
    transparent 0,
    transparent 0,
    #cebdbb 0,
    #cebdbb 2px,
    transparent 2px,
    transparent 100%
  );
}
.underline--primary {
  background: linear-gradient(
    0deg,
    transparent 0,
    transparent 0,
    #bc8f82 0,
    #bc8f82 25px,
    transparent 25px,
    transparent 100%
  );
}
.underline--light {
  background: linear-gradient(
    to top,
    transparent 0,
    transparent 0,
    #feede5 0,
    #feede5 40%,
    transparent 40%,
    transparent 100%
  );
}
.underline--primary-light {
  background: linear-gradient(
    to top,
    transparent 0,
    transparent 0,
    #c39c95 0,
    #c39c95 40%,
    transparent 40%,
    transparent 100%
  );
}
.underline--beige {
  background: linear-gradient(
    to top,
    transparent 0,
    transparent 0,
    #f8eedf 0,
    #f8eedf 40%,
    transparent 40%,
    transparent 100%
  );
}
.bg--primary {
  background-color: #9a6c66;
}
.bg--primary h2,
.bg--primary h4,
.bg--primary p {
  color: #fff;
}
.bg--primary p:last-child {
  margin-bottom: 0;
}
.bg--primary.arrow--up {
  padding-top: 50px;
}
.bg--white {
  background-color: #fff;
}
.bg--darkgray {
  background-color: #9c9c9c;
}
.bg--lightgray {
  background-color: #f7f7f7;
}
.bg--grayshade {
  background-color: #cbcbcb;
}
.bg--darkgrayshade {
  background-color: #e7e3e1;
}
.bg--lightpink {
  background-color: #f8f5f4;
}
.bg--lightpink p:last-child {
  margin-bottom: 0;
}
.bg--darkred {
  background-color: #9f193d;
}
.bg--darkred h2,
.bg--darkred p {
  color: #fff !important;
}
.bg--darkred.arrow--up {
  padding-top: 75px;
}
.bg--lightbeige {
  background-color: #f8f7f6;
} /*.bg--hero{max-height:580px}*/
.bg--hero .container {
  padding-top: 40px;
}
.bg--hero-v2 {
  background: url(../images/bg-hero.jpg) no-repeat center/cover;
}
.bg--hero-v2 h1 {
  margin-bottom: 30px;
  font-size: 45px;
}
.bg--hero-v2 .container {
  padding-top: 20px;
}
.bg--hero-v2 .container--xxs {
  padding-top: 0;
  padding-bottom: 50px;
}
.bg-sales-page h1 {
  font-size: 50px;
  margin-bottom: 22px;
}
.bg-sales-page h2 {
  text-align: left;
}
.bg-sales-page p:last-child {
  margin-bottom: 0;
}
.bg-sales-page.arrow {
  padding-bottom: 85px;
}
.bg-sales-page.arrow--red.arrow--down {
  padding-bottom: 75px;
}
.bg-sales-page.arrow--red.arrow--up {
  padding-top: 75px;
  padding-bottom: 50px;
}
.bg--suffer {
  padding-top: 40px;
  background: url(../images/bg1.jpg) no-repeat 60% / cover;
}
.bg--crucial {
  background: url(../images/bg2.jpg) no-repeat center right/cover;
}
.bg--orgasms {
  background: url(../images/bg3.jpg) no-repeat center right/cover;
}
.bg--doctor {
  background: url(../images/bg4.jpg) no-repeat center right/cover;
}
.bg--3step {
  background: url(../images/bg5.jpg) no-repeat center right/cover;
}
.bg--leaking {
  background: url(../images/bg6.jpg) no-repeat center right/cover;
}
.bg--goal {
  background: url(../images/bg7.jpg) no-repeat center right/cover;
}
.bg--pelvic {
  background: url(../images/bg8.jpg) no-repeat center 80% / cover;
}
.bg--pelvic .check-list li {
  margin-bottom: 25px;
}
.bg--spouse {
  background: url(../images/bg9.jpg) no-repeat center right/cover;
}
.gradient {
  position: relative;
}
.gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    #eeeceb 0,
    #eeeceb 7%,
    transparent 20%,
    transparent 100%
  );
}
.gradient img {
  max-width: 100%;
  height: auto;
}
.gradient--red::before {
  top: -5px;
  background: linear-gradient(
    180deg,
    #9f193d 0,
    #9f193d 7%,
    transparent 20%,
    transparent 100%
  );
}
.gradient--gray::before {
  top: -5px;
  background: linear-gradient(
    180deg,
    #f3f3f2 0,
    #f3f3f2 7%,
    transparent 20%,
    transparent 100%
  );
}
.bg--net {
  background: url(../images/bg-net.jpg) no-repeat center/cover;
  padding: 0;
  border-bottom: 2px solid #f1efef;
}
.bg--net .container {
  min-height: 130px;
  display: flex;
  align-items: center;
}
.bg--truth {
  background: url(../images/female-vitality/bg1.jpg) no-repeat center
    right/cover;
}
.bg--truth h1 {
  letter-spacing: 1;
  font-size: 57px;
  margin-bottom: 10px;
}
.bg--truth h2 {
  font-size: 60px;
  margin-bottom: 0;
}
.bg--truth h1,
.bg--truth h2 {
  color: #fff;
  line-height: 1.15;
}
.bg--strugle {
  background: url(../images/female-vitality/bg2.jpg) no-repeat center
    right/cover;
}
.bg--imagine {
  background: url(../images/female-vitality/bg3.jpg) no-repeat center
    right/cover;
}
.bg--functioning {
  background: url(../images/female-vitality/bg4.jpg) no-repeat center
    right/cover;
}
.bg--variations {
  background: url(../images/female-vitality/bg5.jpg) no-repeat center
    right/cover;
}
.bg--female-vitality {
  background: url(../images/female-vitality/bg6.jpg) no-repeat center
    right/cover;
}
.bg--toned {
  background: url(../images/female-vitality/bg7.jpg) no-repeat center
    right/cover;
}
.bg--action {
  background: url(../images/female-vitality/bg8.jpg) no-repeat center
    right/cover;
}
.times-list {
  padding-left: 15px;
}
.times-list li {
  font-size: 20px;
  position: relative;
  padding-left: 35px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.times-list li::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 21px;
  background-image: url(../images/times.svg);
}
.times-list li:last-child {
  margin-bottom: 0;
}
.check-list li {
  font-size: 25px;
  position: relative;
  padding-left: 35px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.check-list li::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 20px;
  background-image: url(../images/check.svg);
}
.check-list li:last-child {
  margin-bottom: 0;
}
.check-list--red {
  padding-left: 15px;
}
.check-list--red li {
  font-size: 20px;
  margin-bottom: 20px;
}
.check-list--red li::before {
  top: 3px;
  width: 22px;
  height: 17px;
  background-image: url(../images/female-vitality/check-red.svg);
}
.square-list li {
  position: relative;
  padding-left: 35px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.square-list li::before {
  content: "";
  position: absolute;
  background: #9a6c66;
  top: 7px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
}
.square-list li:last-child {
  margin-bottom: 0;
}
.check-circle-list {
  padding-left: 20px;
}
.check-circle-list li {
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.check-circle-list li::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/checkmark-circle.svg);
}
.check-circle-list li:last-child {
  margin-bottom: 0;
}
body {
  counter-reset: recommendations;
}
section {
  padding-top: 40px;
  padding-bottom: 50px;
}
section.bg--hero {
  padding-top: 0;
  padding-bottom: 0;
}
section.bg--hero-v2 {
  padding-top: 0;
  padding-bottom: 0;
}
section.custom--padding {
  padding-top: 50px;
  padding-bottom: 30px;
}
section.custom--padding-md {
  padding-top: 40px;
  padding-bottom: 30px;
}
section.custom--padding-xl {
  padding-top: 115px;
  padding-bottom: 50px;
}
.female-vitality p {
  color: #131313;
  margin-bottom: 30px;
  font-size: 20px;
}
.female-vitality p:last-child {
  margin-bottom: 0;
}
.female-vitality .box-guarantee {
  background: #fff;
  border-radius: 0;
}
.female-vitality .box-guarantee h6 {
  color: #9f193d;
}
.female-vitality footer {
  background: #fff;
}
.female-vitality footer p {
  font-size: 14px;
}
.v2 footer {
  padding-top: 60px;
}
.v2 footer p {
  font-size: 12px;
  line-height: 1.5;
}
.v2 footer ul {
  position: relative;
}
.v2 footer ul li {
  padding: 0 10px;
  text-decoration: none;
  margin-bottom: 60px;
}
.v2 footer ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #d1d1d1;
  width: 100%;
  max-width: 860px;
  margin-bottom: 30px;
}
.landing footer {
  padding: 20vw 0 40px;
}
footer {
  text-align: center;
  padding: 40px 0;
  position: relative;
}
footer p,
footer ul li {
  font-size: 14px;
  line-height: 1.3;
}
footer ul li {
  display: inline-block;
  padding: 0 20px;
  text-decoration: underline;
  position: relative;
  margin-bottom: 30px;
}
footer ul li a {
  color: #322f32;
  transition: all 0.3s ease-in-out;
}
footer ul li a:hover {
  color: #9a6c66;
}
footer ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #322f32;
  right: 0;
  top: 2px;
}
footer ul li:last-child::after {
  background-color: transparent;
}
footer ul li:first-child {
  padding-left: 0;
}
footer ul li:last-child {
  padding-right: 0;
}
.hidden-content {
  display: none;
}
.top-banner {
  background-color: #322f32;
  padding: 0 15px;
}
.top-banner .container {
  min-height: 120px;
  display: flex;
  align-items: center;
}
.box {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  border-radius: 6px;
}
.box__header {
  position: relative;
  padding: 25px 90px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.box__header h2 {
  color: #fff;
  margin-bottom: 0;
}
.box__header.bg--darkgrayshade h2 {
  color: #322f32;
}
.box__content {
  padding: 25px 15px;
  height: calc(100% - 87px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.box__content img {
  margin-bottom: 15px;
}
.box__content-price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px !important;
  line-height: 1;
  margin-bottom: 30px;
}
.box-guarantee {
  position: relative;
  padding: 45px 30px 45px 205px;
  overflow: hidden;
  border-radius: 6px;
}
.box-guarantee img {
  position: absolute;
  left: 15px;
  top: 15px;
}
.box-guarantee p {
  margin-bottom: 10px;
  line-height: 1.35;
}
.box-guarantee p:last-child {
  margin-bottom: 0;
}
.box-guarantee--v2 {
  max-width: 860px;
  background: url(../images/bg-guarantee.jpg) no-repeat center/cover;
  border: 20px solid #cea397;
  border-radius: 6px;
  margin: 50px auto 0;
  padding: 25px 40px;
}
.box-guarantee--v2--red {
  border-color: #9f193d;
  border-radius: 0;
}
.box-guarantee--v2 h2.h2--lg {
  font-size: 40px;
  margin-bottom: 40px;
}
.box-guarantee--v2__badge {
  position: relative;
}
.box-guarantee--v2__badge::after {
  position: absolute;
  content: "";
  background: url(../images/bagde-guarantee.png) no-repeat center/cover;
  width: 125px;
  height: 125px;
  right: -5px;
  top: 0;
}
.box-guarantee--v2 .img-style--right {
  position: absolute;
  right: 40px;
  top: 30px;
}
.box-guarantee--v2 .row p:last-child {
  margin-bottom: 27px;
}
.box--left,
.box--right {
  height: auto;
}
.box--left h2,
.box--right h2 {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}
.box--left .btn-payment a,
.box--right .btn-payment a {
  margin-bottom: 25px;
}
.box--left .btn,
.box--right .btn {
  min-width: 340px;
  font-size: 28px;
}
.box--left .txt--xxl,
.box--right .txt--xxl {
  font-size: 70px;
}
.box--left {
  max-width: 420px;
  z-index: 1;
}
.box--left .box__header {
  padding: 20px 60px;
}
.box--left h2 {
  font-size: 26px;
}
.box--left .box__content img {
  margin-bottom: 40px;
}
.box--right {
  max-width: 440px;
  margin-top: -60px;
  z-index: 99;
}
.box--right .box__content {
  padding-top: 30px;
}
.box--right h2 {
  font-size: 30px;
  line-height: 1.2;
}
.box--right p:first-child {
  margin-bottom: 20px;
}
.box--right p:nth-child(2) {
  margin-bottom: 25px;
}
.box--right sub {
  font-size: 16px;
}
.box--right .bv-banner {
  overflow: visible;
}
.box--right .bv-banner::before {
  display: none;
}
.box--squared {
  border-radius: 0;
  min-width: 100%;
}
.box--squared .box__content,
.box--squared .box__header {
  border-radius: 0;
}
.box--squared .btn-payment img {
  max-width: 250px;
}
.box--squared .box__content .d-flex {
  min-width: calc(100% - 50px);
}
.box-list {
  max-width: 770px;
  margin: 60px auto 50px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 15px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.box-list .row [class*="col-"]:first-child {
  position: relative;
  padding-right: 40px;
}
.box-list .row [class*="col-"]:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #e6e6e6;
}
.box-list::before {
  content: "";
  position: absolute;
  background: url(../images/arrow-down-circle.svg) no-repeat center/cover;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
}
.box-one-row {
  min-width: 100%;
}
.box-one-row .box__content-price {
  margin-bottom: 5px;
}
.box-one-row .btn-payment p {
  font-size: 15px;
  position: relative;
  margin-bottom: 15px;
}
.box-one-row .btn-payment p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 1px;
  background-color: #e6e6e6;
}
.box-one-row .btn-payment p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 1px;
  background-color: #e6e6e6;
}
.box-one-row .btn-payment img {
  max-width: 250px;
}
.box-one-row .btn-payment a {
  margin-bottom: 15px !important;
}
.box-one-row .mt--auto {
  min-width: calc(100% - 50px);
}
.box-one-row .bv-banner {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.bv-banner {
  position: relative;
  overflow: hidden;
}
.bv-banner::before {
  content: "BEST VALUE";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 25px;
  right: -35px;
  height: 30px;
  width: 150px;
  background-color: #d5200b;
  transform: rotate(45deg);
}
.bv-banner-2 {
  content: "";
  position: absolute;
  top: -23px;
  right: -19px;
}
.box-wide {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  max-width: 860px;
  margin: 45px auto 0;
}
.box-wide__header {
  background-color: #9a6c66;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 20px 80px 40px;
}
.box-wide__header h2 {
  text-align: center;
  color: #fff;
}
.box-wide__header.number-circle {
  padding-top: 55px;
  padding-bottom: 30px;
}
.box-wide__header.number-circle h2 {
  margin-bottom: 0;
}
.box-wide--numbers {
  margin-top: 30px;
}
.box-wide--numbers .box-wide__content {
  padding: 25px 40px 35px;
}
.box-wide--numbers .box-wide__content h4 {
  margin-bottom: 30px;
}
.box-wide--warning {
  margin-top: 60px;
  position: relative;
}
.box-wide--warning::after {
  position: absolute;
  content: "";
  top: -32.5px;
  width: 65px;
  height: 65px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/female-vitality/exclamation.png) no-repeat
    center/cover;
}
.box-wide--red {
  max-width: 960px;
  border-radius: 0;
}
.box-wide--red .box-wide__header {
  background-color: #9f193d;
  border-radius: 0;
  padding: 50px 25px 30px;
}
.box-wide--red .box-wide__header h2 {
  margin-bottom: 0;
  letter-spacing: -1px;
}
.box-wide--red .box-wide__content {
  padding: 40px;
}
.box-wide--red .box-wide__content .img-style--left {
  margin-right: 40px;
  margin-bottom: 20px;
}
.box-wide--red.badge {
  margin-top: 60px;
  max-width: 860px;
}
.box-wide--red.badge .box-wide__header {
  position: relative;
  padding: 30px;
}
.box-wide--red.badge .box-wide__header::after {
  position: absolute;
  content: "";
  top: -30px;
  right: -30px;
  width: 110px;
  height: 110px;
  background: url(../images/female-vitality/badge.png) no-repeat center/cover;
}
.box-wide--red.badge .box-wide__header h2 {
  font-size: 28px;
}
.box-wide--red.badge::after {
  display: none;
}
.box-wide--red.badge--lower .box-wide__header::after {
  background: url(../images/female-vitality/badge2.png) no-repeat center/cover;
}
.box-wide__content {
  background-color: #fff;
  padding: 50px 40px 35px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.box-wide__content .img-style {
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.box-wide__content p:last-child {
  margin-bottom: 0;
}
.box-wide--badge .box-wide__content {
  background: #fff url(../images/black-friday/bg-sale.jpg) no-repeat
    center/cover;
  padding: 45px 15px !important;
}
.box-wide--badge .box-wide__content .box__content-price {
  font-size: 56px;
}
.box-wide--badge .box-wide__content .txt--xxl {
  font-size: 80px;
}
.box-wide--badge::after,
.box-wide--badge::before {
  display: none;
}
.box-wide--badge-2 .box-wide__content {
  background: #fff;
  padding: 45px 15px !important;
}
.box-wide--badge-2 .box-wide__content::before {
  display: block;
  position: absolute;
  content: "";
  top: 40px;
  right: calc(((100% - 507px) / 2) + 15px);
  width: 150px;
  height: 190px;
  background: url(../images/black-friday/bf-badge2.png) no-repeat center/cover;
}
.box-wide--badge-2 .box-wide__content .box__content-price {
  font-size: 56px;
}
.box-wide--badge-2 .box-wide__content .txt--xxl {
  font-size: 80px;
}
.box-wide--fw {
  max-width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.box-wide--fw::after,
.box-wide--fw::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/black-friday/swirl.png) no-repeat center/cover;
  width: 247px;
  height: 125px;
}
.box-wide--fw::before {
  left: -247px;
}
.box-wide--fw::after {
  right: -247px;
  transform: translateY(-50%) rotateX(180deg) rotateY(180deg);
}
.box-wide--fw .box-wide__header {
  padding: 20px 15px;
}
.box-wide--fw .box-wide__header h2 {
  margin-bottom: 0;
}
.box-wide--fw .box-wide__content {
  padding: 35px 25px 30px;
}
.box-wide--fw .box-wide__content .square-list {
  margin-left: -10px;
}
.box-wide--fw .box-wide__content .square-list li {
  margin-bottom: 25px;
  padding-left: 25px;
}
.box-wide--fw .box-wide__content .square-list li:last-child {
  margin-bottom: 0;
}
.number-circle {
  position: relative;
}
.number-circle h2::before {
  counter-increment: recommendations;
  content: counter(recommendations);
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
  background-color: #cea397;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 3;
  border: 7px solid #fff;
}
.black-friday .box-guarantee {
  background-color: #fff;
}
.countdown {
  display: flex;
  margin-left: 10px;
  margin-top: 5px;
}
.countdown__box h6 {
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 20px;
  background: #cfa498;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.countdown__box h6::after {
  position: absolute;
  content: "";
  left: 5px;
  bottom: -3px;
  width: 38px;
  height: 3px;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.countdown__box:last-child h6 {
  margin-right: 0;
}
.countdown__box:last-child p {
  width: 100%;
}
.countdown__box p {
  font-size: 9px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 0;
  width: calc(100% - 20px);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.testimonial {
  background: linear-gradient(90deg, #cea397 0, #d6afa4 38%);
  position: relative;
  border-radius: 6px;
  max-width: 860px;
  padding: 20px 90px;
  margin: 45px auto;
}
.testimonial:last-child {
  margin-bottom: 0;
}
.testimonial h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.3;
}
.testimonial::before {
  position: absolute;
  content: "";
  background: url(../images/quote-left.svg) no-repeat center/cover;
  width: 34px;
  height: 22px;
  left: 10px;
  top: 10px;
}
.testimonial::after {
  position: absolute;
  content: "";
  background: url(../images/quote-right.svg) no-repeat center/cover;
  width: 34px;
  height: 22px;
  right: 10px;
  bottom: 10px;
}
.testimonial--noquotes-red {
  background: #9f193d;
  border-radius: 0;
  padding: 20px;
  margin: 0 auto 30px;
}
.testimonial--noquotes-red:last-child {
  margin-bottom: 0;
}
.testimonial--noquotes::after,
.testimonial--noquotes::before {
  background: 0 0;
}
.testimonial__video {
  max-width: 350px;
  margin: -220px auto 25px;
}
.testimonial--videos {
  position: relative;
  max-width: 100%;
  text-align: center;
  padding: 120px 30px 25px;
  margin-top: 150px;
}
.testimonial--images {
  background: #fff;
  max-width: 100%;
  position: relative;
  padding: 25px 30px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.1);
}
.testimonial--images-big {
  background: #f7f7f7;
  box-shadow: none;
}
.testimonial--images-big.testimonial--images {
  padding: 45px 30px;
}
.testimonial--images-big.testimonial--images::after {
  width: 50px;
  height: 30px;
  top: 45px;
  right: 25px;
  background: url(../images/black-friday/quote-gray.svg) no-repeat center/cover;
}
.testimonial--images-big.testimonial--images h6 {
  color: #cfa498;
  font-size: 28px;
  margin-left: 150px;
}
.testimonial--images-big.testimonial--images p {
  margin-bottom: 25px;
}
.testimonial--images-big.testimonial--images p:last-child {
  margin-bottom: 0;
}
.testimonial--images-big .testimonial--images__img {
  top: -83px;
  left: 7px;
}
.testimonial--images p {
  margin-bottom: 15px;
}
.testimonial--images__img {
  position: absolute;
  left: 30px;
  top: -15px;
  border-radius: 5px;
}
.testimonial--images h6 {
  color: #9a6c66;
  font-weight: 700;
  margin-left: 95px;
  margin-bottom: 30px;
}
.testimonial--images::before {
  background: 0 0;
}
.testimonial--images::after {
  top: 25px;
  right: 20px;
  background: url(../images/quote-pink.svg) no-repeat center/cover;
}
.testimonial--images:last-child {
  margin-bottom: 0;
}
.testimonial-noframe {
  margin-bottom: 60px;
}
.testimonial-noframe p {
  line-height: 1.45;
}
.testimonial-noframe img {
  margin-right: 25px;
  margin-bottom: 20px;
}
.testimonial-noframe:last-of-type {
  margin-bottom: 0;
}
.testimonial--red {
  background: #f8f7f6;
  box-shadow: none;
  border-radius: 0;
}
.testimonial--red h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.testimonial--red h4,
.testimonial--red h6 {
  color: #9f193d;
}
.testimonial--red h6 {
  margin-bottom: 0;
}
.testimonial--red p {
  margin-bottom: 15px;
}
.testimonial--red .testimonial--images__img {
  border-radius: 0;
}
.faq {
  background-color: #9a6c66;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  border-radius: 6px;
}
.faq--red {
  border-radius: 0;
}
.faq--red .faq__head {
  background-color: #9f193d;
  border-radius: 0;
}
.faq--red .faq__content {
  border-radius: 0;
}
.faq.active {
  box-shadow: 0 3px 30px 0 rgba(74, 74, 74, 0.1);
}
.faq.active .faq__head {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.faq.active .faq__head::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq__head {
  font-size: 24px;
  line-height: 1;
  padding: 30px 50px 30px 40px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.faq__head::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 11px;
  background: url(../images/faq-down.svg) no-repeat center/cover;
  transition: all 0.3s ease-in-out;
}
.faq__content {
  background-color: #fff;
  display: none;
  padding: 25px 40px 30px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.faq:last-child {
  margin-bottom: 50px;
}
.faqs p {
  margin-bottom: 25px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box,
  .box__content {
    min-height: 1px;
  }
  .box .btn,
  .box__content .btn {
    display: block;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media (max-width: 1749px) {
  .bg--crucial {
    background-position: 35%;
  }
  .bg--orgasms {
    background-position: 55%;
  }
  .bg--doctor {
    background-position: 55%;
  }
  .bg--3step {
    background-position: 55%;
  }
  .bg--leaking {
    background-position: 55%;
  }
  .bg--goal {
    background-position: 75%;
  }
  .bg--pelvic {
    background-position: 75%;
  }
  .bg--spouse {
    background-position: 75%;
  }
  .bg--truth {
    background-position: 75%;
  }
  .bg--strugle {
    background-position: 75%;
  }
  .bg--imagine {
    background-position: 75%;
  }
  .bg--functioning {
    background-position: 75%;
  }
  .bg--variations {
    background-position: 75%;
  }
  .bg--female-vitality {
    background-position: 75%;
  }
  .bg--toned {
    background-position: 75%;
  }
  .bg--action {
    background-position: 75%;
  }
}
@media (max-width: 1499px) {
  .bg--suffer {
    background-position: 70%;
  }
  .bg--crucial {
    background-position: 65%;
  }
  .bg--orgasms {
    background-position: 65%;
  }
  .bg--doctor {
    background-position: 65%;
  }
  .bg--3step {
    background-position: 65%;
  }
  .bg--leaking {
    background-position: 70%;
  }
  .bg--goal {
    background-position: 70%;
  }
  .bg--pelvic {
    background-position: 70%;
  }
  .bg--spouse {
    background-position: 70%;
  }
  .bg--truth {
    background-position: 70%;
  }
  .bg--truth h2 {
    font-size: 50px;
  }
  .bg--strugle {
    background-position: 70%;
  }
  .bg--imagine {
    background-position: 60%;
  }
  .bg--functioning {
    background-position: 65%;
  }
  .bg--variations {
    background-position: 70%;
  }
  .bg--female-vitality {
    background-position: 65%;
  }
  .bg--toned {
    background-position: 60%;
  }
  .bg--action {
    background-position: 60%;
  }
  .box-wide--fw::after,
  .box-wide--fw::before {
    width: 120px;
    height: 61px;
  }
  .box-wide--fw::before {
    left: -120px;
  }
  .box-wide--fw::after {
    right: -120px;
  }
}
@media (max-width: 1199px) {
  h2.h2--md {
    font-size: 34px;
  }
  .row [class*="col-"] .btn--wide.badge {
    padding: 20px 70px 20px 20px;
    margin: 0 auto 15px;
  }
  .row [class*="col-"] .btn-payment {
    text-align: center;
  }
  .badge-free {
    margin-top: 100px !important;
  }
  .badge-free::after {
    right: unset;
    top: -70px;
    left: 50%;
    transform: translatex(-50%);
  }
  .badge-free--2 {
    margin-top: 105px !important;
  }
  .badge-free .box-wide__header {
    padding: 80px 15px 40px;
  }
  .bg-sales-page h1 {
    font-size: 40px;
  }
  .bg--suffer {
    background-position: 60%;
  }
  .bg--crucial {
    background-position: 60%;
  }
  .bg--doctor {
    background-position: 60%;
  }
  .bg--3step {
    background-position: 60%;
  }
  .bg--pelvic {
    background-position: 60%;
  }
  .box-wide--fw::before {
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 389px;
    height: 99px;
    background: url(../images/black-friday/ribbons.png) no-repeat center/cover;
  }
  .box-wide--fw::after {
    display: none;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
}
@media (max-width: 1015px) {
  .video-wrap {
    float: none;
    margin: 0 auto 25px;
  }
}
@media (max-width: 991px) {
  .txt--xl {
    font-size: 30px;
  }
  .txt--xxl {
    font-size: 50px;
  }
  .txt--56 {
    font-size: 35px;
  }
  .txt--80 {
    font-size: 45px;
    letter-spacing: 0;
  }
  .btn--wide.badge {
    padding: 15px 55px 15px 20px;
  }
  .row [class*="col-"] .btn--wide.badge {
    padding: 10px 70px 10px 15px;
  }
  .badge-free {
    margin-top: 85px !important;
  }
  .badge-free--2 {
    margin-top: 95px !important;
  }
  .img-style--left {
    margin-right: 30px;
  }
  .img-style--right {
    margin-left: 30px;
  }
  .img-style {
    box-sizing: border-box;
  }
  .faq-image {
    max-width: 200px;
  }
  .long-arrow--down::after {
    display: none;
  }
  .long-arrow--up::after {
    display: none;
  }
  .bg--primary.arrow--up {
    padding-top: 50px;
  }
  .bg--hero {
    max-height: 100%;
  }
  .bg--hero .container {
    padding: 35px 15px;
  }
  .bg--hero-v2 h1 {
    font-size: 38px;
  }
  .bg-sales-page h1 {
    text-align: center;
  }
  .bg-sales-page h2 {
    text-align: center;
  }
  .bg-sales-page.arrow {
    padding-bottom: 0;
  }
  .bg-sales-page.arrow--red.arrow--down {
    padding-bottom: 0;
  }
  .bg-sales-page.arrow--red.arrow--up {
    padding-bottom: 0;
  }
  .bg-sales-page {
    background-position: 0;
  }
  .bg--suffer p {
    text-align: center;
  }
  .bg--goal {
    margin-bottom: -20px !important;
  }
  .bg--truth h2 {
    margin-bottom: 20px;
  }
  .bg--strugle {
    background-image: none;
    background-color: #f3f3f2;
  }
  .check-list--red {
    padding-left: 0;
  }
  .check-circle-list li:last-child {
    margin-bottom: 20px;
  }
  section.bg-sales-page {
    padding-bottom: 0;
    margin-bottom: -5px;
  }
  section.custom--padding-xl {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .female-vitality .bg--truth {
    background: #9f193d;
  }
  .female-vitality .bg--truth img {
    margin-bottom: -5px;
  }
  .box {
    max-width: 465px;
  }
  .box__header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 124px;
  }
  .box__content {
    height: calc(100% - 124px);
  }
  .box__content img {
    max-width: 330px;
    height: auto;
  }
  .box-guarantee--v2--red .box-guarantee--v2__badge::after {
    right: -65px;
    top: -30px;
  }
  .box-guarantee--v2 {
    margin-top: 30px;
  }
  .box-guarantee--v2 h2.h2--lg {
    font-size: 38px;
  }
  .box-guarantee--v2__badge::after {
    right: -40px;
  }
  .box-guarantee--v2 .img-style--right {
    position: relative;
    right: unset;
    top: unset;
    margin-bottom: 30px;
  }
  .box--left,
  .box--right {
    max-width: 360px;
  }
  .box--left .btn,
  .box--right .btn {
    min-width: 320px;
  }
  .box--left .txt--xxl,
  .box--right .txt--xxl {
    font-size: 60px;
  }
  .box--left .box__content img {
    margin-bottom: 20px;
  }
  .box--left {
    margin-bottom: 50px;
  }
  .box--right {
    margin-top: 0;
  }
  .box--right .box__header {
    padding: 25px 65px;
  }
  .box--right h2 {
    font-size: 26px;
  }
  .box-one-row .btn-payment p::before {
    display: none;
  }
  .box-one-row .btn-payment p::after {
    display: none;
  }
  .box-one-row .bv-banner::before {
    display: none;
  }
  .box-one-row .box__header {
    padding: 20px 15px;
  }
  .box-wide {
    margin-top: 30px;
  }
  .box-wide__header {
    padding: 20px 15px 40px;
  }
  .box-wide--red.badge {
    margin-top: 90px;
  }
  .box-wide--red.badge .box-wide__header {
    padding: 65px 15px 30px;
  }
  .box-wide--red.badge .box-wide__header::after {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .txt-md-16i {
    font-size: 16px !important;
  }
  .h5-md-18 {
    font-size: 18px;
  }
  .txt-md-center {
    text-align: center;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mr-md-0 {
    margin-right: 0;
  }
  .pt-md-35 {
    padding-top: 35px;
  }
  .pb-md-5i {
    padding-bottom: 5px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mb-md-15i {
    margin-bottom: 15px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pull-left--margin {
    display: block;
    margin: 0 auto 30px;
  }
  h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  h2.h2--lg {
    font-size: 34px;
    margin-bottom: 35px;
  }
  h2.h2--md {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  h4 {
    font-size: 24px;
  }
  .txt--lg {
    font-size: 22px;
  }
  .txt--56 {
    font-size: 55px;
  }
  .txt--80 {
    font-size: 65px;
  }
  .sp p {
    margin-bottom: 20px;
  }
  .btn-payment a {
    margin: 0 auto 15px;
  }
  .row [class*="col-"] .btn--wide.badge {
    padding: 15px 55px 15px 20px;
  }
  .badge::after {
    width: 75px;
    height: 75px;
    right: -5px;
  }
  .badge-free .img-style--left {
    margin-right: auto;
  }
  .img-style--left {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .img-style--right {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-decor::after {
    left: 50%;
    bottom: -30px;
  }
  .logo-decor {
    float: none;
    display: block;
    margin: 0 auto 60px;
  }
  .faq-image {
    max-width: 150px;
  }
  .bg--darkred.arrow--up {
    padding-top: 50px;
  }
  .bg--hero-v2 h1 {
    font-size: 34px;
  }
  .bg--hero-v2 .container {
    padding-top: 25px;
  }
  .bg--hero-v2 .container--xxs {
    padding: 0 15px 30px;
  }
  .bg-sales-page h1 {
    font-size: 35px;
  }
  .bg-sales-page h2 {
    font-size: 35px;
  }
  .check-list--red li {
    font-size: 18px;
  }
  .square-list {
    margin-bottom: 20px;
  }
  section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  section.custom--padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .female-vitality p {
    font-size: 18px;
  }
  footer {
    padding: 30px 0;
  }
  footer ul li {
    padding: 0 5px;
  }
  .box {
    min-width: 100%;
    max-width: 100%;
  }
  .box__header {
    min-height: auto;
    padding: 20px 60px;
  }
  .box__header h2 {
    font-size: 26px;
  }
  .box__header.bv-banner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .box__content {
    height: auto;
  }
  .box__content .btn {
    min-width: 100%;
  }
  .box__content img {
    max-width: 240px;
    margin-right: 10px;
  }
  .box-guarantee {
    padding: 15px 15px 15px 130px;
  }
  .box-guarantee img {
    left: -5px;
    width: 140px;
    height: 140px;
  }
  .box-guarantee--v2 {
    padding: 25px 15px;
  }
  .box-guarantee--v2 h2.h2--lg {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .box--left,
  .box--right {
    max-width: 100%;
    min-width: 100%;
  }
  .box--left .btn,
  .box--right .btn {
    min-width: 100%;
    font-size: 22px;
  }
  .box--left .btn.badge,
  .box--right .btn.badge {
    padding: 10px 55px 10px 15px;
  }
  .box--right .bv-banner::before {
    display: flex;
    transform: rotate(0);
    top: -30px;
    left: 0;
    right: 0;
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 14px;
  }
  .box-list {
    padding: 40px 15px 20px;
  }
  .box-list .check-circle-list {
    padding-left: 0;
  }
  .box-list .row [class*="col-"]:first-child::after {
    display: none;
  }
  .box-one-row .btn-payment img {
    max-width: 100%;
    margin-right: 0;
  }
  .box-one-row .box__header h2 {
    font-size: 24px;
  }
  .box-one-row .box__content {
    height: calc(100% - 72px);
  }
  .bv-banner {
    overflow: visible;
  }
  .bv-banner::before {
    display: flex;
    transform: rotate(0);
    top: -30px;
    left: 0;
    right: 0;
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 14px;
  }
  .bv-banner-2 {
    display: none;
  }
  .box-wide__header h2 {
    margin-bottom: 0;
  }
  .box-wide__header.number-circle {
    padding-top: 45px;
  }
  .box-wide--numbers .box-wide__content {
    padding: 20px 15px;
  }
  .box-wide--red .box-wide__header {
    padding: 50px 15px 15px;
  }
  .box-wide--red .box-wide__content {
    padding: 15px;
  }
  .box-wide--red .box-wide__content .img-style--left {
    margin-right: auto;
  }
  .box-wide__content {
    padding: 40px 15px 20px;
  }
  .box-wide__content .img-style {
    margin-bottom: 25px;
  }
  .box-wide__content .square-list {
    margin-bottom: 0;
  }
  .box-wide--fw .box-wide__content img {
    margin-bottom: 15px;
  }
  .countdown {
    margin: 0 0 15px;
  }
  .testimonial {
    padding: 20px 55px;
  }
  .testimonial__video {
    margin-top: -120px;
  }
  .testimonial--images {
    padding: 25px 15px;
  }
  .testimonial--images__img {
    left: 15px;
  }
  .row [class*="col-"] .testimonial--images-big {
    margin-bottom: 20px;
  }
  .row [class*="col-"]:last-child .testimonial--images-big {
    margin-bottom: 0;
  }
  .faq__head {
    font-size: 22px;
    line-height: 1.2;
    padding: 25px 50px 25px 15px;
  }
  .faq__content {
    padding: 20px 15px;
  }
  .faq:last-child {
    margin-bottom: 30px;
  }
  .txt-sm-26i {
    font-size: 26px !important;
  }
  .txt-sm-center {
    text-align: center;
  }
  .pull-sm-none {
    float: none;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .mb-sm-0i {
    margin-bottom: 0 !important;
  }
  .mb-sm-20i {
    margin-bottom: 20px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .top-banner {
    padding: 0;
  }
  .top-banner .container {
    min-height: 90px;
    justify-content: space-evenly !important;
  }
  .top-banner .logo {
    margin-bottom: 0;
    max-width: 70px;
  }
  .top-banner .bf-img {
    max-width: 190px;
    margin-bottom: 0;
  }
  .gutters-sm-xs {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .gutters-sm-xs .col,
  .gutters-sm-xs [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 575px) {
  .references {
    margin-bottom: 35px;
  }
  .references-padding {
    padding-top: 35px;
  }
  .references-icon {
    margin-bottom: 35px;
  }
  h1 {
    margin-bottom: 25px;
  }
  .black-friday h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  h2.h2--lg {
    font-size: 30px;
    margin-bottom: 30px;
  }
  h2.h2--md {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 22px;
  }
  .txt--lg {
    font-size: 20px;
  }
  .txt--xl {
    font-size: 26px;
  }
  .txt--xxl {
    font-size: 40px;
  }
  .txt--56 {
    font-size: 30px;
  }
  .txt--80 {
    font-size: 50px;
  }
  .btn {
    min-width: 100%;
  }
  .btn--wide {
    padding: 10px 15px;
  }
  .btn--wide.badge {
    min-width: auto;
    max-width: 280px;
    padding: 10px 40px 10px 20px;
  }
  .btn-payment a {
    margin: 0 0 15px;
  }
  .btn--fw {
    font-size: 18px;
  }
  .row [class*="col-"] .btn--wide.badge {
    min-width: auto;
    max-width: 280px;
    padding: 10px 40px 10px 20px;
  }
  .icon-check::before {
    width: 20px;
    height: 20px;
  }
  .icon-check {
    font-size: 16px;
  }
  .badge::after {
    width: 60px;
    height: 60px;
  }
  .img-decor::before {
    top: -133px;
    left: calc(50% - 5px);
    transform: translateX(-50%);
  }
  .faq-image {
    display: none;
  }
  .underline--primary {
    background: linear-gradient(
      0deg,
      transparent 0,
      transparent 0,
      #bc8f82 0,
      #bc8f82 15px,
      transparent 15px,
      transparent 100%
    );
  }
  .bg--hero-v2 h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .bg-sales-page h1 {
    font-size: 32px;
  }
  .bg-sales-page h2 {
    font-size: 32px;
  }
  .bg--net .container {
    min-height: 90px;
  }
  .bg--net .logo {
    max-width: 70px;
  }
  .bg--truth h1 {
    font-size: 22px !important;
  }
  .times-list {
    padding-left: 0;
  }
  .check-circle-list {
    padding-left: 0;
  }
  .v2 footer ul li {
    margin-bottom: 10px;
    padding: 0;
  }
  .v2 footer ul::after {
    display: none;
  }
  footer ul li {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }
  footer ul li::after {
    display: none;
  }
  footer ul li:last-child {
    margin-bottom: 30px;
  }
  .box {
    max-width: 100%;
    min-width: 100%;
  }
  .box__header {
    padding: 15px;
  }
  .box__content .btn {
    font-size: 16px;
    padding: 10px 15px;
  }
  .box__content {
    padding: 15px 10px 10px;
  }
  .box__content img {
    max-width: 150px;
    height: auto;
  }
  .box__content-price {
    font-size: 26px !important;
    margin-bottom: 15px;
  }
  .box__content > p:first-child {
    font-size: 18px;
  }
  .box-guarantee {
    overflow: visible;
    padding: 70px 15px 15px;
    text-align: center;
    margin-top: 80px;
  }
  .box-guarantee img {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .box-guarantee--v2--red .box-guarantee--v2__badge::after {
    right: -35px;
    top: -30px;
  }
  .box-guarantee--v2 {
    border-width: 15px;
  }
  .box-guarantee--v2 h2.h2--lg {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .box-guarantee--v2__badge::after {
    width: 90px;
    height: 90px;
    right: -10px;
  }
  .box--left h2,
  .box--right h2 {
    font-size: 22px;
  }
  .box--left .btn-payment a,
  .box--right .btn-payment a {
    margin-bottom: 15px;
  }
  .box--left .btn,
  .box--right .btn {
    font-size: 16px;
  }
  .box--left .btn.badge,
  .box--right .btn.badge {
    padding-right: 60px;
  }
  .box--left .txt--xxl,
  .box--right .txt--xxl {
    font-size: 40px;
    line-height: 1;
  }
  .box--left .box__header {
    padding: 15px;
  }
  .box--right .box__header {
    padding: 15px;
  }
  .box--right .box__content {
    padding-top: 20px;
  }
  .box--right h2 {
    line-height: 1.4;
  }
  .box--right p:first-child {
    margin-bottom: 10px;
  }
  .box--right p:nth-child(2) {
    margin-bottom: 15px;
  }
  .box--right sub {
    display: block;
    line-height: 2;
  }
  .box--squared .btn-payment img {
    max-width: 100%;
  }
  .box--squared .box__content .d-flex {
    min-width: calc(100% - 60px);
  }
  .box-one-row .box__header {
    padding: 15px 15px;
  }
  .box-one-row .box__header h2 {
    font-size: 20px;
  }
  .box-one-row .box__content > p:first-child {
    font-size: 16px;
  }
  .box-one-row .box__content .mt--auto > p:nth-child(2) {
    font-size: 14px;
  }
  .box-one-row .box__content img {
    margin-right: 0;
  }
  .row [class*="col-"]:first-child .box-one-row .box__header {
    padding: 15px 23px;
  }
  .box-wide--numbers .box-wide__content h4 {
    margin-bottom: 25px;
  }
  .box-wide--badge .box-wide__content {
    background-position: 59%;
  }
  .box-wide--badge .box-wide__content {
    background-size: 150%;
    background-position: top;
  }
  .box-wide--badge .box-wide__content .box__content-price {
    font-size: 40px;
  }
  .box-wide--badge-2 .box-wide__content::before {
    width: 120px;
    height: 152px;
    right: 15px;
    top: 15px;
  }
  .box-wide--fw .box-wide__content .square-list li {
    margin-bottom: 15px;
  }
  .testimonial {
    padding: 40px 15px 20px;
    margin: 30px auto;
  }
  .testimonial {
    margin: 25px auto;
  }
  .testimonial h4 {
    font-size: 22px;
  }
  .testimonial::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonial::after {
    display: none;
  }
  .testimonial--noquotes {
    padding: 20px 15px;
  }
  .testimonial--videos {
    margin-top: 130px;
  }
  .testimonial--images {
    padding-top: 65px;
    margin-top: 50px;
  }
  .testimonial--images-big.testimonial--images {
    padding: 80px 15px 20px;
  }
  .testimonial--images-big.testimonial--images h6 {
    margin-left: 0;
    font-size: 24px;
  }
  .testimonial--images-big .testimonial--images__img {
    top: -125px;
    left: calc(50% + 5px);
    transform: translateX(-50%);
  }
  .testimonial--images__img {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonial--images h6 {
    margin-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .testimonial-noframe {
    margin-bottom: 30px;
  }
  .testimonial-noframe img {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }
  .testimonial-noframe h5,
  .testimonial-noframe p {
    text-align: center;
  }
  .testimonial--red h6 {
    text-align: right;
  }
  .row [class*="col-"] .testimonial--images-big {
    margin-bottom: 30px;
  }
  .faq__head {
    font-size: 20px;
    padding: 15px 50px 15px 15px;
  }
  .black-friday h1,
  h1 {
    font-size: 30px;
  }
  .black-friday h1 {
    margin-bottom: 10px;
  }
  .ml-xs-0 {
    margin-left: 0;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .txt-xs-18 {
    font-size: 18px;
  }
  .mb-xs-60i {
    margin-bottom: 60px !important;
  }
  .py-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pl-xs-0i {
    padding-left: 0 !important;
  }
}
@media (max-width: 472px) {
  .box-one-row .box__content {
    height: calc(100% - 78px);
  }
}
@media (max-width: 455px) {
  .black-friday h1,
  h1 {
    font-size: 28px;
    letter-spacing: -0.4px;
  }
  .box-one-row .btn-payment p {
    font-size: 14px;
  }
  .box-one-row .box__content .mt--auto > p:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  h2 {
    font-size: 26px;
  }
  h2.h2--lg {
    font-size: 28px;
  }
  h2.h2--md {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
  .btn--wide.badge::after {
    right: -15px;
  }
  .btn--wide.badge {
    min-width: 100%;
    padding: 15px;
  }
  .row [class*="col-"] .btn--wide.badge {
    padding: 10px 50px 10px 15px;
  }
  .bg-sales-page h1 {
    font-size: 30px;
  }
  .bg-sales-page h2 {
    font-size: 30px;
  }
  .box-guarantee--v2--red .box-guarantee--v2__badge::after {
    right: -5px;
    top: -30px;
  }
  .box-guarantee--v2 h2.h2--lg {
    font-size: 28px;
  }
  .box-list {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .box-one-row .box__content > p:first-child {
    font-size: 14px;
  }
  .box-wide--badge .box-wide__content .box__content-price {
    font-size: 36px;
  }
  .box-wide--badge .box-wide__content .txt--xxl {
    font-size: 50px;
  }
  .box-wide--badge-2 .box-wide__content::before {
    width: 90px;
    height: 114px;
  }
  .box-wide--fw::before {
    display: none;
  }
  .testimonial__video {
    margin-top: -120px;
  }
  .pt-xxs-30 {
    padding-top: 30px;
  }
  .black-friday h1,
  h1 {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
  .black-friday h1 .underline,
  h1 .underline {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 385px) {
  .box__content-price {
    margin-bottom: 5px !important;
  }
  .box-wide--badge .box-wide__content .box__content-price sub {
    display: inline-block;
  }
}
@media (max-width: 380px) {
  .bg--primary h5 {
    font-size: 20px;
  }
  .box--left .btn.badge,
  .box--right .btn.badge {
    padding: 10px 55px 10px 10px;
  }
}
@media (max-width: 370px) {
  .black-friday h1,
  h1 {
    font-size: 23px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 360px) {
  .box__content img {
    max-width: 100px;
  }
}
@media (max-width: 345px) {
  .black-friday h1,
  h1 {
    font-size: 22px;
  }
}
@media (max-width: 330px) {
  .black-friday h1 {
    font-size: 21px;
    letter-spacing: -1.2px;
  }
}
@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}
@keyframes rocking {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.offer .text {
    background-color: #9a6c66;
    color: #fff;
}
.offer .text h3 {
    font-family: 'Permanent Marker', cursive;
    font-size: 3rem;
}
.offer .w-5 {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding-bottom: 20px;
}
.offer .w-5 .h-offer {
    position: relative;
    padding: 25px 90px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    
}
.offer .w-5 .h-offer1 {
    background-color: #9c9c9c;
}
.offer .w-5 .h-offer2 {
    background-color: #9a6c66;
    position: relative;
    overflow: hidden;
}
.offer .w-5 .h-offer2::before {
    content: "BEST VALUE";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 25px;
    right: -35px;
    height: 30px;
    width: 150px;
    background-color: #d5200b;
    transform: rotate(45deg);
}
.offer .w-5 .h-offer h3 {
    color: #fff;
    font-size: 36px;
}
.offer .w-5 .img-mh {
    max-height: 229px;
}
.offer .w-5 .c-offer p {
    padding-top: 20px;
    height: 100px;
    color: #322f32;
    font-size: 24px;
}
.offer .w-5 .c-offer h4 del {
    color: #322f32;
    font-size: 40px;
    font-weight: 400;
}
.offer .w-5 .c-offer h4 span {
    color: #d5200b;
    font-weight: 700;
    font-size: 60px;
}
.offer .w-5 .c-offer h4 span:last-child {
    font-size: 20px;
    font-weight: 600;
}
.offer a {
    border: none;
    background: linear-gradient( 270deg ,#fec139 0,#ffd64b 100%);
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    border-radius: 33px;
    padding: 15px;
    font-family: Montserrat,'DejaVu Sans',Verdana,sans-serif;
    min-width: 320px;
    color: #fff;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
}
.offer a:hover {
    background: linear-gradient( 270deg ,#ffd64b 0,#fec139 100%);
}
.offer .credit-card {
    max-width: 460px;
    margin: 0 auto;
    border-top: 2px solid #D71920;
    border-bottom: 2px solid #D71920;
    margin-top: 10px;
}
.offer .credit-card .d-f {
    align-items: center;
}
.offer .credit-card p {
    padding-bottom: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
}
.text-center {
  text-align: center;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 21%;
  bottom: 15px;
  z-index: 996;
  background: #d8dadb;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
}
.back-to-top .bi-chevron-up {
  color: #fff;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #878b8b;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


@media screen and (max-width: 1929px) {
      .back-to-top.active {
          right: 14%;
      }
}
@media screen and (max-width: 1500px) {
  .back-to-top.active {
      right: 9%;
  }
}
@media screen and (max-width: 1400px) {
  .back-to-top.active {
      right: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .back-to-top.active {
      right: 15px;
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.go-to-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 21%;
  bottom: 85px;
  z-index: 996;
  background: #d8dadb;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  display: none !important;
}
.go-to-buy .bi-chevron-up {
  color: #fff;
}
.go-to-buy i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.go-to-buy:hover {
  background: #878b8b;
  color: #fff;
}

.go-to-buy.active {
  visibility: visible;
  opacity: 1;
}


@media screen and (max-width: 1929px) {
  .go-to-buy.active {
          right: 14%;
      }
}
@media screen and (max-width: 1500px) {
  .go-to-buy.active {
      right: 9%;
  }
}
@media screen and (max-width: 1400px) {
  .go-to-buy.active {
      right: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .go-to-buy.active {
      right: 15px;
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.img_col {
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 4px 30px 1px rgb(0 0 0 / 10%);
  height: 100%;
  
}
.img_col p {
  padding-top: 15px;
  color: #333;
  font-size: 17px;
  line-height: 27px;
}
ul.num_list li {
  position: relative;
}
ul.num_list label {
  position: absolute;
  left: 0;
  top: 0;
  background: #9a6c66;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
}
ul.num_list p {
  padding-left: 50px;
}
#discount {
  position: fixed;
  bottom: 70px;
  right: 2px;
  z-index: 100;

}
#discount img {
  width: 140px;
}
.header-timer {
  justify-content: space-evenly;
  text-align: center;
  margin: 0px auto;
  background: #EE232A;
  border-top-left-radius:  0.75rem;
  border-top-right-radius:  0.75rem;
  width: 300px;
  display: flex;
  padding: 14px 0 0;
  width: 140px;
}
.header-timer h2 {
  color: #fff;
  padding-bottom: 0;
  font-size: 20px;
}
.header-timer p {
  color: #fff;
  padding-bottom: 0;
  font-size: 10px;
}
@media only screen and (max-width: 998px) {
  #discount {
    display: none !important;
  }
  .go-to-buy {
    display: flex !important;
  }
}