/*__________________________________ Fonts ________________________________*/

/* Fonts */

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

@font-face {
  font-family: 'firago-regular';   
  src: url('../fonts/firago-regular.woff2') format('woff2'),
      url('../fonts/firago-regular.woff') format('woff'),
      url('../fonts/firago-regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'firago-bold';   
  src: url('../fonts/firago-bold.woff2') format('woff2'),
      url('../fonts/firago-bold.woff') format('woff'),
      url('../fonts/firago-bold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'firago-semibold';   
  src: url('../fonts/firago-semibold.woff2') format('woff2'),
      url('../fonts/firago-semibold.woff') format('woff'),
      url('../fonts/firago-semibold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}



@font-face {
  font-family: 'firago-lightitalic';   
  src: url('../fonts/firago-lightitalic.woff2') format('woff2'),
      url('../fonts/firago-lightitalic.woff') format('woff'),
      url('../fonts/firago-lightitalic.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}



@font-face {
  font-family: 'firago-mediumitalic';   
  src: url('../fonts/firago-mediumitalic.woff2') format('woff2'),
      url('../fonts/firago-mediumitalic.woff') format('woff'),
      url('../fonts/firago-mediumitalic.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}


@font-face {
  font-family: 'firago-bolditalic';   
  src: url('../fonts/firago-bolditalic.woff2') format('woff2'),
      url('../fonts/firago-bolditalic.woff') format('woff'),
      url('../fonts/firago-bolditalic.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}

@font-face {
  font-family: 'firago-heavyitalic';   
  src: url('../fonts/firago-heavyitalic.woff2') format('woff2'),
      url('../fonts/firago-heavyitalic.woff') format('woff'),
      url('../fonts/firago-heavyitalic.ttf') format('truetype');
  
  font-style: normal;
}

@font-face {
  font-family: 'firago-extrabolditalic';   
  src: url('../fonts/firago-extrabolditalic.woff2') format('woff2'),
      url('../fonts/firago-extrabolditalic.woff') format('woff'),
      url('../fonts/') format('truetype');
  font-weight: 10;
  font-style: normal;
}


/*=================== РЎС‚Р°РЅРґР°СЂС‚РёР·Р°С†РёСЏ СЃС‚РёР»РµР№ ===================*/
* {
  margin: 0;
  padding: 0;
  font-feature-settings: "case" on;
}

header,
footer,
aside,
section,
article,
nav {
  display: block;
}

iframe {
  border: none;
}

label {
  cursor: pointer;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
  box-sizing: border-box;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
  box-sizing: content-box;
}

button[disabled],
input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  resize: none;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[hidden] {
  display: none;
}

img {
  border: none;
  max-width: 100%;
}

:focus {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

ul,
ol {
  list-style: none;
}

ol {
  counter-reset: cnt;
}

ol li:before {
  counter-increment: cnt;
  content: counter(cnt) ". ";
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*=================== РЎС‚РёР»Рё РґР»СЏ РїРµС‡Р°С‚Рё ===================*/
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #d8dde6;
  color: #707b87;
  padding: 0 14px;
  padding-left: 50px;
  padding-right: 40px;
  color: #1f1f1f;
  font-family: 'firago-lightitalic';
  font-size: 18px;
  padding: 12px 20px;
  margin: 8px 0;
  border-radius: 20px;
  box-sizing: border-box;
  border: none;
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  position: relative;
  width: 100%;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  font-feature-settings: "case" on;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  color: #484d50;
  border-color: #889bad;
}

textarea {
  padding-top: 14px;
  height: 100px;
}

input::-webkit-input-placeholder {
  color: #707b87;
}

input::-moz-placeholder {
  color: #707b87;
  opacity: 1;
}

input:-moz-placeholder {
  color: #707b87;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #707b87;
}

textarea::-webkit-input-placeholder {
  color: #707b87;
}

textarea::-moz-placeholder {
  color: #707b87;
  opacity: 1;
}

textarea:-moz-placeholder {
  color: #707b87;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #707b87;
}

.hidden {
  display: none !important;
}

hr {
  display: block;
  height: 0;
  border: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'firago-mediumitalic';
  font-size: 18px;
  line-height: 1.3;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: color ease 0.2s, background-color ease 0.2s, border-bottom-color ease 0.2s;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

h1,
h2 {
  font-family: 'firago-bolditalic';
 
  line-height: 1;
  font-size: 3.75em;
}

h3 {
  font-size: 1.25em;
  margin: 0 0 24px;
}

.container {
  box-sizing: border-box;
  padding: 0 25px;
  max-width: 1225px;
  margin: auto;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

*[class*="icoEl_"] {
  position: relative;
}

*[class*="icoEl_"]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.wrapper {
  min-width: 320px;
}

/*=================== РЁР°РїРєР° ===================*/
.intro {
  position: relative;
  background-color: #076364;
  min-height: 705px;
}

.intro>*,
form {
  position: relative;
  z-index: 1;
}

form:before,
.intro:after {
  content: '';
  position: absolute;
  display: block;
}

.intro:after {
  width: 1249px;
  height: 605px;
  bottom: 0;
  margin-left: -800px;
  left: 50%;
  background: url('../img/mainbanner/mainbanner.jpg') no-repeat;
}

.intro form:before {
  width: 420px;
  height: 370px;
  background: url('../img/product/product.png') no-repeat;
  position: absolute;
  background-size: 70%;
  bottom: -150px;
  left: -320px;
}

.i_topline * {
  display: inline-block;
  vertical-align: middle;
}

.i_topline {
  padding: 20px 0;
  margin-bottom: 50px;
}

.logo {
  margin-top: 10px;
  width: 238px;
  height: 70px;
  background: url(../img/mainbanner/logo.png) no-repeat;
  background-size: 50%;
}

.i_topline .logo {
  margin-right: 0px;

  

}

.i_tlWrap {
  margin-top: 12px;
}

.i_tlWrap div {
  font-family: 'firago-lightitalic';
  line-height: 17px;
  font-size: 16px;
  color: #e5f6e8;
  max-width: 175px;
  padding-left: 50px;
  margin-right: 36px;
}

.i_tlWrap div:last-child {
  margin-right: 0;
}

.icoEl_leave:before {
  
  width: 40px;
  height: 34px;
  background-position: center;
  background-size: 70%;
  background-image: url(../img/mainbanner/icon1.png);
  
  
}

.icoEl_basket:before {
  width: 40px;
  height: 34px;
  background-position: center;
  background-size: 70%;
  background-image: url(../img/mainbanner/icon2.png);
}

.icoEl_review:before {
  width: 40px;
  height: 34px;
  background-position: center;
  background-size: 70%;
  background-image: url(../img/mainbanner/icon3.png);
}

.callback {
  position: relative;
  height: 36px;
  line-height: 36px;
  float: right;
  color: #fff;
  font-family: 'firago-mediumitalic';
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #e4e2e0;
  border-radius: 15px;
  padding: 0 18px 0 37px;
  margin-top: 24px;
  cursor: pointer;
}

.callback:hover {
  background-color: #e4e2e0;
  color: #076364;
  cursor: pointer;
}

.callback:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(../img/mainbanner/phone.png) no-repeat;
  background-position: center;
  left: 12px;
  top: 8px;
  background-size: 70%;
}

.callback:hover:before {
 filter: brightness(0) saturate(100%) invert(25%) sepia(60%) saturate(1263%) hue-rotate(144deg) brightness(95%) contrast(94%);

}



.i_text {
  text-align: right;
}

.i_wrap {
  position: relative;
  text-align: left;
  color: #fff;
  margin-right: 57px;
  margin-top: 7px;
}

.i_wrap:after {
  content: '';
  position: absolute;
  width: 122px;
  height: 284px;
  background: url(../img/arrow-top.png) no-repeat;
  right: -106px;
  top: 106px;
  z-index: 10;
}

.i_wrap h1 {
  font-size: 3rem;
  color: #f4e268;
  margin-bottom: 7px;
}

.i_wrap p {
  margin-bottom: 30px;
}

.i_wrap ul {
  font-size: 1.5em;
  margin-left: 22px;
}

.i_wrap li {
  padding-left: 46px;
  position: relative;
  margin-bottom: 17px;
  font-weight: 700;
}

.i_wrap li:before {
  content: '';
  position: absolute;
  left: 0;
}

.i_wrap li:first-child:before {
  width: 30px;
  height: 30px;
  background: url(../img/mainbanner/benefit.png) no-repeat;
  background-size: 90%;
  background-position: center;
  top: 2px;
  /*
  top: -4px;
  left: 5px;
  */
}

.i_wrap li:nth-child(2):before {
  width: 30px;
  height: 30px;
  background: url(../img/mainbanner/benefit.png) no-repeat;
  background-size: 90%;
  background-position: center;
  top: 2px;

}

.i_wrap li:nth-child(3):before {
  width: 30px;
  height: 30px;
  background: url(../img/mainbanner/benefit.png) no-repeat;
  background-size: 90%;
  background-position: center;
  top: 2px;
  
}


.product-mob {
display: none;

}





.form {
  width: 370px;
  text-align: center;
  background: #d5dbe7;
  border-radius: 20px;
  padding: 19px 10px;
}

.form,
.i_wrap {
  display: inline-block;
  vertical-align: top;
}

.f_title {
  font-family: 'firago-bolditalic';
  text-transform: uppercase;
  color: #171717;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 10px;
}

.f_pItem {
  display: inline-block;
  margin-bottom: 18px;
}

.f_pItem:not(:last-child) {
  margin-right: 15px;
}

.f_pItem div {
  font-family: 'firago-mediumitalic';
  font-weight: 700;
}

.f_pItem>div :first-child {
  font-size: 2em;
}

.f_pItem.old div {
  color: #ed4c14;
  text-decoration: line-through;
  font-family: 'firago-mediumitalic';
}

.f_pItem p,
.f_fields {
  
  color: #6a7386;
  font-size: 0.8em;
  top: -10px;
  margin-bottom: -10px;

}

.f_price .price_land_curr2 {
  
  font-size: 24px;
  font-family: 'firago-mediumitalic';
  
}

.f_pItem.new {
  background: url(../img/price-bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  font-family: 'firago-mediumitalic';
  min-width: 174px;
  min-height: 70px;
  padding: 0 15px;
  position: relative;
  top: -15px;

}

.f_pItem.new * {
  color: #fff;
  position: relative;
  top: 15px;
}

.small b {
  color: #ed4c14;
}

label,
input,
select {
  display: block;
  font-family: 'firago-lightitalic';
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.f_fields {
  text-align: center;
  max-width: 275px;
  margin: auto;
}





/* Button */

.btn {
  cursor: pointer;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  outline: none;
  background-image: linear-gradient(to right, #FF512F 0%, #F09819  51%, #FF512F  100%);
  background-size: 200% auto;
  font-family: 'firago-bolditalic';
  display: block; 
  text-align: center;
  transition: 0.5s;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  width: 100%;
  height: 60px;
  margin-top: 14px;
  margin-bottom: 17px;
  
}



 
        
.btn:hover {
  
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
















/*=================== РЎРёРјРїС‚РѕРјС‹ ===================*/
.symptoms .container * {
  max-width: 670px;
}

.symptoms .container {
  padding-top: 62px;
  padding-bottom: 40px;
  background: url(../img/intro-text/woman-bg.jpg) no-repeat;
  background-size: 60%;
  background-position: 108% 50%;
}

.symptoms h2 {
  margin-bottom: 15px;
  font-size: 2.8em;
}

.symptoms p,
.unique p {
  font-size: 1.25em;
  line-height: 30px;
  margin-bottom: 23px;
}

.symptoms ul,
.unique ul {
  font-weight: 700;
  font-size: 1.3em;
}

.symptoms li,
.unique li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 28px;
}

.symptoms li:last-child {
  margin-bottom: 0;
}



.symptoms li:before {

  content: '';
  position: absolute;
  background: url(../img/intro-text/check.png) no-repeat;
  background-position: center;
  left: 0;
  width: 23px;
  height: 23px;
 
 
  
  top: 3px;
  background-size: 90%;
}

.unique li:before {
  content: '';
  position: absolute;
  background: url(../img/why/warn.png) no-repeat;
  background-position: center;
  left: 0;
  width: 23px;
  height: 23px;
  top: 8px;
  

}

/*=================== Уникальный ===================*/
.unique {
  background-color: #eaddba;
  overflow-y: hidden;
}

.unique .container>* {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.unique .container {
  position: relative;
  box-sizing: border-box;
  min-height: 543px;
  padding: 61px 0 45px;
}

/* }
.unique .container {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem; }*/
/* .unique .container:before {
  content: '';
  position: absolute;
  width: 400px;
  height: 543px;
  left: 50%;
  top: -25px;
  margin-left: -680px;
  background: url(../img/sustav-bg.jpg) no-repeat;
} */

.unique h2 {
  margin-bottom: 25px;
  font-size: 2.8em;
}

.un_text {
  width: 68%;
  padding: 0 15px;
}
.un_img {
  width: 30%;
  top: 100px;
  font-weight: 700;
  position: relative
}

.un_img-text {
  position: absolute;
  top: 35%;
  width: 100%
}

.un_img-text div {
  position: relative;
  display: inline-block
}

.un_img-text :first-child {
  padding-left: 12px;
  color: #ed4c14
}

.un_img-text :first-child:before,.un_img :last-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent
}

.un_img-text :first-child:before {
  left: 0;
  border-top-color: #ed4c14;
  top: 11px
}

.un_img-text :last-child:after {
  right: 0;
  border-bottom-color: #000;
  top: 6px
}

.un_img-text :last-child {
  padding-right: 12px;
  float: right
}

.un_img-text hr {
  height: 2px;
  background-color: #fff;
  box-shadow: 0 1px 1px 1px rgba(0,0,0,.25);
  margin: 5px 0
}
.un_text {
  max-width: 830px;
}

.unique li:before {
  width: 21px;
  height: 21px;
  background-size: 100%;
  top: 6px;
}

/*=================== РЎРѕСЃС‚Р°РІ ===================*/
.consist {
  background: url(../img/bg-repeat.jpg) repeat;
}

.consist h2 {
  text-align: center;
  margin-bottom: 28px;
  font-size: 2.8em;
}

.consist .container {
  position: relative;
  padding-top: 65px;
  padding-bottom: 78px;
}

.c_snake {
  position: absolute;
  width: 327px;
  height: 180px;
  color: #fff;
  background: url(../img/snake-bg.png) no-repeat;
  right: -20px;
  top: -60px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.c_snake div:first-child {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-indent: 22px;
  line-height: 45px;
}

.c_snake div:last-child {
  text-align: right;
  font-size: 20px;
  line-height: 70px;
  margin-right: 17px;
}

.c_snake sup {
  position: relative;
  top: 2px;
  font-size: 20px;
}

.c_item {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}

.c_item img {
  display: block;
  height: 217px;
  width: 100%;
}

.c_item:nth-child(odd) {
  background-color: #fffdf2;
}

.c_item:nth-child(even) {
  background-color: #fff;
}

.c_iText {
  padding: 17px 17px 17px 37px;
}

.c_iText div {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'firago-bolditalic';
}

.c_iText p {
  /* font-size: 14px; */
  font-size: 1em;
  font-weight: 36px;
}

/*=================== РќРµ РґРѕРІРѕРґРёС‚Рµ! ===================*/
.r_text {
  max-width: 665px;
  position: relative;
  z-index: 2;
}

.recovery {
  min-height: 748px;
}

.recovery .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.recovery h2 {
  margin-bottom: 16px;
  font-size: 2.8em;
}

.r_text p {
  line-height: 30px;
  font-size: 1.1em;
}

.r_text p:not(:last-of-type) {
  margin-bottom: 20px;
}

.r_img {
  position: absolute;
  top: -60px;
  right: -85px;
}

.attention {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-top: 26px;
}

.attention strong {
  display: block;
  text-transform: uppercase;
  color: #ed4c14;
  font-size: 1.5em;
  margin-bottom: -10px;
}

.attention strong:after {
  content: '';
  display: block;
  position: relative;
  top: -2px;
  left: -26px;
  width: 429px;
  height: 14px;
  background: url(../img/underline.png) no-repeat;
}

.attention:after {
  content: '';
  position: absolute;
  display: block;
  width: 305px;
  height: 159px;
  background: url(../img/arrow-middle.png) no-repeat;
  right: -46%;
  top: 82%;
}

.r_snake {
  width: 470px;
  height: 257px;
  background: url(../img/snake2-bg.png) no-repeat;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  padding-top: 120px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 48%;
  left: 50%;
  margin-left: -235px;
}

/*=================== Р­С„С„РµРєС‚РёРІРЅРѕСЃС‚СЊ ===================*/
.effective {
  color: #fff;
  min-height: 515px;
  position: relative;
  background: #076364;
}

.effective h2 {
  margin-bottom: 23px;
  font-size: 2.3em;
  width: 600px;
  color: #feec8e;
}

.effective:before {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 1461px;
  height: 515px;
  background: url(../img/doctor/doctor-bg.jpg) no-repeat center;
  left: 50%;
  margin-left: -800px;
}

.effective .container {
  padding-top: 62px;
  padding-bottom: 30px;
  position: relative;
}

.effective .container:before {
  content: '';
  position: absolute;
  width: 350px;
  height: 300px;
  background: url(../img/product/product.png) no-repeat;
  background-size: contain;
  top: -60px;
  right: -60px;
}

.effective p {
  line-height: 30px;
  font-size: 1.15em;
}

.e_text {
  float: right;
  max-width: 845px;
  padding-right: 30px;
}
.e_text_mob {
  display: none;
}

/*=================== РРЅСЃС‚СЂСѓРєС†РёСЏ ===================*/
.instruction {
  text-align: center;
}

.instruction .container {
  padding-top: 70px;
  padding-bottom: 60px;
}

.i_body>* {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-right: -5px;
  font-size: 24px;
  font-weight: 700;
}

.i_body {
  counter-reset: cnt;
}

.i_item {
  position: relative;
}

.i_item div {
  height: 236px;
  position: relative;
}

.i_item:first-child div {
  top: 31px;
}

.i_item:last-child div {
  top: 7px;
}

.i_item:before {
  content: counter(cnt);
  counter-increment: cnt;
  font-size: 48px;
  font-weight: 700;
  display: block;
  width: 71px;
  height: 72px;
  position: absolute;
  /*
  background: url(../img/sprite.png) no-repeat;
  */
  background-position: -8px -50px;
  padding-top: 4px;
  z-index: 1;
}

.i_item:first-child:before {
  left: 53px;
}

.i_item:nth-child(2):before {
  left: 86px;
}

.i_item:nth-child(3):before {
  left: 96px;
}

.i_item:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  width: 111px;
  height: 10px;
  background: url(../img/arrow-line.png) no-repeat;
  top: 98px;
  right: -61px;
}

.instruction h2 {
  margin-bottom: 37px;
}

/*=================== РРЅСЃС‚СЂСѓРєС†РёСЏ ===================*/
.order .container {
  padding-top: 30px;
  padding-bottom: 150px;
  position: relative;
}

.order .logo {
  display: block;
  margin: 0 auto 23px;
}

.order {
  background: url(../img/order-bg.jpg) no-repeat center;
  text-align: center;
  background-size: cover;
}

.o_right {
  position: absolute;
  top: 110px;
  right: 0;
  color: #f4e268;
  width: 370px;
  line-height: normal;
  text-align: left;
}

.o_right h2 {
  position: relative;
  font-size: 3rem;
}

.o_right h2:after {
  content: '';
  position: absolute;
  width: 106px;
  height: 302px;
  background: url(../img/arrow-bottom.png) no-repeat;
  left: -80px;
  bottom: -296px;
  z-index: 1;
}

.o_right img {
  max-width: inherit;
  width: 100%;
  margin-top: 70px;
  margin-left: -55px;
}

/*=================== Р¤СѓС‚РµСЂ ===================*/
footer .container {
  padding-top: 10px;
  padding-bottom: 12px;
  color: #ccc;
}

/*=================== РЎС‚РёР»Рё РґР»СЏ РїРѕРїР°Рї ===================*/
.call_back {
  background-color: #00b6f8;
  text-align: center;
  padding: 15px 25px;
  color: #fff;
  max-width: 340px;
  box-sizing: border-box;
  margin: auto;
}

.call_back>div {
  margin-bottom: 5px;
}

.call_back button {
  width: 100%;
  text-align: center;
  background-color: #bf6b16;
  padding: 13px 0;
  border-radius: 6px;
  transition: box-shadow ease 0.2s;
}

.call_back button:hover {
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.8);
}

.call_back input {
  margin-bottom: 8px;
}

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

.modal-block input[type='checkbox'] {
  display: inline-block;
}

.modal-block {
  position: relative;
  max-width: 600px;
  min-width: 300px;
  background: #FFF;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
  border: 1px solid #3a87ad;
}

.modal-block--callback {
  max-width: 400px;
}

.modal-block__content {
  padding: 15px;
  font-size: 16px;
}

.modal-block__title {
  background: #4d83c0;
  text-align: center;
  text-shadow: 1px 1px 0 #3a87ad;
  border-bottom: 1px solid #3a87ad;
  padding: 1rem 4rem;
  font-size: 18px;
  color: #FFF;
}

.modal-block p:first-child {
  margin-top: 0;
}

.checkbox {
  text-align: center;
}

/*Footer-link*/
footer a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 1250px) {
  .container {
    max-width: 940px;
  }
  .effective .container:before {
    width: 325px;
    height: 260px;
    background-size: contain;
    top: -50px;
    right: -40px;
  }
  .i_text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .intro:after {
    margin-left: -840px;
  }

  .i_wrap {
    width: 50%;
  }

  .symptoms .container {
    padding-top: 160px;
    background-position: right -30px bottom;
  }

  .symptoms .container * {
    max-width: 500px;
  }

  .un_text {
    width: 50%;
  }

  .un_img {
    width: 20%;
  }

  .symptoms ul,
  .unique ul {
    font-size: 20px;
  }

  .unique .container {
    padding-bottom: 30px;
  }

  h1,
  h2 {
    font-size: 3em;
  }

  .c_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .c_item {
    width: 50%;
  }

  .c_item img {
    height: auto;
    border-radius: 30px;
  }

  .r_text {
    max-width: 420px;
  }
  .recovery h2 {
    width: 900px;
  }
  .r_img {
    right: -25px;
    top: 86px;
  }

  .i_item:not(:last-child):after {
    width: 60px;
    background-position: right 0;
    right: 35px;
  }

  .i_body>* {
    font-size: 20px;
  }

  .order .form {
    margin-left: -240px;
  }
}

@media (max-width: 991px) {
  .recovery h2 {
    width: auto;
  }
  .container {
    max-width: 740px;
  }

  .i_topline {
    display: flex;
    margin-bottom: 0;
  }

  .i_tlWrap div {
    font-size: 13px;
    margin-right: 5px;
  }

  .i_topline .logo {
   margin-left: 72px;
   
  }

  .order .logo{
    margin-left: 130px;
  }

  .logo {
    width: 170px;
    height: 52px;
    background-size: contain;
  }

  .i_wrap ul {
    margin-left: 0;
    font-size: 20px;
  }

  .i_wrap li {

    font-size: 0.8em;
  }

  .i_wrap li:first-child:before {

    width: 20px;
  height: 20px;
  background: url(../img/mainbanner/benefit.png) no-repeat;
  background-size: 90%;
  background-position: center;
  top: 0px;
  left: 20px;


  }

  .i_wrap li:nth-child(2):before {
    width: 20px;
    height: 20px;
    background: url(../img/mainbanner/benefit.png) no-repeat;
    background-size: 90%;
    background-position: center;
    top: 0px;
    left: 20px;
  
  }
  
  .i_wrap li:nth-child(3):before {
    width: 20px;
    height: 20px;
    background: url(../img/mainbanner/benefit.png) no-repeat;
    background-size: 90%;
    background-position: center;
    top: 0px;
    left: 20px;
    
  }

  .instruction h2 {
    font-size: 2.2em;
  }

 

  .intro:after {
    margin-left: -755px;
  }

  .symptoms .container * {
    width: 100%;
  }

  h1,
  h2 {
    font-size: 3em;
  }

  .symptoms ul,
  .unique ul {
    font-size: 18px;
  }

  .unique li:before {
    content: '';
    position: absolute;
    background-position: center;
    left: 0;
    width: 22px;
    height: 22px;
    top: 2px;
    
  
  }

  .r_text p {
    
    font-size: 1.1em;
    line-height: 1.3em;
  }




  .product-mob {

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-top: -10px;
    margin-bottom: 10px;
  }


  





  html {
    font-size: 16px;
  }


  .c_snake {
    right: 0;
    top: -55px;
  }

  .unique .container {
    padding-bottom: 50px;
  }

  .consist .container {
    padding-top: 75px;
  }

  .consist h2 {
    text-align: center;
    margin-bottom: 28px;
    font-size: 2.2em;
  }

  .r_text {
    max-width: none;
  }

  .r_img {
    position: static;
  }

  .attention:after {
    content: none;
  }

  .r_snake {
    top: auto;
    bottom: 0;
  }

  .i_item:not(:last-child):after,
  .o_right h2:after {
    content: none;
  }

  .i_body>* {
    font-size: 16px;
  }

  .order {
    background-size: cover;
  }

  .order .form {
    margin: 0;
    order: 2;
  }

  .o_right {
    position: static;
    width: auto;
    text-align: center;
    order: 1;
  }

  .o_right img {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 70%;
  }

  .order .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .e_text_mob {
    display: block;
    text-align: center;
   
  }

  img {

    
  }


  .c_iText div {
    font-size: 1.3em;
  }
  .c_iText p, .c_iText span {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  .callback {display: none;}
  .effective h2 {
    width: 100%;
  }
  .effective:before {
    display: none;
  }
  .intro:after {
    width: 100%;
  }
  .effective .container:before {
    display: none;
  }


  .o_right h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .i_wrap:after {
    content: none;
  }

  .i_tlWrap {
    display: none;
  }

  .i_topline {
    justify-content: center;
  }

  .i_text {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .i_wrap {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .i_wrap ul {
    display: inline-block;
    text-align: left;
  }

  .i_wrap h1 {
    font-size: 2.5rem;
    max-width: none;
  }

  .i_wrap p {
    font-size: 1.1rem;
  }

  .form {
    width: auto;
    max-width: 370px;
  }

  form:before,
  .intro:after {
    position: static;
  }

  .intro form:before {

    width: 100%;
    height: 150px;
    background-position: center 0;
   
  }

  .intro {
    min-height: auto;
    padding-bottom: 30px;
  }

  .intro:after {
    content: none;
  }

  .symptoms h2 {
    position: relative;
    font-size: 2em;
  }



  .symptoms p {
    position: relative;
    font-size: 1.1em;
    line-height: 22px;

  }

  .symptoms li:before {

    top: -1px;
    left: 0;
    width: 21px;
    height: 21px;
    background-size: 90%;
  }


  .symptoms li {
    font-size: 1em;
    line-height: 1.1em;

  }

  .symptoms .container * {
    max-width: none;

  }

  .symptoms .container {
    position: relative;
    padding: 30px 15px 250px 18px;
    background-position: center 97%;
  }

  .symptoms .container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .unique .container {
    padding-top: 0;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }

  .unique p {
    font-size: 1.1em;
    line-height: 1.3em;
  }


  .un_text {
    order: 1;
  }

  .un_img {
    order: 2;

  }

  .un_img,
  .un_text {
    width: 100%;
  }

  .un_img {
    display: block!important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    margin-bottom: 150px;
    max-width: 160px;

  }

  .c_iText {
    padding: 15px;
  }

  .c_item {
    width: 100%;
  }

  .r_snake,
  .attention strong:after {
    display: none;
  }

  .attention strong {
    display: block;
    margin-bottom: 5px;
  }

  .recovery .container,
  .instruction .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .i_body>* {
    width: 100%;
    max-width: 290px;
    margin-bottom: 30px;
  }

  .f_pItem {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .container {
    padding: 0 15px;
  }
}

@media (max-width: 479px) {
  .recovery h2 {
    font-size: 2.6em;
  }
  .effective h2 {
    font-size: 2.2em;
    margin-bottom: 10px;
  }
  .e_text {
    float: none;
  }
  .r_text p, .effective p, .i_item p {
 
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .c_snake {
    display: none;
  }

  .consist .container {
    padding-top: 30px;
  }

  .attention strong {
    font-size: 1.4em;
  }

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

@media (max-width: 400px) {
  .recovery h2 {
    font-size: 1.9em;
  }
  .un_text h2 {
    font-size: 2em;
  }
}

.overlay-public-zdv-open {
  z-index: 100;
}

#footer {
  margin-top: 30px;
}