@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-v20-latin-ext_latin-regular.woff2) format("woff2"), url(../fonts/roboto-v20-latin-ext_latin-regular.woff) format("woff")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/roboto-v20-latin-ext_latin-500.woff2) format("woff2"), url(../fonts/roboto-v20-latin-ext_latin-500.woff) format("woff")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-v20-latin-ext_latin-700.woff2) format("woff2"), url(../fonts/roboto-v20-latin-ext_latin-700.woff) format("woff")
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

a {
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

h3,
h4 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 18px
}

p {
  margin: 0 0 10px
}

ul {
  margin-top: 0;
  margin-bottom: 10px
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a:active,
a:focus {
  outline: 0
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

img {
  border: 0
}

.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: 0
}

div.itemListCategory {
  background: #fafafa;
  border-radius: 4px;
  padding: 8px
}

div.itemListCategory img {
  display: block
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

div.clr {
  visibility: hidden
}

@font-face {
  font-family: simple-line-icons;
  src: url(../fonts/Simple-Line-Icons.eot);
  src: url(../fonts/Simple-Line-Icons.eot#iefix) format("embedded-opentype"), url(../fonts/Simple-Line-Icons.woff2) format("woff2"), url(../fonts/Simple-Line-Icons.ttf) format("truetype"), url(../fonts/Simple-Line-Icons.woff) format("woff"), url(../fonts/Simple-Line-Icons.svg#simple-line-icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

a {
  color: #da251c
}

#top-header {
  padding: 5px 0 20px;
  overflow: hidden
}

#my-footer {
  background-color: #f5f5f5;
  margin-top: 20px;
  padding: 20px 0
}

#my-page button,
#my-page input {
  border: 0;
  outline: 0
}

#my-page input {
  width: 100%;
  padding-left: 10px
}

.popup button {
  cursor: pointer
}

.popup button,
.popup input {
  border: 0;
  outline: 0
}

.popup input {
  width: 100%;
  height: 26px;
  padding-left: 10px
}

.toggle-mnu {
  width: 28px;
  height: 28px;
  right: 5px;
  top: 19px
}

.toggle-mnu span:after,
.toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0
}

.toggle-mnu span:before {
  top: 9px
}

.toggle-mnu span:after {
  top: 18px
}

.toggle-mnu,
.toggle-mnu span {
  position: relative;
  display: block
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #e1564f;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px
}

#myNav {
  background-color: #f5f5f5
}

.mobile-top {
  height: 55px;
  overflow: hidden;
  width: 100%
}

div.clr {
  clear: both;
  height: 0
}

div.itemListCategory {
  background: #fff !important;
  border: 0 !important
}

body {
  margin: 0
}

nav {
  display: block
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

img {
  border: 0
}

#my-page button {
  overflow: visible
}

#my-page button {
  text-transform: none
}

#my-page button {
  -webkit-appearance: button;
  cursor: pointer
}

#my-page button::-moz-focus-inner,
#my-page input::-moz-focus-inner {
  padding: 0;
  border: 0
}

#my-page input {
  line-height: normal
}

.popup button::-moz-focus-inner,
.popup input::-moz-focus-inner {
  padding: 0;
  border: 0
}

.popup input {
  line-height: normal
}

@font-face {
  font-family: "Glyphicons Halflings";
  font-display: swap;
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-md-1,
.col-md-12,
.col-md-3,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-xs-1,
.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10 {
  float: left
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-1 {
  width: 8.33333333%
}

.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.container:after,
.row:after {
  clear: both
}

.block-1 {
  text-align: center
}

.block-1,
.content-block-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center
}

.content-block-6 {
  max-width: 800px;
  margin: 0 auto;
}

.block-1 .ittem:nth-child(2) {
  float: left
}

.block-1 .ittem {
  display: inline-block;
  width: 50%
}

.block-1 .block-form {
  margin-top: 0
}

.block-1 h2 {
  margin-top: 0
}

.block-form {
  width: 370px;
  display: table;
  border-radius: 15px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 30px;
  border: solid 3px #f6705a
}

.form-top .input {
  background: #e6e6e6;
  margin-bottom: 10px;
  border-radius: 20px;
  width: 100%;
  line-height: 20px;
  padding: 11px 15px 11px 15px;
  font-size: 110%;
  height: 42px
}

.form-top .input:focus {
  background: #fff;
  border: 2px solid #e6e6e6
}

.tovar {
  width: 200px;
  display: block;
  margin: 30px auto 0
}

.button {
  background: #3d688e;
  color: #fff;
  text-decoration: none;
  border: 1px solid #396f9e8a;
  margin-bottom: 10px;
  border-radius: 20px;
  width: 100%;
  font-weight: 700;
  line-height: 20px;
  padding: 13px 10px 13px 10px;
  font-size: 130%
}

.button:hover {
  background: #29669d;
  font-size: 140%
}

.cost-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.cost-block p {
  display: block;
  width: calc(50% - 5px);
  background: #f6705a;
  color: #fff;
  padding: 5px;
  font-size: 130%;
  text-align: center
}

.pack {
  text-align: center
}

.cost-block p:nth-child(1) {
  border-radius: 10px 0 0 10px;
  background: #3d688e
}

.cost-block p:nth-child(2) {
  border-radius: 0 10px 10px 0
}

.cost-block p {
  display: block;
  width: 50%
}

.cost-block p .cena-bold {
  display: block;
  font-weight: 700;
  text-transform: uppercase
}

.li-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0
}

.li-1 li {
  display: inline-block;
  width: calc(30% - 10px);
  padding-top: 55px;
  font-size: 105%;
  line-height: 1.2
}

.li-1 li span {
  color: red;
  white-space: nowrap
}

.li-1 li:nth-child(1) {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAApCAMAAACSoICDAAAASFBMVEUAAADUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCg0YraUAAAAF3RSTlMAMHDA0FCggECv8DqOWCj3eBbl2ZcOawps5SYAAADGSURBVDjL3ZTdCoQgFIRNbbXM/tt5/zfdqVgkQrCWQPa7GRq+i9NBFV9cN4sYHu9TJ6GjfoPqtu/kToVRxlDQcseJDlfoBDDplRGdjlGj3nIC6BfJ8xc/+B4q6hvMJ1+UQ9Rf/HLwE/gjX6tU9Opfg34jU2my3M/mO2stD1DL4PdgCVsb2vbo1wBKIV6MimcPhC1C+8rbf3qfvTGm5SAMzwUawtaEtsx7P5VSyvE3GBzcKcJWhbbP9r4/7fsiFX/jPdG4gv4A+QkwXyJ1qHYAAAAASUVORK5CYII=) no-repeat top center
}

.li-1 li:nth-child(2) {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAArCAMAAAAjfQpCAAAAaVBMVEUAAADUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCiu2HnFAAAAInRSTlMA8bDQIPnnDr5I39ZYTwXKjgqoo5Zq2WQ3MRZzPhuGeihf6Er26AAAAZxJREFUOMvtkUmCgyAQRQEtRqPGecr073/IBkzMZO962W8hBbz6CrINZeZSJJITQFwmopyNYu+cbpVFRNqkKBIrEbFVf9piLgkAKpp+SfPHYp4ufVMQgOQSQ6/Wl+clZzvky7kA7NVnSdQ++HdONaxiJeptwbTnWuiu06I+t2ZrrnFmlqZQjhct8YHUlyHsTWQZnC/6oHBdtmZMJ85VOpq2jH2y99sODIkfBUR7ZXc4f1TX1m/4Mdm0lLEvzZP+a//an2ok/djA7GsGjX9KYg6KsQzVvlYhY0zBsSYUucRhTztA5iGk8bE6hBNl31pGFD5Gwz8thtBHyD61DBTeMcDGiVOr179r/WoptwYIFHdvftXmu1VAxPlRr57hKJ9aCW5WSx/ZmzdIiOOqHQXk8LQ2L5nCnTt0Y9DGDi78lyl5sWJzF5ZVBWo4bwiVCm1djH+SV5BjKG4SHnkL9ShR5eydEjyeW81azypeWzjSFy2hzF/yS1DLdlgk3PCYDA5yYbtMAhAm90kmVBP7jYMDyHUEuMOusIm1JbL1p/QDw2Eq4VK2KQEAAAAASUVORK5CYII=) no-repeat top center
}

.li-1 li:nth-child(3) {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAApCAMAAACSoICDAAAAbFBMVEUAAADUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCgaz9OvAAAAI3RSTlMACfvjlH9OJ550aWBA8Oq5rIk0GPXTwd5aIRHLb1XZtKQuOxXX4KAAAAG+SURBVDjLjZXZlqowEEUrgSDKPIuItr3//x+vcHEAacl+UFbWqXByqAJ5Epq0rlPjKXlbc7sI4tq0MkedHSairJgWvYon6awiv0DsHzwvcBuIgmHtlELkeq1Su+AKZfCS9xonUA8PNbgiRYU2T2+7BDKZ8ODn3fUZfFXh3OSNPeyn2hJXZniaBqeYLx4gHC86rrIgAD3trlx//7/SpRlcHIkLWZKyfzgHtBkrG873v+r++4HKX8/gXIMv487OPUoiJRv0mmDYxCEUc6/d5ICjxhNkknCUbS70Y/C1OOws9GaMvCUWUBZ6j2Q4AAiIBSG13AHRVvsfx2d6orT072KGNqaxzGdf5mOs6Wb+yy7JiZWlvCgH7xf2lnp3DLWn3FnJf2HswoTOxtHJmcaqiPnZlquaSk030mSbep+ofRs/syHP0OFsls2GnH7xtsi+yw/LCcJXfwfP4aMDNcl6gfqBYGUkIqp2LfcE3csKN4c4/FhtK6Lwj37q0EufeTy9R9edLk99LOmKb3OhqXazHFP1vQkdyuB1UsxmG14fX4NbQ+TZzKqm+RU5ay52g5Ff0OYK6UnsUD4M0drjxd26l3+NoiVRcco+YQAAAABJRU5ErkJggg==) no-repeat top center
}

.title-red {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  color: #f6705a
}

.title {
  text-align: center;
  font-size: 190%;
  margin-top: 0
}

.block {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 80px
}

.block.block-last {
  margin-bottom: 0
}

#my-header {
  margin-bottom: 50px
}

.content {
  display: block
}

.content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.title-top {
  width: 100%;
  font-size: 240%;
  color: #f6705a;
  margin-top: 0
}

.block-2 {
  display: block;
  background-size: 50%
}

.no-webp .block-2 {
  background: url(../images/wrong_methods_bg.jpg) no-repeat bottom right
}

.webp .block-2 {
  background: url(../images/wrong_methods_bg.webp) no-repeat bottom right
}

.block-2 .ugroza {
  width: 60%;
  display: block;
  padding: 10px 10px 10px 10px;
  font-size: 130%
}

.block-2 .ugroza p {
  font-size: 100%
}

.block-2 .ugroza h3 {
  display: block;
  padding: 10px;
  font-size: 140%;
  line-height: 1.2
}

.vosklicanie {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAABpCAMAAAD4FXiQAAAAM1BMVEUAAADLBwLLBwLLBwLLBwLLBwLLBwLLBwLLBwLLBwLLBwLLBwLLBwLLBwLLBwLLBwLLBwIO3jqMAAAAEHRSTlMAwIBA8BDgMKCQUHAgYNCwRWZGLQAAAORJREFUSMft1VuuwyAMBNCxwRAgabP/1V4pt+ojzYDc5rPzyRESQoPBIiTQlYTKhYqgUQkninYkU4FbGpXQk0RFvDJTQU8KFXXKhYp0JZwm2pVMBadJ6EuiIj7JVNCXQkVdkqjIQCqV4JJCRQeCkySMJFIRj2QqGMlERR2SqMhQKpXgkImKDgUu+eXLzE3+ex+lzc/rr12c7lb3zyRW0EmxkcUDifbo+3t7bD2OYSGyoBC5QogIlRXrByJuEXrqCZXIsk0qcqVKf0BLB5AMAHJ8g5iBjdJ+xw0AKy9QDI9Yu+5b9QeRnnXZDQTecgAAAABJRU5ErkJggg==) no-repeat#f6705a;
  background-position: left 30px center;
  color: #fff;
  margin: 20px auto;
  padding: 30px 50px 30px 80px;
  font-size: 120%;
  line-height: 1.2
}

.color-1 {
  color: #3d688e;
  font-weight: 700
}

.gippokrat {
  display: table;
  width: 80%;
  position: relative;
  margin: 0 auto
}

.gippokrat p {
  background: #3d688e;
  display: table-cell;
  padding: 40px 220px 40px 40px;
  font-size: 240%;
  color: #fff
}

.gippokrat span {
  display: block;
  font-size: 110%;
  font-weight: 700
}

.gippokrat:before {
  position: absolute;
  content: "";
  background-size: cover;
  width: 190px;
  height: 263px;
  right: 0;
  bottom: 0
}

.no-webp .gippokrat:before {
  background-image: url(../images/dhippocrate.png);
  background-repeat: no-repeat;
  background-position: center
}

.webp .gippokrat:before {
  background-image: url(../images/dhippocrate.webp);
  background-repeat: no-repeat;
  background-position: center
}

.block-3 {
  position: relative;
  padding: 135px 50px 0
}

.color-2 {
  color: #f6705a
}

.bold {
  font-weight: 700
}

.white-line {
  display: block;
  width: 100%;
  height: 30px
}

.block-4 .ittem-1 {
  float: left;
  width: 60%;
  padding: 40px 20px 0 280px
}

.block-4 .title {
  text-transform: uppercase
}

.no-webp .block-4 .ittem-1 {
  background: url(../images/product_image_technology.png) no-repeat left 10px center;
  background-size: contain
}

.webp .block-4 .ittem-1 {
  background: url(../images/product_image_technology.webp) no-repeat left 10px center;
  background-size: contain
}

.block-10 .ittem-1 {
  display: inline-block;
  background-image: url(../images/advantages_stamp.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 140px 10px 10px 10px
}

.block-4 .ittem-1 p {
  font-size: 150%
}

.block-4 .ittem-1 p:last-child {
  margin-bottom: 0
}

.block-4 .ittem-2 {
  display: inline-block;
  width: 40%
}

.title-2 {
  padding: 10px 140px;
  text-align: center;
  font-size: 150%
}

.block-5 .title {
  text-transform: uppercase
}

.block-5 .ul-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 120%;
  line-height: 1.2;
  margin-top: 80px;
  margin-bottom: 0
}

.block-5 .ul-3 li {
  position: relative;
  width: calc(25% - 5px);
  display: inline-block;
  padding: 210px 5px 5px 5px;
  text-align: center
}

.no-webp .block-5 .ul-3 li:nth-child(1) {
  background: url(../images/technology_item_1.png) no-repeat top center
}

.no-webp .block-5 .ul-3 li:nth-child(2) {
  background: url(../images/technology_item_2.png) no-repeat top center
}

.no-webp .block-5 .ul-3 li:nth-child(3) {
  background: url(../images/technology_item_3.png) no-repeat top center
}

.no-webp .block-5 .ul-3 li:nth-child(4) {
  background: url(../images/technology_item_4.png) no-repeat top center
}

.webp .block-5 .ul-3 li:nth-child(1) {
  background: url(../images/technology_item_1.webp) no-repeat top center
}

.webp .block-5 .ul-3 li:nth-child(2) {
  background: url(../images/technology_item_2.webp) no-repeat top center
}

.webp .block-5 .ul-3 li:nth-child(3) {
  background: url(../images/technology_item_3.webp) no-repeat top center
}

.webp .block-5 .ul-3 li:nth-child(4) {
  background: url(../images/technology_item_4.webp) no-repeat top center
}

.ul-3 .shar-ab {
  display: table;
  position: absolute;
  top: -40px;
  width: 80%;
  height: 90px;
  border-radius: 10px;
  padding: 10px
}

.ul-3 .shar-ab p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 80%
}

.bg-red {
  background-color: #f6705a
}

.bg-blu {
  background-color: #3d688e
}

.content-block-6 .ittem {
  display: inline-block;
  width: 50%;
  padding: 0 10px 0 10px
}

.content-block-6 .ittem .span {
  display: block;
  width: 100%
}

.content-block-6 .ittem img {
  display: block;
  margin: 10px auto
}

.content-block-6 .ittem .img .span:nth-child(even) {
  color: red;
  font-weight: 700;
  font-size: 170%
}

.line-bg {
  background-color: #ffebcd;
  width: 100%;
  display: block;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}

.line-bg .bg {
  background-color: #5f9ea0;
  border-radius: 10px 0 0 10px;
  display: block;
  height: 100%;
  padding: 5px
}

.line-bg .line-1 {
  width: 99%
}

.line-bg .line-2 {
  width: 98%
}

.line-bg .line-3 {
  width: 96%
}

.line-bg .line-4 {
  width: 91%
}

.reviews__wrapper {
  display: flex;
  justify-content: space-between
}

.ehffektivnost .title {
  text-align: left
}

.ehffektivnost p {
  font-size: 130%;
  margin-top: 20px
}

.block-12 .title {
  width: 100%
}

.block-10,
.block-11,
.block-12,
.block-7,
.block-8,
.block-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.block-8 .title {
  width: 100%
}

.block-8 .ittem {
  display: inline-block;
  width: calc(50% - 10px)
}

.block-8 .ittem:nth-child(3) {
  text-align: center
}

.block-8 .ittem img {
  margin: 10px auto
}

.block-8 .title {
  text-transform: uppercase
}

.block-7 .ittem-1 {
  display: inline-block;
  width: calc(65% - 20px)
}

.block-7 .ittem-2 {
  display: inline-block;
  width: calc(35% - 20px)
}

.block-7 .color-block {
  background-color: #ffebcd;
  padding: 10px
}

.block-7 .ittems {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  overflow: hidden
}

.block-7 .ittems p {
  display: block;
  float: right;
  width: calc(100% - 110px);
  margin-bottom: 0
}

.block-7 .ittems .span {
  display: block;
  width: 100px;
  float: left;
  margin-right: 10px;
  background-color: #3d688e;
  padding: 5px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 130%;
  text-transform: uppercase
}

.block-8 span {
  display: block;
  margin: 35px auto;
  font-size: 150%;
  font-weight: 700
}

.ul-block-8 {
  margin: 0;
  padding: 10px 10px 0 50px;
  list-style: none
}

.ul-block-8 li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 125px 5px 80px;
  margin: 0 auto 15px;
  font-size: 110%;
  font-weight: 700;
  min-height: 70px
}

.ul-block-8 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.ul-block-8 li span {
  margin: 0
}

.ul-block-8 li:nth-child(1) {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA5CAMAAAC7xnO3AAAAWlBMVEUAAADUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCitfwCUAAAAHXRSTlMA0dwKkDPIWyEnHOO5sGLvvaSeUkYVlj1t9YhYgYauvuMAAAIYSURBVEjHnJThlkMwEIWTCEWIKtXSfu//mivNEWexi84fE+ZLcufOITYjtbpQFVCpQttUHIxYK36H0vEB7iIBoErKuqvLpPJLednhXgpAdc09vLo3nX/5+ofLrgC3R1hPyeMGcM3+Am0P6DysB4aQ5xro7TZ4W25bUi4vdNvgogJ4js/Zg5p69ikS4gkU0QpMwLjeJzSh+h12aUicXwaSJVqA/CiUmNBVGzpskB+1EoqVRunLWogmnaEqgtZvJhdaLZh8ciDMi0SGuZqcyg3YGcx6WM2XJ1cRQz8bcHVdPUi6Dl/DyPl8nwznTIOoIDtBZqB8dgE9+inbA2QrRz81XHwB5CIF2l3yAaQix3+IvUONId4lY0zj3Xe1GrxZ0YHbRtPR2vXH6z3eoYlJoTtNdk6uheY02YB1Mu+nybsTWlCJ06SoKIQi+YJMUCNdfkGWVAJqIYayTjd6v0WmdTkIUYNwpmTAe/23B7Mmf0qvYxyGYRgGgAWKpmhmDRni/3+zyOIMR3iIOJswbEkkdY4xfldZ0p2TOM7Vnfc7JX5fi3f6txLz31pPibme9pDE3EP2rcTct2lWCmKalTSfh0TnM2rC+ygPqwnqkMg6pPaJrH1TbzeJorZbb9V4ocbjK2LtK3qZ0Mv0T6F/Zs+uTzpfeHbOCRPrnGA2AWSTVh4yg+0xg+1ksEbua2TNRr5tZOpGjm/sDk/2lT9RAT7aOldnCwAAAABJRU5ErkJggg==) no-repeat left 5px center
}

.ul-block-8 li:nth-child(2) {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAMAAAC7m5rvAAAAaVBMVEUAAADUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCiu2HnFAAAAInRSTlMAaQf54onwrj/a0GAgtU4RecKhcCw26YBZyJqQGqhVJka93+fr1wAAAsRJREFUSMeVlleW6jAQRIWSczYOGDDU/hf5DNJMI0t4zqsfoM2VOhR9YAfij/rSSC0AMaSRuufsb+V1I7CTvDz44T2nGUZ6LqL2VjQSRoPKv0L1gE0CyCoK9tntHcYcpk7DiymmExAzV2elAYTu6+cXpK6MTUDpHYlNKnCVeEHv3EpgClAamu+rugF49uZDDGQ+dVLAww1XMyC630KAzqdYD1yc8DUB5JmqBGqfYkxCOndtFO4fAwdUgGIXp5dVCjjVVMASoFjmtCoCEvPEigNtgGLrZxb1RsVuNUAUoBgXFD8Dos+BkZE0CpeySpD+nJC8Er461TCJJkSxBoN9N74TqmgkdCpR1AVhJyagq3c1LSOlSEIUawHz5mINYYqlZCRRO8xelrztOeDJSAV0iGI3i6mfJxKzUwOI2h23iQ8YuK0mdZPpiCLNpuYSUDbguHQBiHLm2dhcVxN4YmAkFabsmLhGShNxk9wktEzSprhdlrHusnsZZ8aCMaDoi47nwzKrqTYvdn7VJ9WqSxsVTZoM+pMS3GTGqQlX170kXuX9OS6zTpiOSOr6COQu5esO1LufTw30HuUNG+tuZZhFfEhdgWa/1zLgcUwxZffNw75av5THVCUgOX11kz3ikGKLaYi76uMNOKRWc5nBso9FHB1RrAEyf9WvwCHVAU1gZ1+xaTn3ecVD1FlArLR8b557yfjtojbjT2V87ntJmRhzEXWs9tMtgv9SdTmdulEtxvhSu9TMCRt9R/nGnzoJJBUjxcBI1BetyUZdnfME0r+ouwbSF+Xuw/yQqloARbWLTlvsgOInDWDkXlxDfKV4lgCQMfP1BBDl4f95EoBQ3lU05VTFzlMe1zNeUJuzL9TTzFUkkdpW6D3rxlsq8JJefIimzKdIwJMo7pwdUCapsZCEyGKkpD3tesjXuCzLx7nn7FCR2Kj/1j8kTWOmTftdVAAAAABJRU5ErkJggg==) no-repeat left 5px center
}

.ul-block-8 li:nth-child(3) {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA7CAMAAAAdOWm/AAAAclBMVEUAAADUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCjUNCgU1d6oAAAAJXRSTlMAB/bjLaR1FHBIwo+GvdC2sHxWQR/r3GPwyZVdTzvXag+bJRozYbiwTgAAAlxJREFUSMedlVlyqzAUREECMw/GYIPxmOTsf4sPC16IlIpluX+goI6Gq74t77l2oUTcI89dGUql70wGDyy8wNEZPcHB824SPl3Rs0K9ETZvLDieHr6geBP1Cvp30SO4ns9u3qu3gcARbSB5PGNnVM325qwhKB/l0LqRfsewDuGkHLbqJUU6e0nOk0lSJzKSc30nCWonNIVseYXQhTxC6i/lgvLsdKTyu9MKQKRhfjidducgaJ+WewTxtW67RpMIgyc9rkq06mNTSY3+3cC3JpuQBOV7Q377lTTjGMfbFLh6+tBqU34ibLHQiB/W9JNsz6wce6Ac/p/c56EW8/7r7bITm/bsJ7/lJUrymExV74D4pabyUpTSTbAMpzz/EiqgC5vb6qLXXCenBVdGZH1AZyfjR5mu0Ghfe4heyDvReq25wApyG7qdS1nSmSa82GdVaA56R2FPomA+hrO5wBIau5nGx7OjNDdS2LMnWk631X6AeL5c+d/BjdlB0hL2GQz+3KNQmSa7W9D2O/uEVtIvkJas9NcIO2n/BNz+JpMfZfwwF5g+6Vh/I2D3o2+lmYflX2iB5oPMKKkPmMj6q79qljTa+wLDRfadLNPqnsfNLogW8mhkiN8zGNfjb8mhqgcBvd6SNUSGoSirui6GS4euzrh9Ri2yDXNGQTJusrCYdrCvYvPUItYbVDenXYNmKN2c9sRI9ONbx7K3fWZG3mpOe64qmea066gbKtiCfBFNVsf7p7tkkngR9QWpWmhcoNSHOzu1Gur7jr3kK2fXlUWiuraekz7XO9ZZobpjHfQPjf9KrYTeYC0AAAAASUVORK5CYII=) no-repeat left 5px center
}

.logo-block-9 {
  display: block;
  margin: 30px auto
}

.block-9 .ittem-1 {
  display: inline-block;
  width: calc(40% - 10px)
}

.block-9 .ittem-2 {
  display: inline-block;
  width: calc(60% - 10px)
}

.docktor {
  display: block;
  margin: 0 auto;
  max-width: 100%
}

.block-recomented {
  display: block;
  position: relative;
  padding: 5px 5px 190px 5px
}

.block-recomented::before {
  display: block;
  position: absolute;
  content: "";
  width: 320px;
  height: 175px;
  right: 15px;
  bottom: 0;
  background-size: cover
}

.no-webp .block-recomented::before {
  background: url(../images/recommendation_sign.png) no-repeat center center;
  background-size: cover
}

.webp .block-recomented::before {
  background: url(../images/recommendation_sign.webp) no-repeat center center;
  background-size: cover
}

.block-recomented p {
  font-size: 130%
}

.wid-100 {
  width: 100%
}

.advantages_list li {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAMAAABRYFY8AAAAQlBMVEUAAAA9aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI49aI78pp8VAAAAFXRSTlMA+SjyCbWn6+Tc0ceWhHNmWDUUS0qW+hztAAAAbklEQVQY023QSQ6AMAxDUUJb5qmFf/+rIiE1FZKzSp5XcacmjkhfkD7AKfiATfADq+DemATHQCjCZywLTnAJ3mEXfEHyJ3rnbMx+YDUogRDdzYPp2/yPGqxwu7Zgg8OtBScMohKDRXbFGHWJ6S8vQR0E3G9DLnEAAAAASUVORK5CYII=) no-repeat left center;
  display: table;
  width: 100%;
  padding: 5px 5px 5px 40px;
  margin: 15px auto;
  margin-left: 55px;
  font-size: 130%;
  font-weight: 700;
  vertical-align: middle
}

.advantages_list li span {
  display: table-cell;
  vertical-align: middle
}

.text-center {
  text-align: center
}

.block-10 .ittem {
  display: inline-block;
  width: calc(50% - 10px)
}

.block-11 .ittem {
  width: calc(33% - 10px);
  margin: 0 10px
}

.block-11 .ittem .bold:nth-child(2) {
  font-size: 120%;
  display: inline-block;
  margin: 10px auto
}

.block-11 .owl-carousel .owl-dots {
  text-align: center
}

.block-11 .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #3b3b3b !important;
  margin: 0 5px
}

.block-11 .owl-carousel .owl-dot.active {
  background-color: #3b3b3b
}

.ava-comment {
  display: block;
  margin: 10px auto
}

.block-12 .ittem {
  position: relative;
  display: inline-block;
  width: calc(33% - 10px);
  padding: 210px 25px 10px 25px
}

.block-12 .ittem span {
  font-size: 170%
}

.block-12 .ittem p {
  font-size: 145%
}

.no-webp .block-12 .ittem:nth-child(3) {
  background: url(../images/order_step_1.png) no-repeat top center
}

.no-webp .block-12 .ittem:nth-child(4) {
  background: url(../images/order_step_2.png) no-repeat top center
}

.no-webp .block-12 .ittem:nth-child(5) {
  background: url(../images/order_step_3.png) no-repeat top center
}

.webp .block-12 .ittem:nth-child(3) {
  background: url(../images/order_step_1.webp) no-repeat top center
}

.webp .block-12 .ittem:nth-child(4) {
  background: url(../images/order_step_2.webp) no-repeat top center
}

.webp .block-12 .ittem:nth-child(5) {
  background: url(../images/order_step_3.webp) no-repeat top center
}

.block-12 .after:after {
  content: "";
  position: absolute;
  right: -8px;
  width: 28px;
  height: 57px;
  top: 70px;
  transform: translateX(50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA5CAMAAAASsrsjAAAAY1BMVEUAAABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPABfPAAb/lmkAAAAIXRSTlMABugK4iwVlojcybNcUSMcD9HEpGirdEG9uXzVn4JuOjLuEoVFAAAAk0lEQVQ4y9XTSQ6EIBCFYcABpNsRW9R2uv8pPcF7JhAW1vZbVPKnSuha4LkU0+JBv0zzcG3yMUIPom01RehKtPxz3Zn2Jlwt085qpkO4ZsMmic5UF0f1R1R+ohRjS06y6ycSwpCFDi/Us4S22gzaWJXQatVAO9VFftm/I8yeJEyRIMyBw9jQMAsOYxKE8SSMcB7bDe9kCDqgDRSDAAAAAElFTkSuQmCC) no-repeat
}

.mod-1 {
  margin: 10px 0 0 46px
}

.prices {
  display: flex;
  justify-content: space-around
}

.prices .x_price_current,
.prices .x_price_previous {
  font-size: 30px;
  font-weight: 700
}

.old-price {
  position: relative;
  color: #555
}

.old-price:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f6705a;
  position: absolute;
  left: 0;
  top: 55%;
  transform: rotate(-15deg)
}

.old-price:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f6705a;
  position: absolute;
  left: 0;
  top: 55%;
  transform: rotate(15deg)
}

.prices .x_currency {
  font-size: 16px;
  font-weight: 700
}

#my-page input {
  border: 1px solid #ccc
}

.popup input {
  border: 1px solid #ccc
}

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
}

.country-select {
  border-radius: 25px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  text-indent: 5px;
  height: 42px;
  padding-left: 10px;
  background-color: #e6e6e6;
  margin-bottom: 10px;
  border-radius: 20px;
  width: 100%;
  line-height: 20px;
  padding: 0 5px 0 5px;
  font-size: 110%
}

.block-10 .block-form {
  margin-top: 0
}

#my-page button {
  transition: .2s
}

@media screen and (min-width:7px) and (max-width:460px) {
  .cost-block p {
    font-size: 110%
  }
}

.primrub {
  color: #999 !important;
  margin: -7px 0 12px;
  font-size: 85%;
  display: block;
  width: 100%;
  text-align: center
}

* {
  outline: 0 !important
}

.pl_field_address_info {
  height: 1px !important;
  position: absolute;
  width: 1px !important;
  z-index: -1
}

@media only screen and (max-width:992px) {
  .llogo img {
    height: 54px
  }
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:993px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10 {
    float: left
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media (min-width:993px) {

  .col-md-1,
  .col-md-12,
  .col-md-3,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-9 p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

  .col-md-1,
  .col-md-12,
  .col-md-3,
  .col-md-8,
  .col-md-9 {
    float: none
  }

  #my-header .col-md-1,
  #my-header .col-md-12,
  #my-header .col-md-3,
  #my-header .col-md-8,
  #my-header .col-md-9 {
    float: left
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:992px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:993px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }

  .mod-1 {
    margin: 10px 0 0 60px
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}

@media (max-width:1199px) {
  .advantages_list li {
    margin-left: 0
  }

  .tovar {
    margin-top: 20px
  }

  .logo-block-9 {
    margin-top: 0
  }

  .white-line {
    display: none
  }

  .block {
    margin: 0 auto 50px
  }

  #my-header {
    margin-bottom: 30px
  }
}

@media (max-width:992px) {
  #top-header {
    padding: 0
  }

  #my-header {
    margin-bottom: 20px
  }

  .block-form {
    width: 345px
  }

  .title {
    font-size: 170%
  }

  .no-webp .block-2 {
    background: url(../images/wrong_methods_bg.jpg) no-repeat center right
  }

  .webp .block-2 {
    background: url(../images/wrong_methods_bg.webp) no-repeat center right
  }

  .block-3 {
    padding: 35px 10px 10px
  }

  .block-4 .ittem-1 {
    width: 50%;
    padding: 280px 20px 0 20px
  }

  .no-webp .block-4 .ittem-1 {
    background: url(../images/product_image_technology.png) no-repeat top 0 center
  }

  .webp .block-4 .ittem-1 {
    background: url(../images/product_image_technology.webp) no-repeat top 0 center
  }

  .block-4 .ittem-2 {
    width: 50%
  }

  .block-4 .ittem-1 p {
    font-size: 130%
  }

  .title-2 {
    padding: 10px
  }

  .block-7 .ittem-1 {
    width: calc(55% - 20px)
  }

  .block-7 .ittem-2 {
    width: calc(45% - 20px)
  }

  .content img {
    max-width: 100%
  }

  .ul-block-8 {
    padding: 10px 10px 10px 30px
  }

  .ul-block-8 li {
    padding: 5px 5px 5px 80px;
    font-size: 100%;
    line-height: 1.2
  }

  .block-10 .ittem-1 {
    background-size: 90% auto;
    padding: 110px 10px 10px 10px
  }

  .advantages_list li {
    padding: 5px 5px 5px 40px
  }

  .advantages_list {
    padding: 5px 5px 5px 20px
  }

  .toggle-mnu {
    right: 0
  }

  .mobile-top {
    display: flex;
    justify-content: space-between
  }

  .mob__title {
    display: none
  }

  .mob__logo {
    padding: 0
  }

  .mob__logo,
  .mob__menu {
    width: auto
  }

  .block-5 .ul-3 li {
    background-size: contain !important;
    padding-top: 170px
  }

  .ul-3 .shar-ab {
    left: 50%;
    transform: translateX(-50%)
  }

  .ehffektivnost .title {
    text-align: center
  }

  .block-11 .white-line {
    display: none
  }

  .block-11 .ittem {
    width: 100%
  }

  .block-11 .ittem img {
    width: auto
  }

  .block-11 .ittem p {
    padding: 0 15px
  }

  .block-11 .ittem .bold:nth-child(2) {
    display: block;
    text-align: center;
    padding: 0 15px
  }

  #my-footer {
    padding: 0
  }

  .block-9 .ittem-1 {
    margin-top: 16px
  }

  .content-block-6 .ittem {
    font-size: 16px
  }

  .gippokrat p {
    font-size: 150%
  }

  .block-3 {
    padding-top: 90px
  }

  .block-12 .ittem {
    padding: 210px 10px 10px 10px
  }

  .block-12 .ittem p {
    font-size: 140%
  }

  .block-recomented {
    padding-bottom: 115px
  }

  .block-recomented::before {
    width: 220px;
    height: 120px
  }
}

@media (max-width:810px) {
  .container {
    width: 600px
  }

  .block-1 .ittem {
    display: inline-block;
    width: 100%
  }

  .block-1 .tovar {
    margin: 15px auto 10px
  }

  .block-2 .ugroza {
    width: 100%;
    padding: 0
  }

  .block-2 {
    padding: 20px
  }

  .block-2 .title,
  .block-2 h3,
  .vosklicanie {
    margin: 0 0 15px
  }

  .block-2 .ugroza h3 {
    padding: 0
  }

  .block-2 .ugroza p {
    margin-bottom: 0
  }

  .no-webp .block-2 {
    background: 0 0;
    background-color: #f8faf7
  }

  .webp .block-2 {
    background: 0 0;
    background-color: #f8faf7
  }

  .gippokrat {
    width: 100%
  }

  .block-4 .ittem-1 {
    width: 100%;
    padding: 250px 20px 0 20px
  }

  .no-webp .block-4 .ittem-1 {
    background: url(../images/product_image_technology.png) no-repeat top -5px center
  }

  .webp .block-4 .ittem-1 {
    background: url(../images/product_image_technology.webp) no-repeat top -5px center
  }

  .block-4 .ittem-2 img {
    display: block;
    margin: 0 auto
  }

  .block-5 .ul-3 li {
    width: calc(50% - 5px)
  }

  .block-5 .ul-3 {
    margin-top: 1px
  }

  .block-5 .ul-3 li:nth-child(3),
  .block-5 .ul-3 li:nth-child(4) {
    margin-top: 50px
  }

  .block-7 .ittem-1 {
    width: 100%
  }

  .block-7 .ittem-2 {
    width: 100%;
    margin-top: 30px
  }

  .block-10 .ittem-1 {
    width: 100%;
    background-size: 60% auto;
    padding: 120px 100px 0 100px
  }

  .block-10 .ittem {
    width: 100%
  }

  .block-12 .after:after {
    right: -45px
  }

  .li-1 {
    margin: 0 auto 15px;
    flex-direction: column;
    align-items: flex-start;
    width: 220px
  }

  .li-1 li {
    padding: 0 0 0 60px;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    text-align: left
  }

  .li-1 li:not(:last-child) {
    margin-bottom: 10px
  }

  .li-1 li:nth-child(1),
  .li-1 li:nth-child(2),
  .li-1 li:nth-child(3) {
    background-position: center left
  }

  .block-5 .ul-3 li {
    background-size: auto !important;
    padding-top: 210px
  }

  .ehffektivnost p {
    margin-bottom: 5px
  }

  .block-8 .white-line {
    display: none
  }

  .block-8 .ittem-1 {
    width: 100%;
    order: 4
  }

  .block-8 .ittem:nth-child(4) {
    width: 65%
  }

  .block-9 .white-line {
    display: none
  }

  .block-9 .ittem-1 {
    width: 100%;
    margin-top: 0
  }

  .block-9 .ittem-2 {
    width: 100%
  }

  .no-webp .block-12 .ittem:nth-child(3) {
    background-size: contain
  }

  .no-webp .block-12 .ittem:nth-child(4) {
    background-size: contain
  }

  .no-webp .block-12 .ittem:nth-child(5) {
    background-size: contain
  }

  .webp .block-12 .ittem:nth-child(3) {
    background-size: contain
  }

  .webp .block-12 .ittem:nth-child(4) {
    background-size: contain
  }

  .webp .block-12 .ittem:nth-child(5) {
    background-size: contain
  }

  .block {
    margin: 0 auto 40px
  }

  .block-12 .ittem {
    padding: 180px 0 10px
  }

  .block-12 .ittem p {
    font-size: 122%
  }
}

@media (min-width:606px) and (max-width:1199px) {
  .block-4 {
    position: relative
  }

  .block-4 .ittem-1 {
    width: 100%;
    padding: 260px 20px 0
  }

  .webp .block-4 .ittem-1 {
    background-position: 25% -5px;
    background-size: auto 260px
  }

  .no-webp .block-4 .ittem-1 {
    background-position: 25% -5px
  }

  .block-4 .ittem-2 {
    position: absolute;
    right: 15%
  }

  .block-4 .ittem-2 img {
    width: 200px;
    margin: 0 auto
  }
}

@media (min-width:811px) and (max-width:992px) {
  .block-7 {
    position: relative
  }

  .ehffektivnost .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
  }

  .block-7 .ittem-1 {
    padding-top: 50px
  }

  .block-7 .ittem-2 {
    padding-top: 70px
  }

  .webp .block-4 .ittem-1 {
    background-position: 20% -5px
  }

  .no-webp .block-4 .ittem-1 {
    background-position: 20% -5px
  }

  .block-4 .ittem-2 {
    right: 10%
  }
}

@media (min-width:606px) and (max-width:810px) {
  .webp .block-4 .ittem-1 {
    background-position: 10px -5px
  }

  .no-webp .block-4 .ittem-1 {
    background-position: 10px -5px
  }

  .block-4 .ittem-2 {
    position: absolute;
    right: 30px
  }
}

@media (max-width:605px) {
  .container {
    width: 450px
  }

  #top-header {
    margin-bottom: 0
  }

  #my-header {
    margin-bottom: 0
  }

  div.itemListCategory {
    padding-top: 30px
  }

  .block-1 {
    margin-top: 0
  }

  .gippokrat p {
    font-size: 150%
  }

  .title-top {
    margin: 0 0 15px;
    font-size: 28px
  }

  .title_bot {
    font-size: 28px
  }

  .block-4 .title {
    margin-bottom: 0
  }

  .content-block-6 .ittem {
    display: inline-block;
    width: 100%;
    padding: 0 10px 0 10px
  }

  .block-6 .ittem__consist {
    display: block
  }

  .block-8 .title {
    margin-bottom: 0
  }

  .ul-block-8 {
    padding-top: 5px
  }

  .block-8 .ittem {
    width: 100%
  }

  .ul-block-8 li {
    padding: 5px 5px 5px 80px;
    margin: 10px auto
  }

  .block-10 .ittem-1 {
    width: 100%;
    padding: 110px 10px 0 10px
  }

  .block-11 .title {
    margin-top: 0
  }

  .logo-block-9 {
    margin: 15px auto
  }

  .block-12 .ittem {
    width: 100%;
    padding: 210px 25px 10px 25px;
    margin-bottom: 0
  }

  .block-12 .ittem:nth-child(5) {
    margin-bottom: 0
  }

  .block-12 .after:after {
    content: none
  }

  .block-5 .ul-3 {
    padding: 0
  }

  .block-3 {
    padding-top: 60px
  }

  .gippokrat p {
    padding-left: 25px
  }

  .block-2 .ugroza h3 br {
    display: none
  }

  .title-2 {
    margin-top: 0;
    padding-top: 0
  }

  .block-6 .title-2 {
    margin-bottom: 5px
  }

  .webp .block-4 .ittem-1 {
    background: 0 0;
    padding: 20px 0 5px
  }

  .no-webp .block-4 .ittem-1 {
    background: 0 0;
    padding: 20px 0 10px
  }

  .block-4 .white-line {
    display: none
  }

  .block-4 .ittem-2 {
    width: 100%
  }

  .block-6 .ittem {
    position: relative
  }

  .block-6 .ittem h2 {
    margin-top: 0;
  }

  .block-6 .ittem .img {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-6 .ittem p {
    margin-bottom: 0
  }

  .block-6 .ittem:not(:last-child) {
    margin-bottom: 15px
  }

  .block-8 .ittem:nth-child(4) {
    width: 90%
  }

  .block-10 .ittem-1 {
    background-size: 87%
  }

  .vosklicanie {
    padding-right: 30px
  }

  .block-8 span {
    margin: 20px 0
  }

  .advantages_list {
    margin-bottom: 0
  }
}

@media (max-width:479px) {

  .block-4 .ittem-1,
  .ehffektivnost p {
    line-height: 1.3
  }

  .block-2 .ugroza h3,
  .block-2 .ugroza p {
    text-align: center
  }

  .block .title {
    line-height: 1.2
  }
}

@media (max-width:460px) {
  .container {
    width: 320px
  }

  .block-form {
    width: 100%
  }

  .title-top {
    font-size: 25px;
    line-height: 1.2
  }

  .title_bot {
    font-size: 25px
  }

  .li-1 li {
    font-size: 105%;
    line-height: 1.2
  }

  .block-2 .ugroza h3 {
    font-size: 113%
  }

  .block-2 {
    background-size: 70%
  }

  .vosklicanie {
    background-position: left 15px center;
    padding: 10px 10px 10px 60px;
    font-size: 110%
  }

  .block-3 {
    padding: 5px
  }

  .button,
  .button:active,
  .button:focus,
  .button:hover {
    font-size: 16px
  }

  .gippokrat p {
    padding: 10px 10px 180px 10px;
    font-size: 140%
  }

  .block-5 .ul-3 li {
    width: 100%
  }

  .ehffektivnost .title {
    text-align: center
  }

  .block-7 .white-line {
    display: none
  }

  .ul-block-8 {
    padding: 5px 10px 10px 10px
  }

  .block-11 .ittem {
    width: 100%
  }

  body,
  html {
    min-width: 320px
  }

  .block-8 .ittem:nth-child(4) {
    width: 100%
  }

  .block-10 .ittem-1 {
    padding-top: 70px
  }

  .block {
    margin: 0 auto 30px
  }

  .block-6 .ittem h2 {
    font-size: 20px
  }
}

@media (max-width:768px) {
  .tovar {
    margin-bottom: -10px
  }

  .block-12 .ittem {
    -webkit-background-size: contain;
    background-size: contain !important
  }
}

@media (max-width:430px) {
  .block-12 .ittem {
    -webkit-background-size: auto;
    background-size: auto !important
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.pl_field_address_info {
  opacity: 0
}

.popup {
  background-color: #fff;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  padding: 30px
}

.popup .block-form {
  margin: 0;
  background-color: #fff
}

.pack-popup {
  width: 230px;
  margin-right: 20px;
}

.ever-popup.show {
  display: flex !important
}

.ever-popup__inner {
  width: 680px !important;
  margin: 0 auto !important
}

@media (max-width:992px) {
  .ever-popup__inner {
    width: 655px !important
  }
}

@media (max-width:810px) {
  .popup {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0
  }

  .pack-popup {
    display: none
  }

  .ever-popup__inner {
    width: 345px !important
  }
}

@media (max-width:605px) {
  .block-12 .ittem {
    -webkit-background-size: auto !important;
    background-size: auto !important;
    padding: 210px 25px 10px 25px
  }
}

@media (max-width:460px) {
  .popup .block-form {
    width: 300px
  }

  .gippokrat:before {
    background-size: cover;
    width: 190px;
    height: 200px
  }

  .ever-popup__inner {
    width: 300px !important
  }
}

.logo-big {
  position: absolute;
  top: -9px;
  right: -36px;
  z-index: -1
}

::-ms-clear {
  display: none
}

* {
  -webkit-tap-highlight-color: transparent
}

#comebacker_main_div {
  display: none !important;
  height: 0 !important
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

a:-moz-focusring,
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

:active,
:focus,
:hover,
:visited {
  outline: 0 !important
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important
}

::-moz-focus-inner {
  border: 0;
  outline: 0
}

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
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

input:invalid {
  box-shadow: none
}

@media (min-width:811px) {
  .block-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center
  }
}

@media screen and (max-width: 479px) {
  .tovar {
    max-width: 170px !important;
  }
}