a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.slick-slide img, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body, br {
    line-height: 1
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

br {
    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
}

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

::-ms-clear {
    display: none
}

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

#comebacker_main_div {
    display: none !important;
    height: 0 !important
}

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
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../fonts/select-triangle.svg);
    background-repeat: no-repeat
}

select, select:hover {
    background-size: 10px 10px;
    background-position: right 10px center
}

select:focus {
    outline: 0 !important;
    outline-color: transparent;
    outline-width: 0
}

select::-ms-expand {
    display: none !important;
    background: 0 0 !important;
    position: fixed;
    border: 0 !important;
    outline: 0 !important
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, option::-moz-focus-inner, select::-moz-focus-inner {
    border: 0
}

:not(#fake) {
    outline: 0
}

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

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

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

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

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

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

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

.title .color {
    color: #005978
}

.text-bold, .title, b {
    font-weight: 700
}

.text-black {
    font-weight: 900
}

.text-nowrap {
    white-space: nowrap
}

.bg {
    background: -webkit-gradient(linear, left top, right top, from(#f5ebf0), to(#c1cbdd));
    background: linear-gradient(90deg, #f5ebf0, #c1cbdd)
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.review-grade__item svg use, .reviews-form__rating svg path, .slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dots, .slick-dots li button:before {
    position: absolute;
    left: 0;
    text-align: center
}

.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slide {
    outline: 0
}

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

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

.form__mark {
    width: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.form__inner {
    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 15px 0 0;
    padding: 40px 15px 20px;
    overflow: hidden;
    position: relative
}

.form-price__new:before, .form__inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.form__inner:before {
    width: 100%;
    height: 5px;
    background-color: #005978
}

.form__title {
    text-align: center;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #333
}

.form__subtitle {
    text-align: center;
    color: #555;
    font-size: 16px
}

.form__price, .form__subtitle {
    margin-bottom: 15px
}

.form-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-price__name {
    font-size: 12px
}

.form-price__name-old {
    color: #666;
    font-size: 12px
}

.form-price__name-new {
    color: #fff;
    font-size: 12px
}

.form-price__old {
    width: 50%;
    color: #666;
    padding: 10px 10px 10px 0
}

.form-price__old .x_currency {
    font-size: 14px
}

.form-price__new {
    width: 50%;
    position: relative;
    z-index: 1;
    padding: 10px 0 10px 10px;
    color: #fff
}

.form-price__new:before {
    height: 100%;
    bottom: 0;
    right: -25px;
    background-color: #f87f50;
    z-index: -1;
    border-radius: 10px 0 0 10px
}

.form-price__new .x_currency {
    font-size: 14px;
    font-weight: 700
}

.form-price__value-old {
    font-size: 34px;
    display: inline-block;
    position: relative
}

.form-price__value-old:after, .form-price__value-old:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ff3535;
    left: 50%;
    top: 50%;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.form-price__value-old:before {
    -webkit-transform: rotate(-15deg) translateX(-50%);
    transform: rotate(-15deg) translateX(-50%)
}

.form-price__value-old:after {
    -webkit-transform: rotate(15deg) translateX(-50%);
    transform: rotate(15deg) translateX(-50%)
}

.form-price__value-new {
    font-size: 38px;
    font-weight: 700
}

.form__input {
    width: 100%
}

.form__input-wrap {
    margin-bottom: 15px
}

.form__btn {
    width: 100%;
    margin-bottom: 20px
}

.form__attendance {
    color: #444;
    text-align: center;
    font-size: 16px;
    position: relative
}

.form__attendance-value {
    color: #ff3535;
    font-weight: 700
}

.btn:hover, .form-btn, .form-btn:hover {
    -webkit-transition: all .4s;
    transition: all .4s
}

.form-btn {
    background: #ff3535;
    border-radius: 15px;
    padding: 20px 30px;
    position: relative;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 64px
}

.form-btn__arrow {
    display: none
}

.btn:hover, .form-btn:hover {
    background: #d62f2f
}

.form-btn:hover .form-btn__arrow {
    background-image: url(../images/btn-cart.png);
    background-size: 16px
}

.form-input {
    background: #f8f8f8;
    border: 1px solid rgba(19, 24, 101, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 22px 20px 22px 45px;
    font-size: 16px;
    color: #666
}

.form-input:focus {
    border: 1px solid rgba(19, 24, 101, .8);
    box-shadow: inset 0 0 5px 0 rgba(19, 24, 101, .5)
}

.form-input-wrap {
    position: relative
}

.form-input-wrap--name:before, .form-input-wrap--phone:before {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    top: 23px;
    width: 16px;
    height: 18px;
    background-image: url(../images/form-name.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.form-input-wrap--phone:before {
    top: 22px;
    width: 20px;
    height: 20px;
    background-image: url(../images/form-tel.png)
}

.form__last, .lastpack {
    font-weight: 700;
    text-align: center
}

.form__last {
    font-size: 20px;
    color: #fff;
    background-color: #005978;
    border-radius: 0 0 15px 15px;
    padding: 10px
}

.lastpack {
    background-color: #f87f50;
    padding: 3px 4px 3.5px 3px;
    display: inline-block;
    border-radius: 2px
}

.header {
    display: none
}

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

.logo__img {
    margin-right: 15px
}

.logo__text {
    font-size: 14px;
    text-transform: lowercase
}

.menu {
    display: none
}

.btn {
    background: #ff3535;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s
}

.promo__inner {
    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;
    align-items: center;
    max-width: 290px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.promo__product {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 25px;
    width: 200px
}

.promo__product-list {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

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

.promo__form {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.promo__form, .promo__main-title, .promo__subtitle {
    margin-bottom: 15px
}

.promo__main-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #005978;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700
}

.promo__subtitle {
    color: #333;
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.2;
    font-size: 20px;
    text-align: center
}

.promo__subtitle:before {
    content: "";
    display: block;
    position: absolute;
    width: 134px;
    height: 3px;
    background-color: #f87f50;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.promo-list__title {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center
}

.promo-list__item {
    color: #333;
    position: relative;
    padding-left: 60px
}

.promo-list__item:not(:last-child) {
    margin-bottom: 25px
}

.promo-award:before, .promo-list__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url(../images/check.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center
}

.promo-award {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 290px;
    width: 100%
}

.promo-award:before {
    width: 65px;
    height: 100%;
    background-image: url(../images/award.png);
    background-size: contain
}

.promo-award__inner {
    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 20px 20px 60px;
    margin-left: 20px;
    color: #333;
    line-height: 1.3
}

.promo-award__inner b {
    color: #000
}

.promo__award, .promo__list {
    margin-bottom: 25px
}

.promo__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px
}

.promo__stars-img {
    margin-right: 15px
}

.promo__stars-link {
    color: #333;
    text-decoration: underline
}

.promo__stars-link:hover {
    text-decoration: none
}

.product-list {
    margin-bottom: 0
}

.product-list__img {
    margin-right: 10px;
    width: 65px
}

.product-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-list__item:not(:last-child) {
    margin-bottom: 15px
}

.timer__text {
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px
}

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

.timer__dots {
    color: #fff;
    font-size: 18px;
    margin-right: 4px
}

.timer__item {
    background-color: #f87f50;
    border-radius: 5px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    padding: 7px 9px;
    color: #fff
}

.timer__item:not(:last-child) {
    margin-right: 4px
}

.nowrap {
    white-space: nowrap
}

.symptoms__inner {
    position: relative;
    padding: 10px;
    max-width: 290px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.symptoms__inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #e1cad6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px
}

.symptoms__title {
    margin-bottom: 25px
}

.symptoms__note, .symptoms__subtitle {
    text-align: center;
    color: #333;
    font-weight: 500
}

.symptoms__subtitle {
    margin-bottom: 30px;
    font-size: 20px
}

.symptoms__note {
    background-color: #f5d8d8;
    padding: 25px 10px;
    position: relative;
    font-size: 17px;
    line-height: 1.2;
    border-radius: 5px
}

.symptoms-list__title:after, .symptoms-list__title:before, .symptoms__note:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px
}

.symptoms__note:before {
    bottom: 100%;
    border: 15px solid transparent;
    border-bottom: 10px solid #f5d8d8
}

.symptoms__list {
    margin-bottom: 25px
}

.symptoms-list__title {
    font-weight: 500;
    color: #333;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ff3535;
    text-align: center;
    position: relative;
    max-width: 310px;
    padding: 25px 10px;
    margin-bottom: 25px;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto
}

.symptoms-list__title:after, .symptoms-list__title:before {
    top: 100%
}

.symptoms-list__title:before {
    border: 15px solid transparent;
    border-top: 10px solid #ff3535
}

.symptoms-list__title:after {
    border: 13px solid transparent;
    border-top: 9px solid #fff
}

.symptoms-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.symptoms-list__item {
    position: relative;
    width: 50%;
    text-align: center;
    padding: 0 10px;
    color: #000;
    line-height: 1.2
}

.symptoms-list__item:not(:last-child) {
    margin-bottom: 15px
}

.symptoms-list__item:before {
    content: "";
    display: block;
    width: 36px;
    height: 32px;
    background-image: url(../images/danger.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.symptoms-slider {
    max-width: 430px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.symptoms-slider__for {
    margin-bottom: 20px;
    padding: 0 4px
}

.symptoms-slider__for .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f87f50;
    z-index: 2
}

.symptoms-slider__for .slick-arrow.slick-disabled {
    display: none !important
}

.symptoms-slider__for .slick-next {
    right: -15px
}

.symptoms-slider__for .slick-prev {
    left: -15px
}

.symptoms-slider__for img {
    border-radius: 7px
}

.symptoms-slider__nav-item {
    margin: 0 4px;
    height: 82px;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    border: 3px solid transparent
}

.symptoms-slider__nav-item.slick-current {
    border: 3px solid #f48a6d
}

.symptoms-slider__nav-img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: 430px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.symptoms-slider__nav .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.symptoms-slider__arrow:before {
    display: none
}

.symptoms-slider__arrow--prev {
    -webkit-transform: scale(-1, 1) translate(0, -50%);
    transform: scale(-1, 1) translate(0, -50%)
}

.create__title {
    margin-bottom: 25px
}

.create__img {
    border-radius: 7px;
    width: 100%
}

.create__img-wrap {
    position: relative;
    margin-bottom: 25px;
    max-width: 540px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.create__text {
    color: #444;
    line-height: 1.3
}

.advantage-list__item:not(:last-child), .create__text:not(:last-child) {
    margin-bottom: 15px
}

.create__text--bold {
    font-weight: 500
}

.advantage__title {
    margin-bottom: 25px
}

.advantage__list {
    margin-bottom: 0
}

.advantage-list {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.advantage-list__info {
    width: 100%
}

.advantage-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.advantage-list__img {
    border-radius: 7px
}

.advantage-list__img-wrap {
    position: relative;
    padding-right: 20px;
    margin-right: 15px;
    max-width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.advantage-list__img-wrap:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/check.png)
}

.advantage-list__title {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2
}

.advantage-list__text {
    color: #666;
    line-height: 1.3
}

.advantage__img {
    max-width: 265px;
    margin-left: auto;
    z-index: 2;
    position: relative
}

.advantage__img-wrap {
    display: none
}

.advantage__img-cert {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 60px
}

.action__title {
    margin-bottom: 15px
}

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

.action__info {
    max-width: 250px
}

.action__prod {
    max-width: 200px
}

.action__inner {
    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
}

.action__date {
    text-align: center;
    color: #444;
    font-size: 18px;
    line-height: 1.3
}

.action__date, .action__price, .action__timer {
    margin-bottom: 15px
}

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

.action__timer .timer__dots, .action__timer .timer__text {
    color: #444
}

.action__btn {
    width: 100%
}

.action__input-wrap {
    margin-bottom: 15px
}

.form-price__new--action:before {
    right: 0;
    border-radius: 10px
}

.red {
    color: red
}

.result__title {
    margin-bottom: 10px
}

.result-list {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.result-list__item {
    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;
    margin: 15px;
    padding: 15px 15px 30px
}

.result-list__name {
    font-weight: 700;
    font-size: 18px;
    text-align: center
}

.result-list__img-wrap {
    margin-bottom: 25px;
    position: relative
}

.result-list__img-wrap:after, .result-list__img-wrap:before {
    display: block;
    position: absolute;
    bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 80px;
    padding: 7px;
    text-align: center;
    border-radius: 5px
}

.result-list__img-wrap:before {
    content: "Pred";
    background-color: #f87f50;
    left: 10px
}

.result-list__img-wrap:after {
    content: "Po";
    background-color: #1e9346;
    left: calc(50% + 15px)
}

.result-list__arrow {
    width: auto;
    height: auto;
    z-index: 1
}

.result-list__arrow:before {
    display: none
}

.result-list__arrow--prev {
    left: 0
}

.result-list__arrow--prev svg {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.result-list__arrow--next {
    right: 0
}

.result-list__dots {
    position: static;
    padding-top: 15px
}

.result-list__dots li {
    background: #cad1de;
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.result-list__dots li.slick-active {
    background: #f87f50
}

.composition__title {
    margin-bottom: 25px
}

.composition-list__item:not(:last-child), .composition__list:not(:last-child) {
    margin-bottom: 30px
}

.composition-list__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px
}

.composition-list__name {
    color: #333;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px
}

.composition-list__text {
    color: #666;
    text-align: center;
    line-height: 1.2
}

.composition__img-wrap, .statistics-list__item br {
    display: none
}

.statistics__title {
    margin-bottom: 25px
}

.statistics-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.statistics-list__item {
    padding: 0 10px;
    max-width: 610px;
    width: 100%
}

.statistics-cert__img-wrap:not(:last-child), .statistics-list__item:not(:last-child) {
    margin-bottom: 15px
}

.statistics-list__value {
    font-size: 80px;
    font-weight: 700;
    color: #005978;
    margin-bottom: 10px;
    text-align: center
}

.statistics-list__text {
    font-size: 16px;
    color: #444;
    text-align: center;
    line-height: 1.3
}

.statistics__note {
    color: #666;
    text-align: center;
    margin-bottom: 25px
}

.statistics__note i {
    font-style: italic
}

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

.statistics-cert__img-wrap {
    max-width: 205px;
    width: 100%
}

.statistics-action {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1cad6
}

.statistics-action__inner {
    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;
    max-width: 290px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.statistics-action__attention {
    font-weight: 500;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 20px;
    line-height: 1.2
}

.statistics-action__attention-mark {
    display: inline-block;
    width: 80px;
    margin-left: 15px
}

.statistics-action__timer {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.statistics-action__timer .timer__dots {
    color: #333
}

.statistics-action__img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 15px;
    max-width: 150px;
    width: 100%
}

.statistics-action__img--mob {
    display: none
}

.statistics-action__btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.specialist, svg {
    overflow: hidden
}

.specialist__title {
    margin-bottom: 25px;
    position: relative;
    z-index: 2
}

.specialist__inner {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.specialist__text {
    margin-bottom: 15px;
    line-height: 1.2;
    color: #666
}

.specialist__text b {
    color: #333;
    font-weight: 500;
    font-size: 18px
}

.specialist__bottom {
    position: relative;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.specialist__bottom:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 99px;
    height: 3px;
    background-color: #f87f50
}

.specialist__bottom-img {
    height: 80px;
    width: auto
}

.specialist__bottom-img:not(:last-child) {
    margin-right: 10px
}

.specialist__name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #333
}

.specialist__name-wrap {
    max-width: 200px;
    margin-right: 10px
}

.specialist__desc {
    color: #666;
    line-height: 1.2;
    font-size: 16px
}

.specialist__img-wrap {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1;
    display: none
}

.specialist__info {
    position: relative;
    z-index: 2
}

.review__block {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    border-radius: 15px;
    padding: 15px
}

.review__header {
    border-bottom: 1px solid #e1cad6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review__title {
    margin-bottom: 25px
}

.review__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.review__count-rating {
    margin-right: 10px
}

.review__count-text {
    color: #444
}

.review__list {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 15px
}

.review__list::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.review__list::-webkit-scrollbar-button {
    background-color: transparent
}

.review__list::-webkit-scrollbar-track {
    background-color: #999
}

.review__list::-webkit-scrollbar-track-piece {
    background-color: #fff
}

.review__list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #005978
}

.review__list::-webkit-scrollbar-corner {
    background-color: #999
}

.review__list::-webkit-resizer {
    background-color: #666
}

.review__btn, .review__btn:hover {
    -webkit-transition: all .4s;
    transition: all .4s
}

.review__btn {
    background: 0 0;
    border: 1px solid #ff3535;
    border-radius: 10px;
    text-align: center;
    color: #333;
    font-weight: 500;
    padding: 8px 15px;
    max-width: 230px;
    width: 100%;
    cursor: pointer;
    font-size: 18px
}

.review__btn:hover {
    background: #ff3535;
    color: #fff
}

.review-item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #e1cad6;
    padding-bottom: 15px
}

.review-item__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.review-item__header, .review-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review-item__rating {
    max-width: 70px
}

.review-item__letter {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    color: #333;
    font-size: 24px
}

.review-item__name {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2
}

.review-item__text {
    color: #444;
    margin-bottom: 10px;
    line-height: 1.2;
    height: 40px;
    overflow: hidden
}

.review-item__text--open {
    height: auto !important
}

.review-item__more {
    background: 0 0;
    border: 0;
    outline: 0;
    text-decoration: underline;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #666;
    cursor: pointer;
    font-size: 16px
}

.review-item__more:hover {
    text-decoration: none
}

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

.review-item__date {
    font-size: 16px;
    color: #444
}

.review-grade, .review-grade__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.review-grade {
    color: #b4b4b4
}

.review-grade__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social__img::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer
}

.like::before {
    background: url(../images/like.png) no-repeat center
}

.like-active::before {
    background: url(../images/like-active.png) no-repeat center
}

.dislike::before {
    background: url(../images/dislike.png) no-repeat center
}

.dislike-active::before {
    background: url(../images/dislike-active.png) no-repeat center
}

.review-grade__item:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #c4c4c4
}

.review-grade__item svg {
    cursor: pointer
}

.review-grade__count {
    margin-left: 10px;
    color: #444
}

.review-grade__like:hover {
    color: green
}

.review-grade__dislike {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.review-grade__dislike:hover {
    color: red
}

.review-grade__item--active .review-grade__like {
    color: green
}

.review-grade__item--active .review-grade__dislike {
    color: red
}

.reviews__cta {
    display: none;
    padding: 15px;
    background: #f5ebf0;
    border: 3px solid #c1cbdd;
    border-radius: 5px;
    z-index: 5;
    position: relative;
    margin-bottom: 15px
}

.reviews-form__field-wrap {
    padding: 1px
}

.reviews-form__file {
    cursor: pointer;
    border: 1px solid #dedddd;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
    padding: 26px 20px
}

.reviews-form__textarea {
    max-width: 100%;
    resize: none;
    overflow: hidden;
    min-height: 100px
}

.reviews-form__field-wrap.reviews-form__field-wrap--message {
    width: 100%
}

.reviews-form__error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -15px;
    left: 0;
    display: none
}

.reviews-form__intrenal-col {
    margin-bottom: 20px;
    padding: 1px
}

.reviews-form__checkmark-icon {
    display: none
}

.reviews-form__file, .reviews-form__file-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.reviews-form__file-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 23px;
    background: url(../images/file-icon.png) no-repeat center;
    background-size: 20px;
    cursor: pointer;
    border: 0
}

.reviews-form__file-text {
    color: #666;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    margin-left: 18px;
    cursor: pointer
}

.reviews-form__field {
    width: 100%;
    color: #666;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dedddd;
    padding: 26px 60px;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06)
}

.reviews-form__field-wrap {
    margin-bottom: 20px;
    position: relative
}

.reviews-form__field-wrap::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background: no-repeat 50% 50%
}

.reviews-form__field-wrap--name::before {
    width: 19px;
    height: 23px;
    background-image: url(../images/form-name.png)
}

.reviews-form__field-wrap--city::before {
    width: 23px;
    height: 23px;
    background-image: url(../images/city.png);
    background-size: 100%
}

.reviews-form__field-wrap--age::before {
    width: 22px;
    height: 20px;
    background-image: url(../images/age-icon.png)
}

.reviews-form__field-wrap--message::before {
    top: 27px;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 21px;
    height: 21px;
    background-image: url(../images/message-icon.png)
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.invalid, .valid {
    border: 1px solid red;
    border-radius: 6px
}

.valid {
    border: 1px solid green
}

.invalid .reviews-form__field, .valid .reviews-form__field {
    border: 0
}

.invalid .reviews-form__error {
    display: block
}

.rloaded .reviews-form__file-img {
    background: 0 0
}

.reviews-form__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-form__rating svg {
    width: 20px;
    height: 19px;
    pointer-events: none
}

.reviews-form__text {
    margin-right: 10px
}

.reviews-form__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-form__star-wrap {
    cursor: pointer
}

.reviews-form__star-wrap--full svg {
    fill: #ffc700
}

.reviews-popup {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: none
}

.reviews-popup__inner {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fbeef4;
    border: 3px solid #b063a3;
    border-radius: 5px;
    padding: 20px;
    text-align: center
}

.reviews-popup__text {
    font-size: 25px;
    font-weight: 700
}

.use__inner, .use__title {
    margin-bottom: 25px
}

.use__inner {
    position: relative;
    padding-bottom: 25px
}

.use__inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #caacbc;
    bottom: 0;
    left: 0
}

.use-list {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.use-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.use-list__item:nth-child(1) .use-list__img-wrap:before {
    content: "1"
}

.use-list__item:nth-child(2) .use-list__img-wrap:before {
    content: "2"
}

.use-list__item:nth-child(3) .use-list__img-wrap:before {
    content: "3"
}

.use-list__item:not(:last-child) {
    margin-bottom: 30px
}

.use-list__img {
    border-radius: 50%;
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px
}

.use-list__img-wrap {
    position: relative;
    margin-right: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.use-list__img-wrap:after, .use-list__img-wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.use-list__img-wrap:before {
    background-color: #f87f50;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    z-index: 2
}

.use-list__img-wrap:after {
    background-color: #dc6a3d;
    top: 2px;
    right: -2px;
    z-index: 1
}

.use-list__text {
    color: #444;
    line-height: 1.2
}

.use__img {
    position: relative;
    z-index: 2
}

.use__img-wrap {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    max-width: 240px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px
}

.use__img-cert {
    position: absolute;
    left: 0;
    top: 50px;
    width: 120px;
    z-index: 1
}

.use__img-recomend {
    position: absolute;
    right: -11px;
    top: -19px;
    z-index: 3;
    width: 60px
}

.use-spec__list {
    margin-bottom: 15px
}

.use-spec__item {
    position: relative;
    padding-left: 40px
}

.use-spec__item:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/check2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    position: absolute
}

.use-spec__item:not(:last-child) {
    margin-bottom: 15px
}

.use-spec__title {
    font-weight: 500;
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.3
}

.use-spec__text {
    color: #666;
    line-height: 1.2
}

.use-spec__img {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px
}

.use-spec__bottom {
    position: relative;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start
}

.use-spec__bottom:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f87f50
}

.use-spec__bottom-img {
    height: 80px;
    width: auto
}

.use-spec__bottom-img:not(:last-child) {
    margin-right: 10px
}

.use-spec__name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #333
}

.use-spec__name-wrap {
    max-width: 200px;
    margin-right: 10px
}

.use-spec__desc {
    color: #666;
    line-height: 1.2;
    font-size: 16px
}

.use-spec__info {
    width: 100%
}

.order__title {
    margin-bottom: 25px
}

.order__form {
    pointer-events: none;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 15px
}

.order__form:before {
    display: none
}

.order__form-btn {
    margin-bottom: 0
}

.order-list {
    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
}

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

.order-list__item:not(:last-child) {
    margin-bottom: 25px
}

.order-list__item:nth-child(2) .order-list__header, .order-list__item:nth-child(3) .order-list__header, .order-list__item:nth-child(4) .order-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order-list__item:nth-child(3) .order-list__header, .order-list__item:nth-child(4) .order-list__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-list__item:nth-child(3) .order-list__header img {
    max-width: 160px
}

.order-list__item:nth-child(4) .order-list__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.order-list__header {
    width: 270px;
    height: 270px;
    background: #f5eff2;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative
}

.order-list__title {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px
}

.order-list__text {
    color: #666;
    text-align: center;
    line-height: 1.2
}

.my-popup__prod {
    display: none
}

.my-popup__wrap {
    padding: 25px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.my-popup__wrap picture {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .composition__img-wrap::before, .specialist__img-wrap:before, .use__img-wrap:before {
        background: url(../images/circle.png) !important;
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important
    }
}

@media (max-width: 479px) {
    .reviews-form__field {
        padding: 25px 20px 25px 50px
    }
}

@media screen and (max-width: 479px) {
    .ever-popup__inner {
        width: calc(100%) !important;
        max-width: 300px
    }
}

@media screen and (min-width: 480px) {
    .specialist__name-wrap {
        max-width: 220px
    }

    .container {
        width: 480px
    }

    .title {
        font-size: 30px
    }

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

    .header {
        background-color: #005978;
        color: #fff
    }

    .header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0;
        margin-left: auto;
        margin-right: auto
    }

    .header__timer {
        display: none
    }

    .header__inner {
        max-width: 100%
    }

    .header__btn {
        display: block
    }

    .symptoms__inner {
        padding: 20px;
        max-width: 450px
    }

    .symptoms__list {
        margin-bottom: 35px
    }

    .symptoms-list__item {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%
    }

    .symptoms-list__item:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .symptoms-list__item:before {
        display: block;
        margin-right: 10px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0
    }

    .advantage-list__item {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .advantage-list__item:not(:last-child) .advantage-list__info {
        border-bottom: 1px solid #e1cad6
    }

    .advantage-list__item:not(:last-child) .advantage-list__img-wrap {
        margin-bottom: 10px
    }

    .advantage-list__info {
        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
    }

    .advantage-list__img-wrap {
        max-width: 150px
    }

    .action__prod {
        max-width: 200px;
        margin-right: 15px;
        margin-bottom: 0
    }

    .result__title {
        margin-bottom: 20px
    }

    .review-item__rating {
        max-width: 120px
    }

    .review-item__letter {
        width: 60px;
        height: 60px;
        font-size: 26px
    }

    .review-item__name {
        font-size: 18px
    }

    .use-spec__bottom-img {
        height: 70px
    }

    .use__img-wrap {
        max-width: 240px
    }

    .use__img-cert {
        top: 80px
    }
}

@media screen and (max-width: 639px) {
    .action__prod--desc {
        display: none
    }

    .action__prod--mob {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px
    }

    .statistics-action__attention {
        text-align: center
    }

    .statistics-action__attention-mark {
        display: none
    }

    .statistics-action__img--desc {
        position: relative;
        padding-top: 15px
    }

    .statistics-action__img--desc:before {
        content: "";
        display: block;
        position: absolute;
        width: 50px;
        height: 36px;
        background-image: url(../images/mark.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: 10px;
        top: 0
    }
}

@media screen and (min-width: 640px) {
    .header__logo {
        text-transform: uppercase;
        font-size: 30px
    }

    .logo__text {
        margin-left: 15px
    }

    .container {
        width: 640px
    }

    .title {
        font-size: 34px
    }

    .header {
        display: block
    }

    .header__inner {
        max-width: 100%
    }

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

    .promo__inner {
        max-width: 640px;
        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
    }

    .promo__product {
        max-width: 300px;
        width: auto
    }

    .promo__product-list {
        margin-bottom: 25px
    }

    .promo-list__title, .promo__subtitle {
        text-align: left
    }

    .promo__subtitle:before {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .promo__main-title {
        margin-left: 0
    }

    .product-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-list__item {
        max-width: 300px;
        width: 100%
    }

    .product-list__item:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 0
    }

    .create__title {
        margin-bottom: 30px
    }

    .action__prod {
        max-width: 260px;
        margin-right: 25px
    }

    .action__prod--mob {
        display: none
    }

    .action__prod--desc, .statistics-list__item br {
        display: block
    }

    .result__title {
        margin-bottom: 25px
    }

    .result-list {
        max-width: 800px
    }

    .result-list__name {
        font-size: 20px
    }

    .composition__img-wrap {
        position: relative;
        z-index: 1
    }

    .composition__img-wrap:before, .specialist__img-wrap:before {
        content: "";
        display: block;
        width: 470px;
        height: 425px;
        background: rgba(255, 255, 255, .7);
        -webkit-filter: blur(100px);
        filter: blur(100px);
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .statistics-list__item {
        max-width: 230px
    }

    .statistics-action__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%
    }

    .statistics-action__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-right: 15px
    }

    .statistics-action__img--desc {
        display: none
    }

    .statistics-action__img--mob {
        display: block
    }

    .statistics-action__timer {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0
    }

    .statistics-action__attention {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        margin-right: 15px
    }

    .specialist__img-wrap:before {
        width: 564px;
        height: 584px
    }

    .review__count {
        margin-bottom: 0
    }

    .review__title {
        margin-bottom: 35px
    }

    .review__block {
        padding: 25px
    }

    .review__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 25px;
        margin-bottom: 25px
    }

    .review-item:not(:last-child) {
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    .review-item__letter {
        width: 80px;
        height: 80px;
        font-size: 30px;
        margin-right: 25px
    }

    .review-item__name {
        font-size: 22px
    }

    .review-item__header {
        margin-bottom: 20px
    }

    .review-item__text {
        margin-bottom: 20px;
        line-height: 1.4;
        height: 45px
    }

    .review-item__more {
        margin-bottom: 20px
    }

    .reviews-form__file {
        padding: 24px 20px 23px
    }

    .reviews-cta {
        padding: 30px
    }

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

    .reviews-form__field-wrap--message, .reviews-form__intrenal-col {
        width: 100%
    }

    .reviews-form__file-text {
        margin-left: 15px
    }

    .reviews-form__field-wrap {
        width: 100%
    }

    .reviews__cta {
        margin-bottom: 25px
    }

    .use {
        padding-bottom: 0 !important
    }

    .use-spec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .use-spec__info {
        margin-bottom: 30px
    }

    .use-spec__img {
        margin-bottom: 0;
        border-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .use-list__img {
        width: 110px;
        height: 110px
    }

    .use-list__img-wrap:before {
        width: 38px;
        height: 38px;
        font-size: 22px;
        line-height: 38px
    }

    .use-list__img-wrap:after {
        width: 38px;
        height: 38px
    }

    .use__img-wrap {
        max-width: 340px;
        padding-right: 50px;
        padding-left: 50px
    }

    .use__img-recomend {
        width: 84px
    }

    .order-list {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }

    .order-list__item:nth-child(odd) {
        margin-right: 25px
    }

    .order-list__item:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .form-btn br {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .use-spec__list {
        flex-direction: column
    }

    .use-spec__item {
        text-align: left
    }

    .use__recommend-image {
        width: 210px;
        display: block !important;
        position: absolute;
        left: 0;
        bottom: -30px
    }

    .use-spec__info {
        position: relative;
        padding-left: 240px
    }

    .container {
        width: 768px;
        padding-left: 25px;
        padding-right: 25px
    }

    .title {
        font-size: 38px
    }

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

    .form-btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px 15px 8px 30px;
        text-align: left;
        font-size: 20px
    }

    .form-btn__arrow {
        display: block;
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 50%;
        margin-left: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-image: url(../images/btn-arrow.png);
        background-size: 13px;
        background-position: center;
        background-repeat: no-repeat
    }

    .header__timer {
        display: block
    }

    .promo__subtitle {
        font-size: 22px
    }

    .advantage__title {
        margin-bottom: 35px
    }

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

    .advantage__list {
        margin-bottom: 0;
        margin-right: 25px
    }

    .advantage-list {
        margin-left: 0
    }

    .advantage__img-wrap {
        margin-left: 0;
        margin-right: 0;
        display: block;
        position: relative;
        max-width: 265px;
        width: 100%
    }

    .statistics-cert__img-wrap:not(:last-child) {
        margin-bottom: 0
    }

    .specialist {
        padding-bottom: 0 !important
    }

    .specialist__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 100%
    }

    .specialist__img-wrap {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 25px;
        margin-bottom: 0;
        border-bottom: none;
        max-width: 290px
    }

    .specialist__info {
        margin-bottom: 40px
    }

    .review-item__text {
        height: auto
    }

    .review-item__more {
        display: none
    }

    .reviews-popup__big {
        font-size: 30px;
        margin-bottom: 10px
    }

    .reviews-popup__inner {
        width: auto
    }

    .use-spec__name-wrap {
        max-width: 250px
    }

    .order-list__item:not(:last-child) {
        margin-bottom: 30px
    }

    .order-list__item:nth-child(odd) {
        margin-right: 30px
    }

    .order-list__item:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media screen and (max-width: 1023px) {
    .action__header {
        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
    }

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

    .action__prod--mob {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .action__timer {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .action__price {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .reviews-form__btn {
        width: 100%
    }

    .my-popup__wrap {
        background: 0 0 !important;
        padding: 0
    }

    .ever-popup__close {
        top: 20px !important
    }
}

@media screen and (min-width: 1024px) {
    .use__recommend-image {
        width: 265px;
        bottom: -60px
    }

    .use-spec__info {
        padding-left: 280px
    }

    .use-spec__list {
        flex-direction: row
    }

    .use-spec__item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 25px
    }

    .use-spec__item:before {
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .use-spec__item {
        padding-left: 0;
        padding-top: 40px
    }

    .promo__main-title {
        text-align: left
    }

    body {
        font-size: 18px
    }

    .container {
        width: 1024px
    }

    .title {
        font-size: 40px
    }

    .bg {
        background-size: cover;
        background-position: center
    }

    .webp .bg {
        background-image: url(../images/bg.webp)
    }

    .no-webp .bg {
        background-image: url(../images/bg.jpg)
    }

    .form__mark {
        left: auto;
        right: -25px;
        -webkit-transform: none;
        transform: none
    }

    .form__inner {
        padding: 20px 15px
    }

    .promo {
        position: relative
    }

    .promo__subtitle {
        font-size: 24px;
        padding-bottom: 25px;
        margin-bottom: 25px
    }

    .promo-list__title {
        font-size: 22px
    }

    .promo__inner {
        max-width: 100%
    }

    .promo__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 40px;
        padding-top: 30px;
        max-width: 300px
    }

    .promo__product {
        -ms-flex-item-align: end;
        align-self: flex-end;
        max-width: 250px;
        position: relative;
        z-index: 1;
        margin-bottom: -160px;
        margin-right: 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .promo__product:before {
        content: "";
        display: block;
        position: absolute;
        width: 1186px;
        height: 716px;
        left: -442px;
        z-index: -1;
        bottom: 50px;
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat
    }

    .promo__product-list {
        margin-bottom: 0;
        position: absolute;
        bottom: 40px;
        width: auto;
        left: calc(50% - 175px);
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .promo__award {
        margin-bottom: 0
    }

    .promo__form {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .product-list {
        z-index: 3
    }

    .product-list__img {
        width: 75px
    }

    .webp .promo__product:before {
        background-image: url(../images/woman.webp)
    }

    .no-webp .promo__product:before {
        background-image: url(../images/woman.png)
    }

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

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

    .symptoms {
        padding-top: 120px !important
    }

    .symptoms__inner {
        max-width: 970px;
        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;
        padding: 0 25px
    }

    .symptoms__inner:before {
        top: 36px;
        bottom: 44px
    }

    .symptoms__subtitle {
        font-size: 24px;
        margin-bottom: 40px
    }

    .symptoms__note {
        font-size: 24px;
        padding: 30px
    }

    .symptoms-list {
        max-width: 430px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .symptoms-list:nth-child(1) {
        margin-right: 25px
    }

    .symptoms-list:nth-child(2) {
        margin-left: 25px
    }

    .symptoms-list__title {
        font-size: 20px;
        margin-bottom: 35px;
        width: 100%;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .symptoms-list__item {
        line-height: 24px
    }

    .symptoms-list__item:not(:nth-last-child(-n+2)) {
        margin-bottom: 35px
    }

    .symptoms-slider {
        position: relative
    }

    .symptoms-slider:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #e1cad6;
        position: absolute;
        right: -25px;
        top: 0
    }

    .symptoms-slider__nav-item {
        height: 135px
    }

    .create__title {
        margin-bottom: 40px
    }

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

    .create__img-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 25px;
        width: 50%;
        margin-bottom: 0
    }

    .advantage__title {
        margin-bottom: 45px;
        max-width: 970px;
        margin-left: auto;
        margin-right: auto
    }

    .advantage-list__img-wrap {
        max-width: 190px;
        margin-right: 30px
    }

    .advantage-list__title, .specialist__text b {
        font-size: 20px
    }

    .advantage-list__text {
        line-height: 1.4
    }

    .advantage__img {
        max-width: 300px
    }

    .advantage__img-wrap {
        max-width: 350px
    }

    .advantage__img-cert {
        top: 70px
    }

    .action__title {
        text-align: left
    }

    .action__info {
        max-width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .action__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .action__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

    .action__prod {
        max-width: 200px
    }

    .action__input-wrap {
        width: calc(33% - 10px);
        margin-bottom: 0;
        margin-right: 10px
    }

    .action__btn {
        width: calc(33% - 7px)
    }

    .action__date {
        margin-bottom: 0;
        text-align: left
    }

    .action__date, .action__price {
        margin-right: 10px
    }

    .action__price, .action__timer {
        margin-bottom: 0
    }

    .action__timer .timer__text {
        max-width: 100%;
        text-align: center;
        margin: 0 0 5px 0
    }

    .action__timer .nowrap {
        white-space: normal
    }

    .action__timer .timer {
        display: block
    }

    .result__title {
        margin-bottom: 30px;
        max-width: 790px;
        margin-left: auto;
        margin-right: auto
    }

    .result-list {
        max-width: 970px
    }

    .result-list__name {
        font-size: 22px
    }

    .result-list__dots {
        display: none
    }

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

    .composition__title {
        margin-bottom: 35px
    }

    .composition-list {
        position: relative;
        z-index: 2;
        max-width: 370px
    }

    .composition-list:not(:last-child) {
        margin-bottom: 0
    }

    .composition-list__item {
        position: relative
    }

    .composition-list__item:not(:last-child) {
        margin-bottom: 30px
    }

    .composition-list__name {
        margin-bottom: 10px;
        font-size: 20px
    }

    .composition-list__text {
        line-height: 24px
    }

    .composition__img-wrap {
        display: block;
        max-width: 200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 65px
    }

    .composition-list__item:before {
        content: "";
        display: block;
        position: absolute;
        width: 80px;
        height: 20px;
        background-image: url(../images/fnote.png);
        background-size: auto 20px;
        background-position: center right;
        background-repeat: no-repeat;
        top: 65px
    }

    .composition-list:first-child .composition-list__item:before {
        left: calc(100% - 50px)
    }

    .composition-list:last-child .composition-list__item:before {
        right: calc(100% - 70px);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }

    .statistics__title {
        margin-bottom: 35px
    }

    .statistics-list__item {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        width: auto
    }

    .statistics-list__item:not(:last-child) {
        padding-right: 40px;
        margin-right: 40px;
        position: relative;
        margin-bottom: 0
    }

    .statistics-list__item:not(:last-child):before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 140px;
        background-color: #e1cad6
    }

    .statistics-list__value {
        font-size: 100px
    }

    .statistics-list__text {
        font-size: 20px;
        line-height: 28px
    }

    .statistics-cert__img-wrap {
        max-width: 100%;
        width: auto
    }

    .statistics-cert__img-wrap:not(:last-child) {
        margin-right: 35px
    }

    .statistics-action {
        margin-bottom: 50px
    }

    .statistics-action__timer {
        max-width: 300px;
        margin-right: 15px
    }

    .statistics-action__timer .nowrap {
        white-space: normal
    }

    .statistics-action__img--mob {
        display: none
    }

    .statistics-action__img--desc {
        display: block
    }

    .specialist__title {
        margin-bottom: 60px
    }

    .specialist__text {
        margin-bottom: 25px;
        line-height: 24px
    }

    .specialist__bottom {
        padding-top: 25px
    }

    .specialist__bottom-img {
        height: 90px
    }

    .specialist__img-wrap {
        max-width: 430px;
        margin-right: 50px
    }

    .specialist__name {
        font-size: 24px;
        margin-bottom: 20px
    }

    .specialist__name-wrap {
        margin-right: 25px
    }

    .specialist__info {
        margin-bottom: 60px
    }

    .review-item__name {
        font-size: 24px
    }

    .reviews-form__file {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: 0
    }

    .reviews-cta {
        padding: 40px 50px
    }

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

    .reviews-form__file-img {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
        box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
        border: 1px solid #e1e1e1;
        background-size: auto auto
    }

    .reviews-form__field-wrap--message {
        width: 100%
    }

    .reviews-form__field-wrap, .reviews-form__intrenal-col {
        width: 32%
    }

    .use__title {
        margin-bottom: 35px
    }

    .use__img-wrap {
        display: block;
        margin-bottom: 0;
        margin-right: 70px;
        margin-left: 0
    }

    .use__img-wrap:before {
        content: "";
        display: block;
        width: 564px;
        height: 470px;
        position: absolute;
        left: 50%;
        top: 50%;
        background: rgba(255, 255, 255, .6);
        -webkit-filter: blur(100px);
        filter: blur(100px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .use__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .use__inner:before {
        width: 100%;
        left: 0;
        right: 0
    }

    .use-list {
        margin-left: 0;
        margin-right: 0
    }

    .use-list__text {
        font-size: 20px;
        line-height: 1.4
    }

    .use-spec__bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 25px;
        max-width: 100%
    }

    .use-spec__bottom:before {
        width: 99px
    }

    .use-spec__bottom-img {
        height: 90px
    }

    .use-spec__name {
        font-size: 24px;
        margin-bottom: 20px
    }

    .use-spec__name-wrap {
        margin-right: 25px
    }

    .use-spec__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .use-spec__item {
        padding-left: 0;
        padding-top: 45px;
        width: 33%
    }

    .use-spec__item:not(:last-child) {
        margin-right: 15px;
        margin-bottom: 0
    }

    .use-spec__title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .use-spec__text {
        font-size: 17px
    }

    .use-spec__info {
        margin-bottom: 60px
    }

    .order__title {
        margin-bottom: 35px
    }

    .footer {
        padding-top: 120px;
        padding-bottom: 20px
    }

    .my-popup__prod {
        display: block;
        max-width: 260px;
        width: 100%;
        margin-right: 25px
    }

    .my-popup__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 1220px) {
    .use__recommend-image {
        width: 250px;
        bottom: -75px
    }

    .use-spec__info {
        padding-left: 320px
    }

    .container {
        width: 1220px
    }

    .title {
        font-size: 46px
    }

    .mark {
        position: relative
    }

    .header__logo {
        margin-right: auto
    }

    .header__timer {
        margin-right: 15px
    }

    .header__menu {
        margin-right: 40px
    }

    .menu, .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-item {
        border-right: 1px solid #e2e2e2;
        font-size: 16px
    }

    .menu-item__text {
        text-decoration: underline;
        color: inherit
    }

    .menu-item__text:hover {
        text-decoration: none
    }

    .menu-item {
        padding-right: 35px
    }

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

    .menu-item__img {
        margin-right: 15px
    }

    .promo {
        padding-bottom: 50px
    }

    .promo__subtitle {
        font-size: 26px
    }

    .promo__inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .promo-list__title {
        font-size: 24px
    }

    .promo__product {
        margin-right: 20px;
        max-width: 260px;
        width: 100%
    }

    .promo__product:before {
        left: -585px
    }

    .promo__product:before {
        bottom: 60px
    }

    .promo__product-list {
        left: calc(50% - 65px);
        bottom: 30px
    }

    .symptoms {
        padding-top: 170px !important;
        padding-bottom: 110px
    }

    .symptoms__inner {
        max-width: 1170px;
        padding: 0 70px
    }

    .symptoms__list {
        margin-bottom: 50px
    }

    .symptoms-list:nth-child(1) {
        margin-right: 70px
    }

    .symptoms-list:nth-child(2) {
        margin-left: 70px
    }

    .symptoms-slider:before {
        right: -70px
    }

    .create {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .create__img-wrap {
        width: 100%;
        margin-right: 35px
    }

    .create__text:not(:last-child) {
        margin-bottom: 30px
    }

    .advantage {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .advantage__title {
        margin-bottom: 65px
    }

    .advantage__list {
        margin-right: 120px
    }

    .action {
        position: relative
    }

    .action:before {
        content: "";
        display: block;
        position: absolute;
        top: 25px;
        bottom: 25px;
        left: 0;
        right: 0;
        background-size: cover;
        background-position: center;
        z-index: -1
    }

    .action__prod {
        max-width: 220px;
        margin-right: 60px
    }

    .action__form {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .action__price {
        margin-right: 40px
    }

    .action__date {
        margin-right: 20px
    }

    .action__input-wrap {
        width: 270px
    }

    .action__btn {
        width: 300px
    }

    .webp .action:before {
        background-image: url(../images/bg.webp)
    }

    .no-webp .action:before {
        background-image: url(../images/bg.jpg)
    }

    .result {
        padding-top: 90px;
        padding-bottom: 130px
    }

    .result__title {
        margin-bottom: 35px
    }

    .result-list {
        max-width: 1170px
    }

    .result-list__name {
        font-size: 24px
    }

    .composition {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .composition__img-wrap {
        max-width: 260px
    }

    .composition-list__item:before {
        width: 120px
    }

    .composition-list:first-child .composition-list__item:before {
        left: calc(100% - 50px)
    }

    .composition-list:last-child .composition-list__item:before {
        right: calc(100% - 70px);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }

    .statistics {
        padding-top: 50px;
        padding-bottom: 80px
    }

    .statistics__title {
        margin-bottom: 55px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .statistics__note {
        margin-bottom: 45px
    }

    .statistics-list__item:not(:last-child) {
        padding-right: 85px;
        margin-right: 85px
    }

    .statistics-list__value {
        font-size: 120px
    }

    .statistics-cert__img-wrap:not(:last-child) {
        margin-right: 75px
    }

    .statistics-action {
        padding-bottom: 40px;
        margin-bottom: 90px
    }

    .statistics-action__timer {
        margin-right: 35px
    }

    .statistics-action__attention {
        margin-right: 50px;
        font-size: 24px
    }

    .statistics-action__attention-mark {
        margin-left: 20px
    }

    .statistics-action__img {
        margin-right: 55px
    }

    .specialist {
        padding-top: 90px
    }

    .specialist__img-wrap {
        max-width: 500px;
        margin-right: 110px
    }

    .specialist__info {
        margin-bottom: 90px
    }

    .specialist__bottom-img {
        height: auto
    }

    .review {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .review__title {
        margin-bottom: 45px
    }

    .review__block {
        padding: 30px 50px
    }

    .review-item__text {
        line-height: 1.6
    }

    .review__list {
        padding-right: 40px
    }

    .reviews-form__field-wrap, .reviews-form__intrenal-col {
        width: 32%
    }

    .use {
        padding-top: 80px
    }

    .use__title {
        margin-bottom: 45px
    }

    .use-spec__item:not(:last-child) {
        margin-right: 40px
    }

    .use-spec__text {
        font-size: 18px
    }

    .use-spec__info {
        margin-bottom: 75px
    }

    .use-spec__img {
        max-width: 260px
    }

    .order {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .order__title {
        margin-bottom: 50px
    }

    .order-list {
        max-width: 100%
    }

    .order-list__item {
        margin-bottom: 0
    }

    .order-list__item:nth-child(even) {
        margin-top: 30px
    }

    .order-list__item:not(:last-child) {
        margin-right: 30px;
        margin-bottom: 0
    }

    .my-popup__wrap {
        padding: 30px
    }
}

.use__recommend-image {
    display: none
}

@media screen and (min-width: 1250px) {
    .result-list__arrow--next {
        right: -25px
    }

    .result-list__arrow--prev {
        left: -25px
    }
}

@media screen and (min-width: 1300px) {
    .result-list__arrow--next {
        right: -55px
    }

    .result-list__arrow--prev {
        left: -55px
    }
}

@media screen and (max-width: 639px) and (min-width: 480px) {
    .composition-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .composition-list__img {
        max-width: 150px;
        margin-bottom: 0;
        margin-right: 15px
    }

    .composition-list__name, .composition-list__text {
        text-align: left
    }
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
    .action__inner {
        align-items: flex-end
    }

    .composition-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .composition-list__item {
        width: 50%
    }

    .composition-list__item:nth-child(1) {
        margin-right: 15px;
        margin-bottom: 0
    }

    .statistics-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative
    }

    .statistics-action__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        margin: 0 0 0 25px
    }

    .statistics-action__img {
        margin-right: 0
    }

    .statistics-action__attention {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center
    }

    .statistics-action__attention-mark {
        position: absolute;
        left: calc(50% - 180px);
        width: 50px;
        top: -10px
    }

    .statistics-action__timer {
        margin-right: 0;
        margin-bottom: 15px
    }

    .use-spec__bottom {
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
        padding-top: 25px
    }

    .use-spec__bottom:before {
        width: 100%
    }

    .use-spec__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .statistics-action__btn {
        max-width: 220px
    }

    .use-list {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .use-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 33%
    }

    .use-list__item:not(:last-child) {
        margin-right: 15px;
        margin-bottom: 0
    }

    .use-list__img-wrap {
        margin-right: 0;
        margin-bottom: 10px
    }

    .use-list__text {
        text-align: center
    }
}

@media screen and (min-height: 585px) and (min-width: 1024px) {
    .ever-popup__inner {
        margin: 0 !important;
        position: absolute !important;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .ever-popup {
        overflow: hidden !important
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .promo__main-title {
        margin-left: auto;
        margin-right: auto
    }

    .promo__subtitle {
        text-align: center
    }

    .promo-list__item:before, .promo__subtitle:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .promo__info {
        width: 100%
    }

    .promo__product {
        max-width: 260px;
        margin: 0 auto 0
    }

    .promo__product-list {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-bottom: 0;
        margin-top: -250px;
        z-index: 1
    }

    .promo__form {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        z-index: 2
    }

    .promo-list__title {
        text-align: center
    }

    .promo-list__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .promo-list__item {
        padding-left: 0;
        padding-top: 60px;
        text-align: center
    }

    .promo-list__item:before {
        top: 0
    }

    .promo-list__item:not(:last-child) {
        margin-right: 15px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .specialist__inner {
        position: relative;
        padding-bottom: 140px
    }

    .specialist__bottom {
        position: absolute;
        left: 0;
        bottom: 40px
    }

    .specialist__bottom:before {
        display: none
    }

    .specialist__info {
        position: static
    }

    .specialist__img {
        border-bottom: 3px solid #f87f50
    }
}

@media screen and (min-width: 1024px) and (max-width: 1219px) {
    .block {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {
    .my-popup__form .form {
        padding-top: 0
    }
}

@media screen and (max-width: 1219px) and (min-width: 1024px) {
    .action, .promo {
        padding-top: 30px
    }

    .action {
        padding-bottom: 30px
    }
}