html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0 none;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0 none;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    background-color: rgb(1, 1, 1);
    padding-top: 35px;
    color: rgb(255, 255, 255);
}
html {
    scroll-behavior: smooth;
}
ol,
ul {
    list-style: outside none none;
}

.clearfix::before,
.clearfix::after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix::after {
    clear: both;
}

strong {
    font-weight: 700;
}

a {
    text-decoration: none;
}

.wrapper {
    width: 580px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.logo {
    margin: 10px 0 20px;
    font-size: 34px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}

.first_screen {
    background-image: url(../img/bg_f.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 28% center;
    padding-bottom: 40px;
}

.first_screen > div.list {
    color: rgb(255, 234, 4);
    font-size: 31px;
    font-weight: 700;
}

.first_p {
    font-size: 40px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding-left: 30px;
}

.sec_p {
    padding-left: 45px;
}

.list > ul,
.result > ul,
.how_work > ul {
    padding-left: 55px;
    margin-top: 25px;
    position: relative;
    z-index: 12;
}

.list > ul > li,
.result > ul.ul_2 > li {
    font-size: 17px;
    position: relative;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    color: rgb(255, 234, 4);
}

.prod {
    height: 230px;
}

.list > ul > li > span,
.result > ul > li > p {
    color: rgb(255, 255, 255);
}

.result > ul > li > p {
    font-size: 17px;
}

.li_f::before {
    content: "";
    width: 36px;
    height: 32px;
    display: block;
    position: absolute;
    background-image: url(../img/li_1.png);
    left: -50px;
}

.li_f::after,
.li_two::after,
.li_thr::after {
    content: "";
    width: 320px;
    height: 1px;
    display: block;
    position: absolute;
    background-image: url(../img/border.png);
    bottom: -20px;
    left: -50px;
}

.li_two::before {
    content: "";
    width: 36px;
    height: 32px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/li_2.png);
    left: -50px;
}

.li_thr::before {
    content: "";
    width: 36px;
    height: 32px;
    display: block;
    position: absolute;
    background-image: url(../img/li_3.png);
    background-repeat: no-repeat;
    left: -50px;
}

.li_four::before {
    content: "";
    width: 36px;
    height: 32px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/li_4.png);
    left: -50px;
}

.for_but {
    vertical-align: middle !important;
}

.but {
	width: 150px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/button.png);
	text-align: center;
	font-weight: 700;
	font-size: 21px;
	padding: 6px 0 0 19px;
	margin: 0 auto;
	cursor: pointer;
}

.but:hover,
.but_gr:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    25% {
        transform: scale(1.02);
    }

    75% {
        transform: scale(0.97);
    }
}

@keyframes pulse {
    25% {
        transform: scale(1.02);
    }

    75% {
        transform: scale(0.97);
    }
}

.but a {
    text-decoration: none;
    color: rgb(37, 37, 37);
}

.table {
    display: table;
    border-radius: 118px;
    border: 1px dashed rgb(255, 255, 255);
    padding: 10px 19px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.table > div {
    display: table-cell;
    vertical-align: top;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-align: center;
}

.table > div > div {
    color: rgb(255, 219, 2);
    font-weight: 700;
    font-size: 22px;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.table_abs {
    display: table;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 2;
}

.table_abs > div {
    display: table-cell;
    vertical-align: middle;
}

.prod_lab {
    margin: 20px 0 0 20px;
    display: block;
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
}

.table_abs .prod_lab:first-child,
.success .prod_lab:first-child {
    background-image: url(../img/medal_1.png);
}

.table_abs .prod_lab:last-child,
.success .prod_lab:last-child {
    background-image: url(../img/medal_2.png);
}

.table_abs .prod_lab:first-child p,
.success .prod_lab:first-child p {
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    padding-left: 0;
    font-size: 10px;
    font-family: impact;
    padding-top: 23px;
    text-align: center;
}

.table_abs > div > div {
    margin-left: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 45px;
}

.table_abs > div > div > p {
    padding-left: 25px;
}

.doc {
    width: 208px;
    height: 278px;
    background-image: url(../img/doc.png);
    background-size: 100% 100%;
    position: absolute;
    top: -28px;
    display: table;
    left: -35px;
    z-index: 9;
}

.about_doc {
    text-align: right;
    width: 65%;
    float: right;
}

.potency .about_doc p {
    color: rgb(136, 136, 136);
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
}

.sec_screen {
    overflow: visible;
}

.potency {
    float: right;
    width: 410px;
}

.potency h1,
.how_work > p {
    font-weight: 700;
    font-size: 30px;
    color: rgb(255, 234, 4);
    margin-bottom: 7px;
}

.potency p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 126%;
}

.warning {
    background-color: rgb(44, 6, 6);
    border: 1px dashed rgb(255, 255, 255);
    border-radius: 118px;
    padding: 20px 15px 26px 100px;
    background-image: url(../img/warning.png);
    background-repeat: no-repeat;
    background-position: 5% 40%;
    clear: both;
    position: relative;
    z-index: 999;
}

.warning p {
    font-size: 17px;
}

.warning p span {
    color: rgb(255, 234, 4);
}

.comments {
    background-color: rgb(255, 255, 255);
    padding-bottom: 10px;
}

.comment_load {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid rgb(199, 199, 199);
    position: relative;
    display: none;
}

.comment_load.active {
    display: block;
}

.buttonsslider {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: rgb(0, 0, 0);
    z-index: 9999;
}

.buttonsslider div {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0) url(../img/next.png) no-repeat scroll 0 0;
}

.buttonsslider div.pr {
    background: rgba(0, 0, 0, 0) url(../img/prev.png) no-repeat scroll 0 0;
}

.comment_load:last-child,
.comment_load:first-child {
    border-bottom: 0 none;
}

.comment_load > img {
    float: left;
    margin-right: 5px;
    width: 25px;
}

.comment_load > h2 {
    padding-top: 1px;
    font-weight: 700;
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.comment_load > div {
    display: table-cell;
    vertical-align: top;
}

.com_name {
    color: rgb(43, 88, 122);
    font-weight: 700;
    font-size: 14px;
}

.ava {
    width: 75px;
}

.ava img {
    width: 65px;
}

.com_txt {
    margin: 5px 0;
    color: rgb(0, 0, 0);
}

.vk-comment-answer:hover {
    opacity: 0.5;
    cursor: pointer;
}

.vk-comment-answer {
    color: rgb(43, 88, 122);
}

.vk-comment-date {
    color: rgb(153, 153, 153);
}

.vk-comment-like {
    position: absolute;
    right: 5px;
    bottom: 15px;
    background: transparent url(../img/fb-logo.png) no-repeat scroll left center;
    width: 30px;
    height: 16px;
    display: inline-block;
}

.vk-comment-like-count {
    padding-left: 24px;
    font-weight: 700;
    color: rgb(114, 149, 178);
    font-size: 10px;
    padding-top: 3px;
}

.result > div > p > span,
.people > p > span {
    color: rgb(255, 234, 4);
}

.people {
    padding: 20px 0;
}

.people > p {
    font-size: 28px;
    width: 92%;
    margin: 0 auto;
    font-weight: 700;
    font-family: "PT Sans";
    text-align: center;
}

.img_cent {
    display: block;
    margin: 0 auto;
}

.people .img_cent {
    margin: 10px auto;
}

.people > div {
    font-size: 22px;
    font-weight: 700;
    font-family: "PT Sans";
    text-align: center;
    margin-bottom: 20px;
}

.before_after {
    width: 300px;
    height: 150px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url(../img/after.png);
    position: relative;
}

.before_after > div {
    padding-top: 17px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 50px;
    height: 33px;
    border-radius: 150px;
    background-color: red;
    font-size: 14px;
}

.before_after > .before {
    left: 50px;
    background-color: rgb(163, 45, 45);
}

.before_after > .after {
    right: 5px;
    background-color: rgb(255, 234, 4);
    color: rgb(0, 0, 0);
}

.people > div > p > span {
    color: rgb(255, 234, 4);
}

.result li::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    width: 50px;
    height: 50px;
    left: -55px;
    background-image: url(../img/yes.png);
    background-size: 100% 100%;
}

.result {
    background-image: url();
    background-repeat: no-repeat;
    background-position: 133% 45%;
}

#res {
    position: absolute;
    max-width: 23%;
    right: 20px;
    bottom: -5px;
    width: 330px;
}

.how_work {
    background-repeat: no-repeat;
    background-position: 100% 25%;
    background-size: 90% auto;
    padding: 0 10px 25px;
}

.how_work > ul > li > p {
    position: relative;
    color: rgb(255, 255, 255);
}

.how_work > ul > li > p::before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: -53px;
    background-size: 100% 100%;
}

.how_work > ul > li:first-child > p::before {
    width: 30px;
    height: 41px;
    background-image: url(../img/happy.png);
}

.how_work > ul > li:nth-child(2) > p::before {
    width: 41px;
    height: 41px;
    background-image: url(../img/smile.png);
}

.how_work > ul > li:nth-child(3) > p::before {
    width: 41px;
    height: 41px;
    background-image: url(../img/like.png);
}

.how_work > ul > li {
    font-size: 17px;
    color: rgb(238, 218, 4);
    margin-bottom: 15px;
}

.how_work > div > p {
    width: 60%;
    display: inline-block;
    font-size: 24px;
}

.how_work > ul {
    margin-bottom: 40px;
}

.how_work > div {
    padding: 20px 30px;
    border: 1px dashed rgb(255, 255, 255);
    border-radius: 118px;
}

.how_work > div > p > span,
.thead span {
    color: rgb(246, 226, 4);
}

.footer {
    padding: 95px 0 25px;
    background-image: url(../img/fire.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.but > input {
    width: 100%;
    border: 0 none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-family: "pt sans";
}

@media screen and (max-width: 599px) {
    .wrapper {
        width: 450px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

    .first_screen {
        background-size: 103% auto;
        background-position: 0% 0%;
    }

    .list > ul {
        display: none;
    }

    .first_screen > div.list {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .logo {
        margin: 0 0 15px;
    }

    .mobile-prod {
        position: absolute;
        top: -100px;
        right: 0;
    }

    .prod {
        width: 175px;
        height: auto;
    }

    .first_p {
        font-size: 26px;
        padding-left: 5px;
    }

    .sec_p {
        margin-top: -9px;
        padding-left: 21px;
    }

    .table > div {
        display: block;
    }

    .table {
        padding: 8px 75px 8px 55px;
    }

    .table > div > div {
        margin-top: 0;
    }

    .but {
        margin: 0 auto;
    }

    .prod_lab {
        margin: 35px 0 0 7px;
        display: inline-block;
        width: 60px;
        height: 60px;
        vertical-align: top;
    }

    .table_abs .prod_lab:first-child p {
        font-size: 8px;
        padding-top: 19px;
    }

    .table_abs {
        right: 5px;
        bottom: 30px;
    }

    .potency {
        width: 270px;
        padding-right: 20px;
    }

    .doc {
        width: 175px;
        height: 240px;
        top: 5px;
    }

    .potency h1,
    .how_work > p {
        font-size: 27px;
    }

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

    .about_doc {
        width: 85%;
    }

    .potency .about_doc p {
        font-size: 11px;
    }

    .people > p {
        font-size: 26px;
    }

    .list > ul > li,
    .result > ul > li,
    .result > ul > li > p,
    .how_work > ul > li > p,
    .how_work > ul > li {
        font-size: 15px;
    }

    .result {
        background-position: 35% 0%;
        background-size: cover;
        padding: 0 10px;
    }

    .how_work > ul {
        margin-bottom: 30px;
        width: 50%;
    }

    .how_work > div > p {
        width: 60%;
        display: inline-block;
        font-size: 18px;
    }

    .table_abs > div > div {
        margin-left: 7px;
    }

    #res {
        width: 265px;
    }
}

@media screen and (max-width: 479px) {
    .wrapper {
        width: 100%;
    }

    .prod_lab {
        margin: 0 0 0 -6px;
        display: inline-block;
        width: 40px;
        height: 40px;
    }

    .mobile-prod {
        position: absolute;
        right: 0;
        top: -90px;
    }

    .prod {
        width: 76px;
        height: auto;
        position: relative;
        top: -50px;
        right: 5px;
    }

    .table_abs {
        right: 10px;
        top: 260px;
    }

    .table > div {
        display: block;
        font-size: 14px;
    }

    .table {
        padding: 8px 30px 13px 25px;
    }

    .table > div:first-child {
        text-align: center;
    }

    .first_screen {
        background-size: cover;
        background-position: 53% center;
    }

    .first_screen > div.list {
        font-size: 34px;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .logo {
        margin: 10px 0 8px;
    }

    .potency {
        width: 210px;
        margin-bottom: 15px;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
        z-index: 20;
        border-radius: 10px;
    }

    .potency h1,
    .how_work > p {
        font-size: 21px;
        margin-bottom: 2px;
        text-align: center;
    }

    .potency p {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .about_doc {
        width: 100%;
        font-size: 11px;
    }

    .potency .about_doc p {
        font-size: 9px;
    }

    .warning {
        background-size: 30pt auto;
        padding: 10px 15px 12px 68px;
    }

    .warning p,
    .result > p {
        font-size: 14px;
    }

    .people > p > .img_cent {
        margin: 3px auto;
        width: 25%;
    }

    .people > div > p {
        font-size: 16px;
        margin: 5px 0;
    }

    .people > div > img,
    .people > img {
        width: 75%;
    }

    .people > p {
        font-size: 21px;
    }

    #res {
        width: 88px;
        right: 35px;
        bottom: 34px;
    }

    .list > ul > li,
    .result > ul > li,
    .result > ul > li > p,
    .how_work > ul > li > p,
    .how_work > ul > li {
        font-size: 13px;
    }

    .how_work > div > p {
        width: 60%;
        display: inline-block;
        font-size: 14px;
    }

    .how_work > div > p {
        width: 100%;
        display: block;
        text-align: center;
    }

    .how_work > div {
        padding: 6px 20px;
    }

    .comment_load > h2 {
        font-size: 14px;
    }

    .footer {
        padding: 64px 0 25px;
        background-size: cover;
    }

    .before_after {
        width: 240px;
        height: 120px;
    }

    .before_after > div {
        font-size: 11px;
    }

    .before_after > .after {
        right: -5px;
        background-color: rgb(255, 234, 4);
        color: rgb(0, 0, 0);
    }

    .table_abs .prod_lab:first-child p {
        font-size: 5px;
        font-family: impact;
        padding-top: 12px;
    }

    .table_abs > div > div {
        margin-left: 0;
    }
}

.items {
    padding: 20px 10px 0;
}

.items .output__num > img {
    display: block;
    margin: 0 auto;
    max-width: 27%;
}

.output__num {
    text-align: center;
}

.output__num-head {
    color: rgb(255, 234, 4);
    font-size: 24px;
    font-weight: 700;
    display: block;
    padding: 5px;
}

.output__txt {
    font-size: 16px;
}

select,
.form__item-field {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 15px;
    display: block;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 17px;
    font-size: 18px;
    color: rgb(9, 9, 9);
    border-radius: 15px;
}

select {
	height: 100%;
}

.output__num-text--small {
    font-size: 25px;
    font-weight: 700;
    color: rgb(255, 219, 2);
}

.form-container {
    margin-top: 20px;
}

.result .composition {
    padding-left: 10px;
    width: 300px;
    margin-left: -10px;
}

.result .composition li {
    padding-bottom: 10px;
}

.result .composition b {
    font-size: 18px;
}

button {
	color: rgb(37, 37, 37);
	font-weight: 700;
	font-size: 22px;
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	background: rgba(255, 255, 255, 0);
	border: none;
	cursor: pointer;
}

.policy {
    text-align: center;
    margin-top: 20px;
}

input[type=checkbox] {
    margin-right: 10px;
}

.form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 0 auto 10px;
    max-width: 320px;
}

.check-text {
	text-align: left;
	font-size: 14px;
}

.form-link {
    color: inherit;
    text-decoration: underline;
}
