@media (max-width: 991px) {


    .sec1__grid,
    .sec2__grid,
    .sec3__grid,
    .sec4__grid,
    .sec5__grid,
    .sec6__grid,
    .sec7__grid,
    .sec8__grid,
    .sec9__grid,
    .sec10__grid,
    .sec11__grid,
    .sec12__grid {
        display: block;
        width: 100%;

        table-layout: fixed;
    }

    .sec1__part,
    .sec2__part,
    .sec3__part,
    .sec4__part,
    .sec5__part,
    .sec6__part,
    .sec7__part,
    .sec8__part,
    .sec9__part,
    .sec10__part,
    .sec11__part,
    .sec12__part {
        display: block;

        vertical-align: top;
    }

    .header__container,
    .sec1__container,
    .sec2__container,
    .sec3__container,
    .sec4__container,
    .sec5__container,
    .sec6__container,
    .sec7__container,
    .sec8__container,
    .sec9__container,
    .sec10__container,
    .sec11__container,
    .sec12__container {
        position: relative;

        max-width: 320px;
        margin: 0 auto;
        padding: 4px 10px;
    }

    body {
        min-width: 100%;

        color: #022c59;
    }

    .font-PT {
        font-family: "PT Serif", serif;
    }

    .only-web {
        display: none !important;
    }

    .only-mob {
        display: block;
    }

    .h1 {
        position: relative;
        z-index: 9;

        margin: 5px 0;

        font-weight: 900;
        font-size: 33px;
        line-height: 1;
        letter-spacing: 0;
    }

    .h2 {
        position: relative;
        z-index: 9;

        font-weight: 700;
        font-size: 19px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .h2 b {
        font-weight: 700;
    }

    .header .logo {
        position: relative;

        width: 120px;
        margin: 10px 0;

        font-size: 19px;
        text-align: left;
        color: #626262;
        text-transform: uppercase;
    }

    .header .logo:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 123px;

        display: block;
        width: 48px;
        height: 24px;
        margin-top: -13px;

        background: url('../img/best_seller-mob.png') no-repeat;
    }

    .header .logo:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -86px;

        display: block;
        width: 25px;
        height: 25px;
        margin-top: -13px;
        display: none;
        background: url('../img/logo-mob.png') no-repeat;
    }

    .sec2 .h1 {
        width: 100%;
    }

    .header .h1 {
        position: relative;
        z-index: 9;

        margin: 10px auto 7px;

        font-size: 16px;
        text-align: left;
        color: #1ba8c4;
    }

    .sec1 .h2 {
        font-weight: 900;
        font-size: 24px;
        line-height: 1;
    }

    .product_name {
        width: 300px;
    }

    .number-1 {
        position: absolute;
        top: 4px;
        left: 3px;

        padding: 2px 7px;

        font-size: 15px;
        color: #ffffff;

        background: #ca2957;
        -webkit-border-radius: 22px;
        border-radius: 22px;
    }

    .number-2 {
        position: absolute;
        top: 4px;
        left: 3px;

        margin-left: 0;
        padding: 2px 6px;

        font-size: 15px;
        color: #ffffff;

        background: #1e9e0d;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }

    .product_name div {
        position: relative;
        left: 9px;

        display: inline-block;
        width: 147px;
        padding: 6px 0 6px 30px;

        font-size: 16px;
        line-height: 1.1;
        text-align: left;
    }

    .sec1__prod {
        position: relative;
        left: 10px;
        display: block;
        width: 150px;
        margin: 10px auto;
        z-index: 99999;
    }

    .sec1__part {
        padding: 0;
    }

    .sec1__part:first-of-type .secret span {
        position: relative;
        top: -12px;
        z-index: 9;

        display: inline-block;
        width: 103px;
        padding-right: 5px;

        font-weight: 500;
        font-size: 15px;
        line-height: 1;
        text-align: right;
        letter-spacing: -1px;
    }

    .secret .border-clock {
        position: relative;
        right: 0;

        display: itable;
        width: auto;
        margin: 0 auto;

        border: 1px solid #c9cdcf;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .flip-clock-wrapper ul.flip {
        width: 20px !important;
    }

    .flip-clock-wrapper ul li {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;

        height: 40px;
        padding: 0;

        line-height: 40px;
        text-decoration: none !important;
    }

    .flip-clock-wrapper ul {
        position: relative;
        width: 20px;
        height: 40px;
        margin: 1px;
        padding: 1px 14px;
        float: left;

        font-weight: bold;
        font-size: 26px;
        line-height: 33px;

        background: #edf0f5;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .flip-clock-wrapper ul li a div div.inn {
        position: absolute;
        left: 0;
        z-index: 1;

        width: 100%;
        height: 200%;

        font-weight: 700;
        font-size: 34px;
        font-family: "Open Sans Condensed", sans-serif;
        text-align: center;
        color: #888d98;
        text-shadow: 0 1px 1px #000000;

        background-color: #eef1f6;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    /* .old_price {
        position: relative;
        top: 0;

        display: block;
        margin-top: 6px;

        font-weight: 500;
        font-size: 22px;
        text-align: center;
        color: #a7acb0;
        text-transform: uppercase;
        text-decoration: line-through;
    }

    .new_price {
        position: relative;
        top: 0;

        display: block;
        padding-bottom: 0;

        font-weight: 900;
        font-size: 40px;
        line-height: 1.2;
        text-align: center;
        color: #ca2957;
    }*/

    .btn {
        position: relative;
        z-index: 99;

        display: block;
        width: 296px;
        margin: auto;
        padding: 16px 10px 16px;

        font-weight: 700;
        font-size: 20px;
        color: white;
        text-transform: uppercase;

        background: #fc7e02;
        border: none;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        outline: none;
        -webkit-box-shadow: 0 0 9px 1px #9c9c9c;
        box-shadow: 0 0 9px 1px #9c9c9c;
        cursor: pointer;
    }

    .sec1 .last__block .h1 {
        margin-left: 0;

        letter-spacing: -1px;
    }

    .sec1 .last__block .h2 {
        margin-left: 0;

        font-weight: 700;
        font-size: 19px;
        letter-spacing: 0;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
    }

    .sec1__container:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: -294px;
        z-index: 0;

        display: block;
        width: 705px;
        height: 941px;

        background: url('../img/photo1.png') no-repeat;
    }

    .sec1 .last__block:after {
        content: "";
        position: absolute;
        top: -23px;
        left: -100px;
        z-index: 0;

        display: block;
        width: 90px;
        height: 115px;

        background: url('../img/grapefruit-mob.png') no-repeat;
    }

    .sec1 .last__block ul {
        position: relative;
        left: 0;

        width: 100%;
        margin: 40px 0;
        padding-left: 127px;

        font-size: 17px;
    }

    .sec1 .last__block .kletki {
        position: relative;
        top: 40px;
        left: -30px;

        width: 360px;
        margin: 40px auto 0;
        padding-bottom: 30px;

        font-size: 16px;
    }

    .sec1 .last__block ul:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -111px;
        z-index: 0;

        display: block;
        width: 550px;
        height: 550px;
        margin-top: -326px;

        background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.65) 0%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 0.65) 0%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: -o-radial-gradient(center ellipse, rgba(255, 255, 255, 0.65) 0%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.65) 0%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#00000000', GradientType=1);
    }

    .sec2__part:first-of-type {
        width: 100%;
    }

    .sec2__container {
        padding: 20px 10px;
    }

    p {
        position: relative;
        z-index: 2;

        margin: 15px 0;

        font-size: 17px;
        line-height: 1.2;
        color: #000000;
    }

    .sec2__part {
        position: relative;

        width: 100%;
    }

    .sec2__part:last-of-type {
        margin-top: 90px;
    }

    .sec3__container {
        padding: 60px 10px 30px;
    }

    .sec3 .number-1:after {
        content: "";
        position: absolute;
        top: -46px;
        left: 0;
        z-index: 0;

        display: block;
        width: 72px;
        height: 38px;

        background: url('../img/icon2-mob.png') no-repeat;
    }

    .sec3__part:last-of-type {
        width: 100%;
    }

    .sec1 .last__block {
        min-height: 570px;
    }

    .sec2 .ingridients {
        position: relative;
        left: -30px;
        z-index: 2;

        width: 291px;
        height: 231px;

        background: url('../img/molecula.png') no-repeat;
        background-size: contain;
    }

    .sec2 .woman {
        position: absolute;
        bottom: 100px;
        left: 85px;
        z-index: 1;

        width: 260px;
        height: 228px;

        background: url('../img/photo4.jpg') no-repeat;
        background-size: contain;
    }

    .sec3 .number-1 {
        position: relative;
        top: -1px;
        left: 0;

        padding: 2px 9px;

        font-size: 15px;
    }

    .sec3__grid .prod {
        position: absolute;
        top: 40px;
        right: 55px;
        z-index: 4;
        display: block;
        width: 150px;
    }

    .sec3__grid .girl {
        position: relative;
        right: -123px;

        width: 284px;
        height: 250px;
        margin-top: -52px;

        background: url('../img/girl2-mob.png') no-repeat;
        -webkit-background-size: 90% 90%;
        background-size: 90%;
    }

    .sec3 .h2.pink {
        padding-right: 100px;

        letter-spacing: -1px;
    }

    .sec3 .ingr_name:after {
        content: "";
        position: absolute;
        top: -35px;
        left: -92px;
        z-index: 1;

        display: block;
        width: 112px;
        height: 131px;

        background: url('../img/grapefruit2-mob.png') no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
    }

    .sec3 .ingr_name {
        position: relative;
        z-index: 2;

        margin: 40px 0 0 0;

        font-size: 17px;
        line-height: 1.2;
    }

    .sec3 ul {
        position: relative;

        margin: 20px 0 30px;
        padding-left: 0;

        font-size: 17px;
    }

    ul li {
        margin-bottom: 12px;
    }

    .sec3 ul:after {
        content: "";
        position: absolute;
        top: -28px;
        left: -121px;
        z-index: 1;

        display: block;
        width: 266px;
        height: 192px;

        background: url('../img/photo5-mob.png') no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
    }

    .sec4 .number-2:after {
        content: "";
        position: absolute;
        top: -52px;
        left: 0;
        z-index: 3;

        display: block;
        width: 47px;
        height: 45px;

        background: url('../img/icon-mob.png') no-repeat;
    }

    .sec4__container {
        padding: 60px 10px 40px;
    }

    .sec4 .number-2 {
        position: relative;
        top: -1px;
        left: 0;

        padding: 2px 7px;

        font-size: 15px;
    }

    .sec4 .h2.green {
        padding-right: 100px;

        letter-spacing: -1px;
    }

    .sec4 .h1 {
        padding-right: 100px;
    }

    .sec4__grid .prod {
        position: absolute;
        top: 130px;
        right: 121px;
        z-index: 2;

        display: block;
        width: 200px;
    }

    .sec4__grid .girl {
        position: relative;
        top: 0;
        right: -144px;
        z-index: 1;

        width: 200px;
        height: 285px;
        margin-top: -121px;

        background: url('../img/girl3-mob.png') no-repeat;
    }

    .sec4__part:last-of-type {
        width: 100%;
    }

    .sec4 .ingr_name {
        position: relative;
        z-index: 2;

        margin: 40px 0 0 66px;

        font-size: 17px;
        line-height: 1.2;
    }

    .sec4 .ingr_name:after {
        content: "";
        position: absolute;
        top: -40px;
        left: -120px;
        z-index: 1;

        display: block;
        width: 144px;
        height: 88px;

        background: url('../img/matcha-mob.png') no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
    }

    .sec4 ul {
        position: relative;

        margin: 20px 0 30px;
        padding-left: 67px;

        font-size: 17px;
    }

    .sec4 ul:after {
        content: "";
        position: absolute;
        top: -30px;
        left: -155px;
        z-index: 1;

        display: block;
        width: 348px;
        height: 224px;

        background: url('../img/photo6-mob.png') no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
    }

    .sec4__grid .white_block {
        z-index: 9;

        margin: 10px 0 20px;
        padding: 16px 10px;
    }

    .sec5__container {
        padding: 30px 10px 50px;
    }

    .sec5 .grafic {
        position: relative;
        left: 10px;
        z-index: 3;

        display: block;
        width: 286px;
        height: 201px;
        margin-top: 30px;

        background: url('../img/grafik-mob.png') no-repeat;
        background-position: 0;
    }

    .sec5 p {
        width: 100%;
    }

    .sec5 {
        position: relative;

        display: block;
        width: 100%;
        height: auto;

        background: url('../img/background2-mob.jpg') no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .sec5 .vertical p {
        position: absolute;
        top: 50%;
        left: -156px;

        margin-top: -9px;

        font-size: 15px;

        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sec5 .horisontal p {
        position: absolute;
        bottom: -33px;
        left: 50%;

        margin-left: -144px;

        font-size: 15px;
    }

    .sec5 .vertical ul li {
        position: relative;
        top: 25px;
        left: -80px;

        display: block;
        width: 54px;
        margin-bottom: 21px;

        font-weight: 700;
        font-size: 12px;
        text-align: right;
        color: #6b94bd;
        letter-spacing: -1px;
    }

    .sec5 .horisontal ul li {
        position: relative;
        top: 10px;
        left: -37px;

        display: inline-block;
        margin-left: 6px;

        font-weight: 700;
        font-size: 12px;
        color: #6b94bd;
    }

    .sec5 .grafic1:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 45px;

        display: block;
        width: 273px;
        height: 145px;

        background: url('../img/line1.png') no-repeat;
        background-size: cover;
        background-position: -15px;
    }

    .sec5 .grafic1:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 18px;

        display: block;
        width: 273px;
        height: 145px;

        background: url('../img/line1.png') no-repeat;
        background-size: cover;
        background-position: -15px;
    }

    .sec5 .grafic2:after {
        content: "";
        position: absolute;
        bottom: 26px;
        left: 15px;

        display: block;
        width: 263px;
        height: 147px;

        background: url('../img/line2.png') no-repeat;
        background-size: cover;
    }

    .sec5 .variant {
        position: absolute;
        left: 40px;
    }

    .sec5 .variant .h1 {
        font-size: 18px;
        color: #000000;
        text-transform: none;
    }

    .sec5 .variant ul {
        margin: 6px 0;
        padding-left: 14px;

        font-size: 15px;
    }

    .sec5 .variant ul li {
        margin-bottom: 4px;
        padding: 0;

        line-height: 1.2;
        color: #022c59;
    }

    .sec5 .variant ul li.red:after {
        left: -14px;

        width: 10px;
        height: 10px;
    }

    .sec5 .variant ul li.gr:after {
        left: -14px;

        width: 10px;
        height: 10px;
    }

    .sec6__container .h1,
    .sec6__container .h2,
    .sec6__container p {
        margin: 0;
    }

    .sec6__container:before {
        display: none;
    }

    .sec6__container:after {
        display: none;
    }

    .sec6__container .h1 {
        position: relative;

        margin-bottom: 15px;
    }

    .sec6__container .h1:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -129px;
        z-index: 9;

        display: block;
        width: 91px;
        height: 138px;

        background: url('../img/photo10-mob.png') no-repeat;
        display: none;
    }

    .sec6__container .h1:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -130px;
        z-index: 5;

        display: block;
        width: 140px;
        height: 140px;

        /*background: url('../img/prod.png') no-repeat;*/
        -webkit-background-size: contain;
        background-size: contain;
    }

    .sec6__container .h2,
    .min-cont p {
        margin-right: 145px;
        padding: 0 0 0 10px;

        font-size: 17px;
        font-family: "PT Serif", serif;
        color: #022c59;
    }

    .sec6__container p b.green {
        margin-right: 15px;

        font-weight: 400;
        color: #022c59;
    }

    .sec6__grid {
        margin-top: 34px;
        padding: 0;
    }

    .sec6__container {
        max-width: 100%;
        padding: 15px;
    }

    .mob-container {
        position: relative;

        max-width: 320px;
        min-height: 250px;
        margin: 0 auto;
        padding: 4px 10px;
    }

    .sec6__part:first-of-type .mob-container:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -345px;

        width: 454px;
        height: 303px;

        text-align: left;

        background: url('../img/background3-1.jpg') no-repeat;
    }

    .sec6 {
        position: relative;
        z-index: 1;
    }

    .sec6__part:last-of-type .mob-container:after {
        content: "";
        position: absolute;
        right: -344px;
        bottom: 0;

        width: 429px;
        height: 309px;

        text-align: left;

        background: url('../img/background3-2.jpg') no-repeat;
    }

    .min-cont {
        max-width: 320px;
        min-height: 234px;
        margin: 0px auto;
    }

    .sec6__grid .sec6__part:first-of-type p {
        margin-top: 5px;
        margin-right: 0;
        margin-left: 132px;
    }

    .sec6__grid .sec6__part:first-of-type .girl {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;

        width: 160px;
        height: 245px;

        background: url('../img/girl4-mob.png') no-repeat;
    }

    .sec6__grid .sec6__part .morning {
        position: absolute;
        top: 13px;
        left: 0;
        z-index: 1;

        width: 95px;
        height: 72px;

        background: url('../img/icon-morning-mob.png') no-repeat;
    }

    .sec6__part:first-of-type {
        margin-top: -35px;

        text-align: left;
    }

    .sec6__grid .sec6__part:first-of-type .prod {
        position: relative;
        right: -135px;
        bottom: -36px;
        z-index: 2;

        display: block;
        margin-top: 10px;
    }

    .sec7__container .h1,
    .sec7__container .h2 {
        margin-bottom: 5px;
        padding-right: 0;
    }

    .sec6__grid .sec6__part:last-of-type .girl {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 3;

        width: 144px;
        height: 227px;

        background: url('../img/girl5-mob.png') no-repeat;
    }

    .sec6__grid .sec6__part:last-of-type p {
        margin-top: 10px;
        margin-right: 132px;
        margin-left: 0;
    }

    .sec6__grid .sec6__part .evening {
        position: absolute;
        top: 46px;
        right: -25px;
        z-index: 1;

        width: 82px;
        height: 74px;

        background: url('../img/icon-night-mob.png') no-repeat;
    }

    .sec6__grid .sec6__part:last-of-type .prod {
        position: relative;
        top: 2px;
        left: -8px;
        z-index: 2;

        display: block;
        margin-top: 35px;
    }

    .sec7__container:before,
    .sec7__container:after {
        display: none;
    }

    .sec7__part {
        display: inline-block;
    }

    .sec7__container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec7 .sec7__grid .inner__grid {
        position: relative;
        left: 3px;
        z-index: 6;

        width: 300px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sec7 .after {
        display: none;
    }

    .sec7__grid .last_block:after,
    .sec7 .sec7__container:after {
        content: "";
        position: absolute;
        top: -198px;
        left: -208px;
        z-index: 0;

        display: block;
        width: 550px;
        height: 550px;
        margin-top: 0;

        background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: -o-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#00000000', GradientType=1);
    }

    .sec7 .inner__grid .sec7__part:first-of-type {
        width: 147px;
        padding-right: 5px;
        padding-left: 0;
    }

    .sec7 .inner__grid img {
        width: 140px;
    }

    .sec7__grid .sec7__part .inner__grid .sec7__part {
        width: 147px;
        margin: 0;
    }

    .sec7 .sec7__grid .inner__grid:after {
        content: "";
        position: absolute;
        bottom: 12px;
        left: 50%;
        z-index: 5;

        display: block;
        width: 24px;
        height: 14px;
        margin-left: -13px;

        background: url('../img/arrows.png') no-repeat;
    }

    .sec7__grid .sec7__part:last-of-type {
        position: relative;

        width: 100%;
    }

    .sec7 .sec7__girl {
        position: absolute;
        z-index: 9;

        width: 80px;
        height: 80px;
        margin: 10px 0;

        background: url('../img/photo15.jpg') no-repeat;
        border: 4px solid #8ea1bb;
        background-size: cover;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .sec7 .girl-name {
        position: absolute;
        top: 94px;
        z-index: 1;

        width: 80px;
        margin: 0;

        font-weight: 900;
        font-size: 16px;
        text-align: center;
    }

    .sec7 .last-p {
        margin-top: 6px;
        margin-left: 90px;
    }

    .sec8__container .h1,
    .sec8__container .h2 {
        width: 100%;
    }

    .sec8__container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec8 .sec8__container .up_p {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        padding-right: 117px;

        font-size: 17px;
        line-height: 1.2;
    }

    .sec8 .girl {
        position: absolute;
        right: -54px;
        bottom: 0;
        z-index: 5;

        width: 172px;
        height: 320px;

        background: url('../img/girl6-mob.png') no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
    }

    .sec8__container .h1.blue,
    .sec8__container .h2.pink {
        padding-right: 77px;
    }

    .sec8 .up_block .pink {
        width: 100%;
    }

    .sec8 p {
        margin-left: 0;
    }

    .sec8__container:after {
        content: "";
        position: absolute;
        bottom: 150px;
        left: -194px;
        z-index: 0;

        display: block;
        width: 443px;
        height: 332px;

        background: url('../img/photo21-mob.png') no-repeat;
    }

    .sec8 .prod {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 8;
    display: block;
    width: 110px;
    }

    .sec8 .up_block {
        position: relative;

        margin-bottom: -10px;
    }

    .sec8 p.margin-left {
        margin-left: 0;
    }

    .sec9__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec9__container .h1 {
        margin-top: -5px;
    }

    .sec9 .photo_after {
        position: absolute;
        top: 0;
        left: 0;

        width: 108px;
        height: 323px;

        background: url('../img/photo27-mob.jpg') no-repeat;
    }

    .sec9__container:after,
    .sec9__container:before {
        display: none;
    }

    .sec9 .dietolog {
        position: relative;

        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .sec9 .girl {
        position: relative;
        top: 0;
        z-index: 9;

        width: 56px;
        height: 56px;
        margin: 10px 0 0;

        background: url('../img/photo23.jpg') no-repeat;
        background-size: cover;
        border: 4px solid #105296;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

    .sec9 .photo-name_block p {
        position: absolute;
        top: 50%;
        left: 64px;

        margin-top: -21px;

        font-weight: 700;
        font-size: 17px;
    }

    .sec9 .photo-name_block {
        position: relative;

        margin-bottom: -10px;

        background: rgba(255, 255, 255, 1);
        background: -webkit-gradient(left top, right top, color-stop(5%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(231, 240, 226, 1)), color-stop(92%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(231, 240, 226, 1) 50%, rgba(255, 255, 255, 1) 92%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(231, 240, 226, 1) 50%, rgba(255, 255, 255, 1) 92%);
        background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(231, 240, 226, 1)), color-stop(92%, rgba(255, 255, 255, 1)));
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 5%, rgba(231, 240, 226, 1) 50%, rgba(255, 255, 255, 1) 92%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    }

    .sec10__container {
        padding-top: 14px;
        padding-bottom: 40px;
    }

    .sec10 .prod {
    position: relative;
    left: 0;
    width: 150px;
    margin: 10px auto 20px;
    right: 0;
    }

    .sec10 .discount-mob {
        position: absolute;
        bottom: 250px;
        left: 233px;

        width: 70px;
        height: 70px;
        padding: 16px 0;

        font-weight: 700;
        font-size: 25px;
        text-align: center;
        color: #ffffff;
        letter-spacing: -1px;

        background: #ff7f00;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .sec10__container:before {
        content: "";

        position: absolute;
        bottom: 87px;
        left: -6px;
        z-index: 1;
        display: block;
        width: 324px;
        height: 99px;
        background: url(../img/grapefruit3-mob.png) no-repeat;
    }

    .star5 {
        width: 120px;
        height: 20px;

        background: url('../img/star-5-mob.png') no-repeat;
    }

    .star4 {
        width: 122px;
        height: 24px;

        background: url('../img/star-4-mob.png') no-repeat;
    }

    .sec11__container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec11 .comment {
        margin-top: 12px;
        padding-top: 12px;

        border-top: 1px dashed #cccccc;
    }

    .sec11 .comm_img {
        width: 100%;
    }

    .sec12__container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec12__part:first-of-type {
        position: relative;

        width: 100%;
    }

    .sec12 .h2 {
        line-height: 1.2;
        letter-spacing: 0;
    }

    .sec12__container .h1 {
        margin: 3px 0;

        text-transform: uppercase;
    }

    .sec12__part:first-of-type .prod {
position: relative;
    left: 0;
    z-index: 0;
    width: 150px;
    right: 0;
    margin: auto;
    margin-top: 14px;
    }

    .sec12 form .zakaz {
        margin: 16px 0 10px;

        font-weight: 900;
        font-size: 19px;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .sec12 .order {
        width: auto;
        padding: 20px;
        left: auto;
    }

    .sec12 .discount {
        bottom: 191px;
        left: 213px;
        z-index: 9;

        width: 70px;
        height: 70px;
        padding: 16px 0;

        font-size: 25px;
    }

    .sec12 form select,
    .sec12 form input {
        display: block;
        width: 100%;
    }

    .sec12 .btn {
        width: 100%;
        margin-top: 14px;

        font-size: 22px;
    }

    .sec1__grid {
        left: 0;
    }

    .sec6 .prod,
    .sec6 .cup {
        display: none;
    }


    .popup__box {
        max-width: 320px;
        padding: 15px 20px 0;

    }

    .popup__sections,
    .popup__sections-part {
        display: block;
    }

    .popup__sections {
        margin-top: 10px;
    }

    .popup__form {
        display: none;
    }

    .popup__product {
        margin: 0 auto;
        display: block;
    }

    .popup__btn {
        display: table;
        margin: 0 auto -30px;
        width: 100%;
        text-align: center;
    }

    .popup__protection {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
        margin-left: -40px;
        padding-top: 50px;
        margin-top: 0;
    }

    .popup__protection-item {
        font-size: 12px;
    }

    .popup__text {
        font-size: 16px;
        text-align: center;
        line-height: 1.2;
    }

    .popup__text strong {
        font-size: 20px;
    }

    .popup__close {
        width: 13px;
        height: 13px;
        top: 5px;
        right: 5px;
    }

    .popup__close:hover {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .popup__close-icon {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .popup__close::after,
    .popup__close::before {
        display: none;
    }

    .popup__cost {
        margin: 10px 0 15px;
        max-width: none;
    }

    .popup__cost--mobile {
        display: block;
    }


}