/*@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');
@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';
    src: url("../fonts/AA_Bebas_Neue.eot");
}

@font-face {
    font-family: 'AA Bebas Neue';
    src: url("../fonts/AA_Bebas_Neue.otf");
}

@font-face {
    font-family: 'AA Bebas Neue';
    src: url("../fonts/AA_Bebas_Neue.ttf");
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #363636;
}

#navigate,
.fixed{
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
/*@timer*/

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

.countdown-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
}

.time {
    background-color: #ffffff;
    color: #4e88b0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    width: 55px;
    font-size: 34px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.time__delimeter {
    font-size: 30px;
    margin: 0 5px;
    color: #4e88b0;
}


/*@buttons*/

.btn-buy {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    background-color: #4e88b0;
    color: #ffffff;
    -webkit-border-radius: 50px;
    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;
}
.edit_btn{display: block;
}
.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;
}


/*@forms*/

input,
select,
.form-control {
    font-size: 16px;
    font-weight: 700;
    border: none;
    -webkit-border-radius: inherit;
    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::-moz-placeholder {
    color: #363636;
}

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

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

.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::-moz-placeholder,
.form-control:active::-moz-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';
    font-size: 31px;
    color: #535353;
    text-align: center;
    white-space: pre-line;
    text-transform: uppercase;
    line-height: 1;
}

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


/*@sec-one*/

.sec-one {
    padding-top: 60px;
    background-color: #d2e8f2;
}

.sec-header__title {
    font-family: 'Oswald', 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;
}

.sec-header__pretitle {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}

.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: rgba(255, 255, 255, 0.4);
    padding-top: 20px;
}

.sec-one-form__discount {
    color: #4e88b0;
    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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    
}

.price-text {
    white-space: pre-line;
    font-size: 16px;
    font-weight: 700;
}

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

.price-old {
    position: relative;
}

.price-old::before {
    content: '';
    position: absolute;
    top: 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__title {
    white-space: pre-line;
}

.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';
    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: 40px;
    padding-bottom: 40px;
    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: 60px;
    padding-bottom: 50px;
}

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

.sec-expert__title {
    color: #4e88b0;
}

.expert__prof {
    font-weight: 900;    
    text-align: center;
}

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

.expert__img {
    max-width: 210px;
    box-shadow: 5px 5px 10px #e9f0f3;
    display: block;
    margin: 0 auto 10px;
}

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

.expert__name {
    margin: 0;
    text-align: center;
}


/*section five  */


/*section five  */

.sec-five {
    padding-top: 60px;
    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: 36px;
    text-transform: uppercase;
}

.components__desc {
    padding: 0px 30px;
}

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

.carousel-indicators li {
    background-color: #ffffff;
}

#carousel__reviews .carousel-indicators li {
    background-color: #c1c1c1;
}

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


/*section reviews  */

.sec-reviews {
    padding-top: 60px;
    padding-bottom: 50px;
}

.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;
    margin: 0 auto;
    height: 60px;
    background-color: #4e88b0;
    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;
    margin-bottom: 20px;
}

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

.reviews__name span {
    font-weight: 900;
}


/*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';
    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: 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';
    font-size: 30px;
}


/*  SECTION desire*/

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

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

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

.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: 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__title {
    padding: 0;
}

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

.sec-chance__text {
    font-size: 24px;
    font-family: 'AA Bebas Neue';
    color: #e37e7e;
    text-transform: uppercase;
}