@font-face {
  font-family: 'Lobster';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src:
    url('../fonts/lobster-v23-latin-ext_latin-regular.woff2') format('woff2'),
    url('../fonts/lobster-v23-latin-ext_latin-regular.woff') format('woff'),
    local('Lobster Regular'), local('Lobster-Regular');
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-ext_latin-regular.woff2') format('woff2'),
    url('../fonts/roboto-v20-latin-ext_latin-regular.woff') format('woff'),
    local('Roboto'), local('Roboto-Regular');
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src:
    url('../fonts/roboto-v20-latin-ext_latin-700.woff2') format('woff2'),
    url('../fonts/roboto-v20-latin-ext_latin-700.woff') format('woff'),
    local('Roboto Bold'), local('Roboto-Bold');
}

button,
hr,
input {
  overflow: visible
}

progress,
sub,
sup {
  vertical-align: baseline
}

.x_country_select {
  background: #fff;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.clearfix::after,
.slick-track:after {
  clear: both
}

.slick-dots,
ul {
  list-style: none
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none;
  width: 80px
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

.slick-slide.slick-loading img,
[hidden],
template {
  display: none
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0
}

.slick-loading .slick-list {
  background: url(../../bower_components/slick-carousel/slick/ajax-loader.gif) center center no-repeat #fff
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  background: 0 0;
  outline: 0
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../../bower_components/slick-carousel/slick/fonts/slick.eot);
  src: url(../../bower_components/slick-carousel/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../../bower_components/slick-carousel/slick/fonts/slick.woff) format('woff'), url(../../bower_components/slick-carousel/slick/fonts/slick.ttf) format('truetype'), url(../../bower_components/slick-carousel/slick/fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

[dir=rtl] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  text-align: center
}

.slick-dots li {
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

ul,
ul li {
  margin: 0;
  padding: 0
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000
}

.discount,
.section-box,
html {
  position: relative
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.nw {
  white-space: nowrap
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  min-height: 100%
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-family: Roboto, sans-serif
}

.clearfix::after,
.clearfix::before {
  content: "";
  display: table
}

body {
  color: #fff
}

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none
}

.section {
  background-color: #2B0E20;
  background: -o-radial-gradient(#532A42, #2B0E20);
  background: radial-gradient(#532A42, #2B0E20)
}

.section_bg {
  background-color: #3A1B2D;
  background: -o-radial-gradient(#522B42, #3A1B2D);
  background: radial-gradient(#522B42, #3A1B2D)
}

.section-box {
  max-width: 960px;
  margin: 0 auto
}

.section-title {
  font-family: Lobster;
  font-size: 48px;
  font-weight: 100;
  text-align: center;
  margin: 0;
  line-height: 1.1
}

.section-title span {
  font-family: Lobster;
  color: #F7B420;
  font-weight: 400
}

.header {
  background-color: #3A1B2D;
  background: -o-radial-gradient(#522B42, #3A1B2D);
  background: radial-gradient(#522B42, #3A1B2D)
}

.effects-item::before,
.reviews__text::before,
.section1-box,
select {
  background-repeat: no-repeat
}

.header__box {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 70px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px
}

.discount__persent,
.discount__text,
.offer {
  display: inline-block
}

.logo {
  color: #F7B420;
  font-size: 24px;
  font-weight: 700
}

.discount {
  margin-left: 12px;
  padding-left: 100px
}

.discount__persent,
.discount__persent span {
  position: absolute;
  left: 0;
  text-align: center
}

.discount__persent {
  height: 60px;
  width: 60px;
  font-size: 22px;
  /* text-outline: 0; */
  transform: translateY(-24%)
}

.no-webp .discount__persent {
  background-image: url(../img/sales_bg.png);
  background-size: 100% 100%;
}

.webp .discount__persent {
  background-image: url(../img/sales_bg.webp);
  background-size: 100% 100%;
}

.discount__persent span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}

.discount__text span {
  color: #F7B420
}

.section1-box {
  position: relative;
}

.no-webp .section1-box {
  background-image: url(../img/section1_bg.png);
  background-position: center bottom
}

.webp .section1-box {
  background-image: url(../img/section1_bg.webp);
  background-position: center bottom
}

@media (min-width:1000px) {
  .section1-box {
    min-height: 550px
  }
}

.offer {
  min-width: 304px;
  /* height: 164px; */
  position: absolute;
  right: 0;
  top: -60px
}

.offer::after {
  background-color: #632A4C;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: -5px;
  top: 20px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg)
}

.offer-price:before,
.offer__box::before {
  top: 0;
  content: ''
}

.offer__box {
  border-radius: 6px;
  background-color: #632A4C;
  padding: 25px 20px 75px;
  overflow: hidden;
  position: relative
}

.offer__box::before {
  background-color: #B7064D;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0
}

.offer-price {
  font-size: 36px;
  font-size: 30px;
  text-align: center;
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-around */
}

.offer-price:before {
  display: block;
  background-color: #743E5E;
  position: absolute;
  height: 100%;
  width: 2px;
  left: 50%
}

.offer-price__current {
  margin-right: 40px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.offer-price__last {
  font-weight: 300;
  display: inline-block;
  color: #BFAAB4
}

.counter,
.offer__button {
  color: #2C0E21;
  display: inline-block
}

.counter {
  color: #f9c020;
}

.offer__button__box {
  padding-top: 20px;
  text-align: center
}

.offer__button {
  background-color: #F9B420;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px 0 #351628;
  box-shadow: 0 1px 5px 0 #351628;
  padding: 10px;
  font-weight: 700;
  cursor: pointer;
}

.counter__box {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 35px;
  left: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%)
}

.counter {
  position: relative
}

.counter::before {
  background-color: #2C0E21;
  content: '';
  position: absolute;
  width: 93%;
  height: 1px;
  top: 50%;
  left: 3.5%
}

.counter span {
  display: inline-block;
  border-radius: 6px;
  margin: 0;
  padding: 6px 0 6px 18px;
  letter-spacing: 18px;
  font-size: 24px;
  font-weight: 400;
  position: relative
}

.counter span::after,
.counter span::before {
  background-color: #754A66;
  border-radius: 6px;
  content: '';
  height: 100%;
  width: 37%;
  position: absolute;
  z-index: -1;
  top: 0
}

.counter span::before {
  left: 11%
}

.counter span::after {
  right: 11%
}

.section1-box {
  padding-top: 105px;
  padding-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.sectioon1-text {
  width: 315px
}

.section1-text__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-family: Lobster;
  font-weight: 100;
  line-height: .9
}

.effects {
  width: 305px
}

.section1-text__text {
  color: #B6AAB2;
  line-height: 1.4;
  padding-top: 30px;
  font-size: 20px
}

.effects-list {
  font-size: 17px;
  font-weight: 400
}

.effects-item {
  margin: 15px 0;
  line-height: 1.3;
  padding-left: 45px;
  position: relative;
  text-align: left;
  overflow: visible
}

.effects-item::before {
  content: '';
  height: 21px;
  width: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0
}

.no-webp .effects-item::before {
  background-image: url(../img/chek_mark.png);
  background-position: left top;
}

.webp .effects-item::before {
  background-image: url(../img/chek_mark.webp);
  background-position: left top;
}

@media (max-width:999px) {
  .header__box {
    max-width: 748px
  }

  .no-webp .section1-box,
  .webp .section1-box {
    background-image: none
  }

  .section1-box.section1-box {
    padding-bottom: 80px;
    overflow: visible
  }
}

@media (max-width:767px) {

  .effects,
  .sectioon1-text {
    width: 100%
  }

  .header__box {
    max-width: 460px;
    justify-content: center;
  }

  .discount {
    margin-left: 12px;
    padding-left: 60px;
  }

  .discount__text {
    font-size: 16px
  }

  .section1-box {
    padding-top: 30px;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
  }

  .offer {
    top: 0;
    position: relative;
    margin-bottom: 40px
  }

  .effects {
    text-align: left
  }

  .section1-box.section1-box {
    padding-bottom: 35px
  }
}

@media (max-width:479px) {
  .header__box {
    max-width: 310px
  }

  .discount__text {
    display: none
  }

  .offer-price {
    font-size: 30px;
    min-height: 39px
  }
}

.section2 {
  position: relative;
  z-index: 2
}

.section2-box {
  padding: 50px 0 110px 300px;
  position: relative
}

.section-text {
  max-width: 714px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0
}

.pinc-line-box {
  position: absolute;
  left: 170px;
  bottom: -60px
}

.pinc-line-box img {
  width: 100%;
  height: auto
}

.product-pack {
  position: absolute;
  bottom: -48px;
  left: 0
}

.product-pack img {
  width: 180px
}

.pinc-line-text {
  margin: 0;
  position: absolute;
  left: 55px;
  top: 27px;
  font-family: Lobster;
  font-size: 27px
}

@media (max-width:999px) {
  .section2-box.section2-box {
    padding-bottom: 50px;
    padding-left: 255px;
    overflow: visible
  }

  .product-pack img {
    display: block;
    width: 180px
  }

  .pinc-line-text {
    left: 24px;
    top: 17px;
    font-size: 20px
  }
}

@media (max-width: 767px) {
  .product-pack img {
    width: 280px;
  }
}

@media (max-width:767px) {
  .section2-box.section2-box {
    padding-left: 0;
    text-align: left;
    padding-bottom: 470px
  }

  .product-pack {
    bottom: 160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .pinc-line-box {
    background-color: #F22D78;
    border-radius: 6px;
    bottom: 60px;
    height: 80px;
    width: 100%;
    left: 0
  }

  .pinc-line-box img {
    display: none
  }

  .pinc-line-text {
    text-align: center;
    width: 100%;
    top: 27px;
    left: 0
  }
}

.section3 {
  position: relative;
  z-index: 1
}

.section3-box {
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 45px
}

.advantages__item {
  width: 33%;
  text-align: center;
  padding: 20px 15px
}

.advatages__image {
  background-color: #fff;
  border: 4px solid #F7B420;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: block;
  overflow: hidden;
  text-align: center;
  margin: auto
}

.advatages__image img {
  display: inline-block;
  height: 100%;
  width: auto
}

.advatages__image_l img {
  display: block;
  height: 100%;
  width: auto;
  margin: auto
}

.advantages__text-title {
  color: #F7B420;
  font-size: 22px;
  font-family: Lobster;
  margin: 0;
  padding: 10px 0
}

.advantages__text-text {
  font-size: 18px;
  margin: 0
}

@media (max-width:999px) {
  .advantages__item {
    width: 50%
  }

  .section3-box {
    padding-bottom: 50px
  }
}

@media (max-width:767px) {
  .section3-box {
    padding-top: 50px
  }

  .advantages__text-text {
    font-size: 16px
  }

  .advantages__item {
    padding-left: 5px;
    padding-right: 5px
  }

  .advantages__item:last-child {
    width: 100%
  }
}

.use-note {
  margin: 35px auto 0;
  line-height: 1.3;
  text-align: center;
  font-size: 15px;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width:479px) {
  .pinc-line-text {
    padding: 0 10px;
    font-size: 22px;
    top: 19px
  }

  .advantages__item {
    width: 100%
  }
}

.section4-box {
  border-top: 1px solid #482B3D;
  padding-top: 80px;
  padding-bottom: 80px
}

.section4-box:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 50px
}

.reviews__item {
  width: 300px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.indicators {
  background-color: red;
  display: none
}

.reviews__text {
  background-color: #632A4C;
  border-radius: 4px;
  padding: 35px 25px;
  font-size: 16px;
  line-height: 1.6;
  height: 365px;
  position: relative
}

.reviews__text::before {
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.no-webp .reviews__text::before {
  background-color: #B7064D;
  background-image: url(../img/brack.png);
  background-position: center;
}

.webp .reviews__text::before {
  background-color: #B7064D;
  background-image: url(../img/brack.webp);
  background-position: center;
}

.reviews__text::after {
  background-color: #632A4C;
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -10px;
  left: 30px;
  -webkit-transform: skewX(-45deg) rotateZ(45deg);
  -ms-transform: skewX(-45deg) rotate(45deg);
  transform: skewX(-45deg) rotateZ(45deg)
}

.reviews__autor {
  padding: 10px 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.reviews__autor-photo {
  border: 2px solid #B00649;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  overflow: hidden
}

.reviews__autor-photo img {
  width: 100%;
  height: auto;
  display: block
}

.reviews__autor-photo_sz img {
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%)
}

.reviews__autor-name {
  margin: auto auto auto 15px;
  color: #F7B420;
  font-family: Lobster;
  font-size: 20px;
  font-weight: 100;
  max-width: 190px
}

.reviews__autor-name span {
  padding-top: 4px;
  font-size: 15px;
  font-family: Roboto;
  display: block;
  line-height: 1.1;
  color: #fff
}

@media (max-width:999px) {
  .section4-box {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .reviews-list {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0
  }

  .reviews__item {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 50px
  }

  .reviews__autor-name span {
    display: none
  }
}

.use__image-box,
.use__item {
  text-align: center
}

.use__image,
.use__image_vis img {
  margin: auto
}

@media (max-width:767px) {
  .reviews-list {
    padding-top: 0
  }

  .reviews__item {
    padding-top: 50px;
    padding-bottom: 10px
  }

  .reviews__autor-name span {
    display: none
  }
}

.section5 {
  padding-top: 65px;
  padding-bottom: 35px
}

.use-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 35px
}

.use__item {
  width: 300px
}

.use__image {
  background-color: #fff;
  display: block;
  overflow: hidden;
  border: 4px solid #F7B420;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
}

.use__image img,
.use__image_vis img {
  width: auto;
  /* height: 100%; */
  display: block
}

/* .use__image_trans img { -webkit-transform: translateX(-30%); -ms-transform: translateX(-30%); transform: translateX(-30%) } */
.use__image_biger::after {
  background-color: #fff;
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 48%;
  z-index: 2;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg)
}

.use__image_biger img {
  /* width: 100%; */
  height: auto
}

.use__text {
  margin: 0;
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.4
}

@media (max-width:999px) {
  .section5 {
    padding-top: 50px;
    /* padding-bottom: 50px */
  }

  .use__item {
    width: 33%
  }
}

@media (max-width:767px) {
  .use-list {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
  }

  .use__item {
    border-bottom: 1px solid rgba(247, 180, 32, .2);
    width: 80%;
    padding-top: 15px;
    padding-bottom: 3px
  }
}

.use--first {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -45%);
}

.use--second {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
}

.use--third {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-58%, -48%);
}

.section6-box {
  padding-top: 40px;
  padding-bottom: 75px
}

.delivery {
  position: relative;
  padding-top: 35px
}

.delivery__text-box {
  width: 515px
}

.delivery__title {
  font-size: 48px;
  font-weight: 100;
  font-family: Lobster;
  color: #F7B420;
  margin: 0
}

.beware__title,
.only-today__title {
  margin: 0;
  font-weight: 400;
  font-family: Lobster
}

.delivery-pack {
  position: absolute;
  top: 40px;
  right: 0;
}

.delivery-pack img {
  width: auto;
  max-width: 100%;
}

.beware {
  width: 450px;
  position: relative;
  border-radius: 4px;
  background-color: #F7B420;
  padding: 30px 25px
}

.delivery__text {
  font-size: 18px;
  line-height: 1.5
}

.beware__title {
  font-size: 36px;
  color: #B00649
}

.beware__text {
  color: #684220;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  padding-top: 15px
}

.beware__image {
  position: absolute;
  top: -20px;
  right: 5px
}

.beware__image img {
  width: 150px
}

@media (max-width:999px) {

  .beware,
  .delivery {
    display: inline-block
  }

  .section-box {
    text-align: center
  }

  .beware,
  .delivery__text {
    text-align: left
  }

  .delivery {
    padding-top: 10px
  }

  .delivery-pack {
    position: static;
    padding-bottom: 20px
  }
}

@media (max-width:767px) {

  .beware,
  .delivery,
  .delivery__text-box {
    width: 100%
  }

  .beware__text,
  .delivery__text {
    font-size: 16px
  }

  .section6-box {
    padding-top: 30px;
    padding-bottom: 60px
  }

  .beware {
    padding: 25px 20px
  }

  .beware__image {
    top: 35px;
    right: 20px
  }

  .beware__text {
    line-height: 1.4
  }
}

@media (max-width:479px) {
  .beware__image {
    display: none
  }

  .beware__title,
  .beware_text-box {
    text-align: center
  }

  .beware__text {
    padding: 0;
    text-align: left;
  }
}

.diplom,
.discount_persent,
.discount_persent span,
.how-to-get__image,
.how-to-get__item,
.logo_everad,
.privacy {
  text-align: center
}

.section7-box {
  padding-top: 60px;
  padding-bottom: 70px
}

.how-to-get__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.how-to-get__item {
  width: 305px
}

.how-to-get__image-box {
  background-color: rgba(247, 180, 32, .03);
  border-radius: 50%;
  display: inline-block;
  padding: 20px
}

.how-to-get__image {
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #F7B420;
  width: 150px;
  height: 150px;
  overflow: hidden;
  padding-top: 5px
}

.how-to-get__image img {
  display: inline-block;
  width: 75%
}

.how-to-get__item:last-child .how-to-get__image img {
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-12%);
  -ms-transform: translateX(-12%);
  transform: translateX(-12%)
}

.how-to-get__text {
  padding-top: 20px;
  font-size: 20px
}

@media (max-width:999px) {
  .section-title br {
    display: none
  }

  .how-to-get__item {
    width: 33%
  }

  .how-to-get__item:first-child .how-to-get__text {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (max-width:767px) {
  .section7-box {
    padding-top: 50px
  }

  .how-to-get__list {
    padding-top: 15px;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
  }

  .how-to-get__item {
    border-bottom: 1px solid rgba(247, 180, 32, .2);
    width: 80%;
    padding-top: 15px;
    padding-bottom: 5px
  }
}

.section8-box {
  border-bottom: 1px solid #482B3D;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.section8-box .diplom img {
  width: 150px
}

.only-today__title {
  font-size: 33px;
  line-height: 1.3
}

.only-today {
  width: 320px;
  margin: 0 auto 10px;
}

.only-today__title_yellow {
  color: #F7B420;
  line-height: 1.1
}

.only-today__title_yellow span {
  font-family: Lobster
}

.price {
  font-size: 30px;
  font-weight: 100;
  padding-top: 24px
}

.ever-popup .price {
  display: flex;
  align-items: center;
}

.diplom img,
.price__current {
  display: inline-block
}

.ever-popup .price__current,
.ever-popup .price__previos {
  margin: 10px 0;
  padding: 3px 15px
}

.price__current {
  border-radius: 4px;
  background-color: #B7064D;
  font-weight: 700;
  padding: 3px 15px;
  position: relative;
}

.x_price_previous {
  position: relative;
}

.x_price_previous::before {
  content: '';
  position: absolute;
  top: 44%;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.price__previos {
  margin-right: 15px;
  color: #B1ABAE
}

.only-today__text {
  font-size: 17px
}

.pack {
  position: relative
}

.discount_persent {
  height: 90px;
  width: 90px;
  font-size: 30px;
  position: absolute;
  top: -30px;
  right: 15px;
}

.no-webp .discount_persent {
  background-image: url(../img/sales_bg.png);
  background-size: 100% 100%;
}

.webp .discount_persent {
  background-image: url(../img/sales_bg.webp);
  background-size: 100% 100%;
}

.discount_persent span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}

.offer-price__last,
.pack_image,
.popup,
.price__previos {
  position: relative
}

.pack_image img {
  width: 280px;
  margin-bottom: -25px;
}

.order-form {
  background-color: #632A4C;
  border-radius: 4px;
  border-top: 4px solid #B00649;
  width: 325px;
  padding: 25px 30px
}

.order-form__item {
  width: 100%;
  padding-bottom: 20px
}

.order-form__item label {
  display: block;
  font-size: 16px;
  padding-bottom: 5px
}

.order-form__item label span {
  font-size: 12px;
  color: #F7B420;
  float: right;
  /* display: inline-block; */
  margin-top: 4px
}

.order-form__item input,
.order-form__item select {
  outline: 0;
  border: none;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #262626
}

.order-form__item input:active,
.order-form__item input:focus,
.order-form__item input:hover,
.order-form__item select:active,
.order-form__item select:focus,
.order-form__item select:hover {
  outline: 0;
  border: none
}

.order-form__item button {
  border-radius: 4px;
  background-color: #F7B420;
  border: none;
  outline: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  cursor: pointer
}

select,
select:focus {
  outline: 0 !important
}

.logo_everad {
  padding-top: 20px
}

.logo_everad img {
  display: inline-block
}

.privacy {
  font-size: 17px;
  margin: 0;
  padding: 15px 0 25px;
  cursor: pointer
}

@media (max-width:999px) {
  .section8-box {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .order-form {
    margin-top: 30px
  }

  .price {
    text-align: center
  }

  .only-today__text,
  .order-form__item label {
    text-align: left
  }

  .section-box {
    max-width: 748px;
    overflow: hidden
  }
}

@media (max-width:767px) {
  .section8-box {
    padding-top: 60px
  }

  .pack {
    margin-top: 30px
  }

  .pack_image {
    width: 100%;
    text-align: center
  }

  .pack_image img {
    display: inline-block;
    width: 70%
  }

  .only-today__text {
    margin-top: 0
  }

  .only-today__box2 .diplom {
    display: none
  }
}

.popup {
  border-radius: 8px;
  /* width: 860px; */
  background-color: #2B0E20;
  padding: 20px;
  margin: 0 auto;
  z-index: 100
}

.popup .only-today__title {
  font-size: 40px;
  text-align: center;
}

.popup .only-today {
  width: 400px;
  margin: 0;
}

.popup .pack .pack_image {
  height: 100%;
  text-align: center;
}

.popup .pack img {
  display: inline-block;
  width: 230px;
  margin-bottom: -5px;
}

@media (max-width:767px) {
  .section-box {
    max-width: 460px
  }
}

@media (max-width:479px) {
  .section-box {
    max-width: 90%;
  }

  .section-title {
    font-size: 36px
  }

  .section7-box .section-title {
    font-size: 26px;
  }

}

@media (min-width:480px) {
  .counter__box {
    bottom: 35px
  }
}

@media (max-width: 992px) {
  .popup {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pack-offer__wrap {
    flex-direction: column;
    align-items: center;
    margin-top: -55px;
  }

  .ever-popup .price {
    flex-direction: row-reverse;
  }

  .popup .pack .pack_image {
    height: 100%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .only-today__box1 {
    text-align: center;
  }

  .popup .pack img {
    width: 75%;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select-arrow_nar.svg);
  background-position: right 10px center;
  background-size: 10px
}

select:hover {
  background-size: 12px;
  background-position: right 9px center
}

select::-ms-expand {
  display: none !important;
  background: 0 0 !important;
  border: none !important;
  outline: 0 !important
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: none
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

:not(#fake) {
  outline: 0
}

.section7 i {
  font-style: normal
}

.x_currency {
  font-size: 65%
}

.offer-price__last canvas,
.price__previos canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.pack-offer__wrap {
  width: 400px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.pack-offer__wrap .offer-price {
  width: 300px
}

.ever-popup .offer-price>div {
  width: 50%;
  text-align: center;
  display: block
}

@media (max-width: 482px) {
  .ever-popup__inner {
    width: 280px !important;
  }

  .order-form__item label {
    font-size: 14px;
  }

  .only-today__text,
  .order-form__item label {
    display: flex;
    flex-direction: column;
  }
}