/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */


strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */

/* ------------- */

/* open-sans-regular - cyrillic-ext_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-cyrillic-ext_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - cyrillic-ext_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-cyrillic-ext_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - cyrillic-ext_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-cyrillic-ext_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: 'Open Sans';
  line-height: 1.3;
  font-size: 18px;
  color: #303030;
}
.container {
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.main-content {
  width: 100%;
  max-width: 875px;
  margin-right: 25px;
}


.content {
  width: 100%;
  display: flex;
  justify-content: space-between
}

header {
  background: rgba(0, 0, 0, 0.06);
  color: rgb(168, 168, 168);
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
}

nav {
  color: rgb(144, 144, 144);
  font-size: 14px;
}

h1 {
  font-weight: 400;
  color: #303030;
  font-size: 30px;
}

.subtitle {
  font-size: 18px;
}
.main-review {
  display: flex;
  align-items: center;
  color: rgb(0, 113, 133);
  margin-bottom: 20px;
}
.main-review img {
  width: 100%;
  max-width: 97px;
  margin-right: 20px;
}

.main-img, .video {
  display: block;
  width: 100%;
  max-width: 650px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.expert {
  max-width: 370px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.expert-item, .expert-text {
  display: flex;
  align-items: center;
}

.expert__descr {
  margin-left: 15px;
  font-size: 14px;
}

.expert__check {
  margin-left: 5px;
}

.main__text {
  font-size: 18px;
  margin-bottom: 20px;
}
ul {
  margin: 0;
}
.accent-block {
    margin: 10px 0px 5px;
    padding: 20px;
    background-color: rgb(226, 244, 249);
    margin-bottom: 20px;
}

.accent-list {
  list-style: none;
}

.accent-list li {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
}
.accent-list li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/green__arrow.png) no-repeat;
  position: absolute;
  top: 0;
  left: -30px;
}

.accent-list li:last-child {
  margin-bottom: 0;
}

h2 {
  font-size: 34px;
  margin-bottom: 20px;
  margin: 20px;
}

.review {
  background: rgba(0, 170, 37, 0.06);
  padding: 15px;
}
.review-top {
  display: flex;
  font-size: 18px;
}
.review-bio {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.review-rating {
  display: flex;
  align-items: center;
}
.review__ava {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-right: 10px;
}
.review-content {
  display: flex;
  flex-direction: column;
  
}

.review__title {
  text-align: left;
  font-size: 20px;
}
.review__descr {
  font-size: 18px;
}
.review-f {
  margin-bottom: 20px;
}
.green-block {
  background: rgb(226, 244, 249);
  padding: 15px;
  margin-bottom: 20px;
}
.green-item {
  display: flex;
  align-items: center;
}
.green-item__cross {
  margin-right: 10px;
}
.green-item__descr {
  margin: 0;
}
.main__text {
  margin-top: 0;
}
.green-link {
  display: block;
  max-width: 500px;
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 170, 37);
  margin: 30px auto 30px auto; 
  padding: 15px 80px;
  text-align: center;
  border-radius: 50px;
  transition: .3s;
}
.green-link:hover {
  background-color: rgb(14, 219, 58);
}
.prod {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.form-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
}

.form {
  margin: 0 auto !important;
}

.form, .form__inner {
  margin: 0 !important
}

.form {
  margin-left: 15px!important;
  margin-right: 15px!important;
}

.form-wrapper {
  padding: 25px 0 25px;
}

.form-wrapper {
  max-width: 630px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
}

.form-wrapper .title {
  font-size: 26px;
  font-weight: bold;
  color: #eb0000;
  line-height: 1;
}

.form {
  position: relative;
  background-color: #f5f9fc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
}

.form .form__inner {
  max-width: 300px;
  margin: 0 auto;
}

.form .form__img {
  width: 241px;
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form .form__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.form .btn {
  max-width: 100%;
  margin: 15px auto;
  border: none;
  padding: 20px 10px;
  background: red;
}
.input-wrapper {
  display: flex;
}
.inp {
  display: flex;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  color: #000;
  padding: 0 5px 0 15px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
  box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
  outline: none;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.inp:hover {
  background-color: transparent;
  border: 1px solid #b7bcc6;
}

.inp:hover::-webkit-input-placeholder {
  color: #000;
}

.inp:hover::-moz-placeholder {
  color: #000;
}

.inp:hover::-ms-input-placeholder {
  color: #000;
}

.inp:hover::placeholder {
  color: #000;
}

.inp::-webkit-input-placeholder {
  color: #a1a4a6;
}

.inp::-moz-placeholder {
  color: #a1a4a6;
}

.inp::-ms-input-placeholder {
  color: #a1a4a6;
}

.inp::placeholder {
  color: #a1a4a6;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0 20px 0 !important;
}

.price-wrapper .old-price {
  font-size: 14px;
  font-weight: 900;
  color: #a1a4a6;
  padding: 0 10px;
  line-height: 24px;
}

.price-wrapper .old-price span {
  position: relative;
  font-size: 24px;
}
.js_old_price {
  position: relative;
}
.price-wrapper .js_old_price:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 1px;
  background-color: #a1a4a6;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.price-wrapper .js_old_price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 1px;
  background-color: #a1a4a6;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}

.price-wrapper .new-price {
  font-size: 20px;
  font-weight: 900;
  color: red;
  padding: 0 10px;
  line-height: 24px;
}

.price-wrapper .new-price span {
  font-size: 34px;
}
.form .btn {
  max-width: 100%;
  margin: 15px auto;
  border: none;
  padding: 20px 10px;
  background: red;
}
.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  background: red;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  outline: none;
  padding: 5px 30px;
  cursor: pointer;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.form .btn:hover {
  background: rgb(177, 2, 2);
}
.sidebar {
  width: 100%;
  max-width: 290px;
  min-width: 265px;
}
.sidebar-wrap {
  display: flex;
  flex-direction: column;
 
  
  border-radius: 10px;
  border: 1px solid gray;
  margin-top: 40px;
  padding: 15px;
}

.sidebar__title {
  display: block;
  text-align: center;
}
.sidebar__title--green {
  color: rgb(20, 147, 18);
}
.sidebar__prod {
  display: block;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.btn__sidebar {
  display: inline-block;
  cursor: pointer;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .02em;
  margin-right: auto;
  margin-left: auto;
  color: #f6f9fe;
  border-radius: 4px;
  padding: 10px 30px;
  transition: .15s all ease-in-out;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  position: relative;
  box-shadow: RGB(37 42 50 / 32%) 0 1px 4px 1px;
  text-decoration: none;
  background-color: rgb(0, 170, 37);
  margin: 0px 0px 20px; 
  padding: 14px 10px;
  text-align: center;
}
.btn__sidebar:hover {
  background-color: rgb(11, 219, 56);
}

.sidebar__title {
  margin-top: 0;
}

.sidebar-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-item__stars {
  width: 100%;
  max-width: 75px;
}

.sidebar__subtext {
  display: block;
  color: #909090;
  font-size: 14px;
  text-align: left;
  margin-top: 0;
}
.sidebar-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar-rating-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.sidebar-rating-count, .sidebar-rating-percent {
  font-weight: 700;
  color: rgb(0, 170, 37);
  padding: 10px 5px;
}
.sidebar-rating-item {
  display: flex;
}
.sidebar-bottom {
  margin-bottom: 20px;
}
.sidebar-bottom-item {
  width: 100%;
  display: flex;
  
  justify-content: space-between;
}
.sidebar-rating-img {
  
}
.sidebar-bottom__stars {
  width: 100%;
  max-width: 75px;
}
video {
  margin-bottom: 20px;
}
.sidebar-bottom__descr {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-bottom-rating__count {
  margin-left: 5px;
}

.comment__title {
  font-size: 25px;
  margin-left: 0;
}
.comments {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.comment {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(240, 234, 234);
  padding-bottom: 15px;
}
.comment__name {
  font-weight: 700;
  color: rgb(59, 89, 152);
  margin-bottom: 10px;
}
.comment-ava {
  margin-right: 15px;
}
.comment-ava img {
  width: 50px;
}
.comment__text {
  margin-top: 0;
}
.comment-bottom {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.comment-item {
 
  
}

.like__icon {
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.comment-item a {
  text-decoration: none;
}
.comment-item a:hover {
  text-decoration: underline;
}

.comment.answer {
  margin-left: 65px;
}

.comment-live {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
.js_submit {
  margin-bottom: 0!important;
}
footer {
  background: #333;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}


@media screen and (max-width: 1219px) {
  nav {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  header {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  .main-content {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .main-img, .video {
    width: 100%;
    max-width: 600px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  
  }
  header {
    margin-bottom: 5px;
  }
  .video {
    height: auto;
  }
  .prod {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .comment.answer {
    margin-left: 35px;
}

.dn767 {
  display: none;
}
.form-wrapper {
  width: auto;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form__prod {
  max-width: 200px;
  margin-bottom: 20px;
}
.prod {
  max-width: 200px;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
}
.comment__text, .main__text, .review__descr, ul li {
  font-size: 16px;
}
.review-top, .review-bio, .review-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.review-rating {
  text-align: center;
  line-height: 1.6;
}
.review__ava {
  margin: 0;
  margin-bottom: 10px;
}
.review__name {
  text-align: center;
  margin-bottom: 20px;
}
.review__title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}
.green-item {
  align-items: flex-start;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .form__prod{
    max-width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .comment-live {
    max-width: 220px;
  }
  h2 {
    font-size: 23px;
}
  
  .form__inner {
    max-width: 300px;
  }
  .logo-wrap img {
    width: 100%;
    max-width: 200px!important;
  }
  .green-link {
    padding-right: 30px;
    padding-left: 30px;
  }
  .last__btn {
    max-width: 250px!important;
    font-size: 18px!important;
  }
}
body, html {
  overflow-x: hidden;
}

.statistic-list, .advantage-list {
  margin-bottom: 20px;
  border: 1px solid gray;
  padding: 20px;
  padding-left: 40px;
}

.statistic-list li, .advantage-list li {
  margin-bottom: 10px;
}
.statistic-list li:last-child, .advantage-list li:last-child {
  margin-bottom: 0;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.burger-wrap {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.burger {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.burger::after, 
.burger::before {
  content: '';
  width: 30px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
}
.burger::after {
  top: 20px;
}
.burger::before {
  top: 10px;
}
.burger {
  background: #000;
  height: 3px;
  position: absolute;
  top: 0;
}
.link-main, .internal {
  text-decoration: none;
}
.link-main:hover, .internal:hover {
  text-decoration: underline;
}
.last__btn {
  display: block;
  width: 100%;
  font-weight: 700;
  max-width: 300px;
  font-size: 20px;
  margin: 0px auto 40px auto;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  background: red;
  color: #fff;
  transition: .3s;
}
.last__btn:hover {
  background: rgb(216, 10, 10);
}
.graph-wrapper .graph {
  max-width: 650px;
}

.scroll1 {
  display: none !important;
  width: 40px !important;
  transform: translateX(0px);
  animation: moving 2s infinite;
  margin-right: auto;
  margin-left: auto;
}

@keyframes moving {
  0% {
    transform: translateX(10px);
  }

 /*  25% {
    transform: translateX(10px);
  } */

  50% {
    transform: translateX(-10px);
  }

 /*  75% {
    transform: translateX(-10px);
  } */

  100% {
    transform: translateX(10px);
  }
}

@media(max-width: 540px) {
  .graph-wrapper {
    overflow-x: scroll;
  }

  .graph-wrapper .graph {
    width: 600px;
    max-width: none;
  }

  .scroll1 {
    display: block !important;
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 420px) {
    .expert {
      flex-direction: column;
      align-items: center;
    }
}


.b-link {
  text-decoration: none;
}
.b-link:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  margin-left: 0;
  margin-right: 0;
}