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

/*@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-top{
    width: 100%;
    position: fixed;
    z-index:  100;
    background-color:  #fff;
}

.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 10px;
    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 0px 15px 15px;
    display: block;
    padding-right: 0px;
}

.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: -35px;
    color: #d0499b;
    margin-right: 20px;
}

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

.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 span {
    display: inline-block;
}

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

.sec-buy-wrap {
    background-color: #e9d9cd;
    min-height: 420px;
}

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

.woman-img {
    float: right;
    margin-right: -15px;
    margin-top: -120px;
    width: 90%;
    max-width: 145px;
    min-width: 120px;
}

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

.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: 40px;
    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;
    -webkit-align-items: 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: 70px;
    margin-bottom: 0;
    color: #3ceabb;
    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: 20px;
    margin-top: 15px;
    line-height: 1;
    color: #555252;
    white-space: pre-line;
}

.disadvant__img {
    height: 70px;
}

/*@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-cake.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 0;
}

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

.work-block-head__title {
    color: #ffffff;
    font-size: 38px;
    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: 130px;
    margin-bottom: 30px;
}

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

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

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


.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;
    height: 600px;
    background-image: url(../img/doc.jpg);
    -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;
    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;
}


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

.sec-power img.offer-img {
    max-width: 470px;
    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;
}

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

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

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

.results-table-row .plus-ico,
.results-table-row .minus-ico {
    margin: 0 auto;
}

.analogs {
    margin-top: 30px;
    margin-bottom: 60px;
}

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

.analog__text {
    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;
    -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: absolute;
    top: 10px;
    right: 1%;
    white-space: pre-line;
    width: 110px;
    color: white;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}
.review-img {
    margin: 0 auto;
}

.review-img-wrap {
    min-width: 230px;
    position: relative;
    max-width: 350px;
    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: 170px;
}


/*@how-use*/

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

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

.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: 50%;*/
}

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

.rights {
    margin-top: 25px;
}

.wrap-discount{
    background-color: #fefe4c;
    padding: 5px;
    border:3px dashed #000;
}

.wrap-discount::before{
    content: '';
    position: absolute;
    top: -10px;
    display:block;
    width: 40px;
    height: 30px;
    background-image: url(../img/scissors.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.wrap-discount .time {
    color: red;
}

.price-new, .sec-buy-form__discount-text {
    color: red;
}

.timer-names{
    display: flex;
    justify-content: space-between;
    width:50%;
    margin: 0 auto;
    align-items: center;
}

.timer-names span {
    width:45px;
}

@media (min-width: 320px) {
    .timer-names{
        width:190px;
    }
}
@media (min-width: 576px) {
    .sec-buy-form__discount {
        width: 70%;
    }

    .sec-work-two .sec-work-block-part {
        background-image: url(../img/work-block-rice.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%;
    }
    .price-new {
        font-size: 44px;
    }
    .price-old {
        font-size: 30px;
    }
    .sec-buy-form__discount-text {
        font-size: 26px;
        padding-left: 23px;
    }
    .xs-h2 {
        font-size: 18px;
    }

    .sec-buy .offer-img {
        max-width: 100%;
    }
}



@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;
        padding-left: 0px;

    }

    .navbar-main-wrap {
    }
    .navbar-nav .cart-btn {
        top: -5px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .price-new {
        font-size: 56px;
    }

    .price-old {
        font-size: 30px;
    }
    .sec-buy-form__discount-text {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .sec-buy-form__discount {
        width: 71%;
    }
}

@media (max-width: 768px) {
    .woman-img {
        margin-top: -80px;
    }
    .sec-power img.offer-img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .sec-buy2 {
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding: 10px;
        color: black;
    }

    .block-list {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .woman-img {
        margin-top: -220px;
    }

    .disadvant__title {
        font-size: 15px;
    }
    
}