@import url("css.css");
@font-face {
  font-family: 'firago-bookitalic';   
  src: url('../fonts/firago-bookitalic.woff2') format('woff2'),
      url('../fonts/firago-bookitalic.woff') format('woff'),
      url('../fonts/firago-bookitalic.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}
  

  @font-face {
    font-family: 'firago-mediumitalic';   
    src: url('../fonts/firago-mediumitalic.woff2') format('woff2'),
        url('../fonts/firago-mediumitalic.woff') format('woff'),
        url('../fonts/firago-mediumitalic.ttf') format('truetype');
    font-weight: 10;
    font-style: normal;
  }

  @font-face {
    font-family: 'firago-semibolditalic';   
    src: url('../fonts/firago-semibolditalic.woff2') format('woff2'),
        url('../fonts/firago-semibolditalic.woff') format('woff'),
        url('../fonts/firago-semibolditalic.ttf') format('truetype');
    font-weight: 10;
    font-style: normal;
  }
  
  
  @font-face {
    font-family: 'firago-bolditalic';   
    src: url('../fonts/firago-bolditalic.woff2') format('woff2'),
        url('../fonts/firago-bolditalic.woff') format('woff'),
        url('../fonts/firago-bolditalic.ttf') format('truetype');
    font-weight: 10;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'firago-heavyitalic';   
    src: url('../fonts/firago-heavyitalic.woff2') format('woff2'),
        url('../fonts/firago-heavyitalic.woff') format('woff'),
        url('../fonts/firago-heavyitalic.ttf') format('truetype');
    
    font-style: normal;
  }
  
  @font-face {
    font-family: 'firago-extrabolditalic';   
    src: url('../fonts/firago-extrabolditalic.woff2') format('woff2'),
        url('../fonts/firago-extrabolditalic.woff') format('woff'),
        url('../fonts/firago-extrabolditalic.ttf') format('truetype');
    font-weight: 10;
    font-style: normal;
  }
.d-block {
  display: block;
}

.display-xs {
  display: none;
}
@media (max-width: 767.98px) {
  .display-xs {
    display: block;
  }
}

.display-xs-d {
  display: block;
}
@media (max-width: 1169.98px) {
  .display-xs-d {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .display-xs-d {
    display: block;
  }
}

.display-m {
  display: none;
}
@media (max-width: 1169.98px) {
  .display-m {
    display: block;
  }
}

@media (max-width: 1169.98px) {
  .hide-m {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 1979.98px) {
  .bg-over-full-hd {
    background-size: cover !important;
  }
}

.d-none {
  display: none;
}
@media (max-width: 1169.98px) {
  .d-none {
    display: block;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: "firago-mediumitalic";
  font-feature-settings: "case" on;
}

* {
  outline: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
}

.cf:after {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
a,
a:visited {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body {
  color: #000;
}
body .wrap {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1169.98px) {
  body .wrap {
    width: 768px;
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  body .wrap {
    width: 100%;
    padding: 0 20px;
  }
}

.flexcontainer {
  display: flex;
}

strong {
  font-weight: bold;
}

.belttop {
  z-index: 900;
  background: #ffffff;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  font-weight: 300;
}
.belttop p {
  font-size: 16px;
  color: #666;
  padding-right: 10px;
}
@media (max-width: 1169.98px) {
  .belttop p {
    padding-left: 10px;
  }
}
.belttop p span {
  font-weight: 500;
  color: #e86200;
}
@media (max-width: 767.98px) {
  .belttop p {
    font-size: 18px;
    line-height: 15px;
  }
}
.belttop .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.belttop .wrap strong {
  color: #000;
  font-weight: 500;
  margin-right: 8px;
}
.belttop .wrap img {
  margin-right: 10px;
}
@media (max-width: 1169.98px) {
  .belttop .wrap {
    padding: 0;
  }
}
.belttop .closetop {
  transform: rotate(45deg);
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1169.98px) {
  .belttop .closetop {
    position: absolute;
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  .langcontainer {
    text-align: right;
  }
}
.langcontainer .lang_selector {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .langcontainer .lang_selector {
    width: 80px;
    margin-left: auto;
  }
}
.langcontainer .lang_selector .lang_dropdown .current_lang {
  position: relative;
  font-weight: 600;
}
.langcontainer .lang_selector .lang_dropdown span {
  position: relative;
  top: 1px;
}
.langcontainer .lang_selector .lang_dropdown span:after {
  content: "";
  width: 8px;
  height: 6px;
  background: url("../images/langarrow.jpg");
  position: absolute;
  top: 10px;
  right: -15px;
}
.langcontainer .all_langs {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 47px;
  width: 135px;
  padding: 5px;
  z-index: 3;
  text-align: center;
  left: -90px;
  display: none;
}
@media (max-width: 1169.98px) {
  .langcontainer .all_langs {
    left: -85px;
  }
}
@media (max-width: 1169.98px) and (max-width: 767.98px) {
  .langcontainer .all_langs {
    left: -40px;
  }
}

.langcontainer .all_langs a {
  display: inline-block;
  width: 15%;
  margin: 5px;
}

.inputwrapper {
  position: relative;
}
.inputwrapper span.help-block {
  display: none;
}
.inputwrapper.has-success input[type="text"],
.inputwrapper.has-success input[type="tel"],
.inputwrapper.has-success input[type="email"] {
  background: #d6ecd5;
}
.inputwrapper.has-success:after {
  content: "";
  background: url("../images/correct.png");
  position: absolute;
  width: 13px;
  height: 13px;
  top: 20px;
  right: 20px;
}
.inputwrapper.has-error input[type="text"],
.inputwrapper.has-error input[type="tel"],
.inputwrapper.has-error input[type="email"] {
  background: #fcebeb;
}
.inputwrapper.has-error .help-block {
  position: absolute;
  width: 100%;
  color: #f00;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  top: 23px;
  max-width: 100%;
  font-size: 12px;
}
.inputwrapper.has-error:after {
  content: "";
  background: url("../images/error.png");
  position: absolute;
  width: 13px;
  height: 13px;
  top: 20px;
  right: 20px;
}
.inputwrapper.has-error span.help-block.form-error {
  max-width: 200px;
  display: block;
  font-size: 12px;
  position: absolute;
  left: 104%;
  width: 80%;
  background: #f14141;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  top: 40%;
  color: #fff;
}
@media (max-width: 1479px) {
  .inputwrapper.has-error span.help-block.form-error {
    left: unset;
    right: 104%;
  }
}
@media (max-width: 1169.98px) {
  .inputwrapper.has-error span.help-block.form-error {
    position: static;
    width: 100%;
    color: #f00;
    background: transparent;
    border: none;
    padding: 0 0 11px;
    text-align: center;
    top: 40%;
    max-width: 100%;
  }
}
.inputwrapper.has-error span.help-block.form-error:before {
  content: "";
  display: block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #f14141;
  position: absolute;
  top: 7px;
  left: -7px;
  width: 0;
  height: 0;
}
@media (max-width: 1479px) {
  .inputwrapper.has-error span.help-block.form-error:before {
    left: unset;
    right: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 0 solid #f14141;
    border-left: 7px solid #f14141;
  }
}
@media (max-width: 1169.98px) {
  .inputwrapper.has-error span.help-block.form-error:before {
    display: none;
  }
}
.inputwrapper input[type="text"],
.inputwrapper input[type="tel"],
.inputwrapper input[type="email"] {
  background: #e8e8e8;
  height: 50px;
  width: 100%;
  color: #000000;
  padding-left: 20px;
  font-size: 25px;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #dadada;
  border-bottom: none;
  margin-bottom: 10px;
  font-weight: 300;
}

.inputcontainer {
  display: flex;
  position: relative;
  margin: 10px 0;
}
.inputcontainer .has-error.has-error .help-block {
  position: absolute;
  width: 100%;
  color: #f00;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  top: 23px;
  max-width: 100%;
  font-size: 12px;
}
.inputcontainer p {
  font-size: 13px;
  color: #6d6f73;
  line-height: 15px;
  padding-left: 23px;
  text-align: left;
  margin-top: 4px;
}
.inputcontainer p a {
  color: #6d6f73;
}
.inputcontainer div.has-error span.help-block.form-error {
  max-width: 200px;
  display: block;
  font-size: 12px;
  position: absolute;
  left: 104%;
  width: 80%;
  background: #f14141;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  top: 40%;
  color: #fff;
}
@media (max-width: 1169.98px) {
  .inputcontainer
    div.has-error
    span.help-block.form-error
    .inputcontainer
    div.has-error
    span.help-block.form-error {
    left: 0;
    background: no-repeat;
    color: #f00;
    top: 22px;
    padding: 0;
  }
}
.inputcontainer .checkmark {
  position: absolute;
  top: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #d6d6ce;
  display: block;
  box-shadow: inset 0 4px 7px -5px rgba(0, 0, 0, 0.2);
  background: #e6e6e6;
}

.inputcontainer input:checked ~ .checkmark {
  background: url("../images/correct.png") no-repeat center center, #e6e6e6;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  color: #000;
  height: 50px;
  margin: 0 auto;
  font-weight: bold;
  overflow: hidden;
  background: url("../images/arrow.jpg") no-repeat right #ffffff;
  z-index: 5;
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #d6d6ce;
  box-shadow: inset 0 4px 7px -5px rgba(0, 0, 0, 0.2);
}
.select select {
  background: transparent;
  width: 107%;
  padding: 7px 5px 5px 18px;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  height: 50px;
  -webkit-appearance: none;
  color: #777;
}

.timer {
  margin-top: 14px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .timer {
    text-align: center;
    width: unset;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../index_1.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body {
  font-family: "URWDIN", sans-serif;
  font-size: 19px;
  color: #333333;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.75rem;
}
@media (max-width: 559.98px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.65rem;
  line-height: 1.25;
}

p {
  line-height: 1.5;
}

a {
  color: #333;
}
a:hover,
a:focus {
  color: #db448b;
  transition: all 0.3s;
}

.font-caveat {
  font-family: "firago-mediumitalic";
}

.text-pink {
  color: #db448b;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 39px;
  
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.flex-break {
  flex-basis: 100%;
}

.btn {
  border: 0;
  border-radius: 6px;
  padding: 0.75rem 3rem;
  color: #fff !important;
  text-align: center;
  font-family: "firago-bookitalic";
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(to top, #3cd589, #52de9d);
  box-shadow: 0px 10px 20px #c2f7de;
}
@media (max-width: 559.98px) {
  .btn {
    line-height: 1.4;
    font-size: 1.2rem;
    padding: 0.75rem 2rem;
  }
}
.btn span {
  display: block;
  color: #1a5c3c;
  text-transform: none;
  font-size: 0.95rem;
  font-weight: normal;
  margin-top: 3px;
}
.btn.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}
@media (max-width: 559.98px) {
  .btn.btn-lg {
    padding: 0.75rem 1rem;
  }
}

.sticker {
  width: 121px;
  height: 117px;
  background: url("../images/sticker.png") center center no-repeat transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.sticker div:first-of-type {
  font-size: 1.25rem;
  line-height: 0.7;
  margin-bottom: 5px;
}
.sticker div:first-of-type span {
  font-size: 1.5rem;
}
.sticker div:last-of-type {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
}

.belttop {
  box-shadow: none;
  margin: 20px 0;
  border: 3px solid #ff1212;
  border-radius: 8px;
  padding: 0;
  display: flex;
  align-items: center;
  height: 44px;
}
@media (max-width: 1169.98px) {
  .belttop {
    height: 66px;
  }
}
@media (max-width: 559.98px) {
  .belttop {
    height: auto;
  }
}
.belttop .symbol {
  background-color: #ff1212;
  width: 38px;
  height: 100%;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.98px) {
  .belttop .symbol {
    display: none;
  }
}
.belttop .symbol svg {
  width: 20px;
}
.belttop .symbol svg .a {
  stroke: #fff;
}
.belttop p {
  font-size: 1.1rem;
  color: #373736;
  padding: 0;
}
@media (max-width: 1169.98px) {
  .belttop p {
    padding-right: 40px;
  }
}
@media (max-width: 559.98px) {
  .belttop p {
    padding: 10px 32px 10px 10px;
  }
}
.belttop p span {
  color: #ff1212;
  text-decoration: underline;
  font-weight: 600;
}
.belttop .closetop {
  font-size: 30px;
  transform: none;
  color: #686868;
  margin-right: 10px;
}
@media (max-width: 1169.98px) {
  .belttop .closetop {
    margin-right: 0;
    right: 10px;
  }
}
@media (max-width: 559.98px) {
  .belttop .closetop {
    top: 10px;
  }
}

header {
  margin-bottom: 20px;
}
header .wrap {
  justify-content: space-between;
  align-items: center;
}
header .brand img {
  height: 50px;
}
header .menu li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1169.98px) {
  header .menu li:not(.buyNow):not(.langcontainer) {
    display: none;
  }
}
@media (max-width: 559.98px) {
  header .menu li:not(.langcontainer) {
    display: none;
  }
}
header .menu li a {
  padding: 10px;
}
header .menu li.buyNow a {
  color: #45da94;
  margin-right: 10px;
}
@media (max-width: 1169.98px) {
  header .langcontainer {
    position: relative;
    right: 20px;
  }
}
header .langcontainer .lang_selector {
  position: relative;
  bottom: 4px;
}
header .langcontainer .lang_selector .lang_dropdown span:after {
  background: none;
  content: "\0025BC";
  font-size: 10px;
  top: 9px;
  color: #333;
}
header .langcontainer .all_langs a {
  display: inline-block;
  padding: 0;
}

.hero {
  overflow: hidden;
  position: relative;
}
.hero .hero-upper {
  position: relative;
  height: auto;
}
@media (min-width: 1599.98px) {
  .hero .hero-upper {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 1169.98px) {
  .hero .hero-upper {
    height: auto;
  }
}
.hero .hero-upper .wrap {
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1169.98px) {
  .hero .hero-upper .wrap {
    padding-right: 0;
  }
}
@media (max-width: 559.98px) {
  .hero .hero-upper .wrap {
    padding-right: 20px;
    flex-wrap: wrap;
  }
}
.hero .hero-upper .block:nth-of-type(1) {
  width: 40%;
  align-self: flex-start;
  margin-top: 50px;
}
@media (max-width: 1169.98px) {
  .hero .hero-upper .block:nth-of-type(1) {
    width: 50%;
    margin: 50px 0 75px;
  }
}
@media (max-width: 559.98px) {
  .hero .hero-upper .block:nth-of-type(1) {
    width: 100%;
    margin: 0;
  }
}
.hero .hero-upper .block:nth-of-type(2) {
  width: 50%;
}
@media (max-width: 1169.98px) {
  .hero .hero-upper .block:nth-of-type(2) {
    width: 40%;
  }
}
@media (max-width: 559.98px) {
  .hero .hero-upper .block:nth-of-type(2) {
    width: 100%;
  }
}
.hero .hero-lower {
  background-color: #ebebeb;
  padding-top: 180px;
  padding-bottom: 110px;
}
@media (max-width: 1169.98px) {
  .hero .hero-lower {
    padding-top: 0;
  }
}
@media (max-width: 559.98px) {
  .hero .hero-lower {
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
@media (max-width: 1169.98px) {
  .hero .hero-lower .flexcontainer {
    flex-wrap: wrap;
  }
}
.hero .hero-lower .block:first-child {
  width: 25%;
}
@media (max-width: 1169.98px) {
  .hero .hero-lower .block:first-child {
    width: 100%;
  }
}
.hero .hero-lower .block:last-child {
  width: 75%;
}
@media (max-width: 1169.98px) {
  .hero .hero-lower .block:last-child {
    width: 100%;
  }
}
@media (max-width: 1169.98px) {
  .hero .hero-lower .title {
    max-width: 40%;
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
@media (max-width: 559.98px) {
  .hero .hero-lower .title {
    max-width: 100%;
    text-align: center;
  }
}
.hero .benefits {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 4;
}
@media (max-width: 559.98px) {
  .hero .benefits {
    flex-wrap: wrap;
    width: auto;
  }
}
.hero .benefits .benefit {
  width: 25%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1169.98px) {
  .hero .benefits .benefit {
    width: auto;
  }
}
@media (max-width: 559.98px) {
  .hero .benefits .benefit {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    flex-grow: 0;
    margin-bottom: 20px;
  }
}
.hero .benefits .benefit img {
  height: 60px;
  max-width: unset;
  margin-bottom: 20px;
}
@media (max-width: 559.98px) {
  .hero .benefits .benefit img {
    margin-bottom: 0;
    height: 35px;
  }
}
@media (max-width: 559.98px) {
  .hero .benefits .benefit .img-wrapper {
    width: 50px;
    flex-shrink: 0;
  }
}
.hero .benefits .benefit .text {
  padding: 0 30px;
}
@media (max-width: 559.98px) {
  .hero .benefits .benefit .text {
    padding: 0;
  }
}
.hero .button-packets {
  width: 70%;
  margin-bottom: 50px;
}
@media (max-width: 1169.98px) {
  .hero .button-packets {
    width: 100%;
  }
}
@media (max-width: 559.98px) {
  .hero .button-packets {
    margin-bottom: 20px;
  }
}
.hero .features {
  max-width: 70%;
  margin-bottom: 50px;
}
@media (max-width: 1169.98px) {
  .hero .features {
    display: none;
  }
}
.hero h1 {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1169.98px) {
  .hero h1 {
    font-size: 3rem;
  }
}
@media (max-width: 559.98px) {
  .hero h1 {
    text-align: center;
    font-size: 2rem;
  }
}
.hero .btn {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.hero .woman {
  background-image: url("../images/hero-woman.jpg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  mix-blend-mode: darken;
  position: relative;
  z-index: 4;
}
@media (max-width: 1169.98px) {
  .hero .woman {
    background-size: 110%;
    background-position: left top;
    width: 330px;
    height: 600px;
    top: 0;
    right: 0;
    position: absolute;
  }
}
@media (max-width: 559.98px) {
  .hero .woman {
    position: relative;
    right: unset;
    left: 65%;
    transform: translateX(-50%);
    background-size: 90%;
    width: 240px;
    height: 350px;
    margin-top: 30px;
  }
}
.hero .pack {
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-30%);
  width: 529px;
  height: 413px;
  background: url("../images/pack-hero.png") center center no-repeat;
  z-index: 4;
  

  
}



@media (max-width: 1169.98px) {
  .hero .pack {
    left: unset;
    right: -150px;
    bottom: -200px;
    transform: none;
    width: 452px;
    height: 338px;
    background-image: url("../images/pack-hero-md.png");
  }
}
@media (max-width: 559.98px) {
  .hero .pack {
    background-image: url("../images/pack-hero.png");
    background-size: contain;
    width: 300px;
    height: 250px;
    left: 59%;
    bottom: -150px;
    transform: translateX(-50%);
  }
}
.hero .sticker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
  z-index: 4;
}
@media (max-width: 1169.98px) {
  .hero .sticker {
    display: none;
  }
}
@media (max-width: 559.98px) {
  .hero .sticker {
    display: flex;
    top: unset;
    left: 20px;
    bottom: 150px;
    transform: none;
  }
}
.hero::after {
  content: "";
  background: url("../images/bg-hero.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 3;
  bottom: 100px;
  width: 90%;
  height: 500px;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: darken;
}
@media (max-width: 1169.98px) {
  .hero::after {
    width: 200%;
    height: 400px;
    bottom: unset;
    top: 55%;
    left: -50%;
    transform: translateY(-50%);
  }
}

.features .feature {
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.2;
  position: relative;
  z-index: 4;
}
.features .feature svg {
  height: 22px;
  margin-right: 15px;
}
.features .feature svg .a,
.features .feature svg .cls-1 {
  stroke: #3b3b3a;
}

.packets-left {
  font-size: 1.2rem;
}
.packets-left span {
  text-decoration: underline;
  color: #db448b;
}

.bikini {
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/bg-bikini.jpg");
  background-position: center top;
  color: #fff;
}
@media (max-width: 1169.98px) {
  .bikini {
    min-height: auto;
    padding: 100px 0;
    background-position: -250px center;
  }
}
@media (max-width: 559.98px) {
  .bikini {
    background: url("../images/bg-bikini-sm.jpg") center bottom no-repeat #7b6887;
    padding: 75px 0 250px;
  }
}
.bikini .flexcontainer {
  height: 100%;
  min-height: inherit;
}
.bikini .block {
  width: 40%;
  align-self: center;
}
@media (max-width: 1169.98px) {
  .bikini .block {
    width: 60%;
  }
}
@media (max-width: 559.98px) {
  .bikini .block {
    width: 100%;
    text-align: center;
  }

    .bikini .title {
      font-size: 2.1rem;
    }

  
}
.bikini .title {
  margin-bottom: 30px;
}
.bikini .font-caveat {
  font-size: 1.75rem;
  text-align: right;
  display: block;
  float: right;
  max-width: 50%;
}
@media (max-width: 1169.98px) {
  .bikini .font-caveat {
    text-align: left;
    float: none;
  }
}
@media (max-width: 559.98px) {
  .bikini .font-caveat {
    text-align: center;
    max-width: 100%;
  }
}

.method {
  padding: 100px 0;
  background: url("../images/bg-method.jpg") -100px center no-repeat #db448b;
  color: #fff;
  overflow: hidden;
  background-size: contain;
}
@media (min-width: 1599.98px) {
  .method {
    background-position: left center;
  }
}
@media (max-width: 1169.98px) {
  .method {
    background-position: -400px center;
  }
}
@media (max-width: 767.98px) {
  .method {
    background-image: url("../images/bg-method-md.jpg");
    background-position: -100px center;
  }
}
@media (max-width: 559.98px) {
  .method {
    padding: 50px 0;
    background-position: -150px 20px;
  }
}
@media (max-width: 321px) {
  .method {
    background-position: -200px 0px;
  }
}
.method .flexcontainer {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
.method .block {
  width: 50%;
}
@media (max-width: 1169.98px) {
  .method .block {
    width: 60%;
  }
}
@media (max-width: 559.98px) {
  .method .block {
    width: 100%;
    text-align: center;
  }
}
.method p {
  margin-bottom: 40px;
}
@media (max-width: 559.98px) {
  .method p {
    padding-left: 100px;
  }
}
.method .btn {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.howitworks {
  background-color: #fff;
  padding: 75px 0 100px;
  overflow: hidden;
}
@media (max-width: 559.98px) {
  .howitworks {
    padding: 50px 0;
  }
}
.howitworks .flexcontainer {
  flex-wrap: wrap;
}
.howitworks .flexcontainer > * {
  width: 100%;
}
.howitworks .title {
  width: 50%;
  margin: 0 auto 75px;
}
@media (max-width: 1169.98px) {
  .howitworks .title {
    width: 75%;
  }
}
@media (max-width: 559.98px) {
  .howitworks .title {
    width: 100%;
    margin-bottom: 50px;
  }
}
.howitworks .hows {
  display: flex;
  margin-bottom: 75px;
}
@media (max-width: 1169.98px) {
  .howitworks .hows {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.howitworks .hows .how {
  width: calc(100% / 3);
  text-align: center;
}
@media (max-width: 1169.98px) {
  .howitworks .hows .how {
    width: 100%;
    display: flex;
    margin-bottom: 60px;
    text-align: left;
    align-items: center;
  }
}
@media (max-width: 559.98px) {
  .howitworks .hows .how {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.howitworks .hows .how img {
  margin-bottom: 35px;
}
@media (max-width: 1169.98px) {
  .howitworks .hows .how img {
    margin-bottom: 0;
    margin-right: 35px;
  }
}
@media (max-width: 559.98px) {
  .howitworks .hows .how img {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.howitworks .hows .how .heading {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 auto 35px;
  max-width: 75%;
  height: 50px;
}
@media (max-width: 1169.98px) {
  .howitworks .hows .how .heading {
    margin: 0 0 20px;
  }
}
@media (max-width: 559.98px) {
  .howitworks .hows .how .heading {
    max-width: 100%;
  }
}
.howitworks .hows .how p {
  color: #6b6b69;
  font-size: 1.1rem;
}
.howitworks .summary {
  font-size: 2rem;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
  line-height: 1.4;
}
@media (max-width: 1169.98px) {
  .howitworks .summary {
    max-width: 90%;
  }
}
.howitworks .summary span {
  color: #db448b;
 
}

.results {
  background: url("../images/bg-hero.png") center 210% no-repeat #fbecf3;
  padding: 100px 0;
}
@media (max-width: 559.98px) {
  .results {
    padding: 50px 0;
  }
}
.results .flexcontainer {
  flex-wrap: wrap;
}
.results .flexcontainer > * {
  width: 100%;
}
.results .title {
  margin-bottom: 50px;
}
.results .testimonials {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 559.98px) {
  .results .testimonials {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .results .title {
    font-size: 2rem;
  }

}
.results .testimonials .testimonial {
  width: 50%;
  text-align: center;
}
@media (max-width: 559.98px) {
  .results .testimonials .testimonial {
    width: 100%;
    margin-bottom: 50px;
  }
}
.results .testimonials .testimonial img {
  margin-bottom: 25px;
}
@media (max-width: 1169.98px) {
  .results .testimonials .testimonial img {
    max-width: 85%;
  }
}
.results .testimonials .testimonial .name {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 25px;
}
.results .testimonials .testimonial p {
  color: #6b6b69;
  width: 90%;
  margin: 0 auto 30px;
}
.results .testimonials .testimonial p:last-of-type {
  margin-bottom: 0;
}
.results .btn {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 559.98px) {
  .results .btn {
    display: block;
    width: 100%;
  }
}

.formula {
  background-color: #fff;
  padding: 100px 0;
}
@media (max-width: 559.98px) {
  .formula {
    padding: 50px 0;
  }
}
.formula .flexcontainer {
  flex-wrap: wrap;
}
.formula .flexcontainer > * {
  width: 100%;
}
.formula .title {
  max-width: 50%;
  margin: 0 auto 60px;
}
@media (max-width: 1169.98px) {
  .formula .title {
    max-width: 90%;
    margin-bottom: 30px;
  }
}
@media (max-width: 559.98px) {
  .formula .title {
    max-width: 100%;
  }
}
.formula .ingredients-wrapper {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 1169.98px) {
  .formula .ingredients-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 559.98px) {
  .formula .ingredients-wrapper {
    flex-wrap: wrap;
  }
}
.formula .ingredients-wrapper > div:nth-of-type(odd) {
  width: 20%;
}
@media (max-width: 1169.98px) {
  .formula .ingredients-wrapper > div:nth-of-type(odd) {
    width: 50%;
  }
}
@media (max-width: 559.98px) {
  .formula .ingredients-wrapper > div:nth-of-type(odd) {
    width: 100%;
  }
}
.formula .ingredients-wrapper > div:nth-of-type(even) {
  width: 60%;
  text-align: center;
  padding: 0 30px;
}
.formula .ingredients-wrapper .ingredients {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 30px 0;
}
@media (max-width: 559.98px) {
  .formula .ingredients-wrapper .ingredients {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
.formula .ingredients-wrapper .ingredients:last-of-type {
  text-align: right;
}
@media (max-width: 1169.98px) {
  .formula .ingredients-wrapper .ingredients:last-of-type {
    text-align: center;
  }
}
@media (max-width: 1169.98px) {
  .formula .ingredients-wrapper .ingredients {
    text-align: center;
  }
}
@media (max-width: 1169.98px) {
  .formula .ingredients-wrapper .ingredient {
    margin-bottom: 40px;
  }
}
@media (max-width: 559.98px) {
  .formula .ingredients-wrapper .ingredient {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 559.98px) {
  .formula .ingredients-wrapper .ingredient .ingredient-top {
    display: flex;
    align-items: center;
  }
  .formula .ingredients-wrapper .ingredient .ingredient-top > * {
    width: 50%;
  }
}
.formula .ingredients-wrapper .ingredient img {
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 1169.98px) {
  .formula .ingredients-wrapper .ingredient img {
    display: inline;
  }
}
.formula .ingredients-wrapper .ingredient .name {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 1.25rem;
}
@media (max-width: 559.98px) {
  .formula .ingredients-wrapper .ingredient .name {
    font-size: 1.5rem;
    margin-left: 20px;
    text-align: left;
  }
}
.formula .ingredients-wrapper .ingredient p {
  font-size: 1.1rem;
}
@media (max-width: 1169.98px) {
  .formula .ingredients-wrapper .picture {
    display: none;
  }
}
.formula .summary {
  font-size: 2rem;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
  line-height: 1.4;
}
@media (max-width: 1169.98px) {
  .formula .summary {
    max-width: 90%;
  }
}
@media (max-width: 559.98px) {
  .formula .summary {
    font-size: 1.35rem;
    max-width: 100%;
  }
}

.doctor {
  background-color: #ebebeb;
  overflow: hidden;
  position: relative;
  z-index: 7;
}
@media (max-width: 1169.98px) {
  .doctor .flexcontainer {
    padding-right: 0;
  }
}
@media (max-width: 559.98px) {
  .doctor .flexcontainer {
    flex-wrap: wrap;
    padding-right: 20px;
  }
}
.doctor .flexcontainer .block {
  width: 50%;
}
.doctor .flexcontainer .block:first-of-type {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1169.98px) {
  .doctor .flexcontainer .block:first-of-type {
    width: 60%;
  }
}
@media (max-width: 559.98px) {
  .doctor .flexcontainer .block:first-of-type {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
}
.doctor .flexcontainer .block:first-of-type::before {
  content: "\201D";
  position: absolute;
  left: -75px;
  color: #db448b;
  font-size: 10rem;
  line-height: 0.75;
  font-weight: 600;
}
@media (max-width: 1169.98px) {
  .doctor .flexcontainer .block:first-of-type::before {
    top: 30px;
    left: 0;
  }
}
@media (max-width: 559.98px) {
  .doctor .flexcontainer .block:first-of-type::before {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8rem;
  }
}
.doctor .flexcontainer .block:last-of-type {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1169.98px) {
  .doctor .flexcontainer .block:last-of-type {
    width: 40%;
  }
}
@media (max-width: 559.98px) {
  .doctor .flexcontainer .block:last-of-type {
    width: 100%;
    margin-top: 0;
  }
}
.doctor .title {
  color: #373736;
}
@media (max-width: 559.98px) {
  .doctor .title {
    text-align: center;
    font-size: 2.1rem;
  }
}
.doctor .signature {
  display: flex;
  position: relative;
  z-index: 5;
}
@media (max-width: 559.98px) {
  .doctor .signature {
    width: 50%;
    flex-wrap: wrap;
  }
}
.doctor .name {
  text-transform: uppercase;
  font-size: 1.35rem;
  margin-right: 30px;
}
.doctor .name span {
  color: #db448b;
  display: block;
  margin-top: 7px;
  font-size: 1rem;
}
@media (max-width: 559.98px) {
  .doctor .name {
    text-align: left;
    margin-bottom: 15px;
  }
}
.doctor .doc {
  background: url("../images/doctor.jpg") center top no-repeat;
  background-size: 81%;
  width: 448px;
  height: 100%;
  z-index: 5;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1169.98px) {
  .doctor .doc {
    top: 5%;
    background-size: 110%;
    left: 60%;
    background-position: left top;
  }
}
@media (max-width: 559.98px) {
  .doctor .doc {
    width: 100%;
    height: 500px;
    left: 75%;
    margin-top: -120px;
    z-index: 4;
  }
}
.doctor .sticker {
  position: absolute;
  left: 150px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 7;
}
@media (max-width: 1169.98px) {
  .doctor .sticker {
    left: 0;
  }
}
.doctor .sticker div:first-of-type {
  text-transform: uppercase;
}

.stats {
  overflow: hidden;
  margin-top: -75px;
  position: relative;
  z-index: 8;
}
.stats .flexcontainer {
  flex-wrap: wrap;
}
@media (max-width: 1169.98px) {
  .stats .title {
    text-align: center;
  }
}
@media (max-width: 1169.98px) {
  .stats p {
    text-align: center;
  }
}
.stats .stats-upper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1169.98px) {
  .stats .stats-upper {
    flex-wrap: wrap;
  }
}
@media (max-width: 559.98px) {
  .stats .stats-upper {
    margin-bottom: 100px;
  }
}
.stats .stats-upper .block:first-of-type {
  padding-top: 175px;
  width: 40%;
}
@media (max-width: 1169.98px) {
  .stats .stats-upper .block:first-of-type {
    width: 100%;
    order: 2;
    padding-top: 50px;
  }
}
.stats .stats-upper .block:last-of-type {
  width: 50%;
}
@media (max-width: 1169.98px) {
  .stats .stats-upper .block:last-of-type {
    width: 100%;
    order: 1;
    justify-content: center;
  }
}
.stats .stats-lower {
  padding-bottom: 50px;
  width: 100%;
}
.stats .certificate {
  width: 554px;
  height: 421px;
  background: url("../images/certificate.png") center center no-repeat;
  padding: 85px 100px;
  text-align: center;
  z-index: 7;
  position: relative;
}
@media (max-width: 1169.98px) {
  .stats .certificate {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 559.98px) {
  .stats .certificate {
    padding: 85px 120px;
  }
}
.stats .certificate .title {
  font-family: "firago-mediumitalic";
  font-size: 1.75rem;
  margin-bottom: 15px;
}
.stats .certificate .product {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 20px;
}
.stats .certificate .description {
  font-size: 0.9rem;
  line-height: 1.2;
  font-family: "firago-mediumitalic";
}
.stats .chart {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
}
@media (max-width: 321px) {
  .stats .chart {
    height: auto;
  }
}
.stats .chart .main {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  height: 100%;
}
.stats .chart .main > * {
  height: 100%;
}
@media (max-width: 321px) {
  .stats .chart .main {
    flex-wrap: wrap;
    width: auto;
  }
}
.stats .chart .y-units {
  height: 215px;
  position: relative;
  top: -5px;
  color: #db448b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.9rem;
}
@media (max-width: 321px) {
  .stats .chart .y-units {
    height: auto;
    width: 270px;
    order: 2;
    flex-direction: row-reverse;
    top: 0;
    padding-top: 20px;
    padding-left: 60px;
  }
}
.stats .chart .weeks-no {
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  padding-left: 25px;
}
@media (max-width: 1169.98px) {
  .stats .chart .weeks-no {
    padding-left: 0;
    bottom: 0;
    height: auto;
    width: 60px;
    position: relative;
    top: 20px;
  }
}
@media (max-width: 559.98px) {
  .stats .chart .weeks-no {
    width: 20px;
    font-size: 0.75rem;
    top: 5px;
    left: -20px;
  }
}
@media (max-width: 321px) {
  .stats .chart .weeks-no {
    position: absolute;
    display: block;
    left: unset;
    top: -60px;
    text-align: right;
    padding-right: 8px;
    width: 60px;
    font-size: 1rem;
  }
}
.stats .chart .weeks {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}
@media (max-width: 321px) {
  .stats .chart .weeks {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
  }
}
.stats .chart .weeks .week {
  flex: 1;
  text-align: center;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week {
    display: flex;
    margin-bottom: 10px;
  }
}
.stats .chart .weeks .week .legend {
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week .legend {
    width: 60px;
    height: auto;
    order: 1;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
  }
}
.stats .chart .weeks .week .bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week .bars {
    align-items: flex-start;
    flex-direction: column;
    order: 2;
  }
}
.stats .chart .weeks .week .bar {
  width: 27px;
  color: #fff;
  font-size: 0.9rem;
  padding-top: 7px;
}
@media (max-width: 1169.98px) {
  .stats .chart .weeks .week .bar {
    width: 25px;
  }
}
@media (max-width: 767.98px) {
  .stats .chart .weeks .week .bar {
    width: 20px;
  }
}
@media (max-width: 559.98px) {
  .stats .chart .weeks .week .bar {
    width: 10px;
  }
}
@media (max-width: 321px) {
  .stats .chart .weeks .week .bar {
    height: 13px !important;
  }
}
.stats .chart .weeks .week .bar.bar-pink {
  margin-right: 10px;
  background-color: #db448b;
}
@media (max-width: 1169.98px) {
  .stats .chart .weeks .week .bar.bar-pink {
    margin-right: 5px;
  }
}
@media (max-width: 559.98px) {
  .stats .chart .weeks .week .bar.bar-pink {
    margin-right: 3px;
  }
}
.stats .chart .weeks .week .bar.bar-dark {
  background-color: #373736;
}
@media (max-width: 559.98px) {
  .stats .chart .weeks .week .bar span {
    display: none;
  }
}
.stats .chart .weeks .week:first-child .bar-pink {
  padding-top: 0;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:last-child {
    margin-bottom: 0;
  }
}
.stats .chart .weeks .week:nth-of-type(1) .bar-pink {
  height: 14px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(1) .bar-pink {
    width: 14px;
  }
}
.stats .chart .weeks .week:nth-of-type(1) .bar-dark {
  height: 30px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(1) .bar-dark {
    width: 30px;
  }
}
.stats .chart .weeks .week:nth-of-type(2) .bar-pink {
  height: 28px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(2) .bar-pink {
    width: 28px;
  }
}
.stats .chart .weeks .week:nth-of-type(2) .bar-dark {
  height: 49px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(2) .bar-dark {
    width: 49px;
  }
}
.stats .chart .weeks .week:nth-of-type(3) .bar-pink {
  height: 38px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(3) .bar-pink {
    width: 38px;
  }
}
.stats .chart .weeks .week:nth-of-type(3) .bar-dark {
  height: 62px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(3) .bar-dark {
    width: 62px;
  }
}
.stats .chart .weeks .week:nth-of-type(4) .bar-pink {
  height: 46px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(4) .bar-pink {
    width: 46px;
  }
}
.stats .chart .weeks .week:nth-of-type(4) .bar-dark {
  height: 69px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(4) .bar-dark {
    width: 69px;
  }
}
.stats .chart .weeks .week:nth-of-type(5) .bar-pink {
  height: 52px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(5) .bar-pink {
    width: 52px;
  }
}
.stats .chart .weeks .week:nth-of-type(5) .bar-dark {
  height: 80px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(5) .bar-dark {
    width: 80px;
  }
}
.stats .chart .weeks .week:nth-of-type(6) .bar-pink {
  height: 78px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(6) .bar-pink {
    width: 78px;
  }
}
.stats .chart .weeks .week:nth-of-type(6) .bar-dark {
  height: 104px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(6) .bar-dark {
    width: 104px;
  }
}
.stats .chart .weeks .week:nth-of-type(7) .bar-pink {
  height: 87px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(7) .bar-pink {
    width: 87px;
  }
}
.stats .chart .weeks .week:nth-of-type(7) .bar-dark {
  height: 113px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(7) .bar-dark {
    width: 113px;
  }
}
.stats .chart .weeks .week:nth-of-type(8) .bar-pink {
  height: 117px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(8) .bar-pink {
    width: 117px;
  }
}
.stats .chart .weeks .week:nth-of-type(8) .bar-dark {
  height: 163px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(8) .bar-dark {
    width: 163px;
  }
}
.stats .chart .weeks .week:nth-of-type(9) .bar-pink {
  height: 127px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(9) .bar-pink {
    width: 127px;
  }
}
.stats .chart .weeks .week:nth-of-type(9) .bar-dark {
  height: 174px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(9) .bar-dark {
    width: 174px;
  }
}
.stats .chart .weeks .week:nth-of-type(10) .bar-pink {
  height: 147px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(10) .bar-pink {
    width: 147px;
  }
}
.stats .chart .weeks .week:nth-of-type(10) .bar-dark {
  height: 205px;
}
@media (max-width: 321px) {
  .stats .chart .weeks .week:nth-of-type(10) .bar-dark {
    width: 205px;
  }
}
.stats .chart .x-lines {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 25px;
}
@media (max-width: 321px) {
  .stats .chart .x-lines {
    display: flex;
    padding-left: 60px;
  }
}
.stats .chart .x-lines .line {
  width: 100%;
  height: 40px;
}
.stats .chart .x-lines .line::before {
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 321px) {
  .stats .chart .x-lines .line::before {
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    height: 350px;
  }
}
@media (max-width: 321px) {
  .stats .chart .x-lines .line {
    width: 40px;
    height: 100%;
  }
}
.stats .chart-legend {
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 321px) {
  .stats .chart-legend {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
}
.stats .chart-legend .legends {
  display: flex;
}
@media (max-width: 559.98px) {
  .stats .chart-legend .legends {
    flex-wrap: wrap;
    display: inline;
  }
}
.stats .chart-legend .legend {
  width: 50%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 559.98px) {
  .stats .chart-legend .legend {
    width: unset;
    flex-basis: 100%;
  }
}
.stats .chart-legend .legend:first-child {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  color: #db448b;
  padding-right: 50px;
}
@media (max-width: 559.98px) {
  .stats .chart-legend .legend:first-child {
    padding-right: 0;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.stats .chart-legend .legend:first-child .rect {
  background-color: #db448b;
}
.stats .chart-legend .legend:last-child {
  padding-left: 50px;
}
@media (max-width: 559.98px) {
  .stats .chart-legend .legend:last-child {
    padding-left: 0;
    justify-content: flex-start;
  }
}
.stats .chart-legend .legend:last-child .rect {
  background-color: #333333;
}
.stats .chart-legend .rect {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-right: 8px;
}
@media (max-width: 559.98px) {
  .stats .btn {
    display: block;
    width: 100%;
  }
}

.social {
  background-color: #fff;
  padding: 50px 0;
}
.social .flexcontainer {
  flex-wrap: wrap;
}
.social .flexcontainer > * {
  width: 100%;
}
.social .messages {
  margin-bottom: 50px;
}
.social .message {
  font-size: 12px;
  overflow: hidden;
  border: 1px solid #e5e7e9;
  border-radius: 4px;
  font-family: "Segoe UI", "San Francisco", "Roboto", sans-serif;
}
@media (max-width: 559.98px) {
  .social .message {
    margin: 0 20px;
  }
}
.social .message .bar {
  height: 28px;
  background-color: #f5f6f7;
  border-bottom: 1px solid #d9d9d9;
  padding: 4px 10px;
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.social .message .bar .name {
  display: flex;
  align-items: center;
}
.social .message .bar .surname {
  width: 83px;
  height: 25px;
  background: url("../images/facebook.png") center center no-repeat transparent;
  background-size: contain;
  align-self: center;
  margin-left: 5px;
}
.social .message .bar .buttons {
  background-size: contain;
  background-image: url("../images/message-buttons.png");
  width: 81px;
  height: 12px;
}
.social .message .body {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 30px 0 10px;
  display: flex;
}
.social .message .body .picture {
  margin: 15px 10px 15px 0;
  width: 22px;
  height: 22px;
  background-size: contain;
}
.social .message .body .picture.male {
  background-image: url("../images/profile-male.png");
}
.social .message .body .picture.female {
  background-image: url("../images/profile-female.png");
}
.social .message .body .content {
  width: 80%;
  background-color: #f1f0f0;
  border-radius: 10px;
  padding: 12px;
  margin: 15px 0;
  line-height: 1.2;
}
.social .message .body .scroll {
  background-color: #fafafa;
  border-left: 1px solid #d9d9d9;
  padding: 0 3px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 15px;
}
.social .message .body .scroll .handle {
  background-color: #c1c1c1;
  width: 8px;
  margin-top: auto;
  border-radius: 50px;
  position: absolute;
  bottom: 2px;
}
.social .message .input {
  background-color: #fff;
  padding: 0 10px 10px 10px;
  border-radius: 0 0 4px 4px;
}
.social .message .input .text-box {
  padding: 10px 0;
  font-size: 13px;
  color: #90949c;
}
.social .message .input .icons {
  background-size: contain;
  background-image: url("../images/message-icons.png");
  width: 184px;
  height: 16px;
}
.social .carousel-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}
.social .carousel-buttons button {
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  margin: 0 15px;
}
.social .carousel-buttons button.prev {
  background: linear-gradient(to right, #cecece, #cacac9);
  padding-right: 40px;
}
.social .carousel-buttons button.next {
  background: linear-gradient(to left, #cecece, #cacac9);
  padding-left: 40px;
}

.faqs {
  background-color: #fff;
  padding: 50px 0;
  margin-top: 50px;
}
@media (max-width: 559.98px) {
  .faqs {
    padding: 25px 0;
  }
}
.faqs .flexcontainer {
  flex-wrap: wrap;
}
.faqs .flexcontainer > * {
  width: 100%;
}
@media (max-width: 1169.98px) {
  .faqs .title {
    text-align: center;
  }
}
.faqs .question {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.faqs .question:last-child {
  border-bottom: 0;
}
.faqs .question .question-top {
  position: relative;
}
.faqs .question .question-top::after {
  content: "\0025BC";
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faqs .question.active .question-top {
  color: #db448b;
  text-decoration: underline;
}
.faqs .question.active .question-top::after {
  content: "\0025B2";
}
.faqs .question-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.faqs .answer {
  padding: 10px 0 5px;
}

.bg-bottom {
  background: url("../images/bg-hero.png") center 80% no-repeat;
  background-size: contain;
  overflow: hidden;
}

.order {
  position: relative;
  padding: 100px 0 25px;
}
@media (max-width: 1169.98px) {
  .order {
    padding-top: 25px;
  }
}
@media (max-width: 559.98px) {
  .order {
    padding-top: 0;
  }
}
.order .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media (max-width: 1169.98px) {
  .order .wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 559.98px) {
  .order .wrap {
    margin: 0;
    padding: 0;
  }
}
.order .wrap .block:first-of-type {
  width: 45%;
}
@media (max-width: 1169.98px) {
  .order .wrap .block:first-of-type {
    width: 100%;
  }
}
.order .wrap .block:last-of-type {
  width: 38%;
}
@media (max-width: 1169.98px) {
  .order .wrap .block:last-of-type {
    width: 70%;
    align-self: flex-end;
  }
}
@media (max-width: 559.98px) {
  .order .wrap .block:last-of-type {
    position: relative;
    width: 100%;
  }
}
.order .sticker {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
@media (max-width: 1169.98px) {
  .order .sticker {
    left: 5%;
    top: unset;
    bottom: 475px;
    transform: none;
  }
}
@media (max-width: 559.98px) {
  .order .sticker {
    display: none;
  }
}
.order .sticker.sticker-sm {
  display: none;
}
@media (max-width: 559.98px) {
  .order .sticker.sticker-sm {
    display: flex;
    left: unset;
    top: -30px;
    right: 20px;
  }
}
.order .title {
  font-size: 3.5rem;
  margin: 50px 0;
}
@media (max-width: 1169.98px) {
  .order .title {
    text-align: center;
  }
}
@media (max-width: 559.98px) {
  .order .title {
    font-size: 2.1rem;
    max-width: 80%;
    margin: 50px auto;
  }
}
.order .features {
  width: 50%;
}
@media (max-width: 1169.98px) {
  .order .features {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 559.98px) {
  .order .features {
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 1169.98px) {
  .order .features .features-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 559.98px) {
  .order .features .features-center {
    width: auto;
    display: block;
  }
}
@media (max-width: 1169.98px) {
  .order .features .feature {
    width: 31%;
  }
}
@media (max-width: 559.98px) {
  .order .features .feature {
    min-width: 75%;
    width: auto;
  }
}
.order .pack {
  position: absolute;
  bottom: 20px;
  left: 52%;
  transform: translateX(-30%);
  width: 610px;
  height: 455px;
  background: url("../images/pack-order.jpg") center center no-repeat;
  z-index: 4;
  mix-blend-mode: darken;
}
@media (max-width: 1169.98px) {
  .order .pack {
    left: 5%;
    bottom: 100px;
    transform: none;
  }
}
@media (max-width: 559.98px) {
  .order .pack {
    display: none;
  }
}
.order .pack-sm {
  background: url("../images/pack-order-sm.jpg") center top no-repeat;
  width: 293px;
  height: 175px;
  position: relative;
  left: 55%;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 559.98px) {
  .order .pack-sm {
    display: block;
  }
}

.form-wrapper {
  padding: 30px;
  background: #fff;
  border: 5px solid #45da94;
  border-radius: 8px;
}
@media (max-width: 559.98px) {
  .form-wrapper {
    padding: 25px 15px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}
.form-wrapper .timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 559.98px) {
  .form-wrapper .timer {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.form-wrapper .timer .info {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
  max-width: 60%;
  text-align: left;
}
@media (max-width: 559.98px) {
  .form-wrapper .timer .info {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.form-wrapper .timer #countdownTimer {
  display: flex;
}
@media (max-width: 559.98px) {
  .form-wrapper .timer #countdownTimer {
    width: 100%;
    justify-content: center;
  }
}
.form-wrapper .timer .semicolon {
  padding: 0 5px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #db448b;
  align-self: center;
  line-height: 0;
  position: relative;
  top: -3px;
}
.form-wrapper .timer .time-circle {
  background: linear-gradient(to top, #d63b80, #de5195);
  border-radius: 6px;
  width: 70px;
  height: 80px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-wrapper .price {
  margin-bottom: 30px;
}
@media (max-width: 559.98px) {
  .form-wrapper .price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.form-wrapper .price #currentprice {
  color: #db448b;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 559.98px) {
  .form-wrapper .price #currentprice {
    font-size: 2.5rem;
  }
}
.form-wrapper .price #oldprice {
  color: #808080;
  font-size: 1.75rem;
  text-decoration: line-through;
}
@media (max-width: 559.98px) {
  .form-wrapper .price #oldprice {
    font-size: 1.25rem;
    position: relative;
    bottom: 4px;
  }
}
.form-wrapper form .btn {
  margin: 20px 0;
  display: block;
  width: 100%;
}
.form-wrapper form .inputwrapper input[type="text"],
.form-wrapper form .inputwrapper input[type="tel"],
.form-wrapper form .inputwrapper input[type="email"] {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  border-radius: 6px;
  font-family: 'firago-bookitalic';
  font-size: 1.2rem;
}
.form-wrapper form .inputwrapper input[type="text"]::placeholder,
.form-wrapper form .inputwrapper input[type="tel"]::placeholder,
.form-wrapper form .inputwrapper input[type="email"]::placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.form-wrapper form .inputwrapper input[type="text"]:-ms-input-placeholder,
.form-wrapper form .inputwrapper input[type="tel"]:-ms-input-placeholder,
.form-wrapper form .inputwrapper input[type="email"]:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-wrapper form .inputwrapper input[type="text"]::-ms-input-placeholder,
.form-wrapper form .inputwrapper input[type="tel"]::-ms-input-placeholder,
.form-wrapper form .inputwrapper input[type="email"]::-ms-input-placeholder {
  color: #b3b3b3;
}
.form-wrapper form .inputwrapper.has-success input[type="text"],
.form-wrapper form .inputwrapper.has-success input[type="tel"],
.form-wrapper form .inputwrapper.has-success input[type="email"] {
  background: #e5f8ef;
}
.form-wrapper form .inputwrapper.has-error input[type="text"],
.form-wrapper form .inputwrapper.has-error input[type="tel"],
.form-wrapper form .inputwrapper.has-error input[type="email"] {
  background: #fcebeb;
}

footer {
  padding: 40px 0;
}
footer .wrap {
  display: flex;
  flex-wrap: wrap;
}
footer .wrap > * {
  width: 100%;
}
footer .brand {
  margin-bottom: 25px;
}
footer .brand img {
  height: 42px;
}
@media (max-width: 559.98px) {
  footer .brand {
    text-align: center;
  }
}
footer .footer-menu {
  margin-bottom: 10px;
}
@media (max-width: 559.98px) {
  footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
footer .footer-menu li {
  display: inline-block;
}
@media (max-width: 559.98px) {
  footer .footer-menu li {
    width: 50%;
    margin-bottom: 15px;
    text-align: center;
  }
}
footer .footer-menu li a {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0 10px;
}
@media (max-width: 559.98px) {
  footer .footer-menu li a {
    padding: 0;
  }
}
footer .footer-menu li:first-child a {
  padding-left: 0;
}
footer .copyright {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 35px;
}
@media (max-width: 559.98px) {
  footer .copyright {
    text-align: center;
  }
}
footer .disclaimer {
  font-size: 1rem;
  color: #666666;
}

.feedback {
  width: 75px;
  height: 70px;
  position: fixed;
  right: -15px;
  top: 15%;
  display: flex;
  align-items: center;
  background-color: #47da93;
  padding-left: 10px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}

.feedback:hover {
  right: 0;
}

.feedback img {
  width: 50px;
  height: 50px;
}

.popup-window {
  font-family: sans-serif;
  font-family: inherit;
  display: none;
  width: 300px;
  position: fixed;
  right: 0;
  top: 15%;
  padding: 35px 10px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  z-index: 2000;
}

.popup-window form {
  width: 100%;
  min-height: auto;
  padding: 0;
  background: inherit;
  box-shadow: none;
}

.popup-window label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}

.popup-window input {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #333;
}

.popup-window button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #47da93;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 20px;
}

.close-popup {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(45deg);
}

@media screen and (max-width: 576px) {
  .feedback {
    top: 10%;
  }
  .popup-window {
    top: 10%;
  }
}
