/* open-sans-regular - latin */
@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-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@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-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html,
body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  width: 100%;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #23232b;
}

.header {
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}

.bold {
  font-weight: 700;
}

a {
  color: #2d5ec1;
  text-decoration: none;
  font-weight: bold;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__item {
  list-style: none;
  padding: 20px 10px;
  cursor: pointer;
  color: #23232b;
  font-family: "Work_regular", Arial, Helvetica, sans-serif;
}

.header__item:hover {
  color: #77bf2f;
}

.header__item+.header__item {
  margin-left: 30px;
}

.header__item_active {
  border-bottom: 2px solid #77bf2f;
}

.header__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 45px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header__burger:hover {
  background: #77bf2f;
  border: 1px solid #fff;
}

.header__burger:hover span {
  background: #fff;
}

.header__burger span {
  min-width: 100%;
  height: 2px;
  background: #888;
  margin-bottom: 5px;
}

.header__burger span:last-of-type {
  margin-bottom: 0;
}

.main {
  background-image: url('../images/bg-content.png');
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main__left {
  max-width: 66.66%;
  padding: 0 15px 0 15px;
}

.main__title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 31px;
  margin: 10px 0 30px;
}

.main__widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eceef2;
}

.widgets__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widgets__item img {
  margin-right: 10px;
  max-width: 18px;
}

.widgets__item+.widgets__item {
  margin-left: 20px;
}

.main__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}

.main__web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ebf4f8;
  max-width: 235px;
  width: 100%;
  padding: 10px 0;
  border-radius: 7px;
  cursor: pointer;
  color: #2d5ec1;
}

.main__web+.main__web {
  margin-left: 10px;
}

.main__web_active {
  background: #eaeff9;
}

.main__web img {
  max-width: 16px;
  margin-right: 10px;
}

.main__image {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__subtitle {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #292929;
  line-height: 1.6;
  margin-bottom: 20px;
}

.main__text {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
  color: #424242;
}

.main__list {
  margin-bottom: 20px;
}

.main__item {
  list-style: none;
  margin-bottom: 5px;
  color: #424242;
}

.main__right {
  padding: 0 15px 0 20px;
  max-width: 33.33%;
}

.main__comments {
  margin-top: 35px;
}

.comments__cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.comments__cloud img {
  max-width: 60px;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  border-radius: 7px;
}

.comment__body {
  margin-left: 15px;
}

.comment__body img {
  max-width: 300px;
  border-radius: 0;
  margin-top: 15px;
}

.comment__name {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.comment__name span {
  font-size: 10px;
  border: 1px solid #ddd3f3;
  color: gray;
  background: #fbf9fe;
  padding: 1px 2px;
  margin-left: 7px;
}

.comments__btn {
  padding: 15px;
  border: none;
  cursor: pointer;
  max-width: 470px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: red;
  color: #fff;
  text-decoration: none;
  margin: 20px auto 20px;
  border-radius: 10px;
  font-size: 20px;
}

.footer {
  background: #2b2b33;
  color: #fff;
  text-align: center;
  padding: 20px;
}

@media (max-width: 992px) {
  .main__right {
    display: none;
  }

  .main__left {
    max-width: 750px;
    margin: 0 auto;
  }

  .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .main__right {
    display: none;
  }

  .main__left {
    width: 100%;
  }

  .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__nav {
    display: none;
  }

  .header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main__web {
    margin: 7px 0 0 0 !important;
    width: 100%;
  }

  .main__widgets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widgets__item {
    margin: 10px 0 0 0 !important;
  }

  .close-popup {
    right: -5px !important;
    top: -50px !important;
  }

  .main__buttons {
    display: none;
  }

  .widgets__item {
    display: none;
  }

  .main__widgets {
    padding-bottom: 20px;
  }

  .main__title {
    margin-bottom: 15px;
  }

  .clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.chart {
  max-width: 545px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  margin: 25px auto 0;
}

.chart article {
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.chart article p {
  text-align: center;
  font-size: 13px;
  margin: 10px 0;
  padding: 10px;
}

.chart article div {
  background-color: #558e09;
  width: 40%;
  height: 100px;
}

.chart_text {
  margin: auto;
  max-width: 545px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.chart_text p {
  width: 25%;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
}

.block__chart {
  position: relative;
}

.block__chart span {
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle_wrap {
  position: relative;
  padding-top: 205px;
  margin-bottom: 50px;
  max-width: 981px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.circle {
  max-width: 320px;
  height: 320px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #55bd7d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.text-center {
  text-align: center;
}
.circle_inner {
  position: relative;
  z-index: 31;
  max-width: 280px;
  height: 280px;
  background: -webkit-linear-gradient(308.65deg, #55bd7d 11.42%, #a8d957 117.83%);
  background: -o-linear-gradient(308.65deg, #55bd7d 11.42%, #a8d957 117.83%);
  background: linear-gradient(141.35deg, #55bd7d 11.42%, #a8d957 117.83%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.circle_prod {
  position: absolute;
  top: 10px;
  left: 23%;
  display: block;
  max-width: 158px;
  max-height: 415px;
}

.circle_text {
  position: absolute;
  z-index: 32;
  max-width: 175px;
  font-size: 16px;
}

.circle_text b {
  text-transform: uppercase;
}

.circle_text-inner {
  position: relative;
}

.circle_text-inner:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
}

.circle_text-1 {
  top: 70px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.circle_text-1 .circle_text-inner:before {
  top: 106px;
  left: 50%;
  background: #ffffff url('../images/block-4-icon1.png') no-repeat center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.circle_text-2 {
  top: 229px;
  left: 4%;
  text-align: right;
}

.circle_text-inner {
  font-size: 15px;
}

.circle_text-2 .circle_text-inner:before {
  top: 43px;
  right: -70px;
  background: #ffffff url('../images/block-4-icon21.png?v1') no-repeat center;
  background-size: cover;
}

.circle_text-3 {
  top: 229px;
  right: 4%;
  text-align: left;
}

.circle_text-3 .circle_text-inner:before {
  top: 43px;
  left: -74px;
  background: #ffffff url('../images/block-4-icon31.png?v1') no-repeat center;
  background-size: cover;
}

.circle_text-4 {
  top: 419px;
  left: 4%;
  text-align: right;
}

.circle_text-4 .circle_text-inner:before {
  top: 10px;
  right: -81px;
  background: #ffffff url('../images/block-4-icon4.png') no-repeat center;
  background-size: cover;
}

.circle_text-5 {
  top: 419px;
  right: 4%;
  text-align: left;
}

.circle_text-5 .circle_text-inner:before {
  top: 10px;
  left: -84px;
  background: #ffffff url('../images/block-4-icon51.png?v1') no-repeat center;
  background-size: cover;
}

.block_3 .subtitle {
  margin-bottom: 20px;
  margin-top: 10px;
}

.cards_note {
  margin-bottom: 20px;
}

.scroll__text {
  color: #2d5ec1;
}

.scroll__text:hover {
  text-decoration: underline;
  cursor: pointer;
}

.symptoms_card {
  display: none;
  max-width: 355px;
  margin: 0 auto 20px;
  font-weight: bold;
  text-align: center;
}

.symptoms_card.active {
  display: block;
}

.symptoms_card img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.symptoms_card p {
  font-weight: bold;
}

.cards_buttons-wrap {
  max-width: 355px;
  margin: 0 auto 45px;
  font-size: 0;
  text-align: center;
}

.card_btn-yes,
.card_btn-buy {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#a8d957), to(#52d0be));
  background: -webkit-linear-gradient(left, #a8d957 0%, #52d0be 100%);
  background: -o-linear-gradient(left, #a8d957 0%, #52d0be 100%);
  background: linear-gradient(90deg, #a8d957 0%, #52d0be 100%);
  -webkit-box-shadow: 0 5px 10px rgba(85, 189, 125, 0.5);
  box-shadow: 0 5px 10px rgba(85, 189, 125, 0.5);
}

.card_btn-yes {
  margin-right: 20px;
}

.card_btn-no {
  color: #585b5d;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
}

.card_btn-no:hover,
.card_btn-no:active,
.card_btn-no:visited {
  color: #585b5d;
}

.card_btn-no,
.card_btn-yes {
  width: 125px;
  padding: 0 10px;
}

.card_btn-buy {
  display: none;
}

.cards_counter {
  max-width: 355px;
  margin: 0 auto 10px;
  text-align: center;
}

.cards_prod {
  display: none;
  max-width: 170px;
  margin: 0 auto 10px;
}

.cards_note {
  text-align: center;
  color: #ff6767;
}

.sidebar .banner {
  background: -webkit-linear-gradient(top, #ebd50c 0%, #795e8e 100%);
  background: linear-gradient(to bottom, #ebd50c 0%, #795e8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebd50c', endColorstr='#795e8e', GradientType=0);
  padding: 20px 0;
  border: 1px solid #000;
  cursor: pointer;
  text-align: center;
}

.sidebar .banner h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  background-color: #3454b9;
  padding: 15px;
}

.sidebar .banner img {
  max-width: 365px;
}

.sidebar .banner p {
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  border-radius: 10px;
  background: -webkit-linear-gradient(90deg, #0056ba 0%, #4494f1 100%);
  background: -webkit-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
  background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
  box-shadow: 0 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
  max-width: 200px;
  width: 100%;
  padding: 10px 0;
  margin: 10px auto 0;
}

@media only screen and (max-width: 1200px) {
  .circle_wrap {
    padding-top: 40px;
  }

  .circle_text {
    position: static;
  }

  .circle_text-1,
  .circle_text-2,
  .circle_text-3,
  .circle_text-4,
  .circle_text-5 {
    margin: 0 auto 30px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .circle_text:last-child {
    margin-bottom: 0;
  }

  .circle_text-inner {
    padding-top: 100px;
  }

  .circle_text-1 .circle_text-inner:before,
  .circle_text-2 .circle_text-inner:before,
  .circle_text-3 .circle_text-inner:before,
  .circle_text-4 .circle_text-inner:before,
  .circle_text-5 .circle_text-inner:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
  }

  .circle {
    margin-bottom: 32px;
  }
}

.mrg-bot {
  margin-bottom: -44px;
}

@media only screen and (max-width: 768px) {
  .circle {
    max-width: 250px;
    height: 250px;
  }

  .circle_inner {
    max-width: 210px;
    height: 210px;
  }

  .circle_prod {
    top: 10px;
    left: 24%;
    display: block;
    max-width: 115px;
  }

  .chart article p {
    font-size: 10px;
  }

  .chart_text p {
    font-size: 16px;
  }

  .chart article div {
    width: 74%;
  }

  .mrg-bot {
    margin-bottom: -12px;
  }
}


.my-popup {
  max-width: 750px;
  display: flex;
  align-items: center;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  border-radius: 5px;
  padding: 20px;
}

.my-popup-left,
.my-popup-right {
  width: 50%;
}

.my-popup-left {
  text-align: center;
}

.my-popup-left img {
  width: 250px;
}

.my-popup-right .ti {
  margin-bottom: 30px;
}

input,
select {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 0px auto 16px;
  border: 1px solid rgb(231, 231, 231);
  background: rgb(248, 249, 249) none repeat scroll 0% 0%;
  border-radius: 3px;
  font-size: 18px;
  color: rgb(0, 0, 0);
  padding-left: 26px;
  height: 63px;
}

input::-moz-placeholder {
  color: rgb(0, 0, 0);
}

input:-moz-placeholder {
  color: rgb(0, 0, 0);
}

.prices {
  width: 100%;
  text-align: center;
  font-size: 0px;
  margin: 0px 0px 15px;
}

.new {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  text-transform: uppercase;
  margin: 5px;
  color: rgb(52, 152, 219);
}

.new b {
  font-size: 39px;
}

.old {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  color: rgb(178, 178, 178);
  margin: 5px;
}

.btnn {
  line-height: 80px;
  display: block;
  background: rgb(52, 152, 219) -webkit-gradient(linear, left top, left bottom, from(rgb(52, 152, 219)), to(rgb(41, 128, 185))) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) -webkit-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) -moz-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) -o-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  width: 250px;
  height: 81px;
  border: 0px none;
  outline: medium none;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 1s ease-out 0s;
  margin: 0px auto;
}

.btnn:hover {
  background: rgb(60, 176, 253) -webkit-gradient(linear, left top, left bottom, from(rgb(60, 176, 253)), to(rgb(52, 152, 219))) repeat scroll 0% 0%;
  background: rgb(60, 176, 253) -webkit-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
  background: rgb(60, 176, 253) -moz-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
  background: rgb(60, 176, 253) -o-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
  background: rgb(60, 176, 253) linear-gradient(to bottom, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
  text-decoration: none;
  color: #fff;

}

@media screen and (max-width: 787px) {
  .my-popup {
    width: 270px;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding: 10px;
    margin: 0 auto;
  }

  .my-popup-left,
  .my-popup-right {
    width: 100%;
  }

  .my-popup-left img {
    max-width: 280px;
  }

  input,
  select {
    padding-left: 0;
    padding: 0 5px;
  }
}
.btn {
  background: rgb(52, 152, 219) -webkit-gradient(linear, left top, left bottom, from(rgb(52, 152, 219)), to(rgb(41, 128, 185))) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) -webkit-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) -moz-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) -o-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-family: Arial;
  color: rgb(255, 255, 255);
  font-size: 22px;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 310px;
  max-width: 90%;
  margin: 20px auto;
  align-items: center
}
