@font-face {
    font-family: "MyriadPro LightCond";
    src: local(MyriadPro LightCond), url("../fonts/MyriadPro-LightCond.eot");
    src: url("../fonts/MyriadPro-LightCond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-LightCond.woff2") format("woff2"), url("../fonts/MyriadPro-LightCond.woff") format("woff"), url("../fonts/MyriadPro-LightCond.ttf") format("truetype");
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-position: top;
    background-size: cover;
}

.table-comtent table {
    width: 100%;
}

.table-comtent table tr:first-child td {
    vertical-align: middle;
    text-align: left;
    padding: 8px 10px;
    border: 1px solid #b7b7b7;
    background: #e9eaec;
    background: -moz-linear-gradient(top, #e9eaec 1%, #dee2e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e9eaec), color-stop(100%, #dee2e8));
    background: -webkit-linear-gradient(top, #e9eaec 1%, #dee2e8 100%);
    background: -o-linear-gradient(top, #e9eaec 1%, #dee2e8 100%);
    background: -ms-linear-gradient(top, #e9eaec 1%, #dee2e8 100%);
    background: linear-gradient(to bottom, #e9eaec 1%, #dee2e8 100%);
    color: #7a7a7a;
    border-color: #b7b7b7;
    text-shadow: 0 1px #fff;
    font-size: 13px;
}

.table-comtent {
    overflow: auto;
}

.table-comtent table {
    border-width: 0 1px;
    border-color: #b7b7b7;
    border-style: solid;
}

.table-comtent table tr {
    border-width: 1px 0 1px 0;
    border-color: #b7b7b7;
    border-style: solid;
}

.table-comtent table tr td {
    border-right: 1px solid #d8d6d6;
    padding: 8px 10px;
    font-size: 14px;
}

.wrap-link-apteka {
        position: relative;
        display: block;
        width: 100%;
        background-color: #fff;
    }

    .wrap-link-apteka .form_search_apteka {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: -263px;
  padding: 0 0 0 40px;
  transition: all .4s;
  transform: translateY(-50%);
}

.wrap-link-apteka .button_form_serch_apteka {
  transform: rotate(-90deg);
  padding: 8px 50px 10px 12px;
  position: absolute;
  left: -110px;
  width: 252px;
  font-size: 16px;
  top: 95px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  transition: all .4s;
  background-color: #57a2fa;
}

.wrap-link-apteka .button_form_serch_apteka:after {
  content: "";
  background-image: url(../img/ico-find-pharmacy.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 42px;
  position: absolute;
  top: 7px;
  right: 8px;
  transform: rotate(90deg);
  transition-duration: .3s;
}

.wrap-link-apteka .divform {
  display: block;
  padding: 88px 15px;
  position: relative;
  left: 0;
  width: 261px;
  box-shadow: 0 0 40px 0 rgba(5, 5, 5, 0.1);
  background-color: #fff;
  z-index: 10;
}

.wrap-link-apteka .divform .divfl_right {
  display: inline-block;
  width: 71%;
  vertical-align: top;
  margin-right: 2px;
}

.wrap-link-apteka .divform .divfl_right select {
  width: 100%;
  height: 32px;
  background-color: #fff;
  outline: none;
}

.wrap-link-apteka .divform .divb_right {
  width: 26%;
  display: inline-block;
  vertical-align: top;
}

.wrap-link-apteka .overlay_form_search_apteka {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 8;
  left: 0;
  top: 0;
}

.wrap-link-apteka .form_search_apteka.in .overlay_form_search_apteka {
  display: block;
}

.navbar-form {
  position: absolute;
  right: -30px;
  padding: 0;
  margin: 8px 0;
  background-color: transparent;
}

.navbar-form a,
.navbar-form>div {
  display: inline-block;
  vertical-align: middle;
}

.container__header-form {
  position: relative;
  cursor: pointer;
}

.find-pharmacy.find-pharmacy--header {
  position: relative;
  transform: none;
  margin: 0;
  padding: 4px 56px 4px 22px;
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
  z-index: 4;
}

.find-pharmacy.find-pharmacy--header.openPopup {
  border-radius: 5px 5px 0 0;
}

.find-pharmacy.find-pharmacy--header:after {
  width: 32px;
  height: 27px;
  top: 4px;
  right: 18px;
  transform: none;
}

.header-bg-2 {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 2100px;
    top: 0;
    left: 0;
    z-index: -1;
}

.find-pharmacy {
    position: fixed;
    right: 0;
    top: 50%;
    display: inline-block;
    color: #fff;
    padding: 10px 50px 10px 20px;
    transform: rotate(-90deg);
    background-color: #7fb9fd;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: 300;
    margin-right: -96px;
    text-decoration: none;
}

.find-pharmacy span {
    font-weight: 600;
}

.find-pharmacy:after {
    content: "";
    background-image: url(../img/ico-find-pharmacy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 43px;
    height: 45px;
    position: absolute;
    top: 7px;
    right: 8px;
    transform: rotate(90deg);
    transition-duration: .3s;
}

.find-pharmacy:hover,
.find-pharmacy:visited,
.find-pharmacy:active,
.find-pharmacy:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}

.h1 {
    font-size: 51px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.h2 {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.popover {
    background-color: #d1e7fa;
    border: none;
    max-width: 220px;
    z-index: 1 !important;
}

.popover a {
    color: #2433b4;
    text-decoration: underline;
}

.popover .arrow {
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
}

.popover .arrow:after {
    border-right-color: #d1e7fa !important;
    border-left-color: #d1e7fa !important;
}

.popover.left {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.navbar-brand {
    margin: 0 40px 0 0 !important;
    padding: 0;
}

.navbar-toggle {
    padding: 0;
}

.burger {
    width: 35px;
    height: 32px;
    margin: auto;
    cursor: pointer;
    position: relative;
}

.burger:before,
.burger span,
.burger:after {
    width: 100%;
    height: 4px;
    display: block;
    background: #2433b4;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}

.burger:before,
.burger:after {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
}

.burger:before {
    top: 4px;
}

.burger span {
    top: 15px;
}

.burger:after {
    top: 26px;
}

.burger:hover:before {
    top: 7px;
}

.burger:hover:after {
    top: 23px;
}

.burger.cross span {
    opacity: 0;
}

.burger.cross:before,
.burger.cross:after {
    top: 40%;
}

.burger.cross:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE */
}

.burger.cross:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
    /*for IE */
}

.burger:focus {
    outline: none;
}

.name-logo {
    font-size: 12px;
    color: #9f9f9f;
    margin: 14px 20px 0 0;
    left: -116px;
    position: absolute;
}

.nav-bar {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.line {
    border-top: 2px solid #f3f3f3;
    height: 2px;
    display: block;
    margin: 2px 0;
    position: absolute;
    width: 100%;
    top: 46%;
    z-index: -1;
}

.logo-link-up {
    display: block;
    font-size: 16px;
    color: #2433b4;
    font-weight: bold;
    margin-bottom: 10px;
}

.logo-link-down {
    display: block;
    font-size: 20px;
    color: #e75800;
}

.navbar {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 6px 0;
}

.nav li a:hover {
    background-color: #fff;
}

.navbar-nav > li > a {
    padding: 14px 6px;
    color: #9f9f9f;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    margin-left: 25px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.navbar-nav > li > a:hover {
    background-color: #fff;
    color: #2433b4;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
    background: #fff;
    color: #9f9f9f;
}

.navbar-nav .dropdown-menu {
    margin: 0 0 0 10%;
    padding: 0;
    top: 117%;
}

.navbar-nav .dropdown-menu li {
    display: block;
}

.navbar-nav .dropdown-menu li a {
    padding: 8px 10px;
}

.navbar-nav .dropdown-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.39);
    color: #fff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #fff !important;
}

.content-area {
}

#playe {
    width: 100%;
}

.breadcrumbs {
    margin-bottom: 15px;
}

div.breadcrumbs ul {
    padding: 0;
    list-style: none;
}

.breadcrumbs ul li {
    display: inline-block;
    margin: 0 6px 0 0;
}

.breadcrumbs ul li:after {
    content: "\2014";
    color: #9f9f9f;
    margin: 0 0 0 8px;
}

.breadcrumbs ul li:last-child:after {
    content: "";
}

.breadcrumbs ul li a {
    color: #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    display: inline-block;
    padding: 0 0 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
}

.breadcrumbs ul li a:hover,
.breadcrumbs ul li a:focus {
    border-bottom: 1px solid #2433b4;
    text-decoration: none;
}

.content-area .breadcrumbs ul {
    padding: 0 90px;
}

.text-block h1,
.text-block .h1 {
    margin-bottom: 30px;
    color: #2433b4;
    font-weight: 700;
    letter-spacing: -1px;
}

.text-block .pad iframe {
    max-width: 100% !important;
}

.text-block h2,
.text-block .h2 {
    margin-bottom: 25px;
    color: #2433b4;
    font-weight: 700;
    letter-spacing: -1px;
}

.text-block h3,
.text-block .h3 {
    margin-bottom: 20px;
    color: #2433b4;
    font-weight: 700;
    letter-spacing: -1px;
}

.text-block img {
    max-width: 100%;
}

.text-block ul,
.text-block ol {
    margin: 30px 0;
    padding: 0 30px;
    color: #2433b4;
    font-size: 18px;
}

.ico-logo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 84px;
    height: 24px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

.ico-company1 {
    background-image: url(../img/ico-logo1.png);
}

.ico-company2 {
    width: 69px;
    height: 21px;
    background-image: url(../img/ico-logo2.png);
}

.form-group {
    position: relative;
}

/*.navbar-form {
    display: inline-block;
    position: absolute;
    right: -15px;
    padding: 0;
    background-color: #fff;
}

.navbar-form a {
    display: inline-block;
}*/

.ico-search {
    background-image: url(../img/ico-search.png);
    background-color: white;
    background-size: contain;
    border: none;
    margin-right: 15px;
    width: 20px;
    height: 18px;
}

.ico-search.fullwidth {
    background-image: url(../img/ico-search.png);
    background-color: transparent;
    background-size: contain;
    border: none;
    position: absolute;
    top: 16px;
    left: 8px;
    width: 20px;
    height: 18px;
    display: none;
    z-index: 99;
}

.form-control.fullwidth{
    width: 100% !important;
}

.search-full {
    width: 100%;
    position: absolute;
    top: 8px;
}

.ico-search:hover,
.ico-search:active {
    background-color: white;
}

.ico-search.fullwidth:hover,
.ico-search.fullwidth:active {
    background-color: transparent;
}

.form-control {
    padding: 4px 15px 4px 35px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 14px;
    background-color: #fff;
    z-index: 10;
}

.form-control:focus {
    border-color: #e75800;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 88, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 88, 0, 0.6);
}

.header {
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    z-index: -1;
}

.header-page2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 200px 0 200px 0;
    position: relative;
    overflow: hidden;
    /*margin-top: 64px;*/
}

.header-page2 .h1 {
    text-align: right;
}

.header-page2 .h1_down:first-child {
    font-weight: 700;
}

.header-page2 .h1_down {
    margin-bottom: 5px;
}

.header-contant {
    padding: 150px 0 534px 0;
}

.header .h1 {
    text-align: right;
    padding-right: 40px;
}

.h1_up {
    font-size: 17px;
    letter-spacing: 2px;
}

.h1_up span {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    color: #2433b4;
    text-transform: uppercase;
    font-size: 40px;
}

.h1_down {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}

.header-image-wrap {
    position: relative;
}

.header-image {
    background-image: url(../img/header-image.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 963px;
    height: 875px;
    top: -218px;
    left: -300px;
    z-index: -1;
}

.ico-arrow {
    display: block;
    margin: 0 auto;
    width: 53px;
    height: 33px;
    background-image: url(../img/ico-arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.orv {
    padding: 0;
    position: relative;
}

.orv .h1 {
    margin: 0 0 15px 0;
}

.orv .ico-arrow {
    margin-top: 30px;
}

.orv p {
    padding-right: 100px;
    font-size: 18px;
    margin-bottom: 26px;
}

.orv .big {
    font-weight: 700;
    color: #fff;
}

.orv .color2 {
    color: #2433b4;
    font-weight: 700;
}

.orv .min {
    font-weight: 400;
    font-size: 14px;
}

.img-orv-wrap {
    position: relative;
}

.orv-image {
    background-image: url(../img/orv-image-3.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 900px;
    height: 770px;
    left: -350px;
    top: -300px;
}

.orv-line {
    background-image: url(../img/orv-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 340px;
    height: 181px;
    left: -57%;
    top: 41%;
    position: absolute;
}

.text-block {
    padding: 15px 0;
    background-color: #fff;
    background-image: none;
}

.text-block__index {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    overflow: hidden;
    padding: 60px 0;
}

.title_buy {
    font-size: 51px;
    font-weight: 300 !important;
    text-align: center;
    color: #2433b4;
}

.text-block p {
    color: #2433b4;
    font-size: 18px;
    margin-bottom: 30px;
}

.text-block .h1 {
    color: #2433b4;
    text-align: left;
}

.text-block .h1-left {
    text-align: left;
    margin-bottom: 30px;
}

.text-block .text-color-2 {
    font-weight: 600;
    color: #e75800;
}

.text-cube-container {
    text-align: center;
    margin-bottom: 30px;
}

.text-cube-wrap {
    vertical-align: top;
    width: 21.5%;
    display: inline-block;
}

.text-cube {
    position: relative;
    height: 250px;
}

.text-cube p {
    color: #ffffff;
    font-size: 19px;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-one {
    background-color: #988bcb;
}

.text-two {
    background-color: #59cf57;
}

.text-three {
    background-color: #ffa632;
}

.text-four {
    background-color: #9dea0d;
}

.text-list {
    list-style: none;
    padding: 0 0 0 80px;
}

.text-list p {
    font-size: 26px;
    padding: 0;
    margin: 0 0 15px 43px;
    line-height: 1.2;
}

.text-list .text-color-2-lite {
    color: #e75800;
    font-size: 15px;
    margin: 0 0 0 43px;
}

.text-item-list {
    margin-bottom: 34px;
}

.text-item-list:before {
    content: "";
    float: left;
    background-image: url(../img/ico-number2.png);
    background-size: cover;
    width: 35px;
    height: 38px;
    margin: 0 10px 0 0;
}

.text-item-1:before {
    background-position: 0px 606px;
}

.text-item-2:before {
    background-position: 0px 568px;
}

.text-item-3:before {
    background-position: 0px 530px;
}

.text-item-4:before {
    background-position: 0px 493px;
}

.text-item-5:before {
    background-position: 0px 455px;
}

.text-item-6:before {
    background-position: 0px 417px;
}

.text-item-7:before {
    background-position: 0px 380px;
}

.text-item-8:before {
    background-position: 0px 341px;
}

.text-block-img-wrap {
    position: relative;
}

.text-block-img,
.text-block-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/about.png);
    width: 390px;
    height: 480px;
}

.text-block-img {
    background-image: url(../img/about-2.png);
    width: 680px;
    height: 770px;
    top: -100px;
    left: -160px;
}

.image-and-text p {
    line-height: 1.6;
}

.selection .h2 {
    text-align: center;
    margin-bottom: 50px;
}

.selection p {
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.selection a {
    opacity: 0;
    display: block;
    transition-delay: .3s;
    cursor: pointer;
}

.selection a:hover,
.selection a:active,
.selection a:visited {
    color: #ccc;
    text-decoration: none;
}

.ico-selection {
    background-image: url(../img/ico-selection.png);
    width: 60px;
    height: 76px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
}

.ico-selection-1 {
    background-position: 0 -76px;
}

.ico-selection-2 {
    background-position: 0 0;
}

.ico-selection-3 {
    background-position: 10px -154px;
}

.about {
    position: relative;
    padding: 70px 0 0 0;
    overflow: hidden;
}

.about .h1 {
    text-align: center;
    margin-bottom: 60px;
}

.about p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.about .ico-arrow {
    margin: 70px auto 10px auto;
}

.about-image {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/about-3.png);
    width: 420px;
    height: 570px;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}

.about-image-2 {
    background-image: url(../img/about-2.png);
    width: 720px;
    height: 750px;
    top: 0%;
    left: 49%;
    z-index: -1;
}

.about-content-wrap {
    padding-bottom: 100px;
}

.about-content-left {
    width: 100%;
    padding: 16px 200px 16px 30px;
    border: 3px solid #fff;
}

.about-content-left p {
    text-align: right;
}

.about-content-right {
    padding: 16px 30px 16px 220px;
    border: 3px solid #fff;
}

.about-content-right p {
    text-align: left;
}

.natural {
    position: relative;
    overflow: hidden;
}

.natural .h1 {
    text-align: center;
    margin-bottom: 20px;
}

.natural-big-img {
    position: absolute;
}

.naturel-left-block {
    margin-top: 170px;
    position: relative;
    z-index: -1;
}

.natural-left-block-image {
    width: 820px;
    height: 610px;
    position: absolute;
    left: -49px;
    top: -10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/natural-4.png);
    z-index: -1;
}

.natural-logo p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.natural-img {
    width: 230px;
    height: 210px;
    display: block;
    margin: -40px auto -25px auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.natural-img-1 {
    background-image: url(../img/natural-img-1.png);
}

.natural-img-2 {
    background-image: url(../img/natural-img-2.png);
}

.natural-img-3 {
    background-image: url(../img/natural-img-3.png);
    margin: -40px 190px -25px auto;
}

.natural-right-block {
    position: relative;
}

.natural-big-img {
    width: 650px;
    height: 830px;
    position: absolute;
    left: -150px;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/natural-3.png);
    z-index: -1;
}

.natural-bubbles-img-1 {
    width: 150px;
    height: 260px;
    position: absolute;
    left: 210px;
    top: 338px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/natural-1.png);
}

.natural-bubbles-img-2 {
    width: 400px;
    height: 300px;
    position: absolute;
    left: -36px;
    top: 278px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/natural-2.png);
}

.natural-list {
    padding: 0;
    list-style: none;
    margin-bottom: 500px;
}

.natural-list-item {
    margin-bottom: 15px;
    clear: both;
}

.number-text-wrap {
    display: inline-block;
    vertical-align: top;
    width: 79%;
}

.number-text-wrap p {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

.ico-number {
    width: 36px;
    height: 42px;
    margin-right: 10px;
    background-image: url(../img/ico-number.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.ico-number-1 {
    background-position: 0 0;
}

.ico-number-2 {
    background-position: 0 -42px;
}

.ico-number-3 {
    background-position: 0 -84px;
}

.ico-number-4 {
    background-position: 0 -127px;
}

.link-wrap {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 0 40px 100px;
}

.link-wrap a {
    color: #2433b4;
}

.what {
    position: relative;
    padding-bottom: 60px;
}

.what .h1 {
    text-align: center;
    color: #2433b4;
    margin-bottom: 30px;
}

.ico-what {
    width: 67px;
    height: 65px;
    display: block;
    margin: 20px auto 15px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/ico-what-sprite.png);
}

.ico-what-4 {
    background-position: 0 -165px;
    height: 60px;
}

.ico-what-5 {
    background-position: 0 -226px;
    height: 48px;
    margin-top: 24px;
}

.ico-what-6 {
    background-position: 0 -278px;
    height: 66px;
    margin-top: 6px;
}

.what-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.what-content.card {
    width: 28.2%;
    display: inline-block;
    vertical-align: top;
    /*background-color: #fff;*/
    padding: 15px;
    min-height: 430px;
    margin-bottom: 15px;

    background-color: transparent;
    height: 430px;
    perspective: 1000px;
}

.what-content .h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.what-bg-1 {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2000px;
    z-index: -2;
}

.what-list {
    padding: 0 0 0 30px;
    text-align: left;
}

.what-list li {
    margin-bottom: 15px;
    font-size: 16px;
}

.what-list li:last-child {
    margin: 0;
}

.what-content-1 .h3,
.what-content-1 .what-list li {
    color: #2433b4;
}

.what-content-2 .h3,
.what-content-2 .what-list li {
    color: #70a01a;
}

.what-content-3 .h3,
.what-content-3 .what-list li {
    color: #e75800;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.card:hover .card-inner {
    transform: rotateY(180deg);
}
.what-content .card-front img{
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.what-content .card-front, 
.what-content .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.what-content .card-front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.what-content .card-back {
    background-color: #fff;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.btn-psd-block {
    padding: 0;
    margin-right: -2px;
}

.btn-psd-block a {
    display: table;
    padding: 10px 0 10px 50px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border: 2px solid #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn-psd-block a:hover {
    background-color: #fff;
}

.btn-psd-block a:hover .h3 {
    color: #2433b4;
}

.btn-psd-block a .h3 {
    display: table-cell;
    color: #e6e6e6;
    padding-left: 15px;
    vertical-align: middle;
}

.ico-psd {
    background-image: url(../img/ico-what-pdf.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: table-cell;
    width: 48px;
    height: 54px;
}

.what-two-page {
    background-image: none;
    background-color: transparent;
    padding-bottom: 0;
}

.what-two-page .what-content .what-list li {
    color: #fff;
}

.what-two-page .what-content .h3 {
    color: #fff;
}

.what-two-page .what-content-1 {
    background-color: #2433b4;
}

.what-two-page .what-content-2 {
    background-color: #59cf57;
}

.what-two-page .what-content-3 {
    background-color: #e75800;
}

.what-two-page .btn-psd-block {
    margin-bottom: 40px;
    margin-right: -1px;
}

.what-two-page .btn-psd-block a {
    border: 1px solid transparent;
    background-color: #fff;
}

.what-two-page .btn-psd-block a .h3 {
    color: #000;
}

/*.what-two-page .btn-psd-block a .h3 {
  color: #848484; }*/

.what-two-page .btn-psd-block a:hover {
    background-color: #fff;
}

.what-two-page .slider {
    margin-bottom: 60px;
}

.ico-what-1 {
    background-position: 0 0;
    height: 52px;
}

.ico-what-2 {
    background-position: 0 -53px;
    height: 48px;
    margin-top: 24px;
}

.ico-what-3 {
    background-position: 0 -104px;
    height: 66px;
    margin-top: 10px;
}

.page-two-bg-wrap {
    position: absolute;
    width: 100%;
}

/*.page-two-bg {*/

/*position: absolute;*/

/*width: 100%;*/

/*height: 1040px;*/

/*background-image: url(../img/page-two-bg.png);*/

/*background-repeat: no-repeat;*/

/*background-position: 0 40px;*/

/*background-size: cover;*/

/*bottom: 0;*/

/*z-index: -1;*/

/*}*/

.container-feedback {
    /*    background-image: url(http://faringospray.by/wp-content/themes/faringospray/img/delivery-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;*/
}

.what-two-page .container-feedback {
    background-color: #ed5921;
    padding: 25px 0;
}

.children {
    padding: 25px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    overflow: hidden;
}

.children .h1 {
    color: #e75800;
    text-align: center;
    margin-bottom: 30px;
}

.children .h2 {
    color: #e75800;
    margin: 50px 0 15px 30px;
}

.children .popover.right {
    margin-left: 20px;
    margin-top: -10px;
}

.img-children-wrap {
    position: relative;
}

.img-children {
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.img-children-1 {
    background-image: url("../img/children-img-3.png");
    width: 420px;
    height: 610px;
    z-index: 3;
    top: -50px;
}

.img-children-2 {
    background-image: url("../img/children-img-2.png");
    width: 310px;
    height: 480px;
    top: -60px;
    left: 10px;
}

.children-list {
    padding: 0;
    list-style: none;
}

.children-list-iten {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 15px;
    color: #848484;
    font-size: 17px;
}

.children-list-iten::before {
    content: url("../img/ico-arrow-right.png");
    display: inline-block;
    margin: 0 15px 40px 0;
    float: left;
}

.how-block {
    position: relative;
    width: 60%;
    padding: 15px;
    -webkit-box-shadow: 0 0 40px 0px rgba(71, 71, 71, 0.34);
    box-shadow: 0 0 40px 0px rgba(71, 71, 71, 0.34);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    z-index: 3;
}

.how-block p {
    text-align: right;
    font-size: 16px;
    margin: 0;
}

.how-block a {
    color: #475965;
    display: block;
}

.how-block a:active,
.how-block a:visited {
    text-decoration: none;
}

.arrow-left {
    top: 50% !important;
    right: -11px;
    margin-top: -11px;
    border-width: 11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.arrow-left,
.arrow-left:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.arrow-left::after {
    right: -9px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
    border-width: 10px;
}

.link-popover {
    color: #475965;
    text-decoration: underline;
}

a {
    cursor: pointer;
}

.popov-2 {
    display: none;
}

.add-comment {
    margin: 60px auto 30px;
    text-align: center;
}

.pregnant {
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    overflow: hidden;
}

.pregnant .h1 {
    text-align: center;
    color: #2433b4;
    margin-bottom: 50px;
}

.pregnant .children-list-iten::before {
    content: url("../img/ico-arrow-right-blue.png");
}

.pregnant .children-list-iten a {
    color: #67696e;
    font-weight: 400;
    text-decoration: underline;
}

.pregnant .children-list {
    margin-bottom: 80px;
}

.pregnant-x {
    font-size: 10px;
    color: #9f9f9f;
}

.img-pregnant-wrap {
    position: relative;
}

.img-pregnant {
    position: absolute;
    left: 0;
    top: -80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/women-pregnant.png);
    width: 440px;
    height: 480px;
}

.delivery {
    padding: 30px 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ed5921;
}

.delivery .h1 {
    text-align: center;
    margin-bottom: 30px;
}

.delivery label {
    color: #fff;
}

.delivery input {
    min-width: 100%;
    border-radius: 0;
    padding: 10px;
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.delivery input::-webkit-input-placeholder {
    color: #4a545a;
}

.delivery input::-moz-placeholder {
    color: #4a545a;
}

.delivery input:-moz-placeholder {
    color: #4a545a;
}

.delivery input:-ms-input-placeholder {
    color: #4a545a;
}

.divform {
    margin-bottom: 20px;
}

.divform form {
    text-align: center;
}

.divform .divfl {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}

.divform .titlef {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 10px;
}

.divform .divfl select {
    width: 100%;
    height: 32px;
    background-color: transparent;
    outline: none;
    border: 1px solid #848484;
    border-radius: 4px;
}

.divform .divb {
    margin: 0 10px;
    display: inline-block;
}

.divform .divb input {
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #2433b4;
    color: #fff;
    border: none;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #f7e700 !important;
    font-size: 1em !important;
    display: block !important;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700 !important;
    color: #fff !important;
    padding: 7px 10px !important;
}

div.wpcf7-response-output {
    margin: -20px 0 0 0 !important;
}

.modal-body input,
.modal-body textarea {
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.modal-body span.wpcf7-not-valid-tip {
    color: #ff0000 !important;
    font-size: 1em !important;
    display: block !important;
}

.modal-body div.wpcf7-validation-errors {
    border: 2px solid #ff0000 !important;
    color: #000 !important;
    padding: 7px 10px !important;
}

.modal-body div.wpcf7-response-output {
    margin: -20px 0 0 0 !important;
}

.video-res {
    position: relative;
}

.video-res iframe,
.video-res object,
.video-res embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.delivery-text {
    font-size: 16px;
    color: #fff;
    width: 90%;
    margin-bottom: 30px;
}

.delivery-btn,
.wpcf7-submit {
    width: 100%;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #2433b4;
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 12px 20px;
    outline: none;
    text-transform: uppercase;
}

.delivery-btn:hover,
.wpcf7-submit:hover {
    color: #ffffff;
}

.text-block .pad {
    max-width: 770px;
    width: 100%;
    margin: 0 auto 15px;
}

.pad .pluso-more {
    display: none !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.pad img {
    width: 100% !important;
    height: auto;
    border: 2px solid #e75800;
    margin-bottom: 15px;
}

.pad figure {
    width: 100% !important;
}

.post-content {
    padding: 50px 90px 0;
}

.post-content a {
    color: #e75800;
}

.post-previews .row {
    margin-bottom: 20px;
}

.alignright {
    float: right;
    padding: 10px 0 10px 10px;
}

.alignleft {
    float: left;
    padding: 10px 10px 10px 0;
}

.feedback.fidback-home p {
    color: #fff;
}

.fidback-home .feedback-slide div.h3 {
    color: #fff;
}

.fidback-home .feedback-slider .slick-dots li button:before {
    color: #fff;
}

.feedback-slide div.h3 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 25px;
}

.feedback {
    padding: 25px 0;
    background-color: #ed5921;
}

.feedback .h1 {
    text-align: center;
    color: #2433b4;
    margin-bottom: 15px;
}

.slider {
    padding: 0 130px;
}

.feedback-slider .slick-dots li {
    margin: 0;
}

.feedback-slider .slick-dots li button:before {
    color: #aca7a7;
    font-size: 10px;
    opacity: 1;
}

.feedback-slider .slick-dots li.slick-active button:before {
    font-size: 18px;
}

.feedback-slide {
    outline: none;
}

.feedback-slide p {
    color: #9f9f9f;
}

.feedback-slider.page-two .slick-dots li button:before {
    color: #fff;
}

.feedback-slider.page-two p {
    color: #fff;
}

section.news-content {
    padding: 70px 0 80px 0;
    border-bottom: 1px solid #e2e1e1;
}

.news-content .title {
    margin-bottom: 40px;
}

.news-content .news__item {
    border: 1px solid #e2e1e1;
}

.news-content .row {
    margin: 0 -7.5px;
}

.news__item-container {
    margin-bottom: 15px;
    padding: 0 7.5px;
}

.news__item {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    cursor: pointer;
    display: block;
    height: 100%;
}

.news__item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 40px 0 rgba(5, 5, 5, 0.1);
    box-shadow: 0 0 40px 0 rgba(5, 5, 5, 0.1);
}

.news__item:hover .news__name {
    color: #2433b4;
}

.news__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 240px;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.news__image img {
    width: 100%;
    height: inherit;
}

.news__block-text {
    padding: 15px;
}

.news__name {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.3;
    font-weight: 600;
    color: #3b3636;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news__name p {
    margin: 0;
}

.news__date {
    font-size: 14px;
    color: #acacac;
}

.footer {
    padding: 15px 0 0 0;
    background-color: #2433b4;
}

.footer .h1 {
    padding: 0;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'MyriadPro LightCond', 'Open Sans', sans-serif;
}

.footer-text {
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}

.social-link {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.ico-social {
    display: inline-block;
    background-image: url(../img/ico-social.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 2px;
    width: 34px;
    height: 34px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: .9;
}

.ico-social:hover {
    opacity: .5;
}

.ico-social-facebook {
    background-position: 0 -34px;
}

.ico-social-vk {
    background-position: 0 0px;
}

.ico-social-youtube {
    background-position: 0 -68px;
}

.footer-menu {
    float: left;
    margin: 0;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    font-size: 16px;
    margin: 0 40px;
}

.footer-menu li a:hover {
    opacity: .7;
}

.footer-brand {
    float: right;
}

.footer-brand a {
    display: inline-block;
}

.footer-brand .ico-logo {
    width: 120px;
    height: 32px;
    margin-left: 15px;
    display: inline-block;
    background-color: transparent;
    margin-bottom: 15px;
}

.madeby {
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #fff;
    width: 150px !important;
    text-align: left;
    clear: right;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../img/clickmedia-logo.png');
}

.madeby:hover {
    text-decoration: none;
    color: #fff;
}

#wpcf7-f118-o1 .wpcf7-form-control.wpcf7-text {
    color: #000;
}

.error_input {
    border: 1px solid red;
}

.title_buy p {
    text-align: left;
}

.logo-company-footer--360 {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.logo-company-footer--360 img {
    width: auto;
    height: 32px;
}

.text-block .pad a:not('.link_commercial_keys') {
    color: #e75800;
    font-weight: 600;
}

/* media init */

@media only screen and (max-width: 1400px) {
    /**/
    .popov-1 {
        display: none;
    }

    .popov-2 {
        display: block;
    }

    .children .popover {
        margin: 10px 0 0 -82px;
    }

    .children .arrow:after {
        border-right-color: transparent !important;
        border-left-color: transparent !important;
        border-bottom-color: #d1e7fa !important;
    }

    .pregnant .popover .arrow:after {
        border-right-color: transparent !important;
        border-left-color: transparent !important;
        border-bottom-color: #d1e7fa !important;
    }
}

@media only screen and (max-width: 1370px) {
    /**/
    .name-logo {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    /**/
    .what-list p {
        font-size: 12px;
    }
    .navbar-form{
        position: relative;
        right: 0;
        float: right;
    }

    .navbar-brand {
        margin: 0 0 0 0 !important;
    }

    .hidden-md {
        display: none;
    }

    .orv-line {
        background-image: url(../img/orv-line-min.png);
        width: 400px;
        height: 280px;
        left: -68%;
        top: 33%;
    }

    .about-content-left {
        padding: 15px 190px 0 15px;
    }

    .about-content-right {
        padding: 15px 15px 0 190px;
    }

    .natural-left-block-image {
        width: 537px;
        height: 400px;
        top: 0;
        left: 13px;
    }

    .natural-logo p {
        font-size: 16px;
    }

    .natural-img {
        width: 130px;
        height: 156px;
    }

    .natural-big-img {
        width: 610px;
        height: 700px;
    }

    .natural-bubbles-img-1 {
        width: 140px;
        height: 260px;
        left: 175px;
        top: 254px;
    }

    .natural-bubbles-img-2 {
        width: 380px;
        height: 280px;
        left: -40px;
        top: 233px;
    }

    .natural-list {
        margin-bottom: 0;
    }

    .natural-list .h3 {
        font-size: 16px;
    }

    .natural-list p {
        font-size: 12px;
    }

    .btn-psd-block .h3 {
        font-size: 18px;
    }

    .how-block {
        margin: 0 0 0 45px;
    }

    .what-content {
        min-height: 450px
    }

    .pad,
    .content-area .breadcrumbs ul {
        padding: 0 50px;
    }

    .post-content {
        padding: 50px 50px 0;
    }
}

@media only screen and (max-width: 992px) {
    /**/
    .navbar-form{
        display: none;
    }

    .hidden-md {
        display: inline-block;
    }

    .hidden-sm-down {
        display: none;
    }

    .navbar-brand {
        margin: 0 -20px 0 0 !important;
    }

    .nav.navbar-nav {
        text-align: center;
        clear: both;
        float: right;
    }

    .nav.navbar-nav li {
        display: inline-block;
        float: none;
    }

    .nav.navbar-nav li a {
        padding: 0;
    }

    .navbar-nav .dropdown-menu li {
        display: block;
    }

    .line {
        top: 30%;
    }

    .hidden-md-down {
        display: none;
    }

    .header .h1 {
        font-size: 34px;
    }

    .header-contant {
        padding: 100px 0 400px 0;
    }

    .header .ico-arrow {
        margin: 20px auto 180px auto;
    }

    .header-image {
        width: 800px;
        height: 830px;
        top: -220px;
    }

    .orv p {
        padding: 0;
    }

    .orv-image {
        left: -430px;
    }

    .about-image {
        width: 330px;
    }

    .about-image-2 {
        top: 7%;
        width: 600px;
    }

    .about-content-left {
        padding: 15px 106px 0 15px;
    }

    .about-content-right {
        padding: 15px 15px 0 106px;
    }

    .about-content-wrap {
        padding-bottom: 120px;
    }

    .about .ico-arrow {
        margin: 30px auto;
    }

    .orv-line {
        left: -86%;
    }

    .link-wrap {
        margin: 15px auto 15px auto;
    }

    .natural-left-block-image {
        left: -42px;
    }

    .natural-img-3 {
        margin: -40px 130px -25px auto;
    }

    .what-list {
        padding: 0 0 0 20px;
    }

    .what-list li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .btn-psd-block .h3 {
        font-size: 16px;
    }

    .how-block {
        margin: 0;
    }

    .delivery-text,
    .delivery-btn,
    .delivery input {
        width: 100%;
        min-width: 100%;
    }

    .slider {
        padding: 0 60px;
    }

    .footer-menu {
        float: none;
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
    }

    .footer-brand {
        float: none;
        text-align: center;
    }

    .header-page2 .h1_down {
        font-size: 34px;
    }

    .header-page2 .h1_up {
        font-size: 20px;
    }

.text-cube-wrap {
        width: 24.6%;
    }

    .text-block-img {
        width: 580px;
        height: 670px;
    }

    .text-block-img-bg {
        width: 290px;
        height: 380px;
    }

    .pad,
    .content-area .breadcrumbs ul {
        padding: 0 0;
    }

    .post-content {
        padding: 70px 0 0;
    }
}

.contact-forms-popup {
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      width: 100%;
      background-color: #fff;
      z-index: 15;
      padding: 15px;
      -webkit-border-radius: 26px;
      border-radius: 0 0 5px 5px;
      -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.3);
      text-align: center;
      color: #000;
    }

    .contact-forms-popup-open {
      position: absolute;
      width: 100%;
      z-index: 20;
      height: 100%;
      left: 0;
      bottom: 0;
    }

    .contact-forms-popup__text {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .contact-forms-popup select {
      margin-bottom: 10px;
      background-color: #fff;
      height: 32px;
    }

@media only screen and (min-width: 769px) {
    .content-collapse {
        display: block !important;
    }
}

@media only screen and (max-width: 580px){
    .find-pharmacy.find-pharmacy--header {
        margin: 15px 0 0 0;
      }
}

@media only screen and (max-width: 768px) {

    .navbar-form {
        position: relative;
        padding: 15px 0;
        margin: 0;
        }
        .navbar-form .form-group {
        margin-top: 15px;
        }

    body .container__header-form {
        display: block;
        width: 280px;
        margin-top: 10px;
      }
    .find-pharmacy.find-pharmacy--header {
        display: inline-block;
        left: auto;
      }
      .find-pharmacy.find-pharmacy--header {
        width: 100%;
        font-size: 16px;
      }

      .contact-forms-popup {
        position: relative;
      }

    .header {
        z-index: 1;
    }

    .content-collapse {
        display: none;
    }

    .text-block h2,
    .text-block .h2 {
        font-size: 22px;
    }

    .divform .divb {
        margin-top: 15px;
    }

    .container-feedback {
        padding-bottom: 60px;
    }

    .find-pharmacy {
        display: none;
        position: absolute;
        bottom: 0;
        right: auto;
        left: 50%;
        top: auto;
        transform: translateX(-50%)
    }

    .find-pharmacy span {
      font-weight: 600;
    }

    .find-pharmacy:after {
        transform: rotate(0)
    }

    .navbar-nav .dropdown-menu li a {
        white-space: inherit;
    }

    .hidden-xs-down {
        display: none;
    }

    .h1 {
        font-size: 40px;
    }

    .line {
        display: none;
    }

    .navbar-brand span {
        display: inline-block;
        margin: 15px 10px;
    }

    .burger {
        display: block;
    }

    .nav.navbar-nav {
        float: none;
    }

    .nav.navbar-nav li {
        display: block;
        margin: 15px;
        text-align: left;
    }

    .nav.navbar-nav li a {
        margin: 0;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0 0 0 15px;
        margin: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 6px;
    }

    .navbar-nav .dropdown-menu li {
        margin: 0;
        display: block;
    }

    /*.navbar-form {
        display: inline-block;
        position: static;
        margin: 0 auto;
        text-align: center;
    }

    .navbar-form input {
        margin: 15px 0;
    }

    .navbar-form .ico-search {
        top: 10px;
    }*/

    .header-contant {
        padding: 0 0 320px 0;
    }

    .header-image {
        width: 480px;
        top: -100px;
        height: 580px;
        left: 50%;
        margin-left: -240px;
    }

    .header .ico-arrow {
        margin: 20px auto 15px auto;
    }

    .orv {
        margin-bottom: 40px;
    }

    .orv .h1 {
        text-align: center;
    }

    .orv .ico-arrow {
        position: relative;
        bottom: -50px;
        margin: 0 auto 15px auto;
    }

    .selection {
        margin-bottom: 40px;
    }

    .selection .h2 {
        margin: 0 0 15px 0;
    }

    .about {
        padding: 0;
    }

    .about .h1 {
        z-index: 10;
        margin-bottom: 15px;
    }

    .about .ico-arrow {
        margin: 15px auto;
    }

    .about-content-wrap {
        padding-bottom: 0;
    }

    .about-content-left {
        margin-bottom: 15px;
        padding: 15px;
    }

    .about-content-left p {
        text-align: center;
        font-size: 16px;
    }

    .about-content-right {
        padding: 15px;
        margin-bottom: 15px;
    }

    .about-content-right p {
        text-align: center;
        font-size: 16px;
    }

    .natural {
        margin-bottom: 50px;
    }

    .natural .ico-arrow {
        position: relative;
        bottom: -50px;
        margin-bottom: 0px;
    }

    .naturel-left-block {
        margin: 0 0 30px 0;
    }

    .natural-left-block-image {
        left: 50%;
        margin-left: -246px;
    }

    .natural-img-3 {
        margin: -40px auto -25px auto;
    }

    .what {
        padding: 0 0 0 0;
    }

    .what-content.card {
        display: block;
        width: 50%;
        min-height: auto;
    }
    .what-content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .what-content li {
        font-size: 16px;
    }

    .btn-psd-block {
        padding: 0 15px;
        margin: 0 0 15px 0;
    }

    .btn-psd-block a {
        display: block;
    }

    .children .h1 {
        margin-bottom: 0;
    }

    .children-list-iten::before {
        margin-bottom: 0;
    }

    .children .popover.right {
        margin-top: 0;
    }

    .popov-1 {
        display: block;
    }

    .popov-2 {
        display: none;
    }

    .children .popover {
        margin-left: -70% !important;
    }

    .children .arrow:after {
        border-right-color: #d1e7fa !important;
        border-left-color: #d1e7fa !important;
        border-bottom-color: transparent !important;
    }

    .pregnant {
        padding: 15px 0;
    }

    .pregnant .children-list {
        margin-bottom: 15px;
    }

    .pregnant .popov-1 {
        display: none;
    }

    .pregnant .popov-2 {
        display: block;
    }

    .pregnant .popover {
        margin-left: -80% !important;
    }

    .pregnant .popover .arrow {
        left: 50% !important;
    }

    .delivery {
        padding: 15px 0;
    }

    .delivery-btn {
        margin: 0;
    }

    .header-page2 {
        background-position: 72% 0;
    }

    .text-block {
        padding: 15px 0 0 0;
    }

    .text-block .h1 {
        text-align: center;
    }

    .text-block p {
        margin-bottom: 15px;
    }

    .text-cube-wrap {
        width: 46.5%;
        margin: 0 7.5px 15px 7.5px;
    }

    .text-cube-container {
        margin-bottom: 0;
    }

    .text-list {
        padding: 0;
    }

    .what-two-page .btn-psd-block {
        padding: 0 15px;
        width: 100%;
        float: none;
        display: block;
        margin: 0 0 15px 0;
    }

    /*.page-two-bg {*/
    /*height: 1700px;*/
    /*}*/
    .text-block img {
        max-width: 100% !important;
        height: auto !important;
        margin: 10px 0 30px !important;
        float: none !important;
    }

    .content-area {
        padding-top: 70px;
    }

    .post-content {
        padding: 0;
    }

    .table-comtent table tr td {
        font-size: 12px;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .what-content.card {
        width: 80%;
    }
    .footer-brand a {
        display: block;
        margin: 0 auto 10px;
    }

    /**/
    .h1 {
        font-size: 36px;
    }

    .navbar-brand {
        padding: 5px 15px;
        margin: 0 0 0 0 !important;
    }

    .navbar-brand span {
        display: block;
        margin: 0;
    }

    .natural-logo p {
        font-size: 13px;
    }

    .natural-left-block-image {
        width: 600px;
        height: 320px;
    }

    .natural-img {
        width: 100px;
        height: 134px;
    }

    .slider {
        padding: 0;
    }

    .news-content {
        padding: 70px 0 0 0;
        border-top: 1px solid #e2e1e1;
    }

    .news-content .row {
        margin: 0 -15px;
    }

    .news__item-container {
        width: 100%;
        padding: 0 15px !important;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .news__image {
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .contacts-container__item {
        width: 100%;
        text-align: left;
        left: 0;
    }

    .index-news {
        padding-bottom: 40px;
    }

    .news__link-archive {
        bottom: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        top: auto;
    }

    section.news-content {
        padding: 70px 0 80px 0;
        border-bottom: 1px solid #e2e1e1;
    }

    .news-content .title {
        margin-bottom: 40px;
    }

    .news-content .news__item {
        border: 1px solid #e2e1e1;
    }

    .news-content .row {
        margin: 0 -7.5px;
    }

    .footer-menu li {
        display: block;
    }

    .footer-menu li a {
        text-decoration: underline;
    }

    .header-page2 {
        background-position: 62% 0;
    }

    .text-cube-wrap {
        width: 91%;
        margin: 0 15px 15px 15px;
    }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .text-cube-wrap {
        width: 90%;
        margin: 0 15px 15px 15px;
    }
}

ul.page-numbers {
    margin: 0;
    padding: 4px;
    text-align: center;
}

ul.page-numbers li {
    display: inline;
    margin-right: 5px;
    border: none;
    padding: 3px;
}

.crp_related ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.crp_related li {
    width: calc(33.3333% - 10px) !important;
}

.crp_related a {
    width: 100% !important;
}

.crp_related .crp_title {
    width: auto !important;
}

.kc__gotop {
    display:block; text-align:right;
}

.kc__title {
    font-weight: 600;
}

.kc__anchlink {
    color:#ddd!important; position:absolute; margin-left:-1em;
}

.kc__wrap ul.contents {
    margin: 10px 0 30px
}

.pad .post-ratings img {
    width: auto !important;
    margin: 0;
    border: none;
}

.tags-row ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    float: left;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
}
.tags-row li {
    vertical-align: bottom;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 5px !important;
    border: 1px solid #ddd;
    padding: 6px;
}
.tags-row li,
.tags-row a {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.tags-row li:hover {
    background: #eee;
    border-color: #bbb;
}
.tags-row a {
    text-decoration: none;
}
.tags-row a:hover {
    text-decoration: none;
}

.link-and-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 30px;
    margin: 30px 0;
}

.link-and-social a {
    color: #fff;
    font-weight: 300;
    line-height: 1.7;
    transition: all .3s;
    text-decoration: none;
}

.link-and-social .footer__social {
    margin-bottom: 0;
}

.link-and-social .footer__social li {
    margin: 0 15px;
}

.social-link {
    margin: 0;
}

@media only screen and (max-width: 680px) {
    .link-and-social {
        margin: 15px 0;
    }
}

.text-block p a {
    text-decoration-line: underline;
    color: #000;
    transition: .2s all ease-in-out;
}

.text-block p a:focus,
.text-block p a:hover {
    text-decoration-line: none;
    color: #337ab7;
}

/*.single-psd-block a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*}*/

.single-psd-block > .btn-psd-block {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 770px;
    float: unset;
}

body .single-psd-block > .btn-psd-block a {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .single-psd-block > .btn-psd-block {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .single-psd-block > .btn-psd-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}