@font-face {
    font-family: 'Bebas Neue Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Bebas Neue Bold'), url('../fonts/BEBASNEUE BOLD.ttf') format('truetype'), url('../fonts/BEBASNEUE BOLD.woff') format('woff');
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Bold.eot');
    src: url('../fonts/Panton-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-Bold.woff2') format('woff2'), url('../fonts/Panton-Bold.woff') format('woff'), url('../fonts/Panton-Bold.ttf') format('truetype'), url('../fonts/Panton-Bold.svg#Panton-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueRegular.woff2') format('woff2'), url('../fonts/BebasNeueRegular.woff') format('woff'), url('../fonts/BebasNeueRegular.ttf') format('truetype'), url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe Script';
    src: url('../fonts/SegoeScript.eot');
    src: url('../fonts/SegoeScript.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeScript.woff2') format('woff2'), url('../fonts/SegoeScript.woff') format('woff'), url('../fonts/SegoeScript.ttf') format('truetype'), url('../fonts/SegoeScript.svg#SegoeScript') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

.sprite {
    background: url(../img/sprite.png) no-repeat center center;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    background: #01412b;
    color: #000;
}

input:invalid {
    box-shadow: none;
}

header .warning {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 20px;
    border-width: 3.15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-color: rgb(255, 1, 139);
    border-style: dashed;
    border-radius: 14px;
    background-color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
    header .warning {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    header .warning {
        font-family: "Roboto";
        font-size: 23px;
        line-height: 26px;
    }
}

.red {
    color: #ff0000
}

.darkred {
    color: #df212b
}

.pink {
    color: #ff018b
}

.whitebg {
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .whitebg {
        margin-bottom: 35px;
    }
}

.limebg {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 152, 99);
    background-color: rgb(239, 252, 212);
}

@media (min-width: 768px) {
    .limebg {
        border-radius: 25px;
    }
}

.pink {
    color: rgb(255, 3, 139);
}

.green {
    color: #009863
}

.greenbg {
    background-color: #009863
}

.graybg {
    background-color: #a5a5a5
}

.lightgraybg {
    background-color: #dbdbdb
}

.redbg {
    background-color: #ff0000
}

.pinkbg {
    background-color: #ff018b
}

.graybg p,
.greenbg p,
.redbg p,
.pinkbg p {
    color: #fff;
    margin-bottom: 0;
    padding: 5px 0
}

.graybg,
.greenbg,
.redbg,
.pinkbg {
    margin-bottom: 15px
}

.h1 {
    font-size: 37px !important;
    font-family: "Panton";
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0;
    padding-top: 15px;
}

.h2 {
    font-size: 25px !important;
    font-family: "Panton";
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .h1,
    .h2 {
        line-height: 1.2 !important;
    }

    .h1 {
        padding-top: 20px;
    }

    .h2 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .h1 {
        font-size: 60px !important;
    }

    .h2 {
        font-size: 42px !important;
    }
}

p {
    font-size: 17px;
    font-family: "Roboto";
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 1.3;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    p {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    p {
        font-size: 25px;
    }
}

.section_1 {
    border-radius: 14px;
    background: url("../img/section_1.png") no-repeat center top #fff;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .section_1 {
        padding-bottom: 20px;
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .section_1 {
        padding-bottom: 30px
    }
}

.section_1 .womanb {
    height: 437px;
    overflow: hidden
}

.section_1 .woman {
    margin-top: 0px;
    width: 245px;
    height: 547px;
}

@media (min-width: 768px) {
    .section_1 .woman {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .section_1 .woman {
        width: auto;
        height: auto
    }
}

.section_1 .pack {
    position: absolute;
    margin-top: 140px;
    margin-left: 105px
}

.section_1 .pack img {
    width: 203px
}

@media (min-width: 768px) {
    .section_1 .pack {
        margin-top: 280px;
        margin-left: 145px
    }
}

@media (min-width: 1200px) {
    .section_1 .pack {
        margin-top: 322px;
        margin-left: 70px
    }

    .section_1 .pack img {
        width: auto
    }
}

.section_1 .discount {
    position: absolute;
    padding-top: 20px;
    margin-top: -160px;
    margin-left: -55px;
    height: 130px;
    width: 130px;
    background-position: -142px -173px
}

@media (min-width: 1200px) {
    .section_1 .discount {
        margin-top: -245px;
        margin-left: -25px;
        height: 160px;
        width: 160px;
        background-position: -108px 0px
    }
}

.section_1 .discount .oldPriceForLandingInfoApi {
    font-family: 'Bebas Neue';
    font-size: 25px;
    color: #000;
    display: inline-block;
    line-height: 12px;
    margin: 0 auto 11px;
}

.section_1 .newprice {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.section_1 .newprice span {
    font-size: 29px;
    line-height: 29px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.section_1 .newprice .priceForLandingInfoApi {
    font-family: 'Bebas Neue Bold';
    font-size: 34px;
    line-height: 49px;
}

.section_1 .newprice .labelForLandingInfoApi {
    font-family: 'Bebas Neue';
    font-size: 20px;
    line-height: 10px;

}

@media (min-width: 1200px) {
    .section_1 .discount .oldPriceForLandingInfoApi {
        font-size: 36px;
        line-height: 30px;
        display: inline-block;
        margin: 0 auto 17px;
    }

    .section_1 .newprice .priceForLandingInfoApi {
        font-size: 55px;
        line-height: 46px;
    }

    .section_1 .newprice .labelForLandingInfoApi {
        font-size: 29px;
        line-height: 19px;
    }
}

@media (min-width: 768px) {
    .section_1 .pl90 {
        padding-left: 145px
    }
}

@media (min-width: 1200px) {
    .section_1 .pl90 {
        padding-left: 15px
    }
}

.section_1 .logo {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 300px
}

@media (min-width: 768px) {
    .section_1 .logo {
        margin-left: -60px;
    }
}

@media (min-width: 1200px) {
    .section_1 .logo {
        margin-top: 55px;
        width: auto;
        margin-left: 0px;
    }
}

.section_1 h2 {
    font-family: 'Bebas Neue Bold';
    font-size: 37px;
    color: #ff018b
}

@media (min-width: 768px) {
    .section_1 h2 {
        margin-left: -60px;
    }
}

@media (min-width: 1200px) {
    .section_1 h2 {
        font-size: 71px;
        margin-left: 0px;
    }
}

.section_1 .linet {
    display: block;
    margin-top: 0px;
    padding-bottom: 10px;
    width: 300px
}

@media (min-width: 768px) {
    .section_1 .linet {
        margin-left: -60px;
    }
}

@media (min-width: 1200px) {
    .section_1 .linet {
        width: auto;
        margin-left: 0px;
    }
}

.section_1 ul {
    padding-left: 0;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .section_1 ul {
        margin-left: -60px;
    }
}

@media (min-width: 1200px) {
    .section_1 ul {
        padding-left: 0;
        margin-left: -85px;
        margin-top: 45px
    }
}

.section_1 ul li {
    display: table;
    vertical-align: middle;
    height: 40px;
    margin-bottom: 25px
}

.section_1 ul li .icon,
.section_1 span.text {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

.section_1 ul li .icon {
    width: 28px;
    height: 27px;
    background-position: 0px 0px
}

.section_1 span.text {
    font-family: 'Panton';
    font-size: 22px;
    padding-left: 10px;
}

.section_1 ul {
    margin-bottom: 0
}

.section_1 ul li {
    margin-bottom: 0px
}

.section_1 ul li .icon.fl {
    display: block;
    width: auto;
    float: left
}

.section_1 ul li .icon,
.section_1 span.text {
    display: inline-block;
}

@media (min-width: 1200px) {
    .section_1 ul li .icon,
    .section_1 span.text {
        height: 47px;
        font-size: 30px;
    }

    .section_1 span.text {
        line-height: 38px;
    }
}

.section_1 .withoutdiets {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
    line-height: 26px;
    margin-top: 15px;
    padding-left: 40px
}

.section_1 .withoutdiets img {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: -20px;
    width: 244px
}

@media (min-width: 768px) {
    .section_1 .withoutdiets {
        font-size: 27px;
        line-height: 29px;
        padding-left: 0;
        margin-left: -60px;
    }

    .section_1 .withoutdiets img {
        width: 280px;
        margin-left: 0;
        margin-top: 0px;
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) {
    .section_1 .withoutdiets {
        font-size: 34px;
        line-height: 36px;
        margin-left: 0px;
    }

    .section_1 .withoutdiets img {
        margin-left: -35px;
    }

    .section_1 .withoutdiets img {
        width: auto
    }
}

.section_1 .badges img {
    width: 280px;
    margin-top: 10px
}

@media (min-width: 768px) {
    .section_1 .badges {
        position: absolute;
        width: 342px !important;
        margin-left: -370px;
        margin-top: 325px;
    }

    .section_1 .badges img {
        width: auto;
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .section_1 .badges {
        position: relative;
        margin-left: -45px;
        margin-top: 10px;
    }
}

.section_1 .form-position {
    width: 300px;
    background: #d5d5d5;
}

@media (min-width: 768px) {
    .section_1 .form-position {
        margin-left: -20px;
        width: 320px;
        box-shadow: 0px 2px 8.3px 1.7px rgba(0, 0, 1, 0.45);
    }
}

@media (min-width: 1200px) {
    .section_1 .form-position {
        width: 425px;
        float: right;
        margin-left: 0;
        background: #ebebeb;
    }

}

.stock {
    position: absolute;
    top:7px;
    left:-3px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    color: #923100;
    text-shadow: none;
    transform: rotate(-47deg);
}

.product {
}

.sale {
    font-family: Roboto;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .stock {
        font-size: 19px;
        top: 13px;
        left:-3px;
    }
    .product {
        font-size: 30px;
    }

    .sale {
        font-size: 20px;
    }
}

.section_1 .submit,
.section_11 .submit {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Panton";
    font-size: 22px;
    line-height: 20px;
    padding: 10px 0 8px;
    color: #fff;
    margin: 0 auto;
    /*min-height: 78px;*/
    width: 285px;
    cursor: pointer;
    outline: none;
    vertical-align: top;
    border: 3px solid white;
    border-radius: 25px;
    text-shadow: 0 3px 0 rgba(0, 0, 1, 0.45);
    box-shadow: 0 3px 7px 1px rgba(0, 0, 1, 0.45);
    background-image: linear-gradient(to bottom, #e93334, #bd0e03 100%);
}

.section_1 .submit::before,
.section_11 .submit::before{
    content: "";
    display: block;
    width: 49px;
    height: 54px;
    position: absolute;
    top:-5px;
    left:-3px;
    background: url("../img/sale.png") no-repeat;
}

@media (min-width:1200px) {
    .section_1 .submit,
    .section_11 .submit {
        width: 377px;
        height: 87px;
        padding: 10px 0 10px;
        line-height: normal;
        margin: 10px auto 0 auto;
    }
    .section_1 .submit::before,
    .section_11 .submit::before{
        width: 69px;
        height: 75px;
        background-size: 100% 100%;
        top:-5px;
        left:-3px;
    }
}

.pulse {

    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}
.submit {

}
    .section_1 .order-1 .form-position .triangle {
        background: url("../img/triangle.png") no-repeat center bottom;
        height: 105px;
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 26px;
        padding-top: 12px;
        line-height: 30px;
        color: #fff;
    }

    .section_1 .order-1 .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: -10px;
    }


@media (min-width: 768px) {
    .section_1 .order-1 .container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .section_1 .order-1 .form-position .triangle {
        height: 145px;
        font-size: 36px;
        line-height: 40px;
        padding-top: 20px;
    }
}

.section_1 .order-1 .timetillde {
    display: table;
    margin: 0 auto;
    text-align: center
}

.section_1 .order-1 .timetillde .text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .section_1 .order-1 {
        float: right;
        margin-top: -429px;
        margin-right: -15px;
    }

    .section_1 .order-1 .timetillde .text {
        font-size: 25px;
    }
}

.section_1 .order-1 .timetillde .dot {
    font-size: 42px;
    line-height: 93px;
}

.section_1 .order-1 .timetillde .timer {
    margin-top: -20px;
    margin-bottom: -20px
}

@media (min-width: 1200px) {
    .section_1 .order-1 .timetillde .timer {
        margin-top: 0;
        margin-bottom: 0
    }
}

.section_1 .order-1 .timetillde .timer .num {
    margin-top: 10px;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 32px;
    line-height: 47px;
    font-weight: 700;
    color: #000;
}

@media (min-width: 1200px) {
    .section_1 .order-1 .timetillde .timer .num {
        font-size: 45px;
        line-height: 63px;
        padding: 0 12px;
    }
}

.section_1 .order-1 .timetillde .timer .second:last-child .num:last-child {
    margin-right: 0px;
}

.section_1 .order-1 .label {
    display: block;
    float: none;
    position: relative;
    font-size: 16px;
    font-family: "Roboto";
    font-style: italic;
    line-height: 1.2;
    text-align: left;
    padding: 15px 0 5px 15px;
    font-weight: 400;
}

.section_1 .order-1 .frm-btm {
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px
}

@media (min-width: 1200px) {
    .section_1 .order-1 .frm-btm {
        margin-bottom: 20px;
        padding-bottom: 0px
    }
}

.section_1 .order-1 .frm-btm .orderedtotal {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

.section_1 .order-1 .frm-btm .orderedtotal b {
    font-weight: 700;
    font-size: 19px
}

.section_1 .order-1 input {
    width: 270px;
    line-height: 27px;
    padding-left: 5px
}

@media (min-width: 768px) {
    .section_1 .order-1 input {
        width: 290px;
        line-height: 27px
    }
}

@media (min-width: 1200px) {
    .section_1 .order-1 input {
        width: 390px;
        line-height: 31px
    }
}

.section_1 .frm-btm input::placeholder,
.frm-btm button::-moz-focus-inner,
.section_1 .frm-btm [type="button"]::-moz-focus-inner,
.section_1 .frm-btm [type="reset"]::-moz-focus-inner,
.section_1 .frm-btm [type="submit"]::-moz-focus-inner {
    font-family: "Bebas Neue Bold";
    font-size: 33px;
    color: #fff;
}

.section_1 .arrow-right {
    position: absolute;
    margin-top: 555px;
    width: 332px;
    height: 120px;
    background: url("../img/arrow-right-sm.png") no-repeat center top transparent;
}

.section_1 .arrow-right-2 {
    font-style: italic;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding-top: 18px;
}

@media (min-width: 1200px) {
    .section_1 .arrow-right {
        margin-top: 755px;
        width: 682px;
        height: 120px;
        background: url("../img/arrow-right.png") no-repeat center top transparent;
        padding-top: 30px
    }

    .section_1 .arrow-right-2 {
        font-size: 28px;
        line-height: 32px;
        padding-top: 0px;
        padding-left: 55px;
    }
}

.section_2 {
    padding-top: 10px;
    padding-bottom: 10px
}

.section_2 hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 2px solid rgba(0, 0, 0, 1);
}

.section_2 span {
    display: inline;
    font-size: 15px;
    line-height: 15px;
    font-family: "Roboto";
    font-weight: 900;
    vertical-align: middle;
    padding-right: 15px;
}

.section_2 i {
    display: inline;
    font-size: 28px;
    line-height: 28px;
    vertical-align: middle;
    padding-right: 5px;
}

.section_2 i.blue {
    color: #245799
}

.section_2 i.big {
    display: none
}

@media (min-width: 768px) {
    .section_2 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .section_2 i {
        font-size: 58px;
        line-height: 58px;
        padding-right: 15px;
    }

    .section_2 i.big {
        display: inline-block;
        font-size: 80px;
        line-height: 90px;
    }
}

@media (min-width: 1200px) {
    .section_2 span {
        font-size: 27px;
        line-height: 27px;
    }
}

.section_3 {
    padding-top: 10px;
    padding-bottom: 0px;
}

.section_3 img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.section_4 {
    border-radius: 14px;
    background: url("../img/section_4.png") no-repeat right bottom #fff;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.section_4 .h1 {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .section_4 .h1 {
        margin-bottom: 0;
    }

    .section_4 {
        margin-bottom: 35px;
        padding-bottom: 0px;
    }
}

.section_5 {
    border-radius: 14px;
    background: url("../img/section_5_sm.png") no-repeat left top #fff;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.section_5 .icon.fl {
    display: block;
}

.section_5 .icon {
    margin-right: -25px;
    margin-left: -15px;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 22px;
    background-position: -69px -77px
}

.section_5 h1 {
    font-size: 25px !important;
    line-height: 35px !important;
    text-align: center;
}

.section_5 h1 .pink {
    font-size: 37px !important;
}

@media (min-width: 768px) {
    .section_5 h1,
    .section_5 h1 .pink {
        font-size: 37px !important;
    }

    .section_5 .icon.fl {
        float: right;
    }

    .section_5 {
        margin-bottom: 35px;
        background: url("../img/section_5.png") no-repeat left top #fff;
        background-size: 100%;
    }

    .section_5 h1 {
        text-align: left;
    }

    .section_5 .icon {
        margin-right: 0;
        margin-left: 0;
        width: 35px;
        height: 41px;
        background-position: -28px 0
    }
}

@media (min-width: 1200px) {
    .section_5 h1,
    .section_5 h1 .pink {
        font-size: 60px !important;
    }
}

.section_5 .mtm {
    margin-top: 40px;
    margin-bottom: -135px
}

.section_5 .mtm2 {
    margin-top: 30px;

}

@media (min-width: 768px) {
    .section_5 .mtm {
        margin-top: 50px;
        margin-bottom: -135px
    }

    .section_5 .mtm2 {
        margin-top: 40px;
        margin-bottom: -125px
    }
}

.section_5 .ph {
    padding: 15px 0 5px
}

._r {
    margin-top: 15px;
    margin-bottom: 15px;
}

.section_5 .greenbg {
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 10px;
    height: 100px;
}

.section_5 .pack-3 {
    margin-top: -230px;
    max-width: 100%;
    margin-left: -30px;
}

.section_5 .fruits {
    margin-top: -25px;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .section_5 h1 {
        line-height: 55px !important;
    }

    .section_5 .ph {
        padding: 25px 0 5px
    }

    .section_5 p {
        margin-bottom: 30px
    }

    .section_5 .ph {
        padding: 35px 0 15px
    }

    .section_5 .mtm {
        margin-top: 50px;
        margin-bottom: -185px
    }

    .section_5 .mtm2 {
        margin-top: 30px;
        margin-bottom: -142px
    }

    .section_5 .greenbg {
        height: 145px;
    }

    .section_5 .pack-3 {
        margin-top: -300px;
        margin-left: 0
    }
}

.section_5 .submit,
.section_7 .submit {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Panton";
    font-size: 22px;
    line-height: 20px;
    padding: 10px 0 8px;
    color: #fff;
    margin: 0 auto;
    width: 285px;
    cursor: pointer;
    outline: none;
    vertical-align: top;
    border: 3px solid white;
    border-radius: 25px;
    text-shadow: 0 3px 0 rgba(0, 0, 1, 0.45);
    box-shadow: 0 3px 7px 1px rgba(0, 0, 1, 0.45);
    background-image: linear-gradient(to bottom, #fd1f8d, #b11464);
}

.section_5 .submit::before,
.section_7 .submit::before {
    content: "";
    display: block;
    width: 49px;
    height: 54px;
    position: absolute;
    top:-5px;
    left:-3px;
    background: url("../img/sale.png") no-repeat;
}

@media (min-width:1200px) {
    .section_5 .submit,
    .section_7 .submit {
        width: 381px;
        height: 90px;
        margin: 10px auto 0 auto;
        padding: 10px 0 10px;
        line-height: normal;
    }

    .section_5 .submit::before,
    .section_7 .submit::before {
        width: 69px;
        height: 75px;
        background-size: 100% 100%;
        top: -5px;
        left: -3px;
    }
}

.section_6 {
    border-radius: 14px;
    background: url("../img/section_6.png") no-repeat left bottom #fff;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .section_6 {
        margin-bottom: 35px;
    }
}

.section_6 h1 {
    margin-top: 10px;
    font-size: 25px !important;
    line-height: 35px !important;
    text-align: center;
}

.section_6 h1 .green {
    font-size: 37px !important;
}

@media (min-width: 768px) {
    .section_6 h1,
    .section_6 h1 .green {
        line-height: 35px !important;
        font-size: 37px !important;
        margin-top: 30px;
        margin-top: 10px;
        text-align: left;
    }

    .section_6 h1 .pink {
        font-size: 41px !important;
    }
}

@media (min-width: 1200px) {
    .section_6 h1,
    .section_6 h1 .green {
        line-height: 60px !important;
        font-size: 60px !important;
        margin-top: 30px;
    }

    .section_6 h1 .pink {
        font-size: 71px !important;
    }
}

.section_6 .tv {
    margin-left: -15px;
    max-width: 100%;
}

.section_6 .pt30 {
    padding-top: 10px
}

@media (min-width: 1200px) {
    .section_6 .pt30 {
        padding-top: 30px
    }
}

.section_6 .greenbg {
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
    .section_6 .greenbg {
        height: 135px;
        margin-bottom: 30px;
        margin-top: 30px;
        margin-top: 10px;
        background: -moz-linear-gradient(left, #ffffff 0%, #13a06f 10%, #009863 30%, #009863 50%, #009863 71%, #13a06f 90%, #ffffff 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ffffff 0%, #13a06f 10%, #009863 30%, #009863 50%, #009863 71%, #13a06f 90%, #ffffff 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ffffff 0%, #13a06f 10%, #009863 30%, #009863 50%, #009863 71%, #13a06f 90%, #ffffff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
    }
}

@media (min-width: 768px) {
    .section_6 .mtm {
        margin-top: 10px;
        margin-bottom: -75px
    }
}

.section_6 .greenbg span {
    display: table;
    width: 100%;
    text-align: center;
    font-family: "Roboto";
    margin: 20px auto 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    border: 3px dashed #fff;
}

@media (min-width: 768px) {
    .section_6 .greenbg span {
        margin: 30px auto 0;
        font-size: 41px;
        border: 5px dashed #fff;
    }
}

@media (min-width: 1200px) {
    .section_6 .greenbg span {
        font-size: 51px;
        margin-top: 25px;
    }
}

.section_6 .greenbg .before {
    font-family: "Roboto";
    font-size: 17px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .section_6 .greenbg .before {
        font-size: 22px;
        line-height: 28px;
        padding-top: 36px;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .section_6 .greenbg .before {
        font-size: 25px;
        line-height: 33px;
        padding-top: 20px;
    }
}

.section_6 ul {
    padding-left: 0;
    padding-bottom: 30px
}

@media (min-width: 1200px) {
    .section_6 ul {
        padding-left: 0;
    }
}

.section_6 ul li {
    display: table;
    vertical-align: middle;
    height: 40px;
    margin-bottom: 25px
}

.section_6 ul li .icon,
.section_6 span.text {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

.section_6 ul li .icon {
    width: 35px;
    height: 26px;
    background-position: -69px -47px;
}

.section_6 span.text {
    font-family: 'Segoe Script';
    font-size: 22px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .section_6 span.text {
        font-size: 30px;
        padding-left: 20px;
    }

    .section_6 ul li .icon {
        background-position: -66px 0;
        height: 41px;
    }
}

.section_6 ul {
    margin-bottom: 0
}

.section_6 ul li {
    margin-bottom: 0px
}

.section_6 ul li .icon.fl {
    display: table;
    width: 38px;
    float: left
}

.section_6 ul li .icon,
.section_6 span.text {
    display: table-cell;
}

@media (min-width: 1200px) {
    .section_6 ul li .icon,
    .section_6 span.text {
        height: 41px;
        font-size: 40px;
    }

    .section_6 span.text {
        line-height: 58px;
    }
}

.section_6 h3 {
    font-size: 25px;
    font-family: "Bebas Neue";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .section_6 h3 {
        font-size: 36px;
        line-height: 1;
    }
}

@media (min-width: 1200px) {
    .section_6 h3 {
        font-size: 41px;
        line-height: 1.2;
    }
}

.section_6 .limebg {
    padding: 20px 0 5px;

}

@media (min-width: 768px) {
    .section_6 .limebg p {
        margin-top: 15px
    }

    .section_6 .limebg {
        padding: 40px 0 15px;
        margin-bottom: 45px
    }

    .section_6 .limebg p {
        margin-top: 25px
    }
}

.section_7 h1 {
    font-size: 25px;
    font-family: "Panton";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    padding-top: 25px;
    text-align: center;
}

@media (min-width: 768px) {
    .section_7 .submit {
        margin-top: 41px;
    }

    .section_7 h1 {
        text-align: left;
        margin-top: 23px
    }
}

@media (min-width: 1200px) {
    .section_7 h1 {
        font-size: 41px;
        line-height: 46px;
    }

    .section_7 .submit {
        margin-left: -15px;
    }
}

.section_8 {
    padding-bottom: 30px;
    border-radius: 14px;
    background: url("../img/section_8.png") no-repeat center top #fff;
    overflow: hidden;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .section_8 {
        margin-bottom: 35px;
    }
}

.section_8 h1 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px
}

.section_8 h2 {
    text-align: center;
}

.section_8 p {
    font-size: 17px
}

@media (min-width: 768px) {
    .section_8 h1 {
        text-align: left;
        margin-bottom: 0
    }

    .section_8 h2 {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .section_8 h1 {
        font-size: 54px !important;
    }

    .section_8 p {
        font-size: 25px
    }
}

.section_8 h2 {
    margin-bottom: 40px
}

.section_8 .sprite.icon {
    display: block;
    width: 67px;
    height: 67px;
}

@media (min-width: 768px) {
    .section_8 .sprite.icon {
        float: right;
    }
}

@media (min-width: 1200px) {
    .section_8 .sprite.icon {
        margin-top: 10px;
        float: none
    }
}

.section_8 .sprite.icon.icon1 {
    background-position: 0 -70px;
}

.section_8 .sprite.icon.icon2 {
    background-position: 0 -148px;
}

.section_8 .sprite.icon.icon3 {
    background-position: 0 -226px;
}

.section_9 .pinkbg {
    margin-top: 20px;
    margin-bottom: 30px
}

.section_9 h1 {
    font-size: 25px !important
}

.section_9 h1 span {
    font-size: 37px !important
}

.section_9 h2 {
    font-size: 19px !important;
    margin-bottom: 0;
    padding: 5px 0;
    color: #fff
}

@media (min-width: 768px) {
    .section_9 h1,
    .section_9 h1 span {
        font-size: 37px !important
    }

    .section_8 .graybg {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .section_9 h2 {
        font-size: 42px !important
    }
}

@media (min-width: 1200px) {

    .section_9 h1 {
        line-height: 65px !important;
        margin-top: 20px;

    }

    .section_9 h1,
    .section_9 h1 span {
        font-size: 60px !important
    }

    .section_9 .pinkbg {
        margin-top: 40px;
        margin-bottom: 60px
    }
}

.section_9 .stars {
    line-height: 14px !important
}

.section_9 .stars i {
    color: #f39a00;
    font-size: 16px;
    line-height: 16px !important;
}

.section_9 .lightgraybg {
    box-shadow: 0px 5px 6.09px 0.91px rgba(0, 0, 1, 0.22);
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    margin-bottom: 25px
}

.section_9 .rev {

    width: 85px;
    float: left;
    margin-right: 10px;
}

.section_9 p {
    font-size: 16px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .section_9 .rev {
        width: auto;
        margin-right: 0;
        max-width: 100%;
    }

    .section_9 p {
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    .section_9 .rev {
        max-width: 200%;
    }

    .section_9 p {
        font-size: 25px
    }

    .section_9 .rev {
        margin-left: -15px;
    }
}

.section_9 img {
    border-radius: 3px;
    border: 3px solid #fff;
}

.section_9 p.h2 {
    font-family: "Roboto"
}

.section_9 p.h1,
.section_9 p.h2 {
    margin-bottom: 0;
    padding-top: 5px
}

.section_9 p.h1 {
    font-size: 30px !important;
    text-align: center
}

.section_9 {
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .section_9 p.h1 {
        font-size: 32px !important;
        line-height: 37px !important;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .section_9 p.h1 {
        font-size: 46px !important;
    }

    .section_9 {
        padding-bottom: 50px
    }
}

.section_9 .col-12 .col-12 {
    padding: 0
}

@media (min-width: 768px) {
    .section_9 .lightgraybg {
        padding-top: 25px;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .section_9 .col-12 .col-12 {
        padding: 0 15px
    }
}

.section_10 {
    background: url("../img/section_10.png") no-repeat right top #fff;
    padding-bottom: 10px;
    background-size: cover;
}

.section_10 h1 {
    font-size: 25px !important;
    margin-bottom: 20px;
}

.section_10 h1 .green {
    font-size: 37px !important;
}

@media (min-width: 768px) {
    .section_10 h1 {
        font-size: 37px !important;
    }
}

.section_10 .greenbg {
    background: #249561;
    font-family: "Roboto";
    font-size: 17px;
    color: #fff;
    padding-top: 10px;
    line-height: 20px;
    padding-bottom: 15px
}

@media (max-width: 768px) {
    .section_10 {
        background-position: -500px top;
    }
}

@media (min-width: 768px) {
    .section_10 .greenbg {
        height: 120px;
        font-size: 20px;
        line-height: 25px;
    }
}

.section_10 .mtm {
    margin-bottom: -166px;
    margin-top: -30px;
}

@media (min-width: 1200px) {
    .section_10 h1, .section_10 h1 .green {
        font-size: 60px !important;
    }

    .section_10 .greenbg {
        font-size: 25px;
        padding-top: 35px;
        line-height: 33px;
        height: 170px;
    }

    .section_10 .mtm {
        margin-bottom: -200px;
        margin-top: -30px;
    }
}

.section_10 .madeineu {
    margin-left: -35px
}

@media (min-width: 768px) {
    .section_10 {
        padding-bottom: 50px;
    }

    .section_10 .madeineu {
        max-width: 100%;
        margin-left: 0
    }
}

.section_11 {
    border-radius: 14px;
    background: url("../img/section_11.png") no-repeat center top #fff;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 35px
}

@media (min-width: 768px) {
    .section_11 {
        padding-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .section_11 {
        padding-bottom: 30px
    }
}

.section_11 .womanb {
    height: 328px;
    overflow: hidden
}

.section_11 .woman {
    width: 195px;
    margin-left: 10px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .section_11 .woman {
        width: 245px;
        margin-top: 105px;
    }
}

@media (min-width: 1200px) {
    .section_11 .woman {
        width: auto;
        margin-top: 230px;
    }
}

.section_11 .pack {
    position: absolute;
    margin-top: 30px;
    margin-left: 110px
}

.section_11 .pack img {
    width: 203px
}

@media (min-width: 768px) {
    .section_11 .pack {
        margin-top: -275px;
        margin-left: 130px
    }
}

@media (min-width: 1200px) {
    .section_11 .pack {
        margin-top: -478px;
        margin-left: 260px
    }

    .section_11 .pack img {
        width: auto
    }
}

.section_11 .discount {
    position: absolute;
    padding-top: 20px;
    margin-top: -160px;
    margin-left: -35px;
    height: 130px;
    width: 130px;
    background-position: -142px -173px
}

@media (min-width: 768px) {
    .section_11 .discount {
        margin-left: -55px;
    }
}

@media (min-width: 1200px) {
    .section_11 .discount {
        margin-top: -245px;
        margin-left: -25px;
        height: 160px;
        width: 160px;
        background-position: -108px 0px
    }
}

.section_11 .newprice {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.section_11 .newprice span {
    font-size: 29px;
    line-height: 29px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.section_11 .newprice .discountgr {
    font-family: 'Bebas Neue Bold';
    font-size: 49px;
    line-height: 30px;
}

@media (min-width: 1200px) {
    .section_11 .newprice .discountgr {
        font-size: 60px;
        line-height: 76px;
    }
}

@media (min-width: 768px) {
    .section_11 .pl90 {
        padding-left: 205px
    }
}

@media (min-width: 1200px) {
    .section_11 .pl90 {
        padding-left: 30px
    }
}

.section_11 .logo {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 300px
}

@media (min-width: 1200px) {
    .section_11 .logo {
        margin-top: 55px;
        width: auto
    }
}

.section_11 h1 {
    font-size: 37px;
    margin-top: 30px;
    font-family: "Bebas Neue Bold";
    color: rgb(255, 255, 255);
    line-height: 1.038;
    text-align: left;
    text-shadow: 0px 5px 1.66px rgba(0, 0, 1, 0.33);
}

.section_11 h2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    margin-top: 22px;
    color: #ff018b;
}

.section_11 h2 b {
    font-weight: 900
}

@media (min-width: 768px) {
    .section_11 h1 {
        font-size: 46px;
    }

    .section_11 h2 {
        font-size: 29px;
        text-align: left
    }

    .section_11 h1,
    .section_11 h2,
    .section_11 .linet,
    .section_11 ul {
        margin-left: -125px
    }
}

@media (min-width: 1200px) {
    .section_11 h1 {
        font-size: 71px;
        margin-left: 0px;
    }

    .section_11 h2 {
        font-size: 61px;
        margin-left: 0px;
    }
}

.section_11 .linet {
    display: block;
    margin-top: 0px;
    width: 300px;
}

@media (min-width: 1200px) {
    .section_11 .linet {
        width: auto;
        margin-left: 0px;
    }
}

.section_11 ul {
    padding-left: 0;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .section_11 ul {
        padding-left: 0;
        margin-left: 0;
        margin-top: 35px;
        margin-left: 0px;
    }
}

.section_11 ul li {
    display: table;
    vertical-align: middle;
    height: 40px;
    margin-bottom: 25px
}

.section_11 ul li .icon,
.section_11 span.text {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

.section_11 ul li .icon {
    width: 28px;
    height: 27px;
    background-position: 0px 0px
}

.section_11 span.text {
    font-family: 'Panton';
    font-size: 22px;
    padding-left: 10px;
}

.section_11 ul {
    margin-bottom: 0
}

.section_11 ul li {
    margin-bottom: 0px
}

.section_11 ul li .icon.fl {
    display: block;
    width: auto;
    float: left
}

.section_11 ul li .icon,
.section_11 span.text {
    display: inline-block;
}

@media (min-width: 1200px) {
    .section_11 ul li .icon,
    .section_11 span.text {
        height: 47px;
        font-size: 30px
    }

    .section_11 span.text {
        line-height: 38px;
    }
}

.section_11 .withoutdiets {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
    line-height: 26px;
    margin-top: 15px;
    padding-left: 40px
}

.section_11 .withoutdiets img {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: -20px;
    width: 244px
}

@media (min-width: 768px) {
    .section_11 .withoutdiets {
        font-size: 27px;
        line-height: 29px;
        padding-left: 0
    }

    .section_11 .withoutdiets img {
        width: 280px;
        margin-left: 0;
        margin-top: 0px;
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) {
    .section_11 .withoutdiets {
        font-size: 34px;
        line-height: 36px;
    }

    .section_11 .withoutdiets img {
        margin-left: -35px;
    }

    .section_11 .withoutdiets img {
        width: auto
    }
}

.section_11 .badges img {
    width: 280px;
    margin-top: 0px
}

@media (min-width: 768px) {
    .section_11 .badges {
        position: absolute;
        width: 142px !important;
        margin-left: -370px;
    }

    .section_11 .badges img {
        width: auto;
        margin-top: 430px
    }
}

@media (min-width: 1200px) {
    .section_11 .badges {
        position: relative;
        margin-left: 245px;
        margin-top: 10px;
    }

    .section_11 .badges img {
        margin-top: 40px
    }
}

.section_11 .form-position {
    width: 300px;
    background: #d5d5d5;
}

@media (min-width: 768px) {
    .section_11 .form-position {
        margin-left: -20px;
        width: 320px;
        box-shadow: 0px 2px 8.3px 1.7px rgba(0, 0, 1, 0.45);
    }
}

@media (min-width: 1200px) {
    .section_11 .form-position {
        width: 425px;
        float: right;
        margin-left: 0;
        background: #ebebeb;
    }
}


.section_11 .order-1 .form-position .triangle {
    background: url("../img/triangle.png") no-repeat center bottom;
    height: 105px;
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 26px;
    padding-top: 12px;
    line-height: 30px;
    color: #fff;
}

.section_11 .order-1 .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
}

@media (min-width: 768px) {
    .section_11 .order-1 .container {
        margin-top: 15px
    }

    .section_11 .order-1 .container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .section_11 .order-1 .container {
        margin-top: 0
    }

    .section_11 .order-1 .form-position .triangle {
        height: 145px;
        font-size: 36px;
        line-height: 40px;
        padding-top: 20px;
    }
}

.section_11 .order-1 .timetillde {
    display: table;
    margin: 0 auto;
    text-align: center
}

.section_11 .order-1 .timetillde .text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .section_11 .order-1 {
        float: right;
        margin-top: -525px;
        margin-right: -15px;
    }

    .section_11 .order-1 .timetillde .text {
        font-size: 25px;
    }
}

.section_11 .order-1 .timetillde .dot {
    font-size: 42px;
    line-height: 93px;
}

.section_11 .order-1 .timetillde .timer {
    margin-top: -20px;
    margin-bottom: -20px
}

@media (min-width: 1200px) {
    .section_11 .order-1 .timetillde .timer {
        margin-top: 0;
        margin-bottom: 0
    }
}

.section_11 .order-1 .timetillde .timer .num {
    margin-top: 10px;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 32px;
    line-height: 47px;
    font-weight: 700;
    color: #000;
}

@media (min-width: 1200px) {
    .section_11 .order-1 .timetillde .timer .num {
        font-size: 45px;
        line-height: 63px;
        padding: 0 12px;
    }
}

.section_11 .order-1 .timetillde .timer .second:last-child .num:last-child {
    margin-right: 0px;
}

.section_11 .order-1 .label {
    display: block;
    float: none;
    position: relative;
    font-size: 16px;
    font-family: "Roboto";
    font-style: italic;
    line-height: 1.2;
    text-align: left;
    padding: 15px 0 5px 15px;
    font-weight: 400;
}

.section_11 .order-1 .frm-btm {
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px
}

@media (min-width: 1200px) {
    .section_11 .order-1 .frm-btm {
        margin-bottom: 20px;
        padding-bottom: 0px
    }
}

.section_11 .order-1 .frm-btm .orderedtotal {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

.section_11 .order-1 .frm-btm .orderedtotal b {
    font-weight: 700;
    font-size: 19px
}

.section_11 .order-1 input {
    width: 270px;
    line-height: 27px;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .section_11 .order-1 input {
        width: 290px;
        line-height: 27px
    }
}

@media (min-width: 1200px) {
    .section_11 .order-1 input {
        width: 390px;
        line-height: 31px
    }
}

.section_11 .frm-btm input::placeholder,
.frm-btm button::-moz-focus-inner,
.section_11 .frm-btm [type="button"]::-moz-focus-inner,
.section_11 .frm-btm [type="reset"]::-moz-focus-inner,
.section_11 .frm-btm [type="submit"]::-moz-focus-inner {
    font-family: "Bebas Neue Bold";
    font-size: 33px;
    color: #fff;
}

.section_11 .arrow-right {
    position: absolute;
    margin-top: 0;
    width: 332px;
    height: 120px;
    background: url("../img/arrow-right-sm.png") no-repeat center top transparent;
    margin-left: -15px
}

.section_11 .arrow-right-2 {
    font-style: italic;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding-top: 18px;
}

@media (min-width: 1200px) {
    .section_11 .arrow-right {
        margin-top: -45px;
        margin-left: -15px;
        width: 682px;
        height: 120px;
        background: url("../img/arrow-right.png") no-repeat center top transparent;
        padding-top: 30px
    }

    .section_11 .arrow-right-2 {
        font-size: 28px;
        line-height: 32px;
        padding-top: 0px;
        padding-left: 55px;
    }
}

.section_11 .prices {
    font-family: "Roboto";
    line-height: 30px;
    margin-top: 15px
}

@media (min-width: 768px) {
    .section_11 .prices {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .section_11 .prices {
        margin-top: 0;
        font-size: 27px;
        line-height: 40px;
        font-family: "Roboto"
    }
}

.section_11 .prices .labelForLandingInfoApi {
    font-size: 14px;
    text-transform: uppercase
}

.section_11 .prices .priceForLandingInfoApi {
    font-size: 40px;
}

.section_11 .prices .oldPriceForLandingInfoApi {
    font-size: 24px;
}

@media (min-width: 1200px) {
    .section_11 .prices .labelForLandingInfoApi {
        font-size: 24px;
    }

    .section_11 .prices .priceForLandingInfoApi {
        font-size: 50px;
    }

    .section_11 .prices .oldPriceForLandingInfoApi {
        font-size: 34px;
    }
}

form {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .section_5 .submit, .section_7 .submit {
        font-size: 17px;
        max-width: 320px;
        padding: 10px 45px;
        margin: 0 auto 8px ;
    }
    .section_1 h2 {
        text-align: center;
    }
    header .warning {
        font-size: 14px;
        line-height: 17px;
    }
    .section_1 .withoutdiets {
        text-align: center;
        padding: 0;
    }
    .section_1 .newprice .priceForLandingInfoApi {
        font-size: 39px !important;
    }
    .section_6 h3, .section_7 h1{
        font-size: 23px;
    }

    .section_9 p.h1 {
        font-size: 27px !important;
    }

.text-center_p {
    text-align: center;
}





}