@charset "UTF-8";

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

a img,
fieldset,
img {
  border: none;
}

input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

button,
input {
  margin: 0;
  padding: 0;
  border: 0;
}

button,
input[type="submit"] {
  cursor: pointer;
}

a,
a:focus,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
  outline: 0;
}

ol,
ul {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: svgfont;
  src: url(../fonts/svgfont.eot);
  src: url(../fonts/svgfont.eot) format("eot"),
    url(../fonts/svgfont.woff) format("woff"),
    url(../fonts/svgfont.woff2) format("woff2"),
    url(../fonts/svgfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.icon,
[class*=" icon-"],
[class^="icon-"] {
  font-family: svgfont;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon,
[class*=" icon-"],
[class^="icon-"] {
  display: inline-block;
}

.icon-back:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-next:before {
  content: "";
}

@font-face {
  font-family: HeliosCondBlack;
  src: url(../fonts/HeliosCondBlack.eot);
  src: url(../fonts/HeliosCondBlack.eot) format("embedded-opentype"),
    url(../fonts/HeliosCondBlack.woff2) format("woff2"),
    url(../fonts/HeliosCondBlack.woff) format("woff"),
    url(../fonts/HeliosCondBlack.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.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;
  -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;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.js_errorMessage {
  z-index: 1111;
}

.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 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

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

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  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(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-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;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

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

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

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;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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;
  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;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

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: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  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 {
  position: relative;
  display: block;
}

.slick-slider {
  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 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.plyr .plyr__video-embed iframe,
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot) format("embedded-opentype"),
    url(../fonts/slick.woff) format("woff"),
    url(../fonts/slick.ttf) format("truetype"),
    url(../fonts/slick.svg) format("svg");
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 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: 0.25;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.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 {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  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;
}

.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: 0.25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica,
    Arial, sans-serif;
  direction: ltr;
}

.plyr,
.plyr *,
.plyr ::after,
.plyr ::before {
  box-sizing: border-box;
}

.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr input[type="range"]:focus,
.plyr:focus {
  outline: 0;
}

.plyr audio,
.plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr__controls button:nth-of-type(3) {
  display: none;
}

.plyr input[type="range"] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 0;
  background: 0 0;
  visibility: visible;
}

.plyr input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  -webkit-transition: background 0.2s ease, border 0.2s ease,
    -webkit-transform 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type="range"]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}

.plyr input[type="range"]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type="range"]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}

.plyr input[type="range"]::-ms-fill-upper {
  height: 2px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}

.plyr input[type="range"]::-ms-fill-lower {
  height: 2px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #fb7301;
}

.plyr input[type="range"]::-ms-thumb {
  position: relative;
  height: 14px;
  width: 14px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type="range"]::-ms-tooltip {
  display: none;
}

.plyr input[type="range"]::-moz-focus-outer {
  border: 0;
}

.plyr input[type="range"].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #fb7301;
  border-color: #fff;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.plyr input[type="range"]:active::-moz-range-thumb {
  background: #fb7301;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type="range"]:active::-ms-thumb {
  background: #fb7301;
  border-color: #fff;
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.plyr--video input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
  -ms-transform: translateY(-35.95%);
  transform: translateY(-35.95%);
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.plyr__controls > * {
  pointer-events: all;
}

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls .plyr__volume,
.plyr__controls > button {
  margin-left: 5px;
}

.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child {
  margin-left: 0;
}

.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: #fb7301;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none;
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 10px 10px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.plyr--audio .plyr__controls {
  padding: 5px 20px;
  border: 0;
  background: 0 0;
}

.plyr__time--current {
  color: gray;
  font-size: 13px;
  font-weight: 400;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #3498db;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--playing .plyr__controls [data-plyr="play"],
.plyr__controls [data-plyr="pause"] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr="pause"] {
  display: inline-block;
}

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
  display: block;
}

.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"] {
  display: none;
}

.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  -webkit-transition: -webkit-transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease,
    -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease,
    -webkit-transform 0.2s 0.1s ease;
}

.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  position: relative;
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.plyr .plyr__volume input[type="range"],
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: 0 0;
}

.plyr__progress input[type="range"]::-moz-range-track {
  background: 0 0;
}

.plyr__progress input[type="range"]::-ms-fill-upper {
  background: 0 0;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  height: 2px;
  margin-top: 0;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress--buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
}

.plyr__progress--buffer::-moz-progress-bar {
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #fb7301;
  background: 0 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-ms-fill {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: #e1e1e1;
  height: 2px;
}

.plyr--audio .plyr__progress--buffer {
  color: #e1e1e1;
  margin-top: 0;
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.15) 75%,
    transparent 75%,
    transparent
  );
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time,
.plyr__volume {
  display: none;
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr="mute"] {
  display: none !important;
}

.plyr .plyr__volume {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  display: none;
}

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}

.about {
  background: url(../images/main.jpg);
  padding-top: 30px;
  margin-bottom: 44px;
}

.about__2 {
  background: #f8f8f8;
}

.about__top {
  padding: 10px 0;
  margin-bottom: 27px;
}

.about__body {
  position: relative;
}

.about__body .inner {
  max-width: 1197px;
}

.about__body .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -141px;
  margin: auto;
  background: url(../images/people.png) bottom no-repeat;
  width: 557px;
  height: 536px;
}

.about__body2 {
  padding-top: 14px;
}

.about__body2 .about__wrp {
  width: 74%;
}

.about__body2 .inner:before {
  background: url(../images/man.png) bottom no-repeat;
  width: 397px;
  height: 508px;
  left: -55px;
}

.about__body3 {
  padding-top: 15px;
}

.about__body3 .about__wrp {
  padding-bottom: 46px;
}

.about__body3 .inner:before {
  left: -150px;
}

.about__wrp {
  float: right;
  width: 73%;
  font-size: 0;
  position: relative;
  padding-bottom: 80px;
}

.about__wrp .about__list {
  padding-bottom: 300px;
}

.about__col1 {
  width: 63%;
  float: left;
}

.about__col2 {
  width: 32.1%;
  float: right;
  padding-top: 12px;
}

.about__title {
  margin-bottom: 16px;
  line-height: 1;
}

.about__title p {
  font-size: -webkit-calc(20px + (30 - 20) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(20px + (30 - 20) * ((100vw - 900px) / (1920 - 900)));
  font-weight: 700;
}

.about__subtitle {
  margin-bottom: 19px;
  font-size: 18px;
}

.about__list {
  font-size: 0;
  padding-bottom: 36px;
}

.about__prod {
  position: absolute;
  bottom: -108px;
  left: 60px;
  z-index: 1;
}

.about__prod2 {
  left: -52px;
  bottom: -100px;
}

.about__prod3 {
  bottom: -46px;
  left: -54px;
}

.about__list-item {
  padding-left: 41px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.about__list-item:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: 1px;
  left: 2px;
  background-image: url(../images/icons.png);
  width: 29px;
  height: 25px;
  background-position: -633px -492px;
}

.about__list-item:not(:last-child) {
  margin-bottom: 9px;
}

.price {
  margin-bottom: 20px;
  line-height: 1;
}

.price:after {
  content: " ";
  display: table;
  clear: both;
}

.price__old {
  float: left;
  width: 112px;
}

.price__old .x_price_previous {
  font-size: 37px;
  font-size: -webkit-calc(28px + (37 - 28) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(28px + (37 - 28) * ((100vw - 900px) / (1920 - 900)));
}

.price__new {
  float: right;
  width: 119px;
}

.price__new .x_currency {
  font-size: 15px;
}

.price__new,
.price__old {
  font-size: 0;
}

.price p {
  font-size: 13px;
  font-weight: 700;
}

.price__old div {
  color: #c2c0c0;
  font-size: 15px;
}

.price__old p {
  color: #666;
  margin-bottom: 15px;
}

.price__new p {
  color: #000;
  margin-bottom: 6px;
}

.x_currency,
.x_price_current,
.x_price_previous {
  display: inline-block;
  vertical-align: bottom;
}

.x_currency {
  padding-left: 5px;
}

.x_price_previous {
  position: relative;
}

.x_price_previous:after {
  content: "";
  z-index: 1;
  display: block;
  background-image: url(../images/icons.png);
  width: 68px;
  height: 21px;
  background-position: -633px -436px;
  position: absolute;
  top: 50%;
  left: 110%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.x_price_current {
  font-size: 21px;
}

.current {
  padding: 7px 15px;
  width: 146px;
  border-radius: 5px;
  background-color: #acb2c7;
  position: relative;
  color: #fff;
}

.current:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #acb2c7;
  border-bottom: 6px solid transparent;
  top: -4px;
  right: 0;
  z-index: 1;
}

.logo {
  float: left;
  font-size: 34px;
  letter-spacing: -0.24px;
  font-family: HeliosCondBlack, sans-serif, Arial;
  font-weight: 400;
  width: 15%;
}

.unit {
  width: 85%;
  font-size: 0;
  padding-top: 13px;
  float: right;
  text-align: right;
}

.unit__item {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}

.unit__item a {
  cursor: pointer;
}

.unit__item:hover a {
  text-decoration: underline;
}

.unit__item:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: -1px;
}

.unit__item:nth-of-type(1):before {
  left: 7px;
  background-image: url(../images/icons.png);
  width: 22px;
  height: 24px;
  background-position: -678px -461px;
}

.unit__item:nth-of-type(2) {
  margin-left: 30px;
}

.unit__item:nth-of-type(2):before {
  left: 0;
  background-image: url(../images/icons.png);
  width: 26px;
  height: 24px;
  background-position: -666px -492px;
}

.unit__item:nth-of-type(3) {
  margin-left: 14%;
}

.unit__item:nth-of-type(3):before {
  left: 0;
  background-image: url(../images/icons.png);
  width: 25px;
  height: 24px;
  background-position: -633px -521px;
}

.form {
  box-shadow: 0 24px 32px rgba(182, 186, 189, 0.45);
  border-radius: 4px;
  background-color: #fff;
  padding: 22px;
  padding-bottom: 28px;
  margin-bottom: 30px;
  position: relative;
}

.form__fields {
  margin-bottom: 16px;
  position: relative;
}

.form__fields:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: 18px;
  left: 25px;
}

.form__fields:nth-of-type(1) .form__input {
  background-image: url(../images/down-arrow.svg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  -webkit-background-size: 15px;
  background-size: 15px;
}

.form__fields:nth-of-type(1):before {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(../images/flag.svg);
  width: 19px;
  height: 19px;
}

.form__fields:nth-of-type(2):before {
  background-image: url(../images/icons.png);
  width: 15px;
  height: 19px;
  background-position: -685px -384px;
}

.form__fields:nth-of-type(3):before {
  background-image: url(../images/icons.png);
  width: 21px;
  height: 24px;
  background-position: -600px -276px;
}

.form__input {
  border-radius: 29px;
  border: 1px solid #dfe2e3;
  background-color: #f8f8f8;
  outline: 0;
  display: block;
  width: 100%;
  color: #666;
  font-size: 15px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px;
  padding-left: 56px;
  position: relative;
}

.form__input:invalid {
  box-shadow: none;
}

.form__footer {
  color: #777;
  font-size: 15px;
  text-align: center;
}

.security {
  text-align: center;
  color: #7e87a4;
  font-size: 15px;
  position: relative;
  max-width: 217px;
  margin: auto;
}

.security:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icons.png);
  width: 22px;
  height: 24px;
  background-position: -662px -521px;
}

.security p {
  padding-left: 33px;
}

body {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
}

.out {
  overflow: hidden;
}

.inner {
  max-width: 1190px;
  padding: 0 10px;
  width: 100%;
  margin: auto;
  position: relative;
}

.inner:after {
  content: " ";
  display: table;
  clear: both;
}

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

a {
  text-decoration: none;
  outline: 0;
  color: #333;
}

cite,
span {
  color: #fe7902;
}

b,
cite,
span,
strong {
  font-weight: 700;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}

.color-gray {
  color: #787a88;
}

.bg-gr {
  background-color: #f4f4f4;
}

.title-primary {
  font-size: 60px;
  font-size: -webkit-calc(40px + (60 - 40) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(40px + (60 - 40) * ((100vw - 900px) / (1920 - 900)));
  color: #fe7902;
  margin: 0 0 5px 0;
}

.title-secondary {
  font-size: 40px;
  font-size: -webkit-calc(20px + (40 - 20) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(20px + (40 - 20) * ((100vw - 900px) / (1920 - 900)));
  line-height: 40px;
  margin: 0;
  margin-bottom: 30px;
}

.h3,
.title-primary,
.title-secondary,
h3 {
  font-family: Roboto;
  font-weight: 700;
  line-height: 1;
}

.h3 {
  text-align: center;
  color: #333;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
}

.h3:after,
.h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: 1px dashed #d6d6d6;
  position: relative;
}

.h3:before {
  margin-left: -100%;
  left: -9px;
}

.h3:after {
  margin-right: -100%;
  right: -9px;
}

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

.btn {
  outline: 0;
  display: block;
  max-width: 231px;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: auto;
  box-shadow: 0 18px 26px -8px rgba(239, 111, 1, 0.35);
  border-radius: 40px;
  font: 700 26px/57px Roboto, Arial, Sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  z-index: 1;
  background: #f85a01 url(../images/btn.png) center no-repeat;
  height: 61px;
}

.btn:hover {
  box-shadow: none;
}

.icon {
  vertical-align: middle;
}

.icon-order {
  background-image: url(../images/icons.png);
  width: 68px;
  height: 83px;
  background-position: -633px 0;
}

.icon-support {
  background-image: url(../images/icons.png);
  width: 58px;
  height: 83px;
  background-position: -633px -87px;
}

.icon-cashback {
  background-image: url(../images/icons.png);
  width: 69px;
  height: 69px;
  background-position: -495px -381px;
}

.icon-logo {
  background-image: url(../images/icons.png);
  width: 54px;
  height: 49px;
  background-position: -633px -331px;
}

.icon-joint {
  background-image: url(../images/icons.png);
  width: 152px;
  height: 152px;
  background-position: 0 -151px;
}

.icon-symptom1 {
  background-image: url(../images/icons.png);
  width: 149px;
  height: 149px;
  background-position: -189px -153px;
}

.icon-symptom2 {
  background-image: url(../images/icons.png);
  width: 149px;
  height: 149px;
  background-position: -189px 0;
}

.icon-symptom3 {
  background-image: url(../images/icons.png);
  width: 149px;
  height: 149px;
  background-position: -342px 0;
}

.icon-prod1 {
  background-image: url(../images/icons.png);
  width: 134px;
  height: 134px;
  background-position: -495px 0;
}

.icon-prod2 {
  background-image: url(../images/icons.png);
  width: 134px;
  height: 134px;
  background-position: -495px -138px;
}

.icon-prod1,
.icon-prod2,
.icon-prod3,
.icon-prod4 {
  box-shadow: 0 4px 22px rgba(220, 220, 220, 0.5);
  border-radius: 50%;
}

.icon-prod3 {
  background-image: url(../images/icons.png);
  width: 101px;
  height: 101px;
  background-position: -495px -276px;
}

.icon-prod4 {
  background-image: url(../images/icons.png);
  width: 101px;
  height: 101px;
  background-position: 0 -456px;
}

.icon-attention__r {
  background-image: url(../images/icons.png);
  width: 30px;
  height: 30px;
  background-position: -667px -174px;
}

.icon-attention__gr {
  background-image: url(../images/icons.png);
  width: 30px;
  height: 30px;
  background-position: -667px -242px;
}

.icon-people1 {
  background-image: url(../images/icons.png);
  width: 145px;
  height: 145px;
  background-position: 0 -307px;
}

.icon-people2 {
  background-image: url(../images/icons.png);
  width: 145px;
  height: 145px;
  background-position: -342px -153px;
}

.icon-people3 {
  background-image: url(../images/icons.png);
  width: 145px;
  height: 145px;
  background-position: -298px -307px;
}

.icon-close {
  font-size: 19px;
  color: #fe7902;
}

.icon-back,
.icon-next {
  color: #f19015;
  font-size: 30px;
  cursor: pointer;
}

.icon-back:hover,
.icon-next:hover {
  opacity: 0.7;
}

.js-next,
.js-prev {
  position: absolute;
  top: 45%;
  z-index: 11;
}

.js-prev {
  left: 0;
}

.js-next {
  right: 0;
}

.line {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 43px;
}

.line:after,
.line:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin: auto;
  border: 10px solid transparent;
  border-top: 10px solid #e5e5e5;
}

.line:after {
  border-top: 10px solid #fff;
  bottom: -19px;
}

.plus {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fe7902;
  border-radius: 50%;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.plus:after,
.plus:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  top: 14px;
  left: 9px;
}

.plus:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plus.is-open:before {
  display: none;
}

.text {
  position: relative;
  max-height: 111px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.text:before {
  display: block;
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.4) 0,
    rgba(255, 255, 255, 0.8) 47%,
    #fff 90%,
    #fff 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4) 0,
    rgba(255, 255, 255, 0.8) 47%,
    #fff 90%,
    #fff 100%
  );
  width: 100%;
  height: 30px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.text.is-show {
  max-height: 400px;
  border: 0;
}

.text.is-show:before {
  display: none;
}

.opinion__text {
  max-height: 237px;
  border-bottom: 1px dashed #d6d6d6;
}

.opinion__text.is-show {
  max-height: 650px;
}

.opinion__text:before {
  height: 55px;
}

.overlay,
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 111;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  opacity: 0;
  visibility: hidden;
}

.overlay.is-active,
.popup.is-active {
  opacity: 1;
  visibility: visible;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.popup {
  z-index: 222;
  text-align: center;
  font-size: 0;
}

.popup:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.popup__window {
  box-shadow: 0 8px 32px rgba(182, 186, 189, 0.25);
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 40px;
  max-width: 504px;
  position: relative;
  width: 100%;
}

.popup__ingridients .popup__window {
  max-width: 783px;
  padding: 55px;
}

.popup__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.popup__desc {
  padding-top: 63px;
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
}

.popup__desc i {
  font-size: 14px;
  color: #666;
  display: block;
}

.popup__desc:after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/icons.png);
  width: 48px;
  height: 48px;
  background-position: -633px -384px;
}

.popup__btn {
  border-radius: 25px;
  background-color: #f8f8f8;
  max-width: 167px;
  margin: auto;
  display: block;
  outline: 0;
  padding: 15px;
  color: #8a8a8a;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.popup__btn:hover {
  color: #fe7902;
}

.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.popup__content h4 {
  font-size: 30px;
  font-size: -webkit-calc(18px + (30 - 18) * ((100vw - 480px)/ (767 - 480)));
  font-size: calc(18px + (30 - 18) * ((100vw - 480px) / (767 - 480)));
  font-weight: 700;
  color: #333;
  margin-bottom: 28px;
}

.popup__content p {
  font-size: 16px;
  color: #666;
}

.item {
  font-size: 0;
  line-height: 1;
}

.item span {
  vertical-align: top;
  box-shadow: 0 3px 3px rgba(111, 119, 121, 0.6), inset 1px 1px 0 #fff;
  background-color: #fff;
  background-image: -webkit-linear-gradient(
    top,
    rgba(230, 234, 236, 0.74) 0,
    rgba(255, 255, 255, 0.74) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(230, 234, 236, 0.74) 0,
    rgba(255, 255, 255, 0.74) 100%
  );
  color: #323a3d;
  line-height: 1;
  font-size: 36px;
  font-size: -webkit-calc(21px + (36 - 21) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(21px + (36 - 21) * ((100vw - 900px) / (1920 - 900)));
  font-weight: 500;
  padding: 6px;
  position: relative;
}

.item span:not(:first-child) {
  margin-left: 5px;
}

.item span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.11);
}

.item b,
.item p,
.item span {
  display: inline-block;
  vertical-align: middle;
}

.item p {
  padding-left: 20px;
}

.item b {
  vertical-align: middle;
  line-height: 50px;
}

.item b,
.item p {
  font-size: 40px;
  font-size: -webkit-calc(20px + (40 - 20) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(20px + (40 - 20) * ((100vw - 900px) / (1920 - 900)));
}

.item-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.wrapper {
  font-size: 0;
  max-width: 767px;
  margin: auto;
  background-color: #f4f4f4;
  padding: 40px 20px;
}

.popup__head {
  text-align: center;
  margin-bottom: 30px;
}

.popup__head p {
  font-size: 30px;
  font-size: -webkit-calc(20px + (30 - 20) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(20px + (30 - 20) * ((100vw - 900px) / (1920 - 900)));
  line-height: 1;
  font-weight: 700;
}

.popup__col {
  display: inline-block;
  vertical-align: top;
}

.popup__col:nth-of-type(1) {
  width: 45%;
}

.popup__col:nth-of-type(2) {
  width: 55%;
  padding-left: 5%;
}

.popup__col .form {
  max-width: 320px;
  margin: auto;
}

.popup__title {
  text-align: center;
}

.ever-popup__inner {
  max-width: 767px;
}

.symptoms {
  padding: 80px 0 50px 0;
}

.symptoms .title-secondary {
  text-align: center;
}

.symptoms__title {
  overflow: hidden;
  text-align: center;
  max-width: 770px;
  margin: auto;
}

.symptoms__list {
  font-size: 0;
  margin: 0 0 55px -2%;
}

.symptoms__list:nth-of-type(1) {
  margin-top: 24px;
}

.symptoms__list:nth-of-type(2) .symptoms__item {
  padding: 25px 34px 22px 21px;
}

.symptoms__list:nth-of-type(2) .symptoms__item:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  background-image: url(../images/icons.png);
  width: 145px;
  height: 145px;
  background-position: -149px -307px;
}

.symptoms__list:nth-of-type(3) .symptoms__item {
  padding: 29px 186px 118px 34px;
}

.symptoms__list:nth-of-type(3) .symptoms__item .symptoms__desc {
  max-width: 150px;
}

.symptoms__list:nth-of-type(3) .symptoms__item img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.symptoms__item {
  border-radius: 8px;
  background-color: #f8f8f8;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 17px 20px 37px 18px;
  position: relative;
  margin-left: 2%;
  width: 31.33%;
  font-size: 17px;
  box-shadow: 0 17px 18px -12px rgba(182, 186, 189, 0.45);
}

.symptoms__step {
  margin-bottom: 30px;
  padding-right: 145px;
  line-height: 1;
}

.symptoms__step span {
  font-size: 90px;
  color: rgba(120, 122, 136, 0.7);
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 12px;
  line-height: 1;
}

.symptoms__step p {
  color: #787a88;
}

.symptoms__step .icon {
  box-shadow: 0 8px 32px rgba(182, 186, 189, 0.25);
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: 20px;
}

.symptoms__desc {
  color: #333;
  max-width: 285px;
  position: relative;
  z-index: 11;
  line-height: 1.2;
}

.symptoms__subtitle {
  font-size: 26px;
  font-size: -webkit-calc(18px + (26 - 18) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(18px + (26 - 18) * ((100vw - 900px) / (1920 - 900)));
  color: #333;
  text-align: center;
  font-weight: 700;
}

.advantages {
  padding: 60px 0;
}

.advantages .title-secondary {
  text-align: center;
  position: relative;
  max-width: 717px;
  margin: 0 auto 24px;
}

.advantages .title-secondary:before {
  content: "";
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background-image: url(../images/icons.png);
  width: 185px;
  height: 147px;
  background-position: 0 0;
}

.advantages__author {
  text-align: right;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 68px;
  padding-right: 90px;
}

.advantages__head {
  margin-bottom: 55px;
}

.advantages__body:after,
.advantages__footer:after,
.advantages__head:after {
  content: " ";
  display: table;
  clear: both;
}

.advantages__col {
  float: left;
  width: 50%;
}

.advantages__col blockquote {
  text-align: center;
  max-width: 535px;
  margin: auto;
}

.advantages__col blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #666;
  line-height: 24px;
  font-weight: 700;
}

.advantages__col:nth-of-type(1) {
  padding-right: 20px;
}

.advantages__col:nth-of-type(2) {
  padding-left: 8.1712062257%;
  border-left: 1px solid #dfdfdf;
}

.advantages__title {
  margin-bottom: 58px;
  font-size: 0;
}

.advantages__title h4 {
  font-size: 30px;
  font-size: -webkit-calc(20px + (30 - 20) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(20px + (30 - 20) * ((100vw - 900px) / (1920 - 900)));
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  max-width: 350px;
}

.advantages__title h4 span {
  font-size: 40px;
  font-size: -webkit-calc(22px + (40 - 22) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(22px + (40 - 22) * ((100vw - 900px) / (1920 - 900)));
}

.advantages__in {
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 55px 20px 25px 20px;
  position: relative;
  overflow: hidden;
}

.advantages__in:after,
.advantages__in:before {
  content: "";
  z-index: 11;
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 15px 15px 0 15px;
}

.advantages__in:before {
  left: 23%;
}

.advantages__in:after {
  right: 23%;
}

.advantages__body {
  margin-bottom: 33px;
  padding: 0 4.6036036036%;
  position: relative;
  z-index: 11;
}

.advantages__body:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 19%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 104%;
  height: 2px;
  background: url(../images/shape3.png) center repeat;
}

.advantages__footer {
  border-radius: 8px;
  background-color: #fff;
  padding: 43px;
}

.advantages__footer .advantages__title {
  margin-bottom: 16px;
}

.advantages__desc {
  font-size: 16px;
  line-height: 26px;
}

.advantages__desc:first-child {
  padding-right: 120px;
}

.advantages__col-pd {
  padding-left: 24px !important;
}

.list {
  font-size: 0;
  max-width: 350px;
}

.list__item {
  padding-left: 53px;
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 22px;
  text-indent: -9px;
}

.list__item:not(:last-child) {
  margin-bottom: 38px;
}

.list__item:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.list__item .list__item:before {
  background-image: url(../images/icons.png);
  width: 30px;
  height: 30px;
  background-position: -667px -208px;
}

.list__1 .list__item:before {
  background-image: url(../images/icons.png);
  width: 30px;
  height: 30px;
  background-position: -667px -208px;
}

.list__2 .list__item:before {
  background-image: url(../images/icons.png);
  width: 30px;
  height: 30px;
  background-position: -667px -276px;
}

.wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.opinion {
  padding: 64px 0 60px 0;
  overflow: hidden;
}

.opinion .title-secondary {
  margin-bottom: 35px;
  font-size: 40px;
}

.opinion__header:after {
  content: " ";
  display: table;
  clear: both;
}

.opinion__pic {
  width: 40%;
  text-align: center;
}

.opinion__content {
  width: 60%;
  position: relative;
  padding-bottom: 30px;
}

.opinion__content p {
  font-style: italic;
  line-height: 30px;
}

.opinion__content p:not(:last-child) {
  margin-bottom: 14px;
}

.opinion__col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e8e9eb;
  background-color: #fff;
  box-shadow: 0 10px 18px 0 rgba(238, 237, 235, 0.81);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: relative;
  font-size: 0;
}

.opinion__col:nth-of-type(2) {
  width: 40%;
  background-color: #f8f8f8;
  margin-left: 2.6086956522%;
  text-align: center;
  padding: 15px;
}

.opinion__col:nth-of-type(1) {
  width: 57.3%;
  position: relative;
  padding: 42px 26px 45px 28px;
}

.opinion__col:nth-of-type(1):after {
  content: "";
  z-index: 1;
  display: block;
  height: 60%;
  position: absolute;
  left: 46%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  border: 1px dashed #d6d6d6;
}

.opinion__title {
  font-size: 30px;
  font-size: -webkit-calc(25px + (30 - 25) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(25px + (30 - 25) * ((100vw - 900px) / (1920 - 900)));
  font-weight: 700;
  max-width: 170px;
  float: left;
  line-height: 1;
}

.opinion__title span {
  font-size: 44px;
  font-size: -webkit-calc(25px + (44 - 25) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(25px + (44 - 25) * ((100vw - 900px) / (1920 - 900)));
}

.opinion__footer {
  margin-top: -15px;
}

.opinion__list {
  float: right;
  width: 50%;
}

.opinion__item {
  font-size: 17px;
  font-weight: 700;
}

.opinion__item:not(:last-child) {
  margin-bottom: 13px;
}

.opinion__plus {
  bottom: auto;
  top: 60.761733%;
  z-index: 1;
}

.opinion__plus.is-open {
  top: 81%;
}

.opinion__stat {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}

.opinion__stat-rate {
  font-family: Roboto;
  font-size: 108px;
  font-size: -webkit-calc(70px + (108 - 70) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(70px + (108 - 70) * ((100vw - 900px) / (1920 - 900)));
  font-weight: 700;
  color: #f39515;
  line-height: 1;
  display: inline-block;
  text-shadow: 1px 4px 6px rgba(0, 0, 0, 0.08);
}

.opinion__stat-info {
  color: #010101;
  font-weight: 700;
  font-size: 16px;
  margin: auto;
  line-height: 32px;
}

.opinion__stat-info b {
  font-size: 34px;
  font-size: -webkit-calc(20px + (34 - 20) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(20px + (34 - 20) * ((100vw - 900px) / (1920 - 900)));
  display: block;
}

.analogs {
  padding: 50px 0 100px 0;
}

.analogs__in {
  box-shadow: 0 4px 22px #d3d3d3;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding-top: 40px;
  margin-top: 60px;
}

.analogs__title {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  max-width: 805px;
  margin: 0 auto 34px;
  line-height: 26px;
}

.analogs__table {
  width: 100%;
}

.table {
  word-wrap: break-word;
  font-size: 16px;
}

.table td {
  padding: 17px 0;
}

.table td p {
  border-left: 1px solid #ebebeb;
  padding: 20px 33px;
}

.table__thead td {
  color: #787a88;
  font-weight: 700;
}

.table__tbody tr:nth-of-type(1) {
  background-color: #fff;
  font-weight: 700;
}

.table__tbody td:nth-of-type(1) {
  font-size: 26px;
  font-size: -webkit-calc(14px + (26 - 14) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(14px + (26 - 14) * ((100vw - 900px) / (1920 - 900)));
  font-weight: 700;
  padding-left: 33px;
}

.table__tbody td span {
  display: inline-block;
  vertical-align: middle;
}

.table__tbody .icon {
  margin-right: 5px;
}

.info {
  padding-top: 93px;
}

.info__in {
  margin-bottom: 30px;
  margin-top: 60px;
}

.info__content,
.info__pic {
  width: 50%;
}

.info__content {
  padding-left: 2%;
  position: relative;
}

.info__content:before {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  background-image: url(../images/icons.png);
  width: 185px;
  height: 147px;
  background-position: 0 0;
  top: 0;
  right: 0;
}

.info__author {
  max-width: 426px;
  margin-bottom: 34px;
}

.info__author p {
  font-size: 16px;
  font-style: italic;
}

.info__project strong {
  font-size: 22px;
  margin-bottom: 18px;
}

.info__project p {
  color: #666;
  font-size: 16px;
}

.info__project p:not(:last-child) {
  margin-bottom: 18px;
}

.info__journal {
  margin: auto;
  display: block;
}

.chart {
  padding: 64px 0 88px 0;
}

.chart .title-secondary {
  max-width: 588px;
  margin: 0 auto 35px;
}

.chart__col {
  float: left;
}

.chart__col:nth-of-type(1) {
  position: relative;
  width: 56%;
  padding-left: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.chart__col:nth-of-type(2) {
  width: 40%;
  float: right;
  margin-top: 60px;
  padding-left: 25px;
  position: relative;
}

.chart__col:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: -9px;
  top: 11px;
  margin: auto;
  background-image: url(../images/icons.png);
  width: 10px;
  height: 270px;
  background-position: -705px 0;
  height: 100%;
  bottom: 0;
}

.chart__head {
  position: relative;
  margin-bottom: 53px;
}

.chart__head b {
  font-size: 20px;
  max-width: 233px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 8.5158150852%;
  line-height: 1.1;
}

.chart__body {
  border-top: 1px solid #e1e1e1;
  padding-top: 23px;
}

.chart__body div {
  font-size: 16px;
  font-style: italic;
  color: #333;
  position: relative;
}

.chart__body div:nth-of-type(1) {
  margin-bottom: 8px;
}

.chart__body div:after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  width: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 2px;
}

.chart__body div:nth-of-type(1):after {
  height: 2px;
  background-image: -webkit-linear-gradient(
      0deg,
      transparent,
      transparent 50%,
      #f4f4f4 50%,
      #f4f4f4 100%
    ),
    -webkit-linear-gradient(right, #aada18 0, #e31f1f 100%);
  background-image: linear-gradient(
      90deg,
      transparent,
      transparent 50%,
      #f4f4f4 50%,
      #f4f4f4 100%
    ),
    linear-gradient(to left, #aada18 0, #e31f1f 100%);
  background-size: 20px 3px, 100% 3px;
  border: none;
}

.chart__body div:nth-of-type(2):after {
  background-image: -webkit-linear-gradient(right, #aada18 0, #e31f1f 100%);
  background-image: linear-gradient(to left, #aada18 0, #e31f1f 100%);
}

.step {
  position: absolute;
  font-weight: 700;
  font-size: 16px;
}

.step__1 {
  top: 19.5467422096%;
  max-width: 100px;
  left: 29.5031055901%;
}

.step__2 {
  top: 39.6600566572%;
  right: 20.4968944099%;
  max-width: 200px;
  left: 51%;
  margin: auto;
}

.step__3 {
  right: 0.7763975155%;
  bottom: 22.6628895184%;
  max-width: 100px;
  left: 87%;
  margin: auto;
}

.step__disc {
  top: 44%;
  left: 0;
  -webkit-transform: translateX(-23%) rotate(-90deg);
  -ms-transform: translateX(-23%) rotate(-90deg);
  transform: translateX(-23%) rotate(-90deg);
}

.step__time {
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -30px;
}

.step__note {
  font-weight: 400;
  font-size: 18px;
  left: 27.3291925466%;
  top: -10px;
}

.media {
  padding: 58px 0 43px 0;
}

.media__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 55px;
  font-size: 40px;
  font-size: -webkit-calc(20px + (40 - 20) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(20px + (40 - 20) * ((100vw - 900px) / (1920 - 900)));
}

.media__list {
  margin: 0 0 57px -2%;
}

.media__item {
  box-shadow: 0 8px 32px rgba(182, 186, 189, 0.25);
  border-radius: 10px;
  border: 1px solid #e8e9eb;
  background-color: #fff;
  width: 23%;
  height: 168px;
  margin-left: 2%;
  position: relative;
  text-align: center;
}

.media__item p,
.media__item span {
  color: inherit;
}

.media__item:first-of-type {
  color: #fe7902;
}

.media__item:nth-of-type(2) {
  color: #fe9c02;
}

.media__item:nth-of-type(3) {
  color: #e4a600;
}

.media__item:last-of-type {
  color: #b49844;
}

.media__item:nth-of-type(3) .media__content p,
.media__item:nth-of-type(4) .media__content p {
  padding-top: 10px;
  font-size: 20px;
}

.media__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 40px;
  font-size: -webkit-calc(30px + (40 - 30) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(30px + (40 - 30) * ((100vw - 900px) / (1920 - 900)));
  font-weight: 700;
}

.percents {
  line-height: 1;
  padding-left: 12px;
}

.cur {
  position: relative;
  left: -6px;
}

.attention {
  padding: 46px 0;
  background: url(../images/bg2.jpg);
}

.attention .title-secondary {
  padding-left: 31px;
  padding-top: 14px;
  margin-bottom: 50px;
}

.attention__content {
  padding-right: 30px;
}

.attention__content,
.attention__pic {
  width: 50%;
}

.attention__pic img {
  border-radius: 10px;
}

.attention__note {
  position: relative;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  box-shadow: 0 10px 18px 0 rgba(238, 237, 235, 0.81);
  padding: 29px 92px 22px 32px;
  line-height: 1.3;
}

.attention__note p {
  max-width: 429px;
}

.attention__note:after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: -16%;
  right: 5%;
  background-image: url(../images/icons.png);
  width: 30px;
  height: 153px;
  background-position: -633px -174px;
}

.author {
  padding-top: 35px;
  padding-bottom: 60px;
  position: relative;
}

.author:after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  background-image: url(../images/icons.png);
  width: 175px;
  height: 52px;
  background-position: -105px -456px;
}

.author__name {
  font-size: 18px;
}

.author__rank {
  font-size: 16px;
  font-style: italic;
}

.attention,
.product {
  position: relative;
}

.attention:after,
.product:after {
  content: "";
  z-index: 111;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 15px 15px 0 15px;
}

.product {
  background: url(../images/bg1.jpg);
  padding-top: 65px;
}

.product .title-secondary {
  margin-bottom: 11px;
}

.product__subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}

.product__content {
  float: left;
  width: 56%;
  padding-bottom: 62px;
  text-align: left;
}

.product__pic {
  position: absolute;
  bottom: -43px;
  right: 19px;
}

.product__btn a {
  margin: 0;
}

.product .about__list-item:not(:last-child) {
  margin-bottom: 14px;
}

.order {
  text-align: center;
  padding: 58px 0 52px 0;
}

.order .title-secondary {
  max-width: 710px;
  margin: 0 auto 90px;
}

.order__list {
  font-size: 0;
  margin: 0 0 60px -2%;
}

.order__info {
  max-width: 900px;
  margin: auto;
  color: #787a88;
}

.order__list-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
  width: 31.33%;
  position: relative;
}

.order__list-item:not(:last-child):after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: 29%;
  right: -36px;
  background-image: url(../images/icons.png);
  width: 41px;
  height: 27px;
  background-position: -633px -461px;
}

.order__list-pic {
  width: 169px;
  height: 169px;
  margin: 0 auto 25px;
  box-shadow: 0 8px 32px rgba(182, 186, 189, 0.25);
  text-align: center;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}

.order__list-pic:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.order__list-desc {
  max-width: 210px;
  margin: auto;
}

.order__list-desc h3 {
  font-size: 20px;
}

.method {
  padding: 54px 0 60px 0;
  text-align: center;
}

.method .title-secondary {
  margin-bottom: 40px;
}

.method__list {
  font-size: 0;
  margin: 0 0 0 -2%;
}

.method__pic {
  position: relative;
  height: 314px;
  margin-bottom: 20px;
}

.method__pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}

.method__title {
  font-size: 16px;
  font-weight: 700;
}

.method__list-item {
  border-radius: 10px;
  border: 1px solid #e8e9eb;
  background-color: #fff;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 31.33%;
  margin-left: 2%;
  padding: 32px 32px 40px 32px;
  position: relative;
}

.method__list-item:nth-of-type(1) .method__pic {
  margin-bottom: 10px;
}

.method__list-item:nth-of-type(1) .method__pic img {
  left: 50px;
}

.ingridients {
  padding: 60px 0 57px 0;
}

.ingridients .title-secondary {
  max-width: 927px;
  margin: 0 auto 60px;
}

.ingridients__list {
  position: relative;
  padding: 225px 0;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.ingridients__in {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.ingridients__prod {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.ingridients__btn {
  width: 29px;
  height: 29px;
  background: #f2f3f3 -webkit-linear-gradient(right, #f85a01 0, #fc7801 50%, #f65a03
        100%);
  background: #f2f3f3
    linear-gradient(to left, #f85a01 0, #fc7801 50%, #f65a03 100%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ingridients__btn:after,
.ingridients__btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  top: 47%;
}

.ingridients__btn:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ingridients__item {
  background-color: #fff;
  border: 1px solid #ece9e9;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  position: absolute;
  cursor: pointer;
  width: 300px;
  min-height: 102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ingridients__item:first-of-type {
  left: 0;
  top: 0;
}

.ingridients__item:nth-of-type(2) {
  right: 0;
  top: 0;
}

.ingridients__item:nth-of-type(3) {
  left: 0;
  top: 117px;
}

.ingridients__item:nth-of-type(4) {
  right: 0;
  top: 117px;
}

.ingridients__item:nth-of-type(5) {
  left: 0;
  top: 234px;
}

.ingridients__item:last-of-type {
  right: 0;
  top: 234px;
}

.ingridients__item:nth-child(odd) .ingridients__btn {
  right: -14px;
}

.ingridients__item:nth-child(even) .ingridients__btn {
  left: -14px;
}

.ingridients__item.is-show {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 68%;
}

.ingridients__item.is-show .ingridients__content {
  opacity: 1;
  visibility: visible;
}

.ingridients__item.is-show .ingridients__btn {
  z-index: 11;
}

.ingridients__item.is-show .ingridients__btn:before {
  display: none;
}

.ingridients__intro {
  position: absolute;
  left: 20px;
  width: 268px;
}

.ingridients__content {
  width: 60%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ingridients__col {
  width: 50%;
}

.ingridients__more {
  color: #fe7902;
  font: 700 20px/1 Roboto, Arial, sans-serif;
  border-bottom: 2px dashed #fe7902;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ingridients__more:hover {
  border-color: transparent;
}

.ingridients__intro-pic {
  width: 40%;
  text-align: center;
  margin-right: 7px;
  height: 90px;
  position: relative;
}

.ingridients__intro-pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ingridients__intro-title {
  max-width: 100px;
  margin: auto;
  font-weight: 700;
  line-height: 1.1;
}

.ingridients__intro-pic,
.ingridients__intro-title {
  display: inline-block;
  vertical-align: middle;
}

.reviews {
  background-color: #f8f8f8;
  padding: 56px 0 77px 0;
  text-align: center;
}

.reviews__list {
  margin: 0 0 0 -2%;
  font-size: 0;
}

.reviews__subtitle {
  color: #787a88;
  font-size: 16px;
  margin-bottom: 20px;
}

.reviews .title-secondary {
  max-width: 857px;
  margin: 0 auto 40px;
}

.reviews__list-item {
  width: 31.33%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  border: 1px solid #e8e9eb;
  background-color: #fff;
  padding: 0 30px 50px 30px;
}

.review {
  position: relative;
  font-size: 16px;
}

.review__pic {
  position: absolute;
  left: 0;
  right: 0;
  top: -66px;
  margin: auto;
}

.review__name {
  padding: 15px 0;
  padding-top: 102px;
  font-size: 20px;
  line-height: 1;
}

.review__name p {
  display: inline-block;
  font-style: italic;
}

.review__desc {
  padding-top: 22px;
  position: relative;
  font-weight: 700;
  max-width: 220px;
  margin: 0 auto 17px;
}

.review__desc:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/icons.png);
  width: 24px;
  height: 19px;
  background-position: -600px -304px;
}

.review__content {
  text-align: left;
}

.comment {
  max-width: 811px;
  width: 100%;
  margin: 0 auto 95px;
}

.comment__input {
  width: 100%;
  display: block;
  box-shadow: 0 6px 18px rgba(174, 175, 175, 0.4);
  border-radius: 20px;
  background-color: #fff;
  outline: 0;
  padding: 13px 35px 12px 20px;
  max-width: 570px;
  color: #b5b5b5;
  font-size: 15px;
}

.comment__btn {
  padding: 11px 30px;
  font-size: 16px;
  outline: 0;
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(
    right,
    #f85a01 0,
    #fc7801 50%,
    #f65a03 100%
  );
  background-image: linear-gradient(
    to left,
    #f85a01 0,
    #fc7801 50%,
    #f65a03 100%
  );
  outline: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  max-width: 190px;
  width: 100%;
}

.comment__btn:hover {
  box-shadow: none;
}

.comment__plus {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
  right: 5px;
  top: 5px;
}

.comment__plus:after,
.comment__plus:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background: #e2e2e2;
  top: 14px;
  left: 9px;
}

.comment__plus:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.comment__control {
  font-size: 0;
  margin-bottom: 10px;
}

.comment__info {
  font-size: 16px;
  padding-left: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}

.comment__info.is-active {
  opacity: 1;
  visibility: visible;
}

.comment__control-field {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.comment__control-field:nth-of-type(1) {
  width: 65%;
}

.comment__control-field:nth-of-type(2) {
  padding-left: 10px;
  width: 30%;
}

input[type="range"]::-ms-track {
  background: 0 0;
}

input::-ms-clear {
  display: none;
}

.audio-reviews {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 0 -2%;
}

.audio-review__item {
  width: 31.33%;
  position: relative;
  margin-left: 2%;
}

.audio-review__item:after {
  display: block;
  z-index: -1;
  color: #f2f4f5;
  font-family: Roboto;
  font-size: 120px;
  font-size: -webkit-calc(80px + (120 - 80) * ((100vw - 900px)/ (1920 - 900)));
  font-size: calc(80px + (120 - 80) * ((100vw - 900px) / (1920 - 900)));
  position: absolute;
  top: 38%;
  left: 59%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.audio-review__item:nth-of-type(1):after {
  content: "1";
}

.audio-review__item:nth-of-type(2):after {
  content: "2";
}

.audio-review__item:nth-of-type(3):after {
  content: "3";
}

.audio-review__desc {
  font-size: 15px;
  color: #666;
  text-align: left;
  font-weight: 400;
  padding-left: 60px;
}

.section {
  padding: 60px 0 78px 0;
}

.section .title-secondary {
  max-width: 747px;
  margin: auto;
}

.slider {
  text-align: center;
}

.slider__item {
  position: relative;
  background-color: #fff;
  height: 260px;
  border-radius: 10px;
}

.slider__item:after {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/icons.png);
  width: 185px;
  height: 147px;
  background-position: 0 0;
}

.slider__item blockquote {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  position: relative;
  z-index: 11;
  width: 90%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #d5d7d8;
}

.slider__item blockquote cite {
  color: #d5d7d8;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 40px 0;
}

.owl-carousel .owl-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
}

.owl-carousel .owl-item cite {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.owl-carousel .owl-item.center,
.owl-carousel .owl-item.left,
.owl-carousel .owl-item.right {
  box-shadow: 0 8px 32px rgba(182, 186, 189, 0.34);
}

.owl-carousel .owl-item.right {
  -webkit-transform: translateX(-28%) scale(0.9);
  -ms-transform: translateX(-28%) scale(0.9);
  transform: translateX(-28%) scale(0.9);
}

.owl-carousel .owl-item.left {
  -webkit-transform: translateX(28%) scale(0.9);
  -ms-transform: translateX(28%) scale(0.9);
  transform: translateX(28%) scale(0.9);
}

.owl-carousel .owl-item.center {
  z-index: 11;
  width: 500px !important;
}

.owl-carousel .owl-item.center blockquote {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
}

.owl-carousel .owl-item.center blockquote cite {
  color: #fe7902;
}

.decision {
  position: relative;
  text-align: center;
  padding: 58px 0 70px 0;
}

.decision .line {
  margin-bottom: 0;
}

.decision .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f4f4f4;
  height: 320px;
  width: 100%;
}

.decision .title-secondary {
  margin-bottom: 10px;
}

.decision__sub {
  color: #666;
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 1;
}

.decision__list {
  margin: 0 0 57px -2%;
}

.decision__item {
  width: 31.33%;
  margin-left: 2%;
}

.decision__pic {
  margin-bottom: 18px;
}

.decision__pic img {
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(182, 186, 189, 0.34);
}

.decision__desc {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}

.decision__in {
  max-width: 970px;
  margin: auto;
}

.decision__bl {
  box-shadow: 0 8px 32px rgba(182, 186, 189, 0.34);
  border-radius: 8px;
  background-color: #fff;
  padding: 39px 0 32px 7px;
  margin: 0 auto 60px;
}

.decision__title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto 30px;
  max-width: 649px;
  line-height: 1;
}

.decision__content {
  max-width: 868px;
  margin: auto;
}

.decision__content b {
  margin-bottom: 8px;
  display: block;
}

.footer {
  padding: 35px 0;
  color: rgba(102, 102, 102, 0.7);
  margin-top: 96px;
}

.footer__info {
  float: right;
  text-align: right;
}

.footer__copy {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.footer__logo {
  float: left;
}

.footer__addr {
  overflow: hidden;
  text-align: center;
}

.footer__addr a {
  color: rgba(102, 102, 102, 0.7);
}

.footer__addr a:hover {
  text-decoration: underline;
}

.about,
.attention,
.product {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  * {
    -webkit-text-size-adjust: none;
  }
}

@media (min-width: 1920px) {
  .price__old .x_price_previous {
    font-size: 37px;
  }

  .x_price_current {
    font-size: 21px;
  }

  .title-primary {
    font-size: 60px;
  }

  .title-secondary {
    font-size: 40px;
  }

  .item span {
    font-size: 36px;
  }

  .item b,
  .item p {
    font-size: 40px;
  }

  .popup__head p {
    font-size: 30px;
  }

  .symptoms__subtitle {
    font-size: 26px;
  }

  .advantages__title h4 {
    font-size: 30px;
  }

  .advantages__title h4 span {
    font-size: 40px;
  }

  .opinion__title {
    font-size: 30px;
  }

  .opinion__title span {
    font-size: 44px;
  }

  .opinion__stat-rate {
    font-size: 108px;
  }

  .opinion__stat-info b {
    font-size: 34px;
  }

  .table__tbody td:nth-of-type(1) {
    font-size: 26px;
  }

  .media__title {
    font-size: 40px;
  }

  .media__content {
    font-size: 40px;
  }

  .audio-review__item:after {
    font-size: 120px;
  }
}

@media only screen and (max-width: 1250px) {
  .about__body .inner:before {
    left: 0;
    right: 0;
    opacity: 0.3;
  }

  .about__body2 .about__wrp {
    width: 80%;
  }

  .about__body2 .inner:before {
    left: -55px;
    right: auto;
    opacity: 1;
  }

  .about__wrp {
    width: 80%;
  }

  .about__col1 {
    width: 59%;
  }

  .about__col2 {
    width: 40%;
  }

  .unit {
    text-align: center;
  }

  .unit__item:nth-of-type(3) {
    margin-left: 34px;
  }

  .chart__head b {
    padding-left: 10px;
    font-size: 15px;
    max-width: 150px;
  }

  .chart__body div:after {
    left: 0;
    top: 27px;
  }

  .step {
    font-size: 14px;
  }

  .step__3 {
    left: 58%;
    bottom: 25%;
  }

  .owl-carousel .owl-item.center {
    width: 420px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .advantages .title-secondary {
    padding: 0 5px;
    max-width: 630px;
  }

  .table td p {
    padding: 11px;
  }

  .table td {
    padding: 7px;
  }
}

@media only screen and (max-width: 1175px) {
  .opinion__item:nth-of-type(1) {
    max-width: 170px;
  }
}

@media only screen and (max-width: 1150px) {
  .ingridients__prod {
    max-width: 370px;
    width: 100%;
    left: -46px;
  }
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .about {
    margin-bottom: 0;
  }

  .about__top {
    text-align: center;
    display: none;
  }

  .about__body .inner {
    max-width: 480px;
  }

  .about__body .inner:before {
    display: none;
  }

  .about__body2 .about__wrp {
    width: 100%;
  }

  .about__body3 .about__wrp {
    padding-bottom: 0;
  }

  .about__body2,
  .about__body3 {
    padding-top: 0;
  }

  .about__wrp {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }

  .about__wrp .about__list {
    padding-bottom: 20px;
  }

  .about__col1,
  .about__col2 {
    float: none;
    width: 100%;
  }

  .about__subtitle,
  .about__title {
    text-align: center;
  }

  .about__list {
    max-width: 310px;
    margin: auto;
  }

  .about__prod {
    position: static;
    max-width: 370px;
    margin: auto;
  }

  .logo,
  .unit {
    width: 100%;
    float: none;
  }

  .unit {
    max-width: 300px;
    margin: auto;
  }

  .unit__item:nth-of-type(2) {
    margin-left: 0;
  }

  .unit__item {
    display: block;
    text-align: left;
    margin-left: 0;
  }

  .unit__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .inner {
    width: 90%;
    max-width: 480px;
  }

  .title-primary {
    margin: 0 0 15px 0;
  }

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

  .h3 {
    font-size: 18px;
  }

  .h3:after,
  .h3:before {
    display: none;
  }

  .js-prev {
    left: 1.5%;
  }

  .js-next {
    right: 1.5%;
  }

  .opinion__text.is-show {
    max-height: 1048px;
  }

  .wrapper {
    padding: 20px 10px;
    max-width: 480px;
  }

  .popup__head .title-secondary {
    margin-bottom: 10px;
  }

  .popup__head {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .popup__col:nth-of-type(1),
  .popup__col:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
  }

  .popup__product {
    max-width: 250px;
    margin: auto;
  }

  .ever-popup__inner {
    max-width: 480px;
  }

  .symptoms__list:nth-of-type(2) .symptoms__item {
    padding: 35px 20px;
  }

  .symptoms__list:nth-of-type(2) .symptoms__item:after {
    bottom: 0;
    margin: auto;
  }

  .symptoms__item {
    width: 100%;
  }

  .symptoms__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .symptoms__step .icon {
    top: -10px;
    right: 10px;
  }

  .advantages .title-secondary br {
    display: none;
  }

  .advantages__author {
    padding-right: 0;
  }

  .advantages__col {
    width: 100%;
    float: none;
  }

  .advantages__col:nth-of-type(1) {
    display: none;
  }

  .advantages__col:nth-of-type(2) {
    padding-left: 0;
    border-left: none;
  }

  .advantages__title {
    margin-bottom: 35px;
  }

  .advantages__in {
    padding: 25px 15px;
  }

  .advantages__in:before {
    left: 0;
    right: 0;
    margin: auto;
  }

  .advantages__in:after {
    display: none;
  }

  .advantages__body:before {
    display: none;
  }

  .advantages__footer {
    padding: 20px;
  }

  .opinion .title-secondary {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .opinion__pic {
    margin: 0 auto 15px;
  }

  .opinion__content p {
    line-height: 25px;
  }

  .opinion__content p:not(:last-child) {
    margin-bottom: 5px;
  }

  .opinion__content {
    width: 100%;
    font-size: 15px;
  }

  .opinion__col:nth-of-type(2) {
    margin-left: 0;
  }

  .opinion__col:nth-of-type(1):after {
    display: none;
  }

  .opinion__col:nth-of-type(1) {
    margin-bottom: 25px;
  }

  .opinion__col:nth-of-type(1),
  .opinion__col:nth-of-type(2) {
    width: 100%;
    padding: 15px;
  }

  .opinion__col {
    width: 100%;
  }

  .opinion__title {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .opinion__footer {
    margin-top: 0;
  }

  .opinion__list,
  .opinion__title {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .opinion__item:nth-of-type(1) {
    max-width: 100%;
  }

  .opinion__plus {
    top: 58.761733%;
  }

  .opinion__stat {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    width: 100%;
  }

  .opinion__stat-rate img {
    max-width: 80%;
  }

  .opinion__stat-rate {
    margin-bottom: 10px;
  }

  .analogs .inner {
    max-width: 100%;
  }

  .analogs__in {
    padding: 20px 0;
    margin-top: 30px;
  }

  .analogs__title {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .analogs__table {
    overflow-x: auto;
  }

  .table {
    font-size: 14px;
  }

  .table {
    width: 854px;
  }

  .table__tbody td:nth-of-type(1) {
    padding-left: 10px;
  }

  .info__content,
  .info__pic {
    width: 100%;
    padding-left: 0;
  }

  .info__pic {
    margin-bottom: 25px;
  }

  .chart__col:nth-of-type(1),
  .chart__col:nth-of-type(2) {
    width: 100%;
    float: none;
  }

  .chart__col:nth-of-type(2) {
    border-left: none;
    text-align: center;
  }

  .chart__col:nth-of-type(2):before {
    display: none;
  }

  .chart__head {
    text-align: center;
    margin-bottom: 25px;
  }

  .chart__head b {
    display: block;
    margin: 10px auto;
  }

  .chart__body div:after {
    margin: auto;
  }

  .step__1 {
    left: 31%;
  }

  .step__2 {
    left: 53%;
  }

  .media__item {
    width: 48%;
  }

  .media__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .attention .title-secondary {
    padding-left: 0;
  }

  .attention__content {
    margin-bottom: 25px;
  }

  .attention__content,
  .attention__pic {
    width: 100%;
    padding: 0;
  }

  .product__subtitle {
    text-align: center;
  }

  .product__content {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }

  .product__pic {
    position: static;
    max-width: 370px;
    margin: auto;
  }

  .product__btn a {
    margin: auto;
  }

  .order .title-secondary {
    margin-bottom: 45px;
  }

  .order__list-item {
    width: 100%;
  }

  .order__list-item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 60px;
  }

  .order__list-item:not(:last-child):after {
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .method__pic {
    height: 190px;
  }

  .method__list-item {
    width: 100%;
    padding: 20px;
    max-width: 320px;
    margin: auto;
  }

  .method__list-item:not(:last-child) {
    margin-bottom: 25px;
  }

  .ingridients__list {
    padding: 15px 0;
  }

  .ingridients__prod {
    position: static;
    max-width: 325px;
  }

  .ingridients__btn {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .ingridients__item {
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 80px;
  }

  .ingridients__item:first-of-type,
  .ingridients__item:last-of-type,
  .ingridients__item:nth-of-type(2),
  .ingridients__item:nth-of-type(3),
  .ingridients__item:nth-of-type(4),
  .ingridients__item:nth-of-type(5) {
    top: auto;
    left: auto;
    right: auto;
  }

  .ingridients__item:nth-child(odd) .ingridients__btn {
    right: 14px;
    top: 14px;
  }

  .ingridients__item:nth-child(even) .ingridients__btn {
    left: auto;
    right: 14px;
    top: 14px;
  }

  .ingridients__item.is-show {
    width: 100%;
  }

  .ingridients__item.is-show .ingridients__content {
    max-height: 500px;
  }

  .ingridients__intro {
    position: static;
  }

  .ingridients__content {
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    position: static;
    text-align: center;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .ingridients__content p br {
    display: none;
  }

  .ingridients__intro-pic,
  .ingridients__intro-title {
    display: block;
    width: auto;
    max-width: 100%;
    text-align: center;
  }

  .reviews__list-item {
    width: 100%;
  }

  .reviews__list-item:not(:last-child) {
    margin-bottom: 115px;
  }

  .comment__btn {
    margin: auto;
  }

  .comment__info {
    text-align: center;
    padding-left: 0;
  }

  .comment__control-field:nth-of-type(1) {
    margin-bottom: 15px;
  }

  .comment__control-field:nth-of-type(1),
  .comment__control-field:nth-of-type(2) {
    width: 100%;
    padding: 0;
  }

  .audio-review__item {
    width: 100%;
  }

  .audio-review__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .slider__item {
    border-radius: 0;
    box-shadow: none;
  }

  .slider__item blockquote {
    font-size: 16px;
    width: 60%;
    color: #333;
  }

  .slider__item blockquote cite {
    color: #fe7902;
  }

  .owl-carousel .owl-item.right {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .owl-carousel .owl-item.left {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .owl-carousel .owl-item.center {
    width: 100% !important;
  }

  .decision__item {
    width: 100%;
  }

  .decision__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .decision__pic {
    margin-bottom: 10px;
  }

  .decision__desc {
    max-width: 360px;
    text-align: center;
    margin: auto;
  }

  .decision__bl {
    padding: 20px;
    margin-bottom: 30px;
  }

  .decision__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer {
    margin-top: 0;
  }

  .footer__info {
    display: none;
  }

  .footer__logo {
    float: none;
    text-align: center;
    margin-bottom: 25px;
  }

  .about,
  .advantages,
  .analogs,
  .attention,
  .chart,
  .decision,
  .info,
  .ingridients,
  .media,
  .method,
  .opinion,
  .order,
  .product,
  .reviews,
  .section,
  .symptoms {
    padding: 35px 0;
  }

  .info {
    padding-bottom: 0;
  }

  .info__in {
    margin: 30px 0;
  }
}

@media (max-width: 900px) {
  .price__old .x_price_previous {
    font-size: 28px;
  }

  .x_price_current {
    font-size: 19px;
  }

  .title-primary {
    font-size: 40px;
  }

  .title-secondary {
    font-size: 20px;
  }

  .item span {
    font-size: 21px;
  }

  .item b,
  .item p {
    font-size: 20px;
  }

  .popup__head p {
    font-size: 20px;
  }

  .symptoms__subtitle {
    font-size: 18px;
  }

  .advantages__title h4 {
    font-size: 20px;
  }

  .advantages__title h4 span {
    font-size: 22px;
  }

  .opinion__title {
    font-size: 25px;
  }

  .opinion__title span {
    font-size: 25px;
  }

  .opinion__stat-rate {
    font-size: 70px;
  }

  .opinion__stat-info b {
    font-size: 20px;
  }

  .table__tbody td:nth-of-type(1) {
    font-size: 14px;
  }

  .media__title {
    font-size: 20px;
  }

  .media__content {
    font-size: 30px;
  }

  .audio-review__item:after {
    font-size: 80px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }

  .plyr__time + .plyr__time {
    display: inline-block;
  }

  .plyr .plyr__volume {
    max-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .form {
    max-width: 320px;
    margin: 0 auto 30px;
  }

  .popup__ingridients .popup__window {
    max-width: 480px;
    padding: 25px;
  }

  .popup__title {
    font-size: 24px;
  }

  .popup__content h4 {
    margin-bottom: 10px;
  }

  .popup__content p {
    font-size: 14px;
  }

  .advantages__author {
    margin-bottom: 45px;
  }

  .advantages__head {
    margin-bottom: 30px;
  }

  .info__author {
    margin-bottom: 20px;
  }

  .info__project p:not(:last-child) {
    margin-bottom: 10px;
  }

  .chart__col {
    display: block;
  }

  .media__list {
    margin-bottom: 30px;
  }

  .media__item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 25px;
    height: 133px;
  }

  .attention__note {
    font-size: 16px;
  }

  .order__list {
    margin-bottom: 30px;
  }

  .ingridients .title-secondary {
    margin-bottom: 30px;
  }

  .review__desc {
    margin-bottom: 10px;
  }

  .decision__sub {
    margin-bottom: 30px;
  }

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

@media (min-width: 767px) {
  .popup__content h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .table td {
    text-align: center;
  }

  .about__prod {
    max-width: 300px;
  }

  .about__list-item {
    font-size: 16px;
  }

  .current {
    width: 140px;
  }

  .form {
    padding: 15px;
  }

  .inner {
    max-width: 320px;
    padding: 0 5px;
  }

  .h3 {
    max-width: 200px;
  }

  .btn {
    font-size: 18px;
  }

  .plus {
    bottom: -34px;
  }

  .popup__window {
    max-width: 320px;
    padding: 20px;
  }

  .popup__ingridients .popup__window {
    max-width: 320px;
    padding: 30px 15px 10px 15px;
  }

  .item p {
    display: block;
    padding-top: 5px;
    padding-left: 0;
  }

  .ever-popup__inner {
    max-width: 320px;
  }

  .symptoms__list:nth-of-type(3) .symptoms__item {
    padding: 20px;
  }

  .symptoms__list:nth-of-type(3) .symptoms__item .symptoms__desc {
    max-width: 100%;
  }

  .symptoms__list:nth-of-type(3) .symptoms__item img {
    display: none;
  }

  .advantages__title {
    text-align: center;
  }

  .advantages__title h4 {
    display: block;
    padding-left: 0;
    padding-top: 5px;
  }

  .list__item {
    padding-left: 0;
    padding-top: 35px;
    text-align: center;
  }

  .list__item:before {
    right: 0;
    margin: auto;
  }

  .opinion__content p {
    line-height: 20px;
  }

  .opinion__plus {
    bottom: auto;
    top: 56.761733%;
  }

  .opinion__stat-rate img {
    max-width: 60%;
  }

  .table__tbody td span {
    display: block;
    padding-top: 2px;
  }

  .table__tbody .icon {
    margin-right: 0;
  }

  .chart {
    display: none;
  }

  .media__title {
    margin-bottom: 30px;
  }

  .attention__note {
    text-align: center;
    padding: 25px;
  }

  .attention__note:after {
    display: none;
  }

  .author {
    padding-top: 60px;
  }

  .ingridients__more {
    font-size: 16px;
  }

  .reviews__list-item {
    padding: 0 15px 15px;
  }

  .review__content p {
    font-size: 14px;
  }

  .footer {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .popup__content h4 {
    font-size: 18px;
  }
}

@media (min-width: 480px) {
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls > button {
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  .opinion__plus.is-open {
    bottom: 17px;
    top: auto;
  }
}

.price__old .x_price_previous._old_price {
  display: inline-block;
}

.price__old ._currency_curs,
.price__old .x_currency_curs {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5px;
}

.modal-block .icon-close:before {
  display: none;
}
.owl-item.siblings {
    cursor: pointer !important;
  }
