/* 1. FONTS */
/* ================================================ */

@font-face {
  font-family: 'DroidSans';
  src: url('../font/DroidSans/DroidSans.eot?#iefix') format('embedded-opentype'),
  url('../font/DroidSans/DroidSans.woff') format('woff'),
  url('../font/DroidSans/DroidSans.ttf')  format('truetype'),
  url('../font/DroidSans/DroidSans.svg#DroidSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DroidSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/DroidSans-Bold/DroidSans-Bold.eot?") format("eot"),
url("../font/DroidSans-Bold/DroidSans-Bold.woff2") format("woff2"),
url("../font/DroidSans-Bold/DroidSans-Bold.woff") format("woff"),
url("../font/DroidSans-Bold/DroidSans-Bold.ttf") format("truetype"),
url("../font/DroidSans-Bold/DroidSans-Bold.svg#DroidSans") format("svg"); }
/* 2. NORMALIZE
/* ================================================ */
html, body, div, span, applet, main, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers*/
article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }

body {
  margin: 0px;
  padding: 0px;
  font-family: 'DroidSans', Arial, Tahoma, sans-serif;
  line-height: 23px;
  background-color: #fff;
  height: 100%;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-width: 0;
  padding: 0;
  margin: 0; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input, textarea {
  color: #000;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }

input[type="button"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none; }

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none; }

td, form {
  margin: 0;
  padding: 0; }

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

ul {
  list-style: none; }

* {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.container {
  width: 1170px;
  min-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

.show_mobile {
  display: none; }
header .logo img {
    width: 77px;
}
header .logo span {
    color: #403d46;
    font-style: italic;
}
.wpcf7-form input[type="submit"],
#manufacturer .buy,
#doctors-comments .buy,
#order .buy {
  display: block;
  width: auto;
  margin: 0 auto;
  font-size: 25px;
  color: #fff;
  padding: 10px 17px;
  background: #07bac6;
  text-transform: uppercase;
  border-radius: 28px;
  -webkit-transition: background 0.2s;
  -khtml-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center; }
  .wpcf7-form input[type="submit"]:hover,
  #manufacturer .buy:hover,
  #doctors-comments .buy:hover,
  #order .buy:hover {
    background: #003b4c; }

#actions .caption,
#complications .caption,
#order .caption,
#documents .caption,
#stock .caption {
  font-size: 35px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  color: #07bac6;
  text-transform: uppercase; }
  img.confidence-img {
    vertical-align: middle;
    margin-left: 5px;
}
#documents > div > div.documents-slider.owl-carousel.owl-loaded.owl-drag > div.owl-stage-outer > div > div > div > a > img {
    height: 300px;
	border:0.5px solid grey;
}
.bg-wrap {
  overflow: hidden;
width:100%;  }

.wpcf7-form {
  max-width: 460px;
  background: #fff;
  padding: 11px 31px 20px 26px;
  border-radius: 12px;
  margin-top: 30px;
  box-shadow: -6px -1px 15px 0 #001d27; }
  .wpcf7-form .title {
    font-size: 25px;
    line-height: 30px;
    color: #2aacbd;
    font-weight: 700;
    text-align: center;
    margin-bottom: 17px; }
    .wpcf7-form .title span {
      text-transform: uppercase; }
  .wpcf7-form input {
    background: #e5e5e5;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #808080;
    margin-bottom: 16px;
    font-size: 18px;
    padding: 6px 20px; }
  .wpcf7-form input[type="submit"] {
    margin-top: 5px; }

header {
  color: #403d46;
  padding: 15px 0 10px; }
  header .container {
    position: relative; }
  header a {
    color: inherit; }
  header .logo {
    float: left; }
    header .logo img,
    header .logo span {
      display: inline-block;
      vertical-align: middle; }
    header .logo span {
      font-size: 30px;
      font-weight: 700;
      margin-left: 23px;
      letter-spacing: -1px; }
header .descripton {
    float: left;
    font-size: 16px;
    margin: 7px 0 0 83px;
    letter-spacing: .4px;
    padding: 15px 20px;
    background: #403d46;
    color: #fff;
    border-radius: 15px;
}
  header .languages {
    margin: 24px 46px 0 0;
    float: right;
	font-family:'Arial';}
    header .languages a {
      color: #403d46;
      font-weight: 700px;
      text-transform: uppercase;
      margin-left: 4px;
      -webkit-transition: color 0.2s;
      -khtml-transition: color 0.2s;
      -moz-transition: color 0.2s;
      -ms-transition: color 0.2s;
      -o-transition: color 0.2s;
      transition: color 0.2s; }
      header .languages a.active {
        font-weight: normal;
        color: #2297ba; }
      header .languages a:hover {
        color: #2297ba; }
  header .phones {
    float: right;
	margin-top:7px;
	}
    header .phones a {
      display: block;
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      -webkit-transition: color 0.2s;
      -khtml-transition: color 0.2s;
      -moz-transition: color 0.2s;
      -ms-transition: color 0.2s;
      -o-transition: color 0.2s;
      transition: color 0.2s; }
      header .phones a:hover {
        color: #2297ba; }

nav {
  background: #771341; }
  nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50; }
  nav ul {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    width: 100%; }
    nav ul li {
      display: table-cell;
      padding: 12px 0;
      text-align: center; }
      nav ul li a {
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        display: block;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        nav ul li a:hover {
          color: #003b4c; }

#first {
  background: url("../img/first-bg.jpg") right top no-repeat;
  background-size: cover;
  padding: 37px 0 70px;
	background-color:#006987;}
  
  #first .container {
    position: relative;
    text-transform: uppercase; }
    #first .container:after {
      content: '';
      position: absolute;
      top: 3px;
      right: 11px;
      width: 158px;
      height: 134px;
      background: url("../img/stamp.png") center center no-repeat; }
  #first .left-col {
    max-width: 443px;
    display: inline-block; }
    #first .left-col .caption {
      font-size: 30px;
      line-height: 45px;
      font-weight: 700;
      color: #fff; }
    #first .left-col .approved-wrap {
      margin: 49px 0 60px 0;
      max-width: 442px;
      position: relative; }
		#first .left-col .approved-wrap img {
			display: inline-block;
			position: absolute;
			top: -27px;
			left: -13px;
			border-radius: 50%;
			width: 180px;
		}
      #first .left-col .approved-wrap .caption {
        text-shadow: -1px 1px 1px #000;
        font-size: 26px;
        line-height: 30px;
        padding: 19px 0 20px 195px;
        color: #fff;
        text-transform: none;
        background: #403d46;
        border-radius: 62px; }
    #first .left-col .buy {
      font-size: 25px;
      background: #403d46;
      border-radius: 51px;
      display: inline-block;
      border: 1px solid transparent;
      color: #fff;
      padding: 14px 17px;
      text-transform: uppercase;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      #first .left-col .buy:hover {
        border: 1px solid #fff;
        background: #003b4c; }
#first .drug-img {
    float: right;
    margin-right: 203px;
    margin-top: 46px;
    width: 354px;
}

#second {
  background: url("../img/second-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 68px 0 42px; }
  #second ul li {
    font-size: 25px;
    line-height: 35px;
    color: #07bac6;
    margin-bottom: 30px; }
    #second ul li img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 22px; }
    #second ul li span {
      display: inline-block;
      color: #025783;
      vertical-align: middle; }
    #second ul li:nth-child(2) {
      margin-left: 156px; }
    #second ul li:nth-child(3) {
      margin-left: 308px; }
    #second ul li:nth-child(4) {
      margin-left: 452px; }
    #second ul li:nth-child(5) {
      margin-left: 592px; }

#application {
  background: url("../img/application-bg.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
  padding: 60px 0 54px; 
  background-color: #005173;
  display:none;}
  #application .container {
    position: relative; }
    #application .container:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 5;
      right: 0;
      bottom: -138px;
      width: 649px;
      height: 745px;
      background: url("../img/girl.png") no-repeat center center; }
  #application .caption {
    font-size: 35px;
    line-height: 45px;
    max-width: 795px;
    text-transform: uppercase; }
  #application .wpcf7-form{
    padding-bottom: 4px;
  }
  #application .note {
    font-size: 27px;
    line-height: 35px;
    margin-top: 24px;
    text-align: center;
    max-width: 460px;
    margin-left: 0; }

#manufacturer {
  background: #fff url("../img/manufacturer-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 60px 0 63px;
  text-align: center;
  position: relative;
  z-index: 10; }
  #manufacturer .container {
    padding: 0; }
  #manufacturer .caption {
    font-size: 30px;
    line-height: 40px;
    color: #025783;
    text-transform: uppercase;
    font-weight: 700; }
  #manufacturer p {
    line-height: 30px;
    color: #02547e;
	font-family:Arial;}
  #manufacturer img {
    display: block;
    margin: 0 auto;  }
  #manufacturer .left-block {
    float: left;
    max-width: 375px; }
    #manufacturer .left-block img {
      margin: 21px auto 24px; }
  #manufacturer .center-block {
    float: left;
    max-width: 360px;
    margin-left: 45px; }
    #manufacturer .center-block .buy {
      margin-top: 12px;
      max-width:270px;
      padding: 14px 18px; }
  #manufacturer .right-block {
    float: right;
    max-width: 387px; }
    #manufacturer .right-block .caption {
      max-width: 250px;
      margin: 0 auto; }
    #manufacturer .right-block img {
      margin: 19px auto 28px; }

#actions {
  background: url("../img/actions-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 70px 0 42px;
    background-color: #000e3c;  }
  #actions .content-wrapp {
    float: right;
    max-width: 750px;
    color: #fff; }
    #actions .content-wrapp .caption {
      color: #fff;
      margin-bottom: 31px; 
	  line-height:32px;
	  font-size:32px;}
    #actions .content-wrapp ul {
      float: left;
      max-width: 386px;
      margin-right: 50px;	  }
      #actions .content-wrapp ul li {
        line-height: 23px;
        margin-bottom: 65px;
		font-family:'Arial';}
    #actions .content-wrapp .actions_blocks {
      float: right;
      max-width: 360px;
	  margin-right: -50px;
	  }
      #actions .content-wrapp .actions_blocks .actions_item {
        font-size: 16px;
        line-height: 21px;
        background: #000;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 10px 16px 9px;
        min-height: 164px;
        border: solid;
        border-color: #e5145f;}

#doctors-comments {
  padding: 60px 0 55px; }
  #doctors-comments .left-block {
    float: left;
    max-width: 370px;
    margin-top: 30px;
	text-align: center; }
  #doctors-comments .right-blok {
    float: right;
    max-width: 700px; }
  #doctors-comments .caption {
    font-size: 27px;
    line-height: 45px;
    color: #2297ba;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 350px; }
  #doctors-comments p {
    color: #2297ba;
    font-size: 30px;
    line-height: 40px;
    margin: 22px 0 30px;
    max-width: 350px;
    text-align: center;	}
  #doctors-comments .buy {
    padding: 19px 15px;
    line-height: normal;
    border-radius: 65px;
	background:#2297ba;	}
  #doctors-comments iframe{
    box-shadow: -5px -1px 11px 0 #001d27;
  }

#complications {
  background: #000 url("../img/complications-bg2.png") no-repeat center center;
  color: #fff;
  padding: 72px 0 60px; }
#complications .caption{
  color: #fff;
}
  #complications ul {
    min-height: 530px;
    margin-top: 29px;
    position: relative; }
    #complications ul li {
      position: absolute;
      width: 330px;
      text-align: center; }
      #complications ul li img {
        display: block;
        margin: 0 auto 20px; }
        #complications ul li img:hover {
          cursor: pointer; }
      #complications ul li p {
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase; }
        #complications ul li p:hover {
          cursor: pointer; }
      #complications ul li:nth-child(1) {
        left: 130px; }
      #complications ul li:nth-child(2) {
        top: 90px;
        left: -38px; }
      #complications ul li:nth-child(3) {
        top: 261px;
        left: 18px; }
      #complications ul li:nth-child(4) {
        bottom: 35px;
        left: 192px; }
      #complications ul li:nth-child(5) {
        bottom: 7px;
        left: 405px; }
        #complications ul li:nth-child(5) .hover-block {
          top: inherit;
          bottom: 215px;
          left: 0;
          -webkit-transform: translateX(-25%);
          -khtml-transform: translateX(-25%);
          -moz-transform: translateX(-25%);
          -ms-transform: translateX(-25%);
          -o-transform: translateX(-25%);
          transform: translateX(-25%); }
          #complications ul li:nth-child(5) .hover-block:before {
            left: 50%;
            top: 100%;
            -webkit-transform: rotate(-90deg) translate(-12%, -50%);
            -khtml-transform: rotate(-90deg) translate(-12%, -50%);
            -moz-transform: rotate(-90deg) translate(-12%, -50%);
            -ms-transform: rotate(-90deg) translate(-12%, -50%);
            -o-transform: rotate(-90deg) translate(-12%, -50%);
            transform: rotate(-90deg) translate(-12%, -50%); }
      #complications ul li:nth-child(6) {
        bottom: 35px;
        right: 209px;
        max-width: 200px; }
      #complications ul li:nth-child(7) {
        right: 23px;
        bottom: 105px;
        max-width: 250px; }
      #complications ul li:nth-child(8) {
        right: -67px;
        top: 92px; }
      #complications ul li:nth-child(9) {
        right: 171px;
        max-width: 250px; }
      #complications ul li .hover-block {
        background: #003b4c;
        position: absolute;
        z-index: 30;
        left: 89%;
        top: 4px;
        font-size: 18px;
        line-height: 27px;
        display: none;
        padding: 24px 32px 20px;
        border: 1px solid #fff;
        border-radius: 8px;
        width: 620px;
        text-align: left; }
        #complications ul li .hover-block:before {
          content: '';
          position: absolute;
          left: -60px;
          top: 25px;
          width: 64px;
          height: 43px;
          display: inline-block;
          background: url("../img/arrow2.png"); }
        #complications ul li .hover-block .close {
          font-size: 23px;
          line-height: 26px;
          font-weight: 700;
          color: #fff;
          position: absolute;
          top: 6px;
          right: 14px; }
          #complications ul li .hover-block .close:hover {
            cursor: pointer; }
      #complications ul li:nth-child(n + 6) .hover-block {
        left: inherit;
        right: 98%;
        padding: 24px 10px 20px 50px; }
        #complications ul li:nth-child(n + 6) .hover-block:before {
          left: inherit;
          right: -60px;
          -webkit-transform: rotate(-180deg);
          -khtml-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        #complications ul li:nth-child(n + 6) .hover-block .close {
          left: 14px;
          right: inherit; }

#composition {
  background: url("../img/composition-bg.jpg") repeat-y top center;
  background-size: cover;
  padding: 58px 0 16px; }
  #composition .caption {
    color: #000;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase; }
  #composition .composition_wrap {
    position: relative;
    margin-top: 41px; }
  #composition .composition_list{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #composition .composition_list .item {
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    width: 50%;
    margin-bottom: 51px;
    position: relative; }
    #composition .composition_list .item img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
#composition .composition_list .item .wrap {
    max-width: 263px;
    background: #020202;
    color: #fff;
    min-height: 438px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 1;
    align-content: center;
}
	 .item-wrap-height{
		min-height:403px;
	  }
      #composition .composition_list .item .wrap .title {
        line-height: 23px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center;
		font-size: 18px;}
      #composition .composition_list .item .wrap p {
        font-size: 16px;
        line-height: 23px;
        text-align: center;	}
    #composition .composition_list .item:nth-child(odd) {
      text-align: right;
      float: left; 
	  display:flex;
	  flex-direction: column;
    justify-content: center;}
      #composition .composition_list .item:nth-child(odd) img {
        left: 227px; }
      #composition .composition_list .item:nth-child(odd) .wrap {
        padding: 15px 43px 10px 23px;
        float: left; 
		display:flex;
		flex-direction: column;
    justify-content: center;}
    #composition .composition_list .item:nth-child(even) {
      float: right; }
      #composition .composition_list .item:nth-child(even) img {
        right: 227px; }
      #composition .composition_list .item:nth-child(even) .wrap {
        padding: 15px 23px 10px 43px;
        float: right; }
  #composition .drug-img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #composition .drug-img.fixed {
      position: fixed;
      left: 50%; }
    #composition .drug-img.fixed-bottom {
      position: absolute;
      left: 50%;
      bottom: 0;
      top: inherit; }

#order {
  background: url("../img/order-bg.jpg") no-repeat top center;
  padding: 58px 0;
  color: #fff;
background-color: #2a6c76;  }
  #order .caption {
    color: #fff;
    margin-bottom: 40px; }
  #order ul {
    margin-bottom: 22px; }
    #order ul li {
      float: left;
      max-width: 200px;
      text-align: center;
      margin: 0 23px; }
      #order ul li:nth-child(2) {
        max-width: 190px; }
      #order ul li:nth-child(4) {
        margin-left: 42px;
        max-width: 160px; }
      #order ul li:first-child {
        margin-left: 0; }
      #order ul li:last-child {
        margin-right: 0;
        max-width: 185px; }
      #order ul li p {
        line-height: 25px; }
      #order ul li img {
        display: inline-block;
        vertical-align: top;
        margin: 0 auto 26px; }
  #order .phones {
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 700; }
    #order .phones a {
      display: inline-block;
      color: inherit;
      font: inherit; }
	  #order .phones a span {
		display:none;
	  }
      #order .phones a:first-child:before {
        content: '';
        display: inline-block;
        width: 42px;
        height: 42px;
        position: relative;
        top: 10px;
        margin: 0 15px;
        background: url("../img/telephone.png") no-repeat center center; }
  #order .buy {
    margin-top: 48px;
    max-width: 247px;
    padding: 14px; }
#delivery {
	background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(left, #1e5799 0%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1e5799 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1e5799 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}
.delivery .delivery__box {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 70px;
}
.delivery .delivery__text-box {
    width: 50%;
    color: #000000;
    text-align: center;
}
.delivery .delivery__box .delivery-earth {
    left: -320px;
    position: absolute;
    width: 620px;
    bottom: 0;
}
.delivery .delivery__box .delivery-boy {
    bottom: 0;
    right: -30px;
    position: absolute;
    width: 340px;
}
.delivery .caption {
    color: #fff;
    font-size: 2.1em;
    text-transform: none;
    margin: 30px 0;
    line-height: 1.2;
}
.delivery .delivery__text-box .delivery__text {
    font-size: 18px;
	color:#fff;
	margin-bottom:30px;
}
.delivery .delivery__text-box .delivery__post-heading {
    font-size: 24px;
    color: #fff;
    margin-bottom: 35px;
    line-height: 1.2;
}
#documents {
  background: url("../img/documents-bg.png") no-repeat center top;
  padding: 71px 0 63px; }
  #documents .caption {
    margin-bottom: 45px; }
  #documents .documents-slider .slider-item {
    display: inline-block; }
   .owl-nav .owl-next,
   .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    background: url("../img/arrow.png") no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.2s;
    -khtml-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .owl-nav .owl-next:hover,
    .owl-nav .owl-prev:hover {
      opacity: .7; }
  .owl-nav .owl-next {
    right: -65px;
    -webkit-transform: rotate(180deg) translateY(50%);
    -khtml-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%); }
  .owl-nav .owl-prev {
    left: -65px; }
.sticky-phone {
	display:none;
}
#stock {
  background: url("../img/stock-bg.jpg") no-repeat top center;
  padding: 69px 0 39px; 
      background-color: #156586;}
  #stock .caption {
    color: #fff;
    margin-bottom: 20px; }
  #stock .left-block {
    float: left;
    max-width: 665px;
    text-align: center;
    color: #fff; }
    #stock .left-block img {
      display: block;
      margin: -5px 0 6px 85px;
width:354px;	  }
    #stock .left-block p {
      font-size: 27px;
      line-height: 40px; }
      #stock .left-block p span {
        color: #bff934;
        font-weight: 700; }
        #stock .left-block p span:nth-child(2) {
          text-transform: uppercase; }
  #stock .wpcf7-form {
    float: right; }
    #stock .wpcf7-form .title {
      margin-bottom: 26px; }
.stock-confidence {
    font-size: 18px;
}

.fancybox-outer .wpcf7-form {
	background:transparent;
	box-shadow:none;
}
.review{background-color:#fff;height:auto;max-width:1920px;margin:auto;padding:40px;}
.review .caption{font-size:35px;color:#2cb0d0;text-align:center;margin-bottom:40px;text-transform:uppercase;}
.review-slider{width:100%;margin:0px auto 0;}
.review-slider .review-video{width:356px;}
.review-slider .review-video .block-video{width:100%;box-shadow:3px 3px 7px rgba(0, 0, 0, 0.49);height:200px;}
.review-slider .review-video p{text-align:center;color:#2cb0d0;font-size:20px;margin-top:15px;}
.review-slider .owl-slide{margin:0px 13px;}
.review-slider .owl-prev:before{content:url('../img/review-left.png');transition:all ease-in-out .3s;opacity:1;}
.review-slider .owl-next:before{content:url('../img/right.png');transition:all ease-in-out .3s;opacity:1;}
.review-slider .owl-prev:hover:before{content:url('../img/left-hover.png');}
.review-slider .owl-next:hover:before{content:url('../img/right-hover.png');}
.review-slider .owl-prev{left:-60px!important;}
.review-slider .owl-next{right:-60px!important;}
.review-slider .owl-next,.review-slider .owl-prev{top:122px!important;}
.slick-dots{bottom:-35px!important;}
.review a.review-button {
    width: 235px;
    margin: 0 auto;
    font-size: 25px;
    color: #fff;
    padding: 10px 17px;
    background: #07bac6;
    text-transform: uppercase;
    border-radius: 28px;
    -webkit-transition: background 0.2s;
    -khtml-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
	border:2px solid #fff;
}
#popup3 p {
	margin-top:10px;
	margin-bottom:20px;
	color:#333;
}
.active{display:block!important;}
.review .block-button{text-align:center;margin-top:66px;}
.review .block-button button{    display: block;
    width: auto;
    margin: 0 auto;
    font-size: 25px;
    color: #fff;
	border:solid 2px #fff;
    padding: 10px 17px;
    background: #07bac6;
    text-transform: uppercase;
    border-radius: 28px;
    -webkit-transition: background 0.2s;
    -khtml-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
text-align: center;}
.review .block-button button:hover{background-color:#0053a4;}
.review .review-video .block-video{width:100%;box-shadow:3px 3px 7px rgba(0, 0, 0, 0.49);height:200px;}
.review .review-video p{text-align:center;color:#2cb0d0;font-size:20px;margin-top:15px;}
#map-block {
  min-height: 492px;
  position: relative; 
  padding:0 1px;
}
  
.bc-block {
    width: 50%;
    display: block;
    float: left;
    position: relative;
}
#map-block #map {
    height: 492px;
    width: 50%;
    float: right;
}
.bc-img{
	width:100%;
	max-height:492px;
}
#map-block .contacts {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fffffff2;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    padding: 14px 15px 0px 15px;
    width: 252px;
}
div.wpcf7-response-output {
    margin: 0.8em 0.5em 1em;
    padding: 0.2em 1em;
    font-size: 16px;
	color:#333;
}
.wpcf7-not-valid {
    border: 1px solid red!important;
}
span.wpcf7-not-valid-tip {
	display:none;
}
#map-block .contacts .logo {
    float: left;
	margin-bottom:20px;
}
#map-block .contacts .logo img {
    display: inline-block;
    vertical-align: middle;
	width:57px;
}
img.flag {
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
#map-block .contacts .logo span {
	font-size: 23px;
    font-weight: 700;
    margin-left: 6px;
    letter-spacing: -1px;
	color: #403d46;
    font-style: italic;
}
#map-block .contacts p {
	margin-bottom:20px;
}
#map-block .contacts a {
	margin-top:7px;
}
    #map-block .contacts a {
      color: inherit;
      font: inherit;
      display: block; }

footer {
  background: #1ba9eb;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  padding: 7px 0; }
  footer .copy {
    float: left; }
  footer .social {
    float: left;
    margin-left: 30px; }
    footer .social a {
      display: inline-block;
      width: 32px;
      height: 32px;
      display: inline-block;
      margin: 0 3px;
      -webkit-transition: opacity 0.2s;
      -khtml-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      -ms-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      footer .social a:hover {
        opacity: .5; }
    footer .social .vk {
      background: url("../img/vk.png"); }
    footer .social .fb {
      background: url("../img/fb.png"); }
    footer .social .inst {
      background: url("../img/inst.png"); }
    footer .social .ok {
      background: url("../img/ok.png"); }
  footer .studio {
    font-size: 16px;
    float: right; }
    footer .studio a {
      font: inherit;
      color: inherit;
      -webkit-transition: color 0.2s;
      -khtml-transition: color 0.2s;
      -moz-transition: color 0.2s;
      -ms-transition: color 0.2s;
      -o-transition: color 0.2s;
      transition: color 0.2s; }
      footer .studio a:hover {
        color: #07bac6; }
      footer .studio a:before {
        content: '';
        display: inline-block;
        margin: 0 5px;
        width: 20px;
        height: 22px;
        position: relative;
        top: 5px;
        background: url("../img/pen.png") no-repeat center center; }

#fancybox-buttons.top {
  top: 0px;
  right: 0;
  left: initial;
  width: auto; }

.fancybox-bg {
  background: #1e1e1e; }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-skin {
  padding: 0 !important; }

.fancybox-opened .fancybox-title,
.fancybox-title-inside-wrap {
  display: none; }

#popup, #popup2, #popup3 {
  display: none; }
  #popup .form, #popup2 .form, #popup3 .form {
    margin-top: 0; }

/*# sourceMappingURL=style.css.map */

.error img{
  display: block;
  margin:0 auto;
  max-height:500px;
  max-width:100%;
}

.composition_wrap{
  position: relative;
}
#composition .drug-img.add {
  position: fixed;
  right: 0;
  top: 80px;
}
#composition .drug-img.bottom {
  position: absolute;
  top: inherit;
  bottom: 40px;
  right: inherit;
}
#composition .drug-img.no_fix{
  position: absolute;
  top:0;
}
#stock .wpcf7-form {
    width:100%;
	max-width:none;
    background:none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    box-shadow:none;
}
#stock .right-block {
    float: right;
    max-width: 550px;
	text-align:center;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 0 8px 5px #2d2d2d;
}
.form-caption {
    font-size: 1.6em;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
	
	color:#f1155b;
}
.form-date {
	font-size: 1.6em;
    line-height: 1;
    margin-bottom: 15px;
	
	color:#f1155b;
}
.stock-info {
    font-size: 1.3em;
    line-height: 1.3;
}
.stock-info span {
	color:#f1155b;
}
.stock-hurry {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 15px;
}
@media(min-width:1600px) {
	.delivery .delivery__box .delivery-boy {
		right:-10px;
	}
	.delivery .delivery__box .delivery-earth {
		left:-320px;
	}
	#map-block .contacts {
    position: absolute!important;
    top: 50%!important;
    left: 5%!important;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fffffff2;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    padding: 14px 15px 0px 15px;
    width: 252px;
}
}
#toTop {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    background: #11110f;
    text-align: center;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #333;
    font-size: 36px;
    vertical-align: middle;
    display: table-cell;
}
.b24-web-form-popup-btn-89 {
font-size: 25px;
background: #403d46;
border-radius: 51px;
display: inline-block;
border: 1px solid transparent;
color: #fff;
padding: 14px 17px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out 0s;
-khtml-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}