/*@typography*/
/*@buttons*/
/*@timer*/
/*@menu*/
/*@slider*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,700,900&subset=cyrillic,greek');

body {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #555252;
}

/*@typography*/
@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);
}

/*@buttons*/
.btn-buy {
    background-color: #ff3aae;
    color: #ffffff;
    font-size: 26px;
    border: none;
    width: 100%;
    max-width: 320px;
    padding-top: 20px;
    display: block;
    padding-bottom: 20px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
}

.btn-buy:hover {
    background-color: #940151;
    text-decoration: none;
    color: #ffffff;
}


h2.square:before{
        content: "";
    display: inline-block;
    width: 100px;
    height: 10px;
    background: white;
    position: absolute;
    top: 60%;
    right: 100%;
}

h2.square:after {
    content: "";
    display: inline-block;
    width: 480px;
    height: 10px;
    background: white;
    float: right;
    position: absolute;
    top: 60%;
    left: 51%;

}

.logo-feel:after{

   position: relative;
    left: 0px;
    top: -30px;
    content: url("../img/feel.png");
    display: inline-block;
    margin-left: 120%;
    padding-top: 0px;
}
.results-packs-pack-img{
    position: relative;
    left: 5%;
}
.results-table__text-margin{
     margin-left: -45px;
 }

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

.time {
    /*background-color: #ebebeb;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    width: 55px;
    font-size: 54px;
    font-weight: 300;
    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;
}

/*@menu*/

.menu {
    margin: 10px 0 0 0;
}

.menu .container-fluid {
    padding: 0;
}

.menu-buy {
    float: right;
}

.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: #3ceabb;
    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: #3ceabb;
}

.logo-link {
    padding: 16px 15px;
    display: block;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #53ad6a;
    height: 5px;
    width: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.cart-btn {
    font-size: 30px;
    float: right;
    top: -52px;
    color: #d0499b;
    margin-right: 90px;
}

.color--dark-grey {
    color: #625f5f;
}

.color--white {
    color: #ffffff;
}

.color--light-grey {
    color: #7a7777;
}

.color--dark-blue {
    color: #3b5e89;
}

.color--black {
    color: #000000;
}

/*titles*/
.sec-title-md {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    white-space: pre-line;
    text-transform: uppercase;
}

.sec-title-lg {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    /*white-space: pre-line;*/
    text-transform: uppercase;
    white-space: pre-line;
}

.sec-text {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.green-info-text {
    white-space: pre-line;
}

.green-info-text__row {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 24px;
    background-color: #3ceabb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    color: #ffffff;
}

/*@sec-buy*/
.sec-buy-wrap {
    background-color: #f1d1d1;
    min-height: 420px;
}

.sec-buy .offer-img {
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
}

.block-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 35px;
}

.block-list__item {
    font-size: 20px;
    color: #555252;
    text-transform: uppercase;
}

.block-list__item-icon {
    margin-right: 10px;
    color: #3ceabb;
    font-size: 36px;
    float: left;
    position:relative;
    top:1px;
    display:inline-block;
    line-height:1;
    width:29px ;

}




.sec-delimeter {
    border-top: 2px solid #959292;
}

.price-old {
    font-size: 34px;
    margin-bottom: 0;
    letter-spacing: -2px;
    line-height: 1;
    position: relative;
}

.price-old:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 40%;
    left: 20%;
    width: 62px;
    height: 50px;
    border-top: solid 3px grey;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.sec-buy-form__discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
}

.price-new {
    font-size: 60px;
    margin-bottom: 0;
    color: #2eb563;
    letter-spacing: -5px;
}

.price-zero {
    top: -0.25em;
}

.sec-buy-form__discount-text {
    font-size: 36px;
    color: #555252;
    white-space: pre-line;
    line-height: 0.9;
    text-align: left;
    width: 150px;
    margin-left: 15px;
}

.sec-buy__prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*@forms*/
.form-control {
    height: 60px;
}

::-webkit-input-placeholder {
    font-size: 20px;
    position: relative;
    font-weight: 300;
}

::-moz-placeholder {
    font-size: 20px;
    position: relative;
    font-weight: 300;
}

/* Firefox 19+ */
:-moz-placeholder {
    font-size: 20px;
    position: relative;
    font-weight: 300;
}

/* Firefox 18- */
:-ms-input-placeholder {
    font-size: 20px;
    position: relative;
    font-weight: 300;
}

.country_select {
    font-weight: 300;
    font-size: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: solid 2px #555252;
}

input.form-control {
    font-size: 26px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: solid 2px #555252;
}

.form-group {
    margin-bottom: 0;
}

.sec-buy-wrap .btn-buy {
    margin-top: 15px;
}

.advantages {
    margin-top: 50px;
}

.advant {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    height: 170px;
}

.advant__img {
    height: 65px;
}

.advant__title {
    text-align: center;
    white-space: pre-line;
    font-size: 24px;
    line-height: 1;
    color: #555252;
    margin-top: 15px;
}

/*sec-warn*/
.sec-warn {
    background-image: url(../img/warn-woman.png);
    background-repeat: no-repeat;
    margin-bottom: 55px;
}

.sec-warn-header {
    margin-bottom: 30px;
}

.disadvantages {
    border-top: 5px solid #cc0e01;
    border-left: 5px solid #cc0e01;
    border-bottom: 5px solid #cc0e01;
}

.disadvant-head__title {
    font-weight: 700;
    color: #cc0e01;
    line-height: 1.1;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.disadvant {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    height: 120px;
}

.disadvant__title {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1;
    color: #555252;
    white-space: pre-line;
}

.disadvant__img {
    height: 50px;
    width: auto;
}

/*@sec-work*/
.sec-work-header {
    background-color: #3ceabb;
    padding-top: 30px;
    padding-bottom: 40px;
}

.sec-work-header__text {
    font-size: 20px;
    color: #ffffff;
    width: 90%;
}

.sec-work-block-part {
    background-image: url(../img/work-block-rice.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 0;
    position: relative;
}

.work-block-rice {
    position: absolute;
    bottom: 0;
    left: -196px;
    z-index: 1;
}

.work-block-head {
    min-height: 366px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.work-block-head__title {
    color: #ffffff;
    font-size: 44px;
    font-weight: 600;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    white-space: pre-line;
    margin: 0;
    letter-spacing: 4px;
}

.work-block-head__ico {
    font-size: 110px;
    margin-bottom: 30px;
}

.work-block-body {
    background-color: #3ceabb;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sec-work-two .work-block-body {
    background-color: #a9300f;
}

.work-block-body-list {
    list-style-type: circle;
    padding-left: 25px;
}

.work-block-body-list__item {
    color: #ffffff;
    font-size: 22px;
}

.work-block-content {
    margin-top: 50px;
    padding-bottom: 50px;
}

.work-block-content__ico {
    margin-bottom: 30px;
    height: 70px;
}

.work-block-footer__text {
    font-size: 20px;
}

.sec-work-two .sec-work-block-part {
    background-image: url(../img/work-block-cake.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 0;
}

.sec-work-buy {
    background-color: #42d3aa;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.sec-work-buy__title {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 30px;
}

/*sec-doc*/
.sec-doc {
    padding-top: 30px;
    margin-bottom: 150px;
    background-image: url(../img/doc.jpg);
    background-repeat: no-repeat;
    background-position: 30% 80px;
}

.sec-doc-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-background-size: auto 60%;
    background-size: auto 78%;
    background-repeat: no-repeat;
    background-position: -60px 80px;
}

.doc-info {
    border-left: 3px solid #3ceabb;
    border-bottom: 3px solid #3ceabb;
    border-top: 3px solid #3ceabb;
    border-right: 3px solid #3ceabb;
    padding: 20px;
}

.doc-info__name {
    font-size: 24px;
    margin-bottom: 5px;
}

.doc-info__profession {
    margin: 0;
}

.sec-doc__text {
    font-size: 18px;
}

/*@sec-power*/
.sec-power {
    background-color: #f4d3cd;
}

.sec-power .green-info-text {
    margin-top: -50px;
}

.block-offer {
    margin-top: 20px;
    margin-bottom: 30px;
}

.sec-power img.offer-img {
    max-width: 200px;
    margin: 0 auto;
}

.power {
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

.power .plus-ico {
    margin-top: -30px;
}

.plus-ico {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    background-color: #3ceabb;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
}

.minus-ico {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    background-color: #d0d0d0;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
}

.power__text {
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}

.sec-science {
    background-image: url(../img/science.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 0 0;
    padding-top: 230px;
}

.sec-science2 .sec-text {
    font-weight: 400;
    font-size: 20px;
}

.results-packs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.results-packs-pack {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pack-img {
    width: 180px;
    margin-bottom: 20px;
}

.results__offer-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.results-table {
    width: 100%;
    border: none;
}

.results-table-title {
    border-top: solid 3px #3ceabb;
}

.results-table .results-table-row:last-child {
    border-bottom: solid 3px #3ceabb;
}

.results-table__text {
    font-size: 18px;
    font-weight: 400;
}

.results-table-cell {
    width: 70%;
    padding-bottom: 10px;
    padding-top: 10px;

}

.results-table-row .plus-ico,
.results-table-row .minus-ico {
    margin: 0 60px 0 160px;

}
.results-packs-pack-img{

    position: relative;
    left: 5%;
}
.analogs {
    margin-top: 30px;
    margin-bottom: 60px;
}

.analog-img {
    margin: 0 auto;
    width: 120px;
}

.analog__text {
    margin-left: 15px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

/*@slider*/
/*@sec-reviews*/
.sec-reviews {
    /*margin-bottom: 60px;*/
}

.carousel-inner {
    margin: 0;
    background-color: #ffffff;
}

.item {
    padding: 0 10px;
}

.powers-carousel {
    margin-bottom: 60px;
}

.powers-power {
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    text-align: center;
}

.powers-power .slide-body {
    max-width: 90%;
    margin: 0 auto;
}

.slide-body__text {
    color: #111111;
    font-size: 16px;
    line-height: 1.3;
    white-space: pre-line;
    min-height: 65px;
}

.powers-power .power-img {
    margin: 0 auto;
    max-height: 140px;
}

.carousel-indicators {
    position: static;
    margin-top: 20px;
    margin-left: auto;
    width: auto;
}

.carousel-indicators li {
    border: solid 2px #3ceabb;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.carousel-indicators .active {
    border-color: #3ceabb;
    background-color: #3ceabb;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 10px;
}

.review-confirm {
    position: relative;
    top: -444px;
    right: -355px;
    white-space: pre-line;
    width: 110px;
    color: white;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.review-img {
    margin: 0 auto;

}
.line:after {
    width: 200px;
    height: 100px;
    background: white;
}








.review-img-wrap {
    min-width: 230px;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.slide-body__name,
.slide-body__age {
    text-transform: uppercase;
}

.slide-body__name {
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 0;
}

.slide-body__age {
    font-size: 22px;
}

.slide-body__text {
    /*min-height: 260px;*/
}

/*@how-use*/

.sec-how-use {
    background-color: #3ceabb;
    /*padding-bottom: 50px;*/
    position: relative;
}

.sec-how-use .sec-title-lg {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 10;
}

.how-use {
    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;
    margin-bottom: 30px;
}

.how-use__img {
    height: 80px;
    width: 65%;
}

.how-use__text {
    white-space: pre-line;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}

.eat-girl-img {
    padding: 0;
}

/*@how-get*/

.sec-how-get {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sec-how-get .green-info-text {
    margin-bottom: -25px;
    z-index: 1;
}

.how-get-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-get__point {
    color: #3ceabb;
    font-size: 100px;
    font-weight: 700;
}

.how-get__text {
    font-size: 24px;
    white-space: pre-line;
    margin-left: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.how-get-about,
.how-get__img {
    margin-left: 15px;
}

.how-get__img {
    margin-right: 0;
}

/*@sec-delivery*/

.sec-delivery {
    background-image: url(../img/delivery-map.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 0 50%;
    padding-bottom: 50px;
}

.delivery-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 15px;
}

.deliver-img {
    margin-right: -15px;
    margin-bottom: 15px;
    border-left: solid 10px #ffffff;
    border-top: solid 10px #ffffff;
    border-bottom: solid 10px #ffffff;
}

.deliver-ico {
    margin-right: 25px;
}

/*sec-buy2*/
.sec-buy2 {
    margin-top: 60px;
    margin-bottom: 50px;
}

.rights {
    margin-top: 25px;
}

.how-get__point {
    font-size: 80px;
    color: #ffffff;
}

@media (min-width: 576px) {
    .sec-buy-form__discount {
        width: 60%;
    }

    .sec-work-two .sec-work-block-part {
        background-image: url(../img/work-block-cake.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 0 0;
    }

    .how-use__text {
        font-size: 22px;
    }
}

@media (max-width: 510px) {
    .sec-work-block-part {
        -webkit-background-size: 160%;
        background-size: 160%;
    }



}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > .btn-buy {
        color: #ffffff;
    }

    .cart-img {
        margin-right: 10px;
    }

    #navbar-main {
        float: right;
        margin-top: 18px;
    }

    .navbar-main-wrap {
    }

    .sec-buy-wrap {
        background: none;
    }


}
    .sec-top {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdfd7+1,f8ded4+39,fff1ed+46,ffe0d7+52,f6dfd6+79,fff3ef+84,ffddd1+88 */
background: rgb(255,223,215); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,223,215,1) 1%, rgba(248,222,212,1) 39%, rgba(255,241,237,1) 46%, rgba(255,224,215,1) 52%, rgba(246,223,214,1) 79%, rgba(255,243,239,1) 84%, rgba(255,221,209,1) 88%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,223,215,1) 1%,rgba(248,222,212,1) 39%,rgba(255,241,237,1) 46%,rgba(255,224,215,1) 52%,rgba(246,223,214,1) 79%,rgba(255,243,239,1) 84%,rgba(255,221,209,1) 88%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,223,215,1) 1%,rgba(248,222,212,1) 39%,rgba(255,241,237,1) 46%,rgba(255,224,215,1) 52%,rgba(246,223,214,1) 79%,rgba(255,243,239,1) 84%,rgba(255,221,209,1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfd7', endColorstr='#ffddd1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-bottom: 50px;
    }

.sec-bot{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdfd7+1,f8ded4+39,fff1ed+46,ffe0d7+52,f6dfd6+79,fff3ef+84,ffddd1+88 */
    background: rgb(255,223,215); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255,223,215,1) 1%, rgba(248,222,212,1) 39%, rgba(255,241,237,1) 46%, rgba(255,224,215,1) 52%, rgba(246,223,214,1) 79%, rgba(255,243,239,1) 84%, rgba(255,221,209,1) 88%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,223,215,1) 1%,rgba(248,222,212,1) 39%,rgba(255,241,237,1) 46%,rgba(255,224,215,1) 52%,rgba(246,223,214,1) 79%,rgba(255,243,239,1) 84%,rgba(255,221,209,1) 88%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,223,215,1) 1%,rgba(248,222,212,1) 39%,rgba(255,241,237,1) 46%,rgba(255,224,215,1) 52%,rgba(246,223,214,1) 79%,rgba(255,243,239,1) 84%,rgba(255,221,209,1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfd7', endColorstr='#ffddd1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        height: 600px;
}

    .sec-title-lg {
        font-size: 62px;
    }

    .advant {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
        height: auto;
    }

    .advant__title {
        text-align: left;
        margin-left: 15px;
        text-transform: uppercase;
    }

    .advant__img {
        height: auto;
        width: 55px;
    }

    .sec-buy-form {
        border: 5px solid #3ceabb;
        padding: 0 50px;
    }

    .sec-buy-form .btn-buy {
        max-width: 100%;
        margin-bottom: 5px;
    }

    .woman-img {
        margin-right: -15px;
        margin-top: -550px;
    }

    .sec-buy__prices {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .price-old {
        margin-left: 15px;
    }

    .prices {
        margin-top: -50px;
        margin-left: -15px;
        background-color: #ffffff;
        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;
        border-left: 15px solid #ffffff;
        border-right: 15px solid #ffffff;
    }

    .sec-buy-form__discount {
        width: auto;
    }

    .sec-buy-form__discount-text {
        width: auto;
        margin-left: 0;
        font-size: 48px;
    }

    .countdown-container {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .time {
        font-size: 38px;
    }

    .block-ico {
        max-width: 100px;
    }

    .sec-bot .offer-img {
        position: relative;
        bottom: -110px;
    }

    .sec-top .offer-img {
        position: relative;
        bottom: -100px;
    }
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        border-bottom: solid 2px black;
        color: #940151;
    }

    .navbar-default .navbar-nav > li > a.btn-buy:active,
    .navbar-default .navbar-nav > li > a.btn-buy:hover,
    .navbar-default .navbar-nav > li > a.btn-buy:focus {
        background-color: #940151;
        border-bottom: none;
        color: #ffffff;
    }

    .sec-warn {
        background: none;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .sec-warn .fat-girl {
        margin-top: 15px;
        position: relative;
        left: -230px;
        height: 950px;
    }

    .sec-warn .sec-text {
        margin-top: 40px;
    }

    .disadvantages {
        padding-top: 25px;
        padding-bottom: 25px;
        border-right: 5px solid #cc0e01;
    }

    .disadvant {
        margin: 0;
    }

    .sec-work {
        background: #00906e;
        background: -webkit-linear-gradient(45deg, #00906e 0%, #00ffa6 100%);
        background: -o-linear-gradient(45deg, #00906e 0%, #00ffa6 100%);
        background: linear-gradient(45deg, #00906e 0%, #00ffa6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00906e', endColorstr='#00ffa6', GradientType=1);
        margin-bottom: 50px;
    }

    .sec-work-header {
        background: none;
    }

    .bl-1 {
        margin-top: -85px;
    }

    .bl-2 {
        margin-top: -100px;
    }

    .sec-work-header .sec-title-lg {
        white-space: pre-line;
    }

    .work-block-head {
        height: 500px;
        /*padding-top: 80px;*/
        padding-bottom: 0;
        padding-left: 35px;
    }

    .sec-work-header__text {
        white-space: pre-line;
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .work-block-head__ico {
        float: left;
        font-size: 120px;
        margin-right: 15px;
        margin-bottom: 0;
        margin-top: -20px;
    }

    .work-block-body {
        margin-left: 150px;
        margin-right: 0;
        margin-top: -250px;
    }

    .work-block-head__title {
        white-space: normal;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .sec-work-block-part2 {
        background-color: #ffffff;
    }

    .work-block-body-list {
        margin-left: 30px;
    }

    .work-block-content {
        margin-top: 0;
        padding: 35px 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .work-block-content__ico {
        height: auto;
    }

    .work-block-footer__text {
        margin-left: 25px;
    }

    .sec-work-block-part {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .work-block-body {
        margin-left: 80px;
    }

    .sec-work-slim-col {
        padding: 0;
    }

    .slim-img1 {
        margin-top: -30px;
    }

    .slim-img1,
    .slim-img2 {
        float: right;
        margin-right: -15px;
    }

    .slim-img3 {
        margin-top: 200px;
    }

    .slim-img3,
    .slim-img4 {
        float: left;
        margin-left: -15px;
    }

    .sec-work-buy {
        position: relative;
        top: 360px;
        background: none;
    }

    .sec-work-buy .btn-buy {
        border: solid 15px #ffffff;
    }

    .sec-work-buy__title {
        font-size: 20px;
        margin-bottom: 15px;
        color: #555252;
        white-space: pre-line;
    }

    .sec-work-one,
    .sec-work-two {
        -webkit-box-shadow: 0 10px 36px -14px rgba(0, 0, 0, 0.75);
        box-shadow: 0 10px 36px -14px rgba(0, 0, 0, 0.75);
    }

    .pearls-img {
        margin-top: -550px;
        z-index: 1;
    }

    .block-offer,
    .green-info-text {
        z-index: 10;
    }

    .power-icons-wrap {
        position: relative;
    }

    .power-icons-wrap .power-info {
        position: absolute;
        cursor: pointer;
        z-index: 10;
    }

    a.plus-ico {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .power-info:hover a.plus-ico,
    .power-info:focus a.plus-ico,
    .power-info:active a.plus-ico {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
        color: palevioletred;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .power__text-more {
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .power-info:hover .power__text-more,
    .power-info:focus .power__text-more,
    .power-info:active .power__text-more {
        display: block;
    }

    .power-info1 {
        left: 515px;
        top: 145px;
    }

    .power-info2 {
        left: 620px;
        top: 430px;
    }

    .power-info3 {
        left: 470px;
        top: 665px;
    }

    .power-info4 {
        left: 170px;
        top: 630px;
    }

    .power-info5 {
        left: 30px;
        top: 370px;
    }

    .sec-power {
        height: 700px;
    }

    .power__text {
        text-align: left;
        padding-left: 10px;
    }

    .power__text-more {
        max-width: 200px;
        background-color: #ffffff;
        padding: 10px;
        display: none;
    }


    .sec-science {
        padding-top: 0;
        background-image: url(../img/science.jpg);
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: -250px 0;
    }

    .analog {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .analog__text {
        white-space: pre-line;
        text-align: left;
    }

    .results .sec-text {
        font-size: 24px;
    }

    .results__offer-name {
        font-size: 24px;
        color: #4e4e4e;
    }

    .sec-science-header .sec-title-md {
        font-size: 36px;
    }

    .how-use {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .how-use__text {
        margin-top: 15px;
        line-height: 1;
        text-align: center;
        white-space: pre-line;
        padding: 0;
    }

    .sec-how-use .sec-title-lg {
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        top: 250px;
        left: 100px;
    }

    .sec-how-use {
        background-color: #ffffff;
        padding-bottom: 50px;
        /*margin-top: -185px;*/
        z-index: 1;
    }

    .indicators-wrap {
        z-index: 10;
    }

    .eat-girl-img-wrap {
        position: relative;
    }

    .eat-girl-img {
        position: absolute;
        height: 800px;
        left: -100px;
        top: -50px;
        z-index: 1;
    }

    .sec-how-use-green-bg {
        background: #00906e;
        background: -webkit-linear-gradient(45deg, #00906e 0%, #00ffa6 100%);
        background: -o-linear-gradient(45deg, #00906e 0%, #00ffa6 100%);
        background: linear-gradient(45deg, #00906e 0%, #00ffa6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00906e', endColorstr='#00ffa6', GradientType=1);
        margin-bottom: 50px;
    }

    .how-use-wrap {
        z-index: 10;
        padding-top: 130px;
        padding-right: 30px;
        margin-bottom: 150px;
        margin-top: 150px;
        border-left: solid 10px #ffffff;
        border-right: solid 10px #ffffff;
        border-bottom: solid 10px #ffffff;
    }

    .sec-how-get .green-info-text {
        position: relative;
        top: 100px;
        left: -30px;
    }

    .sec-how-get .green-info-text__row {
        font-size: 34px;
    }

    .how-get-right-col {
        top: -50px;
    }

    .how-get {
        position: relative;
        margin-bottom: 15px;
    }

    .how-get-about {
        margin-left: 0;
        position: absolute;
        bottom: 0;
        left: 50px;
        color: #ffffff;
    }

    .how-get__text {
        font-size: 20px;
    }

    .how-get__point {
        font-size: 90px;
    }

    .how-get__img {
        margin: 0;
    }

    .how-get-right-col .how-get {
        float: left;
        margin-left: 0;
    }

    .how-get-left-col .how-get {
        float: right;
    }

    .sec-delivery {
        background: none;
        margin-bottom: 50px;
        margin-top: -150px;
    }

    .delivery-imgs {
        background-image: url(../img/deliver-map.jpg);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 0;
        height: 550px;
    }

    .sec-delivery .green-info-text {
        top: 250px;
    }

    .sec-delivery .green-info-text__row {
        font-size: 34px;
    }

    .sec-reviews {
        margin-bottom: -150px;
        padding-bottom: 0;
        z-index: 10;
    }

    .sec-reviews .green-info-text {
        position: relative;
        top: -50px;
        margin-bottom: -70px;
    }

    .sec-reviews .green-info-text__row {
        font-size: 34px;
    }

    .slide-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 360px;
    }

    .slide-body__text {
        text-align: left;
    }

    .powers-power-wrap {
        min-height: 440px;
    }

    .powers-power {
        margin-top: 50px;
    }

    .slide-boyd-short-inf {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-left: 3px solid #00ffa6;
        margin-bottom: 15px;
        margin-left: -10px;
    }

    .slide-body__name {
        margin-top: 0;
        margin-left: 5px;
    }

    .slide-body__age {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .review-weight-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .review-weight-block {
        margin-right: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .review__weight {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 0;
    }

    .review__weight span {
        font-weight: 400;
        font-size: 16px;
    }

    .review-weight__text {
        font-size: 16px;
        color: #00ffa6;
    }
}

@media (max-width: 1199px) {
    .work-block-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .work-block-content__ico {
        margin-bottom: 10px;
    }

    .work-block-footer__text {
        margin-left: 0;
    }

    .work-block-body-list {
        margin-left: 10px;
    }

    .work-block-body {
        padding: 15px;
        margin-left: 0;
    }


    .power-info1 {
        left: 415px;
        top: 115px;
    }

    .power-info2 {
        left: 505px;
        top: 350px;
    }

    .power-info3 {
        left: 380px;
        top: 545px;
    }

    .power-info4 {
        left: 130px;
        top: 515px;
    }

    .power-info5 {
        left: 30px;
        top: 305px;
    }

    .sec-reviews {
        padding-bottom: 0;
    }


    }



@media (max-width:991px) {

    .sec-power-img {
        position: relative;
        top: 100px;
        height: auto;
        width: 100px;
    }

    .pearls-img {
        position: absolute;
        top: 350px;

    }

    .power-info1 {
        top: -130px;
        left: 340px;

    }

    .power-info2 {
        left: 440px;
        top: 40px;
    }

    .power-info3 {
        left: 320px;
        top: 210px;
    }

    .power-info4 {
        left: 100px;
        top: 190px;
    }

    .power-info5 {
        left: 30px;
        top: 30px;
    }



    h2.square:after {

            width: 106px;
            left:95%;
            top: 60%;
    }
    h2.square:before {

            width: 100px;
            top: 60%;

    }
}

@media (min-width: 992px) and (max-width:1199px) {


    .sec-power-img{
        position: relative;

        height: auto;
        width: 150px;

    }

    .power-info1 {
        top: -290px;
        left: 430px;

    }

    .power-info2 {
        left: 540px;
        top: -50px;
    }

    .power-info3 {
        left: 410px;
        top: 140px;
    }

    .power-info4 {
        left: 140px;
        top: 120px;
    }

    .power-info5 {
        left: 60px;
        top: -90px;
    }

    .pearls-img{
        position: absolute;
        top: 150px;

    }
    h2.square:after {

        width: 264px;
        left:75%;
        top: 63%;
    }
    h2.square:before {

        width: 100px;
        top: 63%;

    }
}

@media (min-width:1200px) {
    .sec-power {
        height: 780px;
    }

    .sec-delivery {
        background: none;
        margin-bottom: 50px;
        margin-top: -50px;
    }

    h2.square:after {
          width: 214px;
          left:95%;
          top: 50.5%;
      }

    h2.square:before {
        width: 100px;
        top: 50.5%;
    }
}
