@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes dummy {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes dummy {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes autofill {
  to {
    background: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes video-poster {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes video-poster {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes video-button {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes video-button {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@-webkit-keyframes advantages-arrow {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
}

@keyframes advantages-arrow {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
}

a,
.causes-item,
.advantages-item-img,
.advantages-arrow-prev,
.advantages-arrow-next,
.reviews-arrow-prev,
.reviews-arrow-next {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  height: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

textarea,
button,
select,
input {
  margin: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

textarea {
  resize: none;
  vertical-align: top;
}

input[type="submit"] {
  display: block;
  text-align: center;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  background: none;
  color: #111;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

b {
  font-weight: normal;
}

p {
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

header,
section,
footer {
  position: relative;
}

.container {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.page-content {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.page-content > footer {
  margin-top: auto;
}

body {
  position: relative;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background-color: #0d1207;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #fff;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #111;
}

::-moz-placeholder {
  color: #111;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #111;
}

::-ms-input-placeholder {
  color: #111;
}

::placeholder {
  color: #111;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #111;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  -webkit-box-shadow: none;
  -webkit-text-fill-color: #111;
}

.btn {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 290px;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  border: none;
  border-radius: 5px;
  background-color: #b0d711;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 24px;
  color: #191919;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color .5s;
          transition: background-color .5s;
}

.btn:hover {
  background-color: #5b6f08;
}

.btn.btn--red {
  color: #fff;
  background-color: #f42e2d;
}

.btn.btn--red:hover {
  background-color: #b20a09;
}

.btn-wrap {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.btn-note {
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

.price {
  display: -webkit-inline-flex;
  display:         inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: baseline;
          align-items: baseline;
  margin-bottom: 20px;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 44px;
}

.price .old-price,
.price .actual-price {
  white-space: nowrap;
  opacity: 0;
}

.price .actual-price {
  margin-left: 15px;
  color: #ffd200;
}

.price .old-price {
  position: relative;
  font-size: 21px;
  color: #fff;
}

.price .old-price::before {
  position: absolute;
  top: 48%;
  left: 50%;
  display: block;
  width: 92%;
  height: 2px;
  background-color: #ffd200;
  content: "";
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
}

.date {
  white-space: nowrap;
  opacity: 0;
}

.title {
  width: 100%;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}

/**
 * Top Banner
 */
.particles {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.particles.particles__advantages {
  left: -2%;
  bottom: 12%;
}

.particles.particles__tb-img,
.particles.particles__bb-img {
  bottom: 6.6%;
}

.tb-canva {
  position: absolute;
  top: -269px;
  left: calc(100% - 250px);
  width: 794px;
  height: 701px;
}

.tb-content::after,
.advantages-content::before,
.hwr-content::after,
.bb-content::after {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  font-size: 16px;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 45.4375em;
  opacity: .5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/general/circles.png) 0 0/77.5em 100% no-repeat;
  pointer-events: none;
  -webkit-transition: opacity 1.8s;
          transition: opacity 1.8s;
}

.tb-content {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 65px 75px;
}

.tb-content::before {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  display: block;
  content: "";
  z-index: -2;
  font-size: 16px;
  top: 0;
  right: calc(100% - 35px);
  width: 16.625em;
  height: 44.5em;
  background: url(../img/content/tb-girl.jpg) center/contain no-repeat;
}

.tb-content::after {
  opacity: .2;
}

.tb-title-wrap {
  width: 100%;
  max-width: 678px;
}

.banner-title {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 44px;
  text-transform: uppercase;
}

.banner-subtitle {
  margin-top: 22px;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 20px;
}

.tb-in {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 100%;
  max-width: 480px;
  margin-left: 325px;
  margin-top: 65px;
}

.tb-in::before {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  font-size: 16px;
  top: -269px;
  left: calc(100% - 273px);
  width: 49.625em;
  height: 43.8125em;
  background: url(../img/content/tb-man.jpg) center/contain no-repeat;
}

.tb-img-wrap {
  z-index: -1;
  font-size: 16px;
  position: absolute;
  bottom: -4.6875em;
  right: calc(100% + 16px);
}

.tb-img {
  width: 21.6875em;
}

.tb-list {
  margin-bottom: 50px;
}

.tb-list li {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.tb-list li::before {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 30px;
  height: 35px;
  margin-right: 20px;
  background: url(../img/general/shield-icon.png) center/contain no-repeat;
  content: "";
}

.tb-list li:last-child {
  margin-bottom: 0;
}

.discount-wrap {
  position: absolute;
  z-index: 1;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  white-space: nowrap;
  text-align: center;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.discount__tb {
  bottom: 69.5%;
  left: 61.5%;
}

.discount-value {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 36px;
  line-height: 1;
}

.discount-text {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 18px;
  color: #ffd200;
  text-transform: uppercase;
}

/**
 * Causes
 */
.causes {
  padding-bottom: 120px;
}

.causes::before {
  font-size: 16px;
  position: absolute;
  left: 50%;
  width: 120em;
  height: 51.6875em;
  bottom: 0;
  z-index: -2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/content/causes-bg.jpg) 50% 50%/contain no-repeat;
  content: "";
}

@media (min-width: 1921px) {
  .causes {
    padding-bottom: calc(120/1920 * 230vw);
    background: url(../img/content/causes-bg.jpg) 50% 100%/cover no-repeat;
  }
  .causes::before {
    background: none;
    display: none;
  }
}

.causes-content {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  padding-top: 46px;
}

.title.title__causes {
  font-size: 36px;
}

.causes-subtitle {
  margin-top: 21px;
  color: #b0d711;
  font-size: 18px;
  text-transform: uppercase;
}

.causes-items {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 56px;
  margin-bottom: -30px;
}

.causes-item {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  width: 260px;
  margin-bottom: 30px;
  background-color: #ffd200;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 0 20px 15px;
  z-index: 0;
  cursor: pointer;
}

.causes-item::before,
.causes-item::after {
  position: absolute;
  content: "";
  display: block;
}

.causes-item::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 76px;
  width: 100%;
  color: rgba(255, 255, 255, .15);
  background-color: rgba(0, 0, 0, .5);
  line-height: .69;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 192px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: -webkit-transform .5s;
          transition: -webkit-transform .5s;
          transition:         transform .5s;
          transition:         transform .5s, -webkit-transform .5s;
  overflow: hidden;
}

.causes-item:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.causes-item:nth-of-type(1)::before {
  content: "01";
}

.causes-item:nth-of-type(2)::before {
  content: "02";
}

.causes-item:nth-of-type(3)::before {
  content: "03";
}

.causes-item:nth-of-type(4)::before {
  content: "04";
}

.causes-item:nth-of-type(5)::before {
  content: "05";
}

.causes-item:nth-of-type(6)::before {
  content: "06";
}

.causes-item-icon {
  height: 76px;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  padding-bottom: 6px;
}

.causes-item-text {
  min-height: 32px;
  color: #111;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 17px;
}

/**
 * Risk
 */
.risks {
  background-color: #fffaf4;
  color: #111;
  margin-top: -10px;
}

.risks .container {
  z-index: 2;
}

.risks-content {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 100%;
  max-width: 490px;
}

.risks-list {
  margin: 50px 0 43px;
}

.risks-list li {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 14px;
  font-size: 18px;
  font-family: "OpenSans-Bold", sans-serif;
}

.risks-list li::before {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 30px;
  height: 35px;
  margin-right: 40px;
  background: url(../img/general/shield-icon-darken.png) center/contain no-repeat;
  content: "";
}

.risks-list li:last-child {
  margin-bottom: 0;
}

.risks-text {
  width: calc(100% + 15px);
  margin-bottom: 46px;
}

.risks-img {
  font-size: 16px;
  position: absolute;
  left: calc(100% + 50px);
  top: -52px;
  width: 51.5625em;
  z-index: -1;
}

.img {
  position: relative;
  width: 100%;
}

/**
 * Potency
 */
.potency {
  background-color: #fffaf4;
  color: #111;
}

.potency .container {
  z-index: auto;
}

.potency-content {
  width: 100%;
  padding-top: 102px;
  max-width: 652px;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

.title__potency span {
  font-family: "OpenSans-ExtraBold", sans-serif;
}

.potency-imgs {
  font-size: 16px;
  position: absolute;
  left: -220px;
  bottom: 0;
  z-index: 1;
}

.potency-doctor {
  width: 41.25em;
}

.potency-img-wrap {
  position: absolute;
  left: 67.5%;
  top: 7.5%;
  z-index: -1;
}

.potency-img {
  width: 13.75em;
  height: 22.8125em;
}

.discount__potency {
  left: -5.5%;
  top: -1%;
}

.discount__potency .discount-value {
  color: #f21212;
}

.discount__potency .discount-text {
  color: #111;
}

.potency-text {
  margin-top: 28px;
}

.potency-text p {
  margin-bottom: 20px;
}

.potency-text p:last-child {
  margin-bottom: 0;
}

.potency-list {
  margin: 67px 0 53px;
}

.potency-list li {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  font-family: "OpenSans-ExtraBold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.potency-list li:last-child {
  margin-bottom: 0;
}

.potency-list li::before {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 25px;
  content: "";
  padding: 3px;
  border: 1px solid #728d00;
  background-color: #728d00;
  border-radius: 50%;
  background-clip: content-box;
}

.potency-items {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-left: -98px;
  margin-bottom: -40px;
}

.potency-item {
  display: block;
  width: 145px;
  margin-right: 20px;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.potency-item.potency-item-text {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 10px;
}

.potency-item:last-child {
  margin-right: 0;
}

.potency-item-title {
  margin-left: -3px;
  font-family: "OpenSans-ExtraBold", sans-serif;
  font-size: 36px;
  color: #f21212;
  text-transform: uppercase;
}

.potency-item-subtitle {
  font-size: 14px;
  margin-top: 15px;
}

.potency-quote-wrap {
  position: relative;
  width: 100%;
  padding: 63px 0 33px;
}

.potency-quote-wrap::before {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 102vw;
  height: 100%;
  content: "";
  background-color: #667e00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.potency-quote {
  position: relative;
  width: 100%;
  max-width: 620px;
  padding: 20px 15px 17px;
  border: 3px solid rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: 70px;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.potency-quote::before,
.potency-quote::after {
  position: absolute;
  display: block;
  width: 40px;
  height: 35px;
  background: url(../img/general/potency-quotes.png) center/contain no-repeat;
  content: "";
  opacity: .3;
}

.potency-quote::before {
  bottom: calc(100% - 10px);
  right: calc(100% + 19px);
}

.potency-quote::after {
  top: calc(100% - 10px);
  left: calc(100% + 31px);
  -webkit-transform: scale(-1);
          transform: scale(-1);
  image-rendering: -moz-crisp-edges;
}

/**
 * Compare
 */
.compare {
  background-color: #fff;
  color: #111;
}

.compare-content {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.compare-img {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  width: 38.75em;
  margin: 0 10px;
  display: -webkit-flex;
  display:         flex;
}

.compare-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}

.compare-list {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 260px;
  padding: 23px 0 28px;
}

.compare-list li {
  position: relative;
  font-family: "OpenSans-Bold", sans-serif;
  margin-bottom: 20px;
  padding-left: 50px;
}

.compare-list li:first-child {
  padding: 0;
  margin-bottom: 22px;
  font-family: "OpenSans-ExtraBold", sans-serif;
  color: #f42e2d;
  font-size: 20px;
  text-align: center;
  min-height: 3.6em;
  text-transform: uppercase;
}

.compare-list li:first-child i {
  display: none;
}

.compare-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.compare-list li i::before,
.compare-list li i::after {
  display: block;
  content: "";
  border-radius: 2px;
}

.compare-list li i::before {
  width: 14px;
  height: 2px;
}

.compare-list li i::after {
  width: 2px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.compare-list li:last-child {
  margin-bottom: 0;
}

.compare-list--negative {
  margin-right: auto;
}

.compare-list--negative li i {
  content: "-";
  border-color: #c60000;
  box-shadow: inset 0 0 1px #c60000;
}

.compare-list--negative li i::before {
  background-color: #c60000;
}

.compare-list--negative li i::after {
  display: none;
}

.compare-list--positive {
  margin-left: auto;
}

.compare-list--positive li i {
  content: "+";
  border-color: #3c9600;
  box-shadow: inset 0 0 1px #3c9600;
}

.compare-list--positive li i::before,
.compare-list--positive li i::after {
  background-color: #3c9600;
}

/**
 * Advantages
 */
.advantages {
  overflow: hidden;
}

.advantages-content {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding: 112px 0 80px;
}

.advantages-content::before {
  -webkit-transform: translateX(-50%) scaleX(-1);
          transform: translateX(-50%) scaleX(-1);
}

.advantages-content.animate::before {
  opacity: .2;
}

.advantages-title {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.advantages-items-wrap {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  margin-top: 60px;
}

.advantages-items {
  width: 100%;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.advantages-items div.advantages-slide {
  outline: none;
  display: -webkit-flex;
  display:         flex;
}

.advantages-item {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 260px;
  margin-bottom: 40px;
  background-color: rgba(255, 210, 0, .6);
  border-left: 6px solid #404f09;
  color: #111;
  -webkit-transition: background-color .5s;
          transition: background-color .5s;
  opacity: 0;
}

.advantages-item.active {
  background-color: #ffd200;
}

.advantages-item.active .advantages-number {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.advantages-item.hovered .advantages-arrows::before,
.advantages-item.hovered .advantages-arrows::after {
  -webkit-animation: advantages-arrow 1.4s linear infinite;
          animation: advantages-arrow 1.4s linear infinite;
}

.advantages-item.hovered .advantages-arrows::after {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.advantages-item-descr {
  width: 100%;
  padding: 18px 10px 22px 10px;
  font-size: 14px;
}

.advantages-item-in {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display:         flex;
  margin-bottom: 10px;
}

.advantages-item-title {
  font-size: 18px;
  padding: 0 8px;
  font-family: "OpenSans-ExtraBold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 56px;
  padding-top: 3px;
  min-height: 56px;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.advantages-item-img {
  position: relative;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 200px;
  height: 200px;
  margin-left: auto;
  background-color: #0d1207;
  cursor: pointer;
  z-index: 0;
}

.advantages-item-img::before {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  display: block;
  background-color: rgba(255, 210, 0, .08);
  content: "";
  z-index: -1;
}

.advantages-item-img img {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.advantages-number {
  position: absolute;
  top: 0;
  right: -.05em;
  line-height: .66;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 160px;
  color: rgba(176, 215, 17, .05);
  z-index: -2;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scale(.7333);
          transform: scale(.7333);
  -webkit-transition: -webkit-transform .8s;
          transition: -webkit-transform .8s;
          transition:         transform .8s;
          transition:         transform .8s, -webkit-transform .8s;
}

.advantages-number.w-1 {
  right: -.21875em;
}

.advantages-in {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 652px;
  margin-top: 36px;
  text-align: center;
}

.advantages-img {
  font-size: 16px;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  left: calc(100% - 23px);
  top: -20px;
  z-index: -2;
  width: 22.9375em;
  height: 27.1875em;
}

.advantages-arrows {
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
}

.advantages-arrows::before,
.advantages-arrows::after {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: url(../img/general/arrow-down.svg) 50% 50%/contain no-repeat;
  content: "";
}

.advantages-arrows::after {
  margin-top: -8px;
}

.advantages-text {
  width: 100%;
  padding: 0 38px;
  margin-bottom: 43px;
  font-size: 20px;
}

.advantages-remark {
  width: 100%;
  margin-bottom: 48px;
}

.advantages-remark span {
  display: inline-block;
  color: #ffd600;
  text-transform: uppercase;
  font-family: "OpenSans-ExtraBold", sans-serif;
}

.advantages-couple {
  position: absolute;
  left: -146px;
  bottom: 0;
  font-size: 16px;
  width: 56em;
  z-index: -2;
}

.advantages-slider-arrows {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  display: none;
}

.advantages-arrow-prev,
.advantages-arrow-next {
  width: 104px;
  height: 30px;
  background: url(../img/general/slider-arrow.png) center/4.375em .9375em no-repeat;
  cursor: pointer;
  image-rendering: -moz-crisp-edges;
}

.advantages-arrow-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/**
 * How To Use
 */
.how-to-use {
  background: url(../img/content/htu-bg.jpg) 50% 50%/cover no-repeat;
}

.htu-content {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding: 50px 0 130px;
}

.title__htu {
  text-align: center;
  max-width: 750px;
}

@media (min-width: 992px) {
  .title__htu br {
    display: none;
  }
}

.htu-subtitle {
  width: 100%;
  max-width: 620px;
  margin-top: 17px;
  text-align: center;
  color: #d6d6d6;
}

.htu-subtitle b {
  font-family: "OpenSans-ExtraBold", sans-serif;
  color: #ffd200;
}

.htu-items {
  width: 100%;
  margin-top: 82px;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.htu-item {
  position: relative;
  width: 207px;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-bottom: 6px;
  background-color: rgba(13, 18, 7, .7);
}

.htu-item:nth-of-type(1) .htu-item-img::before {
  content: "01";
}

.htu-item:nth-of-type(2) .htu-item-img::before {
  content: "02";
}

.htu-item:nth-of-type(3) .htu-item-img::before {
  content: "03";
}

.htu-item:nth-of-type(4) .htu-item-img::before {
  content: "04";
}

.htu-item:nth-of-type(5) .htu-item-img::before {
  content: "05";
}

.htu-item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #ffd200;
  content: "";
}

.htu-item-img {
  position: relative;
  width: calc(100% - 37px);
  background-color: #ffd200;
  padding: 10%;
  margin-left: auto;
}

.htu-item-img:before {
  position: absolute;
  height: 37px;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: center;
  line-height: 37px;
  font-family: "OpenSans-ExtraBold", sans-serif;
  font-size: 24px;
  color: #ffd200;
}

.htu-item-descr {
  padding: 15px 15px 24px;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 15px;
  min-height: 4.6em;
  text-align: center;
}

/**
 * How We Work
 */
.how-we-reviews .container {
  z-index: 1;
}

.hwr-content {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding: 112px 0 50px;
}

.hwr-content::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  font-size: 16px;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 32.3125em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/content/hwr-bg.jpg) 100% 0/49.8125em 100% no-repeat;
}

@media (min-width: 1921px) {
  .hwr-content::before {
    width: 100vw;
  }
}

.hwr-content.animate::after {
  opacity: .2;
}

.hw-items {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin-top: 86px;
  padding: 0 70px;
}

.hw-item {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  width: 195px;
}

.hw-item:nth-of-type(even) {
  margin-top: 100px;
}

.hw-item:nth-of-type(1)::before {
  content: "01";
}

.hw-item:nth-of-type(2)::before {
  content: "02";
}

.hw-item:nth-of-type(3)::before {
  content: "03";
}

.hw-item:nth-of-type(4)::before {
  content: "04";
}

.hw-item::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -.75em;
  color: rgba(255, 210, 0, .5);
  font-size: 60px;
  font-family: "OpenSans-Bold", sans-serif;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hw-item-img {
  width: 195px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 10px 11px 0 rgba(255, 210, 0, .3);
}

.hw-item-descr {
  width: 100%;
  margin-top: 37px;
  font-family: "OpenSans-Bold", sans-serif;
  text-align: center;
}

.title__hw {
  text-align: center;
}

.hw-subtitle {
  width: 100%;
  max-width: 812px;
  margin-top: 18px;
  font-size: 18px;
  text-align: center;
}

/**
 * Reviews
 */
.reviews-slider-wrap {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin-top: 90px;
}

.reviews-slider {
  width: 100%;
}

.reviews-slider .slick-list {
  overflow: visible;
  padding-top: 38px;
}

.reviews-slider .slick-track {
  display: -webkit-flex;
  display:         flex;
}

.reviews-slider .slick-slide {
  height: auto;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.reviews-slider .slick-slide.slick-active {
  z-index: 100;
}

.reviews-slider > div:nth-child(n+1) {
  display: none;
}

.reviews-slider.slick-initialized > div {
  display: block;
}

.review {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 17px);
  padding: 0 25px 40px;
  background-color: rgba(255, 210, 0, .2);
  border-radius: 5px;
}

.review::before {
  position: absolute;
  top: -38px;
  right: -10px;
  display: block;
  width: 4.625em;
  height: 3.5625em;
  background: url(../img/general/review-quotes.png) center/contain no-repeat;
  content: "";
}

.review-author {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin: -38px 0 18px;
}

.review-author-img {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.review-author-img img {
  width: 100%;
}

.review-author-name {
  margin-top: -4px;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 18px;
}

.review-text {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 14px;
  text-align: center;
}

.review-text p {
  width: 100%;
  margin-bottom: 17px;
}

.review-text p:last-child {
  margin-bottom: 0;
}

.reviews-slider-btm {
  width: 100%;
  margin-top: 22px;
  position: relative;
}

.mfp-comment-link {
  position: absolute;
  right: 0;
  bottom: 6px;
  font-family: "OpenSans-Bold", sans-serif;
}

.mfp-comment-link::before {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #dad9d9;
  content: "";
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          transition:         transform .3s;
          transition:         transform .3s, -webkit-transform .3s;
}

.mfp-comment-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.reviews-slider-arrows {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}

.reviews-arrow-prev,
.reviews-arrow-next {
  width: 104px;
  height: 30px;
  background: url(../img/general/slider-arrow.png) center/4.375em .9375em no-repeat;
  cursor: pointer;
  image-rendering: -moz-crisp-edges;
}

.reviews-arrow-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/**
 * Comment Form
 */
.comment-form-wrapper {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 42px 30px;
  background-color: #0d1207;
  border-radius: 15px;
  box-shadow: 3.8px 3.2px 10px rgba(70, 50, 8, .5);
}

.comment-img-wrap {
  position: relative;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 37px;
}

.comment-img {
  width: 70px;
  height: 70px;
  position: relative;
  background-color: transparent;
  border: none;
  overflow: hidden;
  border-radius: 50%;
}

.comment-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0%";
}

.comment-img-caption {
  margin-top: 6px;
  white-space: nowrap;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 14px;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

.comment-img-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}

.comment-img-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../img/content/comment-ph.jpg) center/cover no-repeat;
}

.comment-form-title {
  margin-bottom: 17px;
  font-size: 30px;
  text-align: center;
  font-family: "OpenSans-ExtraBold", sans-serif;
}

.comment-form {
  width: 100%;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  background-color: #ececec;
  border-radius: 10px;
  border: none;
  padding: 14px 35px 12px;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 14px;
}

.comment-form-input {
  width: 100%;
  max-width: 380px;
  margin-bottom: 20px;
}

.comment-form-input input {
  height: 46px;
}

.comment-form-text {
  width: 100%;
  margin-bottom: 40px;
}

.comment-form-text textarea {
  height: 210px;
  padding-top: 19px;
}

.comment-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  padding: inherit;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}

.comment-message-text {
  -webkit-align-items: center;
          align-items: center;
  font-size: 18px;
}

.btn.btn__comment {
  -webkit-align-self: center;
          align-self: center;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

/**
 * Bottom Banner
 */
.bb-content {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 52px 0 30px;
}

.bb-content::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  font-size: 16px;
  bottom: 15px;
  right: -225px;
  width: 42.875em;
  height: 62.1875em;
  background: url(../img/content/bb-bg.jpg) center/contain no-repeat;
}

.bb-content::after {
  top: auto;
  bottom: 95px;
}

.bb-content.animate::after {
  opacity: .2;
}

.banner-title__bb {
  max-width: 682px;
}

.bb-in {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
}

.bb-img-wrap {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: -1;
  font-size: 16px;
  margin: -3.4375em 38px -2.125em -3.625em;
}

.bb-img {
  width: 21.6875em;
  height: 37.875em;
}

.discount__bb {
  bottom: 71%;
  left: 72%;
}

.order-form-wrap {
  position: relative;
  top: 10px;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 290px;
}

.order-form:not(.comment-form) {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.order-form:not(.comment-form) label {
  display: none;
}

.order-form label.error {
  display: none !important;
}

.input {
  width: 100%;
  height: 52px;
  background-color: #ececec;
  border-radius: 10px;
  border: none;
  padding: 14px 30px;
  color: #111;
  vertical-align: top;
}

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus {
  color: #111;
  -webkit-text-fill-color: #111;
  -webkit-box-shadow: 0 0 0 100px #ececec inset;
}

.input-group,
.btn-group {
  width: 100%;
}

.input-group {
  margin-bottom: 10px;
}

.btn.btn__order-form {
  width: 100%;
  min-width: 0;
}

.order-form-caption {
  margin-bottom: 33px;
  font-size: 18px;
  text-align: center;
}

.order-form-caption b {
  color: #ffd200;
}

.bb-copyright {
  font-size: 14px;
}

.price.price__order-form {
  margin-top: 17px;
}

.price.price__order-form .old-price {
  color: #d6d6d6;
}

.price.price__order-form .old-price::before {
  background-color: #f42e2d;
}

@media (max-width: 1199px) {
  .policy {
    width: 740px;
  }
  .compare-list {
    width: 248px;
  }
  .htu-item {
    margin: 0 37px 40px;
  }
  .risks-text {
    width: 100%;
    max-width: 400px;
  }
  .htu-items {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .advantages-in {
    margin-right: auto;
  }
  .advantages-couple {
    opacity: 0;
  }
  .compare-list--positive {
    margin-left: 0;
    -webkit-order: 3;
            order: 3;
  }
  .compare-list {
    width: 42%;
    padding: 23px 0 57px;
  }
  .advantages-text {
    padding: 0;
  }
  .compare-img {
    -webkit-order: 1;
            order: 1;
  }
  .compare-img .img {
    padding-bottom: calc(414/620 * 100%);
  }
  .compare-list--negative {
    margin-right: 0;
    -webkit-order: 2;
            order: 2;
  }
  .compare-content {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .tb-content::before {
    background: none;
    display: none;
  }
  .tb-content {
    padding: 30px 0 65px;
  }
  .risks-img {
    left: calc(100% - 100px);
  }
  .potency-content {
    max-width: 757px;
    margin: 0 auto;
  }
  .potency-items {
    margin-left: 0;
  }
  .potency-imgs {
    left: 0;
    font-size: 12px;
    margin-top: -100px;
    position: relative;
  }
  .potency-img-wrap {
    left: 60.5%;
    top: 28.5%;
    font-size: 16px;
  }
  .potency-quote {
    margin: 0 auto;
  }
  .potency-quote-wrap {
    padding: 50px 0;
  }
  .hw-items {
    padding: 0;
  }
  .hwr-content::before {
    width: 1720px;
  }
  .bb-img-wrap {
    margin-right: 20px;
  }
  .bb-content::before {
    font-size: 12px;
    right: -220px;
  }
  .causes::before {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .policy {
    width: 658px;
  }
  .particles__tb {
    -webkit-filter: none;
            filter: none;
  }
  .tb-img-wrap {
    z-index: auto;
    position: relative;
    -webkit-align-self: flex-end;
            align-self: flex-end;
    bottom: 0;
    right: 0;
  }
  .tb-in {
    margin-left: 0;
    max-width: none;
    -webkit-align-items: center;
            align-items: center;
  }
  .tb-content {
    -webkit-align-items: center;
            align-items: center;
  }
  .tb-title-wrap {
    text-align: center;
  }
  .tb-in::before {
    font-size: 12px;
    top: auto;
    bottom: -168px;
    left: 50%;
    opacity: .4;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tb-content::before {
    top: 135px;
    right: 50%;
  }
  .causes-content {
    margin: 0 auto;
    -webkit-align-items: center;
            align-items: center;
  }
  .title.title__causes {
    text-align: center;
  }
  .risks-img {
    left: calc(100% - 144px);
    top: -20px;
  }
  .potency-text {
    padding-right: 80px;
  }
  .potency-img-wrap {
    left: 74.5%;
    top: 27.5%;
  }
  .potency-imgs {
    left: -92px;
    margin-top: -67px;
  }
  .potency-quote::before {
    right: calc(100% + 31px);
  }
  .potency-quote {
    max-width: 580px;
  }
  .advantages-items {
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .advantages-content {
    padding: 60px 0 0;
  }
  .advantages-in {
    margin-right: 0;
    max-width: none;
  }
  .advantages-img {
    position: relative;
    left: 0;
    top: 0;
    margin: -30px 0 -20px;
  }
  .advantages-couple {
    opacity: 1;
    position: relative;
    font-size: 12px;
    left: 0;
    margin-top: 82px;
  }
  .htu-subtitle {
    padding: 0;
  }
  .bb-content {
    padding: 22px 0 20px;
  }
  .how-to-use {
    background: url(../img/content/htu-bg.jpg) 100% 100%/1380px 471px no-repeat, #404e00;
  }
  .hwr-content {
    padding: 72px 0 50px;
  }
  .bb-copyright {
    margin-top: 10px;
  }
  .bb-content::before {
    bottom: -30px;
  }
  .hw-items {
    position: relative;
    left: -5px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .hw-item:nth-of-type(n) {
    margin-top: 0;
    margin: 0 47px 60px;
  }
  .hwr-content::before {
    background: none;
    display: none;
  }
  .review {
    width: 100%;
  }
  .reviews-slider-wrap {
    max-width: 494px;
    margin-top: 30px;
  }
  .mfp-comment-link::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .mfp-comment-link {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
  .reviews-slider-btm {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .bb-content {
    -webkit-align-items: center;
            align-items: center;
  }
  .banner-title {
    text-align: center;
  }
  .bb-content::before {
    opacity: .4;
  }
  .tb-in {
    margin-top: 0;
  }
  .tb-content::after {
    z-index: auto;
  }
  .tb-img-wrap {
    position: relative;
    margin-right: 35px;
  }
  .tb-img-wrap::before {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    position: absolute;
    display: block;
    content: "";
    z-index: -2;
    font-size: 16px;
    bottom: 13px;
    right: calc(100% + 10px);
    width: 16.625em;
    height: 44.5em;
    background: url(../img/content/tb-girl.jpg) center/contain no-repeat;
  }
  .banner-subtitle {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 36px;
  }
  .banner-subtitle {
    font-size: 18px;
  }
  .tb-img-wrap {
    margin-right: 0;
    margin-top: -96px;
    z-index: -1;
  }
  .causes::before {
    background: none;
    display: none;
  }
  .causes-content::after {
    background: url(../img/content/causes-bg.jpg) 20% 100%/cover no-repeat;
    width: 100vw;
    height: calc(375/320 * 100vw);
    height: 510px;
    content: "";
  }
  .title {
    text-align: center;
  }
  .risks-text {
    max-width: none;
    text-align: center;
  }
  .causes-item {
    width: calc(50% - 15px);
  }
  .causes {
    padding: 0;
  }
  .risks-img {
    left: 20px;
    top: 0;
    position: relative;
    z-index: auto;
    font-size: 12px;
    margin-top: 52px;
  }
  .risks-content {
    max-width: none;
    -webkit-align-items: center;
            align-items: center;
  }
  .advantages-items {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .title.title__potency {
    text-align: left;
  }
  .potency-text {
    padding: 0;
  }
  .potency-list {
    margin: 35px 0 55px;
  }
  .potency-items {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .potency-item:nth-of-type(n) {
    margin: 0 10px 20px;
  }
  .potency-item.potency-item-text {
    -webkit-order: 1;
            order: 1;
  }
  .potency-content {
    padding: 0;
  }
  .potency-img-wrap {
    left: 77.5%;
    top: 11.5%;
  }
  .potency-imgs {
    left: -100px;
    margin-top: -57px;
  }
  .potency-quote::before {
    left: -3px;
    right: auto;
    bottom: calc(100% + 28px);
  }
  .potency-quote::after {
    right: -3px;
    left: auto;
    top: calc(100% + 28px);
  }
  .potency-quote-wrap {
    padding: 80px 0;
  }
  .compare-img {
    font-size: 14px;
  }
  .compare-list {
    width: 48%;
  }
  .compare-list--positive {
    margin-left: auto;
  }
  .advantages-item {
    width: 255px;
  }
  .advantages-items-wrap {
    width: calc(100% + 22px);
  }
  .advantages-couple {
    margin-top: 62px;
    font-size: 10px;
  }
  .htu-item {
    margin: 0 20px 40px;
  }
  .htu-items {
    margin-top: 62px;
  }
  .how-to-use {
    background: #404e00;
  }
  .htu-content {
    padding: 50px 0 0;
  }
  .hw-item:nth-of-type(n) {
    margin: 0 20px 60px;
  }
  .reviews-slider-wrap {
    max-width: none;
  }
  .bb-in {
    width: 100%;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .bb-img-wrap {
    margin: 0;
    -webkit-align-self: flex-end;
            align-self: flex-end;
  }
  .bb-img-wrap::before {
    position: absolute;
    display: block;
    content: "";
    z-index: 1;
    pointer-events: none;
    font-size: 16px;
    bottom: 12px;
    opacity: .7;
    right: calc(100% - 243px);
    width: 26.75em;
    height: 38.8125em;
    background: url(../img/content/bb-bg-mob.png) center/contain no-repeat;
  }
  .bb-content::before {
    background: none;
    display: none;
  }
  .order-form-wrap {
    top: 0;
  }
  .bb-copyright {
    margin-top: 38px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .banner-title,
  .title,
  .title.title__causes {
    font-size: 6.25vw;
  }
}

@media (max-width: 575px) and (min-width: 576px) {
  .banner-title,
  .title,
  .title.title__causes {
    font-size: 36px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .advantages-title {
    font-size: 6.25vw;
  }
}

@media (max-width: 575px) and (min-width: 480px) {
  .advantages-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .banner-subtitle {
    font-size: 5vw;
  }
}

@media (max-width: 575px) and (min-width: 360px) {
  .banner-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .tb-img-wrap {
    font-size: 2.6875vw;
  }
}

@media (max-width: 575px) and (min-width: 595px) {
  .tb-img-wrap {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .tb-img-wrap::before {
    font-size: 1.25581em;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .tb-list li {
    font-size: 5vw;
  }
}

@media (max-width: 575px) and (min-width: 360px) {
  .tb-list li {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .tb-content {
    padding: 26px 0 15px;
  }
  .banner-subtitle {
    margin-top: 1.375em;
  }
  .tb-img-wrap {
    margin-top: 0;
  }
  .discount__tb {
    bottom: 75.5%;
    left: 53%;
  }
  .tb-img-wrap::before {
    right: 100%;
    bottom: 0;
  }
  .tb-list {
    margin-bottom: 35px;
  }
  .causes-subtitle {
    text-align: center;
    margin-top: .92857em;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .causes-subtitle {
    font-size: 4.375vw;
  }
}

@media (max-width: 575px) and (min-width: 411px) {
  .causes-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .causes-item {
    width: 260px;
    margin-bottom: 30px;
  }
  .causes-item:last-child {
    margin-bottom: 0;
  }
  .causes-items {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .tb-in::before {
    font-size: 3.5vw;
  }
}

@media (max-width: 575px) and (min-width: 343px) {
  .tb-in::before {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .causes-content::after {
    height: 375px;
    background-position: 31% 100%;
  }
  .causes-items {
    margin-bottom: 0;
  }
  .risks-list li::before {
    margin-right: 17px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .risks-list li {
    font-size: 5vw;
  }
}

@media (max-width: 575px) and (min-width: 360px) {
  .risks-list li {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .causes {
    margin-bottom: -7px;
  }
  .risks-list {
    margin: 35px 0;
  }
  .risks-img {
    left: 7px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .risks-img {
    font-size: 2.4375vw;
  }
}

@media (max-width: 575px) and (min-width: 492px) {
  .risks-img {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .potency-item:nth-of-type(n) {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 15px 20px;
    width: 40.625%;
  }
  .potency-items {
    -webkit-align-items: stretch;
            align-items: stretch;
    margin: 0 -15px;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .potency-item-title {
    font-size: 7.5vw;
  }
}

@media (max-width: 575px) and (min-width: 480px) {
  .potency-item-title {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .potency-item.potency-item-text {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .potency-imgs {
    margin-top: -40px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .potency-imgs {
    font-size: 3.34375vw;
  }
}

@media (max-width: 575px) and (min-width: 359px) {
  .potency-imgs {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .potency-img-wrap {
    font-size: 1.02804em;
  }
  .potency-imgs {
    left: 0;
    width: 100%;
    max-width: 340px;
  }
  .potency-doctor {
    position: relative;
    left: -166px;
  }
  .potency-img-wrap {
    left: 53.5%;
    top: 11.5%;
  }
  .discount__potency {
    left: -25.5%;
    top: 2%;
  }
  .potency .container {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .compare-img {
    margin: 0 0 55px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .compare-img {
    font-size: 2.5vw;
  }
}

@media (max-width: 575px) and (min-width: 560px) {
  .compare-img {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .compare-content {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .compare-list {
    width: 100%;
    max-width: 290px;
  }
  .compare-list--positive {
    margin-left: 0;
  }
  .compare .container {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .compare-list {
    padding: 0;
    margin-bottom: 52px;
  }
  .compare-list:last-child {
    margin-bottom: 0;
  }
  .compare-list li:first-child {
    min-height: 0;
  }
  .compare-content {
    padding-bottom: 45px;
  }
  .advantages-items-wrap {
    width: 100%;
    max-width: 260px;
  }
  .advantages-items {
    display: block;
  }
  .advantages-item {
    width: 100%;
  }
  .advantages-items > div {
    display: block;
  }
  .advantages-item {
    margin-bottom: 0;
    -webkit-transition: background-color .8s;
            transition: background-color .8s;
  }
  .advantages-items .slick-track {
    display: -webkit-flex;
    display:         flex;
  }
  .advantages-items .slick-list {
    margin: 0 -10px;
  }
  .advantages-items .slick-slide {
    display: -webkit-flex;
    display:         flex;
    height: auto;
    margin: 0 10px;
  }
  .advantages-items .slick-slide.slick-center .advantages-item {
    opacity: 1;
    background-color: #ffd200;
  }
  .advantages-items .slick-slide.slick-center .advantages-number {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .advantages-arrows {
    display: none;
  }
  .advantages-slider-arrows {
    display: -webkit-flex;
    display:         flex;
    margin-top: 17px;
  }
  .tb-content::after,
  .advantages-content::before,
  .hwr-content::after,
  .bb-content::after {
    background: none;
    display: none;
  }
  .container > [class$="-content"] {
    max-width: 510px;
    margin: 0 auto;
  }
  .advantages-content {
    padding: 52px 0 0;
  }
  .advantages-items-wrap {
    margin-top: 55px;
  }
  .advantages-text {
    font-size: 18px;
  }
  .advantages-in {
    margin-top: 50px;
  }
  .advantages-remark span {
    display: inline;
  }
  .advantages-img {
    left: 12px;
  }
  .advantages-remark {
    margin-bottom: 0;
  }
  .advantages-img {
    margin: 0 0 -30px;
  }
  .advantages-couple {
    margin-top: 45px;
    left: 15px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .advantages-couple {
    font-size: 1.9375vw;
  }
}

@media (max-width: 575px) and (min-width: 516px) {
  .advantages-couple {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .htu-content {
    padding: 37px 0 0;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .htu-subtitle {
    font-size: 4.6875vw;
  }
}

@media (max-width: 575px) and (min-width: 341px) {
  .htu-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .htu-items {
    left: 0;
    margin-top: 73px;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .hwr-content {
    padding: 56px 0 32px;
  }
  .reviews-slider-btm {
    margin-top: 15px;
  }
  .review {
    padding: 0 10px 28px;
  }
  .hw-subtitle {
    margin-top: 2.1875em;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .hw-subtitle {
    font-size: 5vw;
  }
}

@media (max-width: 575px) and (min-width: 360px) {
  .hw-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hw-item:nth-of-type(n) {
    margin: 0 20px 70px;
  }
  .hw-item:nth-of-type(n):last-child {
    margin-bottom: 0;
  }
  .bb-img-wrap {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .bb-img-wrap {
    font-size: 2.6875vw;
  }
}

@media (max-width: 575px) and (min-width: 595px) {
  .bb-img-wrap {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .bb-img-wrap::before {
    font-size: 1.25581em;
    right: calc(100% - 16.2963em);
    bottom: -5em;
  }
  .discount__bb {
    bottom: 76%;
    left: 53%;
  }
  .bb-content {
    padding: 23px 0;
  }
  .banner-title__bb {
    padding: 0 10%;
    margin-bottom: -20px;
  }
  .review::before {
    right: 26px;
    top: -4.66667em;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .review::before {
    font-size: 2.8125vw;
  }
}

@media (max-width: 575px) and (min-width: 569px) {
  .review::before {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .reviews-slider-wrap {
    margin-top: 60px;
    max-width: 510px;
    width: calc(100% + 10px);
  }
  .review-author-img {
    margin-left: -5px;
  }

  .price {
    font-size: 34px;
  }

  .price .old-price {
    font-size: 18px;
  }
}
