@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700&amp;subset=cyrillic,greek';
@import 'https://fonts.googleapis.com/css?family=Oswald:400,700&amp;subset=cyrillic,latin-ext';
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700';
@import 'https://fonts.googleapis.com/css?family=PT+Sans:700&amp;subset=cyrillic';

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot)
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.svg)
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.ttf)
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.woff)
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.woff2)
}

@font-face {
    font-family: '`';
    src: url(../fonts/AA_Bebas_Neue.woff)
}

@font-face {
    font-family: aa bebas neue, Arial, Helvetica, sans-serif;
    src: url(../fonts/AA_Bebas_Neue.eot)
}



@font-face {
    font-family: aa bebas neue, Arial, Helvetica, sans-serif;
    src: url(../fonts/AA_Bebas_Neue.ttf)
}

body {
    font-family: roboto condensed, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #363636
}

.timer-end {
    margin: 0 0 5px
}

.countdown-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.timer_name {
    margin-top: -10px;
    margin-bottom: 5px
}

.timer_name span {
    display: inline-block;
    margin-right: 15px;
    width: 55px;
    text-align: center
}

.timer_name span:last-child {
    margin-right: 0;
    margin-left: 0
}

.time {
    border-radius: 5px;
    height: 50px;
    width: 55px;
    font-size: 34px;
    font-weight: 700;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center
}

.time__delimeter {
    font-size: 30px;
    margin: 0 5px
}

.btn-buy {
    font-family: pt sans, sans-serif;
    background-color: #4e88b0;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 30px;
    padding: 8px 20px;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    outline: none;
    text-align: center;
    letter-spacing: 0
}

.btn-buy:focus,
.btn-buy:hover,
.btn-buy:active {
    box-shadow: inset 0 4px 5px 2px rgba(0, 0, 0, .1);
    text-decoration: none
}

.about-buy {
    font-size: 16px;
    vertical-align: text-top
}

.btn-buy a {
    display: block;
    text-decoration: none
}

.btn-buy a:link,
.btn-buy a:visited {
    color: #fff
}

.navbar-default .navbar-nav>.btn-wrapp {
    display: none
}

.p-l-r-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

input,
select,
.form-control {
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: inherit;
    border-bottom: solid 2px #bbb;
    max-width: 80%;
    margin: 0 auto;
    box-shadow: none;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    padding-left: 35px
}

select {
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: center
}

.form-control::-webkit-input-placeholder {
    color: #363636
}

.form-control:-ms-input-placeholder {
    color: #363636
}

.form-control::-webkit-input-placeholder {
    color: #363636
}

.form-control::-ms-input-placeholder {
    color: #363636;
    text-align: center
}

.form-control::-moz-placeholder {
    color: #363636;
    text-align: center
}

.form-control::placeholder {
    color: #363636;
    text-align: center
}

.form-control:focus,
.form-control:active {
    background-color: #fff;
    border-top: none;
    border-bottom: solid 3px #4e88b0;
    padding-left: 25px;
    box-shadow: none
}

.form-control:focus::-webkit-input-placeholder,
.form-control:active::-webkit-input-placeholder {
    color: #ddd
}

.form-control:focus:-ms-input-placeholder,
.form-control:active:-ms-input-placeholder {
    color: #ddd
}

.form-control:focus::-ms-input-placeholder,
.form-control:active::-ms-input-placeholder {
    color: #ddd
}

.form-control:focus::-webkit-input-placeholder,
.form-control:active::-webkit-input-placeholder {
    color: #ddd
}

.form-control:focus::-moz-placeholder,
.form-control:active::-moz-placeholder {
    color: #ddd
}

.form-control:focus:-ms-input-placeholder,
.form-control:active:-ms-input-placeholder {
    color: #ddd
}

.form-control:focus::-ms-input-placeholder,
.form-control:active::-ms-input-placeholder {
    color: #ddd
}

.form-control:focus::placeholder,
.form-control:active::placeholder {
    color: #ddd
}

.select,
.input {
    position: relative
}

.select select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select-country:after {
    content: '\e252';
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #bbb;
    text-decoration: none;
    position: absolute;
    right: 28px;
    top: 32px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 15px;
    pointer-events: none;
    box-sizing: border-box
}

.select-country:before {
    content: '\e034';
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #bbb;
    text-decoration: none;
    position: absolute;
    left: 30px;
    top: 32px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 15px;
    pointer-events: none;
    box-sizing: border-box
}

.input-name:after {
    content: '\e008';
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #bbb;
    text-decoration: none;
    position: absolute;
    left: 30px;
    top: 32px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 15px;
    pointer-events: none;
    box-sizing: border-box
}

.input-phone:after {
    content: '\e182';
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #bbb;
    text-decoration: none;
    position: absolute;
    left: 30px;
    top: 32px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 15px;
    pointer-events: none;
    box-sizing: border-box
}

.menu {
    margin: 10px 0 0
}

.menu .container-fluid {
    padding: 0
}

.menu-buy {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 18px
}

.navbar {
    margin: 0;
    min-height: 40px
}

.navbar-default {
    border: none;
    background-color: inherit
}

.navbar-default .navbar-brand {
    height: 40px;
    padding: 10px 15px;
    font-size: 24px;
    color: #4e88b0;
    text-transform: uppercase
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    padding: 10px 15px;
    color: #000
}

.navbar-default .navbar-nav>a,
.navbar-default .navbar-nav>a:hover,
.navbar-default .navbar-nav>a:focus {
    background-color: inherit
}

.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #4e88b0
}

.navbar-toggle {
    margin-top: 13px;
    margin-left: 15px;
    float: left
}

.navbar-header {
    height: 60px
}

.sec-title {
    margin: 0 0 20px;
    padding: 0 30px;
    font-family: aa bebas neue, Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #535353;
    text-align: center;
    white-space: pre-line;
    text-transform: uppercase;
    line-height: 1
}

@media screen and (max-width:767px) {
    .sec-title {
        font-size: 22px
    }
}

.sec-text {
    font-weight: 300;
    font-size: 24px;
    white-space: pre-line;
    color: #535353;
    text-align: center
}

.sec-one {
    background-color: #d2e8f2;
    overflow: hidden
}

.sec-header__title {
    font-family: aa bebas neue, Arial, Helvetica, sans-serif;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #4e88b0;
    line-height: 1.2;
    position: relative;
    z-index: 1
}

.sec-header__pretitle {
    font-family: roboto condensed;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.sec-one-offer__img {
    margin: 0 auto;
    max-height: 400px
}

.sec-one-form__wrap {
    background-color: #fff;
    padding: 20px
}

.sec-one-form__discount-wrap {
    background: #fff000;
    color: red;
    border: 2px dashed #000;
    position: relative;
    padding-top: 20px
}

.sec-one-form__discount-wrap::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 15px;
    display: block;
    width: 40px;
    height: 30px;
    background-image: url(../fonts/scissors.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.sec-one-form__discount {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.sec-one-form .btn-buy {
    width: 100%;
    box-shadow: 0 5px 20px 1px rgba(78, 137, 176, .4)
}

.sec-one-form .btn-buy:hover {
    box-shadow: inset 0 4px 5px 2px rgba(0, 0, 0, .1)
}

.sec-one-form .btn-buy:hover {
    box-shadow: inset 0 4px 5px 2px rgba(0, 0, 0, .1)
}

.sec-one-form .input-phone {
    margin-bottom: 30px
}

.sec-one__prices {
    display: -webkit-box;
    display: flex;
    justify-content: space-around
}

.price-text {
    font-weight: 700
}

.price-text .text {
    color: #000;
    display: block;
    font-size: 16px
}

sup {
    font-size: 60%
}

.dot {
    margin: 0 -7px
}

.price-new,
.price-old {
    font-size: 32px
}

.price-old {
    position: relative
}

.price-old::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20%;
    right: -20%;
    height: 5px;
    background-color: #4e88b0
}

.price-new {
    color: #4e88b0
}

.advant:last-child .advant-wrap {
    padding-bottom: 46px
}

.advant {
    margin-top: 25px;
    text-align: center
}

.sec-one-advantages .advant:first-child {
    margin-top: 25px
}

.advant__icon {
    width: 50px;
    height: 50px;
    margin: 16px auto;
    margin-top: 0
}

.advant-wrap {
    text-align: center
}

.advant__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #4e88b0;
    margin: 0;
    white-space: pre-line
}

.advant__title--dark {
    color: #363636
}

.advant__text {
    font-family: roboto condensed;
    font-size: 20px;
    color: #535353;
    font-weight: 300
}

.sec-second {
    overflow: hidden
}

.sec-second__title {
    white-space: pre-line
}

.sec-second__img {
    display: none
}

.sec-second__title span {
    display: inline-block;
    margin-top: 15px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #e37e7e;
    white-space: nowrap;
    text-transform: uppercase
}

.symptoms__list {
    padding-left: 25px
}

.symptoms__item span {
    font-weight: 700
}

.symptoms__desc {
    font-family: aa bebas neue, Arial, Helvetica, sans-serif;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 24px;
    color: #e37e7e;
    text-transform: uppercase;
    text-align: center;
    line-height: 1
}

.sec-three {
    padding-top: 48px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2ecec), to(#eed6d7));
    background-image: linear-gradient(to bottom, #f2ecec, #eed6d7)
}

.sec-three__text {
    margin-top: 35px;
    font-size: 24px;
    font-weight: 700;
    color: #e37e7e;
    text-align: center
}

.disease__title {
    margin-bottom: 20px
}

.disease_text {
    font-size: 18px;
    text-transform: initial;
    font-weight: 400
}

.disease_icon {
    width: 66px;
    height: 66px;
    margin: 16px auto;
    margin-top: 0
}

.sec-expert {
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden
}

.sec-expert .btn-buy {
    padding: 8px 57px
}

.sec-expert__title {
    color: #4e88b0
}

.expert__prof {
    font-weight: 900
}

.sec-expert__article {
    font-size: 16px
}

.sec-expert__article span {
    font-weight: 900
}

.expert__img {
    box-shadow: 5px 5px 10px #e9f0f3
}

.sec-expert__text {
    text-transform: uppercase
}

.expert__name {
    margin: 0
}

.sec-five {
    padding-top: 40px;
    padding-bottom: 54px;
    background-color: #d2e8f2
}

.sec-five__title {
    color: #4e88b0;
    line-height: 1;
    margin-bottom: 30px
}

.sec-five__text {
    white-space: initial
}

.components {
    width: 260px;
    height: 295px;
    margin: 20px auto auto
}

.components__item {
    padding: 16px 15px 26px;
    background-color: #ecf7fc;
    text-align: center
}

.components__img {
    margin: 0 auto 10px
}

.components__wrapp {
    position: relative
}

.components__denom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-family: aa bebas neue, Arial, Helvetica, sans-serif;
    font-size: 27px;
    text-transform: uppercase
}

.components__desc {
    padding: 0 30px
}

.components .item:nth-child(odd) .components__desc {
    margin-bottom: 30px
}

.carousel-indicators {
    bottom: -55px
}

.carousel-indicators li {
    background-color: #fff
}

.carousel-indicators li:last-child {
    display: none
}

.carousel-indicators .active {
    border: 2px solid #0d8ab4;
    background-color: initial
}

.sec-scientists {
    display: none
}

.sec-reviews {
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden
}

.sec-reviews__title {
    color: #4e88b0;
    margin: 0
}

.sec-text--weight {
    font-weight: 400
}

.sec-reviews__text {
    color: #333
}

.sec-reviews .btn-buy {
    display: block;
    width: 290px;
    height: 60px;
    margin: auto;
    background-color: #4e88b0;
    box-shadow: 4px 4px 10px rgb(78, 136, 176);
    font-family: pt sans;
    font-weight: 900;
    line-height: 2.2;
    color: #fff;
    font-size: 18px
}

.sec-reviews__text {
    text-transform: uppercase
}

.reviews {
    margin-bottom: 30px
}

.reviews__img {
    margin: auto
}

.reviews__wrap {
    position: relative
}

.reviews__name {
    font-size: 18px;
    color: #fff;
    position: relative;
    top: -30%;
    left: 50%;
    -webkit-transform: translate(-50%, 108%);
    transform: translate(-50%, 108%)
}

.reviews__name span {
    font-weight: 900;
    display: block
}

.reviews-carousel-control {
    display: none
}

.sec-plus {
    padding-top: 30px;
    padding-bottom: 46px
}

.sec-plus__title {
    color: #4e88b0;
    line-height: 1
}

.sec-pluse__text {
    text-transform: uppercase
}

.plus {
    margin-top: 20px
}

.plus__item {
    text-align: center
}

.plus__title {
    font-family: aa bebas neue, Arial, Helvetica, sans-serif;
    font-size: 48px;
    color: #333;
    text-transform: uppercase
}

.plus__title--none {
    display: none
}

.plus__desc {
    font-size: 24px;
    white-space: pre-line;
    text-align: center;
    padding: 0 25px;
    white-space: pre-line
}

.plus__desc::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 15px auto;
    background-color: #363636
}

.sec-usage {
    padding-top: 40px;
    padding-bottom: 44px
}

.sec-usage {
    background-image: -webkit-gradient(linear, left top, right top, from(#bbd3df), to(#a1c5d6));
    background-image: linear-gradient(to right, #bbd3df, #a1c5d6)
}

.sec-usage__title {
    color: #fff
}

.usage {
    text-align: center
}

.usage__icon {
    width: 160px;
    margin: 16px auto
}

.usage__icon img {
    max-height: 98px
}

.usage__text {
    margin-top: 30px;
    padding: 0 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase
}

.usage__text span {
    font-family: aa bebas neue, Arial, Helvetica, sans-serif;
    font-size: 30px
}

.sec-desire {
    overflow: hidden;
    padding: 48px 0
}

.desire__item {
    text-align: center
}

.desire__img {
    display: inline-block;
    box-shadow: 0 4px 7px #d4d4d4
}

.desire__img img {
    margin: auto
}

.sec-desire__title {
    color: #4e88b0
}

.desire {
    margin-top: 50px
}

.desire__title {
    font-size: 24px;
    font-family: roboto condensed;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0
}

.desire__text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: roboto condensed;
    font-weight: 300;
    color: #535353;
    text-transform: initial;
    text-align: center
}

.sec-delivery {
    padding: 47px 0;
    background-color: #d2e8f2;
    text-align: center
}

.sec-delivery__title {
    color: #4e88b0;
    margin-bottom: 10px
}

.sec-delivery__text {
    font-size: 24px;
    font-family: roboto condensed;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 50px
}

.delivery {
    margin-top: 40px
}

.delivery__item {
    margin-bottom: 50px
}

.delivery__item:last-child {
    margin-bottom: 0
}

.delivery__icon {
    width: 102px;
    height: 120px;
    margin: 29px auto;
    margin-top: 0
}

.delivery__text {
    font-size: 24px;
    font-family: roboto condensed;
    font-weight: 400;
    color: #535353
}

.delivery__title {
    font-weight: 700;
    text-transform: uppercase
}

.sec-order {
    background-image: url(../images/bg_order-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 123px;
    padding-bottom: 102px;
    text-align: center
}

.sec-order__title {
    color: #4e88b0
}

.sec-order__text {
    text-transform: uppercase;
    font-size: 24px;
    font-family: roboto condensed;
    font-weight: 300
}

.sec-chance {
    padding: 50px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2ecec), to(#eed6d7));
    background-image: linear-gradient(to bottom, #f2ecec, #eed6d7);
    text-align: center
}

.sec-chance__title--light {
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: roboto condensed;
    font-weight: 300
}

.sec-chance__desc {
    display: none
}

.sec-chance__title {
    padding: 0
}

.sec-chance__title--none {
    display: none
}

.sec-chance__text {
    font-size: 24px;
    font-family: aa bebas neue, Arial, Helvetica, sans-serif;
    color: #e37e7e;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .navbar-nav>li {
        float: none
    }

    .sec-one {
        background-image: url(../images/bg_section-one768.jpg);
        background-repeat: no-repeat;
        background-size: cover
    }

    .sec-one-form__wrap {
        box-shadow: 0 0 30px #e6eef5
    }

    .sec-header__title {
        font-size: 60px;
        margin-bottom: 0
    }

    .sec-header__pretitle {
        font-size: 30px
    }

    .sec-one-offer__img {
        padding-top: 20px;
        min-height: 550px
    }

    .sec-one-advantages .advant:first-child {
        margin-top: 50px
    }

    .advant {
        margin-top: 50px
    }

    .sec-second {
        padding-bottom: 18px
    }

    .sec-second__title {
        margin: 0 0 48px
    }

    .sec-second__img {
        display: block
    }

    .symptoms__item {
        margin-bottom: 2px
    }

    .sec-three__title {
        margin: 0;
        line-height: 1.4
    }

    .disease {
        margin-top: 68px
    }

    .disease__title span {
        display: none
    }

    .sec-expert {
        padding-top: 50px
    }

    .sec-expert__title {
        font-size: 48px;
        margin: 0 0 24px
    }

    .sec-expert__wrapp {
        margin-top: 36px
    }

    .expert__img {
        margin-bottom: 13px
    }

    .sec-expert .btn-buy {
        font-size: 24px;
        padding: 7px 107px
    }

    .sec-five_head {
        margin-bottom: 30px
    }

    .sec-five__title {
        margin-bottom: 0
    }

    .components {
        width: 100%;
        height: 100%
    }

    .components__item {
        width: 270px;
        margin-bottom: 27px
    }

    .components__denom {
        left: 16%;
        right: 16%
    }

    .carousel-indicators {
        display: none
    }

    .sec-reviews {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d9e5ea), to(#adcddb));
        background-image: linear-gradient(to bottom, #d9e5ea, #adcddb);
        padding: 40px 35px
    }

    .sec-reviews .carousel-indicators {
        display: block
    }

    .sec-reviews__text {
        font-size: 30px;
        font-family: roboto condensed;
        font-weight: 400;
        color: #fff
    }

    .sec-reviews__text--dark {
        color: #363636
    }

    .reviews {
        position: relative
    }

    .reviews__wrapper {
        display: -webkit-box;
        display: flex;
        margin-top: 43px;
        -webkit-box-pack: center;
        justify-content: center
    }

    .reviews__wrap {
        width: 170px;
        margin-right: 30px
    }

    .reviews__text {
        width: 45%
    }

    .reviews__img {
        border-radius: 7px
    }

    .sec-reviews .btn-buy {
        width: 354px;
        height: 52px
    }

    .reviews-carousel-control {
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .3s;
        transition: all .3s;
        display: inline-block
    }

    .reviews-carousel-control:active svg {
        fill: #1e92b8
    }

    .carousel-control-next {
        right: 15px
    }

    .carousel-control-prev {
        left: 15px
    }

    .sec-plus {
        padding-top: 47px
    }

    .sec-plus__title {
        font-size: 40px
    }

    .sec-pluse__text {
        font-size: 30px
    }

    .plus__title--none {
        display: block
    }

    .plus__item {
        height: 278px;
        padding: 20px;
        background-color: #ededed;
        margin-bottom: 20px;
        box-shadow: 0 6px 11px #c1c1c1
    }

    .plus__desc,
    .plus__title {
        position: relative;
        bottom: 25px;
        z-index: 3;
        color: #fff;
        padding: 0 23px
    }

    .plus__desc::before {
        display: none
    }

    .plus__wrapp {
        position: relative;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        padding-top: 43px
    }

    .plus1 {
        background-image: url(../images/plus1.jpg)
    }

    .plus2 {
        background-image: url(../images/plus2.jpg)
    }

    .plus3 {
        background-image: url(../images/plus3.jpg)
    }

    .plus4 {
        background-image: url(../images/plus4.jpg)
    }

    .plus__wrapp::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .4)
    }

    .sec-usage {
        padding: 50px 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#bdd5e1), to(#94bdd2));
        background-image: linear-gradient(to bottom, #bdd5e1, #94bdd2)
    }

    .sec-usage__title {
        font-size: 40px;
        letter-spacing: 3px
    }

    .usage__text {
        padding: 0
    }

    .sec-desire__title {
        font-size: 48px;
        padding: 0 15px
    }

    .sec-delivery__title {
        font-size: 40px
    }

    .sec-delivery__text {
        font-size: 30px
    }

    .sec-order {
        background-image: url(../images/bg_order-tablet.png);
        padding: 156px 0 143px
    }

    .sec-order__title {
        margin: 0
    }

    .sec-chance__title {
        margin: 0 0 36px;
        white-space: initial
    }

    .sec-chance__title--none {
        display: inline-block
    }

    .sec-chance__desc {
        display: block;
        margin-bottom: 36px
    }

    .sec-chance__desc span {
        font-weight: 900
    }

    .sec-scientists {
        display: block;
        text-align: center;
        padding-bottom: 35px
    }

    .sec-scientists__title {
        font-size: 40px;
        color: #4e88b0
    }

    .sec-scientists__subtitle {
        font-size: 30px;
        font-weight: 300
    }

    .sec-scientists__text {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 35px;
        padding: 0 50px
    }

    .sec-scientists__text span {
        font-weight: 700
    }

    .sec-scientists__row {
        width: 100%;
        vertical-align: bottom;
        border-bottom: 1px solid #fff
    }

    .sec-scientists__row:first-child {
        border-bottom: none
    }

    .sec-scientists__col--bold {
        font-weight: 700
    }

    .sec-scientists__col {
        width: 100%;
        padding-top: 15px
    }

    .sec-scientists__col:first-child {
        text-align: left
    }

    .sec-scientists__col--blue {
        color: #4e88b0
    }

    .sec-scientists__col--minus {
        color: #acacac
    }

    .sec-scientists__col--blue,
    .sec-scientists__col--minus {
        font-size: 30px
    }

    .sec-scientists__col--padding {
        padding-right: 15px
    }

    .sec-scientists__tablet {
        position: relative;
        z-index: 3;
        background-color: #e2eaed;
        padding: 30px 20px 30px 30px;
        border-radius: 7px;
        box-shadow: 3px 3px 5px #c1c1c1;
        margin-bottom: 35px
    }

    .sec-scientists__tablet--dashed {
        position: relative;
        z-index: 0;
        margin-left: -5px;
        bottom: 8px;
        margin-top: 21px;
        padding: 30px 26px 17px 35px;
        border: 1px dotted #000;
        border-left: none;
        background-color: initial;
        box-shadow: none
    }

    .sec-scientists__tablet--dashed .sec-scientists__col {
        text-align: center
    }

    .sec-scientists__tablet--dashed .sec-scientists__row {
        border-bottom: 1px dotted #000
    }

    .sec-scientists__tablet--dashed table {
        width: 100%
    }

    .sec-scientists__footnote {
        font-weight: 700;
        font-size: 18px;
        color: #4e88b0
    }

    .sec-scientists__tablet--dashed .border-none {
        border-bottom: none
    }
}

@media screen and (max-width:1200px) {
    .p-l-r-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media screen and (min-width:1200px) {
    .sec-title {
        font-size: 48px
    }

    div#bs-example-navbar-collapse-1 {
        display: block
    }

    .navbar {
        min-height: 70px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

    .navbar-heade .menu-buy {
        display: none
    }

    li a.btn-buy.menu-buy {
        font-size: 24px;
        color: #fff;
        padding: 13px 31px;
        margin: 0
    }

    .navbar-collapse {
        width: none
    }

    .navbar-nav>li {
        float: left;
        margin-left: 50px
    }

    .navbar-default .navbar-nav>.btn-wrapp {
        display: inline-block
    }

    .sec-one {
        background-image: url(../images/bg_sec-one1170.png), url(../images/bg_section-one768.jpg);
        background-repeat: no-repeat;
        background-size: 747px, cover;
        background-position: 15% 37%, 0
    }

    .sec-second {
        padding-bottom: 50px
    }

    .sec-second__title span {
        font-size: 36px
    }

    .symptoms__list {
        padding-left: 15px
    }

    .symptoms__desc {
        text-align: left
    }

    .symptoms {
        padding-top: 9px
    }

    .symptoms__list {
        font-size: 20px
    }

    .symptoms__item {
        margin-bottom: 9px
    }

    .symptoms__item:last-child {
        margin-bottom: 36px
    }

    .symptoms__desc {
        padding: 0;
        line-height: 1.3;
        font-size: 36px
    }

    .sec-three {
        padding: 50px 0
    }

    .disease {
        padding: 0 45px
    }

    .disease__title {
        padding: 0 30px
    }

    .disease__title span {
        display: inline-block
    }

    .sec-three__text {
        margin-top: 60px;
        font-size: 30px
    }

    .sec-expert {
        padding: 48px 0
    }

    .sec-expert__text {
        font-size: 36px
    }

    .expert {
        position: relative;
        color: #fff
    }

    .expert__wrapp {
        position: absolute;
        left: 36px;
        bottom: 19px
    }

    .sec-expert__text {
        font-size: 30px
    }

    .sec-expert__text--flex {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 45px
    }

    .sec-expert__text p {
        margin: 0
    }

    .sec-expert__text .btn-buy {
        margin-left: 50px;
        margin-right: 100px;
        padding: 7px 77px
    }

    .sec-five {
        background-image: url(../images/bg_component.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        padding-top: 48px;
        padding-bottom: 60px
    }

    .sec-five__text {
        font-size: 36px
    }

    .components__item {
        padding: 11px 11px 26px
    }

    .components__desc {
        margin-top: 35px
    }

    .components__desc {
        margin-top: 37px
    }

    .sec-scientists__tablet {
        max-width: 640px;
        font-size: 18px
    }

    .sec-scientists__tablet--dashed {
        width: 300px
    }

    .sec-scientists-wrapp {
        display: -webkit-box;
        display: flex
    }

    .sec-scientists__col--padding {
        font-weight: 700
    }

    .sec-reviews {
        padding-bottom: 50px
    }

    .reviews__text {
        font-size: 18px
    }

    .reviews__name {
        width: 100%;
        text-align: center;
        -webkit-transform: translate(-50%, 164%);
        transform: translate(-50%, 164%)
    }

    .reviews__text {
        width: 60%
    }

    .sec-reviews__text--flex {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center
    }

    .sec-reviews__text .btn-buy {
        width: 270px;
        height: 50px;
        line-height: 2.1;
        margin-right: 0;
        margin-left: 56px
    }

    .sec-reviews__text p {
        margin: 0
    }

    .sec-plus {
        padding-bottom: 50px
    }

    .plus {
        margin-top: 53px
    }

    .usage {
        margin-top: 44px
    }

    .sec-delivery {
        padding: 50px 0;
        background-image: url(../images/bg_order.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0
    }

    .sec-desire__title {
        padding: 0 150px
    }

    .delivery__item {
        margin-bottom: 0
    }

    .sec-chance__desc {
        font-size: 18px
    }

    .sec-chance__title--light,
    .sec-chance__text {
        font-size: 36px
    }

    .components .item:nth-child(1) .components__desc,
    .components .item:nth-child(2) .components__desc,
    .components .item:nth-child(3) .components__desc {
        margin-bottom: 30px
    }
}

@media screen and (max-width:1200px) {
    .reviews__name {
        top: -20%;
        left: 85%
    }
}

@media screen and (max-width:768px) {
    .reviews__name {
        top: -50px;
        left: 90%;
        color: #000
    }
}

.sec-one-imgbg {
    margin: -40% auto 0 -30%;
    z-index: 0
}

.c_i-1 {
    margin: 0 0 27px auto
}

.c_i-2 {
    margin: 0 auto 27px 0
}

.hide-for-desctop {
    display: none
}

@media screen and (max-width:1020px) {
    .hide-for-tabl {
        display: none
    }
}

@media screen and (min-width:1200px) {
    .sec-one-imgbg {
        display: none
    }
}

@media screen and (min-width:1020px) {

    .c_i-1,
    .c_i-2 {
        width: 100%;
        height: 296px
    }
}

@media screen and (max-width:768px) {
    .sec-one-offer__img {
        margin: 84px auto 0
    }

    .c_i-1,
    .c_i-2 {
        height: 276px
    }
}

@media screen and (max-width:767px) {
    .sec-one-offer__img {
        margin: 0 auto
    }

    .hide-for-mobile {
        display: none !important
    }

    .show-for-mobile {
        display: block !important
    }

    .components__denom {
        font-size: 30px
    }

    .c_i-1,
    .c_i-2 {
        height: 246px
    }
}

.refund-top {
    padding: 0 10px;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: .02em;
    text-align: left
}

.refund-top-text {
    width: calc(100% - 70px)
}