@import "./fonts/stylesheet.css";
@import "./flip.min.css";
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Brandon Text", sans-serif;
  font-size: 24px;
  color: black /*#1D1D1D*/;
  line-height: 32px;
  font-weight: 300;
  background: #fff;
}
body.uniq {
  background: linear-gradient(164.23deg, #1e64cd 1.29%, #90028c 100%);
}

a {
  text-decoration: none;
  opacity: 1;
  color: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
}

h1 {
  font-weight: 900;
  font-size: 56px;
  line-height: 65px;
  font-family: "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
}
h1 span {
  color: #FFF600;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
h2 span {
  color: #92278F;
}

h3 {
  font-weight: 700;
  font-size: 65px;
  line-height: 100%;
}

h5 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
h5.big {
  font-size: 34px;
  line-height: 100%;
}

h6 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}
h6.big {
  font-size: 28px;
  line-height: 39px;
}

p.xsm {
  font-size: 16px;
  line-height: 25px;
}
p.sm {
  font-size: 18px;
  line-height: 32px;
}
p.md {
  font-size: 20px;
  line-height: 28px;
}
p.ex {
  font-size: 22px;
  line-height: 31px;
}
.reviewsItem__content > .ex {
  margin-top: 1rem;
}
p.lg {
  font-size: 30px;
  line-height: 50px;
}
p.xlg {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
p b {
  font-weight: 700;
}
.hide {
  display: none;
}
.main {
  overflow: hidden;
  padding-top: 0!important;
}
.main.sm {
  padding: 0;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Brandon Grotesque", sans-serif;
  background: #FFF600;
  border-radius: 8px;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #000;
  padding: 16px 22px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button:hover {
  opacity: 1;
  background-color: #fff;
}
.button.sm {
  font-size: 18px;
  line-height: 26px;
  border-radius: 4px;
  padding: 12px 34px;
}
.button.secondary {
  background-color: #92278F;
  color: #fff;
}
.button.secondary:hover {
  opacity: 1;
  background-color: #0E76BC;
}

.anchor {
  position: relative;
  top: -100px;
}

.video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video__wrapper {
  width: 100%;
  max-width: 950px;
}
.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000065;
}
.video.active {
  opacity: 1;
}
.video.active::after {
  display: none;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.video video:hover ~ .video__play.active {
  opacity: 1;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  z-index: 3;
  cursor: pointer;
}
.video__play.active {
  opacity: 0;
}
.video__play.active span img {
  display: none;
}
.video__play.active span::after {
  display: block;
}
.video__play.active span::before {
  display: block;
}
.video__play.active:hover {
  opacity: 1;
}
.video__play span {
  width: 115px;
  height: 115px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 15px;
}
.video__play span::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  width: 7%;
  height: 40%;
  background-color: #92278F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.video__play span::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 35%;
  width: 7%;
  height: 40%;
  background-color: #92278F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.video__play span img {
  width: 26%;
}
.video__play b {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.banner {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  border-radius: 8px;
  border: 4px solid #FFF600;
  background-color: #2063cd;
  padding: 20px 40px;
  text-align: center;
  color: #fff;
  font-family: "Brandon Grotesque", sans-serif;
  -webkit-box-shadow: 0px 8px 6px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 6px 1px rgba(0, 0, 0, 0.25);
}
.banner.light {
  background-color: #FFF600;
  border-color: #2063cd;
  color: #000;
}
.banner p,
.banner h6 {
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 400;
}
.banner h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.radio__btn {
  width: 22px;
  height: 22px;
  margin: 4px 14px 0 0;
  position: relative;
}
.radio__btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.radio__btn input:checked ~ span {
  border-color: #2063CD;
}
.radio__btn input:checked ~ span::before {
  opacity: 1;
}
.radio__btn span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #B0B0B0;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.radio__btn span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background-color: #2063CD;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.radio p {
  width: calc(100% - 32px);
}

.input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #B0B0B0;
  padding: 15px 20px;
  font-family: "Brandon Text", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #1D1D1D;
  font-weight: 400;
}

.signature p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}
.signature h3 {
  font-family: "Carosello", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #0E76BC;
}
.header.sticky {
  position: fixed;
  z-index: 1000005;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-box-shadow: 0px 4px 4px 0px #00000021;
          box-shadow: 0px 4px 4px 0px #00000021;
}
.header__inner {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
}
.header__inner-logo img {
  width: 100%;
}

.header2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #0E76BC;
}
.header2.sticky {
  position: fixed;
  z-index: 1000005;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-box-shadow: 0px 4px 4px 0px #00000021;
          box-shadow: 0px 4px 4px 0px #00000021;
  background: #0E76BC;
}
.header2.light.sticky {
  background-color: #92278F;
}
.header2__inner {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header2__inner-logo {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header2__inner-logo img {
  width: 100%;
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.nav__inner li:last-of-type {
  margin-right: 40px;
}
.nav__inner li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding: 10px;
}
.nav__inner li a.active {
  color: #FFF600;
}
.nav__inner li a:hover {
  opacity: 1;
  color: #FFF600;
}

.burger {
  display: none;
}

.footer {
  background-color: #0E76BC;
}
.footer.light {
  background-color: #EDEDED;
}
.footer.light .footer__inner {
  color: #1D1D1D;
}
.footer.light .footer__inner-copy {
  margin-top: 30px;
}
.footer.uniq {
  background-color: unset;
}
.footer.uniq .footer__inner {
  color: #fff;
  padding: 20px 0 80px;
}
.footer.uniq .footer__inner-copy {
  margin-top: 30px;
}
.footerTop {
  padding: 20px 0 23px;
  background-color: #92278F;
  color: #fff;
}
.footerTop__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footerTop__inner a, #footer-menu-3 > p {
  color: #fff;
  font-weight: 400;
  margin: 5px 10px;
  font-size: 18px;
  line-height: 32px;
}

#footer-menu-3 > p{
  cursor:pointer; 
  margin-top:0;
  color: #BACFE6;
  font-size: 14px;
}
.footerTop__inner a:hover {
  opacity: 1;
  color: #FFF600;
}
.footer__inner {
  padding: 40px 0 55px;
  color: #fff;
  text-align: center;
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-evenly ;
  padding: 30px 0 60px;
  max-width: 1085px;
  margin: 0 auto;
}
.footer__inner-row a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin: 5px 10px;
  color: white;
}
.footer__inner-row a:hover {
  opacity: 1;
  color: #FFF600;
  text-decoration: none;
}
.footer__inner-text p {
  font-size: 16px;
  line-height: 25px;
}
.footer__inner-copy br {
  display: none;
}
.footer__inner p a {
  color: inherit;
  font-weight: 700;
}

.bottles {
  padding: 90px 0 100px;
  background-color: #f5f5f5;
}
.bottles__inner-title {
  text-align: center;
  max-width: 914px;
  margin: 0 auto 46px;
}
.bottles__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottles__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-align: center;
  padding-top: 50px;
}
.bottles__inner-foot h5 {
  line-height: 136%;
  font-weight: 400;
}
.bottles__inner-foot h5 b {
  font-weight: 700;
  display: block;
}
.bottles__inner-stars {
  width: 82%;
  max-width: 322px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0;
}
.bottles__inner-stars img {
  width: 100%;
}
.bottlesItem {
  background: #9fd0f1;
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  text-align: center;
  width: calc(32% - 8px);
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  color: #000;
  font-family: "Brandon Grotesque", sans-serif;
}
.bottlesItem.big {
  width: calc(36% - 8px);
  max-width: 400px;
  color: #fff;
  background: linear-gradient(164.23deg, #1e64cd 1.29%, #90028c 100%);
}
.bottlesItem.big .bottlesItem__bonus {
  border-color: #fff;
  color: #fff;
}
.bottlesItem.big .bottlesItem__discount span::before {
  background-color: #fff;
}
.bottlesItem__title {
  font-weight: 700;
  margin-bottom: 8px;
}
.bottlesItem__title h6 {
  font-family: "Brandon Text", sans-serif;
}
.bottlesItem__image {
  width: 90%;
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottlesItem__image img {
  width: 100%;
}
.bottlesItem__image.sm {
  max-width: 130px;
}
.bottlesItem__image.big {
  max-width: 295px;
}
.bottlesItem__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5px 0 10px;
}
.bottlesItem__price p {
  font-weight: 700;
}
.bottlesItem__price sup {
  display: block;
  margin-left: 10px;
  font-size: 33px;
  line-height: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 700;
}
.bottlesItem__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 20px;
  border: 1px solid #92278F;
  border-radius: 4px;
  color: #92278F;
  margin-bottom: 20px;
}
.bottlesItem__bonus span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  width: 20px;
}
.bottlesItem__bonus span img {
  width: 100%;
}
.bottlesItem__bonus p {
  font-weight: 900;
  text-transform: uppercase;
}
.bottlesItem__row {
  width: 100%;
  max-width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 15px;
}
.bottlesItem__row-logo {
  width: calc(25% - 4px);
  max-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottlesItem__row-logo img {
  width: 100%;
}
.bottlesItem__discount h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottlesItem__discount h5 span {
  font-weight: 400;
  position: relative;
  margin-right: 7px;
}
.bottlesItem__discount h5 span::before {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-color: #000;
}
.bottlesItem .button {
  width: 100%;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 70px;
}
.countdown__dots {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -62%);
          transform: translate(-50%, -62%);
  text-transform: uppercase;
  font-size: 66px;
  line-height: 100%;
  color: #616161;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.countdown hr {
  width: 110px;
  height: 4px;
  background-color: #d9d9d9;
}

.tick-group {
  font-size: 66px;
  line-height: 92px;
  font-weight: 700;
  font-family: "Brandon Text", sans-serif;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFF600;
  margin: 0 15px;
  min-height: 93px;
  position: relative;
}
.tick-group:first-child {
  display: none;
}
.tick-group:nth-child(2) {
  display: none;
}
.tick-group > div {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: -44px;
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
}
.tick-credits {
  display: none;
}
.tick-label {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #1d1d1d;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: unset;
}
.tick-flip {
  width: 48px;
  height: 93px;
  margin: 0;
  border-radius: 0;
  letter-spacing: -0.07em;
  text-indent: 0;
  min-width: 45px;
}
.tick-flip:last-child {
  text-align: start;
}
.tick-flip-panel {
  color: #FFF600;
  background: #1e64cd;
}

.reviews {
  padding: 60px 0 80px;
}
.reviews__inner-title {
  text-align: center;
  margin-bottom: 30px;
}
.reviews__inner-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.reviews__inner-main img {
  width: 100%;
}
.reviewsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.reviewsItem:last-child {
  margin: 0;
}
.reviewsItem__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 162px;
  height: 162px;
  margin-right: 34px;
  border-radius: 50%;
  border: 4px solid #FFF600;
  overflow: hidden;
}
.reviewsItem__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.reviewsItem__content {
  width: calc(100% - 196px);
  padding-top: 10px;
}
.reviewsItem__content > p {
  color: #000;
}
.reviewsItem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0 22px;
}
.reviewsItem__row p {
  margin-left: 12px;
}
.reviewsItem__stars {
  width: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.reviewsItem__stars-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.reviewsItem__stars span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 24px;
  height: 24px;
  margin-right: 3px;
}
.reviewsItem__stars span:last-child {
  margin: 0;
}
.reviewsItem__stars span img {
  width: 100%;
}
.reviewsItem__stars img {
  width: 100%;
}
.reviewsItem h5 {
  color: #92278F;
}
.reviewsItem p span {
  width: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewsItem p span img {
  width: 100%;
}

.discount {
  padding: 0 0 60px;
  position: relative;
  z-index: 3;
}
.discount__inner-title {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
  padding: 60px 0 40px;
}
.discount__inner-title h2 {
  margin-bottom: 18px;
}
.discount__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 620px;
  margin: 0 auto 46px;
}
.discount__inner-logo {
  width: calc(50% - 30px);
  max-width: 286px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount__inner-logo:last-child {
  max-width: 240px;
}
.discount__inner-logo img {
  width: 100%;
}
.discount__inner-content {
  max-width: 1035px;
  margin: 0 auto;
  text-align: center;
}
.discount__inner-content p strong {
  display: block;
  color: #2063cd;
  font-weight: 700;
  margin-top: 11px;
}
.discountItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffec87;
  border-radius: 20px;
  padding: 32px 60px 50px 36px;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
  margin-bottom: -12%;
  -webkit-box-shadow: 0px 17px 20px -7px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 17px 20px -7px rgba(0, 0, 0, 0.09);
  position: relative;
}
.discountItem.dark {
  background: linear-gradient(164.23deg, #1e64cd 1.29%, #90028c 100%);
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -18%;
}
.discountItem.dark .discountItem__price {
  padding: 5px 0;
  color: #FFF600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discountItem.dark .discountItem__price h3 {
  font-size: 80px;
}
.discountItem.sm {
  -webkit-transform: translate(0);
          transform: translate(0);
  margin: 0 0 38px 0;
}
.discountItem__image {
  width: calc(45% - 20px);
  max-width: 483px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.discountItem__image img {
  width: 100%;
}
.discountItem__content {
  width: calc(55% - 20px);
  max-width: 530px;
}
.discountItem__content.center {
  text-align: center;
}
.discountItem__content p:first-of-type {
  margin-bottom: 8px;
}
.discountItem__content p.md {
  margin: 0;
}
.discountItem__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #92278F;
  font-family: "Brandon Grotesque", sans-serif;
  padding: 15px 0;
}
.discountItem__price h3 {
  font-size: 96px;
  line-height: 100%;
  font-weight: 700;
}
.discountItem__price p {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
}
.discountItem__price sup {
  display: block;
  font-size: 50px;
  line-height: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 700;
  margin-top: 8px;
}
.discountItem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 285px;
  margin: 0 auto;
  padding-top: 18px;
}
.discountItem__row-logo {
  width: calc(20% - 5px);
  max-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discountItem__row-logo img {
  width: 100%;
}
.discountItem h5 {
  font-size: 36px;
  line-height: 50px;
}
.discountItem p {
  font-weight: 400;
}
.discountItem p span {
  color: #000;
  position: relative;
  padding: 0 8px;
  font-weight: 700;
  display: inline-block;
}
.discountItem p span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.discountItem .button {
  margin: 17px 0;
}

.book {
  background-color: #f5f5f5;
  padding: 44px 0;
}
.book__inner-title {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
}
.book__inner-text {
  text-align: center;
  max-width: 1010px;
  margin: 0 auto;
}
.bookCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 17px 20px -7px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 17px 20px -7px rgba(0, 0, 0, 0.09);
  margin: 44px 0;
}
.bookCard__image {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.bookCard__image-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 106%;
}
.bookCard__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.bookCard__content {
  width: 62%;
  padding: 34px 30px 44px 68px;
  background-color: #fffedd;
}
.bookCard__content p {
  max-width: 580px;
}
.bookCard h5 {
  margin: 18px 0 20px -70px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30.15%, #0e76bc), color-stop(68.16%, #92278f));
  background: linear-gradient(90deg, #0e76bc 30.15%, #92278f 68.16%);
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 36px 5px 70px;
  max-width: 507px;
  position: relative;
}
.bookCard h5::before {
  position: absolute;
  top: 0;
  right: -2px;
  width: 28px;
  height: 100%;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 50%);
          clip-path: polygon(100% 100%, 100% 0, 0 50%);
  content: "";
  background-color: #fffedd;
}
.bookCard h5 span {
  color: #FFF600;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 61px;
  margin-left: 8px;
}
.bookCard h5 b {
  position: relative;
}
.bookCard h5 b::before {
  position: absolute;
  top: 57%;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  content: "";
  z-index: 1;
}

.today {
  padding: 350px 0 80px;
}
.today.sm {
  padding: 80px 0 100px;
}
.today.big {
  padding: 350px 0 115px;
}
.today.last {
  padding: 330px 0 115px;
}
.today__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.today__inner-title {
  max-width: 1060px;
  margin: 0 auto 36px;
  text-align: center;
}
.today__inner-banner {
  width: 100%;
  max-width: 856px;
  margin: 0 auto 60px;
  background-color: #ffcfcf;
  -webkit-box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}
.today__inner-banner p {
  max-width: 760px;
  margin: 0 auto;
}
.today__inner-text p span, .today__inner-text p span a {
  color: #2063cd;
  font-weight: 700;
}
.today__inner-quote {
  text-align: center;
}
.today__inner-quote p {
  margin-bottom: 36px;
}
.today__inner-quote p.lg {
  margin: 0;
  font-style: italic;
  font-family: "Noe Display", sans-serif;
  font-weight: 400;
  position: relative;
}
.today__inner-quote p.lg span {
  position: absolute;
  top: 35px;
  left: 50%;
  width: calc(100% - 86px);
  max-width: 464px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.05;
  z-index: -1;
}
.today__inner-quote p.lg span img {
  width: 100%;
}
.today__inner-bottom {
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding: 40px 0 50px;
  margin-bottom: 45px;
}
.today__inner-bottom p {
  max-width: 845px;
  margin: 0 auto;
}
.today__inner-bottom p span {
  color: #2063cd;
  font-weight: 700;
}
.today__inner table {
  width: 100%;
  max-width: 613px;
  border-collapse: collapse;
  border: 1px solid #d6d6d6;
  margin: 20px 0 80px;
}
.today__inner table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.today__inner table tr td,
.today__inner table tr th {
  text-align: start;
  padding: 14px 20px;
  width: 43%;
  font-weight: 400;
}
.today__inner table tr td:last-child,
.today__inner table tr th:last-child {
  width: 57%;
  border-left: 1px solid #d6d6d6;
}
.today__inner table tr th {
  font-weight: 700;
}
.todayItem {
  width: 100%;
  background: linear-gradient(164.23deg, #1e64cd 1.29%, #90028c 100%);
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 40px;
  z-index: 2;
  position: relative;
  color: #fff;
}
.todayItem.sm {
  padding-top: 60px;
}
.todayItem.sm .todayItem__old {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 5px;
}
.todayItem.sm .todayItem__image {
  max-width: 461px;
}
.todayItem.sm .todayItem__footer {
  margin: 0 auto;
  border: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.todayItem.sm .todayItem__footer p {
  max-width: 657px;
}
.todayItem.sm .todayItem__row {
  width: 100%;
  max-width: 424px;
  position: static;
}
.todayItem__wrapper {
  padding-top: 80px;
  position: relative;
}
.todayItem__wrapper.big .todayItem {
  padding-top: 210px;
}
.todayItem__wrapper.big .todayItem__image {
  width: 100%;
  margin: 0 auto -180px;
  max-width: 745px;
  position: relative;
  z-index: 3;
}
.todayItem__wrapper.big .todayItem__row {
  width: 100%;
  max-width: 437px;
  position: static;
  padding: 30px 0 22px;
}
.todayItem__wrapper.big .todayItem__price {
  padding: 20px 0;
}
.todayItem__wrapper.big .todayItem__price h2 {
  font-weight: 400;
}
.todayItem__wrapper.big .todayItem .button {
  width: 100%;
  padding: 16px;
  margin: 24px 0 18px;
}
.todayItem__wrapper.big .todayItem h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  max-width: 732px;
}
.todayItem__wrapper-header {
  width: 90%;
  max-width: 625px;
  text-align: center;
  background: #ffeb84;
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px 30px 60px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ff0000;
  z-index: 1;
}
.todayItem__wrapper-header br {
  display: none;
}
.todayItem__medal {
  width: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.todayItem__medal img {
  width: 100%;
}
.todayItem__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.todayItem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.todayItem__image {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.todayItem__image img {
  width: 100%;
}
.todayItem__content {
  width: 52%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.todayItem__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FFF600;
  font-family: "Brandon Grotesque", sans-serif;
  padding: 10px 0;
}
.todayItem__price h2 {
  color: #fff;
  margin-right: 10px;
}
.todayItem__price h3 {
  font-size: 80px;
  line-height: 100%;
  font-weight: 700;
}
.todayItem__price sup {
  display: block;
  font-size: 45px;
  line-height: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 700;
  margin-top: 8px;
}
.todayItem__row {
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 425px;
  padding-bottom: 20px;
}
.todayItem__row-logo {
  width: calc(20% - 7px);
  max-width: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.todayItem__row-logo img {
  width: 100%;
}
.todayItem__old {
  width: 100%;
  max-width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.todayItem__old h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 105.5%;
  font-family: "Brandon Grotesque", sans-serif;
  position: relative;
}
.todayItem__old h2::before {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.todayItem__footer {
  max-width: 844px;
  margin: 30px auto 0;
  text-align: center;
  padding-top: 30px;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
}
.todayItem h5 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}
.todayItem p.sm {
  margin-top: 15px;
}
.todayItem p.uniq {
  color: #fff;
  font-weight: 700;
}
.todayItem p.uniq span {
  color: #ff7878;
}
.todayItem p.uniq b {
  color: #FFF600;
}
.todayItem .button {
  margin: 15px 0;
  padding: 22px 26px;
}
.todayItem .button br {
  display: none;
}
.todayWarn {
  width: 100%;
  max-width: 926px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.todayWarn__icon {
  width: 144px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.todayWarn__icon img {
  width: 100%;
}
.todayWarn h2 {
  margin-bottom: 10px;
}

.transport {
  padding: 0 0 70px;
}
.transport__inner-image {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transport__inner-image img {
  width: 100%;
}
.transport__inner-title {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 36px 0;
  text-align: center;
}
.transport__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.transport__inner-row p {
  width: calc(50% - 12px);
  max-width: 528px;
}
.transport__inner h2 {
  font-size: 36px;
  line-height: 50px;
}

.terms {
  padding: 70px 0 95px;
  background-color: #fff;
}
.terms__inner-article {
  padding-bottom: 80px;
}
.terms__inner-article a {
  color: #007bff;
}
.terms__inner-article h5 {
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #92278F;
}
.terms__inner-article h6 {
  font-size: 24px;
  line-height: 32px;
  color: #92278F;
  margin-top: 20px;
  margin-bottom: 5px;
}
.terms__inner-article p, .confidential__inner p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.terms__inner-article p:last-child, .confidential__inner p:last-child {
  margin-bottom: 40px;
}
/*.terms__inner-article p, .confidential__inner p:last-child {
  margin: 0;
}*/

.policy {
  padding: 60px 0 70px;
  font-weight: 400;
}
.confidential {
  padding: 60px 0 70px;
}
.policy__inner-item {
  margin-bottom: 90px;
}
.policy__inner-item:last-child {
  margin: 0;
}
.policy__inner-item h5 {
  font-size: 32px;
  line-height: 100%;
  color: #92278F;
  margin-bottom: 35px;
  padding-left: 34px;
  font-weight: 700;
  position: relative;
}
.policy__inner-item h5 b {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
.policy__inner-form {
  padding: 35px 0 0 100px;
}
.policy__inner-form > p {
  margin-bottom: 20px;
}
.policy__inner-radios {
  margin-bottom: 40px;
}
.policy__inner ul li,.confidential__inner ul li {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.policy__inner ul li::before,.confidential__inner ul li:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1D1D1D;
  content: "";
}
.policy__inner .radio {
  margin-bottom: 15px;
}
.policy__inner .radio:last-child {
  margin: 0;
}
.policy__inner .input {
  width: 100%;
  max-width: 466px;
  margin-bottom: 30px;
}
.policy__inner .button {
  font-size: 24px;
  line-height: 32px;
  width: 100%;
  max-width: 466px;
  padding: 16px;
}
.policy__inner p span,.confidential__inner p span {
  color: #2063cd;
  font-weight: 700;
}

.download {
  padding: 40px 0 100px;
}
.download__inner-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 90px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 60px;
}
.download__inner-col h3 {
  color: #0e76bc;
  text-align: center;
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 89px;
}
.download__inner-image {
  width: 75%;
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.download__inner-image img {
  width: 100%;
  transform: scale(1.2);
}
.download__inner .button {
  padding: 24px 10px;
  width: 100%;
  max-width: 527px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}

.hero {
  position: relative;
  padding: 50px 0;
  color: #fff;
}
.hero.big {
  padding: 155px 0 90px;
}
.hero.big .hero__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.homepage_link{
  display: block;
}
.homepage_link:hover {
  transform: scale(1.1);
}
.hero.large {
  padding: 160px 0 260px;
}
.hero.large .hero__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero.large .hero__inner-title {
  max-width: 1035px;
}
.hero.large .hero__inner p {
  max-width: unset;
}
.hero.light {
  padding-bottom: 60px;
  background-color: #92278F;
}
.hero.cut {
  position: relative;
  background-color: #92278F;
}
.hero.cut::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: calc(50% + 10px);
  height: 170px;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 1;
  pointer-events: none;
}
.hero.cut::after {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: calc(50% + 10px);
  height: 170px;
  content: "";
  background-color: #fff;
  z-index: 1;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  pointer-events: none;
}
.hero.down {
  padding-bottom: 170px;
}
.hero.affil {
  padding: 150px 0 0;
}
.hero.affil .hero__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero.affil .hero__inner-title {
  width: calc(100% + 2px);
  margin: 0 -2px 10px;
}
.hero.affil .hero__inner-title h2 {
  max-width: 913px;
  margin: 14px auto 0;
}
.hero.affil .hero__inner-title h2 span {
  color: #FFF600;
}
.hero.affil .heroImage {
  width: 100%;
  max-width: 600px;
  margin-bottom: -80px;
  z-index: 3;
  -webkit-transform: translateX(3%);
          transform: translateX(3%);
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(91, 44, 146, 0.9);
  pointer-events: none;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.hero__inner-bg {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 100%;
  max-width: 945px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.1;
  pointer-events: none;
}
.hero__inner-bg img {
  width: 100%;
}
.hero__inner-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 26px auto;
}
.hero__inner-arrow img {
  width: 100%;
}
.hero__inner-content {
  width: calc(60% - 20px);
  max-width: 663px;
}
.hero__inner-image {
  width: calc(40% - 20px);
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__inner-image img {
  width: 100%;
}
.hero__inner-row {
  padding: 40px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 560px;
}
.hero__inner-text {
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}
.hero__inner-text h5 {
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 140%;
}
.hero__inner-text h5 span {
  font-weight: 700;
  display: block;
  color: #FFF600;
}
.hero__inner-text h2 {
  text-transform: capitalize;
  line-height: 140%;
}
.hero__inner-text h2 span {
  color: #FFF600;
}
.hero__inner h1 {
  margin-bottom: 40px;
  font-size: 50px;
}
.hero__inner p {
  font-weight: 300;
  max-width: 558px;
}
.hero__inner-title {
  text-align: center;
  margin: 30px auto 10px;
  max-width: 1100px;
}
.hero__inner-title.sm {
  margin: 0;
}
.hero__inner-title.sm h2 {
  margin: 24px 0;
}
.hero__inner-title.ex {
  max-width: unset !important;
}
.hero__inner-title.ex h2 {
  margin-top: 14px;
}
.hero__inner-title.down {
  max-width: 913px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.hero__inner-title.down h1 {
  max-width: 680px;
}
.hero__inner-title.down p {
  margin-top: 25px;
}
.hero__inner-title.down p span {
  color: #FFF600;
}
.hero__inner-title h1 {
  margin: 0 !important;
}
.hero__inner-title h2.sm {
  max-width: 913px;
  margin: 15px auto;
}
.hero__inner-title p.lg {
  margin-top: 6px;
}
.hero__inner-title p.lg:last-of-type {
  margin: 0;
}
.heroItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(20% - 10px);
  max-width: 96px;
}
.heroItem img {
  width: 100%;
}
.heroImage {
  width: 100%;
  max-width: 921px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -50%;
}
.heroImage.sm {
  max-width: 721px;
}
.heroImage.ex {
  max-width: 452px;
  width: calc(100% - 20px);
}
.heroImage.up {
  max-width: 745px;
  margin-bottom: -43%;
}
.heroImage img {
  width: 100%;
}

.intro {
  padding: 50px 0 80px;
}
.intro__inner-title p.sm {
  font-weight: 300;
  font-style: italic;
  color: #555555;
  margin-bottom: 20px;
}
.intro__inner-title h6 {
  margin-bottom: 8px;
  font-style: italic;
  color: #92278F;
  /*font-family: "Noe Display", sans-serif;*/
  font-family: "PT Serif", sans-serif;
}
.intro__inner-content {
  width: calc(60% - 15px);
  max-width: 688px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro__inner-content-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.intro__inner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 210%;
  position: relative;
}
.intro__inner-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(40% - 15px);
  max-width: 400px;
}
.intro__inner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 14px;
}
.intro__inner-text {
  margin-bottom: 25px;
}
.intro__inner-quote {
  background: #f9f8dd;
  -webkit-box-shadow: 6px 8px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 6px 8px 8px rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  padding: 30px;
  font-style: italic;
  font-family: "PT Serif", sans-serif;
  /*font-family: "Noe Display", sans-serif;*/
}
.intro__inner h2 {
  margin-bottom: 25px;
}

.about {
  position: relative;
  padding: 90px 0 110px;
  color: #fff;
}
.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.about__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.about__inner-content {
  width: calc(55% - 15px);
  max-width: 583px;
  z-index: 2;
}
.about__inner-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(56% - 15px);
  max-width: 637px;
  -webkit-transform: translate(-10%, -45%);
          transform: translate(-10%, -45%);
  z-index: 1;
}
.about__inner-image img {
  width: 100%;
}
.about__inner-logo {
  width: 80%;
  max-width: 456px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}
.about__inner-logo img {
  width: 100%;
}
.about__inner h5 {
  margin-bottom: 32px;
}

.ingredient {
  padding: 80px 0 50px;
}
.ingredient__inner-title {
  text-align: center;
  max-width: 885px;
  margin: 0 auto 30px;
}
.ingredient__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ingredient__inner h2 {
  max-width: 687px;
  margin: 0 auto 15px;
}
.ingredientItem {
  width: 33.3%;
  margin: 30px 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.ingredientItem__image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid #FFF600;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.ingredientItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.ingredientItem h5 {
  color: #92278F;
  margin-bottom: 8px;
}
.ingredientItem ul li {
  line-height: 155%;
  position: relative;
}

.bonus {
  position: relative;
  padding: 95px 0;
}
.bonus.dark {
  background: -webkit-gradient(linear, left top, left bottom, from(#0e76bc), to(#92278f));
  background: linear-gradient(180deg, #0e76bc 0%, #92278f 100%);
  padding: 40px 0 75px;
}
.bonus.dark .bonus__inner hr {
  margin: 54px 0 66px;
  max-width: unset;
}
.bonus.sm {
  padding: 65px 0 80px;
}
.bonus.big {
  padding: 50px 0;
}
.bonus.big .bonus__bg {
  max-height: 360px;
}
.bonus.big .bonus__bg::before {
  height: 60%;
}
.bonus__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #92278F;
  pointer-events: none;
}
.bonus__bg::before {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 28%;
  background-color: #92278F;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.bonus__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bonus__inner-title {
  max-width: 1060px;
  margin: 0 auto 30px;
  text-align: center;
  color: #fff;
}
.bonus__inner-title h5 {
  color: #FFF600;
  margin-bottom: 17px;
}
.bonus__inner-title h2 {
  margin: 0;
  max-width: unset;
}
.bonus__inner-logo {
  width: 65%;
  max-width: 455px;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bonus__inner-logo img {
  width: 100%;
}
.bonus__inner-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
.bonus__inner-image {
  width: 100%;
  max-width: 773px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.bonus__inner-image img {
  width: 100%;
}
.bonus__inner-content {
  text-align: center;
}
.bonus__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
.bonus__inner ul li {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  white-space: nowrap;
}
.bonus__inner ul li span {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.bonus__inner ul li span img {
  width: 100%;
}
.bonus__inner ul li h5 {
  width: calc(100% - 56px);
}
.bonus__inner > h2 {
  max-width: 893px;
  margin: 0 auto 55px;
  text-align: center;
  color: #fff;
}
.bonus__inner > h2 br {
  display: none;
}
.bonus__inner > h2 span {
  color: #FFF600;
}
.bonus__inner hr {
  width: 100%;
  height: 4px;
  max-width: 960px;
  margin: 45px auto 40px;
  background-color: #000;
  opacity: 0.3;
}
.bonusItem {
  width: calc(50% - 15px);
  max-width: 480px;
  text-align: center;
}
.bonusItem__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 122%;
  position: relative;
  -webkit-filter: drop-shadow(0px 11px 16px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 11px 16px rgba(0, 0, 0, 0.2));
}
.bonusItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 20px;
}
.bonusItem__content {
  padding: 30px 30px 40px;
  border-radius: 20px;
  border: 2px solid #d9d9d9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: unset;
  margin: 0 15px;
  background-color: #fff;
}
.bonusItem h2 {
  text-transform: uppercase;
  color: #92278F;
  margin: 0;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 900;
}
.bonusItem h6 {
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bonusItem h5 {
  width: calc(100% + 64px);
  margin: 0 -32px 20px;
  padding: 12px;
  background: #0e76bc;
  color: #fff;
}
.bonusItem h5 span {
  color: #FFF600;
}
.crossed {
  text-decoration: line-through;
}
.bonusItem p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advantage {
  background-color: #0E76BC;
}
.advantage__inner {
  padding: 40px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.advantage__inner.sm {
  padding: 0;
}
.advantage__inner-icon {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantage__inner-icon img {
  width: 100%;
}
.advantage__inner-title {
  width: calc(100% - 200px);
  max-width: 850px;
}
.advantage__inner h2 {
  color: #fff;
  margin-bottom: 10px;
}
.advantage__inner h2 span {
  color: #fff600;
  text-decoration: underline;
}
.advantage__footer {
  background-color: #92278F;
  padding: 40px 0 56px;
  color: #fff;
  position: relative;
}
.advantage__footer.sm {
  padding: 22px 0;
}
.advantage__footer.sm::before {
  display: none;
}
.advantage__footer.big {
  padding: 220px 0 70px;
}
.advantage__footer.big::before {
  display: none;
}
.advantage__footer.big .advantage__footer-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantage__footer.big h1 {
  margin-bottom: 10px;
}
.advantage__footer.big h2 {
  font-size: 36px;
  line-height: 44px;
  max-width: unset;
}
.advantage__footer::before {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  width: 120px;
  height: 44px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #92278F;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}
.advantage__footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.advantage__footer h2 {
  max-width: 915px;
  margin: 0 auto;
}
.advantage__footer h2 span {
  color: #FFF600;
}
.advantage__footer p {
  font-weight: 700;
}
.advantage__footer p span {
  color: #FFF600;
}

.warranty {
  padding: 70px 0 85px;
}
.warranty.light {
  background-color: #f5f5f5;
  padding: 60px 0 280px;
}
.warranty.light .warranty__inner {
  max-width: unset;
}
.warranty.light .warranty__inner-title {
  max-width: 1060px;
  margin: 0 auto 25px;
}
.warranty__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.warranty__inner-title {
  text-align: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 15px;
}
.warranty__inner-medal {
  width: 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.warranty__inner-medal img {
  width: 100%;
}
.warranty__inner-row {
  width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 560px;
}
.warranty__inner h1 {
  margin-bottom: 20px;
}
.warrantyItem {
  width: calc(20% - 10px);
  max-width: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.warrantyItem img {
  width: 100%;
}

.faq {
  padding: 60px 0 80px;
  background-color: #92278F;
}
.faq__inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__inner h2 {
  margin-bottom: 48px;
  text-align: center;
  color: #fff;
}
.faqItem {
  width: 100%;
  margin-bottom: 15px;
}
.faqItem:last-child {
  margin: 0;
}
.faqItem__head {
  padding: 18px 95px 18px 70px;
  background-color: #fff;
  color: #000;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}
.faqItem__head.active span::after {
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}
.faqItem__head span {
  position: absolute;
  top: 50%;
  right: 75px;
  width: 17px;
  height: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faqItem__head span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #1D1D1D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faqItem__head span::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #1D1D1D;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.faqItem__body {
  color: #fff;
  padding: 0 70px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
.faqItem__body.active {
  max-height: 1100px;
  opacity: 1;
  padding: 25px 70px;
}

.reference {
  padding: 50px 0 65px;
}
.reference__inner-title {
  text-align: center;
  margin-bottom: 24px;
}
.reference__inner-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 930px;
  margin: 0 auto 30px;
}
.reference__inner-logos img {
  width: 75%;
}
.reference__inner-col {
  width: calc(50% - 10px);
  max-width: 530px;
  padding-left: 12px;
}
.reference__inner ol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reference__inner ol li {
  font-size: 12px;
  line-height: 18px;
  color: #6c6c6c;
}
.reference__inner ol li:hover {
  color: #000;
}
.reference__inner ol li:hover a {
  opacity: 1;
}
.reference__inner ol li a {
  text-decoration: underline;
  color: inherit;
  word-break: break-all;
}

.market__inner {
  background-color: #fff;
  border-radius: 20px;
  margin-top: -70px;
  padding: 150px 30px 170px;
  -webkit-box-shadow: 0px 10px 28px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 28px -1px rgba(0, 0, 0, 0.25);
}
.market__inner-col {
  max-width: 960px;
  margin: 0 auto 60px;
  padding-bottom: 75px;
  border-bottom: 2px solid #c4c4c4;
}
.market__inner-col:last-child {
  border: unset;
  padding: 0;
  margin-bottom: 0;
}
.market__inner-col:last-child p {
  max-width: 893px;
}
.market__inner-col p {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.market__inner-col p:last-child {
  margin: 0;
}
.market__inner-col p.mark {
  padding-left: 35px;
}
.market__inner-col p.last {
  margin-bottom: 15px;
}
.market__inner-col p a {
  color: #2063cd;
  font-weight: 700;
}
.market__inner-col p a:hover {
  opacity: 1;
  color: #92278F;
}
.market__inner-col > a {
  display: block;
  text-align: center;
  color: #2063cd;
  text-decoration: underline;
  font-weight: 700;
}
.market__inner-col > a:hover {
  opacity: 1;
  color: #92278F;
}
.market__inner-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
}
.market__inner h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  max-width: 730px;
  margin: 0 auto 20px;
}
.market__inner h6 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #92278F;
  margin-bottom: 26px;
  padding-left: 30px;
  position: relative;
}
.market__inner h6 b {
  position: absolute;
  top: 0;
  left: 0;
}
.market__inner .input__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 796px;
  padding-left: 35px;
}
.market__inner .input__wrapper p {
  margin-bottom: 20px;
}
.market__inner .signature {
  padding-top: 30px;
}
.market__inner .signature p {
  margin: 0;
}
.market__inner .signature h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 42.5px;
}
.marketItem {
  width: calc(33.3% - 28px);
  margin: 14px;
}
.marketItem__inner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #eaeaea;
}
.marketItem__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.info {
  padding-top: 256px;
  background-color: #f5f5f5;
}
.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 40px 0 120px;
}
.info__inner-content {
  width: 60%;
}
.info__inner-content p {
  margin-bottom: 30px;
}
.info__inner-content p:last-child {
  margin: 0;
}
.info__inner-content p span {
  display: block;
  color: #92278F;
  font-weight: 700;
}
.info__inner-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 204%;
  position: relative;
}
.info__inner-image-wrapper {
  width: calc(40% + 50px);
  position: absolute;
  top: 0;
  right: -50px;
}
.info__inner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.object {
  padding-top: 90px;
  margin-bottom: -164px;
}
.object__inner-title {
  width: 100%;
  max-width: 815px;
  margin: 0 auto 50px;
  text-align: center;
}
.object__inner-title h2 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 14px;
}
.object__inner-title h5 {
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
}
.objectItem {
  background-color: #fffbe6;
  -webkit-box-shadow: 0px 17px 20px -7px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 17px 20px -7px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 44px 30px;
}
.objectItem__wrapper {
  position: relative;
  padding-top: 82px;
  margin-bottom: 100px;
}
.objectItem__wrapper:last-child {
  margin: 0;
}
.objectItem__head {
  position: absolute;
  top: 0;
  left: 50%;
  background: #ff0000;
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  padding: 15px 15px 40px;
  width: calc(100% - 54px);
  max-width: 392px;
  z-index: 1;
}
.objectItem__head h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
}
.objectItem__title {
  text-align: center;
  width: 100%;
  max-width: 786px;
  margin: 0 auto 40px;
}
.objectItem__title.med {
  max-width: 915px;
}
.objectItem__title.big {
  max-width: 940px;
}
.objectItem__title h2 {
  margin-bottom: 12px;
}
.objectItem__title h3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 89px;
  color: #92278F;
}
.objectItem__title h3 span {
  display: block;
  font-size: 36px;
  line-height: 50px;
}
.objectItem__row {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.objectItem__content {
  width: calc(65% - 10px);
  max-width: 570px;
}
.objectItem__image {
  width: calc(44% - 10px);
  max-width: 390px;
  margin-right: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.objectItem__image.med {
  width: calc(40% - 10px);
  padding-top: 30px;
  max-width: 356px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.objectItem__image.ex {
  padding-top: 55px;
  max-width: 340px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: -25px;
}
.objectItem__image.sm {
  width: calc(35% - 10px);
  max-width: 290px;
  margin: -30px 0 0 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.objectItem__image img {
  width: 100%;
}
.objectItem ul li {
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.objectItem ul li::before {
  position: absolute;
  top: 13px;
  left: 14px;
  width: 5px;
  height: 5px;
  background-color: #1D1D1D;
  border-radius: 50%;
  content: "";
}
.rred {
  color: #e73631!important;
}
.boldIt {
  font-weight: 700;
}
.bg-body {
  background-color: #eef2f6;
}
.confidential__inner h1 {
  margin-bottom: 2rem;
  font-size: 56px;
}
.confidential__inner h2 {
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #92278F;
}
.bold {
  font-weight: 700;
}
/* Footer pages start */

.container-limit {
  max-width: 1000px!important;
}
.py-5 {
  padding-top: 4rem!important;
  padding-bottom: 4rem!important;
}
.px-2 {
  padding-left: 0.5rem!important;
  padding-right: 0.5rem!important;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.title, strong {
  color: inherit;
}
.is-capitalized {
  text-transform: capitalize!important;
}
.has-text-centered {
  text-align: center!important;
}
.is-size-1 {
  font-size: 3rem!important;
}
.mb-8 {
  margin-bottom:2.5rem;
}
.mb-5 {
  margin-bottom: 1.5rem!important;
}
.mb-3 {
  margin-bottom: 2.75rem!important;
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
@media screen, print and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: flex;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .block-13 {
    font-size: 1.5rem!important;
  }
}
@media screen and (max-width: 769px) {
  .header2.sticky,.header2{
    padding-top : 38.11px; /*Account for DS24 badge*/
  }
}

.block-13 {
    font-size: 4.5vw;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-mobile {
  display: flex;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
.columns.is-vcentered {
  align-items: center;
}
.columns.is-mobile>.column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-variable>.column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable>.column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
img {
  height: auto;
  max-width: 100%;
}
.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.subtitle, .title {
  word-break: break-word;
}
p {
  line-height: 1.3;
}
.block-13 {
    font-size: 4.5vw;
}
.off-white-background {
  background: #eee;
}
.container > p {
  margin-bottom: 1.2rem;
}
.container.lower-footer .footer__inner-row {
  padding: .5rem 0 1.5rem;
}
.row.reference_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.references_title {
  font-size: 30px;
  margin: 1.5rem auto;
}
.reference_section .img-row {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.reference_section .img-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  flex-basis: 50%;
  padding: 0 1rem;
  min-width: 400px;
}
.reference_section .img-container > .img {
  flex: 1 0 0;
  text-align: center;
}
.references {
  flex: 1 0 0;
  padding: 0 2rem;
  min-width: 400px;
}
.references li {
  font-size: 12px;
  line-height: 1.5;
}
.asterisk {
  position: absolute;
  font-size: 9px;
  bottom: 8px;
  margin-left: 2px;
}
.asterisk > a {
  color: #92278F;
  font-weight: 700;
  text-decoration: underline;
}
.underline{
  text-decoration:underline;
}
.ingredientItem .underline {
  text-decoration-color: #92278F;
}
.success_message,.error_message {
  font-size: 16px;
  line-height: 18px;
  margin-top: 1.5rem;
  height: 0;
  opacity: 0;
  transition: all ease-in .2s;
}
.error_message{
  background: #e63946;
  border-radius: 8px;
  padding: .5rem 1rem;
}
.success_message.show,.error_message.show {
  height: auto;
  opacity: 1;
}
.success_message {
  background: #98FB98;
  border-radius: 8px;
  padding: .5rem 1rem;
}
.disclaimer > p {
  padding: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #c9d7e1;
  font-family: "Brandon Text", sans-serif;
  text-align: justify;
  width: fit-content;
  margin: auto;
  padding-top:0;
}
.cost-table {
  margin: 3.5rem auto;
}
.bottlesItem__bonus .asterisk {
  font-size: 12px;
}
.bonusItem h2{
position:relative;
}
.bottlesItem__bonus {
  position:relative;
}
.bonusItem .asterisk {
  font-size: 16px;
}
.bonusItem__content .comment{
  font-size : 16px;
}
.reference_disclaimer > p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 2rem;
  color: #706f6f;
}
.small_price p {
  color: #FFF600;
  font-size: 18px;
}
.asterisk_container {
  display: inline;
  position: relative;
}
.intro__inner-bottom {
  line-height: 13px;
}
.custom_reference {
  text-decoration: underline;
  font-size: 14px;
  color: #6c6c6c;
  margin-top: 2rem;
  display: block;
  line-height: 16px;
}
@keyframes pulsing {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
  }

  70% {
    transform: scale(1.034);
    box-shadow: 0 0 0 10px transparent
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 transparent
  }
}
@keyframes show_message{
  0% {
    opacity:0;
  }
  20% {
    opacity:1;
  }
  80% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

/*Responsiveness CSS start */

@media screen and (min-width:1024px) {
  .auto__container {
    padding: 0 30px;
  }

  .container {
    max-width: 960px;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
}

/* Footer pages end */

@media (max-width: 1180px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  h6 {
    font-size: 24px;
    line-height: 30px;
  }
  h6.big {
    font-size: 26px;
    line-height: 36px;
  }

  p.lg {
    font-size: 26px;
    line-height: 40px;
  }

  body {
    font-size: 22px;
    line-height: 30px;
  }

  .button {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 12px;
  }
  .button.sm {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 26px;
  }

  .main {
    padding-top: 85px;
  }

  .header__inner {
    padding: 20px 0;
  }
  .header__inner-logo {
    width: 200px;
  }

  .hero {
    padding: 35px 0;
  }
  .hero.large {
    padding: 130px 0 230px;
  }
  .hero.light {
    padding-bottom: 60px;
  }
  .hero__inner-arrow {
    width: 48px;
    height: 48px;
    margin: 25px auto 18px;
  }
  .hero__inner-content {
    padding: 0;
  }
  .hero__inner-row {
    padding: 20px 0;
  }
  .hero__inner h1 {
    margin-bottom: 20px;
  }

  .about {
    padding: 80px 0;
  }
  .about__inner-image {
    width: calc(52% - 10px);
    -webkit-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
  }
  .about__inner-logo {
    width: 70%;
    margin-bottom: 35px;
  }

  .bonus {
    padding: 80px 0;
  }
  .bonus.big .bonus__inner h5 {
    font-size: 28px;
    line-height: 39px;
  }
  .bonus__inner-logo {
    width: 50%;
  }
  .bonus__inner h5 {
    font-size: 24px;
    line-height: 26px;
  }
  .bonus__inner ul li span {
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }
  .bonus__inner ul li h5 {
    width: calc(100% - 40px);
  }

  .bottles {
    padding: 80px 0;
  }
  .bottles__inner-title {
    margin-bottom: 35px;
  }

  .discountItem {
    padding: 36px 25px;
  }
  .discountItem__image {
    left: 20px;
  }
  .discountItem__price {
    padding: 8px 0;
  }
  .discountItem__price h3 {
    font-size: 80px;
  }
  .discountItem__price sup {
    font-size: 40px;
  }
  .discountItem__price p {
    font-size: 30px;
  }
  .discountItem h5 {
    font-size: 30px;
    line-height: 40px;
  }

  .bookCard__content {
    padding: 30px 30px 40px 30px;
  }
  .bookCard h5 {
    margin: 15px 0 16px -31px;
    max-width: 480px;
    padding: 5px 36px 5px 31px;
  }

  .download__inner-col h3 {
    font-size: 55px;
    line-height: 65px;
  }

  .objectItem__wrapper {
    margin-bottom: 70px;
  }
  .objectItem__title {
    margin-bottom: 24px;
  }
  .objectItem__title h3 {
    font-size: 58px;
    line-height: 70px;
  }
  .objectItem__image {
    margin-right: 0;
    width: 35%;
  }
  .objectItem__image.med {
    width: calc(35% - 10px);
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0;
  }
  .objectItem__image.ex {
    margin: 0;
  }
  .objectItem p.ex {
    font-size: 20px;
    line-height: 25px;
    margin-top: .8rem;
  }
  .objectItem ul li {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .auto__container {
    padding: 0 30px;
  }

  .main {
    padding-top: 71.08px;
  }

  h1 {
    font-size: 45px;
    line-height: 55px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h5.big {
    font-size: 30px;
  }

  h6 {
    font-size: 22px;
    line-height: 28px;
  }
  h6.big {
    font-size: 24px;
    line-height: 34px;
  }

  .header__inner-logo {
    width: 180px;
  }

  .header2__inner {
    padding: 25px 0;
  }
  .header2__inner-logo {
    width: 180px;
  }

  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 71.08px;
    left: 0;
    width: 100%;
    height: calc(100% - 71.08px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    z-index: 1;
    padding: 50px 20px 20px 20px;
    height: 100%;
    overflow-y: auto;
    background: #0E76BC;
  }
  .nav__inner li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .nav__inner li:last-of-type {
    margin: 0 0 40px 0;
  }
  .nav__inner li a {
    width: 100%;
    text-align: center;
  }
  .nav__inner .button {
    width: 100%;
  }

  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 26px;
    height: 20px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 0;
    width: 100%;
    height: 2.5px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 2.5px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 0;
    width: 100%;
    height: 2.5px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .hero.big {
    padding: 120px 0 70px;
  }
  .hero.large {
    padding: 120px 0 200px;
  }
  .hero.light {
    padding-bottom: 60px;
  }
  .hero.ex .hero__inner-title h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .hero.affil {
    padding-top: 120px;
  }
  .hero__inner-title.sm h2 {
    margin: 10px 0 12px;
  }
  .hero__inner-title h2 {
    font-size: 28px;
    line-height: 39px;
  }
  .hero__inner-image {
    width: calc(40% - 5px);
  }
  .hero__inner-content {
    width: calc(65% - 5px);
  }
  .hero__inner-row {
    padding: 20px 0 15px;
  }
  .hero__inner h1 {
    margin-bottom: 15px;
  }

  .intro {
    padding: 50px 0 60px;
  }
  .intro__inner-title p.sm {
    margin-bottom: 10px;
  }
  .intro__inner-text {
    margin-bottom: 18px;
  }
  .intro__inner-quote {
    padding: 15px 20px;
    border-radius: 12px;
  }
  .intro__inner-content {
    width: calc(61% - 15px);
  }
  .intro__inner-content-wrapper {
    margin-bottom: 25px;
  }
  .intro__inner h2 {
    margin-bottom: 16px;
  }

  .about {
    padding: 60px 0;
  }
  .about__inner-logo {
    width: 60%;
    margin-bottom: 20px;
  }
  .about__inner h5 {
    margin-bottom: 24px;
  }

  .ingredient {
    padding: 50px 0;
  }
  .ingredient__inner-title {
    margin-bottom: 20px;
  }
  .ingredientItem {
    margin: 20px 0;
  }
  .ingredientItem li {
    font-size: 20px;
    line-height: 28px;
  }

  .bottles {
    padding: 60px 0;
  }
  .bottlesItem {
    padding: 20px;
  }

  .warranty.light {
    padding: 50px 0 250px;
  }

  .discount__inner-row {
    max-width: 500px;
    margin-bottom: 30px;
  }
  .discountItem {
    padding: 25px 20px;
  }
  .discountItem h5 {
    font-size: 25px;
    line-height: 35px;
  }

  .bookCard {
    margin: 30px 0;
  }
  .bookCard__content {
    padding: 20px 20px 30px 20px;
  }
  .bookCard h5 {
    margin: 15px 0 16px -21px;
    max-width: 400px;
    padding: 3px 30px 3px 21px;
    font-size: 26px;
    line-height: 34px;
  }
  .bookCard h5 span {
    font-size: 38px;
    line-height: 50px;
  }
  .bookCard p {
    font-size: 18px;
    line-height: 25px;
  }

  .today {
    padding: 300px 0 60px;
  }
  .today.sm {
    padding: 60px 0 80px;
  }
  .today.big {
    padding: 300px 0 80px;
  }
  .today.last {
    padding: 280px 0 80px;
  }
  .todayItem {
    padding: 30px 20px;
  }
  .todayItem.sm {
    padding-top: 40px;
  }
  .todayItem__row {
    left: 2%;
  }
  .todayItem__old {
    padding: 10px 0;
    max-width: 200px;
  }
  .todayItem__old h2 {
    font-size: 40px;
  }
  .todayItem__row {
    padding-bottom: 30px;
  }
  .todayItem__footer {
    margin-top: 24px;
    padding-top: 20px;
  }
  .todayItem h5 {
    font-size: 32px;
    line-height: 40px;
  }
  .todayItem p.sm {
    margin-top: 10px;
  }
  .todayItem .button {
    padding: 16px 20px;
  }

  .policy, .confidential{
    padding: 50px 0;
  }
  .policy__inner-item {
    margin-bottom: 60px;
  }
  .policy__inner-item h5 {
    margin-bottom: 25px;
  }
  .policy__inner-form {
    padding: 25px 0 0 50px;
  }

  .info__inner {
    padding: 20px 0 80px;
  }
  .info__inner-image-wrapper {
    width: calc(40% + 30px);
    right: -30px;
  }
  .info__inner p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 24px;
  }
  .perks .column {
    flex-basis: min(100%,300px);
    margin: auto 5% auto 2%;
  }
  .perks img {
    max-width: 50px;
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .button {
    padding: 16px;
    font-size: 24px;
    line-height: 34px;
  }

  .anchor {
    top: -60px;
  }

  .hero__inner-bg {
    min-width: 886px;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
  }
  .heroImage.sm {
    margin-bottom: -60%;
  }
  .heroImage.up {
    margin-bottom: -50%;
  }

  .intro__inner-content {
    width: 100%;
    max-width: unset;
  }
  .intro__inner-title p.sm {
    margin-bottom: 14px;
  }
  .intro__inner-title h6 {
    margin-bottom: 12px;
  }
  .intro__inner-image {
    padding-bottom: 56%;
  }
  .intro__inner-image-wrapper {
    position: static;
    width: 100%;
    max-width: unset;
    padding: 30px 0;
  }
  .intro__inner-image img {
    -o-object-position: top center;
       object-position: top center;
  }
  .intro__inner-text {
    margin-bottom: 30px;
  }
  .intro__inner-quote {
    padding: 20px;
  }
  .intro__inner h2 {
    margin: 0;
  }

  .about__inner-content {
    width: 100%;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__inner-image {
    width: calc(100% + 12px);
    position: static;
    -webkit-transform: translate(2%, 0);
            transform: translate(2%, 0);
    margin-bottom: 10px;
  }
  .about__inner-logo {
    margin-bottom: 35px;
  }
  .about__inner h5 {
    text-align: center;
  }

  .ingredientItem {
    width: 50%;
  }

  .bonus__inner h5 {
    font-size: 24px;
    line-height: 26px;
  }
  .bonus__inner ul li {
    width: 50%;
  }
  .bonus__inner ul li span {
    width: 24px;
    height: 24px;
    margin-right: 18px;
  }
  .bonus__inner ul li h5 {
    width: calc(100% - 42px);
  }
  .bonus__inner hr {
    margin: 40px 0 24px;
  }
  .bonus__inner > h2 {
    margin-bottom: 44px;
  }
  .bonusItem {
    width: calc(50% - 10px);
  }
  .bonusItem__content {
    padding: 20px 20px 30px;
    margin: 0 10px;
  }
  .bonusItem h5 {
    width: calc(100% + 44px);
    margin: 0 -22px 15px;
  }

  .advantage__inner-icon {
    width: 142px;
  }
  .advantage__inner-title {
    width: calc(100% - 170px);
  }
  .advantage__inner h2 {
    margin-bottom: 20px;
  }
  .advantage__footer::before {
    width: 90px;
    height: 32px;
  }

  .faq {
    padding: 60px 0;
  }
  .faq__inner h2 {
    margin-bottom: 30px;
  }
  .faqItem__head {
    padding: 15px 70px 15px 40px;
  }
  .faqItem__head span {
    right: 40px;
  }
  .faqItem__body {
    padding: 0 40px;
  }
  .faqItem__body.active {
    padding: 18px 40px;
  }

  .bottles {
    padding: 50px 0;
  }
  .bottles__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottlesItem {
    width: 100%;
    max-width: 540px;
    margin-bottom: 30px;
    padding: 30px;
  }
  .bottlesItem__title h6 {
    font-size: 28px;
    line-height: 30px;
  }
  .bottlesItem:last-child {
    margin: 0;
  }
  .bottlesItem.big {
    width: calc(100% + 30px);
    margin: 0 -15px 30px;
    max-width: 570px;
  }
  .bottlesItem h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .bottlesItem p {
    font-size: 24px;
    line-height: 32px;
  }
  .bottlesItem p.sm {
    font-size: 18px;
    line-height: 26px;
  }

  .discountItem .button {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 12px;
  }

  .today {
    padding: 260px 0 60px;
  }
  .today.big {
    padding: 340px 0 70px;
  }
  .today.last {
    padding: 240px 0 80px;
  }
  .todayItem {
    padding: 40px;
  }
  .todayItem__wrapper {
    padding-top: 70px;
  }
  .todayItem__wrapper-header {
    padding: 16px 20px 40px;
  }
  .todayItem__wrapper-header h5 {
    font-size: 25px;
    line-height: 30px;
  }
  .todayItem__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .todayItem__image {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
  }
  .todayItem__row {
    width: 100%;
    position: static;
    padding: 30px 0;
  }
  .todayItem__old {
    padding: 20px 0;
  }
  .todayItem__content {
    width: 100%;
  }
  .todayItem__footer {
    margin: 0;
    padding-top: 30px;
  }
  .todayItem__price {
    padding: 15px 0;
  }
  .todayItem .button {
    margin: 24px 0;
  }
  .todayItem p.sm {
    margin-top: 20px;
  }

  .info {
    padding-top: 240px;
  }

  .object {
    padding-top: 60px;
  }
  .objectItem {
    padding: 30px;
  }
  .objectItem__title {
    margin-bottom: 18px;
  }
  .objectItem__title h3 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 840px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h1.sm {
    font-size: 40px;
    line-height: 50px;
  }

  h6 {
    font-size: 22px;
    line-height: 28px;
  }
  h6.big {
    font-size: 24px;
    line-height: 34px;
  }

  h6.big {
    font-size: 22px;
    line-height: 30px;
  }

  p.lg {
    font-size: 23px;
    line-height: 35px;
  }

  body {
    font-size: 24px;
    line-height: 32px;
  }

  .video__play span {
    width: 85px;
    height: 85px;
    margin-bottom: 8px;
  }
  .video__play b {
    font-size: 16px;
    line-height: 28px;
  }

  .banner {
    padding: 20px 30px;
  }
  .banner p,
.banner h6 {
    font-size: 22px;
    line-height: 32px;
  }

  .input input {
    font-size: 22px;
  }

  .hero {
    padding: 50px 0 0 0;
  }
  .hero.cut::before {
    height: 120px;
  }
  .hero.cut::after {
    height: 120px;
  }
  .hero.down {
    padding-bottom: 150px;
  }
  .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__inner-title.sm p {
    font-size: 22px;
    line-height: 30px;
  }
  .hero__inner-title.down p {
    font-size: 22px;
    line-height: 30px;
  }
  .hero__inner-content {
    width: 100%;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 5px;
  }
  .hero__inner-image {
    width: calc(100% - 20px);
    max-width: 480px;
    margin: 0 0 -30% 0;
    position: static;
  }
  .hero__inner-row {
    padding: 30px 0 35px;
  }
  .heroImage {
    margin-bottom: -56%;
  }
  .heroImage.sm {
    margin-bottom: -66%;
  }
  .heroImage.up {
    margin-bottom: -56%;
  }

  .intro {
    padding: 220px 0 40px;
  }
  .intro__inner p {
    font-size: 22px;
    line-height: 30px;
  }

  .about__inner p {
    font-size: 22px;
    line-height: 30px;
  }

  .ingredient__inner p {
    font-size: 22px;
    line-height: 30px;
  }

  .bonus.sm {
    padding: 40px 0 70px;
  }
  .bonus__bg {
    height: 34%;
  }
  .bonus__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bonus__inner-content p {
    font-size: 22px;
    line-height: 30px;
  }
  .bonusItem {
    width: 100%;
    margin-bottom: 50px;
    max-width: unset;
  }
  .bonusItem__content {
    border: 2px solid #d9d9d9 !important;
    border-radius: 20px !important;
  }
  .bonusItem__head {
    max-width: 480px;
    margin: 0 auto 20px auto;
  }
  .bonusItem:last-child {
    margin: 0;
  }
  .bonusItem h6 {
    font-size: 30px;
    line-height: 32px;
    display: block;
  }
  .bonusItem h5 {
    font-size: 32px;
    line-height: 44px;
  }
  .bonusItem p {
    display: block;
  }
  .bonusItem h2 {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 6px;
  }

  .advantage__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
  }
  .advantage__inner-icon {
    margin-bottom: 24px;
  }
  .advantage__inner-title {
    width: 100%;
    text-align: center;
  }
  .advantage__inner p {
    font-size: 22px;
    line-height: 30px;
  }
  .advantage__footer {
    padding: 24px 0 34px;
  }
  .advantage__footer p {
    font-size: 22px;
    line-height: 30px;
  }

  .warranty {
    padding: 60px 0;
  }
  .warranty__inner p {
    font-size: 22px;
    line-height: 30px;
  }
  .warranty__inner h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .faq__inner p {
    font-size: 22px;
    line-height: 30px;
  }
  .faqItem p.desk {
    display: none;
  }

  .reviews {
    padding: 40px 0 70px;
  }
  .reviews__inner-main {
    width: calc(100% + 60px);
    margin: 0 -30px 36px;
  }
  .reviewsItem__avatar {
    width: 130px;
    height: 130px;
    margin-right: 20px;
    border-width: 3px;
  }
  .reviewsItem__content {
    width: calc(100% - 150px);
  }
  .reviewsItem__content > P {
    font-size: 20px;
    line-height: 28px;
  }
  .reviewsItem__row {
    padding: 12px 0;
  }
  .reviewsItem p span {
    width: 18px;
  }
  .reviewsItem__content > .ex {
    margin-top: 1rem;
  }

  .discount__inner-content p {
    font-size: 20px;
    line-height: 28px;
  }
  .discountItem {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    padding: 30px;
    margin-bottom: -20%;
  }
  .discountItem.dark {
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: -200px 0 26px 0;
    padding: 35px 24px 44px;
  }
  .discountItem.dark .discountItem__image {
    margin: 0 0 20px 0;
  }
  .discountItem.sm {
    margin: 0 0 30px;
  }
  .discountItem__image {
    position: static;
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: 20px;
  }
  .discountItem__content {
    width: 100%;
    max-width: unset;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .discountItem__price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
  .discountItem__row {
    width: 100%;
    max-width: 500px;
  }
  .discountItem__row-logo {
    max-width: 80px;
  }
  .discountItem h5 {
    font-size: 34px;
    line-height: 40px;
  }
  .discountItem .button {
    font-size: 24px;
    line-height: 30px;
    padding: 12px 20px;
  }

  .book__inner-text p {
    font-size: 22px;
    line-height: 30px;
  }
  .bookCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    overflow: visible;
  }
  .bookCard__image {
    width: 75%;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
  }
  .bookCard__image-inner {
    padding-bottom: 122%;
  }
  .bookCard__content {
    width: 100%;
    border-radius: 20px;
    text-align: center;
    padding: 35px 30px 40px;
    -webkit-box-shadow: 0px 17px 20px -7px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 17px 20px -7px rgba(0, 0, 0, 0.09);
  }
  .bookCard__content p {
    max-width: unset;
  }
  .bookCard h5 {
    max-width: unset;
    margin: 20px -30px;
    width: calc(100% + 60px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 32px;
    line-height: 36px;
    padding: 8px 30px;
  }
  .bookCard h5::before {
    display: none;
  }
  .bookCard h5 span {
    font-size: 42px;
    line-height: 50px;
  }

  .today {
    padding: 250px 0 50px;
  }
  .today.sm {
    padding: 44px 0 66px;
  }
  .today__inner-banner {
    font-size: 22px;
    line-height: 30px;
  }
  .today__inner-text {
    font-size: 22px;
    line-height: 30px;
  }
  .today__inner table {
    font-size: 22px;
    line-height: 30px;
  }

  .transport {
    padding: 0 0 50px;
  }
  .transport__inner-title {
    padding: 26px 0;
  }
  .transport__inner h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .transport__inner p {
    font-size: 20px;
    line-height: 28px;
  }

  .policy, .confidential {
    font-size: 22px;
    line-height: 30px;
  }
  .policy__inner-item {
    margin-bottom: 40px;
  }
  .policy__inner-form {
    padding: 25px 0 0 0;
  }
  .policy__inner .button {
    font-size: 22px;
    line-height: 30px;
    max-width: 446px;
  }
  .policy__inner .input {
    max-width: 446px;
  }
  .policy__inner .input input {
    font-size: 22px;
  }
  .policy__inner ul li,confidential__inner ul li {
    margin-bottom: 17px;
  }

  .download__inner-col {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
  .download__inner-col h3 {
    font-size: 45px;
    line-height: 55px;
  }

  .market__inner {
    padding: 150px 30px 130px;
  }
  .market__inner-col {
    margin-bottom: 40px;
    padding-bottom: 60px;
  }
  .market__inner-col p, .market__inner-col a {
    font-size: 22px;
    line-height: 30px;
  }
  .market__inner-grid {
    margin: 0 -10px;
  }
  .market__inner h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .marketItem {
    margin: 10px;
    width: calc(50% - 20px);
  }

  .info__inner {
    padding: 20px 0 80px;
  }
  .info__inner-content {
    width: 100%;
    max-width: unset;
  }
  .info__inner-image-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 15px;
    position: static;
  }
  .info__inner p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .objectItem__title {
    margin-bottom: 24px;
  }
  .objectItem__title h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .objectItem__title h3 {
    font-size: 48px;
    line-height: 67px;
  }
  .objectItem__title h3 span {
    font-size: 32px;
    line-height: 44px;
  }
  .objectItem__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .objectItem__image {
    width: 100%;
    max-width: 420px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 24px;
  }
  .objectItem__image.sm {
    width: calc(100% - 40px);
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 0 24px 0;
  }
  .objectItem__image.med {
    width: calc(100% - 68px);
  }
  .objectItem__image.ex {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0;
    margin-bottom: 24px;
  }
  .objectItem__content {
    width: 100%;
    max-width: unset;
  }
  .objectItem p.ex {
    font-size: 20px;
    line-height: 28px;
  }
  .objectItem ul li {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px){
  .ds24b-ribbon{
    position:relative!important;
  }
  .header2.sticky{
    padding-top: 0!important;
  }
}
@media (max-width: 750px) {
  .hero.big h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .heroImage.sm {
    margin-bottom: -74%;
  }

  .today {
    padding: 200px 0 50px;
  }
  .today.last {
    padding: 190px 0 80px;
  }

  .transport__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .transport__inner-row p {
    width: 100%;
    max-width: unset;
    margin-bottom: 28px;
  }
  .transport__inner-row p:last-child {
    margin: 0;
  }
}
@media (max-width: 650px) {
  h5.big {
    font-size: 34px;
  }

  .heroImage {
    margin-bottom: -70%;
  }
  .heroImage.up {
    width: calc(100% + 100px);
    margin-bottom: -56%;
    margin: 0 -50px -72%;
  }

  .intro {
    padding: 175px 0 40px;
  }

  .ingredient {
    padding: 35px 0 50px;
  }
  .ingredient__inner-title {
    margin-bottom: 34px;
  }
  .ingredient__inner h2 br {
    display: none;
  }
  .ingredientItem {
    width: 100%;
    margin: 0 0 45px 0;
    padding: 0;
  }
  .ingredientItem:last-child {
    margin: 0;
  }

  .bonus__inner-logo {
    width: 84%;
    max-width: 252px;
  }
  .bonus__inner ul {
    max-width: 310px;
  }
  .bonus__inner ul li {
    width: 100%;
    margin: 0 0 14px 0;
  }
  .bonus__inner ul li:last-child {
    margin: 0;
  }
  .bonusItem__content {
    padding: 18px 18px 28px;
  }
  .bonusItem p {
    font-size: 20px;
    line-height: 28px;
  }
  .bonusItem h6 {
    margin-bottom: 18px;
  }
  .bonusItem h5 {
    width: calc(100% + 40px);
    padding: 7px 15px;
    margin: 0 -20px 20px -20px;
  }

  .faq {
    padding: 44px 0 60px;
  }
  .faqItem__head {
    padding: 13px 55px 13px 24px;
  }
  .faqItem__head span {
    right: 24px;
  }
  .faqItem__body {
    padding: 0 24px;
  }
  .faqItem__body.active {
    padding: 12px 24px;
  }

  .reviews {
    padding: 24px 0 65px;
  }
  .reviews__inner-title {
    margin-bottom: 24px;
  }
  .reviews__inner-main {
    width: calc(100% + 290px);
    margin: 0 -145px 36px;
  }
  .reviewsItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .reviewsItem__avatar {
    width: 200px;
    height: 200px;
    border-width: 4px;
    margin: 0 0 24px 0;
  }
  .reviewsItem__content {
    width: 100%;
  }
  .reviewsItem__row {
    padding: 16px 0 24px;
  }
  .reviewsItem__row p {
    font-size: 16px;
    line-height: 100%;
    margin-top: 5px;
  }
  .reviewsItem__stars {
    width: 172px;
  }
  .reviewsItem__stars span {
    min-width: 32px;
    height: 32px;
  }
  .reviewsItem h5 {
    font-size: 30px;
    line-height: 34px;
  }
  .reviewsItem p span {
    width: 28px;
  }
  .reviewsItem p.ex {
    margin-top: 5px;
  }

  .today {
    padding: 230px 0 40px;
  }
  .today.big {
    padding: 260px 0 70px;
  }
  .today.last {
    padding: 190px 0 80px;
  }
  .todayItem__wrapper {
    padding-top: 90px;
  }
  .todayItem__wrapper-header {
    padding: 16px 20px 60px;
  }
  .todayItem__wrapper-header br {
    display: block;
  }
}
@media (max-width: 540px) {
  .main {
    padding-top: 66.08px;
  }

  h6 {
    font-size: 20px;
    line-height: 26px;
  }
  h6.big {
    font-size: 20px;
    line-height: 24px;
  }

  p.lg {
    font-size: 20px;
    line-height: 28px;
  }

  .video {
    padding-bottom: 63%;
  }
  .video__wrapper {
    width: calc(100% + 34px);
    margin: 0 -17px;
  }
  .video__play span {
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
  }
  .video__play b {
    font-size: 14px;
    line-height: 32px;
  }

  .banner {
    margin-top: 24px;
    padding: 18px 16px;
  }
  .banner p,.banner h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner h6 {
    margin-bottom: 0;
  }

  .signature p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .input input {
    font-size: 20px;
    line-height: 28px;
    padding: 15px;
  }

  .header .auto__container {
    padding: 0 20px;
  }
  .header__inner-logo {
    width: 151px;
  }

  .header2__inner {
    padding: 20px 0;
  }
  .header2__inner-logo {
    width: 151px;
  }

  .nav {
    top: 66.08px;
    height: calc(100% - 66.08px);
  }

  .hero {
    padding-top: 35px;
  }
  .hero.big {
    padding: 100px 0 50px;
  }
  .hero.big .hero__bg img {
    -o-object-position: left;
       object-position: left;
  }
  .hero.big h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero.large {
    padding: 100px 0 200px;
  }
  .hero.large .hero__inner-title {
    margin: 0;
  }
  .hero.light {
    padding: 110px 0 46px;
  }
  .hero.ex {
    padding: 100px 0 0;
  }
  .hero.cut {
    padding-bottom: 0;
  }
  .hero.cut::before {
    height: 70px;
  }
  .hero.cut::after {
    height: 70px;
  }
  .hero.down {
    padding-bottom: 110px;
  }
  .hero.affil {
    padding: 100px 0 0;
  }
  .hero.affil .hero__inner-title {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .hero.affil .heroImage {
    width: calc(100% + 12px);
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
    margin: 0;
  }
  .hero__inner-bg {
    -webkit-transform: translate(-52%, 8%);
            transform: translate(-52%, 8%);
  }
  .hero__inner-text {
    margin-bottom: 30px;
  }
  .hero__inner-text h5 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 24px;
  }
  .hero__inner-text h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .hero__inner-title {
    margin-bottom: 38px;
  }
  .hero__inner-title.sm p {
    font-size: 20px;
    line-height: 28px;
  }
  .hero__inner-title.down p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }
  .hero__inner-image {
    margin-bottom: -50%;
  }
  .hero__inner p.lg {
    margin-top: 10px;
  }
  .heroItem {
    width: calc(20% - 6px);
  }
  .heroImage {
    margin: 30px 0 -110px;
  }
  .heroImage.sm {
    margin: 30px 0 -160px;
  }
  .heroImage.ex {
    margin: 10px 0 -210px;
  }
  .heroImage.up {
    margin-bottom: -136px;
  }

  .intro {
    padding: 250px 0 40px;
  }
  .intro__inner-quote {
    padding: 15px;
  }
  .intro__inner p {
    font-size: 20px;
    line-height: 28px;
  }
  .intro__inner p.sm {
    font-size: 16px;
    line-height: 30px;
  }

  .about {
    padding: 50px 0 60px;
  }
  .about__inner-logo {
    margin-bottom: 22px;
  }
  .about__inner-image {
    margin: 0;
  }
  .about__inner p {
    font-size: 20px;
    line-height: 28px;
  }

  .advantage__footer.sm {
    padding: 18px 0;
  }
  .advantage__footer.big {
    padding: 140px 0 40px;
  }
  .advantage__footer.big h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .advantage__footer.big h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .advantage__footer::before {
    width: 72px;
    height: 25px;
  }
  .advantage__footer p {
    font-size: 20px;
    line-height: 28px;
  }

  .warranty {
    padding: 40px 0;
  }
  .warranty.light {
    padding: 40px 0 240px;
  }
  .warranty.light .warranty__inner-medal {
    width: 183px;
    margin: 0;
  }
  .warranty__inner-title {
    margin-bottom: 18px;
  }
  .warranty__inner-medal {
    width: 156px;
    margin-bottom: 12px;
  }
  .warranty__inner-row {
    padding-top: 24px;
  }
  .warrantyItem {
    width: calc(20% - 6px);
  }

  .bonus.dark {
    padding: 40px 0 65px;
  }
  .bonus.dark .bonus__inner hr {
    margin: 50px 0;
  }
  .bonus.sm {
    padding: 24px 0 70px;
  }
  .bonus.sm .bonus__bg {
    max-height: 510px;
  }
  .bonus.big {
    padding: 40px 0;
  }
  .bonus.big .bonus__bg {
    max-height: 500px;
  }
  .bonus.big .bonus__bg::before {
    height: 20%;
  }
  .bonus__inner-logo {
    margin-bottom: 24px;
  }
  .bonus__inner-content p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  .bonus__inner > h2 br {
    display: block;
  }
  .bonusItem__head {
    margin-bottom: -3px;
  }
  .bonusItem__content {
    border-top: unset !important;
    border-radius: 0 0 20px 20px !important;
  }

  .faq {
    padding: 30px 0 60px;
  }
  .faqItem__head {
    padding: 13px 40px 13px 16px;
  }
  .faqItem__head span {
    width: 16px;
    height: 16px;
    right: 16px;
  }
  .faqItem__head span::before {
    height: 2px;
  }
  .faqItem__head span::after {
    width: 2px;
  }
  .faqItem__body {
    padding: 0 16px;
  }
  .faqItem__body.active {
    padding: 12px 16px;
  }
  .faqItem p {
    font-size: 20px;
    line-height: 28px;
  }

  .reference {
    padding: 30px 0 40px;
  }
  .reference__inner-logos {
    margin-bottom: 24px;
  }
  .reference__inner-title {
    margin-bottom: 12px;
  }
  .reference__inner h5 {
    font-size: 26px;
    line-height: 30px;
  }

  .bottles__inner-stars {
    max-width: 246px;
  }
  .bottles__inner-foot h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .bottles__inner-foot h5 {
    font-size: 28px;
    line-height: 39px;
  }

  .footer.uniq .footer__inner {
    padding: 58px 0 65px;
  }
  .footer.uniq .footer__inner-copy {
    margin-top: 40px;
  }
  .footerTop {
    padding: 12px 0;
  }
  .footerTop__inner {
    max-width: 300px;
    justify-content: space-evenly;
    text-align: center;
  }
  .footerTop__inner a {
    white-space: nowrap;
    width: calc(50% - 10px);
    margin: 5px;
  }
  .disclaimer > p{
    text-align: center;
  }
  .footer__inner {
    padding: 34px 0 56px;
  }
  .footer__inner-row {
    padding: 24px 0;
    max-width: 320px;
  }
  .footer__inner-row a {
    width: calc(50% - 20px);
    max-width: 126px;
    margin: 6px;
    text-align: center;
  }
  .footer__inner-text p b {
    display: block;
  }
  .footer__inner-copy br {
    display: block;
  }
  .footer__inner-copy span {
    display: none;
  }
  .countdown {
    margin-bottom: 45px;
  }
  .countdown__dots {
    font-size: 55px;
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
  .countdown hr {
    width: 61px;
    height: 3px;
  }

  .tick-group {
    font-size: 48px;
    line-height: 67px;
    margin: 0 13px;
    min-height: 77px;
  }
  .tick-group > div {
    border-radius: 14px;
    margin-bottom: -35px;
  }
  .tick-label {
    font-size: 12px;
    line-height: 16px;
    top: 100%;
  }
  .tick-flip {
    width: 35px;
    height: 70px;
    min-width: 38px;
  }

  .discount {
    padding-bottom: 48px;
  }
  .discount__inner-title {
    padding: 40px 0 30px;
  }
  .discount__inner-title p {
    font-size: 20px;
    line-height: 28px;
  }
  .discount__inner-content {
    text-align: start;
  }
  .discount__inner-content p.md {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    max-width: 296px;
    margin: 0 auto;
  }
  .discount__inner-content p.md br {
    display: none;
  }
  .discount__inner-content p.md strong {
    margin-top: 12px;
  }
  .discount__inner-logo {
    width: calc(50% - 10px);
    max-width: 152px;
  }
  .discount__inner-logo:last-child {
    max-width: 128px;
  }
  .discountItem {
    padding: 24px 24px 36px;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: -155px 0 55px 0;
  }
  .discountItem__image {
    width: calc(100% + 12px);
    margin: 20px -6px 0;
  }
  .discountItem__price {
    padding: 25px 0 5px;
  }
  .discountItem__price h3 {
    font-size: 60px;
  }
  .discountItem__price sup {
    font-size: 30px;
  }
  .discountItem__price p {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .discountItem h5 {
    font-size: 32px;
    line-height: 105.5%;
    max-width: 280px;
  }
  .discountItem P {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
  }
  .discountItem P span {
    max-width: 74px;
    display: block;
    margin: 0 auto;
  }
  .discountItem P.xsm {
    font-size: 14px;
    line-height: 19px;
  }
  .discountItem P.xsm span {
    display: inline-block;
  }
  .discountItem P.sm {
    font-size: 14px;
    line-height: 19px;
  }

  .book {
    padding: 36px 0;
  }
  .bookCard__image {
    width: 100%;
    margin-bottom: -16px;
  }
  .bookCard__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 46px 30px 18px;
  }
  .bookCard h5 {
    margin: 15px -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bookCard h5 span {
    margin: 5px 0 0 0;
  }

  .today {
    padding: 140px 0 40px;
  }
  .today.big {
    padding: 190px 0 70px;
  }
  .today.last {
    padding: 230px 0 80px;
  }
  .today__inner-quote p {
    margin-bottom: 21px;
    font-size: 20px;
    line-height: 28px;
  }
  .today__inner-quote p.lg {
    font-size: 22px;
    line-height: 28px;
  }
  .today__inner-quote p.lg span {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .today__inner-title {
    margin-bottom: 26px;
  }
  .today__inner-banner {
    padding: 20px 18px 30px;
    margin-bottom: 40px;
  }
  .today__inner-text {
    font-size: 20px;
    line-height: 28px;
  }
  .today__inner-bottom {
    padding: 30px 0 44px;
    margin-bottom: 40px;
  }
  .today__inner-bottom p.md {
    font-size: 18px;
    line-height: 25px;
  }
  .today__inner table {
    margin: 30px 0 45px;
    font-size: 20px;
    line-height: 28px;
  }
  .today__inner table tr td,.today__inner table tr th {
    padding: 16px 22px;
  }
  .todayItem {
    padding: 30px 20px 40px;
  }
  .todayItem.sm {
    padding-top: 35px;
  }
  .todayItem.sm .todayItem__footer {
    padding: 0;
  }
  .todayItem.sm .todayItem__image {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .todayItem.sm .todayItem__old {
    padding: 15px 0 0;
  }
  .todayItem__wrapper {
    padding-top: 76px;
  }
  .todayItem__wrapper.big {
    padding-top: 36px;
  }
  .todayItem__wrapper.big .todayItem {
    padding: 105px 22px 28px;
  }
  .todayItem__wrapper.big .todayItem__image {
    width: calc(100% + 24px);
    margin: 0 -12px -84px -12px;
  }
  .todayItem__wrapper.big .todayItem__price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0 8px;
  }
  .todayItem__wrapper.big .todayItem__price h2 {
    width: 100%;
    font-size: 32px;
    margin: 0 0 5px 0;
  }
  .todayItem__wrapper.big .todayItem__row {
    padding: 16px 0 20px;
  }
  .todayItem__wrapper.big .todayItem h5 {
    font-size: 28px;
    line-height: 39px;
  }
  .todayItem__wrapper.big .todayItem p.uniq {
    font-size: 20px;
    line-height: 28px;
  }
  .todayItem__wrapper.big .todayItem p.uniq b {
    display: block;
  }
  .todayItem__wrapper.big .todayItem .button {
    margin: 10px 0 17px;
    font-size: 24px;
    line-height: 34px;
    padding: 10px 15px;
  }
  .todayItem__wrapper-header {
    width: calc(100% - 40px);
    padding: 10px 15px 50px;
  }
  .todayItem__wrapper-header h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .todayItem__medal {
    width: 105px;
  }
  .todayItem__image {
    width: calc(100% + 18px);
    margin: 0 -9px 20px;
  }
  .todayItem__content > h2 {
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 100%;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .todayItem__old {
    max-width: 186px;
  }
  .todayItem__old h2 {
    font-size: 36px;
  }
  .todayItem__old h2::before {
    top: 55%;
    height: 1.5px;
  }
  .todayItem__price {
    padding: 10px 0 5px;
  }
  .todayItem__row {
    padding: 20px 0 24px;
  }
  .todayItem__row-logo {
    width: calc(20% - 6px);
  }
  .todayItem__footer {
    padding-top: 15px;
  }
  .todayItem p {
    font-size: 18px;
    line-height: 25px;
  }
  .todayItem p.sm {
    font-size: 14px;
    line-height: 19px;
    margin-top: 14px;
  }
  .todayItem p.xsm {
    font-size: 14px;
    line-height: 19px;
  }
  .todayItem .button {
    width: 100%;
    padding: 12px 20px;
    font-size: 24px;
    line-height: 30px;
    max-width: 275px;
    margin: 16px 0 14px;
  }
  .todayItem .button br {
    display: block;
  }
  .todayWarn__icon {
    width: 118px;
  }
  .todayWarn p.ex {
    font-size: 20px;
    line-height: 28px;
  }

  .transport {
    padding-bottom: 30px;
  }
  .transport__inner-title {
    padding: 18px 0 28px;
  }
  .transport__inner-image {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }

  .terms {
    padding: 50px 0 85px;
  }
  .terms__inner-article h5 {
    font-size: 30px;
  }
  .terms__inner-article p, .confidential__inner p {
    font-size: 20px;
    line-height: 28px;
  }

  .policy, .confidential{
    font-size: 20px;
    line-height: 28px;
    padding: 47px 0 100px;
  }
  .policy__inner-item {
    margin-bottom: 70px;
  }
  .policy__inner-item h5 {
    margin-bottom: 30px;
    margin-left: 10px;
    padding-left: 37px;
  }
  .confidential__inner h2 {
    margin-bottom: 30px;
    margin-left: 10px;
    padding-left: 37px;
  }
  .policy__inner-form {
    padding: 30px 0 0 0;
  }
  .policy__inner-form > p {
    margin-bottom: 16px;
  }
  .policy__inner .input {
    margin-bottom: 50px;
  }
  .policy__inner .input input {
    font-size: 20px;
    line-height: 28px;
    padding: 15px;
  }
  .policy__inner .radio span::before {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
  .policy__inner .button {
    font-size: 20px;
    line-height: 28px;
  }
  .policy__inner ul,.confidential__inner ul {
    padding-left: 10px;
  }
  .policy__inner ul li,.confidential__inner ul li {
    margin-bottom: 30px;
  }
  .policy__inner ul li::before,.confidential__inner ul li:before {
    top: 13px;
    width: 5px;
    height: 5px;
  }

  .download {
    padding: 40px 0 80px;
  }
  .download__inner-col h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .download__inner .button {
    padding: 15px;
  }

  .market .auto__container {
    padding: 0 13px;
  }
  .market__inner {
    margin-top: -110px;
    padding: 110px 17px 80px;
  }
  .market__inner-grid {
    margin: 0;
    padding-top: 20px;
  }
  .market__inner-col p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .market__inner-col p.mark {
    padding: 0;
  }
  .market__inner-col a {
    text-align: start;
    font-size: 20px;
    line-height: 28px;
  }
  .market__inner h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .market__inner h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .market__inner .input__wrapper {
    padding: 0;
  }
  .market__inner .input__wrapper p {
    margin-bottom: 11px;
  }
  .marketItem {
    width: 100%;
    margin: 0 0 17px 0;
  }
  .marketItem:last-child {
    margin: 0;
  }
  .marketItem__inner {
    padding-bottom: 65%;
  }

  .info {
    padding: 176px 0 50px;
  }
  .info__inner {
    padding: 0;
  }
  .info__inner p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .object {
    padding-top: 50px;
    margin-bottom: -110px;
  }
  .object__inner-title {
    margin-bottom: 30px;
  }
  .objectItem {
    padding: 20px 26px 40px;
  }
  .objectItem__wrapper {
    padding-top: 70px;
    margin-bottom: 56px;
  }
  .objectItem__head {
    padding: 12px 12px 40px 12px;
  }
  .objectItem__head h5 {
    font-size: 26px;
    line-height: 50px;
  }
  .reference__inner-logos img {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .intro {
    padding: 180px 0 40px;
  }
}
@media (max-width: 380px) {
  .auto__container {
    padding: 0 15px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .video__wrapper {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .video__play span {
    width: 50px;
    height: 50px;
  }
  .video__play b {
    font-size: 11px;
    line-height: 20px;
  }

  .todayItem__wrapper-header br {
    display: none;
  }
}