button,
hr,
input {
    overflow: visible
}

progress,
sub,
sup {
    vertical-align: baseline
}

a,
legend {
    color: inherit
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

details,
main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.btn,
.effects__list p::before {
    font-weight: 700;
    text-align: center
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
p {
    margin: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    letter-spacing: inherit
}

.header__list {
    margin-top: 20px;
}

embed,
iframe,
img,
object,
video {
    display: block;
    max-width: 100%
}

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

.visually-hidden {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden
}

.effects__list,
.effects__list li,
.effects__list p,
.effects__list span,
.girls__arrow,
.header__list li,
.link,
.order__form {
    position: relative
}

body {
    min-width: 320px;
    width: 100%;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    background: #2f2f2f
}

.wrapper {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

.btn {
    background: #17ff12;
    border-radius: 50px;
    -webkit-box-shadow: 0 15px 15px rgba(23, 255, 18, .25);
    box-shadow: 0 15px 15px rgba(23, 255, 18, .25);
    font-size: 22px;
    line-height: 30px;
    color: #000;
    display: block;
    padding: 9px 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    max-width: 580px;
    outline: 0
}

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

.link {
    color: #fff615
}

.link::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    background: #fff615;
    height: 1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s
}

.link:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../images/03f8c1Gchcw0.jpg") right center/auto 100% no-repeat
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__column {
    max-width: 50%;
    width: 470px
}

.header__column--right {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.effects__title,
.header__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    color: #fff;
    margin-bottom: 30px
}

.header__img {
    width: 470px;
    max-width: 100%;
    margin: 0 auto 30px
}

.header__img img {
    width: 100%;
    border: 3px solid #17ff12
}

.header__list li {
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    padding-left: 65px;
    margin-bottom: 15px
}

.header__list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 32px;
    background: url(../images/umjNqMH0dOB4.svg) center no-repeat
}

.header__prod {
    width: 100%;
    margin-left: unset;
    max-width: 250px
}

.header__price {
    font-size: 44px;
    line-height: 61px;
    letter-spacing: .03em;
    color: #ffcd1a
}

.header__price-wrap {
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: .03em;
    color: #fff;
    color: red;
}

.header__btn {
    max-width: 270px
}

.doc,
.effects {
    background: #202020
}

.effects .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 510px;
    background: url("../images/UgyFIeCsX9XH.jpg") left center/auto 100% no-repeat
}

.effects__inner {
    max-width: 50%;
    margin-left: auto
}

.effects__list {
    counter-reset: item
}

.doc .wrapper,
.girls {
    padding-top: 60px;
    padding-bottom: 60px
}

.effects__list li {
    margin-bottom: 25px;
    z-index: 10
}

.effects__list li:first-child:before,
.effects__list li:nth-child(2):before {
    position: absolute;
    content: "";
    left: 24px;
    top: calc(50% + 37px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 50%;
    background: #ffcf27
}

.effects__list li:nth-child(2):after,
.effects__list li:nth-child(3):after {
    position: absolute;
    content: "";
    left: 24px;
    top: calc(50% - 37px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 50%;
    background: #ffcf27
}

.effects__list p::before,
.effects__list span::after {
    -webkit-transform: translateY(-50%);
    position: absolute
}

.effects__list p {
    padding-left: 70px;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #fff
}

.effects__list p::before {
    counter-increment: item;
    content: counter(item);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    border: 3px solid #ffcf27;
    border-radius: 50%;
    font-size: 26px;
    line-height: 45px;
    color: #ffcf27
}

.effects__list span::after {
    content: "";
    width: 150px;
    height: 2px;
    background: #ffcf27;
    left: -220px;
    top: 50%;
    transform: translateY(-50%)
}

.effects__list span::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #ffcf27;
    left: -220px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.doc__inner,
.girls__inner,
.order__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.girls__product-img,
.girls__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.girls__product-img {
    width: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.girls__text-block {
    padding: 0 30px 15px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.doc__title,
.girls__title,
.order__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    color: #fff;
    margin-bottom: 25px
}

.girls__title span {
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    display: block;
    margin-top: 25px
}

.girls__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.girls__arrow {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    padding: 0 15px
}

.girls__arrow span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffcf27;
    position: relative
}

.girls__arrow span::after,
.girls__arrow span::before {
    position: absolute;
    content: "";
    right: -2px;
    width: 15px;
    height: 2px;
    background: #ffcf27
}

.girls__arrow span::before {
    top: calc(50% - 5px);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.girls__arrow span::after {
    top: calc(50% + 5px);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.girls__btn {
    max-width: 270px;
    width: 270px
}

.girls__img {
    width: 370px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.girls__img img {
    width: 100%;
    border: 3px solid #17ff12
}

.girls__btn--mobile {
    display: none
}

.doc .wrapper {
    background: url("../images/xvjfVeXUuaUF.jpg") right center/auto 100% no-repeat
}

.doc__img {
    width: 267px;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:991px) {
    .wrapper {
        max-width: 480px
    }

    .btn {
        font-size: 22px;
        line-height: 28px
    }

    .header .wrapper {
        background: 0 0;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .doc__inner,
    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__column {
        width: 100%;
        max-width: none
    }

    .header__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px
    }

    .header__product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: url("../images/TGOW3S73tOdG.jpg") center/contain no-repeat;
        padding-top: 150px;
        margin-top: -150px
    }

    .header__prod {
        max-width: 50%;
        width: 150px;
        margin: 0
    }

    .header__price-block {
        max-width: 50%;
        margin-bottom: 15px
    }

    .header__btn {
        margin: 0 auto
    }

    .effects .wrapper {
        background: 0 0;
        padding-top: 30px;
        padding-bottom: 0
    }

    .effects__inner {
        max-width: none;
        margin: 0
    }

    .effects__list {
        padding-bottom: 150px
    }

    .effects__list::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 250px;
        bottom: 0;
        left: 0;
        background: url("../images/FIjAWRrLjC7i.jpg") center/contain no-repeat;
        z-index: 1
    }

    .effects__list li {
        min-height: 47px
    }

    .effects__list li:first-child:before,
    .effects__list li:nth-child(2):before {
        -webkit-transform: none;
        transform: none;
        top: 47px;
        z-index: 5
    }

    .effects__list li:nth-child(2):after,
    .effects__list li:nth-child(3):after {
        -webkit-transform: none;
        transform: none;
        top: -50%;
        z-index: 5
    }

    .effects__list p {
        font-size: 20px;
        line-height: 26px
    }

    .effects__list p::before {
        -webkit-transform: none;
        transform: none;
        top: 0;
        background: #202020;
        z-index: 25
    }

    .effects__list span::after,
    .effects__list span::before {
        content: none
    }

    .girls {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .girls__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px
    }

    .girls__product-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 30%
    }

    .girls__product-img img {
        max-width: 130px
    }

    .girls__text-block {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .doc__title,
    .girls__title {
        font-size: 28px;
        line-height: 36px
    }

    .girls__title span {
        font-size: 20px;
        line-height: 26px;
        margin-top: 15px
    }

    .girls__btn-wrapper {
        display: none
    }

    .girls__img {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 70%;
        padding-left: 10px
    }

    .girls__img img {
        width: auto;
        max-width: 100%;
        height: auto
    }

    .girls__btn--mobile {
        display: block;
        margin: 0 auto
    }

    .doc .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        background: 0 0
    }

    .doc__img {
        width: 100%;
        margin: 0 0 15px;
        display: flex;
        justify-content: center
    }

    .doc__text-block {
        background: url("../images/Gbwsk2GXxxLd.jpg") center/contain no-repeat
    }
}

@media (max-width:479px) {
    .header__price {
        font-size: 35px;
        line-height: 34px
    }

    .header__price-wrap {
        font-size: 20px;
        line-height: 30px
    }

    .doc__img {
        margin: 0 auto 15px
    }
}

.doc__info-text {
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    color: #ffcf27;
    margin-bottom: 25px
}

.doc__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px
}

.order {
    background: #2f2f2f
}

.order .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../images/5sJWKwkRfqaY.jpg") right center/auto 100% no-repeat
}

.order__promo {
    width: 470px;
    max-width: 50%
}

.order__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px
}

.order__img {
    max-width: 470px
}

.order__img img {
    width: 100%;
    border: 3px solid #17ff12
}

.order__form {
    width: 270px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.order__product-img {
    position: static;
    width: 100%;
    max-width: 250px
}

.order__price-block {
    margin-bottom: 25px
}

.order__price {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: .03em;
    color: #ffcd1a
}

.order__price--old {
    text-decoration: line-through;
    color: red
}

.order__price--old span {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: .03em;
    color: #fff
}

@media (max-width:991px) {
    .doc__info-text {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .doc__text {
        font-size: 18px;
        line-height: 28px
    }

    .order .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        background: 0 0
    }

    .order__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .order__promo {
        max-width: none;
        width: 100%;
        margin-bottom: 25px
    }

    .order__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px
    }

    .order__text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .order__form {
        max-width: none;
        width: 100%;
        margin: 0
    }

    .order__product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: url("../images/loPoHZi8Tt45.jpg") center top/contain no-repeat;
        padding-top: 0
    }

    .order__product-img {
        position: static;
        max-width: 50%;
        width: 180px
    }

    .order__price-block {
        width: 50%
    }

    .order__price {
        font-size: 28px;
        line-height: 34px
    }

    .order__price--old span {
        font-size: 20px;
        line-height: 30px
    }
}

form {
    max-width: 370px;
    width: 100%;
    margin-left: auto;
    margin-right: 50px
}

@media (max-width:767px) {
    .wrapper {
        max-width: 480px;
        padding: 0 10px
    }

    .header__prod {
        width: 120px
    }

    .effects__title {
        font-size: 28px;
        line-height: 36px
    }

    form {
        max-width: none;
        margin: 0
    }
}

.form__element {
    display: block;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dcdcdc;
    border-radius: 50px;
    padding: 12px 15px;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    position: relative;
    z-index: 5;
    outline: 0
}

.form__element--wrapper {
    padding: 0;
    border: none;
    position: relative
}

.form__arrow,
.form__arrow::before {
    display: block;
    position: absolute;
    right: 0
}

.form__element--select {
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    text-indent: .01px;
    background: 0 0;
    -webkit-appearance: none;
    margin-bottom: 0
}

.form__arrow {
    width: 45px;
    height: 100%;
    background: 0 0
}

.form__arrow::before {
    content: "";
    width: 0;
    height: 0;
    top: 3px;
    bottom: 0;
    left: 0;
    margin: auto;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #5c5c5c
}

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

.form__select::-ms-expand {
    display: none
}

.form__btn {
    width: 100%;
    border: none;
    position: relative;
    z-index: 5
}

.header__price-wrap span {
    color: white;
}
