*::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis;
}

*::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis;
}

*:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis;
}

*:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis;
}

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

*:focus::-moz-placeholder {
    opacity: 0;
}

*:focus:-moz-placeholder {
    opacity: 0;
}

*:focus:-ms-input-placeholder {
    opacity: 0;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
q {
    display: block;
}

[hidden] {
    display: none
}

ul,
ol {
    list-style-type: none;
}

img {
    max-width: 100%;
}

.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 290px;
}

.form-price {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
}

.container:before,
.container:after {
    content: "";
    display: table;
    clear: both;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #000;
}

.wraper {
    overflow: hidden;
}

[class^="block_"] {
    position: relative;
}

select {
    background-image: url(../images/select.png);
    background-position: 93% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

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

[class^="block_"] {
    position: relative;
}

.logo,
.logo b {
    font-family: 'Exo 2', sans-serif !important;
    text-transform: uppercase;
    line-height: .7;
    letter-spacing: -1px;
    margin-bottom: 6px;
}

.title {
    font-size: 18px;
    text-transform: uppercase;
    color: #4d3d6e;
}

.title b {
    text-transform: none;
    font-size: 34px;
}

.price {
    background: #fff;
    margin: 0 20px 0 -2000px;
    padding: 10px 35px 10px 2000px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .3), 0 0 0 6px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .3), 0 0 0 6px rgba(255, 255, 255, .8);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .3), 0 0 0 6px rgba(255, 255, 255, .8);
    -webkit-border-radius: 0 55px 55px 0;
    -moz-border-radius: 0 55px 55px 0;
    border-radius: 0 55px 55px 0;
    text-align: right;
    white-space: nowrap;
}

.price .old_price {
    font-size: 14px;
    color: rgba(0, 0, 0, .75);
    position: relative;
    display: table;
    margin-left: auto;
}

.price .old_price:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .65);
}

.price .new_price {
    font-size: 22px;
    color: #ea153c;
    font-weight: 700;
}

button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .7), 0 0 0 4px rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .7), 0 0 0 4px rgba(255, 255, 255, .4);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .7), 0 0 0 4px rgba(255, 255, 255, .4);
    border: none;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

button span {
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: rgba(246, 5, 33, 1);
    background: -moz-linear-gradient(top, rgba(246, 5, 33, 1) 0%, rgba(197, 1, 4, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 5, 33, 1)), color-stop(100%, rgba(197, 1, 4, 1)));
    background: -webkit-linear-gradient(top, rgba(246, 5, 33, 1) 0%, rgba(197, 1, 4, 1) 100%);
    background: -o-linear-gradient(top, rgba(246, 5, 33, 1) 0%, rgba(197, 1, 4, 1) 100%);
    background: -ms-linear-gradient(top, rgba(246, 5, 33, 1) 0%, rgba(197, 1, 4, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 5, 33, 1) 0%, rgba(197, 1, 4, 1) 100%);
    -webkit-box-shadow: inset 0 2px 0 0 #ff5d69, 0 5px 12px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 2px 0 0 #ff5d69, 0 5px 12px 0 rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 0 0 #ff5d69, 0 5px 12px 0 rgba(0, 0, 0, .4);
    border: 1px solid #e0202f;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.discount {
    position: absolute;
    display: table;
    z-index: 15;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    -webkit-box-shadow: 1px 2px 11px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 2px 11px 0 rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 11px 0 rgba(0, 0, 0, .5);
    background: #f31e56;
    background: -moz-linear-gradient(top, #f31e56 0%, #e10c22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f31e56), color-stop(100%, #e10c22));
    background: -webkit-linear-gradient(top, #f31e56 0%, #e10c22 100%);
    background: -o-linear-gradient(top, #f31e56 0%, #e10c22 100%);
    background: -ms-linear-gradient(top, #f31e56 0%, #e10c22 100%);
    background: linear-gradient(to bottom, #f31e56 0%, #e10c22 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.discount span {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.discount span b {
    display: block;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -2px;
}

.block_1 {
    background: rgba(232, 242, 204, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0) 100%), -moz-linear-gradient(top, rgba(232, 242, 204, 1) 0%, rgba(194, 232, 206, 1) 80%, rgba(190, 231, 206, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.75)), color-stop(60%, rgba(255, 255, 255, 0.75)), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232, 242, 204, 1)), color-stop(80%, rgba(194, 232, 206, 1)), color-stop(100%, rgba(190, 231, 206, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(top, rgba(232, 242, 204, 1) 0%, rgba(194, 232, 206, 1) 80%, rgba(190, 231, 206, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(top, rgba(232, 242, 204, 1) 0%, rgba(194, 232, 206, 1) 80%, rgba(190, 231, 206, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0) 100%), -ms-linear-gradient(top, rgba(232, 242, 204, 1) 0%, rgba(194, 232, 206, 1) 80%, rgba(190, 231, 206, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, rgba(232, 242, 204, 1) 0%, rgba(194, 232, 206, 1) 80%, rgba(190, 231, 206, 0) 100%);
}

.block_1 .top {
    margin: 0 -2000px 20px -15px;
    padding: 5px 1985px 5px 10px;
    background: #b7c51d;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
}

.block_1 .logo {
    color: #fff;
    font-size: 38px;
    letter-spacing: -3px;
}

.block_1 .logo,
.block_1 .description {
    display: inline-block;
    vertical-align: middle;
}

.block_1 .description {
    margin: 0 -170px 0 5px;
    padding: 5px 160px 5px 10px;
    background: #ea153c;
    background: -moz-linear-gradient(left, rgba(234, 21, 60, 1) 0%, rgba(234, 21, 60, 1) 50%, rgba(234, 21, 60, 0) 95%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(234, 21, 60, 1)), color-stop(50%, rgba(234, 21, 60, 1)), color-stop(95%, rgba(234, 21, 60, 0)));
    background: -webkit-linear-gradient(left, rgba(234, 21, 60, 1) 0%, rgba(234, 21, 60, 1) 50%, rgba(234, 21, 60, 0) 95%);
    background: -o-linear-gradient(left, rgba(234, 21, 60, 1) 0%, rgba(234, 21, 60, 1) 50%, rgba(234, 21, 60, 0) 95%);
    background: -ms-linear-gradient(left, rgba(234, 21, 60, 1) 0%, rgba(234, 21, 60, 1) 50%, rgba(234, 21, 60, 0) 95%);
    background: linear-gradient(to right, rgba(234, 21, 60, 1) 0%, rgba(234, 21, 60, 1) 50%, rgba(234, 21, 60, 0) 95%);
    -webkit-border-radius: 35px 0 0 35px;
    -moz-border-radius: 35px 0 0 35px;
    border-radius: 35px 0 0 35px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 100%;
}

.block_1 .title {
    margin: 0 -10px 30px;
    text-align: right;
}

.block_1__list {
    margin-top: 20px;
}

.block_1__list li {
    display: table;
    position: relative;
    padding-left: 90px;
    height: 80px;
    margin-bottom: 20px;
}

.block_1__list li span {
    display: table-cell;
    vertical-align: middle
}

.block_1__list li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 10px solid #b7c51d;
    -webkit-box-shadow: 0 0 0 5px rgba(183, 197, 29, .3);
    -moz-box-shadow: 0 0 0 5px rgba(183, 197, 29, .3);
    box-shadow: 0 0 0 5px rgba(183, 197, 29, .3);
}

.block_1__list li:nth-child(1):before {
    background: url(../images/block_1_li1.png) center no-repeat #fff;
}

.block_1__list li:nth-child(2):before {
    background: url(../images/block_1_li2.png) center no-repeat #fff;
}

.block_1__list li:nth-child(3):before {
    background: url(../images/block_1_li3.png) center no-repeat #fff;
}

.block_1__list li:nth-child(4):before {
    background: url(../images/block_1_li4.png) center no-repeat #fff;
}

.block_1 .price {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: -15px;
}

.block_1 .product {
    position: relative;
    text-align: center;
}

.block_1 .product img {
    position: relative;
    z-index: 5;
}

.block_1 .product:after {
    position: absolute;
    content: '';
    background: url(../images/block_1_woman.png)center no-repeat;
    width: 179px;
    height: 379px;
    bottom: -45px;
    left: -25px;
    z-index: 2;
}

.block_1 .product:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 128px;
    background: url(../images/block_1_berry2.png) center no-repeat;
    z-index: 1;
    bottom: -45px;
    left: -50px;
}

.block_1 .bottom {
    display: table;
    margin-left: -2000px;
    padding: 0 0 0 2020px;
    background: #b7c51d;
    -webkit-border-radius: 0 55px 55px 0;
    -moz-border-radius: 0 55px 55px 0;
    border-radius: 0 55px 55px 0;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .7), 0 0 0 4px rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .7), 0 0 0 4px rgba(255, 255, 255, .4);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .7), 0 0 0 4px rgba(255, 255, 255, .4);
    position: relative;
}

.block_1 .bottom:before {
    position: absolute;
    content: '';
    background: url(../images/block_1_berry.png)center no-repeat;
    width: 130px;
    height: 91px;
    top: -15px;
    right: 195px;
    z-index: 4;
}

.block_1 .product .decor {
    position: absolute;
    background: url(../images/block_1_water.png)right bottom no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 281px;
    height: 285px;
    bottom: -45px;
    left: -110px;
    z-index: 0;
}

.block_1 .bottom button {
    position: relative;
    z-index: 5;
}

.block_1 .product .discount {
    top: 50%;
    margin-top: -40px;
    right: 25px;
}

.block_1 .good {
    margin: 15px -15px 15px -2000px;
    padding: 15px 15px 15px 2000px;
    background: #4d3d6e;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .3), 0 0 0 6px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .3), 0 0 0 6px rgba(255, 255, 255, .8);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .3), 0 0 0 6px rgba(255, 255, 255, .8);

    -webkit-border-radius: 0 55px 55px 0;
    -moz-border-radius: 0 55px 55px 0;
    border-radius: 0 55px 55px 0;
    display: table;
}

.block_1 .good>span {
    display: table-cell;
    vertical-align: middle;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
}

.block_2 {
    padding: 20px 0;
    -webkit-box-shadow: inset 0 7px 14px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 7px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 7px 14px 0 rgba(0, 0, 0, .1);
    background: #e9feff;
}

.block_2 .description {
    background: #24c1d2;
    background: -moz-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24c1d2), color-stop(100%, #169db8));
    background: -webkit-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: -o-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: -ms-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: linear-gradient(to bottom, #24c1d2 0%, #169db8 100%);
    -webkit-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    -webkit-box-shadow: 5px 15px 18px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 5px 15px 18px 0 rgba(0, 0, 0, .3);
    box-shadow: 5px 15px 18px 0 rgba(0, 0, 0, .3);
    border: 1px solid #fff;
    margin: 10px -15px 30px;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
}

.block_2 .description b,
.block_2 .description span {
    font-size: 22px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.block_2 .description span {
    letter-spacing: 0;
}

.block_2__list {}

.block_2__list li {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    margin-bottom: 20px;
}

.block_2__list li .logo,
.block_2__list li .logo b {
    font-size: 20px;
    font-weight: 700;
}

.block_2__list li span {
    font-size: 18px;
    line-height: 1.2;
}

.block_2__list li span big {
    text-shadow: none;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #000;
    padding: 10px;
    line-height: 1;
    text-align: center;
    margin-right: -15px;
    position: relative;
}

.block_2__list li span big:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    left: -50px;
}

.block_2__list li span big:after {
    position: absolute;
    content: '';
    width: 10px;
    top: 50%;
    left: -10px;
}

.block_2__list li:nth-child(1) span big:before {
    border: 5px solid #b7c51d;
    background: none;
    background: -moz-radial-gradient(center, ellipse cover, #b7c51d 0px, #b7c51d 5px, rgba(183, 197, 29, 0.3) 6px, rgba(183, 197, 29, 0.3) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0px, #b7c51d), color-stop(5px, #b7c51d), color-stop(6px, rgba(183, 197, 29, 0.3)), color-stop(100%, rgba(183, 197, 29, 0.3)));
    background: -webkit-radial-gradient(center, ellipse cover, #b7c51d 0px, #b7c51d 5px, rgba(183, 197, 29, 0.3) 6px, rgba(183, 197, 29, 0.3) 100%);
    background: -o-radial-gradient(center, ellipse cover, #b7c51d 0px, #b7c51d 5px, rgba(183, 197, 29, 0.3) 6px, rgba(183, 197, 29, 0.3) 100%);
    background: -ms-radial-gradient(center, ellipse cover, #b7c51d 0px, #b7c51d 5px, rgba(183, 197, 29, 0.3) 6px, rgba(183, 197, 29, 0.3) 100%);
    background: radial-gradient(ellipse at center, #b7c51d 0px, #b7c51d 5px, rgba(183, 197, 29, 0.3) 6px, rgba(183, 197, 29, 0.3) 100%);
}

.block_2__list li:nth-child(1) span big:after {
    border-bottom: 1px solid #b7c51d;
}

.block_2__list li:nth-child(2) span big:before {
    border: 5px solid #ea153b;
    background: none;
    background: -moz-radial-gradient(center, ellipse cover, #ea153b 0px, #ea153b 5px, rgba(234, 21, 59, 0.3) 6px, rgba(234, 21, 59, 0.3) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0px, #ea153b), color-stop(5px, #ea153b), color-stop(6px, rgba(234, 21, 59, 0.3)), color-stop(100%, rgba(234, 21, 59, 0.3)));
    background: -webkit-radial-gradient(center, ellipse cover, #ea153b 0px, #ea153b 8px, rgba(234, 21, 59, 0.3) 6px, rgba(234, 21, 59, 0.3) 100%);
    background: -o-radial-gradient(center, ellipse cover, #ea153b 0px, #ea153b 5px, rgba(234, 21, 59, 0.3) 6px, rgba(234, 21, 59, 0.3) 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ea153b 0px, #ea153b 5px, rgba(234, 21, 59, 0.3) 6px, rgba(234, 21, 59, 0.3) 100%);
    background: radial-gradient(ellipse at center, #ea153b 0px, #ea153b 5px, rgba(234, 21, 59, 0.3) 6px, rgba(234, 21, 59, 0.3) 100%);
}

.block_2__list li:nth-child(2) span big:after {
    border-bottom: 1px solid #ea153b;
}

.block_2__list li:nth-child(3) span big:before {
    border: 5px solid #4d3d6e;
    background: none;
    background: -moz-radial-gradient(center, ellipse cover, #4d3d6e 0px, #4d3d6e 5px, rgba(77, 61, 110, 0.3) 6px, rgba(77, 61, 110, 0.3) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0px, #4d3d6e), color-stop(5px, #4d3d6e), color-stop(6px, rgba(77, 61, 110, 0.3)), color-stop(100%, rgba(77, 61, 110, 0.3)));
    background: -webkit-radial-gradient(center, ellipse cover, #4d3d6e 0px, #4d3d6e 5px, rgba(77, 61, 110, 0.3) 6px, rgba(77, 61, 110, 0.3) 100%);
    background: -o-radial-gradient(center, ellipse cover, #4d3d6e 0px, #4d3d6e 5px, rgba(77, 61, 110, 0.3) 6px, rgba(77, 61, 110, 0.3) 100%);
    background: -ms-radial-gradient(center, ellipse cover, #4d3d6e 0px, #4d3d6e 5px, rgba(77, 61, 110, 0.3) 6px, rgba(77, 61, 110, 0.3) 100%);
    background: radial-gradient(ellipse at center, #4d3d6e 0px, #4d3d6e 5px, rgba(77, 61, 110, 0.3) 6px, rgba(77, 61, 110, 0.3) 100%);
}

.block_2__list li:nth-child(3) span big:after {
    border-bottom: 1px solid #4d3d6e;
}

.block_2__list li:nth-child(4) span big:before {
    border: 5px solid #1dafc5;
    background: none;
    background: -moz-radial-gradient(center, ellipse cover, #1dafc5 0px, #1dafc5 5px, rgba(29, 175, 197, 0.3) 6px, rgba(29, 175, 197, 0.3) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0px, #1dafc5), color-stop(5px, #1dafc5), color-stop(6px, rgba(29, 175, 197, 0.3)), color-stop(100%, rgba(29, 175, 197, 0.3)));
    background: -webkit-radial-gradient(center, ellipse cover, #1dafc5 0px, #1dafc5 5px, rgba(29, 175, 197, 0.3) 6px, rgba(29, 175, 197, 0.3) 100%);
    background: -o-radial-gradient(center, ellipse cover, #1dafc5 0px, #1dafc5 5px, rgba(29, 175, 197, 0.3) 6px, rgba(29, 175, 197, 0.3) 100%);
    background: -ms-radial-gradient(center, ellipse cover, #1dafc5 0px, #1dafc5 5px, rgba(29, 175, 197, 0.3) 6px, rgba(29, 175, 197, 0.3) 100%);
    background: radial-gradient(ellipse at center, #1dafc5 0px, #1dafc5 5px, rgba(29, 175, 197, 0.3) 6px, rgba(29, 175, 197, 0.3) 100%);
}

.block_2__list li:nth-child(4) span big:after {
    border-bottom: 1px solid #1dafc5;
}

.block_2__list li:nth-child(1) span big {
    background: #b7c51d;
}

.block_2__list li:nth-child(1) span b {
    color: #b7c51d;
}

.block_2__list li:nth-child(2) span big {
    background: #ea153b;
}

.block_2__list li:nth-child(2) span b {
    color: #ea153b;
}

.block_2__list li:nth-child(3) span big {
    background: #4d3d6e;
}

.block_2__list li:nth-child(3) span b {
    color: #4d3d6e;
}

.block_2__list li:nth-child(4) span big {
    background: #1dafc5;
}

.block_2__list li:nth-child(4) span b {
    color: #1dafc5;
}

.block_2 .title {
    text-align: right;
    margin-bottom: 20px;
    font-size: 36px;
    color: #b7c51d;
}

.block_2 .title b {
    font-size: 36px;
    display: block;
    text-transform: uppercase;
    color: #b7c51d;
}

.block_2 .bottom {
    margin-bottom: 30px;
    position: relative;
}

.block_2 .bottom:after {
    content: '';
    position: absolute;
    width: 89px;
    height: 69px;
    bottom: -30px;
    left: -10px;
    background: url(../images/block_2_berry.png) center no-repeat;
    z-index: 12;
}

.block_2 .bottom .decor:before {
    position: absolute;
    content: '';
    width: 198px;
    height: 182px;
    background: url(../images/block_2_leaf.png)center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 50%;
    left: -90px;
    margin-top: -80px;
    z-index: 2;
}

.block_2 .bottom .over {
    position: relative;
    z-index: 10;
    background: #b7c51d;
    margin-right: -2000px;
    padding: 15px 2000px 15px 45px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    font-size: 22px;
    color: #fff;
    text-align: right;
}

.block_2 .bottom .over b {
    font-size: 30px;
    text-transform: uppercase;
}

.block_2 .text {
    font-size: 26px;
    text-align: right;
    line-height: .85;
}

.block_2 .text b {
    color: #ea153b;
}

.block_3 {
    background: #b6faff;
    background: -moz-linear-gradient(left, #b6faff 0%, #ffffff 25%, #ffffff 75%, #e5eaad 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b6faff), color-stop(25%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #e5eaad));
    background: -webkit-linear-gradient(left, #b6faff 0%, #ffffff 25%, #ffffff 75%, #e5eaad 100%);
    background: -o-linear-gradient(left, #b6faff 0%, #ffffff 25%, #ffffff 75%, #e5eaad 100%);
    background: -ms-linear-gradient(left, #b6faff 0%, #ffffff 25%, #ffffff 75%, #e5eaad 100%);
    background: linear-gradient(to right, #b6faff 0%, #ffffff 25%, #ffffff 75%, #e5eaad 100%);
    padding-top: 30px;
}

.block_3 .title {
    font-size: 36px;
}

.block_3 .title b {
    text-transform: uppercase;
    background: #24c1d2;
    background: -moz-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24c1d2), color-stop(100%, #169db8));
    background: -webkit-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: -o-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: -ms-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: linear-gradient(to bottom, #24c1d2 0%, #169db8 100%);
    color: #fff;
    display: table;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: -2000px;
    padding: 0 30px 0 2000px;
}

.block_3__list {
    margin-top: 50px;
}

.block_3__list li {
    padding-left: 50px;
    margin-bottom: 30px;
}

.block_3__list li span {
    display: block;
    margin-bottom: 7px;
    margin-left: 15px;
}

.block_3__list li span:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-left: -15px;
}

.block_3__list li big {
    display: table;
    position: relative;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}

.block_3__list li big:before {
    position: absolute;
    content: '';
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .33);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .33);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .33);
    top: 0;
    left: -40px;
    bottom: 0;
    right: 0;
}

.block_3__list li:nth-child(2) big,
.block_3__list li:nth-child(2) b {
    color: #4d3d6e;
}

.block_3__list li:nth-child(2) span:before {
    background: #4d3d6e;
}

.block_3__list li:nth-child(2) big:before {
    border: 1px solid #4d3d6e;
}

.block_3__list li:nth-child(2) big:after {
    position: absolute;
    content: '';
    background: url(../images/block_3_pill2.png) center no-repeat;
    width: 68px;
    height: 62px;
    top: 50%;
    margin-top: -31px;
    left: -55px;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_3__list li:nth-child(4) big,
.block_3__list li:nth-child(4) b {
    color: #1dafc5;
}

.block_3__list li:nth-child(4) span:before {
    background: #1dafc5;
}

.block_3__list li:nth-child(4) big:before {
    border: 1px solid #1dafc5;
}

.block_3__list li:nth-child(4) big:after {
    position: absolute;
    content: '';
    background: url(../images/block_2_berry.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 74px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    left: -55px;
}

.block_3__list li:nth-child(1) big,
.block_3__list li:nth-child(1) b {
    color: #b7c51d;
}

.block_3__list li:nth-child(1) span:before {
    background: #b7c51d;
}

.block_3__list li:nth-child(1) big:before {
    border: 1px solid #b7c51d;
}

.block_3__list li:nth-child(1) big:after {
    position: absolute;
    content: '';
    background: url(../images/block_3_pill1.png) center no-repeat;
    width: 68px;
    height: 78px;
    top: 50%;
    margin-top: -39px;
    left: -55px;
}

.block_3__list li:nth-child(3) big,
.block_3__list li:nth-child(3) b {
    color: #ea153b;
}

.block_3__list li:nth-child(3) span:before {
    background: #ea153b;
}

.block_3__list li:nth-child(3) big:before {
    border: 1px solid #ea153b;
}

.block_3__list li:nth-child(3) big:after {
    position: absolute;
    content: '';
    background: url(../images/block_3_pill3.png) center no-repeat;
    width: 70px;
    height: 60px;
    top: 50%;
    margin-top: -25px;
    left: -47px;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_4 {
    background: #fff;
    padding: 30px 0;
}

.block_4 .title {
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
    text-transform: none;
}

.block_4 .title>b {
    font-size: 28px;
}

.block_4 .title .logo {
    display: table;
    margin: 10px 0;
}

.block_4 .title .logo,
.block_4 .title .logo b {
    font-size: 48px;
    color: #e5102c;
    text-transform: uppercase;
}

.block_4 .text {
    font-size: 20px;
    padding: 15px 2000px 15px 20px;
    margin: 0 -2000px 40px -10px;
    border: 3px solid #b7c51d;
}

.block_4 .text b {
    font-size: 28px;
    color: #b7c51d;
    display: inline-block;
}

.block_4 .label {
    background: rgba(255, 255, 255, .6);
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .47);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .47);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .47);
    margin-left: -2000px;
    margin-right: 20px;
    padding-left: 2000px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: right;
    position: relative;
}

.block_4 .label>* {
    position: relative;
    z-index: 1;
}

.block_4 .label:before {
    position: absolute;
    content: '';
    background: url(../images/block_1_berry.png)center no-repeat;
    width: 155px;
    height: 109px;
    top: 50%;
    margin-top: -55px;
    right: -45px;
    z-index: 0;
}

.block_4 .label .formula {
    display: inline-block;
    vertical-align: middle;
}

.block_4 .label .formula big {
    font-size: 60px;
    color: #ea153b;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.block_4 .label .formula .logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-left: -15px;
    margin-top: 3px;
    color: #ea153b;
}

.block_4 .label .formula .logo b {
    display: block;
}

.block_4 .label .formula img {
    display: inline-block;
    vertical-align: middle;
    height: 110px;
    margin: -25px 0 -15px;
}

.block_4 .label .formula small {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #4d3d6e;
    font-weight: 700;
}

.block_4 .label .result {
    display: inline-table;
    vertical-align: middle;
    font-size: 18px;
    width: 130px;
    height: 130px;
    margin: -30px -30px -30px 10px;
    background: rgba(54, 41, 83, .6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0 15px;
    color: #fff;
    text-align: center;
}

.block_4 .label .result span {
    display: table-cell;
    vertical-align: middle;
}

.block_4 .label .result b {
    font-size: 50px;
    display: block;
    letter-spacing: -2px;
}

.block_4 .decors:before {
    top: 150px;
    left: -70px;
    width: 46px;
    height: 63px;
    -webkit-transform: rotateZ(6.51deg);
    -moz-transform: rotateZ(6.51deg);
    -o-transform: rotateZ(6.51deg);
    transform: rotateZ(6.51deg);
}

.block_4 .decors:after {
    top: 275px;
    right: -50px;
    width: 56px;
    height: 79px;
    -webkit-transform: rotateZ(-23.49deg);
    -moz-transform: rotateZ(-23.49deg);
    -o-transform: rotateZ(-23.49deg);
    transform: rotateZ(-23.49deg);
}

.block_4 .decors li:before {
    bottom: 190px;
    left: 40%;
    width: 56px;
    height: 79px;
    -webkit-transform: rotateZ(66.51deg);
    -moz-transform: rotateZ(66.51deg);
    -o-transform: rotateZ(66.51deg);
    transform: rotateZ(66.51deg);
}

.block_4 .decors li:after {
    bottom: 0px;
    left: -25px;
    width: 45px;
    height: 63px;
    -webkit-transform: rotateZ(66.51deg);
    -moz-transform: rotateZ(66.51deg);
    -o-transform: rotateZ(66.51deg);
    transform: rotateZ(66.51deg);
}

.block_5 {
    padding: 30px 0;
}

.block_5 .text {
    position: relative;
}

.block_5 .text span {
    display: block;
    background: #1dafc5;
    margin-right: -2000px;
    padding: 20px 2000px 20px 45px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    text-align: right;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.block_5 .text b {
    font-size: 24px;
    display: inline-block;
}

.block_5 .text:before {
    content: '';
    position: absolute;
    display: block;
    width: 200%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-box-shadow: 0 25px 15px -10px rgba(0, 0, 0, .65);
    -moz-box-shadow: 0 25px 15px -10px rgba(0, 0, 0, .65);
    box-shadow: 0 25px 15px -10px rgba(0, 0, 0, .65);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 0;
}

.block_7 {
    background: #e9feff;
    padding: 20px;
}

.block_7 .title,
.block_7 .title b {
    font-size: 36px;
    text-transform: uppercase;
}

.block_7__list {
    margin-top: 40px;
    counter-reset: n1;
}

.block_7__list li {
    display: inline-table;
    height: 80px;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.block_7__list li big {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    padding: 10px 15px 10px 100px;
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.block_7__list li big b {
    font-size: 24px;
    text-transform: uppercase;
}

.block_7__list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-box-shadow: -20px 35px 25px -25px rgba(0, 0, 0, .65);
    -moz-box-shadow: -20px 35px 25px -25px rgba(0, 0, 0, .65);
    box-shadow: -20px 35px 25px -25px rgba(0, 0, 0, .65);
    -webkit-transform-origin: bottom Left;
    -moz-transform-origin: bottom Left;
    -o-transform-origin: bottom Left;
    transform-origin: bottom Left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 0;
}

.block_7__list li small {
    font-size: 18px;
    line-height: 1.2;
}

.block_7__list li span {
    top: 50%;
    left: 0;
    margin-top: -48px;
    position: absolute;
    content: '';
    width: 96px;
    height: 96px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .75);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .75);
    z-index: 2;
}

.block_7__list li:after {
    position: absolute;
    counter-increment: n1;
    content: '0'counter(n1);
    font-size: 14px;
    font-weight: 700;
    top: 50%;
    margin-top: -48px;
    left: 60px;
    width: 34px;
    padding: 10px 0;
    text-align: center;
    background: #000;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 4;
}

.block_7__list li span:before {
    position: absolute;
    content: '';
    height: 20px;
    border: 4px solid #000;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    z-index: 2;
}

.block_7__list li span:after {
    position: absolute;
    content: '';
    bottom: -40px;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top-color: #000;
    border-bottom: none;
    z-index: 2;
}

.block_7__list li:nth-child(1) span {
    background: url(../images/block_7_li1.jpg) center no-repeat;
    border: 6px solid #1dafc5;
}

.block_7__list li:nth-child(1):after {
    background: #29d1dd;
    background: -moz-linear-gradient(top, #29d1dd 0%, #118ead 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29d1dd), color-stop(100%, #118ead));
    background: -webkit-linear-gradient(top, #29d1dd 0%, #118ead 100%);
    background: -o-linear-gradient(top, #29d1dd 0%, #118ead 100%);
    background: -ms-linear-gradient(top, #29d1dd 0%, #118ead 100%);
    background: linear-gradient(to bottom, #29d1dd 0%, #118ead 100%);
}

.block_7__list li:nth-child(1) span:before {
    border-color: #1dafc5;
}

.block_7__list li:nth-child(1) span:after {
    border-top-color: #1dafc5;
}

.block_7__list li:nth-child(1) big {
    color: #1dafc5;
}

.block_7__list li:nth-child(2) span {
    background: url(../images/block_7_li2.jpg) center no-repeat;
    border: 6px solid #4d3d6e;
}

.block_7__list li:nth-child(2):after {
    background: #6d579c;
    background: -moz-linear-gradient(top, #6d579c 0%, #2d2441 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d579c), color-stop(100%, #2d2441));
    background: -webkit-linear-gradient(top, #6d579c 0%, #2d2441 100%);
    background: -o-linear-gradient(top, #6d579c 0%, #2d2441 100%);
    background: -ms-linear-gradient(top, #6d579c 0%, #2d2441 100%);
    background: linear-gradient(to bottom, #6d579c 0%, #2d2441 100%);
}

.block_7__list li:nth-child(2) span:before {
    border-color: #4d3d6e;
}

.block_7__list li:nth-child(2) span:after {
    border-top-color: #4d3d6e;
}

.block_7__list li:nth-child(2) big {
    color: #4d3d6e;
}

.block_7__list li:nth-child(3) span {
    background: url(../images/block_7_li3.jpg) center no-repeat;
    border: 6px solid #ea153b;
}

.block_7__list li:nth-child(3):after {
    background: #f31e53;
    background: -moz-linear-gradient(top, #f31e53 0%, #e10c22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f31e53), color-stop(100%, #e10c22));
    background: -webkit-linear-gradient(top, #f31e53 0%, #e10c22 100%);
    background: -o-linear-gradient(top, #f31e53 0%, #e10c22 100%);
    background: -ms-linear-gradient(top, #f31e53 0%, #e10c22 100%);
    background: linear-gradient(to bottom, #f31e53 0%, #e10c22 100%);
}

.block_7__list li:nth-child(3) span:before {
    border-color: #ea153b;
}

.block_7__list li:nth-child(3) span:after {
    border-top-color: #ea153b;
}

.block_7__list li:nth-child(3) big {
    color: #ea153b;
}

.block_7__list li:nth-child(4):after {
    background: #d4dd29;
    background: -moz-linear-gradient(top, #d4dd29 0%, #99ae11 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4dd29), color-stop(100%, #99ae11));
    background: -webkit-linear-gradient(top, #d4dd29 0%, #99ae11 100%);
    background: -o-linear-gradient(top, #d4dd29 0%, #99ae11 100%);
    background: -ms-linear-gradient(top, #d4dd29 0%, #99ae11 100%);
    background: linear-gradient(to bottom, #d4dd29 0%, #99ae11 100%);
}

.block_7__list li:nth-child(4) big {
    color: #b7c51d;
}

.block_7__list li:nth-child(4) span {
    background: url(../images/block_7_li4.jpg) center no-repeat;
    border: 6px solid #b7c51d;
}

.block_7__list li:nth-child(4) span:before,
.block_7__list li:nth-child(4) span:after {
    display: none;
}

.block_8 {
    background: #fff;
    padding: 20px 0;
}

.block_8 .title:nth-of-type(1) {
    font-size: 26px;
    text-transform: none;
    color: #b7c51d;
    margin-bottom: 10px;
}

.block_8 .title:nth-of-type(1) b {
    font-size: 34px;
    text-transform: uppercase;
    color: #b7c51d;
    display: inline-block;
}

.block_8 .title:nth-of-type(2) {
    background: #24c1d2;
    background: -moz-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24c1d2), color-stop(100%, #169db8));
    background: -webkit-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: -o-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: -ms-linear-gradient(top, #24c1d2 0%, #169db8 100%);
    background: linear-gradient(to bottom, #24c1d2 0%, #169db8 100%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: -2000px;
    padding: 10px 2090px 10px 20px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    text-align: right;
}

.block_8 .title:nth-of-type(2) b {
    font-size: 25px;
    text-transform: uppercase;
    display: block;
}

.block_8 .center {
    text-align: right;
}

.block_8 .center .product {
    margin-top: -50px;
    margin-right: -15px;
    display: inline-block;
    vertical-align: top;
    width: 90px;
    position: relative;
    z-index: 2;
}

.block_8 .honors {
    margin: 10px 0;
    text-align: right;
    display: inline-block;
}

.block_8 .honors img:nth-of-type(1) {
    margin-top: -10px;
    width: 100px;
}

.block_8 .honors img {
    display: inline-block;
    vertical-align: top;
}

.block_8 .text {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1dafc5;
}

.block_8 .text b {
    color: #ea153b;
}

.block_8 .text2 {
    font-size: 18px;
    padding: 20px 0;
}

.block_8 .text2 b {
    color: #1dafc5;
}

.block_8 .btn {
    background: #c1cc4c;
    background: -moz-linear-gradient(top, #c1cc4c 0%, #adba38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1cc4c), color-stop(100%, #adba38));
    background: -webkit-linear-gradient(top, #c1cc4c 0%, #adba38 100%);
    background: -o-linear-gradient(top, #c1cc4c 0%, #adba38 100%);
    background: -ms-linear-gradient(top, #c1cc4c 0%, #adba38 100%);
    background: linear-gradient(to bottom, #c1cc4c 0%, #adba38 100%);
    padding: 10px 10px 10px 2000px;
    margin: 10px 0 10px -2000px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.block_8 .btn button {
    display: table;
    margin-left: auto;
}

.block_8 .decors:before {
    top: -100px;
    left: 150px;
    width: 79px;
    height: 107px;
}

.block_8 .decors:after {
    top: 50%;
    left: -75px;
    width: 52px;
    height: 73px;
    -webkit-transform: rotateZ(60deg);
    -moz-transform: rotateZ(60deg);
    -o-transform: rotateZ(60deg);
    transform: rotateZ(60deg);
}

.block_8 .decors li:before {
    top: -70px;
    right: 145px;
    width: 52px;
    height: 73px;
    -webkit-transform: rotateZ(60deg);
    -moz-transform: rotateZ(60deg);
    -o-transform: rotateZ(60deg);
    transform: rotateZ(60deg);
}

.block_8 .decors li:after {
    bottom: -255px;
    right: -25px;
    width: 116px;
    height: 159px;
    -webkit-transform: rotateZ(60deg);
    -moz-transform: rotateZ(60deg);
    -o-transform: rotateZ(60deg);
    transform: rotateZ(60deg);
}

.block_9 {
    margin-top: -100px;
    -webkit-box-shadow: inset 0 -13px 13px 0 rgba(0, 0, 0, .17);
    -moz-box-shadow: inset 0 -13px 13px 0 rgba(0, 0, 0, .17);
    box-shadow: inset 0 -13px 13px 0 rgba(0, 0, 0, .17);
}

.block_9 .container {
    display: table;
    padding: 100px 0;
}

.block_10 {
    background: #e1f9e8;
    padding: 20px 0;
}

.block_10 .title,
.block_10 .title b {
    font-size: 30px;
    text-transform: uppercase;
}

.block_10 .block_10__list {
    margin: 30px 0;
    counter-reset: n2;
}

.block_10 .block_10__list li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

.block_10 .block_10__list li b:nth-of-type(1) {
    text-transform: uppercase;
    color: #b7c51d;
}

.block_10 .block_10__list li:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: n2;
    content: '0'counter(n2);
    display: block;
    background: #4d3d6e;
    width: 54px;
    padding: 10px 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ea153b;
    margin-bottom: 20px;
}

.block_10 .block_10__list li:after {
    position: absolute;
    content: '';
    top: 54px;
    left: 26px;
    bottom: -20px;
    border-left: 2px solid #ea153b;
}

.block_10 .block_10__list li:last-child:after {
    display: none;
}

.block_11 {
    padding: 20px 0 20px;
}

.block_11 .top {
    position: relative;
}

.block_11 .top:before {
    position: absolute;
    display: block;
    content: '';
    width: 156px;
    height: 214px;
    background: url(../images/block_11_woman.png) right bottom no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    bottom: 50px;
    right: -35px;
    z-index: 4;
}

.block_11 .author {
    display: table;
    width: 260px;
    height: 260px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 -25px 20px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -25px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -9px 9px 0 rgba(0, 0, 0, .15);
    padding: 50px 75px 100px 20px;
    margin: 0 0 -50px -20px;
}

.block_11 .author span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-align: right;
}

.block_11 .author span b {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #21bacd;
}

.block_11 .bottom {
    position: relative;
}

.block_11 .bottom .logo,
.block_14 .logo {
    font-size: 68px;
    color: #ea153b;
}

.block_11 .bottom .logo b,
.block_14 .logo b {
    color: #b7c51d;
}

.block_11 .bottom small,
.block_14 .description span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.block_12 {
    background: #e9feff;
    padding: 20px 0;
}

.block_12 .title,
.block_12 .title b {
    font-size: 36px;
    text-transform: uppercase;
}

.block_12 .topic {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #21bacd;
    margin: 20px 0 10px;
}

.block_12__list {
    counter-reset: n3;
    margin-bottom: 30px;
}

.block_12__list li {
    position: relative;
    display: table;
    width: 100%;
    padding: 10px 25px;
    height: 80px;
    margin-bottom: 20px
}

.block_12__list li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}

.block_12__list li span b {
    color: #ea153b;
}

.block_12__list li:before {
    counter-increment: n3;
    content: '0'counter(n3);
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    background: #29d1dd;
    background: -moz-linear-gradient(top, #29d1dd 0%, #118ead 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29d1dd), color-stop(100%, #118ead));
    background: -webkit-linear-gradient(top, #29d1dd 0%, #118ead 100%);
    background: -o-linear-gradient(top, #29d1dd 0%, #118ead 100%);
    background: -ms-linear-gradient(top, #29d1dd 0%, #118ead 100%);
    background: linear-gradient(to bottom, #29d1dd 0%, #118ead 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .5);
    border: 1px solid #fff;
    width: 62px;
    padding: 15px 0;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -31px;
}

.block_12__list li:after {
    position: absolute;
    content: '';
    border: 1px solid #52c4d4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.block_12__list li:nth-child(1) {
    padding-left: 70px;
}

.block_12__list li:nth-child(2) {
    padding-right: 70px;
    text-align: right;
}

.block_12__list li:nth-child(1):after {
    left: -2000px;
}

.block_12__list li:nth-child(2):after {
    right: -2000px;
}

.block_12__list li:nth-child(2):before {
    left: auto;
    right: 0;
}

.block_12 .bottom {
    position: relative;
}

.block_12 .bottom:before {
    position: absolute;
    content: '';
    width: 63px;
    height: 172px;
    background: url(../images/product_2.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 3;
    top: 50%;
    margin-top: -86px;
    left: -30px;
}

.block_12 .text {
    background: #655090;
    background: -moz-linear-gradient(top, #655090 0%, #352a4d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #655090), color-stop(100%, #352a4d));
    background: -webkit-linear-gradient(top, #655090 0%, #352a4d 100%);
    background: -o-linear-gradient(top, #655090 0%, #352a4d 100%);
    background: -ms-linear-gradient(top, #655090 0%, #352a4d 100%);
    background: linear-gradient(to bottom, #655090 0%, #352a4d 100%);
    -webkit-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 25px 10px 55px;
    line-height: 1;
}

.block_12 .text .logo {
    font-size: 36px;
    font-weight: 400;
}

.block_13 {
    padding: 20px 0;
}

.block_13 .title,
.block_13 .title b {
    font-size: 36px;
    color: #b7c51d;
    text-transform: uppercase;
    text-align: right;
}

.block_13__list {
    display: block;
    width: 100%;
}

.block_13__list li span {
    display: block;
    vertical-align: top;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    border: 1px solid #000;
    padding: 10px 20px 70px 30px;
    position: relative;
    margin: 100px 0;
}

.block_13__list li span.woman {
    border-color: #b7c51d;
}

.block_13__list li span.man {
    border-color: #4d3d6e;
}

.block_13__list li span:before {
    position: absolute;
    content: '';
    background: #fff;
    z-index: 1;
    bottom: 0;
    left: -1px;
    top: 150px;
    width: 30px;
}

.block_13__list li span label {
    display: table;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    background: #000;
    color: #fff;
    padding: 10px 25px 10px 50px;
    position: absolute;
    bottom: 100%;
    left: 70px;
}

.block_13__list li span.woman label {
    background: #c3cf22;
    background: -moz-linear-gradient(top, #c3cf22 0%, #abbb18 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3cf22), color-stop(100%, #abbb18));
    background: -webkit-linear-gradient(top, #c3cf22 0%, #abbb18 100%);
    background: -o-linear-gradient(top, #c3cf22 0%, #abbb18 100%);
    background: -ms-linear-gradient(top, #c3cf22 0%, #abbb18 100%);
    background: linear-gradient(to bottom, #c3cf22 0%, #abbb18 100%);
}

.block_13__list li span.man label {
    background: #5b4882;
    background: -moz-linear-gradient(top, #5b4882 0%, #3f325b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b4882), color-stop(100%, #3f325b));
    background: -webkit-linear-gradient(top, #5b4882 0%, #3f325b 100%);
    background: -o-linear-gradient(top, #5b4882 0%, #3f325b 100%);
    background: -ms-linear-gradient(top, #5b4882 0%, #3f325b 100%);
    background: linear-gradient(to bottom, #5b4882 0%, #3f325b 100%);
}

.block_13__list li span label b {
    display: block;
    font-weight: 400;
    margin-bottom: 3px;
}

.block_13__list li span label:before {
    width: 110px;
    height: 110px;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 7px solid #000;
    background: #000;
    top: -15px;
    left: -65px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.block_13__list li span.woman label:before {
    border-color: #b7c51d;
}

.block_13__list li span.man label:before {
    border-color: #4d3d6e;
}

.block_13__list li span small {
    font-size: 18px;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.block_13__list li span small b:nth-of-type(1) {
    display: block;
    font-size: 20px;
    padding-left: 80px;
    padding-right: 20px;
    margin-bottom: 15px;
    line-height: 1;
    color: #b7c51d;
}

.block_13__list li span big {
    display: table;
    width: 200px;
    height: 100px;
    position: absolute;
    z-index: 2;
    bottom: -60px;
    left: 20px;
}

.block_13__list li span big:before,
.block_13__list li span big:after {
    display: inline-block;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    -webkit-box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, .75), 0 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, .75), 0 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, .75), 0 0 0 5px rgba(0, 0, 0, .1);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.block_13__list li span big:after {
    margin-left: 20px;
}

.block_13__list li.l1 label:before {
    background-image: url(../images/block_12_li1.jpg);
}

.block_13__list li.l1 big:before {
    background-image: url(../images/block_12_li1_before.jpg);
}

.block_13__list li.l1 big:after {
    background-image: url(../images/block_12_li1_after.jpg);
}

.block_13__list li.l2 label:before {
    background-image: url(../images/block_12_li2.jpg);
}

.block_13__list li.l2 big:before {
    background-image: url(../images/block_12_li2_before.jpg);
}

.block_13__list li.l2 big:after {
    background-image: url(../images/block_12_li2_after.jpg);
}

.block_13__list li.l3 label:before {
    background-image: url(../images/block_12_li3.jpg);
}

.block_13__list li.l3 big:before {
    background-image: url(../images/block_12_li3_before.jpg);
}

.block_13__list li.l3 big:after {
    background-image: url(../images/block_12_li3_after.jpg);
}

.block_13__list li.l4 label:before {
    background-image: url(../images/block_12_li4.jpg);
}

.block_13__list li.l4 big:before {
    background-image: url(../images/block_12_li4_before.jpg);
}

.block_13__list li.l4 big:after {
    background-image: url(../images/block_12_li4_after.jpg);
}

.block_13 .bx-pager.bx-default-pager {
    text-align: center;
    margin-top: 30px;

}

.block_13 .bx-pager-item {
    display: inline-block;
    margin: 0 3px;
}

.block_13 .bx-pager-link {
    display: block;
    font-size: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: relative;
    background: #b7c51d;
    z-index: 999999;
    color: #b7c51d;
}

.block_13 .bx-pager-link.active {
    background: #1daec5;
    color: #1daec5;
}

.block_14 {
    background: #fff;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%), -moz-linear-gradient(top, #e5ea98 0%, #83d1a2 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 1)), color-stop(80%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5ea98), color-stop(100%, #83d1a2));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(top, #e5ea98 0%, #83d1a2 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(top, #e5ea98 0%, #83d1a2 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%), -ms-linear-gradient(top, #e5ea98 0%, #83d1a2 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #e5ea98 0%, #83d1a2 100%);
    padding-top: 20px;
}

.block_14 .logo {
    display: table;
    margin: 0 0 5px auto;
}

.block_14 .description {
    width: 70%;
    margin: 0 0 50px auto;
    text-align: right;
}

.block_14 .price {
    margin-right: 0
}

.block_14 .top {
    margin-bottom: 30px;
}

.block_14 .product {
    position: relative;
    padding-left: 60px;
    display: table;
}

.block_14 .product:after {
    position: absolute;
    content: '';
    background: url(../images/block_14_woman.png)center no-repeat;
    width: 222px;
    height: 331px;
    bottom: 35px;
    left: -75px;
    z-index: 2;
}

.block_14 .product img {
    position: relative;
    width: 130px;
    height: 199px;
    z-index: 5;
}

.block_14 .product:before {
    position: absolute;
    content: '';
    background: url(../images/block_1_berry.png)center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 95px;
    height: 66px;
    bottom: 15px;
    left: -25px;
    z-index: 4;
}

.block_14 .product .decor {
    position: absolute;
    background: url(../images/block_1_water.png)right bottom no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 243px;
    height: 207px;
    bottom: 35px;
    left: -150px;
    z-index: 1;
}

.block_14 .product .decor:before {
    position: absolute;
    content: '';
    width: 253px;
    height: 215px;
    background: url(../images/block_1_berry2.png) center no-repeat;
    z-index: 1;
    bottom: -50px;
    left: 40px;
}

.block_14 .product .decor:after {
    position: absolute;
    content: '';
    background: url(../images/block_1_water.png)right bottom no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 243px;
    height: 207px;
    z-index: 0;
    left: 55px;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    bottom: -65px;
}

.block_14 .product .discount {
    top: 40px;
    right: -80px;
}

.block_14 .form {
    background: #d4dd29;
    background: -moz-linear-gradient(top, #d4dd29 0%, #98ad11 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4dd29), color-stop(100%, #98ad11));
    background: -webkit-linear-gradient(top, #d4dd29 0%, #98ad11 100%);
    background: -o-linear-gradient(top, #d4dd29 0%, #98ad11 100%);
    background: -ms-linear-gradient(top, #d4dd29 0%, #98ad11 100%);
    background: linear-gradient(to bottom, #d4dd29 0%, #98ad11 100%);
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .51);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .51);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .51);
    border: 1px solid #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.block_14 .form>span {
    display: block;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 10px;
    position: relative;
    z-index: 1;
}

.block_14 .form:before {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 100%;
    top: -20px;
    left: 5%;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-box-shadow: 0 35px 25px -25px rgba(0, 0, 0, .65);
    -moz-box-shadow: 0 35px 25px -25px rgba(0, 0, 0, .65);
    box-shadow: 0 35px 25px -25px rgba(0, 0, 0, .65);
    -webkit-transform-origin: bottom Left;
    -moz-transform-origin: bottom Left;
    -o-transform-origin: bottom Left;
    transform-origin: bottom Left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 0;
}

.block_14 .form>span p {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.s__main .form select,
.s__main .form input,
.s__main .form textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin-bottom: 19px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, .2);
    background-color: #f6f6f6;
}

.block_14 button {
    width: 100%;
}

.block_14 button span {
    width: 100%;
    padding: 15px 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome,
    z {}
}

@media screen and (min-width:0\0) {}