
.sec2__grid, .sec3__grid, .sec5__grid, .sec7__grid, .sec10__grid, .sec12__grid {
    display: table;
    width: 100%;
    table-layout: fixed
}

.btn {
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
    max-width: 340px;
    margin: auto;
    padding: 16px 10px;
    font-weight: 900;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    background: #fc7e02;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    -webkit-box-shadow: 0 0 13px 2px #9c9c9c;
    box-shadow: 0 0 13px 2px #9c9c9c;
    cursor: pointer
}

.btn:hover {
    background: #ff175e
}

.sec2__part, .sec3__part, .sec5__part, .sec7__part, .sec10__part, .sec12__part {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.header__container, .sec1__container, .sec2__container, .sec3__container, .sec5__container, .sec6__container, .sec7__container, .sec8__container, .sec9__container, .sec10__container, .sec11__container, .sec12__container {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 10px
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word
}

body {
    margin: 0;
    font-size: 20px;
    min-width: 975px;
    color: #022c59
}

.font-mons {
    font-family: Montserrat, sans-serif
}

.font-PT {
    font-family: PT Sans, sans-serif
}

.main__wrapper {
    overflow: hidden
}

.header {
    padding-bottom: 20px;
    text-align: center;
    background: #fff
}

.header .logo {
    display: table;
    margin: 25px auto;
    color: #626262;
    text-transform: uppercase
}

.header .h1, .header .logo {
    position: relative;
    font-size: 36px
}

.header .h1 {
    z-index: 9;
    margin: 15px auto 0;
    text-align: center;
    color: #1ba8c4
}

.header .logo:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -142px;
    display: block;
    width: 135px;
    height: 67px;
    margin-top: -34px;
    background: url(../img/fc8e-135.png) no-repeat
}

.header .logo:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -80px;
    display: none;
    width: 70px;
    height: 70px;
    margin-top: -34px;
    background: url(../img/4d09-70.png) no-repeat
}

b {
    font-weight: 700
}

.sec1 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #e6edf3;
    background: -webkit-radial-gradient(top, ellipse cover, #fff 1%, #e6edf3 100%);
    background: -webkit-radial-gradient(top ellipse, #fff 1%, #e6edf3 100%);
    background: -o-radial-gradient(top ellipse, #fff 1%, #e6edf3 100%);
    background: -webkit-radial-gradient(top, ellipse, #fff 1%, #e6edf3 100%);
    background: -o-radial-gradient(top, ellipse, #fff 1%, #e6edf3 100%);
    background: radial-gradient(ellipse at top, #fff 1%, #e6edf3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e6edf3", GradientType=1)
}

.sec1__text__gr {
    background: -webkit-linear-gradient(#236fbe 20%, #093b6d);
    background: -o-linear-gradient(#236fbe 20%, #093b6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.sec1__h1 {
    position: relative;
    z-index: 999;
    margin-bottom: 30px;
    padding-top: 25px;
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
    text-align: left;
    letter-spacing: -2px
}

.green {
    color: #1e9e0d
}

.sec1__prod {
    position: relative;
    right: 0;
    left: 0;
    display: block;
    margin: auto
}

.secret {
    position: relative;
    bottom: 0;
    font-weight: 600
}

.secret .border-clock {
    right: 0;
    padding: 4px 5px;
    border: 1px solid #c9cdcf;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.new_price, .old_price, .secret .border-clock {
    position: relative;
    display: table;
    margin: 0 auto
}

.new_price, .old_price {
    top: 0;
    padding-bottom: 15px;
    font-weight: 900;
    font-size: 44px;
    line-height: 1;
    text-align: left;
    color: #ca2957;
    -webkit-transition: all .5s 1s;
    -o-transition: all .5s 1s;
    transition: all .5s 1s
}

.old_price:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    margin-top: -1px;
    background-color: currentColor;
    -webkit-transition: width .8s;
    -o-transition: width .8s;
    transition: width .8s
}

.new_price {
    font-size: 30px
}

.old_price {
    font-size: 25px
}

.sec12 .secret {
    display: none;
    margin-bottom: 15px
}

@keyframes timerBlink {
    50% {
        -webkit-box-shadow: 0 0 25px #ca2957;
        box-shadow: 0 0 25px #ca2957
    }
    to {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.sec1__container:after {
    content: "";
    position: absolute;
    bottom: -95px;
    left: -240px;
    z-index: 0;
    display: block;
    width: 705px;
    height: 941px;
    background: url(../img/253f-705.png) no-repeat
}

.sec1 .last__block {
    position: relative;
    z-index: 9;
    min-height: 616px;
    padding: 40px 0
}

.sec1 .last__block .kletki {
    position: relative;
    left: -40px;
    width: 350px;
    margin: 40px auto 0;
    padding-bottom: 12px;
    font-size: 17px
}

.sec1 .last__block .kletki span {
    position: relative;
    left: 32px;
    display: inline-block;
    width: 130px;
    margin: 0 7px;
    font-weight: 700;
    text-align: left
}

.sec1 .last__block:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -120px;
    z-index: 0;
    display: block;
    width: 149px;
    height: 191px;
    background: url(../img/4c27-202.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.blue {
    color: #105296
}

.sec1 .last__block .h2 {
    margin-left: 40px;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -1px
}

.h2 b {
    font-weight: 900
}

.sec1 .last__block .h1 {
    margin-left: 40px
}

.sec1 .last__block .prod {
    position: absolute;
    right: -286px;
    bottom: 20px
}

.sec1 .last__block ul {
    position: relative;
    left: -75px;
    width: 350px;
    margin: 40px auto;
    font-size: 20px
}

ul li {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    padding-left: 30px;
    list-style: none;
    line-height: 1;
    color: #000
}

.sec1 .last__block ul li:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 0;
    display: block;
    width: 25px;
    height: 22px;
    background: url(../img/e067-25.png) no-repeat
}

.clearfix:before {
    content: "";
    display: table;
    clear: both
}

.sec2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 440px
}

.sec2__container {
    padding: 40px 10px
}

.h2 {
    font-weight: 700;
    font-size: 36px
}

.h1, .h2 {
    position: relative;
    z-index: 9;
    letter-spacing: -1px
}

.h1 {
    font-weight: 900;
    font-size: 70px;
    line-height: 1
}

p {
    z-index: 2;
    margin: 20px 30px 20px 0;
    font-size: 20px;
    line-height: 1.2;
    color: #000
}

.sec2__part, p {
    position: relative
}

.sec2__part {
    width: 50%
}

.sec2__part:first-of-type {
    width: 44%
}

.sec2__part:last-of-type {
    position: relative;
    vertical-align: middle
}

.sec2 .ingridients {
    position: absolute;
    right: 145px;
    bottom: 5px;
    z-index: 2;
    width: 401px;
    height: 367px;
    background: url(../img/4e4d-390.png) no-repeat;
    -webkit-background-size: 95% 95%;
    background-size: 95%
}

.sec2 .woman {
    position: absolute;
    right: -140px;
    bottom: 7px;
    z-index: 1;
    width: 710px;
    height: 473px;
    background: url(../img/a4e1-710.jpg) no-repeat
}

.pink {
    color: #ca2957
}

.sec2__part .text {
    position: relative;
    display: block;
    margin-top: 30px;
    font-size: 22px;
    color: #333
}

.sec2 .h1 {
    width: 500px
}

.sec3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #e6edf3
}

.sec3__container {
    padding: 75px 10px 30px
}

.sec3 .h1 {
    text-transform: uppercase
}

.sec3__grid .prod {
    position: absolute;
    top: 60px;
    right: 0;
    display: block;
    width: 446px
}

.sec3__grid .girl {
    position: relative;
    right: -145px;
    width: 358px;
    height: 360px;
    background: url(../img/1326-358.png) no-repeat;
    visibility: hidden
}

.sec3__grid .white_block {
    position: relative;
    z-index: 9;
    margin: -10px 0 0;
    padding: 16px 10px;
    font-weight: 900;
    background: hsla(0, 0%, 100%, .5) 100%;
    background: -webkit-linear-gradient(right, #fff 50%, hsla(0, 0%, 100%, 0));
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(right, #fff 50%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0));
    -webkit-border-radius: 10px;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1)
}

.sec3__part {
    position: relative
}

.sec3__part:last-of-type {
    width: 55%
}

.sec3 .ingr_name {
    position: relative;
    z-index: 2;
    margin: 50px 50px 0 130px;
    font-size: 24px;
    line-height: 1
}

.sec3 ul {
    position: relative;
    margin: 20px 46px 20px 90px
}

.sec3 ul:after {
    content: "";
    position: absolute;
    top: -155px;
    left: -386px;
    z-index: 1;
    display: block;
    width: 600px;
    height: 473px;
    background: url(../img/e9ad-612.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.sec3 .ingr_name:after {
    content: "";
    position: absolute;
    top: -34px;
    left: -168px;
    z-index: 1;
    display: block;
    width: 180px;
    height: 161px;
    background: url(../img/cf85-184.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.sec3 ul li:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -2px;
    z-index: 2;
    display: block;
    width: 25px;
    height: 22px;
    background: url(../img/66ba-21.png) no-repeat
}

.sec5 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: url(../img/292d-2086.jpg) no-repeat top;
    -webkit-background-size: cover;
    background-size: cover
}

.sec5__container {
    padding: 50px 10px 80px
}

.sec5 .grafic {
    position: relative;
    z-index: 3;
    display: block;
    width: 416px;
    height: 279px;
    background: url(../img/39a0-397.png) no-repeat;
    background-position: 20px
}

.sec5 .grafic1:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 45px;
    display: block;
    width: 365px;
    height: 210px;
    background: url(../img/123e-381.png) no-repeat;
    background-position: -15px
}

.sec5 .grafic2:after {
    content: "";
    position: absolute;
    bottom: 44px;
    left: 43px;
    display: block;
    width: 361px;
    height: 200px;
    background: url(../img/e360-361.png) no-repeat
}

.sec5 .grafic p {
    width: 290px;
    font-weight: 900;
    text-align: center;
    color: #105296
}

.sec5 .vertical p {
    position: absolute;
    top: 50%;
    left: -141px;
    margin-top: -12px;
    font-size: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sec5 .horisontal p {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -134px
}

.sec5 .horisontal ul li {
    top: 28px;
    left: -18px;
    display: inline-block;
    margin-left: 22px
}

.sec5 .horisontal ul li, .sec5 .vertical ul li {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #6b94bd
}

.sec5 .vertical ul li {
    top: 36px;
    left: -52px;
    display: block;
    width: 54px;
    margin-bottom: 29px;
    text-align: right;
    letter-spacing: -1px
}

.sec5 .variant {
    position: absolute;
    top: 10px;
    left: 70px
}

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

.sec5 .variant ul {
    padding-left: 22px
}

.sec5 .variant ul li {
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.2;
    color: #022c59
}

.sec5 .variant ul li.red:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -22px;
    z-index: 2;
    display: block;
    width: 14px;
    height: 14px;
    background: red;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.sec5 .variant ul li.gr:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -22px;
    z-index: 2;
    display: block;
    width: 14px;
    height: 14px;
    background: #45983a;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.sec5 .h1 {
    text-transform: uppercase
}

.sec5 p {
    width: 636px
}

.sec6 {
    position: relative;
    display: block;
    height: auto;
    background: url(../img/8258-1920.jpg) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.sec6__container {
    padding-top: 60px;
    padding-bottom: 90px
}

.sec6__container:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 61px;
    z-index: 9;
    display: block;
    display: none;
    width: 130px;
    height: 201px;
    background: url(../img/8d1b-130.png) no-repeat
}

.sec6__container:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 1px;
    z-index: 5;
    display: block;
    display: none;
    width: 183px;
    height: 182px;
    background: url(../img/ea1b-793.png) no-repeat
}

.sec7 {
    position: relative;
    display: block;
    background: #b5c8db
}

.sec7__container {
    padding-top: 40px;
    padding-bottom: 50px
}

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

.sec7__container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 0;
    display: block;
    display: none;
    width: 401px;
    height: 257px;
    background: url(../img/ea1b-793.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.sec7__container:after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: 10px;
    z-index: 0;
    display: block;
    display: none;
    width: 381px;
    height: 436px;
    background: url(../img/ea1b-793.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.sec7 .girl-name {
    margin: 18px 0 -10px;
    font-weight: 900;
    font-size: 24px
}

.sec7 .sec7__girl {
    z-index: 9;
    width: 220px;
    height: 220px;
    margin: 10px 0;
    background: url(../img/4c03-211.jpg) no-repeat;
    border: 4px solid #acbed6;
    -webkit-border-radius: 150px;
    border-radius: 150px
}

.sec7 .sec7__girl, .sec7 .sec7__grid .inner__grid {
    position: relative;
    display: inline-block;
    text-align: left
}

.sec7 .sec7__grid .inner__grid {
    z-index: 6;
    width: 390px;
    margin-bottom: 10px
}

.sec7 .sec7__grid .inner__grid:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 5;
    display: block;
    width: 24px;
    height: 14px;
    margin-left: 18px;
    background: url(../img/774c-24.png) no-repeat
}

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

.light_blue {
    color: #4173e7
}

.sec7 .inner__grid .sec7__part:first-of-type {
    width: 238px;
    padding-right: 29px;
    padding-left: 30px
}

.sec7 .sec7__grid .inner__grid p {
    margin: 0 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.sec7 .sec7__grid .inner__grid p b {
    display: block;
    font-weight: 900
}

.sec7 .after {
    content: "";
    position: absolute;
    top: 50%;
    left: -157px;
    z-index: 0;
    display: block;
    width: 550px;
    height: 550px;
    margin-top: -444px;
    background: -webkit-radial-gradient(center, ellipse cover, #fff 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-radial-gradient(center ellipse, #fff 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(center ellipse, #fff 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse, #fff 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(center, ellipse, #fff 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, #fff 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__grid .sec7__part:last-of-type {
    width: 40%
}

.sec8 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #e7ecf2;
    background: -webkit-radial-gradient(top, ellipse cover, #fff 1%, #e7ecf2 100%);
    background: -webkit-radial-gradient(top ellipse, #fff 1%, #e7ecf2 100%);
    background: -o-radial-gradient(top ellipse, #fff 1%, #e7ecf2 100%);
    background: -webkit-radial-gradient(top, ellipse, #fff 1%, #e7ecf2 100%);
    background: -o-radial-gradient(top, ellipse, #fff 1%, #e7ecf2 100%);
    background: radial-gradient(ellipse at top, #fff 1%, #e7ecf2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e7ecf2", GradientType=1)
}

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

.sec8 .sec8__container .up_p {
    width: 360px;
    margin-bottom: 116px;
    margin-left: 0;
    font-size: 24px;
    line-height: 1.3
}

.sec8 p {
    margin-left: 276px
}

.sec8__container .h1 {
    text-transform: uppercase
}

.sec8__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -140px;
    z-index: 0;
    display: block;
    width: 540px;
    height: 349px;
    background: url(../img/c8d3-540.png) no-repeat
}

.sec8__container .h1, .sec8__container .h2 {
    width: 500px
}

.sec8 .prod {
    position: absolute;
    bottom: -95px;
    left: 325px;
    z-index: 1;
    display: block;
    width: 352px
}

.sec8 .up_block {
    position: relative;
    margin-bottom: 116px
}

.sec8 .up_block .pink {
    width: 350px
}

.sec8 .girl {
    position: absolute;
    right: 115px;
    bottom: -210px;
    z-index: 5;
    width: 260px;
    height: 483px;
    background: url(../img/3bfa-340.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.sec9 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #fff
}

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

.sec9__container .h1 {
    margin-top: -10px
}

.sec9__container:after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: 0;
    z-index: 3;
    display: block;
    display: none;
    width: 450px;
    height: 388px;
    background: url(../img/70ef-557.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.sec9__container:before {
    content: "";
    position: absolute;
    right: 50px;
    bottom: 70px;
    z-index: 1;
    display: block;
    width: 460px;
    height: 285px;
    background: url(../img/ea1b-793.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.sec9 .dietolog {
    position: relative;
    margin-top: 46px;
    padding-right: 416px;
    padding-left: 174px
}

.sec9 .photo_after {
    position: absolute;
    top: 14px;
    left: 0;
    width: 158px;
    height: 323px;
    background: url(../img/e62a-158.jpg) no-repeat
}

.star5 {
    width: 168px;
    height: 27px;
    background: url(../img/00c6-168.png) no-repeat
}

.star4 {
    width: 168px;
    height: 28px;
    background: url(../img/a1f5-168.png) no-repeat
}

.sec9 .photo-name_block {
    position: relative;
    margin-bottom: -10px
}

.sec9 .photo-name_block p {
    position: absolute;
    top: 50%;
    left: 174px;
    margin-top: -30px;
    font-weight: 700;
    font-size: 24px
}

.sec9 .girl {
    position: relative;
    top: 0;
    z-index: 9;
    width: 156px;
    height: 156px;
    margin: 10px 0;
    background: url(../img/e0ea-156.jpg) no-repeat;
    border: 4px solid #105296;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.sec10 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #e7ecf2;
    background: -webkit-radial-gradient(top, ellipse cover, #fff 1%, #e7ecf2 100%);
    background: -webkit-radial-gradient(top ellipse, #fff 1%, #e7ecf2 100%);
    background: -o-radial-gradient(top ellipse, #fff 1%, #e7ecf2 100%);
    background: -webkit-radial-gradient(top, ellipse, #fff 1%, #e7ecf2 100%);
    background: -o-radial-gradient(top, ellipse, #fff 1%, #e7ecf2 100%);
    background: radial-gradient(ellipse at top, #fff 1%, #e7ecf2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e7ecf2", GradientType=1)
}

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

.discount {
    position: absolute;
    width: 96px;
    height: 96px;
    padding: 22px 0;
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
    background: #ff7f00;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.sec10 .discount {
    top: 70px;
    left: 335px
}

.sec10__container .h1 {
    margin-top: 20px;
    text-transform: uppercase
}

.sec10 .btn {
    margin: 36px 0 0
}

.sec10__container:before {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 65px;
    z-index: 1;
    display: block;
    width: 269px;
    height: 131px;
    background: url(../img/cdc4-317.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.sec11 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #fff
}

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

.sec11 .comment {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc
}

.sec11 .comment p {
    margin-top: 10px;
    margin-bottom: 10px
}

.sec12 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #e7ecf2;
    background: -webkit-radial-gradient(top, ellipse cover, #fff 1%, #e7ecf2 100%);
    background: -webkit-radial-gradient(top ellipse, #fff 1%, #e7ecf2 100%);
    background: -o-radial-gradient(top ellipse, #fff 1%, #e7ecf2 100%);
    background: -webkit-radial-gradient(top, ellipse, #fff 1%, #e7ecf2 100%);
    background: -o-radial-gradient(top, ellipse, #fff 1%, #e7ecf2 100%);
    background: radial-gradient(ellipse at top, #fff 1%, #e7ecf2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e7ecf2", GradientType=1)
}

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

.sec12__container .h1 {
    margin: 8px 0;
    text-transform: uppercase
}

.sec12 .order {
    position: relative;
    left: 20px;
    width: 360px;
    padding: 40px 40px 10px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 20px #b5b0b0;
    box-shadow: 0 0 20px #b5b0b0
}

.sec12 .order .secret span {
    top: 0;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center
}

.sec12 .h2 {
    line-height: 1;
    letter-spacing: -2px
}

form select {
    position: relative;
    display: block;
    width: 270px;
    height: 46px;
    margin: 0 auto;
    padding: 12px 15px;
    font-size: 16px;
    color: #898989;
    background: url(../img/10ba.svg) no-repeat 235px;
    -webkit-background-size: 14px;
    background-size: 14px;
    border: 1px solid #a3a3a3;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important
}

.sec12 form .zakaz {
    margin: 0 0 10px;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -1px
}

.sec12 .discount {
    top: 200px;
    left: 335px;
    z-index: 9;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: cubic-bezier(.17, .67, .69, 1.31);
    -o-transition-timing-function: cubic-bezier(.17, .67, .69, 1.31);
    transition-timing-function: cubic-bezier(.17, .67, .69, 1.31)
}

form .inp {
    display: block;
    width: 270px;
    height: 46px;
    margin: 0 5px 10px;
    padding: 12px 15px;
    font-size: 16px;
    color: #898989;
    background: #fff;
    border: 1px solid #a3a3a3;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important
}

.sec12 form ::-webkit-input-placeholder {
    color: #898989
}

.sec12 form :-moz-placeholder, .sec12 form ::-moz-placeholder {
    color: #898989
}

.sec12 form :-ms-input-placeholder {
    color: #898989
}

.sec12__part:first-of-type {
    width: 66%
}

.sec12 .new_price, .sec12 .old_price {
    padding: 0;
    line-height: 1.2;
    text-align: center
}

.sec12 .btn {
    width: 100%;
    margin-top: 14px;
    font-size: 22px
}

.sec12__part:first-of-type .prod {
    position: relative;
    left: -80px;
    z-index: 0;
    width: 590px;
    margin-top: 38px
}

.sec6 .list {
    margin: 0;
    padding: 47px 5px;
    background: #fff;
    border-radius: 15px
}

.sec6 .left-wrap {
    width: 100%;
    max-width: 478px
}

.sec6 .list li {
    position: relative;
    min-height: 75px;
    margin-bottom: 36px;
    padding-left: 0;
    font-size: 0;
    color: #343434
}

.sec6 .list li .img_cont {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
    text-align: center
}

.sec6 .list li:last-child {
    margin-bottom: 0
}

.sec6 .h1 {
    margin-bottom: 25px;
    color: #fff
}

.sec6 .list li p {
    display: inline-block;
    width: 76%;
    margin: 0;
    padding-right: 25px;
    font-size: 16px;
    font-family: PT Sans, sans-serif;
    vertical-align: middle
}

.sec6 .cup {
    position: absolute;
    top: 245px;
    left: 507px;
    width: 100%;
    max-width: 415px
}

.sec6 .prod {
    position: absolute;
    top: 80px;
    right: -319px
}

.sec10__part img {
    width: 466px
}

.only-web {
    display: block
}

.only-mob {
    display: none
}

select::-ms-expand {
    display: none
}

.iva-wrap {
    padding: 20px 0 10px;
    font-weight: 700
}

.item-gift, .iva-wrap {
    font-size: 20px;
    text-align: center
}

.item-gift {
    margin: 10px 0;
    font-weight: 900;
    line-height: 25px;
    color: #ca2957;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5490196078431373)
}

.old {
    text-decoration: line-through
}

@media (max-width:991px) {
    .sec2__grid, .sec3__grid, .sec5__grid, .sec7__grid, .sec10__grid, .sec12__grid {
        display: block;
        width: 100%;
        table-layout: fixed
    }
    .sec2__part, .sec3__part, .sec5__part, .sec7__part, .sec10__part, .sec12__part {
        display: block;
        vertical-align: top
    }
    .header__container, .sec1__container, .sec2__container, .sec3__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 {
        margin: 5px 0;
        font-weight: 900;
        font-size: 33px;
        line-height: 1
    }
    .h1, .h2 {
        position: relative;
        z-index: 9;
        letter-spacing: 0
    }
    .h2 {
        font-size: 19px;
        line-height: 1.2
    }
    .h2, .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/0e6a-48.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/23ea-25.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
    }
    .sec1__prod {
        position: relative;
        left: -115px;
        display: block;
        width: 528px;
        margin: auto
    }
    .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
    }
    .btn {
        position: relative;
        z-index: 99;
        display: block;
        width: 296px;
        margin: auto;
        padding: 16px 10px;
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        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
    }
    .sec1__container:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: -294px;
        z-index: 0;
        display: block;
        width: 705px;
        height: 941px;
        background: url(../img/253f-705.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/4c27-202.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, hsla(0, 0%, 100%, .65) 0, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-radial-gradient(center ellipse, hsla(0, 0%, 100%, .65) 0, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: -o-radial-gradient(center ellipse, hsla(0, 0%, 100%, .65) 0, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: radial-gradient(ellipse at center, hsla(0, 0%, 100%, .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 {
        z-index: 2;
        margin: 15px 0;
        font-size: 17px;
        line-height: 1.2;
        color: #000
    }
    .sec2__part, p {
        position: relative
    }
    .sec2__part {
        width: 100%
    }
    .sec2__part:last-of-type {
        margin-top: 90px
    }
    .sec3__container {
        padding: 60px 10px 30px
    }
    .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/db32-200.png) no-repeat
    }
    .sec2 .woman {
        position: absolute;
        bottom: 100px;
        left: 85px;
        z-index: 1;
        width: 260px;
        height: 228px;
        background: url(../img/77fc-260.jpg) no-repeat
    }
    .sec3__grid .prod {
        position: absolute;
        top: 82px;
        right: 0;
        z-index: 4;
        display: block;
        width: 100%
    }
    .sec3__grid .girl {
        position: relative;
        right: -123px;
        width: 284px;
        height: 250px;
        margin-top: -52px;
        background: url(../img/7dfc-284.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/cf85-184.png) no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100%
    }
    .sec3 .ingr_name {
        z-index: 2;
        margin: 40px 0 0 66px;
        line-height: 1.2
    }
    .sec3 .ingr_name, .sec3 ul {
        position: relative;
        font-size: 17px
    }
    .sec3 ul {
        margin: 20px 0 30px;
        padding-left: 67px
    }
    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/81dd-266.png) no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100%
    }
    .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/ca87-286.png) no-repeat;
        background-position: 0
    }
    .sec5, .sec5 p {
        width: 100%
    }
    .sec5 {
        position: relative;
        display: block;
        height: auto;
        background: url(../img/a573-809.jpg) no-repeat top;
        -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 {
        top: 25px;
        left: -80px;
        display: block;
        width: 54px;
        margin-bottom: 21px;
        text-align: right;
        letter-spacing: -1px
    }
    .sec5 .horisontal ul li, .sec5 .vertical ul li {
        position: relative;
        font-weight: 700;
        font-size: 12px;
        color: #6b94bd
    }
    .sec5 .horisontal ul li {
        top: 10px;
        left: -37px;
        display: inline-block;
        margin-left: 6px
    }
    .sec5 .grafic1:after {
        left: 45px
    }
    .sec5 .grafic1:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 18px;
        display: block;
        width: 273px;
        height: 145px;
        background: url(../img/c30b-273.png) no-repeat;
        background-position: -15px
    }
    .sec5 .grafic2:after {
        content: "";
        position: absolute;
        bottom: 26px;
        left: 15px;
        display: block;
        width: 263px;
        height: 147px;
        background: url(../img/a7dd-263.png) no-repeat
    }
    .sec5 .variant {
        position: absolute;
        left: 40px
    }
    .sec5 .variant .h1 {
        font-size: 18px;
        color: #000;
        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/48b8-91.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;
        -webkit-background-size: contain;
        background-size: contain
    }
    .min-cont p, .sec6__container .h2 {
        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__container {
        max-width: 100%;
        padding: 15px
    }
    .sec6 {
        position: relative;
        z-index: 1
    }
    .min-cont {
        max-width: 320px;
        min-height: 234px;
        margin: 0 auto
    }
    .sec7__container .h1, .sec7__container .h2 {
        margin-bottom: 5px;
        padding-right: 0
    }
    .sec7__container:after, .sec7__container:before {
        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 .sec7__container:after, .sec7__grid .last_block: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, #fff 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-radial-gradient(center ellipse, #fff 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: -o-radial-gradient(center ellipse, #fff 5%, rgba(86, 86, 86, 0) 49%, rgba(0, 0, 0, 0) 100%);
        background: radial-gradient(ellipse at center, #fff 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/774c-24.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/77ae-80.jpg) no-repeat;
        border: 4px solid #8ea1bb;
        -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/14a0-200.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/4be5-443.png) no-repeat
    }
    .sec8 .prod {
        position: relative;
        bottom: 0;
        left: 104px;
        z-index: 8;
        display: block;
        width: 210px
    }
    .sec8 .up_block {
        position: relative;
        margin-bottom: -10px
    }
    .sec8 p.margin-left {
        margin-left: 115px
    }
    .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/54fc-108.jpg) no-repeat
    }
    .sec9__container:after, .sec9__container:before {
        display: none
    }
    .sec9 .dietolog {
        position: relative;
        margin-top: 0;
        padding-right: 0;
        padding-left: 120px
    }
    .sec9 .girl {
        position: relative;
        top: 0;
        z-index: 9;
        width: 56px;
        height: 56px;
        margin: 10px 0 0;
        background: url(../img/7124-56.jpg) no-repeat;
        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: #fff;
        background: -webkit-gradient(left top, right top, color-stop(5%, #fff), color-stop(50%, #e7f0e2), color-stop(92%, #fff));
        background: -webkit-linear-gradient(left, #fff 5%, #e7f0e2 50%, #fff 92%);
        background: -o-linear-gradient(left, #fff 5%, #e7f0e2 50%, #fff 92%);
        background: -webkit-gradient(linear, left top, right top, color-stop(5%, #fff), color-stop(50%, #e7f0e2), color-stop(92%, #fff));
        background: linear-gradient(90deg, #fff 5%, #e7f0e2 50%, #fff 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: -9px;
        width: 310px;
        margin: 10px 0 20px
    }
    .sec10__container:before {
        content: "";
        position: absolute;
        bottom: 87px;
        left: -6px;
        z-index: 1;
        display: block;
        width: 324px;
        height: 99px;
        background: url(../img/cdc4-317.png) no-repeat
    }
    .star5 {
        width: 120px;
        height: 20px;
        background: url(../img/32c9-120.png) no-repeat
    }
    .star4 {
        width: 122px;
        height: 24px;
        background: url(../img/4041-122.png) no-repeat
    }
    .sec11__container {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .sec11 .comment {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px dashed #ccc
    }
    .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: -20%;
        z-index: 0;
        width: 140%;
        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 input, .sec12 form select {
        display: block;
        width: 100%
    }
    .sec12 .btn {
        width: 100%;
        margin-top: 14px;
        font-size: 22px
    }
    .sec6 .cup, .sec6 .prod {
        display: none
    }
}
