* {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Play', sans-serif;
    color: #000;
    background: #fff;
}

.limit {
    max-width: 1030px;
    padding: 0 15px;
    font-size: 0;
    display: block;
    margin: 0 auto;
}

.first {
    padding: 58px 0 110px;
    position: relative;
    z-index: 2;
}

.first .first_back {
    background: url("../img/back1.png") center no-repeat;
    width: 2000px;
    height: 920px;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.first .wrapper-place {
    display: block;
    margin: 0px -67.5px 0;
    position: relative;
}

.first .wrapper-place:after {
    pointer-events: none;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 34px 0px rgba(0, 91, 113, 0.56);
    -moz-box-shadow: 0px 8px 34px 0px rgba(0, 91, 113, 0.56);
    box-shadow: 0px 8px 34px 0px rgba(0, 91, 113, 0.56);
}

.first .place {
    display: block;
    background: url("../img/place-back.jpg") center no-repeat;
    background-size: cover;
    border-radius: 5px;
    min-height: 762px;
    position: relative;
}

.first .place .title {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 112px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: -7.5px;
    padding: 40px 0 0;
    margin-bottom: 11px;
}

.first .place .mini {
    text-transform: lowercase;
    font-size: 72px;
    position: relative;
    left: -23px;
    letter-spacing: -6px;
}

.first .place .white {
    color: #ffffff;
    margin-left: 120px;
    position: relative;
    left: -48px;
}

.first ._left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 5.3%;
    position: relative;
}

.first ._left .prod {
    position: absolute;
    right: -298px;
    top: -104px;
}
.last .prod img {
    max-width: 509px;
}

.first ._left .text {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #0080a2;
    text-transform: uppercase;
    padding-right: 120px;
}

.first ._left .wrapper-img {
    margin: 58px 0 0 10px;
    position: relative;
}

.first ._left .wrapper-img::before {
    content: '';
    background: url("../img/top_shadow.png") center no-repeat;
    width: 398px;
    height: 221px;
    position: absolute;
    left: -35px;
    top: -32px;
}

.first ._left .wrapper-img::after {
    content: '';
    background: url("../img/top_shadow.png") center no-repeat;
    width: 398px;
    height: 221px;
    position: absolute;
    left: -38px;
    bottom: -38px;
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.first ._left .back {
    position: relative;
    display: inline-block;
}

.first ._left .back:before {
    content: '';
    background: rgba(70, 213, 215, 0.36);
    display: block;
    width: 380px;
    height: 316px;
    position: absolute;
    left: 45.5%;
    top: 50.2%;
    -moz-transform: translate(-50%, -50%) rotate(-15deg);
    -o-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
}

.first ._left .back:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
    background: black;
    /* Old browsers */
    background: -moz-linear-gradient(left, black 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.first ._left .back .penis {
    position: relative;
    z-index: 1;
    background: url("../img/gif.gif") center no-repeat;
    width: 412px;
    height: 285px;
}

.first ._right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 105px;
}

.first ._right .text {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 54px;
}

.first ._right-list {
    margin: 19px 0 0px -4px;
}

.first ._right-list__item {
    background: url("../img/arrow1.png") center no-repeat;
    width: 478px;
    height: 83px;
    line-height: 83px;
    padding: 0px 0 0px 48px;
    margin: 0px 0 -28px 0px;
}

.first ._right-list__item:nth-child(2) {
    background: url("../img/arrow2.png") center no-repeat;
    width: 424px;
    height: 83px;
    line-height: 83px;
    margin-left: 27px;
}

.first ._right-list__item p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.first ._right-list__item .red {
    text-transform: uppercase;
}

.first .list-stamp {
    position: relative;
    width: 65%;
    margin: 46px auto 0;
    right: 24px;
}

.first .list-stamp__item {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    text-align: center;
}

.red {
    color: #e70000;
}

b, .bold {
    font-weight: 700;
}

.center {
    text-align: center;
}

.btn {
    z-index: 1;
    position: relative;
    font-family: 'Play', sans-serif;
    font-size: 30px;
    line-height: 1;
    padding: 22px 75px 27px 45px;
    text-align: center;
    min-width: 276px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    background: #e70000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e70000 0%, #df0000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e70000 0%, #df0000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e70000 0%, #df0000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e70000', endColorstr='#df0000', GradientType=1);
    /* IE6-9 */
    -webkit-box-shadow: inset 0px -2px 5px 0px #ab0000;
    -moz-box-shadow: inset 0px -2px 5px 0px #ab0000;
    box-shadow: inset 0px -2px 5px 0px #ab0000;
    border-radius: 40px;
    transition: -webkit-box-shadow 0.33s, -moz-box-shadow 0.33s, box-shadow 0.33s;
}

.btn:hover {
    -webkit-box-shadow: inset 0px 0px 15px 10px #ab0000;
    -moz-box-shadow: inset 0px 0px 15px 10px #ab0000;
    box-shadow: inset 0px 0px 15px 10px #ab0000;
}

.btn::after {
    content: '';
    background: url("../img/button_.png") center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 31px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.wrapper-button {
    margin: 36px 0 0;
    border-radius: 40px;
    display: inline-block;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(120, 0, 0, 0.81);
    -moz-box-shadow: 0px 5px 20px 0px rgba(120, 0, 0, 0.81);
    box-shadow: 0px 5px 20px 0px rgba(120, 0, 0, 0.81);
}

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

.howUse .limit {
    position: relative;
}

.howUse .limit .cap1 {
    background: url("../img/blue_capsule_1.png") center no-repeat;
    width: 193px;
    height: 183px;
    position: absolute;
    left: -28%;
    top: 11%;
    z-index: 1;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.howUse .limit .cap2 {
    background: url(../img/blue_capsule_3.png) center no-repeat;
    width: 76px;
    height: 80px;
    position: absolute;
    left: 106.3%;
    top: 0.7%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 81px;
    background-size: contain;
    display: none;
}

.howUse .howUse_back {
    background: url("../img/place_2.jpg") center no-repeat;
    width: 2000px;
    height: 1522px;
    position: absolute;
    left: 50%;
    top: 12%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.howUse .howUse_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 57%;
    text-align: right;
    padding-bottom: 43px;
}

.howUse .howUse_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 43%;
    padding-top: 88px;
    padding-left: 16px;
}

.howUse ._prod {
    position: absolute;
    left: 3px;
    top: -3px;
    max-width: 285px;
    z-index: 1;
}

.howUse .caps {
    position: absolute;
    left: -76px;
    bottom: 0;
    background: url("../img/blue_capsule_2.png") center no-repeat;
    width: 155px;
    height: 96px;
    z-index: 1;
    display: none;
}

.howUse .wrapper_doc {
    display: inline-block;
    vertical-align: top;
    position: relative;
    right: 6px;
    top: -20px;
}

.howUse .wrapper_doc ._doc {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: none;
}

.howUse .wrapper_doc:before {
    pointer-events: none;
    content: '';
    background: url("../img/lines.png") center no-repeat;
    width: 1035px;
    height: 811px;
    position: absolute;
    top: 57.4%;
    left: 44.7%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.howUse p.name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    max-width: 210px;
    margin: -16px 99px 0 auto;
    text-align: left;
}

.howUse p.text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 3px;
    margin-bottom: 25px;
}

.howUse p.text:last-child {
    margin-bottom: 0;
}

.howUse h2.title {
    margin-bottom: 40px;
}

h2.title {
    font-size: 48px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.vantages {
    position: relative;
    z-index: 1;
    padding-top: 183px;
}

.vantages h2._big {
    line-height: 1;
    font-weight: 700;
    color: #000;
    font-size: 48px;
}

.vantages .prod_name {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #0080a2;
    font-size: 72px;
    text-transform: uppercase;
    margin: 5px 0 0;
}

.vantages .prod_name .mini {
    text-transform: lowercase;
    font-size: 36px;
}

.vantages .vantages-list {
    display: block;
    margin: 41px -18px 0;
    padding-bottom: 140px;
}

.vantages .vantages-list__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.vantages .vantages-list__item .wrapper-img {
    display: inline-block;
    min-height: 258px;
    line-height: 258px;
}

.vantages .vantages-list__item .wrapper-img img {
    display: inline-block;
    vertical-align: middle;
}

.vantages .vantages-list__item p {
    font-size: 20px;
    line-height: 21px;
    color: #000;
    margin: 4px 0 0;
    padding: 0 25px;
}

.vantages .vantages-list__item p .aqua {
    font-weight: 700;
}

.page {
    overflow: hidden;
}

.aqua {
    color: #4bcad4;
}

.black {
    color: #000000;
}

.last {
    position: relative;
    padding-bottom: 94px;
}

.last .last_back {
    background: url("../img/last_bg.png") center no-repeat;
    width: 2000px;
    height: 1251px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.last .limit {
    position: relative;
    z-index: 1;
}

.last .prod_name {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 900;
    font-size: 112px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 121px;
    letter-spacing: -8px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.last .prod_name .black {
    margin-left: 38px;
    letter-spacing: -5px;
}

.last .prod_name .mini {
    position: relative;
    left: -14px;
    text-transform: lowercase;
    font-size: 72px;
}

.last .last_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 53px 0 0;
    padding-left: 28px;
    z-index: 1;
}

.last .last_left .text {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 25px;
    padding-right: 170px;
}

.last .last_left .text:last-child {
    margin-bottom: 0;
}

.last .last_left .white {
    color: #fff;
}

.last .last_left .black {
    color: #000;
}

.last .timer-wrapper {
    margin: 47px 0 0;
}

.last .timer-text {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.last .timer {
    max-width: 238px;
}

.last .prod {
    top: -33px;
    right: -292px;
    position: absolute;
}

.last .place {
    background: url("../img/price.png") center no-repeat;
    width: 146px;
    height: 146px;
    text-align: center;
    position: absolute;
    left: 63px;
    top: 8px;
}

.last .place .price {
    padding: 44px 0 0;
}

.last .place .old {
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -1px;
    position: relative;
    text-decoration: line-through;
    left: -6px;
}

.last .place .new {
    font-weight: 900;
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: -2.5px;
}

.last .guarant {
    margin: 82px 0 0;
}

.last .guarant img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 1px;
}

.last .guarant p {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 59px);
    padding-left: 19px;
    font-weight: 700;
    max-width: 280px;
}

.last .last_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 106px 0 0;
    padding-left: 148px;
}

.last .last_right .place_back {
    background: url("../img/back2.png") center no-repeat;
    width: 505px;
    height: 505px;
    position: absolute;
    left: 72%;
    top: 48.4%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.last .last_right .form {
    position: relative;
    text-align: center;
    position: relative;
    z-index: 2;
}

.last .last_right .form-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    line-height: 39px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.last select.form-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/arrowselect.png) 94% center no-repeat, #fff;
    padding: 12px 17px;
}

.last form {
    margin: 16px 0 0;
    padding: 0 27px;
}

.last .form-item {
    font-family: 'Play', sans-serif;
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.27);
    border-image: initial;
    border-radius: 10px;
    padding: 12px 17px;
    background: white;
}

.last .form-item:last-child {
    margin-bottom: 0;
}

.last .form-item::-webkit-input-placeholder {
    color: #979797;
}

.last .form-item:-ms-input-placeholder {
    color: #979797;
}

.last .form-item::-ms-input-placeholder {
    color: #979797;
}

.last .form-item::placeholder {
    color: #979797;
}

.last .form-item:focus, .last .form-item:active {
    border-color: #e50000;
}

.last .form-item:focus::-webkit-input-placeholder, .last .form-item:active::-webkit-input-placeholder {
    color: #e50000;
}

.last .form-item:focus:-ms-input-placeholder, .last .form-item:active:-ms-input-placeholder {
    color: #e50000;
}

.last .form-item:focus::-ms-input-placeholder, .last .form-item:active::-ms-input-placeholder {
    color: #e50000;
}

.last .form-item:focus::placeholder, .last .form-item:active::placeholder {
    color: #e50000;
}

.last .wrapper-button {
    margin: 17px 0 0;
}

.flip-clock-wrapper ul {
    width: 30px;
    height: 42px;
    line-height: 42px;
    margin: 5px 1px;
}

.flip-clock-divider {
    width: 23px;
    height: 52px;
}

.flip-clock-dot {
    width: 5px;
    height: 5px;
    left: 9px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: 100%;
    left: 0;
    width: 65px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: 'Play', sans-serif;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: auto;
    left: 23px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: auto;
    left: 23px;
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 30px;
}

.flip-clock-wrapper ul li {
    line-height: 45px;
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 10px 0 1px 7px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

@media all and (max-width: 990px) {
    .first .first_back {
        background: url("../img/back1Mob.png") center no-repeat;
        min-width: 800px;
        height: 736px;
        width: 100%;
        background-size: cover;
    }

    .howUse .howUse_back {
        background: url("../img/place_2Moib.jpg") center no-repeat;
        min-width: 800px;
        width: 100%;
        height: 838px;
        left: 50%;
        top: 46%;
        background-size: cover;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .limit {
        max-width: 320px;
        padding: 0 10px;
    }

    .first {
        padding: 35px 0 20px;
    }

    .first .wrapper-place {
        margin: 0px -10px 0;
    }

    .first .place {
        min-height: auto;
        background: url("../img/place-backMob.jpg") right top no-repeat, #fff;
    }

    .first .place .title {
        font-size: 33px;
        letter-spacing: 0;
        padding: 21px 0 0;
        margin-bottom: 11px;
    }

    .first .place .mini {
        font-size: 25px;
        left: 0px;
        letter-spacing: 0;
    }

    .first .place .white {
        color: #ffffff;
        margin-left: 0px;
        position: relative;
        left: 3px;
    }

    .first ._left, .first ._right {
        display: block;
        width: 100%;
        padding: 0;
        position: relative;
    }

    .first ._left .text {
        color: #fff;
        font-size: 24px;
        line-height: 1;
        margin: 25px 0 0 0;
        padding: 0 0 0 125px;
        z-index: 1;
        position: relative;
    }

    .first ._left .prod {
        position: absolute;
        left: -122px;
        top: -72px;
        max-width: 325px;
        z-index: 2;
    }

    .first ._left .wrapper-img {
        margin: 17px 0 0 10px;
    }

    .first ._left .back {
        margin-left: 84px;
    }

    .first ._left .back .penis {
        background: url("../img/gif320.gif");
        width: 211px;
        height: 143px;
        background-size: cover;
    }

    .first ._left .back:before {
        width: 196px;
        height: 162px;
        left: 47%;
        top: 51.2%;
    }

    .first ._left .wrapper-img::before, .first ._left .wrapper-img::after {
        width: 204px;
        height: 113px;
        background-size: cover;
    }

    .first ._left .wrapper-img::before {
        left: 70px;
        top: -20px;
    }

    .first ._left .wrapper-img::after {
        left: 70px;
        bottom: -22px;
    }

    .first ._right .text {
        color: #000;
        font-size: 24px;
        line-height: 26px;
        padding: 0 10px;
        margin: 25px 0 0;
        letter-spacing: -0.5px;
    }

    .first ._right-list {
        margin: 24px 0 0;
    }

    .first ._right-list__item:nth-child(n) {
        position: relative;
        background: none;
        width: auto;
        height: auto;
        min-height: auto;
        line-height: 1;
        padding: 0 0 0 40px;
        margin: 0 0 12px;
    }

    .first ._right-list__item:nth-child(n):last-child {
        margin-bottom: 0;
    }

    .first ._right-list__item:nth-child(n):before {
        content: '';
        background: url("../img/check.png") center no-repeat;
        width: 25px;
        height: 21px;
        position: absolute;
        left: 11px;
        top: -1px;
    }

    .first .list-stamp {
        display: none;
    }

    .first ._right-list__item p {
        display: block;
    }

    .wrapper-button {
        margin: 19px 0 45px;
    }

    .howUse .limit .cap1, .howUse .limit .cap2 {
        display: none;
    }

    .howUse ._prod, .howUse .caps {
        display: none;
    }

    .howUse .wrapper_doc ._doc {
        max-width: 168px;
    }

    .howUse .wrapper_doc {
        top: 0;
        right: 0;
    }

    .howUse .howUse_left, .howUse .howUse_right {
        width: 100%;
        text-align: left;
    }

    .howUse .howUse_left {
        position: absolute;
        left: 2px;
        top: -11px;
        display: inline-block;
        padding: 0;
    }

    .howUse .howUse_right {
        z-index: 1;
        padding: 0;
    }

    .howUse h2.title {
        font-size: 28px;
        line-height: 1;
        padding: 0 0 0 130px;
        letter-spacing: -1px;
        margin-bottom: 19px;
    }

    .howUse {
        padding: 54px 0 0;
    }

    .howUse p.name {
        max-width: none;
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 42px;
        padding: 0 0 0 156px;
    }

    .howUse p.text {
        font-size: 18px;
        line-height: 21px;
        padding-left: 0;
        letter-spacing: -0.2px;
    }

    .vantages h2._big {
        font-size: 28px;
        line-height: 1.25;
    }

    .vantages {
        padding-top: 143px;
    }

    .vantages .prod_name {
        font-size: 37px;
        letter-spacing: -3px;
        margin: -4px 0 0;
    }

    .vantages .prod_name .mini {
        font-size: 28px;
    }

    .vantages .vantages-list {
        margin: 5px -10px 0;
        padding-bottom: 60px;
    }

    .vantages .vantages-list__item {
        display: block;
        width: 100%;
        margin-bottom: -35px;
    }

    .vantages .vantages-list__item:nth-child(2) {
        margin-bottom: 0;
    }

    .vantages .vantages-list__item:nth-child(3) {
        top: -41px;
        position: relative;
        margin-bottom: -84px;
    }

    .vantages .vantages-list__item p {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 158px);
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        padding: 0 10px 0 14px;
        margin: 0 0 11px;
    }

    .vantages .vantages-list__item .wrapper-img {
        max-width: 158px;
        min-height: 162px;
        line-height: 167px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    .vantages .vantages-list__item:nth-child(1) .wrapper-img img {
        max-width: 149px;
    }

    .vantages .vantages-list__item:nth-child(2n) p {
        margin: 66px 0 11px;
        padding: 0 24px 0 10px;
        text-align: right;
    }

    .vantages .vantages-list__item:nth-child(2n):after {
        content: '';
        width: 100%;
        display: block;
        clear: both;
    }

    .vantages .vantages-list__item:nth-child(2n) .wrapper-img {
        float: right;
    }

    .last .prod_name {
        padding: 0;
        font-size: 35px;
        letter-spacing: -2px;
        margin-top: 80px;
    }

    .last .prod_name .mini {
        font-size: 25px;
        left: 3px;
        letter-spacing: 0;
    }

    .last .prod_name .black {
        left: auto;
        margin-left: -2px;
        letter-spacing: 0;
    }

    .last .last_back {
        background: url("../img/lastMob.jpg") center no-repeat;
        min-width: 800px;
        width: 100%;
        height: 1019px;
        background-size: cover;
    }

    .last {
        padding-bottom: 107px;
    }

    .last .prod {
        top: -90px;
        right: -120px;
        position: absolute;
    }

    .last .prod img {
        max-width: 350px;
    }

    .last .last_right .place_back {
        width: 426px;
        height: 426px;
        left: 61%;
        top: 46.4%;
        background-size: cover;
    }

    .last .last_left, .last .last_right {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .last .last_left .text {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 21px;
        padding-right: 130px;
    }

    .last .last_left .white {
        margin-bottom: 0;
    }

    .last .last_left {
        padding-top: 33px;
    }

    .last .timer-text {
        font-size: 16px;
        line-height: 1;
    }

    .last .timer-wrapper {
        margin: 17px 0 0;
        max-width: 162px;
    }

    .flip-clock-wrapper {
        margin: 5px 0 1px 0px;
    }

    .flip-clock-wrapper ul {
        width: 22px;
        height: 34px;
    }

    .flip-clock-divider {
        width: 9px;
        height: 44px;
    }

    .flip-clock-dot {
        display: none;
    }

    .flip-clock-wrapper ul li {
        line-height: 34px;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 24px;
    }

    .flip-clock-divider .flip-clock-label {
        width: 48px;
        font-size: 15px;
    }

    .flip-clock-divider.minutes .flip-clock-label, .flip-clock-divider.seconds .flip-clock-label {
        left: 9px;
    }

    .last .guarant img {
        max-width: 31px;
    }

    .last .guarant {
        margin: 75px 0 0;
    }

    .last .guarant p {
        font-size: 18px;
        line-height: 1;
        width: calc(100% - 31px);
        padding-left: 10px;
    }

    .last .last_right {
        margin: 75px 0 0;
    }

    .last .last_right .form-title {
        font-size: 24px;
        letter-spacing: -1px;
    }

    .last form {
        margin: 12px 0 0;
        padding: 0 18px;
    }

    .last select.form-item, .last .form-item {
        padding: 10px 15px;
        font-size: 16px;
    }

    .last .wrapper-button {
        margin: 14px 0 0;
    }

    .last .place .old {
        font-size: 13px;
    }

    .last .place .new {
        font-size: 30px;
    }

    .last .place {
        width: 101px;
        height: 101px;
        background-size: cover;
        left: 90px;
        top: -21px;
    }

    .last .place .price {
        padding: 28px 0 0;
    }

    .howUse .wrapper_doc:before {
        width: 430px;
        height: 330px;
        top: 50.4%;
        left: 49.7%;
        background-size: cover;
    }
}

/*# sourceMappingURL=style.css.map */