/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:500,300&subset=latin,cyrillic);

html, body, div, span, applet, 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, 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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyrRoman.eot");
    src: url("../fonts/HelveticaNeueCyrRoman.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueCyrRoman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyrRoman.woff") format("woff"), url("../fonts/HelveticaNeueCyrRoman.ttf") format("truetype"), url("../fonts/HelveticaNeueCyrRoman.svg#HelveticaNeueCyrRoman") format("svg");
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyrLight_0.eot");
    src: url("../fonts/HelveticaNeueCyrLight_0.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueCyrLight_0.woff2") format("woff2"), url("../fonts/HelveticaNeueCyrLight_0.woff") format("woff"), url("../fonts/HelveticaNeueCyrLight_0.ttf") format("truetype"), url("../fonts/HelveticaNeueCyrLight_0.svg#HelveticaNeueCyrLight_0") format("svg");
    font-weight: 300;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyrBold.eot");
    src: url("../fonts/HelveticaNeueCyrBold.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueCyrBold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyrBold.woff") format("woff"), url("../fonts/HelveticaNeueCyrBold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyrBold.svg#HelveticaNeueCyrBold") format("svg");
    font-weight: bold;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: 0;
}

html, body {
    height: 100%;
}

body {
    font-size: 17px;
    font-family: "HelveticaNeueCyr", sans-serif;
    line-height: 1.2;
    -webkit-tap-highlight-color: transparent;
    background: white;
}

input, button, textarea {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 17px;
    resize: none;
    border-radius: 0;
}

input::-webkit-input-placeholder, button::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #BCBEC0;
}

input::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #BCBEC0;
}

input:-moz-placeholder, button:-moz-placeholder, textarea:-moz-placeholder {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #BCBEC0;
}

input:-ms-input-placeholder, button:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #BCBEC0;
}

button {
    cursor: pointer;
    padding: 0;
}

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

b, strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

sup {
    font-size: 70%;
}

.pagewrap {
    overflow: hidden;
    position: relative;
    padding: 30px 0 0;
}

.index .pagewrap {
    background: url(../images/bgindex.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.inner .pagewrap {
    background: #eef9fd url(../images/bginner.jpg) 50% 100% no-repeat;
    background-size: 100% auto;
}

.inner .pagewrap--white {
    background: #fff;
}

.pageheader {
    height: 30px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 20px 0 0;
    background-color: #fff;
    z-index: 10;
}

.pageheader > a {
    background: url(../images/sanofi-logo.svg) no-repeat center;
    background-size: contain;
    height: 20px;
    width: 85px;
    display: block;
    float: right;
    position: relative;
    top: 6px;
}

.menubtn {
    background: #00adef;
    border-radius: 100%;
    display: block;
    border: none;
    position: absolute;
    top: 56px;
    right: 26px;
    width: 52px;
    height: 52px;
    z-index: 5;
}

@media (max-width: 767px) {
    .menubtn {
        width: 40px;
        height: 40px;
        top: 40px;
    }
}

.menubtn--innerpage {
    visibility: hidden;
}

@media (max-width: 1100px) {
    .menubtn--innerpage {
        visibility: visible;
    }
}

.menubtn__line {
    width: 22px;
    display: block;
    height: 2px;
    background: #fff;
    position: relative;
    margin: auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.menubtn__line:before, .menubtn__line:after {
    position: absolute;
    content: '';
    top: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.menubtn__line:after {
    top: 7px;
}

@media (max-width: 767px) {
    .menubtn__line {
        width: 19px;
    }
}

.menubtn.active .menubtn__line {
    background-color: transparent;
}

.menubtn.active .menubtn__line:before, .menubtn.active .menubtn__line:after {
    top: 0;
}

.menubtn.active .menubtn__line:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menubtn.active .menubtn__line:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mainmenu {
    position: relative;
    float: right;
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    margin-top: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    border-left: 1px solid #e7e7e7;
}

@media (max-width: 1100px) {
    .mainmenu {
        width: 0;
        overflow: hidden;
        transition: width .4s;
    }
}

@media (max-width: 900px) {
    .mainmenu {
        position: absolute;
        right: 0;
        z-index: 4;
    }
}

.mainmenu__inner {
    width: 299px;
    min-height: -webkit-calc(100vh - 31px);
    min-height: calc(100vh - 31px);
}

.mainmenu__ej {
    color: #0671cf;
    margin: 90px 0 25px 50px;
    font-size: 0;
    background: url(../images/logosidebar_uk.png);
    width: 206px;
    height: 25px;
}

.mainmenu__item {
    padding: 14px 45px;
    text-decoration: none;
    color: #000;
    display: block;
    border: 1px solid #e7e7e7;
    border-right: 5px solid transparent;
    border-left: none;
    margin-bottom: -1px;
    text-transform: uppercase;
}

.mainmenu__item.active, .mainmenu__item:hover {
    border-right-color: #0071CE;
}

.mainmenu__list {
    margin: 0 0 35px;
}

.mainmenu__package {
    margin: 0 auto;
    display: block;
    width: 90%;
    height: auto;
}

.mainmenu__buybutton {
    float: none;
    margin: 55px 0 30px 30px;
    padding: 19px 20px;
}

.mainmenu__searchbtn {
    background: url(../images/searchicon.png);
    width: 17px;
    height: 17px;
    border: none;
    margin-left: 45px;
}

.mainmenu.indexmenu {
    width: 0;
    overflow: hidden;
    transition: width .4s;
}

.mainmenu.active {
    width: 300px;
}

.lang {
    font-size: 0.94118rem;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 40px;
}

.lang li {
    display: inline-block;
    vertical-align: middle;
}

.lang li + li {
    margin-left: 20px;
}

.lang a {
    color: #808285;
    text-decoration: none;
    font-weight: normal;
    text-decoration: none;
}

.lang a.active {
    font-weight: bold;
    color: #000;
}

.pagefooter {
    padding: 45px 0 0;
}

.pagefooter__instruction {
    font-size: 0.64706rem;
    color: #def2fb;
    line-height: 1.4;
    text-align: center;
    margin: 1em 0 0;
}

.pagefooter__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    font-size: 0.64706rem;
    font-weight: 300;
    color: #b1e0f5;
    margin: 15px 0 50px;
}

.pagefooter--innerpage {
    margin: 0 55px;
}

@media (max-width: 767px) {
    .pagefooter--innerpage {
        margin: 0;
    }
}

.pagefooter--innerpage .center {
    max-width: 960px;
    width: auto;
}

.pagefooter--white .pagefooter__instruction,
.pagefooter--white .pagefooter__bottom {
    color: #98A6AF;
}

.self-medication {
    color: #fff;
    font-size: 0;
}

.self-medication img {
    width: 100%;
    display: block;
}

.center {
    width: 1000px;
    margin: auto;
}

@media (max-width: 1100px) {
    .center {
        width: 740px;
    }
}

@media (max-width: 767px) {
    .center {
        width: 100%;
        padding: 0 9%;
    }
}

.indexnav {
    position: relative;
    z-index: 3;
}

.indexnav::after {
    clear: both;
    content: "";
    display: table;
}

.indexnav__item {
    float: left;
    width: 50%;
    height: 338px;
    text-align: center;
    padding: 0 70px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background-size: cover;
}

.indexnav__item--1 {
    background-image: url(../images/mainmenu-1.jpg);
}

.indexnav__item--2 {
    background-image: url(../images/mainmenu-2.jpg);
}

.indexnav__item--3 {
    background-image: url(../images/mainmenu-3.jpg);
}

.indexnav__item--4 {
    background-image: url(../images/mainmenu-4.jpg);
}

.indexnav__item:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    transition: opacity .3s;
}

.indexnav__item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin: 0 0 0 -4px;
    margin-left: -5px;
}

.indexnav__item:hover:after {
    opacity: .5;
}

@media (max-width: 720px) {
    .indexnav__item {
        width: 100%;
        float: none;
        display: block;
    }
}

@media (max-width: 520px) {
    .indexnav__item {
        padding: 0 20px;
    }
}

.indexnav__text {
    font-size: 1.76471rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.indexnav__qa {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 1.76471rem;
    display: block;
    padding: 42px 0;
    float: left;
    width: 100%;
    background: #6dc5ec;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.indexnav__qa:hover {
    background: #57bce9;
}

@media (max-width: 767px) {
    .indexnav__qa {
        display: none;
    }
}

@media (max-width: 767px) {
    .indexnav .center {
        width: 100%;
        padding: 0;
    }
}

.basenav {
    text-align: center;
}

.basenav .center,
.basenav .innercenter {
    border-bottom: 1px solid #b1e0f5;
}

@media (max-width: 767px) {
    .basenav .center,
    .basenav .innercenter {
        padding: 50px 9% 20px;
    }
}

.basenav .innercenter {
    border-bottom: 1px solid #b1e0f5;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.basenav__item {
    text-decoration: none;
    color: #b1e0f5;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px -1px;
    padding: 35px 5px;
    border-bottom: 2px solid transparent;
    transition: all .3s;
}

.basenav__item.active, .basenav__item:hover {
    border-color: #0972ce;
    color: #fff;
}

@media (max-width: 1100px) {
    .basenav__item {
        margin: 0 10px -1px;
    }
}

@media (max-width: 767px) {
    .basenav__item {
        display: block;
        margin: 0;
        text-align: left;
        padding: 10px 0;
    }

    .basenav__item:hover {
        border-color: transparent;
    }
}

.basenav--white .innercenter {
    border-bottom-color: #e0e5e8;
}

.basenav--white .basenav__item {
    color: #a0adb3;
}

.basenav--white .basenav__item.active, .basenav--white .basenav__item:hover {
    border-color: #0972ce;
    color: #0972ce;
}

@media (max-width: 767px) {
    .basenav--white .basenav__item:hover {
        border-color: transparent;
    }
}

.opening {
    padding: 112px 0 0;
}

@media (max-width: 780px) {
    .opening {
        padding: 55px 0 0;
    }
}

.opening .center {
    position: relative;
}

.opening__img1 {
    position: absolute;
    top: 30px;
    right: 45px;
    z-index: 2;
}

@media (max-width: 1100px) {
    .opening__img1 {
        width: 300px;
        top: 69px;
        right: 70px;
    }
}

@media (max-width: 767px) {
    .opening__img1 {
        width: 215px;
        right: auto;
        left: 422px;
        top: 90px;
    }
}

@media (max-width: 520px) {
    .opening__img1 {
        right: auto;
        top: 240px;
    }
}

.opening__img2 {
    position: absolute;
    top: -247px;
    right: -231px;
    z-index: 1;
}

@media (max-width: 1100px) {
    .opening__img2 {
        right: -246px;
        top: -249px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media (max-width: 767px) {
    .opening__img2 {
        right: auto;
        top: -329px;
        left: 267px;
    }
}

@media (max-width: 520px) {
    .opening__img2 {
        right: auto;
        top: -16px;
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
        -o-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.opening__header {
    background: url(../images/head.png);
    background-size: cover;
    width: 426px;
    height: 50px;
    text-indent: -9999px;
    font-size: 0;
}

@media (max-width: 520px) {
    .opening__header {
        width: 265px;
        height: 31px;
    }
}

.opening__no1 {
    font-size: 1.17647rem;
    font-weight: 300;
    color: #009944;
    margin: 15px 0 0;
}

.opening__no1 b {
    font-size: 1.47059rem;
    font-weight: 600;
}

.opening__text {
    font-size: 1.41176rem;
    line-height: 1.4;
    color: #6D6E71;
    margin: 20px 0 40px;
    width: 390px;
}

@media (max-width: 520px) {
    .opening__text {
        width: 265px;
        font-size: 1.2rem;
        margin-bottom: 200px;
    }
}

.opening__knowmoar {
    margin: 0 0 33px;
    position: relative;
    z-index: 3;
}

@media (max-width: 520px) {
    .opening__knowmoar {
        width: 100%;
        text-align: center;
    }

    .opening__knowmoar span {
        display: none;
        text-align: center;
    }
}

.opening__list {
    margin: 25px 0;
}

.opening__list li {
    position: relative;
    padding: 3px 0 3px 33px;
    color: #009944;
}

.opening__list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(../images/li.png);
    width: 20px;
    height: 20px;
}

@media (max-width: 479px) {
    .opening__list li {
        font-size: 0.82353rem;
    }
}

.opening--about {
    background: url(../images/about.jpg) 50% 100% no-repeat;
    height: 730px;
}

@media (max-width: 780px) {
    .opening--about {
        background-size: 975px;
        background-position: 34% 100%;
        height: 439px;
    }
}

@media (max-width: 479px) {
    .opening--about {
        background-size: 999px;
        background-position: 27% 100%;
        height: 449px;
    }
}

.watchvideo {
    /* display: inline-block; */
    display: none;
    vertical-align: middle;
    margin: 0 0 30px;
    position: relative;
    text-decoration: none;
    color: #0070d0;
}

.watchvideo:before {
    position: relative;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/playicon.png);
    width: 44px;
    height: 44px;
    margin-right: 15px;
}

.greenbtn {
    color: #009944;
    border: 2px solid #009944;
    border-radius: 30px;
    padding: 19px 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.greenbtn:hover {
    color: #00cc5b;
    border: 2px solid #00cc5b;
}

@media (max-width: 520px) {
    .greenbtn {
        padding: 13px 15px;
        font-size: 0.82353rem;
    }
}

.search {
    background: #fff;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    width: 0;
    overflow: hidden;
    top: 30px;
    right: -1px;
    position: absolute;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    z-index: 10;
}

.search.active, .search__inner {
    width: 435px;
    right: 0;
}

@media (max-width: 520px) {
    .search.active, .search__inner {
        width: 300px;
    }
}

.search__close {
    position: absolute;
    top: 42px;
    right: 42px;
    border: none;
    background: none;
    width: 25px;
    height: 26px;
}

.search__close:before, .search__close:after {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    width: 100%;
    border-top: 2px solid #b1b1b1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 520px) {
    .search__close {
        top: 13px;
        right: 25px;
    }
}

.search form {
    position: relative;
    margin: 150px 45px 0;
}

@media (max-width: 520px) {
    .search form {
        margin: 150px 25px 0;
    }
}

.search__field {
    width: 345px;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    height: 50px;
}

@media (max-width: 520px) {
    .search__field {
        width: 250px;
    }
}

.search__btn {
    background: url(../images/searchicon-black.png);
    width: 19px;
    height: 18px;
    position: absolute;
    border: none;
    top: 19px;
    right: 0;
}

.search__results {
    margin: 0 45px;
}

@media (max-width: 520px) {
    .search__results {
        margin: 0 25px;
    }
}

.search__results p {
    margin: 20px 0 55px;
    font-size: 1rem;
}

.search__results p span {
    color: #0071CE;
}

.search__results li {
    font-size: 1.41176rem;
    margin: 0 0 35px;
}

.search__results li a {
    color: #0071CE;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.search__results li a:hover {
    color: #1c98ff;
}

.innercenter {
    max-width: 885px;
    margin: 0 9%;
}

.innerpage__header {
    height: 300px;
    position: relative;
    /* background-size: cover; */
    background-size: 100% 100%;
    background-image: url(../images/headers/h-base.jpg);
    background-position: 50% 50%;
}

.innerpage__header::after {
    content: '';
    display: block;
    position: absolute;
    right: 9%;
    top: 50%;
    height: 266px;
    width: 266px;
    margin: -133px 0 0 0;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 870px) {
    .innerpage__header::after {
        content: none;
    }
}

.innerpage__header--1 {
    /* background-image: url(../images/inst.jpg); */
    /* background-position: 100% 50%; */
}

.innerpage__header--1::after {
    background-image: url(../images/headers/h-03.png);
}

.innerpage__heading {
    padding: 100px 0 0;
    font-weight: 300;
    font-size: 2.58824rem;
    /* color: #fff; */
    color: #0071cf;

}

@media screen and (max-width: 1340px) {
    .innerpage__heading {
        font-size: 2rem;
    }
}

@media (max-width: 500px) {
    .innerpage__heading {
        padding: 70px 0 0;
    }
}

@media (max-width: 450px) {
    .innerpage__heading {
        font-size: 2.35294rem;
    }
}

.innerpage__heading .innercenter {
    padding: 0 275px 0 0;
}

@media (max-width: 870px) {
    .innerpage__heading .innercenter {
        padding: 0;
    }
}

.innerpage__mainblock {
    padding: 50px 0 0;
}

.innerpage__mainblock p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 1.4;
}

.innerpage__mainblock p + p {
    margin-top: 1em;
}

.innerpage__start {
    color: #40B3E6;
    font-size: 1.41176rem;
    font-weight: 300;
    margin-bottom: 1em;
}

.microflora__header {
    /* background-image: url(../images/microflora.jpg);
    background-position: 50% 0; */
}

.microflora__header::after {
    background-image: url(../images/headers/h-06.png);
}

.microflora__header--1 {
    /* background-image: url("../images/microflora1.jpg"); */
}

.microflora__header--1::after {
    background-image: url(../images/headers/h-06.png);
}

.microflora__header--2 {
    /* background-image: url("../images/microflora2.jpg"); */
}

.microflora__header--2::after {
    background-image: url(../images/headers/h-04.png);
}

.microflora__header--3 {
    /* background-image: url("../images/microflora3.jpg"); */
}

.microflora__header--3::after {
    background-image: url(../images/headers/h-05.png);
}

.microflora-nav {
    background: rgba(0, 31, 48, 0.5);
    border-bottom: 1px solid #b9c8cd;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 100%;
}

.microflora-nav .innercenter {
    position: relative;
    padding: 0;
}

.microflora-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding-right: 30px;
}

.microflora-nav li {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}

.microflora-nav li:last-child {
    padding-right: 0;
}

@media (max-width: 870px) {
    .microflora-nav li:nth-child(4) {
        display: none;
    }
}

@media (max-width: 655px) {
    .microflora-nav li:nth-child(3) {
        display: none;
    }
}

@media (max-width: 540px) {
    .microflora-nav li:nth-child(2) {
        display: none;
    }
}

.microflora-nav__item {
    padding: 25px 0 20px;
    border-bottom: 4px solid transparent;
    color: #BCBEC0;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.microflora-nav__item.active, .microflora-nav__item:hover {
    border-bottom: 4px solid #40B3E6;
    color: #fff;
}

.microflora-nav__dd .microflora-nav__item {
    padding: 15px 20px 0;
}

.microflora-nav__dd .microflora-nav__item:hover {
    border-bottom-color: transparent;
}

.microflora-nav__tridot {
    visibility: hidden;
    display: block;
    background: url(../images/tridot.png);
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 25px;
    cursor: pointer;
}

@media (max-width: 870px) {
    .microflora-nav__tridot {
        visibility: visible;
    }
}

.microflora-nav__dd {
    display: none;
    position: absolute;
    right: 0;
    width: 250px;
    background: rgba(0, 31, 48, 0.7);
    padding: 0 0 15px;
}

.microflora-nav__dd.active {
    display: block;
}

@media (max-width: 870px) {
    .microflora-nav__dd > a:nth-child(1), .microflora-nav__dd > a:nth-child(2) {
        display: none;
    }
}

@media (max-width: 655px) {
    .microflora-nav__dd > a:nth-child(2) {
        display: block;
    }
}

@media (max-width: 540px) {
    .microflora-nav__dd > a:nth-child(1) {
        display: block;
    }
}

.microflora__cure {
    margin: 30px 0 50px;
}

.qa {
    counter-reset: my-badass-counter;
}

.qa__header {
    font-weight: 300;
    font-size: 1.52941rem;
    margin: 0 0 30px;
}

.qa__item {
    max-width: 580px;
    padding: 0 0 0 65px;
}

@media (max-width: 520px) {
    .qa__item {
        padding: 0 0 0 45px;
    }
}

.qa__head {
    font-weight: 300;
    color: #6D6E71;
    margin: 0 0 30px;
    font-size: 1.23529rem;
    cursor: pointer;
    line-height: 1.4;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.qa__head:before {
    position: absolute;
    width: 29px;
    height: 29px;
    border: 1px solid #0071cd;
    border-radius: 100%;
    text-align: center;
    color: #0071cd;
    padding: 7px 0 0;
    font-size: 0.64706rem;
    left: -65px;
    font-weight: bold;
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
}

@media (max-width: 520px) {
    .qa__head:before {
        left: -45px;
    }
}

.qa__head:hover {
    color: #0071cd;
}

.qa__head:hover span {
    border-bottom: 1px dashed #0071cd;
}

.qa__head span {
    border-bottom: 1px dashed #919aa1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.qa__head.active {
    color: #0071cd;
}

.qa__head.active + .qa__body {
    display: block;
}

.qa__body {
    display: none;
}

.qa__body .greenbtn {
    margin-top: 1em;
    margin-bottom: 40px;
}

.qa__text {
    font-weight: bold;
}

.qa__text p {
    font-weight: bold;
    font-family: "HelveticaNeueCyr", sans-serif;
    line-height: 1.2;
}

.qa__text ul {
    list-style-type: disc;
    padding-left: 15px;
    margin: 1em 0;
}

.qa__moar {
    margin: 0 0 0 65px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

@media (max-width: 520px) {
    .qa__moar {
        margin: 0;
    }
}

.qa--microflora {
    background: rgba(255, 255, 255, 0.3);
    padding: 35px 9%;
}

.qa--microflora .qa__item:nth-of-type(n+4) {
    display: none;
}

.qacenter {
    max-width: 870px;
    margin: 0 9%;
}

@media (max-width: 520px) {
    .qacenter {
        margin: 0;
    }
}

.faq__header {
    /* background-image: url(../images/faq.jpg); */
    /* background-position: 100% 0; */
    /* background-repeat: no-repeat; */
}

.faq__header::after {
    background-image: url(../images/headers/h-07.png);
}

.about__worldmap {
    max-width: 90%;
    display: block;
    margin: 60px auto 50px;
}

.aboutnav::after {
    clear: both;
    content: "";
    display: table;
}

.aboutnav ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    flex-flow: wrap;
}

.aboutnav li {
    background-color: #0071cf;
    width: 50%;
    height: 260px;
}

.aboutnav li:nth-child(2), .aboutnav li:nth-child(3) {
    background-color: #00adef;
}

@media (max-width: 499px) {
    .aboutnav li {
        width: 100%;
        float: none;
    }

    .aboutnav li:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        -ms-flex-order: 3;
    }

    .aboutnav li:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        box-ordinal-group: 4;
        -webkit-order: 4;
        -moz-order: 4;
        order: 4;
        -ms-flex-order: 4;
    }
}

.aboutnav__item {
    text-decoration: none;
    height: 260px;
    padding: 65px 15% 0 15%;
    display: block;
    position: relative;
}

.aboutnav__item:hover .aboutnav__icon {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

@media (max-width: 479px) {
    .aboutnav__item {
        padding: 65px 30px 0 30px;
    }
}

.aboutnav__name {
    font-weight: 300;
    font-size: 1.41176rem;
    display: block;
    height: 50px;
    margin: 0 0 45px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.aboutnav__welcome {
    position: relative;
    display: block;
    padding: 0 0 0 60px;
    line-height: 43px;
    color: #b3d5f0;
    position: relative;
    z-index: 1;
}

.aboutnav__welcome:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(../images/goicon.png);
    width: 43px;
    height: 42px;
}

.aboutnav__icon {
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.aboutnav__icon--1 {
    background: url(../images/abouticon-1.png);
}

.aboutnav__icon--2 {
    background: url(../images/abouticon-2.png);
}

.aboutnav__icon--3 {
    background: url(../images/abouticon-3.png);
}

.aboutnav__icon--4 {
    background: url(../images/abouticon-4.png);
}

.aboutnav__icon--1 {
    right: 43px;
    bottom: 50px;
    width: 105px;
    height: 104px;
}

.aboutnav__icon--2 {
    right: 55px;
    bottom: 50px;
    width: 98px;
    height: 100px;
}

.aboutnav__icon--3 {
    right: 53px;
    bottom: 57px;
    width: 90px;
    height: 99px;
}

.aboutnav__icon--4 {
    right: 60px;
    bottom: 62px;
    width: 90px;
    height: 99px;
}

@media (max-width: 479px) {
    .aboutnav__icon {
        right: 15px;
    }
}

.contact a {
    color: #1c9ed7;
}

.contact__header {
    /* background-image: url(../images/feedback.jpg); */
    /* background-position: 100% 0; */
}

.contact__header::after {
    background-image: url(../images/headers/h-02.png);
}

.contact__head {
    font-size: 1.41176rem;
    font-weight: 300;
    color: #000;
}

.contact__block {
    padding: 50px 9%;
    margin: 40px 0 0;
    background: rgba(255, 255, 255, 0.5);
}

.contact__block b {
    font-weight: 500;
}

.contact form {
    margin-bottom: 2em;
}

.contact form::after {
    clear: both;
    content: "";
    display: table;
}

.contact__column {
    width: 47.5%;
    padding-right: 2.5%;
    color: #808285;
    float: left;
}

.contact__column + .contact__column {
    padding-right: 0;
    padding-left: 2.5%;
}

@media (max-width: 970px) {
    .contact__column {
        width: 100%;
    }

    .contact__column + .contact__column {
        margin-top: 60px;
        padding: 0;
    }
}

.contact__line {
    padding: 20px 0 0;
}

.contact__line + .contact__head {
    margin-top: 60px;
}

.contact__label {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 1.4;
}

.contact__label span {
    color: #40B3E6;
}

.contact__field {
    width: 100%;
    height: 43px;
    border-radius: 5px;
    border: 1px solid #ECECEC;
    padding: 5px 10px;
}

.contact__field--tarea {
    height: 95px;
}

.contact__radio {
    position: absolute;
    left: -9999px;
}

.contact__radio + label {
    padding-left: 27px;
    font-size: 1rem;
    position: relative;
}

.contact__radio + label:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(../images/radiobtn.png) 0 100%;
    width: 16px;
    height: 16px;
}

.contact__radio:checked + label:before {
    background-position: 0 0;
}

.contact__captcha {
    display: block;
    margin: 1em 0px;
}

.contact__small {
    font-size: 90%;
}

.benefits::after {
    clear: both;
    content: "";
    display: table;
}

.benefits__block {
    position: relative;
    width: 33.333%;
    float: left;
    background-color: #00adef;
    background-size: cover;
    background-position: 50% 50%;
    height: 360px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.benefits__block:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
    background-color: #001f30;
    opacity: .3;
    transition: opacity .3s, background .3s;
}

.benefits__block:nth-child(1) {
    background-image: url(../images/bf1.jpg);
}

.benefits__block:nth-child(2) {
    background-image: url(../images/bf2.jpg);
}

.benefits__block:nth-child(3) {
    background-image: url(../images/bf3.jpg);
}

/*.benefits__block:nth-child(4) {*/
/*    background-image: url(../images/bf4.jpg);*/
/*}*/

.benefits__block:nth-child(4) {
    background-image: url(../images/bf5.jpg);
}

/*.benefits__block:nth-child(6) {*/
/*    background-image: url(../images/bf6.jpg);*/
/*}*/

.benefits__block:nth-child(5) {
    background-image: url(../images/bf7.jpg);
}

.benefits__block:nth-child(6) {
    background-image: url(../images/bf8.jpg);
}

.benefits__block:nth-child(7) {
    background-image: url(../images/bf9.jpg);
}

.benefits__block:nth-child(8) {
    background-image: url(../images/bf10.jpg);
}

.benefits__block:nth-child(9) {
    background-image: url(../images/bf11.jpg);
}

.benefits__block:nth-child(10) {
    background-image: url(../images/bf12.jpg);
}

.benefits__block:nth-child(11) {
    background-image: url(../images/bf13.jpg);
}

.benefits__block:nth-child(12) {
    background-image: url(../images/bf14.jpg);
}

.benefits__block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin: 0 0 0 -4px;
    margin-left: -5px;
}

.benefits__block--6 .benefits__text {
    padding: 0;
}

.benefits__block:hover:after {
    /* background-color: #808F98; */
    background-color: #808f98;
    opacity: .5;
}

.benefits__block--up {
    display: block;
}

.benefits__block--up .benefits__go {
    bottom: 78px;
    padding: 0;
    margin-left: -72px;
}

.benefits__block--up .benefits__go:before {
    display: none;
}

.benefits__block--up img {
    position: relative;
    transition: transform .3s;
}

.benefits__block--up:after {
    display: none;
}

.benefits__block--up:hover img {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

@media (max-width: 890px) {
    .benefits__block {
        height: 300px;
    }
}

@media (max-width: 580px) {
    .benefits__block {
        width: 100%;
        float: none;
    }
}

.benefits__text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    color: #fff;
    padding: 0 30px;
    font-size: 1.76471rem;
}

@media (max-width: 1250px) {
    .benefits__text {
        font-size: 1.47059rem;
    }
}

@media (max-width: 1135px) {
    .benefits__text {
        font-size: 1.17647rem;
    }
}

@media (max-width: 755px) {
    .benefits__text {
        padding: 0 15px;
    }
}

@media (max-width: 665px) {
    .benefits__text {
        font-size: 1rem;
    }
}

@media (max-width: 580px) {
    .benefits__text {
        font-size: 1.47059rem;
    }
}

.benefits__go {
    position: absolute;
    left: 50%;
    margin-left: -88px;
    padding: 0 0 0 62px;
    z-index: 2;
    font-size: 1rem;
    text-decoration: none;
    color: #fff !important;
    bottom: 40px;
    opacity: .9;
    transition: opacity .3s;
}

.benefits__go:before {
    position: absolute;
    content: '';
    left: 0;
    top: -12px;
    background: url(../images/goicon.png);
    width: 43px;
    height: 42px;
}

.benefits__go:hover {
    opacity: 1;
}

.benefitsList__item .opening__list li {
    color: #000;
}

.benefitsList__item .opening__list li span {
    color: #01adef;
    font-weight: 400;
}

.benefitsList__head {
    font-size: 1.76471rem;
    color: #00ADEE;
    font-weight: bold;
    margin: 0 0 20px;
}

.benefitsList__body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0 0 25px;
}

.benefitButton {
    background-color: #6EC4EB;
    padding: 65px 0;
    display: block;
    text-decoration: none;
}

.benefitButton__inner {
    width: 650px;
    margin: 0 auto;
}

.benefitButton__inner img {
    float: right;
    margin-top: -22px;
    transition: all .3s;
}

@media (max-width: 735px) {
    .benefitButton__inner {
        width: 600px;
    }
}

@media (max-width: 655px) {
    .benefitButton__inner {
        width: 400px;
    }
}

@media (max-width: 450px) {
    .benefitButton__inner {
        width: 300px;
    }
}

.benefitButton__text {
    font-size: 1.41176rem;
    font-weight: 300;
    color: #fff;
    display: block;
}

.benefitButton .benefits__go {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 0;
    margin-top: 35px;
    display: inline-block;
    vertical-align: top;
}

.benefitButton:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.benefitpage__header {
    background-image: url(../images/benefit.jpg);
    background-position: 100% 0;
}

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