@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'),
        url('../fonts/BebasNeueRegular.eot#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueRegular.woff') format('woff'),
        url('../fonts/BebasNeueRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeueBold.eot');
    src: local('Bebas Neue Bold'), local('BebasNeueBold'),
        url('../fonts/BebasNeueBold.eot#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueBold.woff') format('woff'),
        url('../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

.flip-clock-meridium a {
    color: #313333;
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    max-width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 8px auto 0
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px 1px 5px 1px;
    width: 12%;
    height: 60px;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    border-radius: 6px;
    background: #000;
}

.counter.flip-clock-wrapper ul {
    width: 56px;
    height: 81px;
    margin: 5px 2px 5px 2px;
}



.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 66px;
    text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 36px;
}


.flip-clock-wrapper ul:last-child li a div div.inn,
.flip-clock-wrapper ul:nth-last-child(2) li a div div.inn {
    color: #d71e77
}

.counter.flip-clock-wrapper ul li a div div.inn {
    color: #ffea00;
    font-size: 50px;
    line-height: 77px;
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper .flip {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 23px;
    height: 77px;
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 8px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: 98%;
    right: -80px;
    color: black;
    text-shadow: none;
    font-size: 18px;
    width: 90px;
    text-align: center;
}

.flip-clock-divider.seconds .flip-clock-label {
    color: #d71e77;
}

.flip-clock-dot.top {
    top: 26px;
}

.flip-clock-dot.bottom {
    bottom: 34px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 1000px) {
    .flip-clock-wrapper ul {
        width: 13.2%
    }

}

@media (max-width: 601px) {
    .flip-clock-wrapper ul {
        width: 12.2%
    }

    .counter.flip-clock-wrapper ul {
        width: 20px;
        height: 26px;
        font-size: 17px;
    }

    .counter.flip-clock-wrapper ul li a div div.inn {
        color: #ffea00;
        font-size: 17px;
        line-height: 27px;
    }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-x: hidden
}

body {
    font-family: OpenSans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 320px;
    color: #6e495f;
    background-color: #fff
}

p {
    margin: 0
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0
}

img {
    max-width: 100%
}

a:focus {
    outline: 0
}

button:focus {
    outline: 0
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.left {
    width: 50%;
    float: left
}

.right {
    width: 50%;
    float: right
}

.up {
    text-transform: uppercase
}

.aqua {
    color: #29c5b8
}

.d-rose {
    color: #c61f85
}

.fiol {
    color: #5c314b
}

.red {
    color: #af2049
}

h1 {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 25px;
    padding-left: 80px
}

h1 span {
    font-size: 62px;
    text-transform: none
}

h2 {
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center
}

.top-block {
    background: url("../images/bottom-line-bg.jpeg") no-repeat center bottom
}

.top-block.footer-block {
    background: #c61f85
}

.top-block .header {
    padding: 20px 0 40px;
    background: url("../images/header-bg.png") no-repeat center bottom
}

.top-block .header .left {
    width: 630px;
    position: relative;
    padding-left: 150px;
    padding-right: 15px
}

.top-block .header .left ul {
    font-size: 19px
}

.top-block .header .left ul li .text {
    padding: 12px 0;
    padding-left: 45px;
    background: url("../images/power.png") no-repeat left center;
    background-size: 36px
}

.top-block .header .right {
    width: 330px;
    padding-right: 20px
}

.top-block .header .pack {
    max-width: 260px;
    position: absolute;
    bottom: -50px;
    left: 20px
}

.top-block .header .case {
    width: 100px;
    position: absolute;
    bottom: -70px;
    left: 20px
}

.top-block .header .berryes {
    width: 150px;
    position: absolute;
    bottom: -90px;
    right: 410px
}

.top-block .header .sticker {
    position: absolute;
    left: 70px;
    bottom: 120px;
    width: 110px;
    height: 110px;
    background: url("../images/sticker-2.png");
    background-size: 100% 100%;
    font-family: BebasNeue, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding: 30px 10px 0
}

.top-block .header .sticker .text {
    display: inline-block;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg)
}

.top-block .header .arrow {
    width: 180px;
    float: right
}

.top-block .header .timer-wrapper {
    margin: 15px 0 0;
    padding-left: 90px;
    text-align: center;
    color: #2d2d2d
}

.top-block .header .timer-wrapper p {
    font-size: 21px;
    margin-bottom: 10px
}

.top-block .header .landing__countdown {
    padding-bottom: 25px
}

.top-block .header .landing__countdown span {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 64px;
    padding-top: 5px;
    margin-right: 10px;
    background: url("../img/timer-span.png");
    background-size: 100% 100%;
    font-family: BebasNeue, sans-serif;
    font-weight: 700;
    font-size: 46px;
    color: #fff;
    position: relative
}

.top-block .header .landing__countdown span:before {
    content: "часов";
    display: inline-block;
    width: 60px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    font-family: OpenSans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2d2d2d
}

.top-block .header .landing__countdown span.minutes:before {
    content: "минут"
}

.top-block .header .landing__countdown span.seconds {
    margin-right: 0
}

.top-block .header .landing__countdown span.seconds:before {
    content: "секунд"
}

.top-block .header .order-block {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 10px 40px;
    margin-top: 20px
}

.top-block .header .promo {
    font-weight: 700;
    font-size: 17px;
    color: #5c314b;
    position: relative
}

.ibp-old {
    padding-left: 51px;
}

.ibp-old p {
    font: 19px/37px 'Open Sans', sans-serif;
    color: #222734;
    font-weight: 700;
    text-decoration: line-through;
}

.ibp-new p {
    font: 23px/60px 'Open Sans', sans-serif;
    color: #222734;
    font-weight: 700;
}

.ibp-new p span {
    font: 32px/60px 'Open Sans', sans-serif;
    color: #d71e77;
    font-weight: 700;
}

.top-block .header .promo .sale {
    width: 90px;
    height: 90px;
    background: url("../images/sticker.png");
    background-size: 100% 100%;
    position: absolute;
    left: -50px;
    top: -40px;
    text-align: center;
    font-family: BebasNeue, sans-serif;
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-block .header .promo .sale .text {
    display: inline-block;
    font-size: 22px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.top-block .header .prices {
    padding: 15px 0 5px;
    line-height: 1;
    font-family: BebasNeue, sans-serif
}

.top-block .header .prices .price_main {
    float: left;
    font-weight: 700;
    font-size: 60px;
    color: #c61f85
}

.top-block .header .prices .price_main .price_main_currency {
    padding-left: 10px
}

.top-block .header .prices .price_old {
    float: right;
    font-weight: 400;
    font-size: 30px;
    margin-top: 22px;
    color: #2d2d2d;
    position: relative
}

.top-block .header .prices .price_old .price_main_currency {
    padding-left: 5px
}

.top-block .header .prices .price_old:after {
    content: "";
    display: block;
    width: 110%;
    height: 2px;
    background-color: #2d2d2d;
    position: absolute;
    top: 38%;
    left: -5%;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
}

.top-block .header .order_form {
    font-size: 16px;
    color: #373736;
    position: relative
}

.top-block .header .order_form .country_select,
.top-block .header .order_form input {
    font-family: OpenSans, sans-serif;
    color: #2d2d2d;
    font-size: 17px;
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: none;
    background-color: #f2f2f2;
    padding-left: 10px
}

.top-block .header .order_form .country_select:focus,
.top-block .header .order_form input:focus {
    outline: 0
}

.top-block .header .order_form p {
    text-align: center
}

.top-block .header .order_form p .landing__lastpack {
    font-size: 24px;
    color: #c61f85
}

.top-block .concentration {
    padding: 20px 0
}

.top-block .concentration .wrapper {
    padding-left: 200px;
    position: relative
}

.top-block .concentration h2 {
    color: #fff;
    font-size: 30px
}

.top-block .concentration .mark {
    width: 260px;
    height: 185px;
    background: url("../images/outline.png");
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    left: -10px;
    top: 50px;
    padding: 50px 15px 0
}

.top-block .concentration .mark .text {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.top-block .concentration .mark .head {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #5cd4ca;
    margin-bottom: 10px
}

.top-block .concentration .mark p {
    color: #fff
}

.top-block .concentration ul {
    text-align: center;
    margin-top: 10px
}

.top-block .concentration ul li {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    background: url("../images/polygon.png");
    background-size: 100% 100%;
    text-align: center;
    padding: 20px 15px 0;
    font-size: 16px;
    color: #c61f85
}

.top-block .concentration ul li:nth-child(2) {
    margin-top: 25px
}

.top-block .concentration ul li img {
    display: block;
    margin: 0 auto 5px
}

.btn {
    display: block;
    width: 260px;
    height: 57px;
    background: #ffcd00;
    border-radius: 5px;
    border: none;
    font-family: BebasNeue, sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222734;
    position: absolute;
    left: 50%;
    margin-left: -126px;
    bottom: -76px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.block-2 {
    padding: 20px 0 80px
}

.block-2 .wrapper {
    background: url("../images/tape-1.jpeg") no-repeat right bottom;
    background-size: 460px;
    position: relative
}

.block-2 h2 {
    font-size: 40px;
    margin-bottom: 15px
}

.block-2 h2 .aqua {
    text-transform: none;
    font-size: 64px
}

.block-2 .h2-descr {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px
}

.block-2 .h2-descr b {
    display: block
}

.block-2 ul {
    padding: 20px 0 0;
    padding-right: 320px;
    font-size: 22px
}

.block-2 ul li {
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.block-2 ul li:last-child {
    margin-bottom: 0
}

.block-2 ul li .p-button {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #c61f85;
    margin-right: 15px
}

.block-2 ul li .p-button .inner {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #fee4f9 url("../images/power-pink.png") no-repeat center center;
    background-size: 46px;
    margin-top: 7px;
    margin-left: 7px
}

.block-2 ul li p {
    display: inline-block;
    vertical-align: middle;
    width: 515px
}

.block-2 .pack {
    width: 190px;
    position: absolute;
    z-index: 1;
    bottom: -70px;
    right: 140px
}

.block-2 .case {
    width: 105px;
    position: absolute;
    z-index: 1;
    bottom: -100px;
    right: 90px
}

.block-2 .sticker {
    width: 220px;
    height: 220px;
    background: url("../images/sticker-2.png");
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 120px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-2 .sticker .text {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    height: 200px;
    width: 200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-3 {
    padding: 20px 0 130px;
    background: #ffe0e5 url("../images/rose-bg.jpeg") no-repeat center top;
    color: #5c314b;
    position: relative
}

.block-3 .wrapper {
    position: relative
}

.block-3 h2 {
    text-align: left;
    width: 64%;
    font-size: 42px
}

.block-3 .b3-info {
    width: 80%;
    color: #fff;
    margin: 30px 0;
    background-color: #c82789;
    padding: 15px;
    font-size: 18px
}

.block-3 .causes {
    width: 80%;
    font-size: 17px
}

.block-3 .causes li {
    height: 130px;
    display: block;
    padding: 10px 50px;
    padding-left: 230px;
    position: relative;
    line-height: 1.2;
    background-color: #fff
}

.block-3 .causes li .head {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 100%;
    padding-top: 45px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: url("../img/chevron.png") no-repeat right center;
    background-size: 28px
}

.block-3 .causes li p {
    display: inline-block;
    vertical-align: middle;
    width: 360px;
    padding-left: 20px
}

.block-3 .causes li.two {
    background-color: #fceef1
}

.block-3 .causes li.two:after {
    background: url("../img/cause-2.jpeg") no-repeat center center;
    background-size: cover
}

.block-3 .causes li:last-child:after {
    background: url("../img/cause-3.jpeg") no-repeat center center;
    background-size: cover
}

.block-3 .causes li:after {
    content: "";
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/cause-1.jpeg") no-repeat center center;
    background-size: cover
}

.block-3 .girl {
    width: 440px;
    position: absolute;
    left: 72%;
    bottom: -60px
}

.block-4 {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -240px;
    padding: 170px 0 60px;
    background: url("../img/bg-1.png") no-repeat center top;
    background-size: cover
}

.block-4 .head {
    background: rgba(63, 144, 137, .86);
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    font-size: 22px
}

.block-4 .head b {
    display: block;
    font-size: 30px
}

.block-4 ul {
    margin: 30px 0 0
}

.block-4 ul li {
    display: block;
    width: 320px;
    float: left;
    text-align: center
}

.block-4 ul li .check {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #c61f85 url("../img/check-white.png") no-repeat center center;
    background-size: 36px;
    margin: 0 auto 20px
}

.block-4 ul li p {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff
}

.block-5 {
    padding: 38px 0 100px;
    background: url("../images/bg-2.jpeg") no-repeat center bottom;
    background-size: cover;
    position: relative;
    z-index: 0
}

.block-5 h2 {
    color: #5c314b;
    font-size: 30px
}

.block-5 h2 span {
    display: block
}

.block-5 h2 .second {
    font-size: 36px
}

.block-5 h2 .aqua {
    font-size: 46px
}

.block-5 .h2-descr {
    margin: 30px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase
}

.block-5 ul {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-5 ul li {
    max-width: 320px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px
}

.block-5 ul li .img-wrapper {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #c61f85;
    overflow: hidden;
    margin: 0 auto 15px;
    padding: 6px
}

.block-5 ul li .img-wrapper img {
    border-radius: 50%;
    display: block
}

.block-5 .btn {
    width: 300px;
    height: 74px;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    margin-left: -126px;
    bottom: 15px;
}

.block-6 {
    padding: 140px 0 20px
}

.block-6 h2 {
    font-size: 43px;
    color: #c61f85
}

.block-6 .h2-descr {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 0
}

.block-6 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-6 ul li {
    max-width: 320px;
    width: 100%;
    padding: 30px 15px 10px
}

.block-6 ul li:nth-child(1) .circle {
    background: url("../images/comp-1.jpeg") no-repeat center top;
    background-size: 100%
}

.block-6 ul li:nth-child(2) .circle {
    background: url("../images/comp-2.jpeg") no-repeat center top;
    background-size: 100%
}

.block-6 ul li:nth-child(3) .circle {
    background: url("../images/comp-3.jpeg") no-repeat center top;
    background-size: 100%
}

.block-6 ul li:nth-child(4) .circle {
    background: url("../images/comp-4.jpeg") no-repeat center top;
    background-size: 100%
}

.block-6 ul li .circle {
    width: 100%;
    height: 290px;
    font-size: 16px;
    position: relative
}

.block-6 ul li .circle .top-left {
    position: absolute;
    width: 180px;
    left: 0;
    top: 30px
}

.block-6 ul li .circle .top-right {
    position: absolute;
    width: 110px;
    right: -5px;
    top: 30px;
    text-align: right
}

.block-6 ul li .circle .bottom-left {
    position: absolute;
    width: 200px;
    left: 100px;
    top: 215px
}

.block-6 ul li .circle .bottom-right {
    position: absolute;
    width: 200px;
    left: 130px;
    bottom: 25px
}

.block-6 ul li .text {
    text-align: center;
    padding-top: 35px;
    font-size: 18px;
    color: #222734;
    position: relative
}

.text-pink {
    color: #d71e77;
    font-weight: 700;
}

.text-bold {
    font-weight: 700;
}

.block-6 ul li .text:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #c61f85;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -50px
}

.big-block {
    padding: 70px 0 0;
    background: url("../images/first-bg.jpeg") no-repeat center top
}

.big-block .first {
    color: #fff;
    text-align: center;
    padding: 0 0 10px
}

.big-block .first .plus {
    font-weight: 700;
    font-size: 115px;
    line-height: 1
}

.big-block .first h2 {
    font-size: 32px;
    margin-bottom: 40px
}

.big-block .first ul li {
    width: 240px;
    float: left
}

.big-block .first ul li .head {
    font-weight: 700;
    font-size: 22px;
    color: #4a1736;
    text-transform: uppercase;
    position: relative
}

.big-block .first ul li .head:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -35px;
    top: 30px
}

.big-block .first ul li .text {
    padding: 15px 30px 0;
    font-size: 17px
}

.big-block .first ul li:last-child .head:after {
    display: none
}

.big-block .first ul li:last-child .text {
    padding: 15px 20px 0
}

.big-block .second {
    padding: 90px 0 0;
    background: url("../img/second-bg.png") no-repeat center top;
    color: #57183e
}

.big-block .second .wrapper {
    padding-right: 360px;
    position: relative
}

.big-block .second h2 {
    text-align: left;
    font-size: 30px
}

.big-block .second h2 .aqua {
    display: block;
    text-transform: none;
    font-size: 64px
}

.big-block .second .h2-descr {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.big-block .second p {
    margin-bottom: 25px;
    font-size: 21px
}

.big-block .second .cta {
    font-weight: 700;
    font-size: 30px;
    color: #c61f85;
    text-transform: uppercase
}

.big-block .second .pack {
    position: absolute;
    width: 280px;
    right: 0;
    top: 110px
}

.big-block .second .case {
    position: absolute;
    width: 140px;
    right: 200px;
    top: 160px
}

.big-block .second .medal {
    width: 205px;
    height: 300px;
    background: url("../img/medal.png");
    background-size: 100% 100%;
    position: absolute;
    top: -60px;
    right: 160px;
    font-family: BebasNeue, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
    padding: 50px 20px 0
}

.big-block .second .medal .text {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
}

.big-block .last {
    padding: 0px 0 50px;
    background: url("../img/last-bg.png") no-repeat center top
}

.big-block .last .wrapper {
    padding-right: 20px
}

.big-block .last h2 {
    text-align: center;
    color: #c61f85;
    font-size: 42px
}

.big-block .last .h2-descr {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    padding: 10px 100px
}

.big-block .last .bottom .left {
    width: 45%
}

.big-block .last .bottom .left ul {
    padding-right: 15px
}

.big-block .last .bottom .left ul li {
    padding: 10px 0;
    padding-left: 60px;
    position: relative
}

.big-block .last .bottom .left ul li:before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #29c5b8 url("../img/check-white.png") no-repeat center center;
    background-size: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px
}

.big-block .last .bottom .right {
    width: 55%;
    padding: 0 20px;
    position: relative
}

.big-block .last .bottom .sticker {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #c61f85;
    text-align: center;
    padding: 22px 15px 0;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 0;
    right: 0;
    top: -50px
}

.big-block .last .bottom .card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .4);
    padding: 30px 30px;
    width: 480px;
    height: 280px;
    position: relative;
    z-index: 1;
    margin-top: 70px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.big-block .last .bottom .card p {
    font-size: 20px;
    margin-bottom: 20px
}

.big-block .last .bottom .card p:last-child {
    margin-bottom: 0
}

.big-block .last .bottom .card.card-2 {
    position: absolute;
    right: 25px;
    -webkit-transform: none;
    transform: none;
    top: 0
}

.block-8 {
    padding: 50px 0 0;
    background: url("../images/expert-bg.jpeg") no-repeat center top;
    background-size: cover
}

.block-8 .wrapper {
    padding-left: 240px;
    position: relative
}

.block-8 h2 {
    font-size: 42px;
    color: #3eb3a9;
    margin-bottom: 35px
}

.block-8 .doctor {
    position: absolute;
    width: 280px;
    left: -90px;
    bottom: 0
}

.block-8 .text {
    margin-left: 25px;
    padding-left: 20px;
    border-left: 1px solid #355d59;
    color: #355d59
}

.block-8 .text p {
    padding-bottom: 20px
}

.block-8 .text p:last-of-type {
    padding-bottom: 0
}

.block-8 .bottom {
    padding: 25px 40px;
    font-weight: 700;
    font-size: 17px;
    color: #29c5b8;
    position: relative
}

.block-8 .bottom img {
    position: absolute
}

.block-8 .bottom .podpis {
    width: 220px;
    bottom: 20px;
    right: 200px
}

.block-8 .bottom .stamp-1 {
    width: 140px;
    top: 0;
    right: 100px
}

.block-8 .bottom .stamp-2 {
    width: 140px;
    top: 0;
    right: 0
}

.block-9 .top {
    padding: 40px 0;
    background: url("../images/tape-2.jpeg") no-repeat right 120%;
    background-size: 530px
}

.block-9 .top .wrapper {
    position: relative
}

.block-9 .top h2 {
    color: #c61f85;
    font-size: 42px;
    margin-bottom: 35px
}

.block-9 .top .slider li {
    padding: 0 30px;
}

.block-9 .top .slider li .outer {
    padding: 8px;
    border: 1px solid #fee4f9
}

.block-9 .top .slider li .inner {
    background-color: #fee4f9;
    padding: 8px;
}

.block-9 .top .slider li p {
    padding: 10px;
    text-align: center;
    font-size: 17px
}

.block-9 .top .slider li .name {
    text-align: center;
    padding-top: 15px;
    font-weight: 700
}

.block-9 .top .slider-control {
    width: 15px;
    height: 30px;
    cursor: pointer;
    background: url("../img/control.png");
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    bottom: 210px
}

.block-9 .top .slider-control a {
    display: block;
    height: 100%;
    width: 100%
}

.block-9 .top .slider-control#slider-prev {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.block-9 .middle {
    padding: 110px 0 0;
    background: url("../images/top-bg.png") no-repeat center top;
    position: relative;
    top: -60px
}

.block-9 .middle h2 {
    color: #fff;
    font-size: 44px
}

.block-9 .middle p {
    font-size: 21px;
    text-align: center;
    color: #441130;
    margin-top: 30px
}

.block-9 .bottom {
    padding: 100px 0 50px;
    background: url("../images/bottom-bg.png") no-repeat center top
}

.block-9 .bottom h2 {
    font-size: 42px;
    margin-bottom: 40px
}

.block-9 .bottom ul li {
    width: 320px;
    float: left;
    text-align: center;
    padding: 0 30px
}

.block-9 .bottom ul li:nth-child(4) {
    margin-left: 160px
}

.block-9 .bottom ul li img {
    width: 160px
}

.block-9 .bottom ul li p {
    color: #fff;
    margin: 0;
    height: 85px;
    font-size: 20px
}

.block-10 {
    padding: 0 0 30px
}

.block-10 .wrapper {
    position: relative
}

.block-10 .alert {
    background-color: #c61f85;
    color: #fff;
    padding: 20px;
    padding-right: 270px;
    font-size: 23px
}

.block-10 h2 {
    color: #faeb3f;
    text-align: left;
    font-size: 40px;
    margin-bottom: 20px
}

.block-10 .up {
    margin-top: 20px
}

.block-10 .pack {
    position: absolute;
    width: 210px;
    right: 0;
    bottom: -30px
}

.block-10 .case {
    width: 120px;
    position: absolute;
    right: 170px;
    bottom: -30px
}

.block-11 {
    padding: 10px 0 40px
}

.block-11 h2 {
    color: #c61f85;
    font-size: 42px;
    margin-bottom: 50px
}

.block-11 ul li {
    width: 320px;
    float: left;
    text-align: center;
    position: relative
}

.block-11 ul li:after {
    content: "";
    width: 20px;
    height: 37px;
    background-size: 100% 100%;
    position: absolute;
    right: -10px;
    top: 70px
}

.block-11 ul li:last-child:after {
    display: none
}

.block-11 ul li img {
    width: 170px
}

.block-11 ul li i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #f2403c;
    width: 170px;
    height: 170px;
    margin: 0 auto 21px;
    border: 3px solid #ed1787;
    border-radius: 100%;
}

.block-11 ul li .head {
    margin: 15px 0;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #c61f85
}

.block-11 ul li p {
    font-size: 20px;
    color: #1c3041;
    padding: 0 20px
}

.conflink a {
    color: #fff;
}

.conflink a:hover {
    text-decoration: none;
}

.footer {
    background: #c51f84 !important;
    color: #fff !important;
}

.footer p {
    color: #fff !important;
}

form .input-wrapper label,
.top-block .header .order_form .country_select {
    display: none
}

form .input-wrapper {
    position: relative;
    margin-bottom: 10px;
}

form .input-wrapper .error {
    border: 1px solid red;
    padding-top: 6px;
}

form .input-wrapper .error+label {
    width: 100%;
    height: 100%;
    color: red;
    display: block !important;
    font-size: 11px;
    left: 10px;
    line-height: 1;
    position: absolute;
    top: 4px;
    text-align: left
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
    content: "";
    position: absolute;
    right: 31px;
    top: 40%;
    width: 3px;
    height: 21px;
    background-color: red
}

form .input-wrapper .error+label:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error+label:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}


@media only screen and (max-width:1760px) {
    .block-9 .top {
        background: url("../images/tape-2.jpeg") no-repeat 110% 130%;
        background-size: 480px
    }
}

@media only screen and (max-width:1420px) {
    .block-9 .top {
        background: url("../images/tape-2.jpeg") no-repeat 120% 130%;
        background-size: 440px
    }
}

@media only screen and (max-width:1180px) {
    .block-9 .top {
        background: #fff
    }
}

@media only screen and (max-width:999px) {
    .flip-clock-divider .flip-clock-label {
        right: -82px;
    }

    body {
        font-size: 16px
    }

    .wrapper {
        width: 770px;
        padding: 0 10px
    }

    h1 {
        font-size: 24px;
        margin: 0 0 25px;
        padding-left: 0
    }

    h1 span {
        font-size: 54px
    }

    .top-block {
        background: url("../images/bottom-line-bg.jpeg") no-repeat center bottom
    }

    .top-block.footer-block {
        background: #c61f85
    }

    .top-block .header {
        padding: 15px 0 30px;
        background: url("../images/header-bg.png") no-repeat 39% bottom;
        background-size: cover
    }

    .top-block .header .left {
        width: 480px;
        padding-left: 100px;
        padding-right: 10px
    }

    .top-block .header .left ul {
        font-size: 17px
    }

    .top-block .header .left ul li .text {
        padding: 10px 0;
        padding-left: 40px;
        background: url("../images/power.png") no-repeat left center;
        background-size: 30px
    }

    .top-block .header .right {
        width: 270px;
        padding-right: 0
    }

    .top-block .header .pack {
        width: 150px;
        bottom: -50px;
        left: 50px
    }

    .top-block .header .case {
        width: 90px;
        bottom: -60px;
        left: 20px
    }

    .top-block .header .berryes {
        width: 130px;
        bottom: -75px;
        right: auto;
        left: 50px
    }

    .top-block .header .sticker {
        left: 65px;
        bottom: 120px;
        width: 110px;
        height: 110px;
        font-size: 21px;
        padding: 30px 10px 0
    }

    .top-block .header .arrow {
        width: 160px
    }

    .top-block .header .timer-wrapper {
        margin: 15px 0 0;
        padding-left: 90px
    }

    .top-block .header .timer-wrapper p {
        font-size: 20px;
        margin-bottom: 10px
    }

    .top-block .header .landing__countdown {
        padding-bottom: 25px
    }

    .top-block .header .landing__countdown span {
        width: 60px;
        height: 64px;
        padding-top: 6px;
        margin-right: 10px;
        font-size: 44px
    }

    .top-block .header .landing__countdown span:before {
        width: 60px;
        bottom: -20px;
        font-size: 16px
    }

    .top-block .header .order-block {
        border-radius: 15px;
        padding: 10px 10px 40px;
        margin-top: 15px
    }

    .ibp-old {
        padding-left: 12px;
    }

    .ibp-new p span {
        font: 23px/60px 'Open Sans', sans-serif;
    }

    .cntDigit#cnt_0 {
        margin-left: 34px !important;
    }

    .top-block .header .promo {
        font-size: 16px
    }

    .top-block .header .promo .sale {
        width: 80px;
        height: 80px;
        left: -60px;
        font-size: 36px;
    }

    .top-block .header .prices {
        padding: 15px 0 5px
    }

    .top-block .header .prices .price_main {
        font-size: 44px
    }

    .top-block .header .prices .price_main .price_main_currency {
        padding-left: 8px
    }

    .top-block .header .prices .price_old {
        font-size: 26px;
        margin-top: 13px
    }

    .top-block .header .prices .price_old .price_main_currency {
        padding-left: 4px
    }

    .top-block .header .order_form {
        font-size: 15px
    }

    .top-block .header .order_form .country_select,
    .top-block .header .order_form input {
        font-size: 16px;
        border-radius: 5px;
    }

    .top-block .header .order_form p .landing__lastpack {
        font-size: 22px
    }

    .top-block .concentration {
        padding: 50px 0 20px
    }

    .top-block .concentration .wrapper {
        padding-left: 200px
    }

    .top-block .concentration h2 {
        font-size: 28px
    }

    .top-block .concentration .mark {
        width: 230px;
        height: 160px;
        left: 10px;
        top: 40px;
        padding: 45px 15px 0
    }

    .top-block .concentration .mark .head {
        font-size: 21px;
        margin-bottom: 8px
    }

    .top-block .concentration ul {
        margin-top: 10px
    }

    .top-block .concentration ul li {
        width: 140px;
        height: 140px;
        padding: 20px 10px 0;
        font-size: 15px
    }

    .top-block .concentration ul li:nth-child(2) {
        margin-top: 25px
    }

    .top-block .concentration ul li img {
        width: 40px;
        margin: 0 auto 5px
    }

    .btn {
        width: 200px;
        height: 50px;
        font-size: 26px;
        margin-left: -100px;
        bottom: -60px
    }

    .block-2 {
        padding: 20px 0 150px
    }

    .block-2 .wrapper {
        background: url("../images/tape-1.jpeg") no-repeat right bottom;
        background-size: 360px
    }

    .block-2 h2 {
        font-size: 34px;
        margin-bottom: 12px
    }

    .block-2 h2 .aqua {
        font-size: 54px
    }

    .block-2 .h2-descr {
        font-size: 21px
    }

    .block-2 .h2-descr b {
        display: block
    }

    .block-2 ul {
        padding: 20px 0 0;
        padding-right: 250px;
        font-size: 19px
    }

    .block-2 ul li {
        margin-bottom: 15px
    }

    .block-2 ul li:last-child {
        margin-bottom: 0
    }

    .block-2 ul li .p-button {
        width: 80px;
        height: 80px;
        margin-right: 12px
    }

    .block-2 ul li .p-button .inner {
        width: 70px;
        height: 70px;
        background: #fee4f9 url("../images/power-pink.png") no-repeat center center;
        background-size: 40px;
        margin-top: 4px;
        margin-left: 4px
    }

    .block-2 ul li p {
        width: 400px
    }

    .block-2 .pack {
        width: 160px;
        bottom: -70px;
        right: 120px
    }

    .block-2 .case {
        width: 85px;
        bottom: -100px;
        right: 70px
    }

    .block-2 .sticker {
        width: 200px;
        height: 200px;
        top: 135px;
        font-size: 17px;
    }

    .block-2 .sticker .text {
        height: 180px;
        width: 180px;
    }

    .block-3 {
        padding: 50px 0 100px
    }

    .block-3 h2 {
        width: 70%;
        font-size: 36px
    }

    .block-3 .b3-info {
        width: 80%;
        margin: 25px 0;
        padding: 12px;
        font-size: 16px
    }

    .block-3 .causes {
        width: 80%;
        font-size: 14px
    }

    .block-3 .causes li {
        height: 100px;
        padding: 10px 35px;
        padding-left: 180px
    }

    .block-3 .causes li .head {
        width: 90px;
        padding-top: 30px;
        font-size: 18px;
        background: url("../img/chevron.png") no-repeat right center;
        background-size: 19px
    }

    .block-3 .causes li p {
        width: 280px;
        padding-left: 10px
    }

    .block-3 .causes li:after {
        width: 170px
    }

    .block-3 .girl {
        width: 360px;
        position: absolute;
        left: 71%;
        bottom: -50px
    }

    .block-4 {
        bottom: -210px;
        padding: 170px 0 50px
    }

    .block-4 .head {
        padding: 15px;
        font-size: 20px
    }

    .block-4 .head b {
        font-size: 24px
    }

    .block-4 ul {
        margin: 25px 0 0
    }

    .block-4 ul li {
        width: 250px
    }

    .block-4 ul li .check {
        width: 50px;
        height: 50px;
        background: #c61f85 url("../img/check-white.png") no-repeat center center;
        background-size: 32px;
        margin: 0 auto 15px
    }

    .block-4 ul li p {
        font-size: 22px
    }

    .block-5 {
        padding: 40px 0 100px
    }

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

    .block-5 h2 .second {
        font-size: 29px
    }

    .block-5 h2 .aqua {
        font-size: 40px
    }

    .block-5 .h2-descr {
        margin: 25px 0 0;
        font-size: 20px;
        text-transform: uppercase
    }

    .block-5 ul li {
        max-width: 250px;
        margin-top: 30px;
        padding: 0 15px
    }

    .block-5 ul li .img-wrapper {
        width: 120px;
        height: 120px;
        margin: 0 auto 15px;
        padding: 5px
    }

    .block-5 .btn {
        width: 200px;
        height: 60px;
        font-size: 22px;
        text-align: center;
        text-decoration: none;
        margin-left: -95px
    }

    .block-6 {
        padding: 120px 0 10px
    }

    .block-6 h2 {
        font-size: 35px
    }

    .block-6 .h2-descr {
        font-size: 22px;
        margin: 10px 0 0
    }

    .block-6 ul li {
        max-width: 247px;
    }

    .block-6 ul li .circle {
        height: 230px;
        font-size: 13px
    }

    .block-6 ul li .circle .top-left {
        width: 160px;
        left: 0;
        top: 23px
    }

    .block-6 ul li .circle .top-right {
        width: 100px;
        right: -5px;
        top: 30px
    }

    .block-6 ul li .circle .bottom-left {
        width: 180px;
        left: 80px;
        top: 180px
    }

    .block-6 ul li .circle .bottom-right {
        width: 160px;
        left: 100px;
        bottom: 25px
    }

    .block-6 ul li .text {
        padding-top: 22px;
        font-size: 16px
    }

    .block-6 ul li .text:after {
        width: 80px;
        height: 2px;
        margin-left: -40px
    }

    .big-block {
        padding: 140px 0 0;
        background: url("../images/first-bg.jpeg") no-repeat center -20px
    }

    .big-block .first {
        padding: 0 0 10px
    }

    .big-block .first .plus {
        font-size: 100px;
        line-height: 1.1
    }

    .big-block .first h2 {
        font-size: 26px;
        margin-bottom: 30px
    }

    .big-block .first ul {
        padding: 0 5px
    }

    .big-block .first ul li {
        width: 185px;
        float: left
    }

    .big-block .first ul li .head {
        font-size: 20px
    }

    .big-block .first ul li .head:after {
        width: 60px;
        height: 1px;
        right: -30px;
        top: 30px
    }

    .big-block .first ul li .text {
        padding: 12px 15px 0;
        font-size: 16px
    }

    .big-block .first ul li:last-child .text {
        padding: 15px 15px 0
    }

    .big-block .second {
        padding: 60px 0 0;
        background: url("../img/second-bg.png") no-repeat center -30px
    }

    .big-block .second .wrapper {
        padding-right: 250px
    }

    .big-block .second h2 {
        font-size: 28px
    }

    .big-block .second h2 .aqua {
        font-size: 56px
    }

    .big-block .second .h2-descr {
        font-size: 23px;
        text-transform: uppercase;
        margin-bottom: 20px
    }

    .big-block .second p {
        margin-bottom: 20px;
        font-size: 19px
    }

    .big-block .second .cta {
        font-size: 28px
    }

    .big-block .second .pack {
        width: 230px;
        right: 0;
        top: -40px
    }

    .big-block .second .case {
        width: 120px;
        right: 150px;
        top: 140px
    }

    .big-block .second .medal {
        width: 180px;
        height: 240px;
        top: -40px;
        right: 100px;
        font-size: 20px;
        padding: 38px 15px 0
    }

    .big-block .last {
        padding: 70px 0 50px;
        background: url("../img/last-bg.png") no-repeat center -30px
    }

    .big-block .last .wrapper {
        padding-right: 10px
    }

    .big-block .last h2 {
        font-size: 38px
    }

    .big-block .last .h2-descr {
        font-size: 20px;
        text-transform: none;
        padding: 10px 80px
    }

    .big-block .last .bottom .left {
        width: 45%
    }

    .big-block .last .bottom .left ul {
        padding-right: 10px
    }

    .big-block .last .bottom .left ul li {
        padding: 10px 0;
        padding-left: 50px
    }

    .big-block .last .bottom .left ul li:before {
        width: 40px;
        height: 40px;
        background: #29c5b8 url("../img/check-white.png") no-repeat center center;
        background-size: 25px;
        margin-top: -20px
    }

    .big-block .last .bottom .right {
        width: 55%;
        padding: 0 15px
    }

    .big-block .last .bottom .sticker {
        width: 220px;
        height: 220px;
        padding: 22px 15px 0;
        font-size: 14px;
        right: 0;
        top: -50px
    }

    .big-block .last .bottom .card {
        -webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .4);
        box-shadow: 0 0 18px 3px rgba(0, 0, 0, .4);
        padding: 20px 20px;
        width: 380px;
        height: 210px;
        margin-top: 70px
    }

    .big-block .last .bottom .card p {
        font-size: 16px;
        margin-bottom: 15px
    }

    .big-block .last .bottom .card.card-2 {
        right: 15px
    }

    .block-8 {
        padding: 40px 0 0;
        background: url("../images/expert-bg.jpeg") no-repeat center top;
        background-size: cover
    }

    .block-8 .wrapper {
        padding-left: 220px
    }

    .block-8 h2 {
        font-size: 30px;
        margin-bottom: 25px
    }

    .block-8 .doctor {
        width: 370px;
        left: -80px
    }

    .block-8 .text {
        margin-left: 20px;
        padding-left: 15px
    }

    .block-8 .text p {
        padding-bottom: 15px
    }

    .block-8 .bottom {
        padding: 20px 35px;
        font-size: 16px
    }

    .block-8 .bottom .podpis {
        width: 180px;
        bottom: 22px;
        right: 120px
    }

    .block-8 .bottom .stamp-1 {
        width: 100px;
        top: 20px;
        right: 80px
    }

    .block-8 .bottom .stamp-2 {
        width: 100px;
        top: 20px;
        right: 0
    }

    .block-9 .top {
        padding: 30px 0
    }

    .block-9 .top h2 {
        font-size: 38px;
        margin-bottom: 30px
    }

    .block-9 .top .slider-wrapper {
        padding: 0 55px
    }

    .block-9 .top .slider-control {
        width: 15px;
        height: 30px;
        right: 20px;
        bottom: 210px
    }

    .block-9 .top .slider-control#slider-prev {
        left: 20px
    }

    .block-9 .middle {
        padding: 90px 0 0;
        top: -50px
    }

    .block-9 .middle h2 {
        font-size: 38px
    }

    .block-9 .middle p {
        font-size: 20px;
        margin-top: 20px
    }

    .block-9 .bottom {
        padding: 70px 0 50px;
        background: url("../images/bottom-bg.png") no-repeat center -30px
    }

    .block-9 .bottom h2 {
        font-size: 36px;
        margin-bottom: 30px
    }

    .block-9 .bottom ul li {
        width: 250px;
        float: left;
        padding: 0 15px
    }

    .block-9 .bottom ul li:nth-child(4) {
        margin-left: 125px
    }

    .block-9 .bottom ul li img {
        width: 140px
    }

    .block-9 .bottom ul li p {
        height: 85px;
        font-size: 18px
    }

    .block-10 {
        padding: 0 0 30px
    }

    .block-10 .alert {
        padding: 15px;
        padding-right: 230px;
        font-size: 21px
    }

    .block-10 h2 {
        color: #faeb3f;
        text-align: left;
        font-size: 36px;
        margin-bottom: 20px
    }

    .block-10 .up {
        margin-top: 15px
    }

    .block-10 .pack {
        width: 200px;
        right: 5px;
        bottom: -20px
    }

    .block-10 .case {
        width: 105px;
        right: 145px;
        bottom: -30px
    }

    .block-11 {
        padding: 10px 0 30px
    }

    .block-11 h2 {
        font-size: 38px;
        margin-bottom: 30px
    }

    .block-11 ul li {
        width: 250px;
        float: left
    }

    .block-11 ul li:after {
        width: 20px;
        height: 37px;
        right: -10px;
        top: 70px
    }

    .block-11 ul li img {
        width: 160px
    }

    .block-11 ul li i {
        width: 160px;
        height: 160px;
    }

    .block-11 ul li .head {
        margin: 15px 0;
        font-size: 22px
    }

    .block-11 ul li p {
        font-size: 18px;
        padding: 0 20px
    }
}

@media only screen and (max-width:769px) {
    .wrapper {
        width: 480px;
        padding: 30px 10px 0 !important
    }

    h1 {
        font-size: 22px;
        margin: 0 0 20px
    }

    h1 span {
        font-size: 36px
    }

    .top-block {
        background: url("../images/bottom-line-bg.jpeg") no-repeat center bottom
    }

    .top-block.footer-block {
        background: #c61f85
    }

    .top-block .header {
        padding: 15px 0 30px;
        background: #ffe6f5
    }

    .top-block .header .left {
        width: 100%;
        float: none;
        padding-left: 10px;
        padding-right: 10px
    }

    .top-block .header .left ul {
        font-size: 18px
    }

    .top-block .header .left ul li .text {
        padding: 10px 0;
        padding-left: 40px;
        background: url("../images/power.png") no-repeat left center;
        background-size: 30px
    }

    .top-block .header .right {
        width: 100%;
        float: none;
        padding-right: 0
    }

    .top-block .header .pack {
        width: 150px;
        bottom: -350px;
        left: 35px
    }

    .top-block .header .case {
        width: 90px;
        bottom: -360px;
        left: 0
    }

    .top-block .header .berryes {
        width: 130px;
        bottom: -375px;
        right: auto;
        left: 20px
    }

    .top-block .header .sticker {
        left: 25px;
        bottom: -160px;
        width: 110px;
        height: 110px;
        font-size: 21px;
        padding: 30px 10px 0
    }

    .top-block .header .arrow {
        display: none
    }

    .top-block .header .timer-wrapper {
        margin: 15px 0 0;
        padding-left: 0;
        padding-bottom: 40px;
    }

    .top-block .header .timer-wrapper p {
        font-size: 20px;
        margin-bottom: 10px
    }

    .top-block .header .landing__countdown {
        padding-bottom: 45px
    }

    .cntDigit#cnt_0 {
        margin-left: 125px !important;
    }

    .top-block .header .landing__countdown span {
        width: 60px;
        height: 64px;
        padding-top: 6px;
        margin-right: 10px;
        font-size: 44px
    }

    .top-block .header .landing__countdown span:before {
        width: 60px;
        bottom: -20px;
        font-size: 16px
    }

    .top-block .header .order-block {
        border-radius: 15px;
        padding: 10px 10px 40px;
        margin-top: 15px;
        margin-left: 190px;
    }

    .top-block .header .promo {
        font-size: 16px
    }

    .top-block .header .prices {
        padding: 15px 0 5px
    }

    .top-block .header .prices .price_main {
        font-size: 44px
    }

    .top-block .header .prices .price_main .price_main_currency {
        padding-left: 8px
    }

    .top-block .header .prices .price_old {
        font-size: 26px;
        margin-top: 13px
    }

    .top-block .header .prices .price_old .price_main_currency {
        padding-left: 4px
    }

    .top-block .header .order_form {
        font-size: 15px
    }

    .top-block .header .order_form p .landing__lastpack {
        font-size: 22px
    }

    .top-block .concentration {
        padding: 50px 0 20px
    }

    .top-block .concentration .wrapper {
        padding-left: 10px
    }

    .top-block .concentration h2 {
        font-size: 24px
    }

    .top-block .concentration .mark {
        position: static;
        width: 230px;
        height: 160px;
        margin: 15px auto 0;
        padding: 45px 15px 0
    }

    .top-block .concentration .mark .head {
        font-size: 21px;
        margin-bottom: 8px
    }

    .top-block .concentration ul {
        margin-top: 0
    }

    .top-block .concentration ul li {
        width: 140px;
        height: 140px;
        padding: 20px 10px 0;
        font-size: 15px
    }

    .top-block .concentration ul li:nth-child(2) {
        margin-top: 25px
    }

    .top-block .concentration ul li img {
        width: 40px;
        margin: 0 auto 5px
    }

    .btn {
        width: 200px;
        height: 50px;
        font-size: 26px;
        margin-left: -100px;
        bottom: -60px
    }

    .block-2 {
        padding: 20px 0 50px
    }

    .block-2 .wrapper {
        background: url("../images/tape-1.jpeg") no-repeat center bottom;
        background-size: 460px
    }

    .block-2 h2 {
        font-size: 26px;
        margin-bottom: 10px
    }

    .block-2 h2 .aqua {
        font-size: 38px
    }

    .block-2 .h2-descr {
        font-size: 18px
    }

    .block-2 .h2-descr b {
        display: block
    }

    .block-2 ul {
        padding: 30px 0 30px;
        padding-right: 0;
        font-size: 17px
    }

    .block-2 ul li {
        margin-bottom: 15px
    }

    .block-2 ul li:last-child {
        margin-bottom: 0
    }

    .block-2 ul li .p-button {
        width: 60px;
        height: 60px;
        margin-right: 12px
    }

    .block-2 ul li .p-button .inner {
        width: 50px;
        height: 50px;
        background: #fee4f9 url("../images/power-pink.png") no-repeat center center;
        background-size: 30px;
        margin-top: 4px;
        margin-left: 4px
    }

    .block-2 ul li p {
        width: 380px
    }

    .block-2 .pack {
        position: static;
        width: 180px;
        display: block;
        margin: 50px auto 0
    }

    .block-2 .case {
        width: 95px;
        bottom: -10px;
        right: auto;
        left: 100px
    }

    .block-2 .sticker {
        right: -8px;
        top: 393px;
        bottom: 200px;
        font-size: 17px;
    }

    .block-3 {
        background: #ffe0e5 url("../images/rose-bg.jpeg") no-repeat center -40px
    }

    .block-3 h2 {
        width: 100%;
        font-size: 30px
    }

    .block-3 .b3-info {
        width: 100%;
        margin: 25px 0;
        padding: 10px;
        font-size: 15px
    }

    .block-3 .causes {
        width: 100%;
        font-size: 15px
    }

    .block-3 .causes li {
        height: 110px;
        padding: 10px 15px;
        padding-left: 15px
    }

    .block-3 .causes li .head {
        width: 100px;
        padding-top: 35px;
        font-size: 19px;
        background: url("../img/chevron.png") no-repeat right center;
        background-size: 20px
    }

    .block-3 .causes li p {
        width: 320px;
        padding-left: 10px
    }

    .block-3 .causes li:after {
        display: none
    }

    .block-3 .girl {
        display: none
    }

    .block-4 {
        bottom: -200px;
        padding: 170px 0 50px
    }

    .block-4 .head {
        padding: 10px;
        font-size: 17px
    }

    .block-4 .head b {
        font-size: 18px
    }

    .block-4 ul {
        margin: 25px 0 0
    }

    .block-4 ul li {
        width: 150px
    }

    .block-4 ul li:last-child {
        width: 160px
    }

    .block-4 ul li .check {
        width: 40px;
        height: 40px;
        background: #c61f85 url("../img/check-white.png") no-repeat center center;
        background-size: 28px;
        margin: 0 auto 12px
    }

    .block-4 ul li p {
        font-size: 17px
    }

    .block-5 h2 {
        font-size: 22px
    }

    .block-5 h2 .second {
        font-size: 26px
    }

    .block-5 h2 .aqua {
        font-size: 32px
    }

    .block-5 .h2-descr {
        margin: 15px 0 0;
        font-size: 20px
    }

    .block-5 ul li {
        max-width: 230px;
    }

    .block-5 ul li .img-wrapper {
        width: 120px;
        height: 120px;
        margin: 0 auto 15px;
        padding: 5px
    }

    .block-5 .btn {
        width: 200px;
        height: 60px;
        font-size: 22px;
        text-align: center;
        text-decoration: none;
        margin-left: -95px
    }

    .block-6 {
        padding: 65px 0 10px
    }

    .block-6 h2 {
        font-size: 30px
    }

    .block-6 .h2-descr {
        font-size: 18px;
        margin: 10px 0 0
    }

    .block-6 ul li {
        max-width: 227px;
    }

    .block-6 ul li:nth-child(4) {
        margin-left: 0;
        margin-right: 0
    }

    .block-6 ul li .circle {
        height: 210px;
        font-size: 12px
    }

    .block-6 ul li .circle .top-left {
        width: 160px;
        left: 0;
        top: 20px
    }

    .block-6 ul li .circle .top-right {
        width: 100px;
        right: -5px;
        top: 30px
    }

    .block-6 ul li .circle .bottom-left {
        width: 180px;
        left: 80px;
        top: 160px
    }

    .block-6 ul li .circle .bottom-right {
        width: 160px;
        left: 100px;
        bottom: 25px
    }

    .block-6 ul li .text {
        padding-top: 22px;
        font-size: 15px
    }

    .block-6 ul li .text:after {
        width: 80px;
        height: 2px;
        margin-left: -40px
    }

    .big-block {
        padding: 40px 0 0;
        background: url("../images/first-bg.jpeg") no-repeat center -30px
    }

    .big-block .first {
        padding: 0 0 10px
    }

    .big-block .first .plus {
        font-size: 80px;
        line-height: 1.2
    }

    .big-block .first h2 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .big-block .first ul {
        padding: 0
    }

    .big-block .first ul li {
        width: 230px;
        float: left;
        margin-bottom: 20px
    }

    .big-block .first ul li .head {
        font-size: 20px
    }

    .big-block .first ul li .head:after {
        width: 60px;
        height: 1px;
        right: -30px;
        top: 30px
    }

    .big-block .first ul li .text {
        padding: 12px 15px 0;
        font-size: 16px
    }

    .big-block .first ul li:nth-child(2) .head:after {
        display: none
    }

    .big-block .first ul li:last-child .text {
        padding: 15px 15px 0
    }

    .big-block .second {
        padding: 30px 0 0;
        background: #ffe8fd url("../img/second-bg.png") no-repeat center -50px
    }

    .big-block .second .wrapper {
        padding-right: 10px
    }

    .big-block .second h2 {
        font-size: 26px
    }

    .big-block .second h2 .aqua {
        font-size: 44px
    }

    .big-block .second .h2-descr {
        font-size: 21px;
        margin-bottom: 15px
    }

    .big-block .second p {
        margin-bottom: 15px;
        font-size: 16px
    }

    .big-block .second .cta {
        font-size: 26px
    }

    .big-block .second .pack {
        position: static;
        width: 220px;
        margin-top: 30px
    }

    .big-block .second .case {
        width: 120px;
        right: auto;
        top: auto;
        left: 180px;
        bottom: 0
    }

    .big-block .second .medal {
        width: 180px;
        height: 240px;
        top: 375px;
        bottom: 200px;
        right: auto;
        left: 180px;
        font-size: 20px;
        padding: 38px 15px 0
    }

    .big-block .last {
        padding: 90px 0 40px;
        background: url("../img/last-bg.png") no-repeat center top;
        background-size: cover
    }

    .big-block .last .wrapper {
        padding-right: 10px
    }

    .big-block .last h2 {
        font-size: 34px
    }

    .big-block .last .h2-descr {
        font-size: 17px;
        padding: 10px 0
    }

    .big-block .last .bottom .left {
        width: 100%;
        float: none
    }

    .big-block .last .bottom .left ul {
        padding-right: 10px
    }

    .big-block .last .bottom .left ul li {
        padding: 10px 0;
        padding-left: 50px
    }

    .big-block .last .bottom .left ul li:before {
        width: 40px;
        height: 40px;
        background: #29c5b8 url("../img/check-white.png") no-repeat center center;
        background-size: 25px;
        margin-top: -20px
    }

    .big-block .last .bottom .right {
        width: 100%;
        float: none;
        padding: 0 15px
    }

    .big-block .last .bottom .sticker {
        width: 220px;
        height: 220px;
        padding: 22px 15px 0;
        font-size: 14px;
        right: 0;
        top: -120px
    }

    .big-block .last .bottom .card {
        -webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .4);
        box-shadow: 0 0 18px 3px rgba(0, 0, 0, .4);
        padding: 20px 20px;
        width: 380px;
        height: 210px;
        margin-top: 120px
    }

    .big-block .last .bottom .card p {
        font-size: 16px;
        margin-bottom: 15px
    }

    .big-block .last .bottom .card.card-2 {
        right: 65px;
        top: 0;
        margin-top: 0
    }

    .block-8 {
        padding: 30px 0 0
    }

    .block-8 .wrapper {
        padding-left: 10px
    }

    .block-8 h2 {
        font-size: 30px;
        margin-bottom: 25px
    }

    .block-8 .doctor {
        display: none
    }

    .block-8 .text {
        margin-left: 0;
        padding-left: 15px
    }

    .block-8 .text p {
        padding-bottom: 15px
    }

    .block-8 .bottom {
        padding: 20px 15px;
        font-size: 16px
    }

    .block-8 .bottom .podpis {
        width: 180px;
        bottom: 22px;
        right: 80px
    }

    .block-8 .bottom .stamp-1 {
        width: 100px;
        top: 20px;
        right: 80px
    }

    .block-8 .bottom .stamp-2 {
        width: 100px;
        top: 20px;
        right: 0
    }

    .block-9 .top {
        padding: 30px 0 0
    }

    .block-9 .top h2 {
        font-size: 26px;
        margin-bottom: 25px
    }

    .block-9 .top .slider-wrapper {
        padding: 0 70px
    }

    .block-9 .top .slider {
        width: 3840px !important
    }

    .block-9 .top .slider-control {
        width: 15px;
        height: 30px;
        right: 20px;
        bottom: 210px
    }

    .block-9 .top .slider-control#slider-prev {
        left: 20px
    }

    .block-9 .middle {
        padding: 90px 0 0;
        top: 0;
        margin-top: -50px;
    }

    .block-9 .middle h2 {
        font-size: 28px
    }

    .block-9 .middle p {
        font-size: 20px;
        margin-top: 20px
    }

    .block-9 .bottom {
        padding: 70px 0 50px;
        background: url("../images/bottom-bg.png") no-repeat center 0;
        background-size: cover
    }

    .block-9 .bottom h2 {
        font-size: 32px;
        margin-bottom: 30px
    }

    .block-9 .bottom ul li {
        width: 230px;
        float: left;
        padding: 0 15px
    }

    .block-9 .bottom ul li:nth-child(4) {
        margin-left: 0
    }

    .block-9 .bottom ul li:nth-child(5) {
        margin-left: 115px
    }

    .block-9 .bottom ul li img {
        width: 120px
    }

    .block-9 .bottom ul li p {
        height: 85px;
        font-size: 17px
    }

    .block-10 {
        padding: 0 0 30px
    }

    .block-10 .alert {
        padding: 15px;
        padding-right: 15px;
        font-size: 19px
    }

    .block-10 h2 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .block-10 .up {
        margin-top: 15px
    }

    .block-10 .pack {
        display: none
    }

    .block-10 .case {
        display: none
    }

    .block-11 {
        padding: 10px 0 30px
    }

    .block-11 h2 {
        font-size: 36px;
        margin-bottom: 30px
    }

    .block-11 ul li {
        width: 250px;
        float: none;
        margin: 0 auto 50px
    }

    .block-11 ul li:after {
        width: 20px;
        height: 37px;
        right: 50%;
        margin-right: -10px;
        top: auto;
        bottom: -40px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .block-11 ul li img {
        width: 160px
    }

    .block-11 ul li i {
        width: 160px;
        height: 160px;
    }

    .block-11 ul li .head {
        margin: 12px 0;
        font-size: 22px
    }

    .block-11 ul li p {
        font-size: 18px;
        padding: 0 20px
    }

    .block-11 ul li:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:479px) {
    .ibp-new p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ibp-new p span {
        font: 32px/60px 'Open Sans', sans-serif;
    }

    body {
        font-size: 16px
    }

    .wrapper {
        width: 290px;
        padding-top: 17px !important;
    }

    h1 {
        font-size: 20px
    }

    .top-block {
        background: url("../images/bottom-line-bg.jpeg") no-repeat center bottom;
        background-size: cover
    }

    .top-block .header .left {
        padding-left: 0;
        padding-right: 0
    }

    .top-block .header .left ul {
        font-size: 16px
    }

    .top-block .header .left ul li .text {
        padding: 10px 0;
        padding-left: 40px;
        background: url("../images/power.png") no-repeat left center;
        background-size: 30px
    }

    .top-block .header .left ul li:nth-child(2) {
        padding-left: 0
    }

    .top-block .header .left ul li:nth-child(3) {
        padding-left: 0
    }

    .top-block .header .left ul li:last-child {
        padding-left: 0
    }

    .top-block .header .right {
        padding-right: 0
    }

    .top-block .header .pack {
        width: 130px;
        bottom: -195px;
        left: 148px
    }

    .top-block .header .case {
        width: 60px;
        bottom: -370px;
        left: -5px
    }

    .top-block .header .berryes {
        width: 100px;
        bottom: -375px;
        right: auto;
        left: 0
    }

    .top-block .header .sticker {
        left: 5px;
        bottom: -200px;
        width: 100px;
        height: 100px;
        font-size: 16px;
        padding: 30px 10px 0
    }

    .top-block .header .order-block {
        border-radius: 15px;
        padding: 10px 10px 40px;
        margin-top: 36px;
        margin-left: 0;
    }

    .top-block .header .promo {
        font-size: 14px
    }

    .top-block .header .prices {
        padding: 15px 0 5px
    }

    .top-block .header .prices .price_main {
        font-size: 32px
    }

    .top-block .header .prices .price_main .price_main_currency {
        padding-left: 8px
    }

    .top-block .header .prices .price_old {
        font-size: 22px;
        margin-top: 8px
    }

    .top-block .header .prices .price_old .price_main_currency {
        padding-left: 4px
    }

    .top-block .header .order_form {
        font-size: 14px
    }

    .top-block .header .order_form p .landing__lastpack {
        font-size: 22px
    }

    .top-block .concentration {
        padding: 50px 0 20px
    }

    .top-block .concentration .wrapper {
        padding-left: 10px
    }

    .top-block .concentration h2 {
        font-size: 18px
    }

    .top-block .concentration .mark {
        position: static;
        width: 200px;
        height: 150px;
        margin: 15px auto 0;
        padding: 45px 15px;
        font-size: 15px
    }

    .top-block .concentration .mark .head {
        font-size: 18px;
        margin-bottom: 8px
    }

    .top-block .concentration ul {
        margin-top: 0
    }

    .top-block .concentration ul li {
        width: 130px;
        height: 130px;
        padding: 20px 10px 0;
        font-size: 14px
    }

    .top-block .concentration ul li:nth-child(2) {
        margin-top: 25px
    }

    .top-block .concentration ul li img {
        width: 30px;
        margin: 0 auto 5px
    }

    .btn {
        width: 200px;
        height: 50px;
        font-size: 26px;
        margin-left: -100px;
        bottom: -60px
    }

    .block-2 {
        padding: 20px 0 120px
    }

    .cntDigit#cnt_0 {
        margin-left: 13px !important;
    }

    .top-block .header .promo .sale {
        left: -34px;
        top: -58px;
    }

    .block-2 .wrapper {
        background: url("../images/tape-1.jpeg") no-repeat center bottom;
        background-size: 320px
    }

    .block-2 .h2-descr {
        font-size: 16px
    }

    .block-2 ul {
        padding: 25px 0;
        font-size: 15px
    }

    .block-2 ul li {
        margin-bottom: 15px
    }

    .block-2 ul li .p-button {
        width: 50px;
        height: 50px;
        margin-right: 10px
    }

    .block-2 ul li .p-button .inner {
        width: 42px;
        height: 42px;
        background: #fee4f9 url("../images/power-pink.png") no-repeat center center;
        background-size: 25px;
        margin-top: 3px;
        margin-left: 3px
    }

    .block-2 ul li p {
        width: 235px
    }

    .block-2 .pack {
        width: 160px;
        margin: 40px auto 0
    }

    .block-2 .case {
        width: 90px;
        bottom: -10px;
        left: 30px
    }

    .block-2 .sticker {
        width: 180px;
        height: 180px;
        right: 5px;
        top: 516px;
        bottom: 180px;
        font-size: 15px;
    }

    .block-2 .sticker .text {
        height: 160px;
        width: 160px;
    }

    .block-3 {
        background: #ffe0e5 url("../images/rose-bg.jpeg") no-repeat center -40px
    }

    .block-3 h2 {
        width: 100%;
        font-size: 21px
    }

    .block-3 .b3-info {
        margin: 25px 0;
        padding: 10px;
        font-size: 14px
    }

    .block-3 .causes {
        font-size: 14px
    }

    .block-3 .causes li {
        height: auto;
        padding: 10px 15px
    }

    .block-3 .causes li .head {
        width: 100%;
        padding-top: 0;
        font-size: 19px;
        background: 0 0;
        text-align: center;
        margin-bottom: 10px
    }

    .block-3 .causes li p {
        width: 100%;
        padding-left: 0
    }

    .block-4 {
        bottom: -281px;
        padding: 170px 0 20px
    }

    .block-4 .head {
        padding: 10px;
        font-size: 15px
    }

    .block-4 .head b {
        font-size: 16px
    }

    .block-4 ul {
        margin: 20px 0 0
    }

    .block-4 ul li {
        width: 100%;
        margin: 10px 0
    }

    .block-4 ul li:last-child {
        width: 100%
    }

    .block-4 ul li .check {
        width: 40px;
        height: 40px;
        background: #c61f85 url("../img/check-white.png") no-repeat center center;
        background-size: 28px;
        margin: 0 10px;
        display: inline-block;
        vertical-align: middle
    }

    .block-4 ul li p {
        font-size: 15px;
        width: 230px;
        display: inline-block;
        vertical-align: middle
    }

    .block-5 {
        padding: 20px 0px 100px;
    }

    .block-5 h2 {
        font-size: 20px
    }

    .block-5 h2 .second {
        font-size: 24px
    }

    .block-5 h2 .aqua {
        font-size: 30px
    }

    .block-5 .h2-descr {
        margin: 15px 0 0;
        font-size: 18px
    }

    .block-5 ul li {
        max-width: 100%;
    }

    .block-5 .btn {
        width: 200px;
        height: 60px;
        font-size: 22px;
        text-align: center;
        text-decoration: none;
        margin-left: -97px
    }

    .block-6 {
        padding: 80px 0 10px
    }

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

    .block-6 .h2-descr {
        font-size: 16px;
        margin: 10px 0 0
    }

    .block-6 ul li {
        max-width: 100%;
    }

    .block-6 ul li:nth-child(4) {
        margin-left: 0;
        margin-right: 0
    }

    .block-6 ul li:nth-child(5) {
        margin-left: 0
    }

    .block-6 ul li .circle {
        height: 270px;
        font-size: 14px
    }

    .block-6 ul li .circle .top-left {
        width: 180px;
        left: 0;
        top: 30px
    }

    .block-6 ul li .circle .top-right {
        width: 100px;
        right: 0;
        top: 35px
    }

    .block-6 ul li .circle .bottom-left {
        width: 180px;
        left: 80px;
        top: 210px
    }

    .block-6 ul li .circle .bottom-right {
        width: 160px;
        left: 100px;
        bottom: 25px
    }

    .big-block {
        padding: 40px 0 0;
        background: url("../images/first-bg.jpeg") no-repeat center -30px
    }

    .big-block .first {
        padding: 0 0 10px
    }

    .big-block .first .plus {
        font-size: 80px;
        line-height: 1.2
    }

    .big-block .first h2 {
        font-size: 26px;
        margin-bottom: 30px
    }

    .big-block .first ul {
        padding: 0
    }

    .big-block .first ul li {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }

    .big-block .first ul li .head {
        font-size: 20px
    }

    .big-block .first ul li .head:after {
        display: none
    }

    .big-block .first ul li .text {
        padding: 5px 15px 0;
        font-size: 16px
    }

    .big-block .first ul li:last-child .text {
        padding: 5px 15px 0
    }

    .big-block .second {
        padding: 30px 0 0;
        background: #ffe8fd url("../img/second-bg.png") no-repeat center -50px
    }

    .big-block .second .wrapper {
        padding-right: 10px
    }

    .big-block .second h2 {
        font-size: 24px
    }

    .big-block .second h2 .aqua {
        font-size: 42px
    }

    .big-block .second .h2-descr {
        font-size: 18px;
        margin-bottom: 15px
    }

    .big-block .second p {
        margin-bottom: 15px;
        font-size: 14px
    }

    .big-block .second .cta {
        font-size: 20px
    }

    .big-block .second .pack {
        width: 200px;
        margin-top: 192px
    }

    .big-block .second .case {
        width: 110px;
        right: auto;
        top: auto;
        left: 180px;
        bottom: 0
    }

    .big-block .second .medal {
        width: 180px;
        height: 240px;
        top: 459px;
        bottom: 200px;
        right: auto;
        left: 105px;
        font-size: 20px;
        padding: 38px 15px 0
    }

    .big-block .last {
        padding: 120px 0 40px;
        background: url("../img/last-bg.png") no-repeat center top;
        background-size: cover
    }

    .big-block .last .wrapper {
        padding-right: 10px
    }

    .big-block .last h2 {
        font-size: 30px
    }

    .big-block .last .h2-descr {
        font-size: 16px;
        padding: 10px 0
    }

    .big-block .last .bottom .left {
        width: 100%;
        float: none
    }

    .big-block .last .bottom .left ul {
        padding-right: 0;
        font-size: 14px
    }

    .big-block .last .bottom .left ul li {
        padding: 10px 0;
        padding-left: 50px
    }

    .big-block .last .bottom .right {
        padding: 0
    }

    .big-block .last .bottom .sticker {
        width: 220px;
        height: 220px;
        padding: 22px 15px 0;
        font-size: 14px;
        right: 0;
        top: -120px
    }

    .big-block .last .bottom .card {
        -webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .4);
        box-shadow: 0 0 18px 3px rgba(0, 0, 0, .4);
        padding: 20px 20px;
        width: 300px;
        height: 240px;
        margin-top: 120px
    }

    .big-block .last .bottom .card p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .big-block .last .bottom .card.card-2 {
        right: 0;
        top: 0;
        margin-top: 0
    }

    .block-8 {
        padding: 25px 0 0
    }

    .block-8 .wrapper {
        padding-left: 10px
    }

    .block-8 h2 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .block-8 .text {
        margin-left: 0;
        padding-left: 10px
    }

    .block-8 .text p {
        padding-bottom: 15px
    }

    .block-8 .bottom {
        padding: 20px 15px;
        font-size: 16px
    }

    .block-8 .bottom .podpis {
        width: 120px;
        bottom: 22px;
        right: 0
    }

    .block-8 .bottom .stamp-1 {
        display: none
    }

    .block-8 .bottom .stamp-2 {
        width: 90px;
        top: 20px;
        right: 0
    }

    .block-9 .top h2 {
        font-size: 22px;
        margin-bottom: 25px
    }

    .block-9 .top .slider-wrapper {
        padding: 0
    }

    .block-9 .middle {
        padding: 30px 0 0;
        margin-top: -80px;
    }

    .block-9 .middle h2 {
        font-size: 22px
    }

    .block-9 .middle p {
        font-size: 16px;
        margin-top: 20px
    }

    .block-9 .bottom {
        padding: 70px 0 50px;
        background: url("../images/bottom-bg.png") no-repeat center -30px;
        background-size: cover
    }

    .block-9 .bottom h2 {
        font-size: 26px;
        margin-bottom: 30px
    }

    .block-9 .bottom ul li {
        width: 100%;
        float: none;
        padding: 0 15px 20px
    }

    .block-9 .bottom ul li:nth-child(4) {
        margin-left: 0
    }

    .block-9 .bottom ul li:nth-child(5) {
        margin-left: 0
    }

    .block-9 .bottom ul li img {
        width: 120px
    }

    .block-9 .bottom ul li p {
        height: auto;
        font-size: 17px
    }

    .block-10 {
        padding: 0 0 30px
    }

    .block-10 .alert {
        padding: 10px;
        font-size: 17px
    }

    .block-10 h2 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .block-10 .up {
        margin-top: 15px
    }

    .block-10 .pack {
        display: none
    }

    .block-10 .case {
        display: none
    }

    .block-11 {
        padding: 10px 0 30px
    }

    .block-11 h2 {
        font-size: 30px;
        margin-bottom: 30px
    }
}

.errorMessage {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #DC3434;
    color: #fff;
    margin-top: 12px;
    text-align: center;
    line-height: 13px;
    padding: 8px 12px;
    border-radius: 4px;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
}

.copyright img:first-child {
    display: block !important;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}