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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
div,
p,
span,
li,
a {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  color: #010101;
}
strong {
  font-weight: 600;
}
@media only screen and (max-width: 1120px) {
  strong {
    color: #010101;
  }
}
.upper {
  text-transform: uppercase;
}
a:hover {
  text-decoration: none;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 80%;
  margin: 20px auto;
}
.white-popup p {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #010101;
  margin: 15px 25px;
}
.white-popup h2 {
  font-size: 24px;
  text-align: center;
  color: #010101;
  text-transform: uppercase;
  margin: 20px 0 40px;
}
.white-popup ul {
  padding: 0 0 0 55px;
}
.white-popup li {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #010101;
  margin: 0 0 15px;
}
.white-popup b,
.white-popup strong {
  color: #010101;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  margin: 25px 0;
  text-align: right;
}
.header__pretitle {
  margin: 25px 0 0;
  text-align: center;
  font-size: 25px;
  color: #706f6f;
}
.header__pretitle span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #706f6f;
}
.header__title {
  margin: 30px 0 0;
  text-align: center;
  font-size: 29px;
  color: #2ed2e8;
  font-weight: 900;
}
.header__title span {
  font-size: 54px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2ed2e8;
}
.header__girl {
  background: #fff url("../images/bg-header.jpg") top center no-repeat;
  height: 540px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.header__gift {
  font-size: 20px;
  padding-left: 45px;
  background: url("../images/ico-plus-pink.png") 2px center no-repeat;
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  background-size: 32px 32px;
  border: 1px solid #706f6f;
  border-radius: 24px;
  color: #706f6f;
  height: 36px;
  line-height: 31px;
  margin: -30px 0 30px;
  font-weight: bold;
}
.header__gift span {
  font-weight: bold;
  font-size: 25px;
  color: #f3008b;
}
.content {
  width: 100%;
  padding: 0 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page {
  width: 750px;
  margin: 0 auto;
}
.button {
  font-size: 45px;
  text-align: center;
  border: 0 none;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.button_red {
  background: url("../images/bg-btn-b.png") center center no-repeat;
  width: 670px;
  height: 234px;
  display: block;
  line-height: 226px;
  margin: -70px auto 0;
  padding-right: 40px;
}
.list-simple {
  border-top: 1px solid #2ed2e8;
  padding: 50px 0;
}
.list-simple__title {
  font-size: 40px;
  text-transform: uppercase;
  color: #2ed2e8;
  font-weight: bold;
  text-align: center;
}
.list-simple__list {
  margin: 40px 0 0;
}
.list-simple__item {
  background: url("../images/ico-yes.png") left 4px no-repeat;
  font-size: 30px;
  line-height: 34px;
  padding-left: 70px;
  color: #706f6f;
  margin: 0 0 40px;
}
.list-simple__item span {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
}
.list {
  background: #cbf4f9;
  position: relative;
  padding: 60px 0;
}
.list:before {
  width: 750px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  background: url("../images/wave-bottom.png") center center no-repeat;
}
.list:after {
  width: 750px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background: url("../images/wave-top.png") center center no-repeat;
}
.list__item {
  margin: 0 0 50px;
  border: 2px solid #a0e7ff;
  border-radius: 20px;
  background: #fff;
  position: relative;
  padding: 0 0 0 160px;
  width: 100%;
  height: 142px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  line-height: 28px;
}
.list__item:before {
  content: "";
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.list__item_neck:before {
  background-image: url("../images/ico-list-neck.png");
  width: 104px;
  height: 168px;
  left: 10px;
}
.list__item_face:before {
  background-image: url("../images/ico-list-face.png");
  width: 83px;
  height: 185px;
  left: 15px;
}
.list__item_stomach:before {
  background-image: url("../images/ico-list-stomach.png");
  width: 128px;
  height: 138px;
  left: -5px;
}
.list__item_dance:before {
  background-image: url("../images/ico-list-dance.png");
  width: 136px;
  height: 193px;
  left: -16px;
  bottom: -21px;
}
.review {
  padding: 50px 0;
}
.review__title {
  font-size: 40px;
  text-transform: uppercase;
  color: #2ed2e8;
  font-weight: bold;
  text-align: center;
}
.review__slider {
  width: 580px;
  margin: 35px auto 0;
}
.footer {
  background: #f2fcfd;
  padding: 50px 0;
}
.footer__product {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.footer__req {
  margin: 35px 0 0;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.footer__menu {
  margin: 25px 0 0;
}
.footer__item {
  display: block;
  text-align: center;
}
.footer__payments {
  margin: 25px 0 0;
  text-align: center;
}
.footer__insta {
  margin: 25px 0 0;
  text-align: center;
}
.footer__insta-title {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 12px;
}
.footer__link {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.footer__copyrights {
  margin: 25px 0 0;
  text-align: center;
}
.timer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.timer__description {
  text-align: center;
  font-size: 25px;
  margin: 0 0 18px 0;
  font-weight: bold;
  color: #706f6f;
}
.timer__part {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.timer__digits {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.timer__sale {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: top;
  -moz-box-align: top;
  -o-box-align: top;
  -ms-flex-align: top;
  -webkit-align-items: top;
  align-items: top;
  margin: 0 auto 33px;
}
.timer__delimiter {
  font-size: 52px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
}
.timer__what {
  font-family: $font-montserrat;
  font-size: 24px;
  text-align: center;
  padding: 7px 0 0 0;
  font-weight: 500;
  color: #706f6f;
}
.timer__item {
  border-radius: 10px;
  background-color: #efba00;
  width: 60px;
  height: 80px;
  margin: 0 6px;
  font-size: 61px;
  line-height: 76px;
  text-align: center;
  font-weight: bold;
}
.timer__form {
  margin: 20px 0 0;
}
.offer__get {
  border: 4px solid #2ed2e8;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.offer__get-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #2ed2e8;
  text-transform: uppercase;
}
.offer__get-text {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 30px 0 0;
}
.offer__support {
  margin: 50px 0;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #706f6f;
}
.offer__support span {
  font-size: 20px;
  color: #000;
  line-height: 26px;
}
.offer__timer {
  margin: 75px 0 0;
}
.offer__form {
  border: 4px solid #2ed2e8;
  border-radius: 15px;
}
.offer__form-head {
  background: #2ed2e8;
  color: #fff;
  padding: 30px 25px 20px;
}
.offer__form-title {
  font-size: 29px;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.offer__form-access {
  font-size: 30px;
  text-align: center;
  margin: 5px 0 0;
  font-weight: bold;
}
.offer__form-product {
  font-size: 45px;
  color: #f3008b;
  font-weight: bold;
  margin: 35px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.offer__form-desc {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  color: #706f6f;
  margin: 20px 0 0;
}
.offer__form-desc span {
  font-weight: bold;
  color: #f3008b;
  font-size: 25px;
}
.offer__form-oldoldprice {
  margin: 35px 0 0;
  font-size: 36px;
  font-weight: bold;
  text-decoration: line-through;
  color: #808080;
  text-align: center;
}
.offer__form-oldprice {
  margin: 3px 0 0;
  font-size: 42px;
  font-weight: bold;
  text-decoration: line-through;
  color: #808080;
  text-align: center;
}
.offer__form-price {
  margin: 3px 0 0;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
.offer__form-button {
  position: relative;
  height: 72px;
}
.offer__form-button a {
  position: absolute;
  bottom: -117px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.offer__confirm {
  color: #706f6f;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  margin: 110px 0 50px;
}
.offer__confirm a {
  color: #706f6f;
}
.slide img {
  width: 100%;
}
.slide__selector {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 580px;
}
.slide__text {
  font-size: 30px;
  text-transform: uppercase;
  color: #706f6f;
  font-weight: bold;
  text-align: center;
}
.slide__prev {
  width: 100px;
  height: 30px;
  background: url("../images/arrow-left.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.slide__next {
  width: 100px;
  height: 30px;
  background: url("../images/arrow-right.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
