html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b {
    font-weight: bold
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

img {
    border: 0
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
pre {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 769px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

/* @media .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
} */

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-md-2,
.col-sm-3,
.col-md-3,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-sm-5,
.col-md-5,
.col-sm-6,
.col-md-6,
.col-sm-7,
.col-md-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-sm-9,
.col-md-9,
.col-md-10,
.col-xs-11,
.col-sm-11,
.col-xs-12,
.col-sm-12,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width: 769px) {

    .col-sm-1,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .three .col-sm-offset-4 {
        margin-left: 26%;
        width: 62%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .three .col-md-offset-5 {
        margin-left: 27%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
}


.container:before,
.container:after,
.row:before,
.row:after {
    width: 100%;
    content: " ";
    display: table
}


.container:after,
.row:after {
    clear: both
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden {
    display: none !important
}

@-ms-viewport {
    width: device-width
}


.visible-sm {
    display: none !important
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) {
    .ten .line {
        display: none
    }
}

@media (max-width: 768px) {
    .three {
        background: #333;
        background-image: none !important
    }
}

img {
    max-width: 100%;
}

.h1 {
    text-align: center;
}

body input:focus:required:invalid,
body input:required:valid,
body textarea:focus:required:invalid,
body textarea:required:valid {
    color: #666;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #000;
}

.h1 {
    font-size: 3.3125em;
    line-height: 53px;
}

.h2 {
    font-size: 2.625em;
}

h2 {
    font-size: 2.375em;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

.padding {
    padding: 0;
}

.top-line,
header .top-line {
    opacity: 1;
    width: 100%;
    padding-top: 25px;
}

.hidden {
    display: none;
}

.responsive-img {
    max-width: 100%
}

.top-line {
    background-color: #6a161f;
}

.no-webp header {
    background: url(../images/top-bg.png) center bottom no-repeat #0F0F10;
}

.webp header {
    background: url(../images/top-bg.webp) center bottom no-repeat #0F0F10;
}

header .top-line {
    background-color: #181919;
    background: -webkit-gradient(linear, left top, right top, from(rgba(93, 29, 33, .53)), to(rgba(176, 1, 11, .53)));
    background: -webkit-linear-gradient(left, rgba(93, 29, 33, .53), rgba(176, 1, 11, .53));
    background: linear-gradient(90deg, rgba(93, 29, 33, .53), rgba(176, 1, 11, .53));
}

header .top-line .top-nav {
    margin: 0;
    padding: 0;
}

header .top-line .top-nav li {
    list-style-type: none;
    display: inline-block;
    padding: 0 0 20px;
    margin: 0 35px 0 0;
    font-size: 1.375em;
    text-transform: uppercase;
    line-height: 1.5625em;
}

header .top-line .top-nav li a {
    color: #fff;
}

header .top-line .buy {
    width: 190px;
    height: 39px;
    display: block;
    background-color: #f79a23;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffbe08), color-stop(20%, #f68f22), to(#ffe464));
    background-image: -webkit-linear-gradient(bottom, #ffbe08 0, #f68f22 20%, #ffe464 100%);
    background-image: linear-gradient(to top, #ffbe08 0, #f68f22 20%, #ffe464 100%);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    color: #0f0f10;
    font-size: 1.75em;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    font-weight: 700;
    text-shadow: 0 2px 0 rgba(254, 228, 106, .42);
    float: right;
    cursor: pointer;
}

@media (min-width: 992px) {
    header .top-line .buy {
        position: absolute;
        z-index: 1;
        margin: -5px 0px 0px 90px;
    }
}


header .top-line .buy:hover {
    color: #870D14;
}

header .first-screen-img {
    margin-top: 0px;
    position: relative;
    bottom: -35px;
}

header .first-screen hr {
    position: absolute;
    width: 165%;
    height: 5px;
    background-color: #ddd;
    display: block;
    margin-top: 18px;
}

header .first-screen .logo {
    width: 440px;
    height: 78px;
    background-color: #242626;
    background-image: -webkit-linear-gradient(2deg, #5d1d21 0, #b0010b 100%);
    background-image: linear-gradient(88deg, #5d1d21 0, #b0010b 100%);
    -webkit-border-radius: 39px;
    border-radius: 39px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .first-screen .logo .logo-img {
    max-width: 100%;
    display: block;
}

header .first-screen .logo .logo-line {
    display: block;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

header .first-screen .logo span {
    display: block;
    float: left;
    color: #fcd026;
    font-size: 1.375em;
    line-height: 22px;
    text-transform: uppercase;
}

header .first-screen .h2 {
    margin-top: 20px;
    line-height: 45px;
    color: #fff;
}

header .first-screen .h2 span {
    color: #fcd026;
}

header .first-screen ul {
    margin: 20px 0 0;
    margin-right: -5px;
    padding-right: 0;
    padding-left: 0;
}

header .first-screen ul li {
    margin-bottom: 2px;
    padding: 5px 0;
    list-style-type: none;
    font-size: 1.375em;
    color: #fff;
    text-align: right;
}

.no-webp header .first-screen ul li {
    background-image: url(../images/li-style1.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.webp header .first-screen ul li {
    background-image: url(../images/li-style1.webp);
    background-position: right top;
    background-repeat: no-repeat;
}

header .first-screen ul li:last-child {
    margin-bottom: 0;
}

.countdown-block {
    font-family: arial;
    padding: 0px 20px 10px;
    text-align: center;
    font-size: 20px;
    line-height: 55px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px auto 0px;
}

form input[type="text"],
header form input[type="text"],
form input[type="tel"],
header form input[type="tel"] {
    background: #e0e6e8 none repeat scroll 0 0;
    border: 1px solid #afb8bb;
    box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 0 10px;
    width: 270px;
}


.five .left-img,
.four,
.four .item,
.nine .item .left,
.seven .title,
.three .content .diagnosis,
.three .content .text-bottom,
.two .form form p {
    text-align: center;
}

.nine .item .right b:first-child,
.two p span {
    text-transform: uppercase;
}

.x_price_previous.pl_product_old_price {
    position: relative;
    display: inline-block;
}

.x_price_previous.pl_product_old_price::before {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: red;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(18deg);
}

.x_price_previous.pl_product_old_price::after {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: red;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-18deg);
}

.two {
    color: #fff;
}

.two .date b,
.two p b {
    font-family: "Arial", sans-serif;
    font-weight: 700;
}

.first-screen {
    padding: 35px 0;
}

.two {
    background-color: #1C1D1D;
    width: 100%;
    height: auto;
    padding: 35px 0;
}

#zak {
    padding-bottom: 0;
}

.two .h2 {
    line-height: 45px;
    margin-bottom: 15px;
}

.two .date {
    background-color: #FFCB00;
    padding: 5px 10px;
    padding: 8px 18px 5px;
    color: #000;
    position: relative;
    z-index: 1;
    font-size: 2.1em;
}

.two p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.75em;
}

.three .content .h3,
.two .form .form-title {
    font-family: "Arial", sans-serif;
    font-weight: 500;
}

.greey {
    display: block;
    color: #fcd026;
    font-size: 150%;

}

.two p span.greey {
    display: block;
    color: #fcd026;
    font-size: 150%;
}

.two .counter {
    font-size: 1.375em;
    color: #fcd026;
}

.two .counter span {
    margin-bottom: 10px;
}

.two .product-img {
    margin-left: -78px;
    margin-top: -90px;
    position: relative;
    z-index: 2;
    width: 530px;
    max-width: 535px;
}

.form {
    width: 298px;
    background-color: #FFF;
    color: #1c1d1d;
}

.form .form-title {
    background-color: #f5ae00;
    padding: 20px 50px 20px 25px;
    font-size: 1.4375em;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    color: #1c1d1d;
    position: relative;
}

.form .form-title img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.form form {
    padding: 15px 15px 20px;
    height: auto;
}

.form form label {
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
}

.form label[for="phone"] {
    margin-top: 17px;
}

.form form label span {
    font-size: 1.125em;
    display: block;
    font-weight: 400;
}

.form form label input,
.form form label select {
    width: 258px;
    height: 35px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(26%, #fff), color-stop(99%, #edefef), to(#edefef));
    background-image: -webkit-linear-gradient(bottom, #fff 0, #fff 26%, #edefef 99%, #edefef 100%);
    background-image: linear-gradient(to top, #fff 0, #fff 26%, #edefef 99%, #edefef 100%);
    border: 1px solid #ac2c44;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.form form p {
    color: black;
    font-size: .9375em;
    margin-top: 8px;
    padding: 0;
}

.button-bg {
    margin-top: 20px;
    height: 70px;
    display: block;
}

.no-webp .button-bg {
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.webp .button-bg {
    background-image: url(../images/button.webp);
    background-repeat: no-repeat;
    background-position: 50%;
}

.button-bg .form-button {
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    background-color: transparent;
}

.three {
    width: 100%;
    height: auto;
    margin-top: -1px;
    padding: 0;
}

.three .content {
    padding: 35px 0;
    background-color: #282b30;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.three .top-line {
    font-size: 31px;
    text-align: center;
    text-shadow: .7px 1.9px 5.9px rgba(19, 20, 19, .14);
    color: #fff;
    line-height: 42px;
    padding: 0;
}

.three .top-line p {
    margin: 5px 0;
}

.three .top-line .h2 {
    font-size: 42px;
    padding: 0;
    margin: 0;
}

.three .top-line .h2 span {
    color: #fcd026;
}

.three .content .h3 {
    margin-bottom: 20px;
    color: #fdb913;
    font-size: 1.6875em;
    line-height: 1.2;
}

.three .content ul {
    margin: 10px 0px 0;
    padding-right: 20px;
    position: relative;
}

.three .content ul::before {
    content: "";
    position: absolute;
    top: -24px;
    left: -133px;
    width: 330px;
    height: 330px;
}

.no-webp .three .content ul::before {
    background: url(../images/penis.png) no-repeat;
    background-size: contain;
}

.webp .three .content ul::before {
    background: url(../images/penis.webp) no-repeat;
    background-size: contain;
}

.three .content ul li {
    font-size: 1.375em;
    color: #fcd026;
}

.three .content ul li span {
    color: #fff;
}

.three .content .text-bottom {
    color: #ffcb00;
    font-size: 1.6875em;
    margin-top: 10px;
}

.three .content .diagnosis,
.three .content .text-bottom span {
    color: #d20914;
    font-family: "Arial", sans-serif;
    font-weight: 700;
}

.three .content .diagnosis {
    font-size: 2.5625em;
}

.no-webp .three .content .diagnosis {
    background-image: url(../images/black-sprite.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.webp .three .content .diagnosis {
    background-image: url(../images/black-sprite.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.eight legend,
.five .block2 p b,
.five .top-line span b,
.four .question,
.seven .title,
.six p b,
.six-middle-seven {
    font-family: "Arial", sans-serif;
    font-weight: 500;
}

.four {
    color: #fff;
    margin-top: -42px;
    padding: 35px 0;
}

.no-webp .four {
    background: #1C1D1D url(../images/four-bg.jpg) 50% no-repeat;
    background-size: cover;
}

.webp .four {
    background: #1C1D1D url(../images/four-bg.webp) 50% no-repeat;
    background-size: cover;
}

.four .h1 {
    padding: 0px 10px;
    line-height: 52px;
}

.five p,
.six p {
    line-height: 35px;
}

.four .question {
    color: #ffcb00;
    font-size: 1.6875em;
    margin-top: 45px;
}

.effects {
    padding: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.effects__item {
    width: 200px;
}

.five p,
.four .answer,
.four .item span {
    font-size: 1.4375em;
    line-height: 1.3;
}

.four .item {
    margin-top: 45px;
}

.four .item span {
    margin-top: 7px;
    display: block;
}

.five {
    padding: 35px 0;
    background-color: #282b30;
    background-position: center -2px;
    background-size: cover;
    color: #fff;
}

.five__title {
    margin-bottom: 25px;
}

.seven,
.six {
    background-position: center top;
    background-size: cover;
    width: 100%
}

.five p {
    margin-top: 0;
    margin-bottom: 25px;
}

.five p:last-child {
    margin-bottom: 0;
}

.five p span {
    color: #fdcc09;
}

.five .left-img span {
    margin-top: 10px;
    color: #fdcc09;
    padding: 0 55px;
    display: block;
    font-size: 1em !important;
    line-height: 1;
    font-weight: 700;
}

.five .left-img span.ok {
    margin: 15px 0 0;
    color: #fdcc09;
}

.five .top-line {
    height: 82px;
    padding: 5px;
    margin: 40px 0;
}

.five .top-line img {
    position: absolute;
}

.five .left-img-2-mob {
    display: none;
}

.five .top-line span {
    font-size: 1.5625em;
    margin-left: 30px;
    display: block;
}

.five .top-line span b {
    font-weight: 400;
    color: #fdcc09;
}

.five .block2 span {
    font-size: 2.0625em;
    display: block;
}

.five .block2 p,
.six p {
    font-size: 1.4375em;
}

.five .block2 p b {
    color: #fdcc09;
    font-weight: 400;
}

.six {
    background-image: url(../images/six-bg.jpg);
    height: auto;
    color: #fff;
    padding: 35px 0;
}


.six p b {
    color: #fdcc09;
    font-weight: 400;
}

.six .right-img {
    max-width: 370px;
    margin-top: 35px;
}

.six .text-bottom {
    margin-bottom: 40px;
}

.six .text-bottom p {
    margin: 0;
}

.six-middle-seven {
    position: absolute;
    width: 100%;
    z-index: 2;
    background-image: -webkit-gradient(linear, right top, left top, from(#fcefbd), to(#fdcc09));
    background-image: -webkit-linear-gradient(right, #fcefbd 0, #fdcc09 100%);
    background-image: linear-gradient(to left, #fcefbd 0, #fdcc09 100%);
    height: 221px;
    font-size: 3.125em;
    line-height: 53px;
}

.six-middle-seven .circle-img {
    margin-top: -35px;
}

.six-middle-seven p {
    margin-left: 0px;
    margin-top: 55px;
}

.seven {
    height: auto;
    padding: 200px 0 35px;
}

.no-webp .seven {
    background-image: url(../images/schetchik.jpg);
}

.webp .seven {
    background-image: url(../images/schetchik.webp);
}

.timer {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    background-color: #181818;
    border-radius: 40px;
}

.timer__title {
    margin: 0;
    color: #ffffff;
    font-size: 70px;
    line-height: 1;
}

.timer__prod {
    width: 350px;
}

.eight {
    padding-top: 50px;
    background-position: center top;
}

.seven .title {
    font-size: 3.3125em;
    margin-top: 80px;
}

.seven .timer {
    background-repeat: no-repeat;
    align-items: center;
    width: 100%;
    position: relative;
}


.seven .timer .button-bg {
    margin: 20px auto 0;
    display: block;
}

.eight {
    padding: 35px 0;
}

.no-webp .eight {
    background-image: url(../images/advant-prestavit.jpg);
    background-size: cover;
}

.webp .eight {
    background-image: url(../images/advant-prestavit.webp);
    background-size: cover;
}

.eight .content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.eight .content ul li {
    font-size: 1.4375em;
    list-style-type: none;
    padding-right: 40px;
    color: #272727;
    line-height: 25px;
    margin-bottom: 25px;
}

.no-webp .eight .content ul li {
    background-image: url(../images/tick.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.webp .eight .content ul li {
    background-image: url(../images/tick.webp);
    background-position: right top;
    background-repeat: no-repeat;
}

.eight fieldset {
    font-size: 1em;
    border: 3px solid #262626;
}

.eight legend {
    padding: 15px 1em;
}

.nine {
    background-color: #282b30;
    padding: 35px 0;
    color: #fff;
}

.nine .h1 {
    margin-bottom: 50px;
}

.nine .item:not(:last-of-type) {
    margin-bottom: 20px;
}

.firstsost .right {
    padding-top: 20px;
}

.sost2 .right {
    padding-top: 25px;
}

.sost3 .right {
    padding-top: 35px;
}

.comp-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp1 {
    width: 223px;
}

.comp2 {
    width: 260px;
}

.comp3 {
    width: 293px;
}

.comp4 {
    width: 293px;
}

.comp5 {
    width: 293px;
}

.nine .item:nth-child(6) {
    margin-top: 45px;
    margin-bottom: 0;
}

.nine .item:nth-child(7) {
    margin-top: 35px;
}

.reviews .reviews-item .reviews-text p,
.ten .autor {
    text-align: right;
}

.nine .item .right {
    font-size: 1.4375em;
    line-height: 30px;
}

.nine .item .right b {
    color: #fcd026;
}

.ten {
    width: 100%;
    height: auto;
    padding-bottom: 110px;
}

.no-webp .ten {
    background: url("../images/ten-man.png") no-repeat, url(../images/ten-bg.jpg);
    background-size: 300px, cover;
    background-position: calc(50% - 240px) 100%, 50%;
}

.webp .ten {
    background: url("../images/ten-man.webp") no-repeat, url(../images/ten-bg.webp);
    background-size: 300px, cover;
    background-position: calc(50% - 240px) 100%, 50%;
}

@media (min-width: 2100px) {
    .ten img {
        margin-top: 20px;
    }
}

@media (min-width: 1400px) and (max-width: 1700px) {
    .ten img {
        margin-top: 20px;
    }
}

.ten .line {
    width: 100%;
    height: 8px;
    margin-top: -1px;
    background-color: #4d4d4d;
}

.ten .line:after,
.ten .line:before {
    position: absolute;
    width: 8px;
    height: 15px;
    background-color: #4d4d4d;
    content: ""
}

.ten .line:after {
    right: 8px;
}

.how-to-work,
.reviews {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center top;
}

.ten .top-line {
    color: #fff;
    padding: 13px 0 18px;
    background-image: -webkit-linear-gradient(2deg, #5d1d21 0, #b0010b 100%);
    background-image: linear-gradient(88deg, #5d1d21 0, #b0010b 100%);
}

.ten .quote {
    font-size: 1.4375em;
    font-family: "Arial", sans-serif;
    font-style: italic;
}

.ten .quote b {
    color: #b0010b;
    font-family: "Arial", sans-serif;
    font-style: italic;
    font-weight: 500;
}

.ten .autor {
    font-size: 1.4375em;
    margin: 25px 0 0;
}

.reviews {
    background-image: url(../images/six-bg.jpg);
    padding: 35px 0;
    color: #fff;
}

.reviews .h1 {
    margin-bottom: 25px;
}

.reviews .reviews-item img {
    max-width: 205px;
    position: relative;
    z-index: 2;
}

.reviews .reviews-item .reviews-text {
    background-color: #2C3033;
    -webkit-border-radius: 0 50px;
    border-radius: 0 30px;
    position: relative;
    z-index: 1;
    margin-top: 25px;
    color: #fff;
    padding: 35px 50px 0;
    font-size: 1.4375em;
    font-family: "Arial", sans-serif;
    font-style: italic;
    line-height: 30px;
}

.reviews .reviews-item .reviews-text b {
    color: #fdcc09;
    font-family: "Arial", sans-serif;
    font-style: italic;
    font-weight: 500;
}

.how-to-work {
    background-image: url(../images/how-to-work.jpg);
    background-color: #1C1D1D;
    padding: 65px 0;
}

.how-to-work .h1 {
    color: #fff;
    margin-bottom: 35px;
}

.hww {
    padding: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.hww__item {
    width: 227px;
}

.how-to-work .item-img {
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

.how-to-work .item-img img {
    max-height: 65px;
}

br {
    line-height: 1;
}

.how-to-work .col-sm-6:nth-child(2) .item-img img {
    padding-top: 15px;
}

.how-to-work .col-sm-6:nth-child(4) .item-img img {
    padding-top: 25px;
}

.how-to-work .item-desc img {
    position: absolute;
    bottom: -47px;
    z-index: 2;
    left: 8%;
    max-width: 200px;
}

.how-to-work .item-text {
    padding: 0px;
}

.how-to-work .item-title {
    text-align: center;
    font-size: 1.375em;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-weight: 500;
    line-height: 25px;
}

.how-to-work .item-desc {
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: -1px;
}

.how-to-work form {
    background-color: #fff;
    margin-top: 75px;
    padding: 25px;
}

.how-to-work form:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 55px;
    left: 250px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 20px solid #fff;
}

.how-to-work form label {
    display: block;
    float: left;
    width: 240px;
    margin-left: 15px;
}

.how-to-work form .button-bg,
.how-to-work form button {
    display: inline-block;
}

.how-to-work form input,
.how-to-work form select {
    width: 230px;
    height: 35px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(26%, #fff), color-stop(99%, #edefef), to(#edefef));
    background-image: -webkit-linear-gradient(bottom, #fff 0, #fff 26%, #edefef 99%, #edefef 100%);
    background-image: linear-gradient(to top, #fff 0, #fff 26%, #edefef 99%, #edefef 100%);
    border: 1px solid #ac2c44;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.invisibility {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #000), color-stop(100%, #151515), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #000 1%, #151515 100%, transparent 100%);
    background-image: linear-gradient(to top, #000 1%, #151515 100%, transparent 100%);
    color: #fff;
    padding: 50px 0 75px;
    overflow: hidden;
}

.invisibility .h2 {
    font-size: 2.6875em;
    text-align: center;
    position: relative;
    z-index: 2;
}

.invisibility p {
    font-size: 1.4375em;
    margin: 5px 80px 0 0;;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

.invisibility .invisibility-img {
    position: absolute;
    right: 100px;
    top: -170px;
    max-width: 350px;
    z-index: 1;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


@media only screen and (max-width: 3200px) {

    .five .block2 p br,
    .nine .item br,
    .ten .quote br {
        display: none;
    }

    header .first-screen ul li {
        font-size: 1.25em;
        padding-right: 65px;
    }

    .two .product-img {
        max-width: 330px;
        margin-left: -100px;
        margin-top: 80px;
    }

    .four {
        margin-top: 0;
        background-position: 50%;
    }

    .six .right-img {
        max-width: 320px;
        margin-top: 20px;
    }

    .six-middle-seven p {
        font-size: 45px;
    }

    .eight legend {
        padding: 0px 15px 25px;
    }

    .reviews .reviews-item {
        margin-bottom: 30px;
    }

    .reviews .reviews-item:last-child {
        margin-bottom: 0;
    }

    .reviews .reviews-item .reviews-text {
        padding-left: 80px;
    }

    .invisibility .invisibility-img {
        right: -230px;
        top: -105px;
        max-width: 300px;
    }

    .how-to-work form {
        padding-left: 55px;
    }

    .how-to-work form .button-bg {
        display: block;
        float: none;
        margin: 85px auto 0;
    }
}

@media only screen and (max-width: 991px) {
    .how-to-work {
        padding: 35px 0;
    }

    .three .content ul::before {
        width: 290px;
        top: -20px;
        left: -128px;
        background-size: contain;
    }

    header .top-line {
        padding: 20px 0;
    }


    header .top-line .top-nav li {
        padding-bottom: 0;
    }


    section form input[type="text"],
    header form input[type="text"],
    section form input[type="tel"],
    header form input[type="tel"] {
        width: 100%;
    }
    .invisibility p {
        margin-right: 0;
    }

    .four,
    .three {
        background-size: cover;
    }

    .four .question {
        margin-top: 35px;
    }

    header .first-screen-img {
        right: -14px;
        bottom: 8px;
    }

    header .first-screen ul {
        max-width: 340px;
        margin-top: 25px;
    }

    header .first-screen .h2 {
        font-size: 2.375em;
    }

    header .first-screen .first-screen-img .responsive-img {
        max-width: 87%;
        margin-right: 0;
        margin-left: auto;
        display: block;
    }

    .two .product-img {
        max-width: 123%;

    }

    .two p {
        margin-bottom: 10px;
    }

    .two .form {
        margin: 0 auto;
    }

    .two .form form label input,
    .two .form form label select {
        width: 100%
    }

    .two .form form .button-bg {
        width: 100%;
        background-position: center top;
        text-align: center;
        padding-left: 0;
    }

    .three .top-line p {
        font-size: .875em;
    }

    .three .top-line .h2 {
        font-size: 32px;
    }

    .three .content .diagnosis {
        font-size: 30px;
        line-height: 1.3;
    }

    .effects__item {
        width: 250px;
        padding: 0 10px;
    }

    .five .h1 {
        font-size: 2.5em;
    }

    .five .left-img span {
        padding: 0;
    }

    /* .five p br {
          display: none;
      } */
    .five .top-line span {
        margin-left: 45px;
    }

    .five .block2 span {
        padding-right: 0;
        font-size: 2em;
    }

    .six .h1 {
        font-size: 42px;
    }

    .six .text-bottom p,
    .six p {
        padding: 5px 0;
    }

    .six-middle-seven {
        height: auto;
        padding: 20px 0;
        position: static;
    }

    .six-middle-seven .circle-img {
        max-width: 220px;
        margin: 0;
    }

    .six-middle-seven p {
        margin: 55px 0 0;
        font-size: 32px;
        line-height: 1.3;
    }

    .six .text-bottom {
        margin-bottom: 0;
    }

    .seven {
        padding: 35px 0;
    }

    .seven .title {
        max-width: 500px;
        margin: 0 auto 20px;
        line-height: 1;
    }

    .timer__prod {
        width: 320px;
    }

    .seven .timer {
        height: auto;
        margin-bottom: 0;
    }

    .eight legend {
        width: 90%;
        margin: 0;
        padding: 0;
        line-height: 1.2;
    }

    .nine .h1 {
        margin-bottom: 20px;
    }

    .nine .item {
        font-size: .9375em;
    }

    .firstsost .right {
        padding-top: 10px;
    }

    .sost2 .right {
        padding-top: 0;
    }

    .sost3 .right {
        padding-top: 10px;
    }

    .ten img {
        display: block;
        margin: 25px auto 0;
    }

    .ten .quote {
        text-align: center;
    }

    .reviews .reviews-item {
        margin-bottom: 0;
    }

    .reviews .reviews-item img {
        margin-top: 25px;
    }

    .hww {
        justify-content: center;
    }

    .hww__item {
        width: 290px;
    }

    .how-to-work .item-desc img {
        max-width: 200px;
        right: 0;
        bottom: -30px;
    }

    .how-to-work form .button-bg {
        display: inline-block;
        float: none;
        margin: 15px 0 0;
    }

    .how-to-work form {
        padding-left: 55px;
    }

    .how-to-work form label {
        margin-right: 10px;
    }

    .how-to-work .item-img {
        margin-top: 25px;
    }

    .invisibility {
        padding: 35px 0;
    }

    .invisibility .h2 {
        margin: 0 90px 0 0;
    }

    .invisibility .invisibility-img {
        right: -220px;
        top: -75px;
        max-width: 200px;
    }
}

@media only screen and (max-width: 768px) {

    header .first-screen .h2,
    header .top-line .top-nav {
        text-align: center;
    }

    header .first-screen .logo {
        margin: 0 auto;
    }

    header .top-line .buy {
        margin: 0 auto;
        float: none;
    }

    header .top-line .top-nav li {
        padding: 0 15px;
        margin: 0 0 15px;
    }

    .invisibility .h2 { 
        margin: 0;
    }
    header .first-screen .bullet-mob {
        max-width: 460px;
        margin: 20px auto 0;
    }
    
    .five .left-img {
        margin-bottom: 20px;
    }

    .two p {
        margin: 15px 0 0;
    }

    .two p span {
        margin-top: 10px;
    }

    .two .form {
        width: 65%;
        margin: 15px auto 0;
    }

    .two .form label {
        text-align: right;
    }

    .two .product-img {
        width: 330px;
        max-width: 100%;
        margin: 0 auto;
    }

    .effects {
        justify-content: center;
    }

    .effects__item {
        width: 260px;
    }

    .five .block2 span,
    .nine .item .right,
    .six-middle-seven .col-xs-12,
    .three .content .h3,
    .two {
        text-align: center;
    }

    .five .h1 {
        font-size: 2.25em;
        display: block;
        margin-bottom: 20px;
        line-height: 1.1;
    }

    .five .top-line {
        margin: 20px 0 !important;
    }

    .five .block2 span {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1.2;
    }

    .five .left-img-2-desk {
        display: none;
    }

    .five .left-img-2-mob {
        display: block;
        margin: 0 auto 20px;
    }

    .five .left-img span {
        margin: 0;
        font-size: 1.25em !important;
    }

    .five .top-line span {
        font-size: 1.25em;
        margin-top: 10px;
        margin-left: 65px;
    }

    .six .h1 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 1.2;
    }

    .six p {
        margin: 0 0 10px;
        line-height: 1.1;
    }

    .six-middle-seven {
        height: auto;
        position: relative;
    }

    .six-middle-seven p {
        margin: 0 0 15px;
        line-height: 1.1;
    }


    .seven {
        padding: 35px 0;
    }

    .seven .title {
        max-width: 420px;
        margin: 0 auto 20px !important;
    }

    .nine .item {
        margin-top: 0;
    }

    .nine .item .left {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .nine .item:nth-child(4) .right,
    .nine .item:nth-child(5) .right,
    .nine .item:nth-child(6) .right,
    .nine .item:nth-child(7) .right {
        padding-top: 10px;
    }

    .comp3 {
        width: 270px;
    }

    .comp4 {
        width: 270px;
    }

    .comp5 {
        width: 270px;
    }

    .ten .h1 {
        padding: 0 5px;
        font-size: 30px;
        line-height: 1.1;
    }

    .ten .autor {
        margin-top: 15px;
        text-align: center;
    }

    .ten img {
        width: 210px;
    }

    .reviews .container {
        margin: 0 15px;
    }

    .reviews .reviews-item img {
        display: block;
        margin: 0 auto;
    }

    .reviews .reviews-item br {
        display: none;
    }

    .reviews .reviews-item .reviews-text {
        margin-top: 0px;
        padding: 15px 20px;
        border-top: 5px solid white;
        order: 1;
    }

    .reviews .reviews-item .reviews-text p {
        margin: 10px 0 0;
    }

    .reviews .reviews-item {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
    }

    .reviews {
        padding-bottom: 0;
    }

    .how-to-work .item-desc img {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 100%;
        left: 40px;
        bottom: -10px;
    }

    .col-sm-6:nth-child(4) {
        margin-bottom: 50px;
    }

    .how-to-work .item-text {
        margin: 0 auto;
    }

    .how-to-work form label {
        float: none;
        margin: 0 auto;
        width: 260px;
    }

    .how-to-work form input,
    .how-to-work form select {
        width: 250px;
    }

    .how-to-work form .button-bg {
        margin: 35px auto 0;
        display: block;
    }

    .how-to-work form {
        width: 75%;
        margin: 75px auto 0;
    }

    .how-to-work form:before {
        left: 50%;
        margin-left: -9px;
    }

    .how-to-work {
        padding: 0;
        background-size: inherit;
    }

    .invisibility .h2 {
        text-align: center;
        line-height: 1.1;
    }

    .invisibility .invisibility-img {
        display: none;
    }

    .invisibility p {
        max-width: 580px;
        margin: 0 auto;
        text-align: center;
    }

    .popup__left {
        display: none;
    }

    .no-webp .ten {
        background: url(../images/ten-bg.jpg);
        background-size: cover;
        background-position: 50%;
    }

    .webp .ten {
        background: url(../images/ten-bg.webp);
        background-size: cover;
        background-position: 50%;
    }
}

@media only screen and (max-width: 635px) {
    .three .content {
        padding: 20px 0;
    }

    .seven .timer__right {
        width: 100%;
    }

    header .top-line .top-nav li {
        margin-bottom: 10px;
        padding-top: 0;
    }

    header .top-line {
        padding: 10px 0 15px;
    }

    .first-screen {
        padding: 20px 0;
    }

    header .first-screen .h2 {
        margin-top: 10px;
        line-height: 1.2;
    }

    .two {
        padding: 35px 0;
    }

    .four {
        padding: 20px 0;
    }

    .four .h1 {
        font-size: 35px;
        line-height: 1.1;
    }

    .four .question {
        margin-top: 20px;
        line-height: 1.1;
    }

    .five {
        padding: 20px 0;
    }

    .five .top-line {
        height: auto;
    }

    .five .h1 {
        font-size: 34px;
    }

    .five .block2 span {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .five p {
        line-height: 1.2;
    }

    .five .top-line img {
        margin: 0;
    }

    .six {
        padding: 20px 0;
    }

    .seven {
        padding: 20px 0;
    }

    .timer {
        padding: 10px 10px 20px 10px;
        flex-direction: column;
    }

    .timer__title {
        display: none;
    }

    .timer__prod {
        margin: 0 auto 0px;
        display: block;
    }

    .reviews .reviews-item .reviews-text br {
        display: none;
    }

    .eight {
        padding: 20px 0;
    }

    .eight legend {
        font-size: 40px;
        line-height: 1.1;
    }

    .nine {
        padding: 20px 0;
    }

    .nine .h1 {
        font-size: 35px;
        line-height: 1.2;
    }

    .comp1,
    .comp2,
    .comp3,
    .comp4,
    .comp5 {
        width: 200px;
    }

    .reviews {
        padding: 20px 0;
    }

    .reviews .h1 {
        font-size: 35px;
        line-height: 1.1;
    }

    .how-to-work {
        padding: 0;
    }

    .how-to-work form {
        width: 95%
    }

    .how-to-work .h1 {
        margin-bottom: -10px;
        font-size: 35px;
    }

    .invisibility {
        padding: 20px 0;
    }

    .invisibility,
    .invisibility .h2 {
        text-align: center;
    }

    .invisibility .h2 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 1.1;
    }

    .invisibility p {
        max-width: 460px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 581px) {
    .how-to-work .item-desc img {
        display: none;
    }
}

@media only screen and (max-width: 555px) {

    .eight fieldset,
    .two .form,
    header .first-screen .logo {
        width: 100%
    }

    header .first-screen .logo .logo-img {
        float: none;
        margin: 0 auto;
    }

    header .first-screen .logo .logo-line,
    header .first-screen .logo span {
        display: none;
    }

    .how-to-work .item-text {
        width: 75%
    }
}

@media only screen and (max-width: 480px) {
    .ten .quote {
        font-size: 19px;
    }

    header .first-screen .bullet-mob {
        padding-left: 30px;
    }

    header .first-screen ul li {
        padding-right: 56px;
    }

    .three .content ul {
        margin: 15px 0;
    }

    .three .content .h3 {
        font-size: 27px;
    }

    .three {
        margin-top: -3px;
    }

    .four .h1 {
        font-size: 2em;
        line-height: 35px;
    }

    .five .h1 {
        font-size: 27px;
    }

    .five p {
        font-size: 20px;
    }

    .six .h1 {
        font-size: 27px;
    }

    .six-middle-seven p {
        font-size: 24px;
        line-height: 28px;
    }

    .six .text-bottom p,
    .six p {
        font-size: 20px;
    }

    .seven .title {
        font-size: 27px !important;
        margin-top: 25px;
    }

    .reviews .reviews-item .reviews-text {
        font-size: 20px;
    }

    .eight legend {
        font-size: 2.5em;
    }

    .eight .content ul {
        margin: 0;
        padding: 0;
    }

    .eight .content ul li br {
        display: none;
    }

    .how-to-work form input,
    .how-to-work form label,
    .how-to-work form select {
        width: 100%
    }

    .how-to-work form {
        padding-left: 25px;
    }

    .how-to-work form:before {
        top: 56px;
    }

    .invisibility .invisibility-img {
        position: absolute;
        right: 0;
        top: 84px;
    }

    .four .item {
        margin-top: 25px;
    }

    .col-sm-6:nth-child(4) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    header .first-screen .h2 {
        font-size: 27px;
        margin-left: 0;
        text-align: center;
    }

    header .first-screen ul {
        margin-left: 0;
    }

    .two .h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .three .content .diagnosis {
        background-size: contain;
    }

    .four .h1 br {
        display: none;
    }

    .four .h1 {
        font-size: 2em;
    }

    .four .answer {
        line-height: 1.1;
    }

    .three .top-line p {
        font-size: 19px;
        line-height: 25px;
    }

    .three .top-line .h2 {
        font-size: 26px;
        line-height: 15px;
    }

    .three .content .text-bottom {
        font-size: 1.3125em;
        margin-bottom: 25px;
    }

    .four .h1 {
        padding: 0;
        font-size: 27px;
        line-height: 1.1;
    }

    .five .h1 {
        line-height: 1.1;
    }

    .five .top-line img {
        position: relative;
        margin: 0 auto;
    }

    .five .top-line .col-xs-1 {
        width: 100%
    }

    .five .top-line .col-xs-11 {
        width: 100%;
        text-align: center;
    }


    .timer__prod {
        width: 250px;
    }

    .eight .content ul li {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.2;
    }

    .eight legend {
        font-size: 27px;
    }

    .nine .h1 {
        font-size: 32px;
    }

    .reviews .h1 {
        font-size: 30px;
    }

    .how-to-work .h1 {
        margin-bottom: -20px;
        font-size: 30px;
    }

    .how-to-work .item-text {
        height: auto;
    }

    .how-to-work .button-bg {
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        margin: 0;
        padding-top: 3.5px;
    }

    .button-bg .form-button {
        width: 100%;
        height: 55px;
        margin-left: -5px;
        font-size: 1em;
    }

    .how-to-work form:before {
        margin-left: -20px;
    }

    .invisibility .invisibility-img {
        position: absolute;
        left: 0;
        top: 60px;
    }

    .invisibility .h2 {
        font-size: 1.625em;
        text-align: center;
        margin: 0 0 25px;
    }

    .invisibility p {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 320px) {
    header .first-screen .logo {
        height: auto;
    }

    header .first-screen .logo .logo-img {
        max-width: 85%
    }

    .two .date {
        font-size: 1.8125em;
    }


    .how-to-work .button-bg {
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        margin: 0;
        padding-top: 5.5px;
    }

    .button-bg .form-button {
        width: 100%;
        height: 45px;
        margin: -7px -4px 0;
        font-size: .9375em;
    }
}

@media all and (min-width: 1px) and (max-width: 768px) {
    .countdown-block {
        background-position: top center;
        padding: 0px 13px 0px 0px;
    }
}

@media all and (min-width: 320px) and (max-width: 479px) {

    .seven .timer .button-bg {
        margin-top: 40px;
    }

    .button-bg {
        width: 260px
    }
}

@media all and (min-width: 560px) and (max-width: 666px) {

    .eight,
    .seven .timer {
        height: auto;
    }
}

@media all and (min-width: 721px) and (max-width: 768px) {

    .eight fieldset {
        padding-top: 0;
        margin-top: 0;
    }

    .eight legend {
        line-height: 1;
    }
}

@media all and (min-width: 721px) and (max-width: 768px) {
    .countdown-block {
        margin-left: 10px !important;
    }
}

@media all and (min-width: 769px) and (max-width: 991px) {
    .countdown-block {
        margin-left: -92px !important;
    }
}

@media all and (min-width: 992px) {
    .countdown-block {
        margin-left: -55px !important;
    }

    .how-to-work form .button-bg {
        display: block !important;
        float: none !important;
        margin: 15px auto 0 !important;
    }

    .how-to-work form label {
        width: 240px;
        margin-left: 15px;
        padding-right: 20px;
        float: none !important;
    }

    .how-to-work form input {
        width: 230px;
        height: 35px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(26%, #fff), color-stop(99%, #edefef), to(#edefef));
        background-image: -webkit-linear-gradient(bottom, #fff 0, #fff 26%, #edefef 99%, #edefef 100%);
        background-image: linear-gradient(to top, #fff 0, #fff 26%, #edefef 99%, #edefef 100%);
        border: 1px solid #ac2c44;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        display: inline-block !important;
    }
}

.five .top-line span {
    margin-left: 0px !important;
}

select {
    width: 100%;
    height: 40px;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("https://179523.selcdn.ru/public/layout-images/select-triangle.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px;
    background-color: #e0e6e8;
}

select:hover {
    background-size: 10px 10px;
    background-position: right 10px center;
}

select:focus {
    outline: none !important;
    outline-color: transparent;
    outline-width: 0;
}

select::-ms-expand {
    display: none !important;
    background: none !important;
    position: fixed;
    border: none !important;
    outline: none !important;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

*:not(#fake) {
    outline: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

footer {
    padding: 30px 0 0;
    background-color: #1C1D1D;
}

.popup-wrap {
    width: 717px;
    padding: 20px;
    display: flex;
    background-color: #600a10;
}

.popup__left {
    max-width: 346px;
    width: 346px;
    margin-left: 20px;
    text-align: center;
}

.popup__left .greey {
    margin-bottom: 5px;
}

.popup__left .greeym {
    margin: 0;
    font-size: 25px;
}

.popup__title {
    margin: 0 0 0px !important;
    padding: 0 !important;
    text-align: center;
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.ever-popup.show {
    display: flex !important;
    align-items: center !important;
}

.ever-popup__inner {
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .popup-wrap {
        padding: 0;
    }

    .popup-wrap {
        width: auto;
    }
}

@media (max-height: 540px) {
    .ever-popup.show {
        display: block !important;
    }

    .ever-popup__inner {
        margin-top: 40px !important;
    }
}

body {
    background-color: #000;
}

.greeym {
    font-size: 60%;
    color: #999;
    margin-bottom: -10px;
    margin-top: 20px;
    position: relative;
    display: block;
}

.frpr {
    font-size: 31px;
}

.pl_product_currency {
    text-transform: uppercase
}

footer .container {
    text-align: center
}

.seven .timer .button-bg {
    position: relative;
}

.wrnimg,
.wrntext {
    text-align: center;
    margin: 0;
    width: 100%;
}

.wrnimg img {
    position: relative !important;
}

.five .top-line {
    height: auto;
    padding: 20px 0;
    margin: 35px 0;
}

@media screen and (min-width: 992px) {
    .two .h2 {
        margin-bottom: 35px;
    }

    .two .date {
        max-width: 280px;
        margin-bottom: 22px;
        text-align: center;
    }

    .two .product-img {
        margin: 0;
        position: relative;
        max-width: 300px;
    }

    .firstsost {
        margin-bottom: -35px;
    }
}


@media screen and (min-width: 769px) and (max-width: 991px) {
    .seven .timer {
        background-size: 100%;
    }

    .two .h2 {
        margin-bottom: 45px;
    }

    .two .date {
        margin-bottom: 30px;
        margin-right: -50px;
    }

    .two .product-img {
        max-width: 88%;
        margin: 0 auto;
    }
    
}

@media screen and (min-width: 768px) {
    .firstsost,
    .sost2,
    .sost3,
    .sost4 {
        margin-bottom: -35px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: center;
    }
    .firstsost .right,
    .sost2 .right,
    .sost3 .right,
    .sost4 .right {
        padding-top: 0;
    }
    
    
}

@media screen and (min-width: 9px) and (max-width: 768px) {
    .seven .timer .button-bg {
        left: 0px;
        margin-top: 10px;
    }

    .seven .timer {
        background-size: 100%;
    }

    .seven .title {
        font-size: 2.3125em;
        margin-bottom: 45px;
    }

    .nine .item:nth-child(6) {
        margin-top: 0px;
    }
}

.ten .top-line {
    margin-bottom: 120px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .reviews .row {
        max-width: 900px
    }
}

@media only screen and (max-width: 768px) {
    .three .content ul::before {
        left: -7px;
        top: 0;
    }
}

@media screen and (max-width: 540px) {
    .three .content ul::before {
        display: none;
    }

    .three .content ul {
        max-width: 282px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .ten .top-line {
        margin-bottom: 0px;
    }

    .seven .timer__right {
        margin-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .first-screen .col-sm-offset-2 {
        margin-left: 0px;
    }

    header .first-screen .logo {
        max-width: 395px;
    }

    .first-screen .col-md-6.col-sm-5.hidden-xs {
        bottom: -318px;
    }
}

.popup-price {
    display: flex;
    padding: 10px;
    align-items: center;
}

.previous,
.current {
    width: 50%;
    color: white;
    text-align: center;
    position: relative;
}

.previous {
    font-size: 22px;
}

.previous::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    background: white;
    top: 7px;
    left: 50%;
    transform: rotate(-15deg) translateX(-50%);
}

.current {
    font-size: 28px;
    border-right: 1px solid white;
}

.popup__right {
    display: flex;
    align-items: center;
}

.popup-img {
    position: relative;
    max-width: 320px;
}

.inL_141118 {
    display: none
}

.inL_26682 {
    width: 100%;
}

.inL_66335 {
    background: none
}

.inL_984171 {
    background: none
}

.inL_533727 {
    background: none
}

.inL_891951 {
    background: none
}

.inL_837657 {
    display: none
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .form form label {
        margin-right: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 435px) {
    .top-nav {
        font-size: 13px;
    }

    header .top-line .top-nav li {
        padding: 0 7px;
    }
}

@media (max-width: 555px) {
    header .first-screen .logo {
        width: auto;
        max-width: 350px;
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {

    /* .logo {
          max-width: 200px;
          height: 55px!important;
      }  */
    .logo-img {
        margin-top: 7px !important;
    }

    header .first-screen .logo .logo-img {
        max-width: 75%;
    }
}

@media (max-width: 991px) {
    .form .form-title {
        justify-content: center;
    }

    .two-prod {
        margin-bottom: 25px;
        position: relative;
        text-align: center;
    }
}


@media (min-width: 769px) and (max-width: 991px) {
    .how-to-work .item-desc img {
        max-width: 200px;
        right: 40px;
        bottom: 405px;
    }

    .couple-img {
        position: absolute;
        bottom: -506px;
        width: 340px !important;
        max-width: 340px !important;
        right: -30px;
    }

    .first-screen .col-sm-8 {
        width: 54.666667%;
    }

    .first-screen .col-sm-7 {
        width: 54.333333%;
    }

    header .first-screen .h2 {
        font-size: 31px;
    }

    .two-title {
        width: 100%;
        text-align: center;
    }

    .two-prod,
    .two-form {
        width: 50% !important;
    }

    .six-product-wrapper {
        float: left;
    }

    .six .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .six .right-img {
        max-width: 280px;
        margin-top: 34px;
    }

    .six p {
        margin: 5px 0;
    }

    .eight .col-md-6 {
        width: 50%;
    }

    .eight .content {
        display: flex;
    }

    .ten-quote {
        width: 60%;
    }

    .no-webp .ten,
    .webp .ten {
        background-size: 260px, cover;
    }

    .ten {
        padding-bottom: 50px;
    }

    .ten .top-line {
        margin-bottom: 50px;
    }
}

.how-to-work .row {
    position: relative;
    padding: 15px 0;
    background-color: rgba(21, 21, 21, .65);
}

@media (min-width: 769px) {
    .reviews .reviews-item {
        display: flex;
        flex-direction: row;
    }

    .reviews .reviews-item .reviews-text {
        margin-right: 20px;
        border-radius: 30px 0;
        order: 1;
    }

    .two-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 555px) and (max-width: 991px) {
    .two .date {
        width: 65%;
        margin: 0 auto;
    }
}

@media (min-width: 479px) and (max-width: 768px) {
    .how-to-work .item-desc img {
        max-width: 170px;
        right: -36px;
        bottom: 410px;
    }

    .first-screet-title {
        padding-bottom: 330px;
        position: relative;
    }

    .couple-img {
        position: absolute;
        bottom: -43px;
        width: 235px !important;
        max-width: 340px !important;
        right: calc(50% - 250px);
    }

    header .first-screen .bullet-mob {
        max-width: 345px;
        margin: 20px 0 0 0;
        position: absolute;
        bottom: 0;
        left: calc(50% - 330px);
    }
}

@media (max-width: 636px) {
    .couple-img {
        position: absolute;
        width: 200px !important;
        max-width: 340px !important;
        right: calc(50% - 215px);
    }

    header .first-screen .bullet-mob {
        max-width: 250px;
        margin: 20px 0 0 0;
        padding-left: 0px;
        right: calc(50% - 20px);
    }
}

@media (max-width: 555px) {
    .two .date {
        max-width: 351px;
        margin: 0 auto;
    }

    .form {
        max-width: 351px;
    }
}

@media (max-width: 479px) {
    .couple-img {
        display: none;
    }

    .first-screen-img {
        display: none;
    }

    header .first-screen .bullet-mob {
        max-width: 250px;
        position: static;
        margin: 20px auto 0;
        padding-right: 0px;
    }

    .two .date {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .ten {
        padding-bottom: 30px;
    }

    .ten .top-line {
        margin-bottom: 30px;
    }

    .fck-title {
        margin-bottom: 15px
    }

    .six .col-md-12 {
        display: flex;
        flex-direction: column;
    }

    .six-product-wrapper {
        order: 1;
        margin: 0 auto 20px;
        /* padding-left: 55px;; */
    }

    .six-text-1 {
        order: 2;
    }

    .six-text-2 {
        order: 3;
    }

    .timer__title {
        font-size: 60px;
    }
}

@media (max-width: 635px) {
    .without-padding {
        padding: 0px !important;
    }

    .seven .timer__right {
        margin-right: 0;
    }
}

@media (max-width: 440px) {
    .left-img-2 {
        top: 129px;
    }

    .five .block2 span {
        font-size: 25px;
    }

    .six .right-img {
        max-width: 270px;
        margin: 10px auto;
        position: relative;

    }

    .six-product-wrapper {
        margin: 0 auto;
        padding-left: 0px;
    }

    .eight .col-md-6 {
        padding: 0px;
    }
}

@media (max-width: 400px) {

    .four .question,
    .four .answer {
        line-height: 1.2;
    }

    .six .right-img {
        max-width: 250px;
    }
}

@media (min-width: 992px) {
    .reviews .reviews-item .reviews-text {
        height: 219px;
        margin-top: 0px;
    }

    .six-product-wrapper {
        text-align: right;
        width: auto;
    }

    .two-wrap {
        justify-content: space-between;
    }

    .six .col-md-7 {
        width: 62.3%;
    }

}

fieldset {
    float: left
}

@media (max-width: 991px) {
    footer {
        padding: 15px 0;
    }

    .greeym {
        margin-top: 10px;
        line-height: 1;
    }
}

@media (max-width: 768px) {
    .how-to-work .item-desc img {
        display: none;
    }

    .hww {
        margin-bottom: 0px;
    }

    .cirle-man {
        margin-bottom: 5px;
    }

    .timer__left {
        margin-left: 18px !important;
        margin-top: 12px !important;
    }

    .six-middle-seven .circle-img {
        margin-bottom: 5px;
    }
}

@media (min-width: 636px) and (max-width: 768px) {
    .top-line .col-xs-12 {
        width: fit-content;
        flex: none
    }


    header .top-line .top-nav li {
        margin: 0;
    }

    .how-to-work .row {
        padding: 35px 0;
    }

    .reviews {
        padding-bottom: 30px;
    }
}

@media (max-width: 635px) {
    .how-to-work {
        padding: 0;
    }

    .how-to-work .row {
        padding: 20px;
    }

    .ten .autor {
        margin: 20px 0 0;
    }

    .six p,
    .line-height,
    .five .h1 {
        line-height: 1.2;
    }

    .timer__left {
        margin-left: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 10px;
    }

    .couple-img {
        bottom: -28px;
    }
}

.eight legend {
    margin: 0 auto;
}

.center {
    color: #7e7e7e;
    line-height: 20px;
    width: 100%;
    text-align: center;
}

.hidden-title {
    display: none;
}

@media (max-width: 479px) {
    .first-screet-title {
        padding-bottom: 0;
    }

    .no-webp header,
    .webp header {
        background: 0;
    }

    .no-webp .three .content .diagnosis,
    .webp .three .content .diagnosis {
        background: 0;
    }

    .no-webp .four,
    .webp .four {
        background: rgb(175, 0, 11);
        background: radial-gradient(ellipse at center, rgba(175, 0, 11, 1) 0%, rgba(55, 25, 26, 1) 100%);
    }

    .six {
        background: #464b4f;
    }

    .no-webp .eight,
    .webp .eight {
        background: #ede9bf;
    }

    .no-webp .ten,
    .webp .ten {
        background: #d9e2e4;
    }

    .reviews {
        background: #464b4f;
    }

    .how-to-work {
        background: #3b3b3b;
    }

    .no-webp .seven,
    .webp .seven {
        background: #fdffe1;
    }
}

input::-ms-clear {
    display: none;
}

@media screen and (max-width: 480px) {
    .three .content .diagnosis {
        font-size: 28px;
    }

    .eight legend {
        margin-bottom: 15px;
    }
}