* {
  padding: 0;
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

body,
html {
  height: auto;
  max-height: 100%
}

body {
  font-family: Arial, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

p {
  padding: 10px 0;
  line-height: 118%
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.pink {
  color: #ef1650;
}

.blue {
  color: #00a5e8;
}

.dblue {
  color: #0c283a;
}

.yellow {
  color: #fdd020;
}

.green {
  color: #b0cd39;
}

.gray {
  color: #626262;
}

.dgray {
  color: #171b26;
}

.purple {
  color: #352759;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

a,
a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.sfr {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.sfb {
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.sfh {
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.sfl {
  font-family: Arial, sans-serif;
  font-weight: 300;
}

.sft {
  font-family: Arial, sans-serif;
  font-weight: 300;
}

.os300 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.os400 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.os600 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.os700 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.os800 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}

.ari {
  font-family: Arial, sans-serif;
}

.fnorm {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.alleft {
  text-align: left;
}

.alright {
  text-align: right;
}

.upp {
  text-transform: uppercase;
}

.under {
  text-decoration: underline;
}

.line-th {
  text-decoration: line-through;
}

.no-padding {
  padding: 0;
}

.flleft {
  float: left;
}

.flright {
  float: right;
}

.lh100 {
  line-height: 100%
}

.lh110 {
  line-height: 110%
}

.lh120 {
  line-height: 120%
}

.lh130 {
  line-height: 130%
}

.lh140 {
  line-height: 140%
}

.lh150 {
  line-height: 150%
}

.lh160 {
  line-height: 160%
}

.inline-b {
  display: inline-block;
  zoom: 1;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fix {
  position: fixed;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

input,
select,
textarea {
  display: initial;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 4px auto !important;
  border: 1px solid #000;
  border-radius: 6px;
  outline: 0;
  text-indent: 40px;
  color: #252525;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.orderForm__input-wrap {
  position: relative;
}

.orderForm__input-wrap--name::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  background-image: url(../images/name_b.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 17px;
  height: 20px;
  margin-top: -10px;
}

.orderForm__input-wrap--phone::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/phone_b.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 21px;
  height: 21px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.orderForm__input-wrap input {
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 10px;
  text-indent: 0;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

button {
  background: 0 0;
  outline: 0;
  border: none;
  width: 100%;
  height: 54px;
  line-height: 56px !important;
  margin-top: 10px !important;
  border-radius: 6px;
  background-color: #71b100;
  border-bottom: 3px solid #548300;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.button,
button {
  opacity: .88;
  position: relative;
  transition: .3s ease all 0;
  -webkit-transition: .3s ease all 0;
  -moz-transition: .3s ease all 0;
  -o-transition: .3s ease all 0;
  -ms-transition: .3s ease all 0;
}

.button:hover,
button:hover {
  opacity: 1;
  -webkit-filter: contrast(140%);
  filter: contrast(140%);
  -webkit-filter: brightness(120%);
  filter: brightness(110%);
}

.button:active,
button:active {
  top: 1px;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

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: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

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 {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  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-input-placeholder {
  color: inherit;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.px8 {
  font-size: 8px;
}

.px9 {
  font-size: 9px;
}

.px10 {
  font-size: 10px;
}

.px11 {
  font-size: 11px;
}

.px12 {
  font-size: 12px;
}

.px13 {
  font-size: 13px;
  max-width: 288px;
}

.px14 {
  font-size: 13px;
}

.px15 {
  font-size: 15px;
}

.px16 {
  font-size: 16px;
}

.px17 {
  font-size: 17px;
}

.px18 {
  font-size: 18px;
}

.px19 {
  font-size: 19px;
}

.px20 {
  font-size: 20px;
}

.px21 {
  font-size: 21px;
}

.px22 {
  font-size: 22px;
}

.px23 {
  font-size: 23px;
}

.px24 {
  font-size: 24px;
}

.px25 {
  font-size: 25px;
}

.px26 {
  font-size: 26px;
}

.px27 {
  font-size: 27px;
}

.px28 {
  font-size: 28px;
}

.px29 {
  font-size: 29px;
}

.px30 {
  font-size: 30px;
}

.px31 {
  font-size: 31px;
}

.px32 {
  font-size: 32px;
}

.px33 {
  font-size: 33px;
}

.px34 {
  font-size: 34px;
}

.px35 {
  font-size: 35px;
}

.px36 {
  font-size: 36px;
}

.px37 {
  font-size: 37px;
}

.px38 {
  font-size: 38px;
}

.px39 {
  font-size: 39px;
}

.px40 {
  font-size: 40px;
}

.px41 {
  font-size: 41px;
}

.px42 {
  font-size: 42px;
}

.px43 {
  font-size: 43px;
}

.px44 {
  font-size: 44px;
}

.px45 {
  font-size: 45px;
}

.px46 {
  font-size: 46px;
}

.px47 {
  font-size: 47px;
}

.px48 {
  font-size: 48px;
}

.px49 {
  font-size: 49px;
}

.px50 {
  font-size: 50px;
}

.px51 {
  font-size: 51px;
}

.px52 {
  font-size: 52px;
}

.px53 {
  font-size: 53px;
}

.px54 {
  font-size: 54px;
}

.px55 {
  font-size: 55px;
}

.px56 {
  font-size: 56px;
}

.px57 {
  font-size: 57px;
}

.px58 {
  font-size: 58px;
}

.px59 {
  font-size: 59px;
}

.px60 {
  font-size: 60px;
}

.px61 {
  font-size: 61px;
}

.px62 {
  font-size: 62px;
}

.px63 {
  font-size: 63px;
}

.px64 {
  font-size: 64px;
}

.px65 {
  font-size: 65px;
}

.px66 {
  font-size: 66px;
}

.px67 {
  font-size: 67px;
}

.px68 {
  font-size: 68px;
}

.px69 {
  font-size: 69px;
}

.px70 {
  font-size: 70px;
}

.px71 {
  font-size: 71px;
}

.px72 {
  font-size: 72px;
}

.px73 {
  font-size: 73px;
}

.px74 {
  font-size: 74px;
}

.px75 {
  font-size: 75px;
}

.px76 {
  font-size: 76px;
}

.px77 {
  font-size: 77px;
}

.px78 {
  font-size: 78px;
}

.px79 {
  font-size: 79px;
}

.px80 {
  font-size: 80px;
}

.px81 {
  font-size: 81px;
}

.px82 {
  font-size: 82px;
}

.px83 {
  font-size: 83px;
}

.px84 {
  font-size: 84px;
}

.px85 {
  font-size: 85px;
}

.px86 {
  font-size: 86px;
}

.px87 {
  font-size: 87px;
}

.px88 {
  font-size: 88px;
}

.px89 {
  font-size: 89px;
}

.px90 {
  font-size: 90px;
}

.px91 {
  font-size: 91px;
}

.px92 {
  font-size: 92px;
}

.px93 {
  font-size: 93px;
}

.px94 {
  font-size: 94px;
}

.px95 {
  font-size: 95px;
}

.px96 {
  font-size: 96px;
}

.px97 {
  font-size: 97px;
}

.px98 {
  font-size: 98px;
}

.px99 {
  font-size: 99px;
}

.px100 {
  font-size: 100px;
}

.px112 {
  font-size: 112px;
}

.px124 {
  font-size: 124px;
}

.px128 {
  font-size: 128px;
}

.px132 {
  font-size: 132px;
}

.ward,
.x_currency,
.x_price_current,
.x_price_previous {
  color: red;
  font-size: 25px;
}

* {
  box-sizing: border-box;
}

body {
  background: url(../images/bg1.jpg) no-repeat center 80px;
  background-size: 100%
}

.video iframe {
  width: 400px;
  height: 231px;
}

.block {
  margin: 0 auto;
}

.wrap {
  max-width: 1244px;
  padding: 0 40px;
  margin: 0 auto;
}

.wrap:after,
.wrap:before {
  content: " ";
  display: table;
  clear: both;
}

ul {
  list-style-type: none;
}

.button {
  display: block;
  width: 250px;
  height: 51px;
  line-height: 51px;
  border-radius: 10px;
  background-color: #7e00ff;
  border-bottom: 3px solid #171b26;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.link {
  border-bottom: 1px solid;
}

.block1 {
  padding: 0 0 44px;
}

.block1 .wrap {
  text-align: justify;
}

.block1 .wrap:before {
  content: '';
  display: block;
  width: 100%;
  margin-bottom: -28px;
}

.block1 .wrap:after {
  content: '';
  display: inline-block;
  zoom: 1;
  width: 100%
}

.block1 .inline-b {
  vertical-align: middle;
  position: relative;
  top: 24px;
}

.img-top {
  vertical-align: middle;
  margin-right: 10px;
}

#kolb {
  display: inline-block;
  background: url(../images/kolb.png) no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
}

#list {
  display: inline-block;
  background: url(../images/list.png) no-repeat;
  background-size: contain;
  width: 65px;
  height: 64px;
}

#like {
  display: inline-block;
  background: url(../images/like.png) no-repeat;
  background-size: contain;
  width: 65px;
  height: 64px;
}

#gerb {
  display: inline-block;
  background: url(../images/gerb.png) no-repeat;
  background-size: contain;
  width: 65px;
  height: 64px;
}

.block1 .inline-b img,
.block1 .inline-b p {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

.block1 .inline-b img {
  margin-right: 10px;
}

.block1 p {
  font-family: Arial, sans-serif;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  font-weight: 300;
}

.block2 .head {
  padding: 20px 0 30px;
}

.product-container {
  padding-bottom: 40px;
}

.left-block ul {
  max-width: 400px;
}

.left-block ul li {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #352759;
  padding: 10px 0 10px 30px;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.left-block ul li img {
  margin-right: 20px;
}

.remained-container {
  display: inline-block;
  background-color: #2e323b;
  padding: 14px 20px;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .12);
}

.remained-container p {
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 0;
  font-weight: 700;
}

.remained-container .left-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 4px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background-color: #ef1650;
  border-radius: 25px;
}

.product-pack {
  left: 34%;
  width: 435px;
}

.product-pack:after {
  /* content: ''; */
  background: url(../images/stik_1rur.png) no-repeat;
  background-size: 90%;
  position: absolute;
  width: 325px;
  height: 238px;
  bottom: 155px;
  right: 0;
}

.right-block {
  max-width: 340px;
}

.form-container {
  position: relative;
  background-color: #f4f4f4;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
}

.form-container img {
  display: none;
}

.ever-popup .form-container {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ever-popup .right-block {
  max-width: 530px;
}

.ever-popup__inner {
  width: 530px !important;
}

.ever-popup .form-container img {
  display: flex;
  margin-right: 20px;
}

.ever-mobile {
  max-width: 370px;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}

.mod-1 {
  padding-top: 15px
}

.mod-2 {
  color: #36368c;
  letter-spacing: -1px;
}

.ev-footer__link {
  font-size: 14px;
  text-decoration: none;
  margin-top: 5px;
}

@media (max-width:999px) {
  .ever-popup__inner {
    width: auto !important;
    max-width: 320px;
  }

  .ever-popup__body.ever-mobile {
    padding: 20px 10px;
  }

  .ever-popup__body.ever-mobile .left-pack {
    width: auto;
    padding-left: 4px;
    padding-right: 5px;
  }

  .block1 .inline-b {
    text-align: center;
  }

  .block1 .inline-b img,
  .block1 .inline-b p {
    display: block;
  }

  .inline-b .img-top {
    margin-bottom: 10px;
  }
}

.action-valid {
  background-color: #ef1650;
  color: #fff;
  padding: 12px 0;
  border-radius: 8px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.block2 .action-valid {
  margin-bottom: 10px;
}

.action-price,
.price {
  margin: 8px 0 4px 0;
}

.price {
  margin-right: 4%
}

.star-text {
  font-size: 30px;
  color: red;
}

.action-price p,
.price p {
  display: inline-block;
  padding: 3px 0;
}

.price-lt:after {
  content: url(../images/lt.png);
  position: absolute;
  top: 12%;
  right: 0;
}

.price-lt {
  margin-left: 5px;
}

.lp-text {
  padding: 10px 0 0;
}

.left-pack {
  display: inline-block;
  width: 42px;
  height: 24px;
  line-height: 24px;
  margin: 0 4px;
  text-align: center;
  background-color: #ef1650;
  border-radius: 4px;
}

.shit {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 20px;
  background: url(../images/shit.png) no-repeat 0 50%;
  margin-left: 20px;
  color: #8a8a8a;
  font-weight: 700;
}

.block3 .head {
  padding: 20px 0;
}

.block3 .circle-container {
  margin-top: 60px;
}

.circle-container div {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  text-align: center;
}

.block3 .circle-container div {
  max-width: 190px;
  margin: 0;
}

.block3 .circle-container div p {
  padding-top: 24px;
  text-align: center;
}

.block4 {
  background-image: url(../images/bg2-1.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20%;
}

.block4-bg_2 {
  background-image: url(../images/bg2-2.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20%;
}

.block4 .head {
  padding: 40px 0;
}

.block4 .inline-b {
  vertical-align: top;
}

.block4 .disease-container {
  display: block;
  width: 745px;
  margin: 0 auto;
}

.block4 .disease-container p {
  font: normal 30px/100% Arial, sans-serif;
  padding: 20px 30px 60px;
  font-weight: 300;
}

.block4 .disease-container img {
  width: 100%;
}

.block4 .disease-container .alleft p {
  padding: 60px 0 146px 30px;
}

.block4 .disease-container .alright p {
  padding: 60px 30px 146px 0;
}

.block4 .disease-container .alleft p:last-child {
  padding-bottom: 0;
}

.block4 .disease-container .alright p:last-child {
  padding-bottom: 0;
}

#skeleton {
  display: none;
  background: url(../images/skeleton2.png);
  width: 260px;
  height: 653px;
}

#sickness {
  position: relative;
  display: none;
  vertical-align: top;
}

#sickness ul {
  list-style-type: none;
  padding: 60px 0 0;
}

#sickness li {
  display: block;
  text-align: left;
  font-size: 23px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, .74);
  margin: 20px 0;
}

#sickness li:after {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  display: block;
  color: #fff;
  border-radius: 3px;
  max-width: 35px;
  padding: 4px;
}

#sickness li:nth-child(1):after {
  content: '98%';
  background: green;
}

#sickness li:nth-child(2):after {
  content: '97%';
  background: #008c0a;
}

#sickness li:nth-child(3):after {
  content: '94%';
  background: #009200;
}

#sickness li:nth-child(4):after {
  content: '99%';
  background: #007b00;
}

#sickness li:nth-child(5):after {
  content: '91%';
  background: #439608;
}

#sickness li:nth-child(6):after {
  content: '93%';
  background: #408a08;
}

#sickness li:nth-child(7):after {
  content: '96%';
  background: #008c0a;
}

.block5 {
  background: url(../images/bg3.jpg) no-repeat center 180px;
  background-size: 100%;
  padding-bottom: 80px;
  overflow: hidden;
}

.block5 .head {
  padding: 40px 0 30px;
}

.block5 .head2 {
  padding: 40px 0;
}

.components-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.components-container .inline-b {
  max-width: 295px;
  margin: 10px 60px;
  vertical-align: top;
  text-align: left;
}

.components-container .inline-b.components-container__item--2 {
  background-image: url(../images/ing2.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: contain !important;
}

.components-container .inline-b ul li {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 0 0 40px;
  background: url(../images/sign1.png) no-repeat left center;
  background-size: 17px;
}

.lnh {
  line-height: 20px !important;
  margin: 10px 0;
}

.components-container .inline-b h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}

.components-container .inline-b p {
  font: normal 16px/140% Arial, sans-serif;
  padding: 24px;
  text-align: left;
  font-weight: 300;
}

.components-container .inline-b p span {
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.my_class {
  padding: 24px;
  text-align: left;
  font: normal 16px/140% Arial, sans-serif;
  position: relative;
  font-weight: 300;
}

.my_class:before {
  content: '';
  display: block;
  width: 174px;
  height: 45px;
  background: url(../images/arrow1.png) no-repeat top center;
  position: absolute;
  top: 125px;
  left: 15px;
}

.my_class:after {
  content: '';
  display: block;
  width: 174px;
  height: 45px;
  background: url(../images/arrow2.png) no-repeat top center;
  position: absolute;
  top: 125px;
  right: 0;
}

.my_class li {
  list-style: circle;
  margin-left: 20px;
}

.block5 .zavod-container {
  text-align: center;
  margin-top: 20px;
}

.block5 .zavod-photo {
  background: url(../images/zavod.jpg) no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  max-width: 870px;
  height: 152px;
  position: relative;
  left: -15px;
}

.zavod-items .part1 {
  max-width: 250px;
  margin-left: -20px !important;
}

.zavod-items .part1 img {
  max-width: 100%
}

.block5 .zavod-container .inline-b {
  vertical-align: top;
  margin: 10px 15px;
}

.block5 .zavod-container p {
  color: #0c283a;
}

.block5 .guaranty {
  bottom: -10px;
}

.block6 {
  background: url(../images/bg4.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0 0;
  background-position-x: -160px;
}

#doc {
  display: block;
  background: url(../images/doc.png) no-repeat;
  background-size: cover;
  width: 600px;
  height: 379px;
}

.doctor-foto {
  margin-left: -40px;
  margin-right: 15px;
  position: relative;
}

.doctor-text {
  width: 47%;
  float: right;
}

.doctor-text .sfl {
  padding: 8px 0;
}

.block7 {
  background: url(../images/bg5.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 30px;
  background-position-y: 74%;
}

.block7 .head {
  padding: 60px 0;
}

.block7 .head2 {
  padding: 60px 0 40px;
}

.block7 .video {
  margin: 10px 20px;
}

.block8 {
  background: #0c283a;
  padding: 30px 0 0 0;
  text-align: center;
  height: auto;
}

.block8 ul {
  display: inline-block;
}

.head3 {
  font-weight: 700;
}

.block8 li {
  margin: 5px 10px;
}

.block8 p {
  color: #b6b7b8;
}

.block8 ul li {
  display: inline-block;
  vertical-align: bottom;
  color: #b6b7b8;
}

.footer-c {
  display: block;
  font-size: 0;
}

.block8 ul.footer-c>li:last-child {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.block8 ul.list {
  font-size: 0;
  text-align: center;
}

.block8 ul.list li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  text-align: initial;
  max-width: 25%;
  padding: 12px 0 14px 50px;
}

.block8 ul.list li:nth-child(1) {
  background: url(../images/ico4.png) no-repeat left 13px;
}

.block8 ul.list li:nth-child(2) {
  background: url(../images/ico5.png) no-repeat left 15px;
}

.block8 ul.list li:nth-child(3) {
  background: url(../images/ico6.png) no-repeat left 15px;
}

.block8 ul li.foot {
  margin: 0 80px;
}

.block8 .title {
  padding-bottom: 25px;
  text-align: center;
}

.block8 .line {
  padding: 22px 0 32px;
}

.block8 .adrs {
  padding-top: 0;
}

.block8 .adr {
  padding: 0;
}

#privacy {
  vertical-align: top;
  margin-left: 10px;
  margin-top: 8px;
  display: inline-block;
}

.mb30 {
  position: absolute;
  bottom: 27px;
  right: -260px;
}

.mod-4 {
  margin-bottom: 30px;
}

@media only screen and (max-width:1920px) {
  .block5 {
    background-size: auto;
  }

  body {
    background-size: contain;
  }

  .block7 {
    background-size: cover;
    background-position-y: 80%;
  }
}

@media screen and (max-width:1240px) {
  .block4 {
    background-image: none;
  }

  .block4-bg_2 {
    background-image: none;
  }
}

@media only screen and (max-width:1300px) {
  .block5 .zavod-container {
    padding-left: 0;
  }

  .product-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.block5 .rel .my_class {
  display: flex;
  justify-content: center;
}

sup.star {
  font-size: 28px;
  color: red;
}

.form-last {
  text-align: center;
  padding-bottom: 0;
}

.action-price .x_currency,
.action-price .x_price_current,
.action-price .x_price_previous {
  font-size: 40px;
}

@media screen and (max-width:999px) {

  .ever-popop .action-price .x_price_current,
  .ever-popup .action-price .x_currency {
    font-size: 35px;
  }

  body {
    background-size: auto;
  }
}

@media screen and (max-width:479px) {
  .form-container {
    padding: 20px 8px;
  }

  .left-pack {
    width: auto;
    padding-left: 4px;
    padding-right: 5px;
  }

  .action-price .x_currency,
  .action-price .x_price_current {
    font-size: 35px;
  }

  .block4 .head br {
    display: none;
  }
}

.order-modal,
.users-online {
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 120px;
  width: 320px;
  background-color: rgba(0, 0, 0, .9);
  color: #fff;
  transition: 1s all;
  font-size: 19px;
  line-height: 22px;
  border-radius: 10px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.order-modal>div,
.users-online>div {
  margin: 10px;
}

.order-modal>div>span,
.users-online>div>span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
  margin-left: 10px;
}

.show-order,
.show-order-last {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}

.blink {
  color: red !important;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  text-decoration: line-through;
}

.blink_me {
  font-size: 24px;
  color: red;
  font-weight: 700;
}

.show-order-last:before,
.show-order:before {
  content: '';
  position: absolute;
  right: 0;
  top: -15px;
  width: 15px;
  height: 5px;
  background: red;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 1s all;
}

.show-order-last:after,
.show-order:after {
  content: '';
  position: absolute;
  right: 0;
  top: -15px;
  width: 15px;
  height: 5px;
  background: red;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 1s all;
}

.everad-sprite {
  background: url('data:image/png;base64,  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') no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.everad-sprite-bucket {
  background-position: -5px -5px;
}

.everad-sprite-callback {
  background-position: -65px -5px;
}

.everad-sprite-online_user {
  background-position: -5px -65px;
}

@media screen and (max-width:767px) {

  .order-modal,
  .users-online {
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 300px;
  }
}

@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}

.cbh-phone.cbh-show {
  visibility: visible;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.cbh-phone.cbh-static1 {
  opacity: .6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.cbh-ph-circle {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, .4);
  opacity: .1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: .5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: .5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: .5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: .5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: .5;
}

.cbh-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, .5);
  opacity: .75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, .5);
  opacity: .75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, .5);
  opacity: .75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, .5);
  opacity: .75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, .5);
  opacity: .75 !important;
}

.cbh-ph-img-circle1 {
  width: 60px;
  height: 60px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url('data:image/png;base64,  iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==');
  background-color: rgba(30, 30, 30, .1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
  }

  30% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5;
  }

  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1;
  }
}

@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -webkit-opacity: .1;
  }

  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -webkit-opacity: .5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1;
  }
}

@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(.5) skew(1deg);
    -o-opacity: .1;
  }

  30% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    -o-opacity: .5;
  }

  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: .1;
  }
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1;
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5;
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1;
  }
}

@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
  }
}

@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
  }
}

@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
  }
}

@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
  }
}

@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

@media screen and (max-width:1000px) {
  #clbh_phone_div {
    display: none !important;
  }
}

.modal-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 10000;
  overflow-y: auto;
  overflow-x: hidden;
  transition: .3s all;
}

.modal-wrap .inner-modal {
  max-width: 500px;
  margin: 100px auto 50px;
  position: relative;
}

.show-modal {
  visibility: visible;
  opacity: 1;
  transition: .3s all;
}

.clone-this-mobile {
  display: none;
}

.modal-wrap .clone-this-mobile {
  display: block !important;
}

.close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  right: -70px;
  top: -45px;
  color: #fff;
  transition: .3s all;
  cursor: pointer;
  font-family: sans-serif;
}

.close:hover {
  color: orange;
  transform: rotate(180deg);
}

.doctor-text ul {
  list-style-type: circle;
  margin-left: 30px;
  padding: 0 !important;
}

.doctor-text ul li {
  padding: 4px 0;
}

.components-container .inline-b {
  vertical-align: top;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
}

.components-container .inline-b p {
  font: normal 16px/140% SFUIDisplay-Thin, sans-serif;
  padding: 14px;
  text-align: left;
}

.components-container .inline-b p span {
  font-family: SFUIDisplay-Heavy, sans-serif;
}

.modal-action-price {
  display: block;
  margin-left: auto;
}

.components-container>div {
  display: block;
}

.action-price {
  display: block;
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.wrap-text {
  display: block;
}

@media screen and (max-width:1115px) {
  .block7 .head {
    padding-top: 0;
  }
}

@media screen and (max-width:1165px) {
  .doctor-text {
    width: 80%;
    float: none;
    display: block;
    margin: 10px auto;
  }

  .block6 {
    background-position: center;
  }

  .doctor-foto {
    margin: 0 auto;
    position: static;
  }

  .mod-4 {
    margin-bottom: 0;
  }

  .mb30 {
    position: static;
    margin-bottom: 30px;
  }

  #doc {
    margin: 0 auto;
  }

  .flleft {
    float: none;
  }

  .alright {
    text-align: center;
  }
}

@media (max-width:1049px) {
  .components-container {
    align-items: flex-start;
  }

  .my_class:before {
    display: none;
  }

  .my_class:after {
    display: none;
  }
}

@media screen and (max-width:1010px) {
  .product-container {
    display: block;
  }

  .wrap-text {
    display: inline;
  }

  .block2 .product-pack,
  .product-pack {
    position: relative;
    top: 0;
    left: 0;
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .product-pack {
    -webkit-background-size: contain;
    background-size: contain;
  }

  .action-valid {
    padding-left: 9px;
    padding-right: 9px;
  }

  .left-block {
    float: none;
  }

  .left-block ul {
    margin-left: auto;
    margin-right: auto;
  }

  .right-block {
    max-width: 400px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:1010px) {
  .product-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .right-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-block .form-container {
    margin: 0 auto;
  }

  .left-block {
    width: 55%;
    text-align: left;
  }

  .block6 {
    padding-top: 20px;
  }

  .block.block5 {
    padding-bottom: 30px;
  }
}

@media (max-width:938px) {
  .block5 .zavod-photo {
    left: 0;
  }

  .zavod-items .part1 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width:890px) {
  .product-container {
    padding: 0 0 20px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .block1 .inline-b {
    text-align: center;
    vertical-align: top;
    top: 43px;
  }

  .block1 .logo {
    top: 24px;
  }

  .img-top {
    background-position: center top !important;
    margin-bottom: 10px;
  }

  .block5 .zavod-container {
    text-align: center;
  }

  .block8 li:first-child {
    display: none;
  }

  .block8 li {
    margin: 0;
  }

  .list {
    padding: 0 0 30px;
    float: none !important;
    text-align: justify;
    display: inline-block;
  }

  .order-form,
  .product-pack {
    position: relative;
    display: block;
    float: none;
    margin: 0 auto;
  }

  .product-pack {
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

  .block8 {
    padding: 0;
  }
}

@media screen and (max-width:850px) {
  .components-container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width:825px) {
  .block4 .disease-container {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .px40 {
    font-size: 32px;
  }

  .px30 {
    font-size: 26px;
  }

  .block1 {
    padding: 0;
  }

  .block1 .inline-b {
    display: none;
  }

  .block1 .wrap {
    text-align: center;
  }

  .block1 .logo {
    display: inline-block;
  }

  .block2 .head {
    padding: 15px 0;
  }

  .block4 {
    padding-bottom: 20px;
  }

  .block5 .head,
  .block5 .head2 {
    padding: 20px 0;
  }

  .block5 .head {
    padding-bottom: 15px;
  }

  .block.block5 {
    padding-bottom: 20px;
  }

  .product-container {
    padding-bottom: 20px;
  }

  .left-block ul {
    padding-top: 10px;
  }

  .list {
    padding: 0 0 30px;
    float: none !important;
    text-align: justify;
    display: inline-block;
  }

  .order-form,
  .product-pack {
    position: relative;
    display: inline-block;
    float: none;
  }

  .product-pack {
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

  .product-container {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .block4 .disease-container {
    background: #fff;
  }

  .block4 .head {
    padding-bottom: 20px;
  }

  .block5 {
    padding-bottom: 0;
  }

  .block6 {
    padding-top: 10px;
  }

  #skeleton {
    display: inline-block;
  }

  #sickness {
    display: inline-block;
    width: 40%
  }

  .block3 .circle-container div p {
    text-align: center;
  }

  .adr,
  .adrs {
    display: none;
  }

  .vam {
    display: block;
    margin: 0 auto;
  }

  .block3 .head {
    font-size: 26px;
    padding-bottom: 5px;
  }

  .block3 .circle-container {
    margin-top: 25px;
  }

  .block7 .head2 {
    padding-top: 30px;
  }

  .block7 {
    padding-bottom: 10px;
  }
}

@media (max-width:759px) {
  .components-container {
    align-items: flex-start;
  }
}

@media (max-width:729px) {
  .components-container .inline-b p {
    text-align: center;
  }

  .components-container .inline-b {
    display: block;
    margin: 15px !important;
  }
}

@media screen and (max-width:660px) {
  .block5 .zavod-photo {
    display: none;
  }

  .zavod-container .head3 {
    padding-bottom: 20px;
  }

  .doctor-foto {
    float: none !important;
    margin: 0;
    height: 500px;
  }

  #doc {
    background-position: center;
    width: 100%;
    height: 70%
  }

  .mb30 {
    width: 150px;
  }
}

@media screen and (max-width:490px) {
  .video iframe {
    width: 270px;
    height: 231px;
  }

  .block7 .head2 {
    padding-bottom: 10px;
  }

  .block5 .zavod-photo {
    display: none;
  }

  .block4 .disease-container {
    height: auto;
  }

  .block6 {
    padding: 0;
  }

  #skeleton {
    display: none;
  }

  #sickness {
    width: 80%
  }

  #sickness ul {
    padding-top: 0;
  }

  .list li {
    text-align: left;
  }

  .product-pack {
    width: 280px;
    background-size: contain;
  }

  .product-pack:after {
    right: 15%;
    /* content: ''; */
    background: url(../images/stik_1rur.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 192px;
    height: 180px;
    bottom: 155px;
  }

  .components-container .inline-b {
    width: 250px;
  }

  #doc {
    background-position: center;
    max-width: 100%;
    max-height: 100%;
    -webkit-background-size: auto;
    background-size: auto;
  }
}

@media screen and (max-width:1100px) {
  .product-pack {
    left: 29%
  }
}

@media screen and (max-width:400px) {
  .ever-popup__body.ever-mobile {
    margin-left: 15px;
    margin-right: 15px;
  }

  .ever-popup__close {
    right: 10px !important;
  }

  .action-valid {
    font-size: 16px;
  }

  .block2 .head {
    font-size: 28px;
  }

  .block2 .head br {
    display: none;
  }
}

@media screen and (max-width:370px) {
  .action-valid {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width:350px) {

  .action-price,
  .block2,
  .block5,
  .block7 {
    margin-right: 0;
  }

  .block2 .px19,
  .block5 .px19,
  .block7 .px19 {
    font-size: 17px;
  }

  .block2 .x_currency,
  .block2 .x_price_current,
  .block5 .x_currency,
  .block5 .x_price_current,
  .block7 .x_currency,
  .block7 .x_price_current {
    font-size: 33px;
  }
}

.adv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.block1 .wrap:before {
  content: '';
  width: 100%;
  margin-bottom: -28px;
  display: none;
}

.block1 .wrap:after {
  content: '';
  width: 100%;
  margin-bottom: -28px;
  display: none;
}

.block1 .adv__item {
  margin-top: 24px;
  top: 0;
}

@media screen and (max-width:700px) {
  .wrap {
    padding: 0 15px;
  }
}

@media screen and (max-width:1242px) {
  .block3 .circle-container div {
    max-width: none;
    min-width: 190px;
    padding: 0 5px;
    width: 30%;
    margin: 0;
  }

  .block3 .circle-container {
    text-align: center;
  }

  .block3 .circle-container div p {
    padding-top: 14px;
  }
}

@media screen and (max-width:780px) {}

.action-valid {
  margin-bottom: 25px !important;
}

.product-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-pack {
  position: static;
  -webkit-background-size: contain;
  background-size: contain;
  width: 220px;
}

.product-pack img {
  display: block;
  margin: 0 auto;
  width: 150px!important;
}

@media screen and (max-width:750px) {
  .right-block {
    width: 100%;
    display: block;
    max-width: 99999px;
    margin-left: 0;
  }

  .left-block {
    width: 100%
  }

  .product-pack img {
    width: 150px;
  }

  .right-block .form-container {
    max-width: 400px;
    margin: 0 auto;
  }

  .left-block ul li {
    padding: 0 0 0 30px;
  }
}

.price-hide {
  display: none !important;
}

.ever-popup__inner .form-img {
  margin: 0 auto 0 0;
}

.ever-popup__inner .form-img img {
  width: 150px;
}

input:required {
  box-shadow: none;
}

.ever-popup .form-right {
  max-width: 320px;
}

select {
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
}

select:hover {
  background-size: 10px 10px;
  background-position: right 10px center;
}

select:focus {
  outline: 0 !important;
  outline-color: transparent;
  outline-width: 0;
}

select::-ms-expand {
  display: none !important;
  background: 0 0 !important;
  position: fixed;
  border: none !important;
  outline: 0 !important;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}

:not(#fake) {
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.price-container {
  display: flex;
}

.action-price .x_currency,
.action-price .x_price_current,
.action-price .x_price_previous {
  font-size: 33px;
}

.action-price .x_currency,
.action-price .x_price_current {
  font-weight: 700;
}

.action-price .previous-currency,
.action-price .x_price_previous {
  font-weight: 100;
  color: #0c283a;
}

.previous-wrap {
  position: relative;
}

.previous-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: rotate(-35deg) translateY(-50%);
}

.action-price {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.previous-wrap {
  margin-right: 30px;
}

.components-container {
  align-items: stretch;
}

.components-container__item {
  height: auto !important;
  display: flex !important;
  background: 0 0 !important;
  overflow: hidden;
  flex-direction: column;
}

.components-container__item p {
  position: static !important;
}

.components-container__img {
  background-color: #fff;
}

.components-container__item img {
  width: 100%;
  display: block;
}

.components-container p {
  margin-top: 10px;
}

.jcfs {
  justify-content: flex-start;
}

@media screen and (max-width:760px) {
  .components-container__item {
    margin-left: 0 !important;
  }
}

@media screen and (max-width:380px) {
  .components-container__item {
    margin-left: 0 !important;
  }
}

@media screen and (max-width:850px) {}

select {
  text-indent: 0;
  padding-left: 40px;
  box-sizing: border-box;
}

.x_country_select {
  position: relative;
  display: none;
}

.x_country_select::before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  background-image: url(../images/world.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 10px;
}

.current-wrap,
.previous-wrap {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 155px;
}

.x_currency,
.x_price_current,
.x_price_previous {
  font-size: 26px !important;
}

.lp-text {
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width:400px) {

  .x_currency,
  .x_price_current,
  .x_price_previous {
    font-size: 22px !important;
  }

  .current-wrap>div,
  .previous-wrap>div {
    font-size: 17px;
  }
}

input::-ms-clear {
  display: none;
}

input::-webkit-input-placeholder {
  color: #bababa
}

input::-moz-placeholder {
  color: #bababa
}

input:-ms-input-placeholder {
  color: #bababa
}

input::-ms-input-placeholder {
  color: #bababa
}

input::placeholder {
  color: #bababa
}

select {
  background-color: #fff !important;
}

select option {
  background-color: #fff !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .components-container__img {
    height: 220px;
  }

  .block3 .circle-container div {
    width: 187px;
  }

  .ever-popup .form-container {
    width: 507px;
  }
}