a,
body,
dd,
div,
footer,
form,
h2,
h3,
header,
html,
i,
img,
label,
li,
nav,
object,
output,
p,
s,
section,
span,
time,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}


footer,
header,
nav,
section {
    display: block
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #333
}


ul {
    list-style: none
}

br {
    line-height: 1;
    font-size: 0
}

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

button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0
}

::-ms-clear {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../fonts/roboto-v30-latin-regular.woff2) format("woff2"), url(../fonts/roboto-v30-latin-regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(""), url(../fonts/roboto-v30-latin-700.woff2) format("woff2"), url(../fonts/roboto-v30-latin-700.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local(""), url(../fonts/roboto-v30-latin-900.woff2) format("woff2"), url(../fonts/roboto-v30-latin-900.woff) format("woff");
    font-display: swap
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

svg {
    overflow: hidden
}

.btn {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3131), to(#e30000));
    background: linear-gradient(180deg, #ff3131 0, #e30000 100%);
    border-radius: 100px;
    padding: 10px 15px
}

.btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#d00000), to(#f23131));
    background: linear-gradient(180deg, #d00000 0, #f23131 100%)
}

.container {
    margin: 0 auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.title {
    font-size: 28px;
    color: #202020;
    line-height: 1;
    text-align: center
}


.title {
    font-weight: 700
}

.mark-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mark-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #333
}

.mark-list__item::before {
    content: '';
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px;
    height: 25px;
    background: url(../img/mark-list.png) no-repeat center/contain;
    margin-right: 10px
}

.mark-list__item:not(:last-of-type) {
    margin-bottom: 10px
}

.block {
    padding-top: 25px;
    padding-bottom: 25px
}

.header {
    background: #b1d0a8;
    padding: 18px 0
}

.header__menu,
.header__nav,
.header__timer {
    display: none
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo__text {
    font-weight: 900;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #292b2f
}

.intro {
    background: #fefdf2
}

.intro__title {
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #292b2f;
    margin-bottom: 20px
}

.intro__title--outside {
    display: none
}

.intro__pack {
    width: 200px
}

.intro .features,
.intro__pack {
    margin: 0 auto 20px
}

.features {
    max-width: 300px
}

.features__title {
    font-weight: 600;
    text-align: center;
    color: #1a1c20;
    background: url(../img/features-title-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 10px 25px;
    margin-bottom: 10px
}

.aftermath__title {
    margin-bottom: 20px
}

.aftermath__title span {
    color: #ff3131
}

.icon-list {
    border: 2px solid #ff3131;
    border-radius: 15px;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px
}

.icon-list__item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.icon-list__item:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.icon-list__item:not(:last-of-type)::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #bcbcbc;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.icon-list__mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3131), to(#e30000));
    background: linear-gradient(180deg, #ff3131 0, #e30000 100%);
    border-radius: 50%;
    margin-bottom: 10px
}

.icon-list__mark::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px
}

.icon-list__mark--knife::before {
    background: url(../img/aftermath-1.svg) no-repeat center/contain
}

.icon-list__mark--wheelchair::before {
    width: 25px;
    height: 25px;
    background: url(../img/aftermath-2.svg) no-repeat center/contain
}

.icon-list__mark--hands::before {
    background: url(../img/aftermath-3.svg) no-repeat center/contain
}

.icon-list__text {
    font-weight: 700;
    text-align: center
}

.effect {
    background: #fefdf2
}

.effect .table-list,
.effect__title {
    margin-bottom: 20px
}

.table-list__item {
    font-weight: 700
}

.table-list__item:not(:last-of-type) {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.review {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    border-radius: 15px;
    padding: 20px
}

.review__author {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.review__avatar {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0 auto 10px
}

.review__degree,
.review__name {
    display: block;
    text-align: center
}

.review__name {
    font-size: 16px;
    font-weight: 700
}

.review__text {
    text-align: center;
    color: #666
}

.review__text span {
    font-weight: 700;
    color: #333
}

.compound__content,
.compound__title {
    margin-bottom: 20px
}

.compound__product {
    margin-bottom: 25px
}

.compound__pack {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    margin: 0 auto
}

.compound .components:not(:last-child) {
    margin-bottom: 25px
}

.components__item:not(:last-of-type) {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.components__item:not(:last-of-type)::before {
    content: '';
    display: block;
    width: 70%;
    height: 1px;
    background: #bcbcbc;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.components__header {
    margin-bottom: 10px
}

.components__img {
    display: block;
    max-width: none;
    width: 100px;
    height: 100px;
    margin: 0 auto 5px
}

.components__name {
    display: block;
    font-weight: 700;
    text-align: center
}

.components__text {
    text-align: center;
    color: #666
}

.order__wrapper {
    position: relative
}

.order__wrapper::before {
    content: '';
    display: block;
    border-bottom: 1px solid #c4c4c4;
    position: absolute;
    width: calc(100% - 20px);
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.order__title {
    margin-bottom: 20px
}

.steps {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.steps__item {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    border-radius: 15px;
    max-width: 270px;
    width: 100%
}

.steps__item:not(:last-of-type) {
    margin-bottom: 15px
}

.steps__visual {
    height: 220px;
    background: #fefdf2;
    overflow: hidden;
    position: relative
}

.steps__visual::before {
    content: '';
    display: block;
    position: absolute
}

.steps__visual--call::before,
.steps__visual--form::before {
    width: 210px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.steps__visual--form::before {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    height: 220px;
    background: no-repeat center/contain;
    top: 0;
    bottom: 0
}

.no-webp .steps__visual--form::before {
    background-image: url(../img/order-1.png);
}

.webp .steps__visual--form::before {
    background-image: url(../img/order-1.webp);
}

.steps__visual--call::before {
    height: 225px;
    background: url(../img/order-2.png) no-repeat center/contain;
    bottom: -20px
}

.no-webp .steps__visual--call::before {
    background-image: url(../img/order-2.png);
}

.webp .steps__visual--call::before {
    background-image: url(../img/order-2.webp);
}

.steps__visual--deliv::before {
    height: 190px;
    width: 110px;
    background: no-repeat center/contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-webp .steps__visual--deliv::before {
    background-image: url(../img/product__mob.png);
}

.webp .steps__visual--deliv::before {
    background-image: url(../img/product__mob.webp);
}

.steps__visual--effect::before {
    height: 190px;
    width: 207px;
    background: no-repeat center/contain;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.no-webp .steps__visual--effect::before {
    background-image: url(../img/order-4.png);
}

.webp .steps__visual--effect::before {
    background-image: url(../img/order-4.webp);
}

.steps__title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background: #b6d6ad;
    padding: 10px 25px
}

.steps__text {
    text-align: center;
    width: 100%;
    padding: 30px 40px
}

.outro {
    background: #fefdf2
}

.form__main::before,
.outro__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.outro__title {
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #1a1c20;
    margin-bottom: 20px
}

.outro__title--inside {
    display: none
}

.outro__product {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.outro__pack {
    width: 200px;
    margin: 0 auto 20px
}

.outro .features {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px
}

.outro .form {
    margin: 0 auto
}

.footer__wrapper {
    text-align: center
}

.form {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px
}

.form__main {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    border-radius: 15px 15px 0 0;
    margin-bottom: 20px;
    position: relative
}

.form__main::before {
    content: 'Promocija!';
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 80px;
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background: url(../img/sale-bg.png) no-repeat center/contain;
    position: absolute;
    top: -30px;
    right: -15px;
    z-index: 1
}

.form__content {
    background: #fff;
    border-radius: 15px;
    padding: 20px 25px;
    position: relative;
    overflow: hidden
}

.form__content::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #1a1c20;
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.form__title {
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    margin-bottom: 5px
}

.form__subtitle {
    text-align: center;
    color: #444;
    margin-bottom: 15px
}

.form__fields {
    margin-bottom: 20px
}

.form__label {
    display: block;
    margin-bottom: 15px;
    position: relative
}

.form__label--name::before,
.form__label--phone::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 17px
}

.form__label--name::before {
    background: url(../img/input-name.svg) no-repeat center/contain
}

.form__label--phone::before {
    background: url(../img/input-phone.svg) no-repeat center/contain
}

.form__input {
    font-size: 16px;
    border-radius: 100px;
    width: 100%;
    padding: 18px 18px 18px 50px;
    background: #f8f8f8;
    border: 1px dashed rgba(19, 24, 101, .2)
}

.form__btn {
    width: 100%
}

.form__activity {
    text-align: center;
    color: #444
}

.form__activity span {
    font-weight: 700
}

.form__footer {
    background: #b1d0a8;
    border-radius: 0 0 15px 15px;
    padding: 15px
}

.form__stock {
    font-size: 15px;
    text-align: center
}

.form__stock span {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background: #f90;
    border-radius: 3px;
    padding: 2px 5px
}

.form__stars {
    margin-right: 15px
}

.form__rating,
.form__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form__star {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/star-full.png) no-repeat center/contain
}

.form__star:not(:last-child) {
    margin-right: 5px
}

.form__star--part {
    background: url(../img/star-part.png) no-repeat center/contain
}

.form__reviews {
    text-decoration: underline
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 15px
}

.form__price-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.form__price {
    text-align: center;
}

.old-wrap {
    font-size: 20px;
    text-decoration: line-through;
}

.form__price-old .form__price-title {
    margin-bottom: 10px;
}

.new__price {
    color: red;
    font-size: 26px;
    font-weight: bold;
}

.popup__wrapper {
    background: #fefdf2;
    border-radius: 20px;
    padding: 20px
}

.popup__pack {
    display: none
}

@media screen and (min-width:480px) {
    .container {
        width: 480px
    }

    .title {
        font-size: 30px
    }

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

    .header {
        background: #b1d0a8 url(../img/order-green-bg.png) no-repeat center/cover
    }

    .header__menu,
    .header__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .header__btn {
        max-width: 170px;
        width: 100%
    }

    .steps__visual--deliv::before {
        background: no-repeat center/contain
    }

    .no-webp .steps__visual--deliv::before {
        background-image: url(../img/product.png);
    }
    
    .webp .steps__visual--deliv::before {
        background-image: url(../img/product.png);
    }

    .popup__wrapper {
        padding: 20px 35px
    }
}

@media screen and (min-width:640px) {
    .container {
        width: 640px
    }

    .title {
        font-size: 34px
    }

    .mark-list__item {
        font-size: 16px
    }

    .mark-list__item:not(:last-of-type) {
        margin-bottom: 15px
    }

    .intro__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .intro__content {
        margin-right: 20px
    }

    .intro__title--outside {
        display: block;
        width: 100%
    }

    .intro__title--inside {
        display: none
    }

    .intro__pack {
        margin-bottom: 0
    }

    .intro .features {
        margin-bottom: 25px
    }

    .features__title {
        font-size: 18px;
        padding: 10px 25px;
        margin-bottom: 20px
    }

    .icon-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: none
    }

    .icon-list__item {
        width: calc(100%/3)
    }

    .icon-list__item:not(:last-of-type) {
        padding-bottom: 0;
        margin-bottom: 0;
        padding-right: 15px;
        margin-right: 15px
    }

    .icon-list__item:not(:last-of-type)::after {
        width: 1px;
        height: 50%;
        bottom: auto;
        top: 50%;
        left: auto;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .icon-list__text {
        font-size: 16px
    }

    .effect .table-list,
    .effect__title {
        margin-bottom: 25px
    }

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

    .table-list__item {
        font-size: 16px;
        width: 47%
    }

    .table-list__item:last-of-type {
        width: 100%
    }

    .review__name {
        font-size: 18px
    }

    .review__degree,
    .review__text {
        font-size: 16px
    }

    .compound__title {
        margin-bottom: 25px
    }

    .compound__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px
    }

    .compound__product {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    .compound .components {
        max-width: 47%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .compound .components:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .compound .components:not(:last-of-type),
    .steps__item:not(:last-of-type) {
        margin-bottom: 0
    }

    .components__name,
    .components__text {
        font-size: 16px
    }

    .order__wrapper::before {
        top: -30px
    }

    .order__title {
        margin-bottom: 25px
    }

    .steps {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .steps__item {
        width: 49%;
        max-width: none
    }

    .steps__item:nth-child(-n+2) {
        margin-bottom: 15px
    }

    .steps__title {
        font-size: 18px
    }

    .steps__text {
        font-size: 16px
    }

    .outro__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .outro__content {
        margin-right: 20px
    }

    .outro__title--outside {
        width: 100%
    }

    .outro__pack {
        margin-bottom: 0
    }

    .form,
    .outro .form {
        margin: 0
    }

    .form__title {
        font-size: 23px
    }

    .form__activity,
    .form__subtitle {
        font-size: 16px
    }

    .form__stock {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 768px;
        padding-left: 25px;
        padding-right: 25px
    }

    .title {
        font-size: 38px
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .footer.block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .timer {
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .timer__title {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #3e3e3e;
        margin-bottom: 5px
    }

    .timer__value,
    .timer__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .timer__value:not(:last-child)::after {
        content: ':';
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #fff;
        margin: 0 5px
    }

    .timer__numb {
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-weight: 700;
        font-size: 22px;
        color: #fff;
        background: #f90;
        border-radius: 2px;
        padding: 7px 9px
    }

    .timer__numb:not(:last-child) {
        margin-right: 5px
    }

    .intro__main {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .aftermath__title {
        font-size: 25px;
        background: #fff;
        position: relative;
        z-index: 1;
        width: 70%;
        margin: 0 auto -15px
    }

    .icon-list {
        padding: 45px 20px 35px
    }

    .icon-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .icon-list__item:not(:last-of-type) {
        padding-right: 25px;
        margin-right: 25px
    }

    .icon-list__mark {
        margin-bottom: 0;
        margin-right: 10px
    }

    .icon-list__text {
        text-align: left
    }

    .order__wrapper::before {
        width: calc(100% - 50px);
        top: -40px
    }

    .outro__wrapper {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media screen and (min-width:1023px) {

    .header__nav,
    .header__timer {
        margin-right: 20px
    }

    .timer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .timer__title {
        text-align: left;
        max-width: 175px;
        margin-right: 10px;
        margin-bottom: 0
    }

    .nav,
    .nav__anchor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nav__anchor {
        font-size: 16px;
        line-height: 16px;
        text-decoration: underline;
        color: #3e3e3e
    }

    .nav__anchor:hover {
        text-decoration: none
    }

    .nav__anchor::before {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        margin-right: 18px
    }

    .nav__anchor--compound::before {
        background: url(../img/nav-icon-1.png) no-repeat center/contain
    }

    .nav__anchor::after {
        content: '';
        display: block;
        width: 1px;
        height: 29px;
        background: #fff;
        opacity: .5;
        margin-left: 20px
    }

    .nav__anchor:not(:last-child) {
        margin-right: 20px
    }
}

@media screen and (min-width:1024px) {
    .container {
        width: 1024px
    }

    .title {
        font-size: 40px
    }

    .mark-list__item {
        font-size: 20px;
        line-height: 1.5
    }

    .mark-list__item:not(:last-of-type) {
        margin-bottom: 40px
    }

    .mark-list__item::before {
        width: 30px;
        height: 30px
    }

    .block {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .intro {
        background: #fefdf2 url(../img/intro-bg.png) no-repeat center/cover
    }

    .intro__wrapper {
        position: relative
    }

    .intro__wrapper::before {
        content: '';
        display: block;
        width: 680px;
        height: 656px;
        background: no-repeat center/contain;
        position: absolute;
        bottom: -60px;
        left: -370px
    }

    .no-webp .intro__wrapper::before {
        background-image: url(../img/intro-people.png);
    }
    
    .webp .intro__wrapper::before {
        background-image: url(../img/intro-people.webp);
    }

    .intro__main {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .intro__content {
        padding-top: 30px;
        max-width: 485px;
        width: 100%;
        position: relative
    }

    .intro__title {
        font-size: 75px;
        margin-bottom: 35px
    }

    .intro__title--outside {
        display: none
    }

    .intro__title--inside {
        display: block
    }

    .intro__pack {
        position: absolute;
        bottom: -112px;
        left: -120px;
        width: 220px;
        margin-bottom: 0
    }

    .intro .features {
        margin: 0 0 0 auto
    }

    .features {
        max-width: 330px
    }

    .features__title {
        font-size: 26px;
        text-align: center;
        line-height: 1.1;
        padding: 10px 45px;
        margin-bottom: 35px
    }

    .aftermath__title {
        font-size: 28px
    }

    .icon-list {
        padding: 80px 70px 60px
    }

    .icon-list__item:not(:last-of-type) {
        padding-right: 40px;
        margin-right: 40px
    }

    .icon-list__mark {
        width: 100px;
        height: 100px;
        margin-right: 25px
    }

    .icon-list__mark::before {
        width: 50px;
        height: 50px
    }

    .icon-list__mark--wheelchair::before {
        width: 45px;
        height: 45px
    }

    .icon-list__text {
        font-size: 18px
    }

    .effect {
        background: #fefdf2 url(../img/intro-bg.png) no-repeat center/cover
    }

    .effect__content,
    .effect__wrapper {
        position: relative
    }

    .effect__wrapper::before {
        content: '';
        display: block;
        width: 220px;
        height: 400px;
        background: no-repeat center/contain;
        position: absolute;
        top: -60px;
        left: 0
    }

    .no-webp .effect__wrapper::before {
        background-image: url(../img/bone.png);
    }
    
    .webp .effect__wrapper::before {
        background-image: url(../img/bone.webp);
    }

    .effect__content {
        z-index: 1
    }

    .effect__title {
        margin-bottom: 50px
    }

    .effect .table-list {
        max-width: 745px;
        width: 100%;
        margin-left: auto;
        margin-bottom: 50px
    }

    .table-list__item:not(:last-of-type) {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .review {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 50px 23px
    }

    .review__author,
    .review__avatar {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0
    }

    .review__author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 0;
        padding-bottom: 0;
        max-width: 275px;
        margin-right: 30px
    }

    .review__avatar {
        max-width: none;
        margin-right: 20px
    }

    .review__degree,
    .review__name,
    .review__text {
        text-align: left
    }

    .review__text {
        padding-left: 62px;
        border-left: 2px solid #bcbcbc
    }

    .compound__title {
        margin-bottom: 40px
    }

    .compound__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 40px
    }

    .compound .components,
    .compound__product {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .compound__product {
        -ms-flex-item-align: center;
        align-self: center;
        width: auto;
        margin-bottom: 0
    }

    .compound .components {
        max-width: 300px;
        width: 100%
    }

    .components__item {
        position: relative
    }

    .components__item::after {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
        top: 30px;
        right: -70px
    }

    .components__item:not(:last-of-type) {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .components__item:not(:last-of-type)::before {
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .components__item:last-child::after {
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
        top: -10px
    }

    .components__item::after,
    .components__item:last-child::after {
        content: '';
        display: block;
        width: 105px;
        height: 80px;
        background: url(../img/arrow.png) no-repeat center/contain;
        position: absolute
    }

    .components--reversed .components__item::after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        top: 30px;
        left: -70px
    }

    .components--reversed .components__item:last-child::after {
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1);
        top: -10px
    }

    .components--reversed .components__item:not(:last-of-type)::before {
        left: auto;
        right: 0;
        -webkit-transform: none;
        transform: none
    }

    .components__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90%
    }

    .components--reversed .components__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-left: auto
    }

    .components__img {
        margin-bottom: 0;
        margin-right: 10px
    }

    .components--reversed .components__img {
        margin-right: 0
    }

    .components__name {
        font-size: 18px;
        text-align: left
    }

    .components__text {
        text-align: left
    }

    .components--reversed .components__name {
        margin-right: 10px;
        text-align: right
    }

    .components--reversed .components__text {
        text-align: right
    }

    .order__wrapper::before {
        top: -60px
    }

    .order__title {
        margin-bottom: 40px
    }

    .steps {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .steps__item {
        max-width: 270px;
        width: 100%
    }

    .steps__item:nth-child(-n+2) {
        margin-bottom: 0
    }

    .steps__item:not(:last-of-type) {
        margin-right: 15px
    }

    .steps__item:nth-child(2n-1) {
        margin-bottom: 30px
    }

    .steps__visual {
        background: #fefdf2 url(../img/order-img-bg.png) no-repeat center/cover
    }

    .steps__text,
    .steps__title {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .steps__title {
        background: #b6d6ad url(../img/order-green-bg.png) no-repeat center/cover;
        min-height: 64px;
        width: 100%
    }

    .steps__text {
        min-height: 136px
    }

    .outro {
        background: #fefdf2 url(../img/intro-bg.png) no-repeat center/cover
    }

    .outro__content,
    .outro__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .outro__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0
    }

    .outro__content .features {
        max-width: 370px;
    }

    .outro__title {
        font-size: 55px;
        margin-bottom: 35px
    }

    .outro__title--outside {
        display: none
    }

    .outro__title--inside {
        display: block
    }

    .outro__product {
        max-width: 300px;
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .outro__pack {
        width: 220px
    }

    .outro .features {
        margin: 0 auto
    }

    .form__main::before {
        right: -20px
    }

    .form__title {
        font-size: 28px
    }

    .form__subtitle {
        margin-bottom: 25px
    }

    .form__reviews {
        font-size: 16px
    }

    .price {
        margin-bottom: 25px
    }

    .popup__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fefdf2 url(../img/intro-bg.png) no-repeat right/cover;
        padding: 25px 55px 25px 90px
    }

    .popup__pack {
        display: block;
        width: 220px;
        margin-right: 90px
    }
}

@media screen and (min-width:1220px) {
    .container {
        width: 1220px
    }

    .title {
        font-size: 46px
    }

    .block {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .header__nav {
        margin-right: 75px
    }

    .nav__anchor::after {
        margin-left: 35px
    }

    .nav__anchor:not(:last-child) {
        margin-right: 35px
    }

    .intro__wrapper::before {
        width: 735px;
        height: 705px;
        bottom: -75px;
        left: -270px
    }

    .intro__content {
        margin-right: 25px
    }

    .intro__title {
        font-size: 90px;
        margin-bottom: 40px
    }

    .intro__pack {
        width: 250px;
        bottom: -105px;
        left: -160px
    }

    .features__title {
        margin-bottom: 40px
    }

    .aftermath__title {
        font-size: 34px
    }

    .icon-list__item:not(:last-of-type) {
        padding-right: 65px;
        margin-right: 65px
    }

    .icon-list__text {
        font-size: 20px
    }

    .effect__wrapper::before {
        width: 280px;
        height: 520px
    }

    .effect__title {
        font-size: 50px;
        margin-bottom: 75px
    }

    .effect .table-list {
        max-width: 810px;
        margin-bottom: 65px
    }

    .table-list__item {
        font-size: 20px;
        line-height: 1.5;
        width: 43%
    }

    .table-list__item:nth-child(2n-1) {
        margin-right: 20px
    }

    .table-list__item:last-child {
        margin: 0
    }

    .table-list__item:not(:last-of-type) {
        padding-bottom: 35px;
        margin-bottom: 35px
    }

    .compound__title {
        font-size: 50px;
        margin-bottom: 75px
    }

    .compound__content {
        margin-bottom: 70px
    }

    .compound__pack {
        width: 250px
    }

    .compound .components {
        max-width: 355px
    }

    .components__item:not(:last-of-type) {
        padding-bottom: 45px;
        margin-bottom: 45px
    }

    .components__header {
        margin-bottom: 15px
    }

    .components__name {
        font-size: 20px;
        line-height: 1.5
    }

    .components__text {
        line-height: 1.5
    }

    .order__wrapper::before {
        top: -75px
    }

    .order__title {
        margin-bottom: 50px
    }

    .steps__title {
        font-size: 20px
    }

    .steps__text {
        font-size: 18px;
        padding: 30px
    }

    .outro__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .outro__title {
        font-size: 90px
    }

    .outro__product {
        max-width: 485px
    }

    .outro__pack {
        width: 250px
    }

    .outro .features {
        max-width: 420px;
        margin: 0 0 0 -30px
    }

    .outro .mark-list {
        max-width: 340px;
        margin: 0 auto
    }

    .form__stock {
        font-size: 20px
    }
}