@import "reset.css";

@font-face {
    font-family: PFBeauSansPro-Light;
    src: url(../fonts/PFBeauSansPro-Light.otf);
}

@font-face {
    font-family: PFBeauSansPro;
    src: url(../fonts/10199.ttf);
}

@font-face {
    font-family: PFBeauSansPro-SemiBold;
    src: url(../fonts/PFBeauSansPro-SemiBold.otf);
}

@font-face {
    font-family: PFBeauSansPro-Bold;
    src: url(../fonts/PFBeauSansPro-Bold.otf);
}

@font-face {
    font-family: PFBeauSansPro-Black;
    src: url(../fonts/PFBeauSansPro-Black.otf);
}

@font-face {
    font-family: PFBeauSansPro-XThin;
    src: url(../fonts/PFBeauSansPro-XThin.otf);
}

body {
    font-size: 18px;
    font-family: PFBeauSansPro;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.limit {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
}

h1, h2, h3 {
    font-family: Fira Sans;
    font-weight: bold;
    line-height: 1.2;
}

h2 span {
    color: #71b96a;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

h4 {
    color: #7d7d7d;
    font-family: PFBeauSansPro;
    font-size: 21px;
    font-weight: normal;
}

p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: normal;
}

b {
    font-family: PFBeauSansPro-Bold;
    font-weight: bold;
}

.parallax {
    position: absolute;
}

.block1 {

    padding-bottom: 300px;
    overflow: hidden;
    position: relative;
}

.bg_1 {
    position: absolute;
    left: calc(50% - 28px);
}

.block1_limit {
    padding-top: 148px;
}

.block1_layer-1 {
    z-index: 1;
    top: -15px;
    width: 1920px;
}

.block1_layer-2 {
    z-index: 1;
    top: -9px;
    width: 1920px;
    left: -23px;
}

.block1_limit__container {
    max-width: 687px;
    width: 100%;
    z-index: 23;
    position: relative;
}

.block1_pre {
    font-family: Fira Sans;
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 17.4px;
}

.block1_pre span {
    color: #71b96a;
    text-transform: uppercase;

}

.block1_pre span:not(:last-child):after {
    content: '•';
    color: #7c9e35;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 21px;
    margin-right: 15px;
}

.slick-initialized .slick-slide.slick-active {
    opacity: 1;
}

.block1 h1 {
    margin-bottom: 27px;
}

.block1 h4 {
    font-family: PFBeauSansPro-Light;
    font-size: 24.1px;
    font-weight: 100;
    line-height: 35px;
    margin-bottom: 45px;
}

.block1_ul {
    font-size: 0;
    margin-bottom: 42px;
    z-index: 3;
    position: relative;
}

.block1_ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 13px;
}

.block1_ul li span, .block1_ul li svg {
    display: inline-block;
    vertical-align: middle;
}

.block1_ul li span {
    font-size: 18px;
    padding-left: 7px;
}

.block1_ul li svg {
    width: 18px;
    height: 17px;
}

.block1_ul li svg path {
    fill: #71b96a;
}

.btn {
    background-color: rgb(214, 56, 43);
    box-shadow: 0px 15px 40px 0px rgba(214, 56, 43, 0.3);
    width: 268px;
    height: 80px;
    font-family: PFBeauSansPro-Bold;
    font-weight: bold;
    color: white;
    font-size: 17.3px;
    display: block;
    line-height: 80px;
    text-align: center;
    border-radius: 41px;
    cursor: pointer;
    transition: .3s ease;
    position: relative;
    z-index: 3;
}

.btn:hover {
    background-color: rgb(189, 14, 0);
}

.block1 .btn {
    margin-left: -7px;
}

.price {
    text-align: center;
    width: 250px;
    margin-top: 32px;
    margin-bottom: 30px;
    z-index: 4;
}

.new_price {
    font-family: PFBeauSansPro-Bold;
    font-weight: bold;
    font-size: 28.3px;
}

.old_price {
    font-size: 20.7px;
    color: #acabb1;
    font-family: PFBeauSansPro-SemiBold;
}

.old_price span {
    position: relative;
}

.old_price span:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 106%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #d6382b;
}

.girl {
    position: absolute;
}

.girl1 {
    top: 65px;
    right: calc(50% - 386px);
}

.girl2 {
    right: calc(50% - 653px);
    top: 65px;
}

.block1_prod {
    position: absolute;
    bottom: -48px;
    left: calc(50% - 789px);
    z-index: 22;
}

.circle_bot {
    position: absolute;
    bottom: 0px;
    height: 119px;
    width: 100%;
    z-index: 4;
    overflow: hidden;
}

.circle_bot div {
    background: #f6f6fb;
}

.circle > div {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 10400px;
    height: 10400px;
    top: 0;
    border-radius: 50%;
}

.block2 {
    position: relative;
    z-index: 4;
    text-align: center;
    padding-top: 60px;
    background: #f6f6f6;
    padding-bottom: 205px;
}

.block2_limit h2 {
    margin-bottom: 18px;
}

.calculator {
    width: 430px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
    margin-top: 144px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 30px 60px 0px rgba(47, 47, 53, 0.1);
    margin-top: 75px;
    padding-top: 69px;
    padding-bottom: 82px;
    position: relative;
}

.gender {
    font-size: 0;
    border: 1px solid #71b96a;
    border-radius: 3px;
    height: 98px;
    margin-bottom: 19px;
}

.gender input {
    display: block;
    width: 100px;
    height: 100px;

}

.gender > div {
    width: 50%;
    display: inline-block;
    padding-top: 15px;
    cursor: pointer;
    box-sizing: border-box;
    transition: .3s;
}

.gender > div p {
    font-size: 18.7px;
    margin-top: 2px;
    margin-bottom: 13px;
}

.gen_box.checked {
    background: #71b96a;
    color: white;
}

.gen_box svg path {
    transition: .3s;
}

.gen_box.checked svg path {
    fill: white;

}

.gen_box svg {
    width: 46px;
    height: 46px;
}

.gen_box svg path {
    fill: #c5c4c8;
}

.calculator_input {
    text-align: left;
    margin-top: 8px;
}

.calculator_input label {
    font-weight: bold;
    font-size: 14.5px;
}

.calculator_input input {
    border-radius: 3px;
    background-color: rgb(236, 236, 236);
    box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    height: 60px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    text-align: center;
    font-family: PFBeauSansPro;
    color: #262626;
    font-size: 21px;
    transition: .3s ease;
}

.calculator_input input.red_border {
    border: 1px solid red;
    transition: .3s ease;
}

.calculator_input input::placeholder {
    font-family: PFBeauSansPro;
    color: #acabb1;
    font-size: 21px;
}

input:focus::placeholder {
    opacity: 0;
}

.calc {
    margin-top: 31px;
    width: 290px;
    margin-left: -11px;
    height: 70px;
    line-height: 70px;
}

.calc_res {
    text-align: left;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 30px 60px 0px rgba(47, 47, 53, 0.1);
    position: relative;
    width: 970px;
    padding: 55px 60px 70px;
    max-width: 850px;
    width: 100%;
    margin: 155px auto 0;
    display: none;
}

.calc_res .btn {
    margin-top: 20px;
    margin-left: -11px;
    /*    pointer-events: none;*/
}

.res {
    max-width: 360px;
    width: 100%;
    display: none;
}

.res p {
    line-height: 25px;
    margin-top: 10px;
}

.doc_res {
    position: absolute;
    top: 260px;
    right: calc(50% - 422px);
    display: none;
}

.bg2 > div {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    border-color: rgb(214, 214, 214);
}

.cir-1 {
    width: 598px;
    height: 599px;
    bottom: 317px;
}

.cir-2 {
    opacity: 0.8;
    width: 798px;
    height: 799px;
    bottom: 217px;
}

.cir-3 {
    opacity: 0.6;
    width: 998px;
    height: 999px;
    bottom: 117px;
}

.cir-4 {
    opacity: 0.4;
    width: 1198px;
    height: 1198px;
    bottom: 17px;
}

.cir-5 {
    opacity: 0.2;
    width: 1398px;
    height: 1398px;
    bottom: -83px;
}

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

.plate, .grapefruit {
    position: absolute;
}

.plate2 {
    bottom: 12px;
    left: calc(50% + 44px);
}

.plate1 {
    left: calc(50% + 186px);
    bottom: 26px;
}

.grapefruit {
    position: absolute;
    right: calc(50% + 190px);
    bottom: 24px;
}

.block3 {
    text-align: center;
    margin-top: -86px;
    position: relative;
    z-index: 111;
    overflow: hidden;
    padding-bottom: 62px;
}

.block3 .circle div {
    background: white;
}

.block3 .circle_top {
    height: 100px;
}

.block3_limit {
    position: relative;
}

.block3 h2 {
    margin-top: 34px;
}

.ib_cont {
    font-size: 0;
}

.ib_item h3{

}
.ib_item {
    display: inline-block;
    vertical-align: top;
}

.ib_item .btn {
    display: inline-block;
    vertical-align: top;
    padding: 8px 40px;
}

.block3 .ib_cont {
    margin-top: 94px;
}

.block3__ib_item {
    max-width: 570px;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(248, 248, 250);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 80px;
    padding: 36px 57px 85px 298px;
    min-height: 329px;
    text-align: left;
    position: relative;
}

.block3__ib_item p {
    line-height: 1.2;
    font-size: 24.3px;
    font-weight: 600;
    font-family: PFBeauSansPro-Bold;
}

.block3__ib_item h2 {
    color: #d6382b;
    font-weight: 900;
}

.block3__ib_item:nth-child(2n + 1) {
    margin-right: 15px;
}

.block3__ib_item:nth-child(2n) {
    margin-left: 15px;
}

.block3__ib_item-red {
    background: rgba(234, 154, 149, 1);
    background: -moz-linear-gradient(left, rgba(234, 154, 149, 1) 0%, rgba(214, 56, 43, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(234, 154, 149, 1)), color-stop(100%, rgba(214, 56, 43, 1)));
    background: -webkit-linear-gradient(left, rgba(234, 154, 149, 1) 0%, rgba(214, 56, 43, 1) 100%);
    background: -o-linear-gradient(left, rgba(234, 154, 149, 1) 0%, rgba(214, 56, 43, 1) 100%);
    background: -ms-linear-gradient(left, rgba(234, 154, 149, 1) 0%, rgba(214, 56, 43, 1) 100%);
    background: linear-gradient(to right, rgba(234, 154, 149, 1) 0%, rgba(214, 56, 43, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea9a95', endColorstr='#d6382b', GradientType=1);
    box-shadow: 0px 20px 40px 0px rgba(214, 56, 43, 0.4);
}

.prod-2 {
    bottom: -241px;
    left: 33px;
}

.block3__ib_item-red h2, .block3__ib_item-red p {
    color: white;
}

.block3__ib_item img {
    position: absolute;
}

.b3_i_1 {
    left: 23px;
    width: 233px;
    height: 389px;
    bottom: 0;
}

.b3_i_2 {
    left: -30px;
    width: 322px;
    height: 395px;
    bottom: 0;
}

.b3_i_3 {
    left: -33px;
    width: 302px;
    height: 398px;
    bottom: 0;
}

.b3_i_4 {
    left: 11px;
    width: 274px;
    height: 425px;
    bottom: -26px;
}

.b3_i_5 {
    left: 11px;
    width: 261px;
    height: 388px;
    bottom: 0;
}

.block3__ib_item-5 {
    padding-bottom: 58px;
}

.block3__ib_item-5 p {
    line-height: 25px;
}

.block3__ib_item-6 {
    background: rgba(163, 199, 87, 1);
    background: -moz-linear-gradient(-45deg, rgba(163, 199, 87, 1) 0%, rgba(113, 185, 106, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(163, 199, 87, 1)), color-stop(100%, rgba(113, 185, 106, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(163, 199, 87, 1) 0%, rgba(113, 185, 106, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(163, 199, 87, 1) 0%, rgba(113, 185, 106, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(163, 199, 87, 1) 0%, rgba(113, 185, 106, 1) 100%);
    background: linear-gradient(135deg, rgba(163, 199, 87, 1) 0%, rgba(113, 185, 106, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3c757', endColorstr='#71b96a', GradientType=1);
    padding-left: 37px;
    padding-right: 30px;
    padding-bottom: 54px;
}

.block3__ib_item-6 h2 {
    font-size: 24.9px;
    color: white;
    font-weight: 600;
    margin-top: 3px;
    line-height: 27px;
    margin-bottom: 40px;
}

.block3__ib_item-6 p {
    font-size: 18px;
    color: white;
    font-family: PFBeauSansPro;
    font-weight: normal;
    padding-left: 248px;
    line-height: 21px;
}

.block3__ib_item-6 .btn {
    width: 144px;
    margin-left: 260px;
    margin-top: 21px;
    height: 60px;
    line-height: 60px;
}

.block3__ib_item-6:before {
    left: 33px;
    background: url(../img/prod-2.png) center no-repeat;
    width: 504px;
    height: 455px;
    bottom: -241px;
}

.leap {
    position: absolute;
}

.block3 .leap {
    top: 27px;
    left: calc(50% + 805px);
}

.block4 {
    position: relative;
}

.block4_limit h2 {
    margin-top: 245px;
    font-size: 47.7px;
    margin-bottom: 32px;
}

.block4_limit p {
    font-size: 18px;
    max-width: 660px;
    width: 100%;
    line-height: 28px;
    margin-top: 11px;
    margin-bottom: 11px;
}

.am-pm_container {
    margin-top: 90px;
    text-align: center;
    font-size: 0;
}

.am-pm_container__item {
    display: inline-block;
    width: 263px;
    vertical-align: top;
    position: relative;
}

.am {
    margin-right: 183px;
    text-align: left;
}

.pm {
    margin-left: 444px;
    text-align: right;
}

.am-pm_container__item h3 {
    margin-bottom: 8px;
}

.am-pm_container__item h4 {
    font-size: 18.2px;
    margin-bottom: 44px;
    color: white;
    opacity: 0.8;
}

.am-pm_container__item.am h4 {
    color: #262626;
    opacity: 0.8
}

.am ul {
    counter-reset: am-list;
    width: 146px;
    margin-left: 44px;
}

.am ul li, .pm ul li {
    text-align: left;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 51px;
}

.am ul li:before, .pm ul li:before {
    position: absolute;
    background: white;
    color: #71b96a;
    font-size: 15px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    left: -50px;
    top: 0px;
}

.am ul li:before {
    content: '0' counter(am-list);
    counter-increment: am-list;
}

.pm h3 {
    color: white;
}

.pm ul {
    counter-reset: pm-list;
    width: 135px;
    margin-left: 128px;
    color: white;
}

.pm ul li:before {
    content: '0' counter(pm-list);
    counter-increment: pm-list;
}

.pm ul li:nth-child(1) {
    margin-bottom: 29px;
}

.block4 {
    overflow: hidden;
    padding-bottom: 449px;
}

.block4_bg, .block4_limit {
    position: relative;
}

.block4_limit {
    z-index: 11;
}

.block4 .circle > div {
    overflow: hidden;
    top: 84px;
}

.block4_bg__left.parallax {
    position: relative;
}

.block4_bg__left img {
    position: absolute;
    top: -35px;
    left: calc(50% - 1113px);
    height: 1144px;
}

.block4_bg__right {
    background: pink;
    position: absolute;
    left: calc(50% + 112px);
    transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    height: 1340px;
    top: 0;
    width: 1100px;
    overflow: hidden;
}

.block4_bg__right img {
    position: absolute;
    top: -38px;
    left: -608px;
    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    -moz-transform: rotate(-24deg);
    height: 1704px;
}

.am_pm_prod {
    position: absolute;
    bottom: -238px;
    width: 238px;
    height: 512px;
}

.am_prod {
    left: -181px;
}

.pm_prod {
    left: 194px;
}

.am-pm_container__center {
    background: url(../img/glass.png) center top no-repeat;
    width: 1009px;
    position: absolute;
    left: calc(50% - 504px);
    height: 864px;
    bottom: -454px;
}

.am-pm_container__center-label {
    position: absolute;
    top: 243px;
    background: white;
    font-weight: bold;

    border-radius: 50%;
    left: 130px;
    height: 130px;
    width: 130px;
}

.am-pm_container__center-label p {
    font-size: 14.7px;
    line-height: 15px;
    margin-top: 35px;
    margin-bottom: 8px;
}

.am-pm_container__center-label span {
    color: #71b96a;
    font-family: Fira Sans;
    font-weight: bold;
    font-size: 30px;
}

.crl {
    background: white;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 308px;
    left: 195px;
}

.crl-1 {
    width: 170px;
    height: 170px;
    opacity: 0.6;
}

.crl-2 {
    width: 210px;
    height: 210px;
    opacity: 0.4;
}

.crl-3 {
    width: 250px;
    height: 250px;
    opacity: 0.2;
}

.fadeIn1 {
    animation-name: fadeIn1;
}

.fadeIn2 {
    animation-name: fadeIn2;
}

.fadeIn3 {
    animation-name: fadeIn3;
}

.fadeInc1 {
    animation-name: fadeInc1;
}

.fadeInc2 {
    animation-name: fadeInc2;
}

.fadeInc3 {
    animation-name: fadeInc3;
}

.fadeInc4 {
    animation-name: fadeInc4;
}

.fadeInc5 {
    animation-name: fadeInc5;
}

@keyframes fadeInc1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}

@keyframes fadeInc2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.8;
    }
}

@keyframes fadeInc3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@keyframes fadeInc4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.6;
    }
}

@keyframes fadeInc5 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}


@keyframes fadeIn1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.6;
    }
}

@keyframes fadeIn2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.4;
    }
}

@keyframes fadeIn3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.2;
    }
}

.block4 .circle_bot {
    height: 481px;
}

.block4 .circle_bot div {
    background: white;
}

.block4_bg__moon {
    width: 175px;
    height: 174px;
    position: absolute;
    top: 172px;
    left: calc(50% + 432px);
}

.block5 {
    text-align: center;
    position: relative;
    z-index: 11;
}

.block5_limit {
    margin-top: -568px;
}

.block5_limit h2 {
    margin-top: 418px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.block5_limit h4 {
    line-height: 30px;
    position: relative;
    z-index: 1;
}

.ingredients {
    margin-top: -162px;
    position: relative;
}

.ingredients .layer {
    left: -270px;
    top: -114px;
}

.ingredients .prod {
    position: absolute;
    top: 251px;
    left: calc(50% - 265px);
    z-index: 1;
}

.ingredients_line .ib_item h3 {
    line-height: 1.1 !important;
}

.ingredients_line {
    text-align: justify;
    text-justify: newspaper;
    zoom: 1;
    margin-bottom: 53px;

}

.ingredients_line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.ingredients_line h3 {
    font-size: 29px;
    margin-top: 14px;
}

.ib_item-2 h3 {
    margin-top: 22px;
}

.ingredients_line p {
    color: #262626;
    font-size: 17px;
    opacity: 0.8;
    line-height: 26px;
}

.ingredients_line p span {
    font-family: PFBeauSansPro-Bold;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
}

.ingredients_line p span:after {
    content: '';
    position: absolute;
    width: 104%;
    height: 2px;
    background: #71b96a;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ingredients_line .ib_item {
    max-width: 300px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 11;
}

.ingredients_line-2 {
    margin-bottom: 17px;
}

.ingredients_circles {
    border-width: 1px;
    border-color: rgb(214, 214, 214);
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 504px;
    left: 50%;
}

.ingredients_circles-1 {
    opacity: 0.9;
    width: 600px;
    height: 600px;
}

.ingredients_circles-2 {
    opacity: 0.8;
    width: 798px;
    height: 799px;
}

.ingredients_circles-3 {
    opacity: 0.7;
    width: 998px;
    height: 999px;
}

.ingredients_circles-4 {
    opacity: 0.6;
    width: 1198px;
    height: 1198px;
}

.ingredients_circles-5 {
    opacity: 0.5;
    width: 1398px;
    height: 1398px;
}

.block6_limit {
    padding-top: 66px;
}

.block6_limit__cont {
    border-radius: 10px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    max-width: 809px;
    width: 100%;
    padding-top: 49px;
    padding-left: 60px;
    position: relative;
    z-index: 11;
    background: white;
}

.block6_limit__cont h2 {
    font-size: 38px;
    line-height: 40px;
}

.weeks {
    margin-top: 45px;
    max-width: 670px;
    width: 100%;
}

.week {
    max-width: 670px;
    width: 100%;
    padding-bottom: 32px;
    position: relative;
}

.week:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.week h3 {
    font-size: 28.6px;
    margin-top: -2px;
    margin-bottom: 17px;
}

.week p {
    line-height: 25px;
    font-size: 18.9px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.week_img {
    float: left;
    margin-right: 27px;
}

.week p.result {
    font-size: 0;
    margin-top: 16px;
}

.prev_next {
    margin-top: 86px;
    position: absolute;
    bottom: 32px;
    left: 292px;
}

.prev_next svg {
    display: inline-block;
    vertical-align: middle;

}

.prev_next svg path {
    transition: .3s ease;
}

.prev, .next {
    display: inline-block;
    line-height: 38px;
    font-size: 0;
    vertical-align: top;
    border-radius: 20px;
}

.prev, .next {
    width: 38px;
    border: 1px solid #aeaeae;
    text-align: center;
    height: 38px;
    margin-left: -3px;
    margin-right: 6px;
}

.prev_next .move {
    cursor: pointer;
    border: 1px solid #d6382b;
    padding-right: 15px;
    padding-left: 17px;
    width: inherit;
    transition: .3s ease;
}

.prev.move {
    padding-left: 10px;
    padding-right: 20px;
    opacity: 0.5;
}

.prev_next .move:hover {
    background: #d6382b;
}

.prev_next .move:hover svg path {
    fill: white;
}

.prev_next .move:hover span {
    color: white;
}

.move span {
    color: #d6382b;
    font-size: 16.3px;
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease;
}

.result svg, .result > span {
    display: inline-block;
    vertical-align: middle;
}

.result svg {
    width: 21px;
    height: 21px;
    margin-left: -3px;
    margin-right: 9px;
}

.result svg path {
    fill: #3b7f3a;
}

.result span {
    font-size: 21px;
    font-family: PFBeauSansPro-Bold;
    font-weight: bold;
}

.result span.green {
    color: #71b96a;
}

.block6_limit__cont_bot {
    text-align: center;
    background: #f2f2f2;
    margin-left: -60px;
    padding-top: 44px;
    padding-bottom: 52px;
}

.block6_limit__cont_bot h3 {
    font-size: 24.7px;
    margin-bottom: 25px;
}

.block6_limit__cont_bot .btn {
    margin-left: auto;
    margin-right: auto;
    width: 261px;
}

.block6 {
    background: url(../img/bg6.png) center 84px no-repeat;
    position: relative;
    padding-bottom: 4px;
}

.block6 .girl {
    top: -73px;
    left: calc(50% + 203px);
    z-index: 111;
}

.lenta {
    position: absolute;
    left: calc(50% - 507px);
    bottom: -106px;
}

.block6 .circle {
    position: absolute;
    bottom: 0;
    height: 87px;
    width: 100%;
    z-index: 11;
    overflow: hidden;
}

.block6 .circle > div, .block7 {
    background: #f6f6f6;
}

.block6 .leap {
    top: 99px;
    left: calc(50% - 957px);
}

.block7 {
    text-align: center;
    padding-top: 122px;
    padding-bottom: 300px;
}

.block7 .ib_cont {
    margin-top: 67px;
}

.block7 .ib_item_wrap {


    padding-bottom: 15px;
    min-height: 161px;
    transition: .3s ease;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    max-width: 270px;
    width: 100%;
    box-sizing: border-box;
    min-height: 267px;
}

.block7 .ib_item_wrap_cont {
    border-width: 1px;
    border-color: #e2e2e2;
    border-style: solid;
    border-radius: 10px;
    min-height: 227px;
    transition: .3s ease;
    padding-top: 48px;
    box-sizing: border-box;
}

.block7 .ib_item_wrap_cont img {
    width: 50px;
}

.hover {
    transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -webkit-transform: translateY(-13px);
}

.hover .ib_item_wrap_cont {
    border-color: rgb(113, 185, 106);
}

.block7 .ib_item_wrap p {
    font-size: 21.1px;
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 13px;
    line-height: 27px;
    margin-bottom: 0;
}

.ib_item-3 .ib_item_wrap_cont {
    padding-top: 38px;
}

.block7 .ib_item {
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 77px;
    position: relative;
    max-width: 270px;
    width: 100%;
}

.block7 .ib_item span.number {
    width: 70px;
    text-align: center;
    line-height: 70px;
    height: 70px;
    color: white;
    font-family: Fira Sans;
    font-weight: 600;
    position: absolute;
    left: calc(50% - 35px);
    top: -34px;
    background: #71b96a;
    border-radius: 50%;
    font-size: 24px;
    transition: .3s ease;
    z-index: 11;
}

.block7 h3 {
    font-size: 24.6px;
    margin-top: -12px;
}

.block8 {
    margin-top: -149px;
    padding-bottom: 42px;
    position: relative;
}

.circle_tp {
    height: 700px;
    position: absolute;
    width: 100%;
}

.circle_tp img {
    position: absolute;
    width: 1987px;
    height: 912px;
    left: calc(50% - 995px);
    top: -50px;
}

.main {
    overflow: hidden;
}

.circle_tp > div {
    overflow: hidden;
}

.circle_bt {
    height: 200px;
    position: absolute;
    bottom: -80px;
    width: 100%;
    transform: rotate(-1.6deg);
    overflow: hidden;
}

.circle_bt div {
    background: white;
}

.block8_limit__cont {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
    max-width: 754px;
    width: 100%;
    margin-left: auto;
    padding-left: 87px;
    box-sizing: border-box;
    margin-right: 46px;
    padding-right: 98px;
    padding-top: 67px;
    padding-bottom: 82px;
    position: relative;
}

.block8_limit__cont h2 {
    margin-bottom: 22px;
}

.block8_limit__cont p {
    font-size: 17.2px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.doc_name h3 {
    font-size: 21.2px;
    margin-top: 26px;
}

.doc_name p {
    margin-top: 3px;
    font-size: 17.2px;
    line-height: 25px;
}

.block8_limit__cont p u {
    color: #71b96a;
    text-underline-position: under;
    border-bottom: 2px solid;
    text-decoration: none;
}

.block8_limit__cont p u span {
    color: black;

}

.block8_limit__cont .ib_item {
    border-width: 1px;
    border-color: rgb(219, 226, 226);
    border-style: solid;
    border-radius: 10px;
    width: 178px;
    padding-left: 15px;
    height: 56px;
    box-sizing: border-box;
    line-height: 56px;
}

.block8_limit__cont .ib_item img, .block8_limit__cont .ib_item svg {
    display: inline-block;
    vertical-align: middle;
}

.block8_limit__cont .ib_cont {
    margin-top: 32px;
    text-align: justify;
    text-align: newspaper;
    zoom: 1;
}

.block8_limit__cont .ib_cont:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.block8_limit__cont .ib_item span {
    font-size: 13.2px;
    display: inline-block;
    vertical-align: middle;
    width: calc(76% - 5px);
    line-height: 15px;
    margin-left: 5px;
    text-align: left;
}

.block8 .ib_item_last {
    padding-left: 8px;
}

.doc {
    position: absolute;
    top: -66px;
    right: calc(50% + 194px);
    z-index: 11;
}

.slick-prev, .slick-next {
    transition: .3s;
}

.slick-prev:hover, .slick-next:hover {
    transform: translate(0, -61%);
    -ms-transform: translate(0, -61%);
    -webkit-transform: translate(0, -61%);
}

.mark {
    position: absolute;
    bottom: 154px;
    right: 56px;
}

.block8 .leap {
    top: 36px;
    left: calc(50% + 879px);
}

.block9 {
    text-align: center;
}

.block9_limit {
    position: relative;
}

.block9 h2 {
    margin-top: 68px;
    margin-bottom: 22px;
}

.block9 h4 {
    line-height: 30px;
}

.block9_limit__cont {
    text-align: left;
    margin-left: auto;
    width: 567px;
    margin-top: 146px;
    position: relative;
}

.block9_limit__cont p {
    margin-bottom: 10px;
}

.block9_limit__cont > div {
    position: relative;
    margin-bottom: 34px;
}

.block9_limit__cont div.line_bg {
    width: 100%;
    height: 25px;
    background: #eceaea;
    max-width: 445px;
    margin-left: -4px;
    border-radius: 28px;
    position: relative;
}

.block9_limit__cont div.line_bg div {
    position: absolute;
    left: 0;
    top: 0;
    background: #71b96a;
    border-radius: 28px;
    height: 25px;
}

.block9_limit__cont span {
    font-family: Fira Sans;
    color: #262626;
    font-weight: 100;
    font-size: 50px;
    position: absolute;
    left: 83.6%;
    top: 14px;
}

.block9_limit__cont__item-1 .line_bg div {
    width: 97%;
}

.block9_limit__cont__item-2 .line_bg div {
    width: 99%;
}

.block9_limit__cont__item-3 .line_bg div {
    width: 3%;
}

.block9_limit__cont__item-4 .line_bg div {
    width: 95%;
}

.microscope {
    position: absolute;
    left: calc(50% - 866px);
    top: -102px;
}

.block9_limit__cont .prod {
    position: absolute;
    top: 90px;
    left: calc(50% - 1135px);
}

.review {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
    width: 370px;
}

.block10 {
    background: url(../img/bg10.png) center top no-repeat;
    padding-bottom: 53px;
    position: relative;
}

.block10 h2, .block10 h4 {
    text-align: center;
}

.block10 h2 {
    margin-top: 261px;
    padding-top: 119px;
    margin-bottom: 13px;
}

.reviews {
    margin-top: 55px;
}

.review {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
    width: 370px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
}

.review img {
    display: block;
    margin: 0 auto 24px;
    border-radius: 4px;
}

.review h3 {
    font-size: 18px;
}

.review p {
    font-size: 15px;
    line-height: 21px;
    margin-top: 10px;
}

.block10 .leap {
    left: calc(50% - 930px);
    top: 25px;
}

.block11 {
    text-align: center;
    position: relative;
    z-index: 11;
}

.block11 h2 {
    margin-top: 6px;
}

.block11 .ib_cont {
    margin-top: 102px;
}

.bg11 {
    position: absolute;
    top: 280px;
    left: calc(50% - 265px);
}

.block11 .ib_item {
    position: relative;
    margin-left: 65px;
    margin-right: 65px;
    z-index: 11;
}

.block11 .ib_item:nth-child(2) {
    margin-top: -59px;
}

.block11 .ib_item p {
    font-size: 18px;
    line-height: 25px;
}

.block11 .ib_item span {
    width: 55px;
    text-align: center;
    line-height: 55px;
    height: 55px;
    color: white;
    font-family: Fira Sans;
    font-weight: 600;
    position: absolute;
    background: #71b96a;
    border-radius: 50%;
    font-size: 19px;
    top: -6px;
    left: calc(50% - 112px);
    z-index: 111;
}

.block11 .ib_item:nth-child(2) span {
    top: 24px;
    left: calc(50% - 98px);
}

.block11 .ib_item:nth-child(3) {
    margin-top: -16px;
}

.block11 .ib_item:nth-child(3) span {
    top: 11px;
    left: calc(50% - 98px);
}

.b11_bot {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 600px;
    margin: 53px auto;
    padding-top: 34px;
    font-size: 21.1px;
    line-height: 27px;
    padding-bottom: 30px;
    margin-top: 61px;
}

.b11_bot b {
    color: #71b96a;
}

.block12 {
    position: relative;
    margin-top: -24px;
    padding-bottom: 207px;
}

.block12 .circle {
    height: 100px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: -100px;
}

.block12 .circle div, .block12 {
    background: #f6f6f6;
}

.block12 h2 {
    text-align: center;
    padding-top: 66px;
}

.block12 h2 span {
    display: block;
}

.block12_limit {
    position: relative;
    z-index: 11;
}

.block12_limit__cont {
    max-width: 572px;
    width: 100%;
    margin-left: auto;
    padding-right: 221px;
    box-sizing: border-box;
    margin-top: 92px;
}

.block12_limit__cont h3 {
    line-height: 32px;
}

.block12_limit__cont p {
    line-height: 24px;
}

.warning {
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
    border-radius: 10px;
    width: 274px;
    text-align: center;
    color: #d6382b;
    margin-top: 19px;
    margin-left: -3px;
    line-height: 44px;
}

.block12 .prod {
    position: absolute;
    left: calc(50% - 707px);
    top: 250px;
}

.arc {
    position: absolute;
    left: calc(50% - 216px);
    top: 217px;
    overflow: hidden;
    width: 224px;
    height: 68px;
}

.arc_elem {
    width: 280px;
    height: 280px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
}

.block12 .leap {
    top: -69px;
    left: calc(50% - 958px);
}

.block13 {
    text-align: center;
    margin-top: -9px;
    position: relative;
}

.block13 .circle {
    position: absolute;
    top: -134px;
    width: 100%;
    height: 143px;
    overflow: hidden;
}

.block13 .circle div {
    background: white;
}

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

.block13 .ib_cont {
    margin-top: 62px;
    text-align: justify;
    text-align: newspaper;
    zoom: 1;
}

.block13 .ib_cont:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.block13 .ib_item {
    width: 375px;
    position: relative
}

.block13 .ib_item:first-child {

}

.block13 .ib_item:not(:last-child):after {
    content: '→';
    position: absolute;
    font-size: 72px;
    opacity: 0.3;
    color: #262626;
    font-family: PFBeauSansPro-XThin;
    top: 72px;
    right: -38px;
}

.block13 .ib_item img {
    margin: 0 auto;
    margin-left: 69px;
}

.block13 .ib_item:nth-child(1) img {
    margin-left: 50px;
}

.block13 .ib_item:last-child img {
    margin-top: -29px;
}

.block13 .ib_item p {
    font-size: 21px;
    font-size: 21px;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
}

.block13 .ib_item:last-child p {
    margin-top: 15px;
}

.block13 .leap {
    top: -139px;
    left: calc(50% + 638px);
}

.block14 {
    padding-top: 231px;
    background: url(../img/bg14.png) center 106px no-repeat;
}

.block14_limit {
    position: relative;
}

.block14 h2 {
    margin-bottom: 14px;
}

.block14 h4 {
    margin-bottom: 37px;
}

.block14 ul li {
    font-size: 0;
    margin-bottom: 13px;
}

.block14 ul li svg, .block14 ul li span {
    display: inline-block;
    vertical-align: middle;
}

.block14 ul li span {
    margin-left: 7px;
    font-size: 18px;
}

.order_form {
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    max-width: 470px;
    width: 100%;
    padding: 60px 87px;
    box-sizing: border-box;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    top: 176px;
}

form h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 13px;
}

form .old_price {
    font-size: 19.7px;
}

form .new_price {
    font-size: 32px;
    color: #d6382b;
    margin-bottom: 12px;
}

.form_field {
    text-align: left;
    margin-bottom: 12px;
}

form input, form select {
    border-radius: 5px;
    background-color: rgb(236, 236, 236);
    box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
    display: block;
    line-height: 70px;
    height: 70px;
    font-family: PFBeauSansPro;
    padding-left: 29px !important;
}

form select {
    background: rgb(236, 236, 236) url(../img/carret_down.png) 91% center no-repeat;
}

form input {
    font-size: 17px;
}

form input[name="phone"] {
    padding-left: 20px !important;
    font-size: 18px;
}

form label {
    font-family: PFBeauSansPro-SemiBold;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

form .btn {
    margin-top: 30px;
    width: 320px;
    margin-left: -10px;
}

.block14 .prod {
    left: calc(50% - 954px);
    bottom: 60px;
    position: relative;
}

.block14 .girl {
    top: -141px;
    right: calc(50% - 665px);
}

/*footer {
    color: #7d7d7d;
    font-size: 14px;
    width: 433px;
    position: absolute;
    bottom: 42px;
    left: calc(50% - 235px);
    line-height: 21px;
}*/

.block1_mob_prod, .mob_circle, .mob_tea, .prod-2_mob {
    display: none;
}

@media screen and (max-width: 1150px) {
    .limit {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .block1_prod {
        left: -218px;
    }

    .girl1 {
        right: calc(50% - 466px);
    }

    .girl2 {
        right: calc(50% - 731px);
    }

    .block3__ib_item:nth-child(2n) {
        margin-left: 0;
    }

    .block3__ib_item:nth-child(2n + 1) {
        margin-right: 0px;
    }

    .doc_res {
        top: 314px;
        right: calc(50% - 512px);
    }

    .block4_limit > p {
        max-width: 492px;
    }

    .am {
        margin-right: 91px;
    }

    .pm {
        margin-left: 91px;
    }

    .am-pm_container__center {
        width: 500px;
        background-size: contain;
        left: calc(50% - 254px);
        bottom: -584px;
    }

    .am-pm_container__center-label {
        top: 135px;
        left: 63px;
        height: 100px;
        width: 100px;
    }

    .am-pm_container__center-label p {
        font-size: 12.7px;
        margin-top: 27px;
        margin-bottom: 3px;
    }

    .am-pm_container__center-label span {
        font-size: 24px;
    }

    .crl {
        top: 187px;
        left: 114px;
    }

    .crl-1 {
        width: 120px;
        height: 120px;
    }

    .crl-2 {
        width: 140px;
        height: 140px;
    }

    .crl-3 {
        width: 160px;
        height: 160px;
    }

    .block4 .circle_bot {
        height: 549px;
    }

    .block5_limit h2 {
        margin-top: 334px;
        position: relative;
        top: 9px;
    }

    .block5_limit h4 {
        top: 9px;
    }

    .block6 .girl {
        left: calc(50% + 275px);
    }

    .block13 .ib_item:not(:last-child):after {
        display: none;
    }

    .block13 .ib_cont {
        text-align: center;
    }
}

@media screen and (max-width: 1150px) {
    .block11 .ib_item {
        width: 33%;
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1090px) {
    .reviews .review {
        padding: 30px;
    }

    .block8_limit__cont {
        width: 69%;
        padding: 33px 20px;
        margin-right: 0px;
    }

    .mark {
        bottom: 98px;
        right: 0px;
    }

    .block8 .circle_bt {
        bottom: -217px;
    }

    .block8 .circle_bt {
        bottom: -191px;
        z-index: 11;
    }

    .block9 h2 {
        position: relative;
        z-index: 111;
    }

    .block8_limit__cont .ib_item {
        width: 162px;
        padding-left: 6px;
    }

    .block8_limit__cont .ib_item span {
        width: calc(76% - 10px);
    }

    .block10 h2 {
        margin-top: 187px;
        padding-top: 40px;
    }

    .review {
        width: 330px;
    }

    .reviews {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .review {
        box-shadow: none;
    }

    .review img {
        width: 100%;
    }

    .bg11 {
        display: none;
    }

    .block12_limit__cont {
        width: 60%;
        padding-right: 38px;
    }

    .block14 .prod {
        left: calc(50% - 954px);
        bottom: -134px;
    }

    .block14 .girl {
        top: 175px;
        right: calc(50% - 665px);
    }

    .order_form {
        top: 379px;
    }

    /*footer {
        display: none;
    }*/
    .block14 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .block6 .girl {
        display: none;
    }

    .block12_limit__cont {
        width: 50%;
    }

    .ingredients .prod {
        top: 363px;
        left: calc(50% - 129px);
    }

    .ingredients .prod img {
        width: 530px;
        left: -188px;
        top: -60px;
    }

    .block6 .girl {
        left: calc(50% + 346px);
    }

    .doc {
        top: -35px;
    }

    .mark {
        bottom: 140px;
    }

}

@media screen and (max-width: 870px) {
    .block12 .prod {
        top: 300px;
    }

    .arc {
        top: 266px;
    }

    .block7 {
        padding-bottom: 195px;
    }
}

.prod-3_mob, .prod-5_mob, .girl_mob, .b3_i_4_mob {
    display: none;
}

.slick-prev:before, .slick-next:before {
    position: relative;
    left: -2px;
    top: 0px
}

.slick-next:before {
    position: relative;
    left: 2px
}

@media screen and (max-width: 800px) {
    .block5 {
        padding-bottom: 143px;
    }

    .ib_item-2 {
        top: 880px;
    }

    .ingredients_line-2 .ib_item:nth-child(1) {
        top: -239px;
    }

    .ingredients_line-2 .ib_item:nth-child(2) {
        top: 672px;
    }

    .ingredients_line:nth-child(3) .ib_item:nth-child(1) {
        top: -465px;
    }

    .ingredients_line:nth-child(3) .ib_item:nth-child(2) {
        top: 392px;
    }


    .ffx {
        position: absolute;
        top: -150px;
        right: 0;
        left: 55%;
        font-size: 12px;
    }

    .limit {
        max-width: 480px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .mob, .block1_pre span:not(:last-child):after, #scene1, .block1_ul li svg, .bg_1, .block1_prod, .block1 .circle_bot, .bg2, .plate, .doc_res, .block3 .circle_top, .b3_i_4, .prod-2 {
        display: none;
    }

    .block1 {
        text-align: center;
        padding-bottom: 0;
        background: url(../img/bg-1.png) center top no-repeat;
        background-position-x: calc(50% + 226px);
    }

    .block1_pre:after {
        content: '';
        display: block;
        clear: both;
    }

    .block1_pre > span:last-child {
        float: left;
    }

    .block1_pre > span:first-child {
        float: right;
        margin-top: 2px;
    }

    .block1_pre > span:last-child:after {
        content: '•';
        color: #7c9e35;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        margin-right: -7px;
    }

    .block1_pre {
        max-width: 167px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 12px;
    }

    .block1_limit {
        padding-top: 25px;
    }

    h1 {
        font-size: 26px;
    }

    .block h4 {
        font-size: 15px;
        line-height: normal;
    }

    .block1_ul li {
        display: block;
        width: 100%;
    }

    .girl1 {
        top: -12px;
        right: calc(50% - 216px);
        width: 117px;
    }

    .girl2 {
        right: calc(50% + 82px);
        top: -9px;
        width: 140px;
    }

    .block1 h1 {
        width: 222px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }

    .block1 h4 span {
        background: white;
    }

    .block .btn {
        width: 200px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .block1_ul li {
        margin-bottom: 6px;
    }

    .block1_ul li span {
        font-size: 15px;
    }

    .block1 h4 {
        margin-bottom: 15px;
    }

    .block1_ul {
        margin-bottom: 21px;
    }

    .block1_mob_prod {
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*margin-top: -43px;*/
        position: relative;
        z-index: 11;
    }

    .new_price {
        font-size: 21px;
    }

    .old_price {
        font-size: 16px;
    }

    .price {
        width: auto;
        margin-top: 20px;
    }

    .mob_circle {
        display: block;
        display: block;
        position: absolute;
        bottom: 160px;
        left: calc(50% - 400px);
    }

    .mob_circle div {
        border-radius: 50%;
        background-color: rgb(246, 246, 246);
        width: 811px;
        height: 177px;
    }

    .block2 {
        padding-top: 255px;
        margin-top: -220px;
    }

    .block h2 {
        font-size: 24px;
    }

    .calculator {
        max-width: 430px;
        width: 100%;
        padding: 20px 20px 30px;
        margin-top: 30px;
    }

    .gender, .gender > div {
        height: 95px;
    }

    .gender > div p {
        font-size: 16px;
    }

    .block2 .btn.calc {
        width: 100%;
    }

    .grapefruit {
        position: absolute;
        position: absolute;
        left: -47px;
        bottom: -107px;
        width: 148px;
        right: inherit;
        z-index: 11;
    }

    .mob_tea {
        display: block;
        right: -58px;
        position: absolute;
        bottom: -97px;
        z-index: 11;
    }

    .calc_res {
        margin-top: 30px;
        padding: 30px 15px 61px;
        margin: 31px auto 0;
        box-sizing: border-box;
    }

    .block h3 {
        font-size: 21px;
    }

    .res p {
        font-size: 14px;
    }

    .doc_res {
        display: none !important;
    }

    .block3 {
        background: white;
    }

    .mob_bot {
        height: 147px;
        background: white;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .block3 h2 {
        margin-top: 0px;
        font-size: 28px !important;
    }

    .block3 .block3__ib_item h2 {
        font-size: 24px !important;
    }

    .block3__ib_item p {
        font-size: 14px;
    }

    .block3__ib_item p br {
        display: none;
    }

    .block3__ib_item {
        min-height: 167px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 29px 15px 30px 153px;
        margin-bottom: 65px;
    }

    .b3_i_1 {
        left: 9px;
        width: 120px;
        height: inherit;
        bottom: 0;
    }

    .b3_i_2 {
        left: -30px;
        width: 182px;
        height: inherit;
        bottom: 0;
    }

    .block3__ib_item-red {
        box-shadow: 10px 17.321px 40px 0px rgba(214, 56, 43, 0.157);
    }

    .b3_i_3 {
        left: -15px;
        width: 166px;
        height: inherit;
        bottom: 0;
    }

    .mob_wt {
        background: rgb(248, 248, 250);
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    }

    .block3__ib_item.mob_wt p {
        color: black
    }

    .block3__ib_item.mob_wt h2 {
        color: #d6382b;
    }

    .mob_rd {
        box-shadow: 10px 17.321px 40px 0px rgba(214, 56, 43, 0.157);
        background: rgba(234, 154, 149, 1);
        background: -moz-linear-gradient(left, rgba(234, 154, 149, 1) 0%, rgba(214, 56, 43, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(234, 154, 149, 1)), color-stop(100%, rgba(214, 56, 43, 1)));
        background: -webkit-linear-gradient(left, rgba(234, 154, 149, 1) 0%, rgba(214, 56, 43, 1) 100%);
        background: -o-linear-gradient(left, rgba(234, 154, 149, 1) 0%, rgba(214, 56, 43, 1) 100%);
        background: -ms-linear-gradient(left, rgba(234, 154, 149, 1) 0%, rgba(214, 56, 43, 1) 100%);
        background: linear-gradient(to right, rgba(234, 154, 149, 1) 0%, rgba(214, 56, 43, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea9a95', endColorstr='#d6382b', GradientType=1);
    }

    .mob_rd h2, .mob_rd p {
        color: white;
    }

    .b3_i_4_mob {
        display: block;
        left: 11px;
        bottom: -12px;
    }

    .block3__ib_item-5 p {
        line-height: 17px;
    }

    .b3_i_5 {
        left: 0px;
        width: 146px;
        height: inherit;
        bottom: 0;
    }

    .block3__ib_item-6 {
        padding: 20px 15px 30px 20px !important;
    }

    .block3 .block3__ib_item-6.block3__ib_item h2 {
        line-height: 21px;
        font-size: 16px !important;
        margin-bottom: 15px;
    }

    .block3__ib_item-6 p {
        padding-left: 0;
    }

    .block3__ib_item-6 .btn {
        width: 131px !important;
        height: 46px !important;
        line-height: 46px !important;
        margin-left: 0 !important;
    }

    .prod-2_mob {
        display: block;
        bottom: -77px;
        left: calc(50% - 103px);
    }

    .block4 .circle > div {
        top: 0px;
        border-radius: 0;
    }

    .block4 {
        margin-top: -44px;
        position: relative;
        z-index: 111;
    }

    .block4_limit h2 {
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .block4_limit > h2, .block4_limit > p {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .block4_limit p {
        font-size: 15px;
        line-height: 22px;
    }

    .am-pm_container {
        margin-top: 35px;
    }

    .am {
        margin-right: 0;
        text-align: left;
    }

    .am-pm_container h3, .am-pm_container h4 {
        /*padding-left: 75px;*/
    }

    .am-pm_container h4 br, .block4 .circle_bot {
        display: none
    }

    .am ul li, .pm ul li {
        margin-bottom: 17px;
    }

    .am ul {
        width: 138px;
    }

    .am-pm_container__item h4 {
        margin-bottom: 20px;
    }

    .am_pm_prod {
        bottom: -56px;
        width: 146px;
        height: inherit;
    }

    .am_prod {
        left: -76px;
    }

    .block4_bg__right {
        left: calc(50% - 400px);
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        top: 740px;
    }

    .block4_bg__right img {
        height: 1764px;
        top: -65px;
    }

    .pm {
        position: absolute;
        bottom: -318px;
        margin-left: 0;
        left: calc(50% - 116px);
    }

    .pm ul {
        width: 153px;
        margin-left: auto;
    }

    .pm h3, .pm h4 {
        padding-left: 69px;
    }

    .pm_prod {
        left: -94px;
    }

    .am-pm_container__center {
        background: url(../img/glass.png) 39% top no-repeat;
        width: 500px;
        left: calc(50% - 249px);
        background-size: 500px;
        bottom: -1352px;
    }

    .block4_bg__right {
        height: 431px;
    }

    .mob_bot_white {
        position: absolute;
        bottom: -200px;
        height: 200px;
        width: 100%;
        background: white;
    }

    .block4 {
        padding-bottom: 1300px;
    }

    .block4_limit .am-pm_container__center-label p {
        font-size: 12px;
        margin-top: 31px;
        margin-bottom: 0;
    }

    .crl {
        top: 215px;
        left: 161px;

    }

    .crl-1 {
        width: 120px;
        height: 120px;
    }

    .crl-2 {
        width: 140px;
        height: 140px;
    }

    .crl-3 {
        width: 160px;
        height: 160px;
    }

    .am-pm_container__center-label {
        width: 100px;
        height: 100px;
        top: 165px;
        left: 111px;
    }

    .am-pm_container__center-label span {
        font-size: 23px;

    }

    .block4 .circle_bot, .ingredients_circles {
        display: none;
    }

    .block5_limit h2 {
        margin-top: 89px;
    }

    .block5_limit h2 br {
        display: none;
    }

    .ingredients {
        margin-top: 32px;
    }

    .ingredients_line p {
        font-size: 15px;
        line-height: normal;
    }

    .block5 h4 {
        font-size: 16px;
    }

    #scene5 {
        display: none;
    }

    .prod-3_mob {
        display: block;
        margin: 0 auto;
        width: 290px;
        position: relative;
        left: -36px;
        top: -726px;
    }

    .block6 {
        background: url(../img/bg6.png) center -18px no-repeat;
        margin-top: -111px;
    }

    .block6_limit__cont {
        box-sizing: border-box;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px;
        width: 320px;
        margin: 0 -15px;
        position: relative;
        left: calc(50% - 145px);
    }

    .block6 .girl {
        display: none;
    }

    .block6_limit__cont h2 {
        position: absolute;
        top: -128px;
        line-height: normal;
        font-size: 28px !important;
        text-align: center;
        left: 0;
    }

    .block6_limit {
        padding-top: 182px;
    }

    .weeks {
        margin-top: 0;
    }

    .week {
        padding-bottom: 15px;
        max-width: 295px;
        position: relative;
    }

    .week_img {
        position: absolute;
        bottom: 71px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin-right: 0;
    }

    .week p {
        font-size: 15px;
    }

    .ingredients_line {
        margin-bottom: 0;
    }

    .ingredients_line .ib_item {
        margin: 0 auto 25px;
        display: block;
        position: relative;
    }

    .result span {
        font-size: 15px;
    }

    .result svg {
        margin-left: 0;
    }

    .prev_next {
        margin-top: 418px;
        position: relative;
        bottom: inherit;
        left: inherit;
        font-size: 0;
    }

    .prev {
        margin-right: 5px !important;
    }

    .prev, .next {
        margin-left: 0;
    }

    .prev_next .move {
        margin-right: 0;
        padding-left: 6px;
        padding-right: 6px;
        max-width: 134px;
        width: 100%;
        box-sizing: border-box;
    }

    .move span {
        font-size: 12px;
    }

    .block6_limit__cont_bot {
        background: white;
        margin-left: 0;
    }

    .lenta {
        left: calc(50% - 150px);
        bottom: -51px;
        width: 314px;
    }

    .block6_limit__cont_bot {
        padding-top: 17px;
    }

    .block6 .circle {
        display: none;
    }

    .block7 {
        padding-top: 28px;
        margin-top: 50px;
    }

    .block7 .ib_cont {
        margin-top: 55px;
    }

    .block7 .ib_item span.number {
        box-shadow: 5px 8.66px 20px 0px rgba(113, 185, 106, 0.157);
    }

    .block7 .ib_item {
        margin-bottom: 58px;
        margin-left: auto;
        margin-right: auto;

    }

    .circle_tp {
        top: -39px;
    }

    .block8 .circle_tp > div {
        border-radius: 0;
    }

    .block8_limit__cont {
        padding-left: 20px;
        padding-right: 20px;
        width: inherit;
    }

    .block8_limit__cont h2 {
        font-size: 28px !important;
        text-align: center;
    }

    .block8_limit__cont p {
        font-size: 14px;
        line-height: 23px;
    }

    .block8 .circle_tp {
        top: -200px;
        height: inherit;
        bottom: 0;
        overflow: hidden;
    }

    .doc {
        top: -288px;
        left: calc(50% - 185px);
        z-index: 11;
        width: 189px;
    }

    .block8_limit {
        margin-top: 150px;
    }

    .block8_limit__cont {
        position: relative;
        z-index: 11;
    }

    .block8_limit__cont {
        padding-top: 25px;
        padding-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }

    .block7 {
        padding-bottom: 295px;
    }

    .block8_limit__cont .ib_item {
        width: 100%;
        margin-bottom: 11px;
        padding-left: 45px;
    }

    .mark {
        display: none;
    }

    .block8_limit__cont .ib_item span {
        width: calc(76% - 29px);
    }

    .circle_tp img {
        height: 1673px;
    }

    .block8 .circle_bt {
        display: none;
    }

    .block9 h2 {
        font-size: 28px;
    }

    .block9 h4 {
        font-size: 17px !important;
    }

    .microscope {
        left: calc(50% - 126px);
        top: -320px;
        width: 271px;
    }

    .block9_limit__cont .prod {
        top: -198px;
        left: calc(50% - 270px);
        width: 389px;
    }

    .block9_limit__cont {
        width: 100%;
        margin-top: 352px;
    }

    .block9_limit__cont div.line_bg {

        margin-left: 0px;
        height: 15px;
        width: 80%;
    }

    .block9_limit__cont div.line_bg div {
        height: 15px;
    }

    .block9_limit__cont span {

        font-size: 30px;
        top: 21px;
    }

    .block9_limit__cont p {
        font-size: 16px;
    }

    .block10 {
        background: url(../img/bg10.png) center -112px no-repeat;
        background-size: 2300px;
    }

    .block10 h2 {
        margin-top: 50px;
        padding-top: 33px;
    }

    .reviews {
        margin-top: 41px;
        margin-left: auto;
        margin-right: auto;
        width: 320px;
    }

    .review {
        width: 290px;
        padding-left: 15px;
        padding-right: 15px;
        box-shadow: 10px 17.321px 50px 0px rgba(0, 0, 0, 0.059);
    }

    .review img {
        width: 100%;
    }

    .slick-prev, .slick-next {
        width: 40px !important;
        height: 40px !important;
        top: inherit !important;
        bottom: -42px !important;
        z-index: 11;
        box-shadow: none !important;
    }

    .slick-prev {
        left: calc(50% - 47px) !important;
    }

    .slick-next {
        right: calc(50% - 47px) !important;
    }

    .slick-prev:before, .slick-next:before {
        transform: scale(0.6);
        -ms-transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }

    .slick-next:before {
        transform: scale(-0.6, 0.6) !important;
        -ms-transform: scale(-0.6, 0.6) !important;
        -webkit-transform: scale(-0.6, 0.6) !important;
    }

    .review {
        box-shadow: none;
    }

    .block11 h2 {
        font-size: 28px;
        margin-top: 25px;
    }

    .block11 .ib_item {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 45px;
        display: block;
        width: 100%;
    }

    .block3 .ib_cont {
        margin-top: 68px;
    }

    .bg11 {
        display: none;
    }

    .block11 .ib_item p {
        font-size: 16px;
        line-height: 21px;
    }

    .b11_bot {
        padding-top: 20px;
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 20px;
        margin: 16px auto;
        margin-top: -22px;
    }

    .block12 {
        margin-top: -70px;
        padding-top: 38px;
    }

    .block12 .circle {
        display: none;
    }

    .block12_limit__cont {
        padding-right: 0;
        margin-top: 34px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .block12 .prod, .arc {
        display: none;
    }

    .prod-5_mob {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .block12_limit__cont p {
        font-size: 15px;
    }

    .block12_limit__cont h3 {
        margin-top: -24px;
    }

    .warning {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .block13 .circle, .block13 .ib_item:not(:last-child):after {
        display: none;
    }

    .block12 {
        padding-bottom: 42px;
    }

    .block13 {
        padding-top: 42px;
    }

    .block13 .ib_item:nth-child(1) img {
        margin-left: 0;
        position: relative;
        left: calc(50% - 155px);
    }

    .block13 .ib_item {
        width: 100%;
        margin-bottom: 10px;
    }

    .block13 .ib_item img {
        margin-left: 0;
    }

    .block13 .ib_item:nth-child(2) img {
        position: relative;
        left: calc(50% - 199px);
    }

    .block13 .ib_item:last-child img {
        margin-top: 0;
        position: relative;
        left: calc(50% - 116px);
    }

    .block13 .ib_item p {
        line-height: 20px;
        font-size: 16px;
    }

    .block13 .ib_cont {
        margin-top: 39px;
    }

    .block14 .girl, .block14 h2 br, .block14 ul {
        display: none;
    }

    .girl_mob {
        display: block;
        margin: -27px auto 0;
        position: relative;
        left: 20px;
    }

    .block14 {
        padding-top: 41px;
        background: url(../img/bg14.png) center -15px no-repeat;
        margin-top: -710px;
        position: relative;
        z-index: 11;
        padding-bottom: 58px;
        background-size: 3000px;
    }

    .block14 h2 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .block14 h4 {
        text-align: center;
        margin-bottom: 83px;
    }

    .block14 .prod {
        left: calc(50% - 240px);
        top: 135px;
        width: 415px;
        position: absolute;
        z-index: 11;
    }

    .order_form {
        padding: 209px 15px 39px;
        position: relative;
        top: 0;
        width: 320px;
    }

    form h3 {
        font-size: 18px !important;
        line-height: normal;
    }

    form .old_price {
        font-size: 16px;
    }

    form .new_price {
        font-size: 21px;
    }

    form label {
        font-size: 12px;
    }

    form input, form select {
        height: 50px;
        line-height: 50px;
        padding-left: 20px !important;
    }

    form .btn {
        width: 100% !important;
    }

    footer {
        /*display: none;*/
    }

    .block11 .ib_cont {
        margin-top: 61px;
    }

    .block8_limit__cont p:nth-child(3) {
        padding-bottom: 91px;
    }

    .mark {
        display: block;
        bottom: 256px;
    }
}

@media screen and (max-width: 800px) and (min-width: 650px) {
    .limit.block3_limit {
        max-width: 700px;
    }

    .block3__ib_item {
        min-height: 167px;
        padding: 29px 15px 30px 153px;
        margin-bottom: 65px;
        width: 49%;
    }

    .block3__ib_item:nth-child(2n + 1) {
        margin-right: 1% !important;
    }

    .block3__ib_item:nth-child(2n) {
        margin-left: 1% !important;
    }

    .limit.block4_limit, .block6_limit.limit, .block7_limit.limit, .block8_limit, .block10_limit.limit, .block11_limit.limit {
        max-width: 600px;
    }

    .block14_limit.limit {
        max-width: 650px;
    }

    .block4_limit > h2, .block4_limit > p {
        width: inherit;

        max-width: 100%;
    }

    .block4_bg__right {
        height: 444px;
        top: 562px;
    }

    .block4_bg__left img {
        top: -81px;
    }

    .block6 {
        margin-top: -600px;
    }

    .ingredients_line:nth-child(1) .ib_item:nth-child(1) {
        left: -170px;
    }

    .ingredients_line:nth-child(1) .ib_item:nth-child(2) {
        left: -170px;
        top: 613px;
    }

    .ingredients_line:nth-child(2) .ib_item:nth-child(1) {
        left: 170px;
        top: -489px;
    }

    .ingredients_line:nth-child(2) .ib_item:nth-child(2) {
        left: 170px;
        top: 145px;
    }

    .ingredients_line:nth-child(3) .ib_item:nth-child(1) {
        top: -700px;
    }

    .ingredients_line:nth-child(3) .ib_item:nth-child(2) {
        top: -100px;
    }

    .prod-3_mob {
        top: -980px;
    }

    .block6_limit__cont {
        left: calc(50% - 285px);
        width: 600px;
    }

    .block6_limit__cont h2 {
        left: 0;
        right: 0;
    }

    .week {
        max-width: 480px;
    }

    .week_img {
        width: initial;
    }

    .prev_next {
        max-width: 377px;
    }

    .block7 .ib_item:nth-child(1), .block7 .ib_item:nth-child(3) {
        margin-right: 15px;
    }

    .block7 .ib_item:nth-child(2), .block7 .ib_item:nth-child(4) {
        margin-left: 15px;
    }

    .block8_limit__cont .ib_item {
        width: 32%;
        padding-left: 21px;
    }

    .block8_limit__cont p br {
        display: none;
    }

    .reviews {
        width: 611px;
        left: -21px;
    }

    .block11 .ib_item {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }

    .block11 .ib_item:nth-child(2) {
        margin-top: -30px;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .block11 .ib_item:nth-child(2) p {
        margin-top: 6px;
    }

    .block11 .ib_item:nth-child(3) {
        margin-top: -17px;
    }

    .block11 .ib_item:nth-child(3) p {
        margin-top: 8px;
    }

    .block11 .ib_item img {
        width: 171px;
    }

    .block13 .ib_item:first-child {

        left: -170px;
    }

    .block13 .ib_item:nth-child(2) {
        left: 170px;
        top: -316px;
    }

    .block13 .ib_item:nth-child(3) {
        top: -322px;
    }

    .girl_mob {
        top: -300px;
    }

    .block14 {
        margin-top: -1010px;
        padding-bottom: 20px;
    }

    .block14 h4 {
        margin-bottom: 40px;
    }

    .block14 ul {
        display: block;
    }

    .order_form {
        left: 76%;
        padding-top: 30px;
        top: -168px;
    }

    .block14 .prod {
        width: 526px;
        left: -178px;
        top: 270px;
    }

    .block8_limit__cont p:nth-child(3) {
        padding-bottom: 70px;
    }

    .mark {
        display: block;
        bottom: 140px;
    }

}

@media screen and (max-width: 650px) {
    .block6_limit__cont {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    .slick-prev:hover, .slick-next:hover {
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }

    .block14 .prod {
        left: calc(50% - 274px);
        bottom: 374px;
    }
}

@media screen and (max-width: 480px) {
    .block13 .ib_item:nth-child(2) img {
        left: 31px;
    }

    .block13 .ib_item:nth-child(1) img {
        left: calc(50% - 135px);
    }
}

@media screen and (max-width: 400px) {
    .ffx {
        left: 47%;
    }
}

@media screen and (max-width: 350px) {
    .reviews {
        left: calc(50% - 160px);
    }
}

.footer_section {
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.footer_section a {
    color: #2f3a56;
    font-size: 15px;
    margin-top: 5px;
    text-decoration: none;
}

h3 .js_new_price_curs {
    position: relative;
}

h3 .js_new_price_curs:after {
    content: "";
    height: 2px;
    background: #71b96a;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cpu{
    text-align: center;
    max-width: 420px;
    margin: -180px auto 0;
    padding: 0 10px 20px;
}
.cpu>a{
    display: inline-block;
    margin: 0 5px;
    color: #333;
    font-size: 14px;
    line-height: 1.1em;
}
.cpu>img{
    display: block;
    margin: 0 auto 10px;
}

@media screen and (max-width: 1090px) {
    .cpu{
        margin-top: 0;
        max-width: 380px;
    }
}

@media screen and (max-width: 800px) and (min-width: 650px) {
    .cpu{
        margin-top: -90px;
    }
}

@media screen and (max-width: 649px){
    .cpu{
        margin-top: 30px;
        padding-bottom: 0;
    }
    .block14{
        background-size: 4000px;
        padding-bottom: 30px;
    }
}

.cpu {
    text-align: center;
    font-size: 14px;
}
.cpu a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
    color:#333;
}
.cpu img {
   width: auto;
}
.cpu p {
    padding: 0;
    margin: 0;
}

