/*@typography*/


/*@buttons*/


/*@timer*/


/*@menu*/


/*@slider*/


/*@sec-one*/


/*@sec-two*/


/*@sec-three*/


/*@sec-four*/


/*@sec-five*/


/*@sec-six*/


/*@sec-seven*/


/*@sec-eight*/


/*@sec-nine*/


/*@sec-ten*/


/*@sec-eleven*/


/*@sec-twelve*/


/*@<768 and up*/


/*@<992 and up*/


/*@<1200 and up*/


/*@typography*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic,greek');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=cyrillic,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:700&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.otf");
}

@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*/

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

.countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-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: 0px;
    margin-left: 0px;
}
.time {
    border-radius: 5px;
    height: 50px;
    width: 55px;
    font-size: 34px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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


/*@buttons*/

.btn-buy {
    font-family: 'PT Sans', sans-serif;
    background-color: #4e88b0;
    color: #ffffff;
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    font-size: 30px;
    padding: 8px 20px;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    outline: none;
    text-align: center;
    letter-spacing: 0;
}

.btn-buy:focus,
.btn-buy:hover,
.btn-buy:active {
    -webkit-box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 4px 5px 2px rgba(0, 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: #ffffff;
}

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



/*@forms*/
.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 #bbbbbb;
    max-width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    padding-left: 35px;
}

select {
    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::placeholder {
    color: #363636;
    text-align: center;
}

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

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

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

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

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

.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: normal;
    font-size: 10px;
    color: #bbbbbb;
    text-decoration: none;
    position: absolute;
    right: 28px;
    top: 32px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 15px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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


/*@menu*/

.menu {
    margin: 10px 0 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: black;
}

.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 0;
    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;
}

.copyright{
    text-align: center;
    padding: 20px;
  }

@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*/

.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: #ffffff;
    padding: 20px 20px;
}

.sec-one-form__discount-wrap {
    background: #fff000;
    color: #ff0000;
    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(../img/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%;
    -webkit-box-shadow: 0px 5px 20px 1px rgba(78, 137, 176, 0.4);
    box-shadow: 0px 5px 20px 1px rgba(78, 137, 176, 0.4);
}

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

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

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

.sec-one__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    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: 0px -7px;
}
.price-new,
.price-old,
.price-text .wv_currency {
    font-size: 32px;
}

.price-old {
    position: relative;
}

.price-old::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-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: bold;
    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;
}


/* section  second */
.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: bold;
}

.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;
}


/*SECTion three  */

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

.sec-three__text {
    margin-top: 35px;
    font-size: 24px;
    font-weight: bold;
    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;
}


/*section expert  */

.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 {
    -webkit-box-shadow: 5px 5px 10px #e9f0f3;
    box-shadow: 5px 5px 10px #e9f0f3;
}

.sec-expert__text {
    text-transform: uppercase;
}

.expert__name {
    margin: 0;
}


/*section five  */

.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 auto;
}

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

.components__img {
    margin: 0px auto 10px auto;
}

.components__wrapp {
    position: relative;
}

.components__denom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-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: 0px 30px;
}

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

.carousel-indicators {
    bottom: -55px;
}

.carousel-indicators li {
    background-color: #ffffff;
}
.carousel-indicators li:last-child{
    display: none;
}
.carousel-indicators .active {
    border: 2px solid #0d8ab4;
    background-color: transparent;
}


/*SECTIN scientists  */

.sec-scientists {
    display: none;
}


/*section reviews  */

.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;
    -webkit-box-shadow: 4px 4px 10px 0px rgb( 78, 136, 176);
    box-shadow: 4px 4px 10px 0px 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: #ffffff;
    position: relative;
    top: -30%;
    left: 50%;
    -webkit-transform: translate(-50%, 108%);
    -ms-transform: translate(-50%, 108%);
    transform: translate(-50%, 108%);
}

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

.reviews-carousel-control {
    display: none;
}


/*section plus  */

.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: 0px 25px;
    white-space: pre-line;
}

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


/*section usage  */

.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: -webkit-linear-gradient(left, #bbd3df, #a1c5d6);
    background-image: -o-linear-gradient(left, #bbd3df, #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: 0px 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;
}


/*  SECTION desire*/

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

.desire__item {
    text-align: center;
}

.desire__img {
    display: inline-block;
    -webkit-box-shadow: 0px 4px 7px #d4d4d4;
    box-shadow: 0px 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
}


/*SECTION DELIVERY  */

.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: 0px 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: 0px;
}

.delivery__text {
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    color: #535353;
}

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


/*SECTION ORDER  */

.sec-order {
    background-image: url("../img/bg_order-mob.jpg");
    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;
}


/*SECTION CHANCE  */

.sec-chance {
    padding: 50px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2ecec), to(#eed6d7));
    background-image: -webkit-linear-gradient(top, #f2ecec, #eed6d7);
    background-image: -o-linear-gradient(top, #f2ecec, #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;
    }
    /*SECTION ONE  */
    .sec-one {
        background-image: url("../img/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;
    }
    /*section Second  */
    .sec-second {
        padding-bottom: 18px;
    }
    .sec-second__title {
        margin: 0 0 48px 0
    }
    .sec-second__img {
        display: block;
    }
    .symptoms__item {
        margin-bottom: 2px;
    }
    /*SECTION thee  */
    .sec-three__title {
        margin: 0;
        line-height: 1.4;
    }
    .disease {
        margin-top: 68px;
    }
    .disease__title span {
        display: none;
    }
    /*SECTION EXPERT  */
    .sec-expert {
        padding-top: 50px;
    }
    .sec-expert__title {
        font-size: 48px;
        margin: 0 0 24px 0;
    }
    .sec-expert__wrapp {
        margin-top: 36px;
    }
    .expert__img {
        margin-bottom: 13px;
    }
    .sec-expert .btn-buy {
        font-size: 24px;
        padding: 7px 107px;
    }
    /*SECTION FIVE  */
    .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;
    }
    /*SECTION reviews  */
    .sec-reviews {
        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: flex;
        margin-top: 43px;
        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%;
        transform: translateX(-50%);
        transition: all .3s;
        display: inline-block;
        width: 22px;
    }
    .reviews-carousel-control:active svg {
        fill: #1e92b8;
    }
    .carousel-control-next {
        right: 15px;
    }
    .carousel-control-prev {
        left: 15px;
    }
    /*SECTION PLUS   */
    .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: 0px 6px 11px #c1c1c1;
    }
    .plus__desc,
    .plus__title {
        position: relative;
        bottom: 25px;
        z-index: 3;
        color: #fff;
        padding: 0px 23px;
    }
    .plus__desc::before {
        display: none;
    }
    .plus__wrapp {
        position: relative;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 43px;
    }
    .plus1 {
        background-image: url("../img/plus1.jpg");
    }
    .plus2 {
        background-image: url("../img/plus2.jpg");
    }
    .plus3 {
        background-image: url("../img/plus3.jpg");
    }
    .plus4 {
        background-image: url("../img/plus4.jpg");
    }
    .plus__wrapp::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }
    /*SECTION usage  */
    .sec-usage {
        padding: 50px 0px;
        background-image: linear-gradient(to bottom, #bdd5e1, #94bdd2);
    }
    .sec-usage__title {
        font-size: 40px;
        letter-spacing: 3px;
    }
    .usage__text {
        padding: 0;
    }
    /*SECTION desire  */
    .sec-desire__title {
        font-size: 48px;
        padding: 0 15px;
    }
    /*SECTION delivery */
    .sec-delivery__title {
        font-size: 40px;
    }
    .sec-delivery__text {
        font-size: 30px;
    }
    /*SECTION ORDER  */
    .sec-order {
        background-image: url(../img/bg_order-tablet.jpg);
        padding: 156px 0px 143px 0px;
    }
    .sec-order__title {
        margin: 0;
    }
    /*SECTION CHANCE  */
    .sec-chance__title {
        margin: 0 0 36px 0;
        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;
    }
    /*SECTION scientists  */
    .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: 0px 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: transparent;
        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 1170PX  */

@media screen and (min-width:1200px) {
    .sec-title {
        font-size: 48px;
    }
    /*SECTION ONE  */
    div#bs-example-navbar-collapse-1 {
        display: block;
    }
    .navbar {
        min-height: 70px;
        display: flex;
        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("../img/bg_sec-one1170.png"), url("../img/bg_section-one768.jpg");
        background-repeat: no-repeat;
        background-size: 747px, cover;
        background-position: 15% 37%, left center;
        ;
    }
    /*SECTION SECOND  */
    .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;
    }
    /* SECTION THREE   */
    .sec-three {
        padding: 50px 0px;
    }
    .disease {
        padding: 0px 45px;
    }
    .disease__title {
        padding: 0px 30px;
    }
    .disease__title span {
        display: inline-block;
    }
    .sec-three__text {
        margin-top: 60px;
        font-size: 30px
    }
    /*SECTION EXPERT  */
    .sec-expert {
        padding: 48px 0px;
    }
    .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: flex;
        justify-content: flex-end;
        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;
    }
    /*SECTION FIVE  */
    .sec-five {
        background-image: url("../img/bg_component.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 48px;
        padding-bottom: 60px;
    }
    .sec-five__text {
        font-size: 36px;
    }
    .components__item {
        padding: 11px 11px 26px 11px;
    }
    .components__desc {
        margin-top: 35px;
    }
    .components__desc {
        margin-top: 37px;
    }
    /*SECTION  scientists*/
    .sec-scientists__tablet {
        max-width: 640px;
        font-size: 18px;
    }
    .sec-scientists__tablet--dashed {
        width: 300px;
    }
    .sec-scientists-wrapp {
        display: flex;
    }
    .sec-scientists__col--padding {
        font-weight: 700;
    }
    /*SECTION reviews  */
    .sec-reviews {
        padding-bottom: 50px;
    }
    .reviews__text {
        font-size: 18px;
    }
    .reviews__name {
        width: 100%;
        text-align: center;
        transform: translate(-50%, 164%);
    }
    .reviews__text {
        width: 60%;
    }
    .sec-reviews__text--flex {
        display: flex;
        justify-content: center;
    }
    .sec-reviews__text .btn-buy {
        width: 270px;
        height: 50px;
        line-height: 2.1;
        margin-right: 0px;
        margin-left: 56px;
    }
    .sec-reviews__text p {
        margin: 0;
    }
    /*SECTION PLUS  */
    .sec-plus {
        padding-bottom: 50px;
    }
    .plus {
        margin-top: 53px;
    }
    /*SECTION USAGE  */
    .usage {
        margin-top: 44px;
    }
    /*SECTION desire  */
    .sec-delivery {
        padding: 50px 0px;
        background-image: url('../img/bg_order.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
    }
    .sec-desire__title {
        padding: 0 150px;
    }
    .delivery__item {
        margin-bottom: 0;
    }
    /*SECTION chance   */
    .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;
    }
}

/* Fix code style */
.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 1024PX  */

@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;
    }
}

/* End fix code style */
/* REFUND */
.refund-top{
    padding: 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;    
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.02em;    
    text-align: left;
}
.refund-top-text{
    width: calc(100% - 70px);
}

form {
    --form-border: #333;
    --form-check-border-checked: #4e88b0;
    --form-check-bg-checked: #4e88b0;
    --form-check-yes-checked: #4e88b0;
}

.form__checkbox {
    position: relative;
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    max-width: 280px;
    width: 100%;
}

.form__checkbox a {
    text-decoration: underline;
    color: #000;
}

.form__checkbox-mark {
    width: 20px;
    height: 20px;
    border: 1px solid var(--form-border);
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    cursor: pointer
}

.form__checkbox-mark:after {
    position: relative;
    content: "";
    display: none;
    width: 80%;
    height: 80%;
    top: 2px;
    left: 1px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E")
}

.form__checkbox-mark:hover {
    border-color: var(--form-check-border-hover);
    background: hsla(0,0%,100%,.9)
}

.form__checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -10;
    background-color: var(--form-bg)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
    display: block
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark {
    border-color: var(--form-check-border-checked);
    background-color: var(--form-check-bg-checked)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
    border-color: var(--form-check-yes-checked)
}

.form__checkbox input[type=checkbox]:active~.form__checkbox-mark,.form__checkbox input[type=checkbox]:focus~.form__checkbox-mark {
    border-color: var(--form-check-border-checked)
}