@charset "UTF-8";

a,
blockquote,
body,
center,
code,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
label,
legend,
li,
nav,
object,
ol,
output,
p,
pre,
s,
section,
span,
td,
th,
time,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.slick-slide img,
figcaption,
figure,
footer,
nav,
picture,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote {
    quotes: none
}

blockquote:after,
blockquote:before {
    content: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
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
}

a:-moz-focusring,
select:-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
}

::-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
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0
}

@font-face {
    font-family: 'interregular';
    src: url('../fonts/inter-variablefont_slntwght-webfont.woff2') format('woff2'),
         url('../fonts/inter-variablefont_slntwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    letter-spacing: .02em;
    line-height: 1
}

img {
    display: block;
    max-width: 100%
}

svg {
    overflow: hidden
}

.container {
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.subtitle,
.title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #1e3781;
    text-align: center
}

.subtitle {
    font-size: 20px
}

.btn,
.subtitle--left {
    font-weight: 400;
    text-align: center
}

.btn {
    max-width: 300px;
    display: block;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400;
    background: #b70b00;
    color: #fff;
    letter-spacing: .05em;
    font-size: 22px;
    padding: 15px;
    border: 1px solid #b70b00
}

.subtitle--left {
    letter-spacing: .05em;
    color: #bdbdbd;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase
}

.important-text {
    color: #b70b00
}

.white__btn {
    background: #f4fbff;
    color: #1e3781;
    font-weight: 400;
    font-size: 20px;
    padding: 15px;
    border: 1px solid #1e3781
}

.clearfix:after {
    content: "";
    clear: both;
    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,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 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 {
    top: 0;
    left: 0;
    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
}

.slick-slide.slick-loading img {
    display: none
}

.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
}

.slick-prev:before {
    content: '←'
}

.slick-next:before {
    content: '→'
}

.slick-next {
    right: -25px
}

.slick-dots,
.slick-dots li button:before {
    position: absolute;
    left: 0;
    text-align: center
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background-color: #bdbdbd;
    width: 12px;
    height: 12px;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.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
}

.nav {
    padding: 15px 0
}

.nav__wrapper {
    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
}

.nav__links {
    display: none
}

.nav__link {
    font-size: 16px;
    color: #333
}

.nav__link:not(:last-of-type) {
    margin-right: 15px
}

.nav__link:hover {
    text-decoration: underline
}

.nav__logo--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__logo {
    max-width: 33px;
    width: 100%;
    margin-right: 10px
}

.nav__logo-title {
    color: #1e3781;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.nav__logo-subtitle {
    font-size: 16px
}

.timer--desc {
    display: none
}

.burger {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 32px;
    height: 27px
}

.burger__line {
    height: 3px;
    display: block;
    background-color: #222;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 100%
}

.burger__line:nth-child(1) {
    top: -8px
}

.burger__line:nth-child(3) {
    bottom: -8px
}

.burger--active .burger__line {
    width: 35px
}

.burger--active .burger__line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px
}

.burger--active .burger__line:nth-child(2) {
    display: none
}

.burger--active .burger__line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0
}

.menu-mobile {
    text-align: center;
    padding-bottom: 35px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    bottom: 0;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    padding-top: 26px;
    -webkit-transition: all 1s;
    transition: all 1s;
    background: #f4fbff
}

.menu-mobile--active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-mobile__top,
.menu-mobile__wrap {
    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
}

.menu-mobile__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: 0 15px
}

.menu-mobile__top {
    width: 100%;
    padding-bottom: 27px;
    border-bottom: 1px solid #8a8888
}

.menu-mobile__logo {
    margin-right: 10px;
    max-width: 33px
}

.menu-mobile .nav__logo-title--mob {
    text-align: left
}

.menu-mobile .nav__logo-subtitle--mob {
    color: #1e3781
}

.menu-mobile__bottom {
    width: 100%
}

.menu-mobile__btn {
    max-width: 100%
}

.nav-list__item:not(:last-of-type) {
    margin-bottom: 19px
}

.nav-list__link {
    font-size: 23px;
    color: #333
}

.timer--mob {
    display: block
}

.timer__text {
    color: #1e3781;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px
}

.timer__block {
    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;
    line-height: 1.5
}

.timer__dots {
    color: rgba(34, 34, 34, .2);
    font-size: 32px;
    font-weight: 400;
    margin: 0 3px
}

.timer__block-time {
    text-align: center
}

.time {
    background-color: #1e3781;
    padding: 2px;
    font-size: 32px;
    width: 39px;
    display: inline-block;
    line-height: 1.3
}

.time:not(:last-of-type) {
    margin-right: 8px
}

.overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, .75);
    -webkit-transition: all .5s;
    transition: all .5s;
    pointer-events: none
}

.overlay.active {
    opacity: 1;
    pointer-events: visible
}

.promo {
    background-color: #f4fbff
}

.promo__inner {
    margin-bottom: 30px
}

.promo__main {
    margin-bottom: 20px;
    text-align: center
}

.promo__header {
    font-size: 65px;
    font-weight: 700;
    color: #1e3781;
    margin-bottom: 5px
}

.promo__title {
    font-size: 22px;
    font-weight: 400;
    color: #1e3781;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase
}

.promo__price,
.promo__subtitle {
    margin-bottom: 20px
}

.price__title {
    font-size: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
}

.price__title:last-of-type {
    margin-bottom: 0;
}

.price__new,
.price__old {
    letter-spacing: .03em;
    font-weight: 700;
    font-size: 30px
}

.price__old {
    font-weight: 300;
    font-size: 22px;
    color: #bcbcbc;
    text-decoration: line-through
}

.promo__btn {
    margin: 0 auto
}

.promo__prod,
.test-text {
    position: relative;
    margin: 0 auto
}

.promo__prod {
    max-width: 250px;
    width: 100%;
    margin-bottom: 20px;
}

.promo__img {
    height: auto;
    width: 100%;
    filter: drop-shadow(0 0 2px #787777);
}

.promo__prod:before {
    position: absolute;
    content: "-50%";
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    background-color: #1e3781;
    color: #fff;
    border-radius: 50%;
    padding: 25px 0;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    z-index: 1;
}

.test-text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-left: 70px;
    line-height: 1.2;
    color: #1e3781;
    max-width: 330px
}

.test-text:before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background: url(../img/de.png) no-repeat;
    left: 0;
    top: calc(50% - 24px)
}

.promo__info-test {
    margin-bottom: 30px;
    margin-left: 0;
}

.promo__info-title {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1e3781;
    text-align: center;
    margin-bottom: 30px
}

.promo__info-list {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 20px
}

.list__disc-items {
    position: relative;
    padding-left: 36px
}

.list__disc-items:not(:last-of-type) {
    margin-bottom: 15px
}

.list__disc-items:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1e3781;
    top: 3px;
    left: 0
}

.list__disc-header {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1e3781;
    margin-bottom: 10px;
    line-height: 1.2
}

.list__disc-text {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .02em
}

.list__item {
    border: 1px solid #419fd5;
    padding: 15px 15px 15px 70px;
    line-height: 1.3;
    background-color: #fff
}

.list__item:not(:last-of-type) {
    margin-bottom: 20px
}

.list__item:nth-child(2) .list__item-header:before {
    background: url(../img/promo__item2.png) no-repeat center/contain
}

.list__item:nth-child(3) .list__item-header:before {
    background: url(../img/promo__item3.png) no-repeat center/contain
}

.list__item-header {
    color: #1e3781;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .02em;
    position: relative
}

.list__item-header::before {
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    background: url(../img/promo__item.png) no-repeat center/contain;
    left: -53px
}

.info__main {
    margin-bottom: 30px
}

.info__title {
    margin-bottom: 20px
}

.info__subtitle {
    margin-bottom: 15px;
    text-align: center
}

.info__text {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px
}

.info__btn {
    background: 0 0;
    margin: 0 auto
}

.info__link {
    text-decoration: none;
    color: #005aad;
    line-height: 1.3;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-size: 18px
}

.info__link:hover {
    color: #002548
}

.info__figure {
    background: #f4fbff;
    padding: 15px;
    text-align: center
}

.info__picture {
    margin-bottom: 15px
}

.info__caption {
    text-transform: uppercase;
    line-height: 1.3
}

.result {
    background-color: #f4fbff
}

.result__main {
    margin-bottom: 30px
}

.result__subtitle,
.result__title {
    margin-bottom: 20px
}

.result__list {
    text-transform: uppercase
}

.result__item {
    padding: 30px 15px 33px 70px
}

.result__item:nth-child(1) .result__item-header:before {
    top: -5px;
    background-image: url(../img/result_item.png)
}

.result__item:nth-child(2) .result__item-header:before {
    top: -5px;
    background-image: url(../img/result_item2.png)
}

.result__item:nth-child(3) .result__item-header:before {
    top: -5px;
    background-image: url(../img/result_item3.png)
}

.result__item:nth-child(4) .result__item-header:before {
    background-image: url(../img/result_item4.png)
}

.result__item:nth-child(5) .result__item-header:before {
    background-image: url(../img/result_item5.png)
}

.result__item:nth-child(6) .result__item-header:before {
    background-image: url(../img/result_item6.png)
}

.result__item-header {
    color: #333;
    font-weight: 400;
    margin-bottom: 0
}

.result__info-subtitle {
    margin-bottom: 20px
}

.result__info-items:before {
    background-color: #b70b00;
    top: 4px
}

.result__info-items:not(:last-of-type) {
    margin-bottom: 20px
}

.result__info-header {
    margin-bottom: 0
}

.form__header {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    color: #1e3781;
    margin-bottom: 20px
}

.form__price-block {
    margin-bottom: 30px
}

.form__price {
    margin-bottom: 20px;
    text-align: center
}

.time {
    color: #fff
}

.form__timer-text {
    text-align: center
}

.form__prod:before {
    right: 65px;
    top: -10px
}

.form__inner {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    background-color: #f4fbff;
    padding: 40px 20px
}

.form__label {
    margin-bottom: 20px;
    display: block;
    position: relative
}

.form__label:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/name.png) no-repeat center/contain;
    top: calc(50% - 8px);
    left: 18px
}

.form__label--phone:before {
    background: url(../img/tel.png)
}

.form__input {
    width: 100%;
    background: #fff;
    border: 1px solid #bdbdbd;
    color: #999;
    font-weight: 400;
    font-size: 16px;
    padding: 19px 15px 19px 44px
}

.form__input::-webkit-input-placeholder {
    color: #999
}

.form__input::-moz-placeholder {
    color: #999
}

.form__input:-ms-input-placeholder {
    color: #999
}

.form__input::placeholder {
    color: #999
}

.form__btn {
    max-width: 450px
}

.composition__main {
    margin-bottom: 30px
}

.composition__subtitle,
.composition__title {
    margin-bottom: 20px
}

.composition__text {
    font-size: 18px;
    line-height: 1.3;
    color: #333;
    margin-bottom: 30px
}

.composition__prod {
    max-width: 150px;
    margin: 0 auto 20px;
}

.composition__info-title {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1e3781;
    text-align: center;
    margin-bottom: 20px
}

.composition__list {
    background-color: #f4fbff;
    padding: 20px 15px 20px 70px
}

.composition__item {
    position: relative
}

.composition__item:not(:last-of-type) {
    margin-bottom: 30px
}

.composition__item:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 45px;
    background: url(../img/composition.png) no-repeat center/contain;
    left: -60px;
    top: -10px
}

.composition__item:nth-child(2):before {
    background: url(../img/composition2.png) no-repeat center/contain
}

.composition__item:nth-child(3):before {
    background: url(../img/composition3.png) no-repeat center/contain
}

.composition__item:nth-child(4):before {
    background: url(../img/composition4.png) no-repeat center/contain
}

.composition__item-header {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .02em;
    color: #1e3781;
    margin-bottom: 10px
}

.composition__item-text {
    font-size: 18px;
    line-height: 1.2
}

.expert {
    background-color: #f4fbff
}

.expert__subtitle,
.expert__title {
    margin-bottom: 20px
}

.expert__text {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px
}

.expert__left {
    margin-bottom: 20px
}

.expert__name {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    color: #1e3781
}

.expert__footnote {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .02em
}

.expert__sign-img {
    margin: 0 auto
}

.carousel {
    padding: 25px 0 45px
}

.carousel .carousel__wrapper {
    padding-top: 0;
    padding-bottom: 0
}

.carousel__inner {
    margin-bottom: 30px
}

.carousel__title {
    margin-bottom: 20px
}

.carousel__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.carousel__arrow {
    width: 65px;
    height: 65px;
    border: 1px solid #1e3781;
    position: relative
}

.carousel__arrow--left:before,
.carousel__arrow--right:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 16px;
    background: url(../img/arrow-left.png) no-repeat center/contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.carousel__arrow--right:before {
    background: url(../img/arrow-right.png) no-repeat center/contain
}

.carousel__arrow--left:hover:before {
    -webkit-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%)
}

.carousel__arrow--right:hover:before {
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%)
}

.carousel__slider {
    margin-bottom: 30px
}

.slider__item {
    padding: 15px;
    border: 1px solid #1e3781;
    margin: 0 12px
}

.comment__picture {
    float: left;
    margin-right: 15px
}

.slider__header {
    font-size: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
}

.slider__age {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: .05em;
    color: #bdbdbd
}

.slider__text {
    font-size: 18px;
    line-height: 1.3
}

.slick-dots {
    bottom: -42px
}

.slick-dots li:not(:last-of-type) {
    margin-right: 16px
}

.slick-dots li.slick-active {
    background: #1e3781;
    width: 35px
}

.action {
    background-color: #f4fbff
}

.action__logo--inner,
.action__plashka {
    margin-bottom: 20px
}

.action__inner,
.action__logo--inner {
    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
}

.action__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.action__logo--inner {
    width: 100%
}

.action__logo {
    margin-right: 15px;
    width: 62px
}

.action__logo-title {
    font-weight: 600;
    font-size: 50px;
    color: #1e3781;
    margin-bottom: 5px
}

.action__logo-subtitle {
    font-size: 18px;
    letter-spacing: .02em
}

.action__plashka {
    background-color: #1e3781;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 24px 0;
    font-weight: 700;
    margin-right: 15px
}

.action__price {
    margin-bottom: 20px
}

.action__price-new {
    margin-right: 0;
}

.use__title {
    margin-bottom: 20px
}

.use__main {
    margin-bottom: 10px
}

.use__subtitle {
    margin-bottom: 30px
}

.use__item {
    border: 0;
    background-color: #f4fbff;
    padding: 70px 15px 15px
}

.use__item:nth-child(2) .use__item-header:before {
    background-image: url(../img/use_item2.png)
}

.use__item:nth-child(3) .use__item-header:before {
    background-image: url(../img/use_item3.png)
}

.use__item:nth-child(4) .use__item-header:before {
    background-image: url(../img/use_item4.png)
}

.use__item-header:before {
    top: -55px;
    left: 0;
    width: 39px;
    height: 39px;
    background-image: url(../img/use_item.png)
}

.use__item-text {
    font-size: 18px
}

.use__img {
    max-width: 250px;
    margin: 0 auto
}

.order {
    background-color: #f4fbff
}

.order__subtitle,
.order__title {
    margin-bottom: 20px
}

.order__item {
    padding: 70px 10px 23px 23px
}

.order__item-header {
    font-size: 18px;
    letter-spacing: .04em;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0
}

.order__item-header:before {
    background-image: url(../img/order.png);
    top: -50px;
    left: 0;
    width: 33px;
    height: 43px
}

.order__item:nth-child(2) .order__item-header:before {
    width: 40px;
    height: 39px;
    background-image: url(../img/order2.png)
}

.order__item:nth-child(3) .order__item-header:before {
    width: 39px;
    height: 36px;
    background-image: url(../img/order3.png)
}

.benefit__header {
    margin-bottom: 30px
}

.benefit__title,
.benefit__title-bottom {
    font-weight: 700;
    font-size: 65px;
    color: #1e3781;
    text-align: center;
    margin-bottom: 15px
}

.benefit__title-bottom {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: .05em;
    text-transform: uppercase
}

.benefit__list {
    margin-bottom: 30px;
    background: #f4fbff;
    padding: 20px 15px
}

.benefit__list--title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 27px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1e3781
}

.benefit__info-items:not(:last-of-type) {
    margin-bottom: 20px
}

.benefit__timer {
    margin-bottom: 20px;
    text-align: center
}

.benefit__timer--desc,
.price__block--desc {
    display: none
}

.benefit__price-block {
    margin-bottom: 20px;
    text-align: center
}

.benefit__price-new {
    margin-right: 0
}

.form__img {
    max-width: 250px;
    margin: 0 auto 20px;
    position: relative
}

.form__img:before {
    position: absolute;
    content: "-50%";
    text-align: center;
    width: 70px;
    height: 70px;
    color: #fff;
    background-color: #1e3781;
    padding: 23px 0;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    left: 0
}

.form__img--desc {
    display: none
}

.benefit__btn {
    margin-bottom: 30px
}

.form-subtitle {
    font-size: 16px
}

.footer {
    text-align: center
}

.footer .footer__wrapper {
    padding-top: 0
}

.popup {
    background: #f4fbff;
    padding: 25px 15px;
    max-width: 290px
}

.popup .form__inner {
    padding: 0
}

.popup__right .nav__logo--inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.popup__right .price__title {
    line-height: 1.3;
    text-align: center
}

.popup__right .price__block {
    text-align: center;
    margin-bottom: 20px
}

.ever-popup__close::after,
.ever-popup__close::before {
    height: 2px !important;
    border-radius: 5px
}

.ever-popup.show {
    -webkit-animation: fade-in .4s forwards;
    animation: fade-in .4s forwards
}

.block {
    padding-top: 25px;
    padding-bottom: 25px
}

@media screen and (min-width:480px) {
    .container {
        width: 480px
    }

    .title {
        font-size: 30px
    }

    .subtitle {
        font-size: 24px
    }

    .btn {
        padding: 20px
    }

    .subtitle--left {
        font-size: 20px
    }

    .menu-mobile {
        width: 375px
    }

    .time {
        padding: 5px;
        width: 48px
    }

    .info__subtitle {
        margin-bottom: 20px
    }

    .info__figure {
        background: radial-gradient(circle at 63.5% 44.5%, #f4fbff 22%, #f4fbff 35%, rgba(219, 242, 255, .6) 35%, rgba(219, 242, 255, .6) 35.2%, #f4fbff 35.2%, #f4fbff 48.2%, rgba(219, 242, 255, .6) 48.2%, rgba(219, 242, 255, .6) 48.4%, #f4fbff 48.4%, #f4fbff 61.4%, rgba(219, 242, 255, .6) 61.4%, rgba(219, 242, 255, .6) 61.6%, #f4fbff 61.6%);
        padding: 20px
    }

    .info__picture {
        margin-bottom: 20px
    }

    .info__img {
        margin: 0 auto
    }

    .form__header {
        font-size: 24px
    }

    .form__btn {
        padding: 19px 20px 18px
    }

    .form__input {
        padding: 23px 15px 22px 44px
    }

    .expert__sign {
        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
    }

    .expert__sign-img {
        margin: 0
    }

    .expert__left {
        margin-bottom: 0
    }

    .carousel {
        padding-top: 30px
    }

    .action__logo--inner,
    .action__plashka {
        margin-bottom: 25px
    }

    .action__logo {
        margin-right: 20px
    }

    .action__logo-title {
        font-size: 60px
    }

    .action__logo-subtitle {
        font-size: 28px
    }

    .action__plashka {
        font-size: 27px;
        width: 80px;
        height: 80px;
        padding: 27px 0;
        margin-right: 15px
    }

    .action__price-new {
        font-size: 50px
    }

    .action__price-old {
        font-size: 40px
    }

    .use__img,
    .use__picture {
        position: relative
    }

    .use__picture {
        top: 10px;
    }

    .use__picture:before {
        position: absolute;
        content: "";
        background-color: #dbf2ff;
        border-radius: 50%;
        width: 270px;
        height: 270px;
        left: 51%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 35px
    }

    .benefit__title {
        font-size: 70px
    }

    .benefit__title-bottom {
        font-size: 21px
    }

    .benefit__list {
        margin-bottom: 25px;
        padding: 25px
    }

    .benefit__list--title,
    .benefit__price-block {
        margin-bottom: 20px
    }

    .benefit__price-new {
        margin-right: 0
    }

    .benefit__form-inner {
        position: relative
    }

    .benefit__btn {
        margin-bottom: 0
    }

    .form-subtitle {
        position: absolute;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        padding-left: 65px;
        right: -133px;
        top: -192px;
        font-size: 18px
    }

    .popup {
        max-width: 360px
    }

    .ever-popup__inner {
        width: 100% !important
    }

    .ever-popup__close {
        top: calc(50% - 300px) !important;
        right: calc(50% - 190px) !important
    }

    .block {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media screen and (min-width:640px) {
    .container {
        width: 640px
    }

    .title {
        font-size: 31px
    }

    .subtitle {
        font-size: 28px
    }

    .subtitle--left {
        font-size: 22px
    }

    .time {
        padding: 5px;
        width: 45px
    }

    .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
    }

    .promo__main {
        width: 48%;
        margin-bottom: 0
    }

    .promo__picture {
        margin-bottom: 20px
    }

    .info__main {
        margin-bottom: 40px
    }

    .info__text--right {
        margin-bottom: 30px
    }

    .info__figure {
        background: radial-gradient(circle at 63% 47%, #f4fbff 22%, #f4fbff 35%, rgba(219, 242, 255, .6) 35%, rgba(219, 242, 255, .6) 35.2%, #f4fbff 35.2%, #f4fbff 48.2%, rgba(219, 242, 255, .6) 48.2%, rgba(219, 242, 255, .6) 48.4%, #f4fbff 48.4%, #f4fbff 61.4%, rgba(219, 242, 255, .6) 61.4%, rgba(219, 242, 255, .6) 61.6%, #f4fbff 61.6%);
        padding: 30px 25px 25px;
        max-width: 574px;
        margin: 0 auto
    }

    .info__picture {
        margin-bottom: 30px
    }

    .info__caption {
        font-size: 18px
    }

    .result__list {
        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
    }

    .result__item {
        max-width: 190px;
        width: 100%;
        padding: 70px 15px 15px;
        text-align: center
    }

    .result__item:not(:last-of-type) {
        margin-bottom: 0
    }

    .result__item:nth-child(-n+3) {
        margin-bottom: 20px
    }

    .result__item:nth-child(-n+3) .result__item-header:before {
        top: -50px
    }

    .result__item-header {
        font-size: 15px
    }

    .result__item-header:before {
        top: -50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .form__wrapper {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form__header {
        font-size: 26px;
        margin-bottom: 30px;
        width: 100%
    }

    .form__price-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 40px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .form__price {
        margin-bottom: 0;
        text-align: left;
        margin-right: 20px
    }

    .form__price-title {
        line-height: 1.2
    }

    .form__prod {
        margin: 0 auto;
    }

    .form__inner {
        max-width: 308px
    }

    .composition__main,
    .composition__text {
        margin-bottom: 40px
    }

    .composition__info {
        position: relative
    }

    .composition__prod {
        margin: 0;
        position: absolute;
        right: 10px;
        bottom: 20px
    }

    .composition__list {
        padding: 25px 200px 25px 70px
    }

    .carousel__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
    }

    .carousel__arrow--left {
        margin-right: 17px
    }

    .carousel__title {
        margin-bottom: 0
    }

    .carousel__btn-block {
        max-width: 168px;
        margin: 0
    }

    .action__inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .action__logo--inner,
    .action__plashka {
        margin-bottom: 40px;
        width: inherit;
        margin-right: 30px
    }

    .action__plashka {
        font-size: 30px;
        width: 90px;
        height: 90px;
        padding: 30px 0;
        margin-right: 0
    }

    .action__price-new {
        font-size: 55px
    }

    .action__price-old {
        font-size: 45px
    }

    .use__list {
        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
    }

    .use__item {
        max-width: 295px
    }

    .use__item:not(:last-of-type) {
        margin-bottom: 0
    }

    .use__item:nth-child(-n+2) {
        margin-bottom: 17px
    }

    .use__picture:before {
        width: 280px;
        height: 280px;
        top: 35px
    }

    .benefit__header {
        margin: 0 20px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 280px;
        flex: 0 280px;
        position: relative
    }

    .benefit__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .benefit__title {
        font-size: 70px;
        text-align: left
    }

    .benefit__title-bottom {
        text-align: left;
        font-size: 22px
    }

    .benefit__subtitle {
        text-align: left;
        position: absolute;
        bottom: 0
    }

    .benefit__list {
        margin-bottom: 0;
        padding: 20px 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 300px;
        flex: 0 300px
    }

    .benefit__list--title {
        font-size: 20px
    }

    .benefit__info-header {
        font-size: 14px;
        margin-bottom: 5px
    }

    .benefit__info-text {
        font-size: 14px
    }

    .benefit__timer {
        margin-bottom: 50px
    }

    .benefit__price-block {
        margin-bottom: 30px;
        text-align: left
    }

    .benefit__price-new {
        margin-right: 0
    }

    .benefit__price-old {
        margin-right: 15px
    }

    .benefit__form-inner {
        max-width: inherit
    }

    .form__img--desc {
        display: block
    }

    .form__img--mob {
        display: none
    }

    .form__img {
        position: absolute;
        z-index: 1;
        right: 50px;
        bottom: 15px;
        margin-bottom: 0
    }

    .form__img:before {
        left: 0;
        top: 0;
        width: 80px;
        height: 80px;
        font-size: 26px;
        padding: 27px 0;
        text-align: center
    }

    .benefit__btn,
    .benefit__form-label {
        margin: 0 0 20px;
        max-width: 280px
    }

    .benefit__btn {
        margin: 0
    }

    .form-subtitle {
        right: -140px;
        top: 10px
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 768px;
        padding-left: 25px;
        padding-right: 25px
    }

    .title {
        font-size: 38px
    }

    .subtitle {
        font-size: 32px
    }

    .btn {
        cursor: pointer;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in
    }

    .btn:hover {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        background: #f4fbff;
        color: #1e3781;
        border: 1px solid #1e3781
    }

    .subtitle--left {
        font-size: 24px
    }

    .white__btn {
        cursor: pointer;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in
    }

    .white__btn:hover {
        background: #b70b00;
        color: #fff;
        border: 1px solid #b70b00
    }

    .nav {
        padding: 20px 0
    }

    .nav__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nav__logo-subtitle {
        font-size: 14px
    }

    .nav__burger {
        display: none
    }

    .timer--desc {
        display: block
    }

    .timer__text {
        font-size: 16px;
        margin-bottom: 10px
    }

    .timer__block {
        line-height: 1
    }

    .timer__dots {
        margin-bottom: 3px
    }

    .time {
        font-size: 18px;
        color: #fff;
        padding: 5px;
        width: 30px
    }

    .menu-mobile,
    .overlay {
        display: none
    }

    .list__item-text {
        font-size: 18px
    }

    .info__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
    }

    .info__subtitle {
        width: 100%
    }

    .info__text {
        width: 48%;
        margin-right: 20px;
        margin-bottom: 0
    }

    .info__text--right {
        margin-bottom: 30px;
        margin-right: 0
    }

    .info__figure {
        background: radial-gradient(circle at 63% 48%, #f4fbff 22%, #f4fbff 35%, rgba(219, 242, 255, .6) 35%, rgba(219, 242, 255, .6) 35.2%, #f4fbff 35.2%, #f4fbff 48.2%, rgba(219, 242, 255, .6) 48.2%, rgba(219, 242, 255, .6) 48.4%, #f4fbff 48.4%, #f4fbff 64.4%, rgba(219, 242, 255, .6) 64.4%, rgba(219, 242, 255, .6) 64.6%, #f4fbff 64.6%);
        padding: 40px 25px 25px
    }

    .info__picture {
        position: relative
    }

    .info__picture:before {
        position: absolute;
        content: "";
        z-index: -1;
        background: 0 0;
        width: 540px;
        height: 478px;
        left: -50px;
        bottom: -100px;
        border: 1px solid #419fd5
    }

    .result__main {
        margin-bottom: 40px
    }

    .result__item {
        max-width: 225px
    }

    .result__item-header {
        font-size: 17px
    }

    .result__info-list {
        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
    }

    .result__info-items {
        max-width: 225px;
        width: 100%
    }

    .result__info-items:not(:last-of-type) {
        margin-bottom: 0
    }

    .result__info-items:nth-child(-n+3) {
        margin-bottom: 20px
    }

    .form__header {
        font-size: 26px
    }

    .form__price-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form__price {
        margin-right: 40px
    }

    .form__timer-text {
        font-size: 18px;
        text-align: left;
        margin-bottom: 18px
    }

    .form__timer-block .timer__block-time {
        line-height: 1.5
    }

    .form__time {
        font-size: 32px;
        padding: 5px;
        width: 50px
    }

    .composition__list {
        padding: 25px 200px 25px 80px
    }

    .composition__item:before {
        width: 60px;
        left: -70px
    }

    .composition__item:not(:last-of-type) {
        margin-bottom: 35px
    }

    .composition__info-title {
        margin-bottom: 25px
    }

    .expert__sign {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .expert__left {
        margin-right: 30px
    }

    .carousel {
        padding-top: 40px;
        padding-bottom: 55px
    }

    .carousel__inner {
        margin-bottom: 40px
    }

    .slider__item {
        margin: 0 23px;
        padding: 26px 31px 36px 33px
    }

    .slick-dots {
        bottom: -52px
    }

    .action__plashka {
        font-size: 32px;
        width: 100px;
        height: 100px;
        padding: 34px 0;
        margin-right: 0;
        margin-bottom: 40px
    }

    .action__price {
        width: 100%;
        text-align: center;
    }

    .action__price-new {
        font-size: 65px
    }

    .action__price-old {
        font-size: 50px
    }

    .use__item {
        max-width: 350px;
        padding: 70px 10px 30px 29px
    }

    .order__subtitle {
        margin-bottom: 30px
    }

    .order__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .order__item {
        max-width: 227px;
        padding-top: 80px
    }

    .order__item:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 19px
    }

    .order__item-header:before {
        top: -55px
    }

    .benefit__header {
        margin: 0 30px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 350px;
        flex: 0 350px
    }

    .benefit__inner {
        margin-bottom: 35px
    }

    .benefit__title {
        font-size: 75px
    }

    .benefit__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 350px;
        flex: 0 350px
    }

    .benefit__info-header,
    .benefit__info-text {
        font-size: 15px
    }

    .benefit__timer-text {
        font-size: 18px;
        margin-bottom: 20px
    }

    .benefit__time {
        font-size: 40px;
        width: 62px
    }

    .benefit__price-block {
        margin-bottom: 35px
    }

    .form__img {
        right: 70px;
    }

    .benefit__form-inner {
        max-width: inherit
    }

    .benefit__btn,
    .benefit__form-label {
        max-width: 322px
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (min-width:1000px) {
    .ever-popup__close {
        top: calc(50% - 275px) !important;
        right: calc(50% - 325px) !important
    }

    .ever-popup__inner,
    .popup {
        width: 100% !important
    }

    .popup {
        max-width: 640px;
        padding-right: 40px
    }

    .popup__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-around;
    }

    .popup__left {
        max-width: 260px;
        margin-right: 40px;
    }

    .popup__right .form__input {
        padding: 18px 15px 18px 44px;
    }

    .popup__right .form__btn {
        padding: 14px 20px;
    }
}

@media screen and (min-width:1024px) {
    .container {
        width: 1024px
    }

    .subtitle,
    .title {
        font-size: 40px;
        text-align: left
    }

    .subtitle {
        font-size: 36px
    }

    .subtitle--left {
        position: absolute;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: 0;
        font-size: 26px;
        top: 205px;
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    .nav__link {
        font-size: 16px
    }

    .nav__link:not(:last-of-type) {
        margin-right: 30px
    }

    .timer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .timer__text {
        font-size: 18px;
        margin-bottom: 0;
        max-width: 136px;
        margin-right: 20px
    }

    .time {
        font-size: 24px;
        width: 33px
    }

    .promo {
        position: relative;
        background: radial-gradient(circle at 49% 40%, #dbf2ff 17%, #f4fbff 17%, #f4fbff 30%, rgba(219, 242, 255, .6) 30%, rgba(219, 242, 255, .6) 30.2%, #f4fbff 30.2%, #f4fbff 43.2%, rgba(219, 242, 255, .6) 43.2%, rgba(219, 242, 255, .6) 43.4%, #f4fbff 43.4%, #f4fbff 56.4%, rgba(219, 242, 255, .6) 56.4%, rgba(219, 242, 255, .6) 56.6%, #f4fbff 56.6%)
    }

    .promo .promo__wrapper {
        padding-bottom: 200px
    }

    .promo__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .promo__main {
        width: inherit;
        text-align: left;
        max-width: 340px;
        position: relative;
        padding-left: 40px;
        margin-right: 20px
    }

    .promo__header {
        font-size: 75px;
        margin-bottom: 20px
    }

    .promo__title {
        font-size: 34px;
        margin-bottom: 40px
    }

    .promo__subtitle {
        margin: 0
    }

    .promo__price {
        margin-bottom: 40px
    }

    .price__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .price__new {
        font-size: 40px
    }

    .price__old {
        font-size: 30px
    }

    .promo__btn {
        margin: 0
    }

    .promo__prod {
        margin-bottom: 0;
    }

    .promo__picture {
        margin: 0 30px 0 0
    }

    .promo__info {
        max-width: 340px;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .promo__info-title {
        text-align: left
    }

    .promo__info-list {
        margin-bottom: 44px
    }

    .list__disc-items:not(:last-of-type) {
        margin-bottom: 20px
    }

    .promo__inner-bottom {
        position: absolute;
        bottom: -110px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 974px;
        width: 100%
    }

    .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .list__item {
        max-width: 307px;
        position: relative;
        width: 100%;
        padding: 20px 20px 20px 70px;
        overflow: hidden;
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .list__item:not(:last-of-type) {
        margin: 0 27px 0 0
    }

    .list__item:after,
    .list__item:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px
    }

    .list__item:before {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        bottom: 0;
        border-bottom: 2px solid transparent;
        border-left: 2px solid transparent
    }

    .list__item:after {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        top: 0;
        border-top: 2px solid transparent;
        border-right: 2px solid transparent
    }

    .list__item:hover {
        border-color: #1e3781
    }

    .list__item:hover:after,
    .list__item:hover:before {
        -webkit-transition: .1s height linear .1s, .1s -webkit-transform linear;
        transition: .1s transform linear, .1s height linear .1s;
        transition: .1s transform linear, .1s height linear .1s, .1s -webkit-transform linear;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        height: 100%;
        border-color: #1e3781
    }

    .list__item:hover:after {
        -webkit-transition: .1s height linear .3s, .1s -webkit-transform linear .2s;
        transition: .1s transform linear .2s, .1s height linear .3s;
        transition: .1s transform linear .2s, .1s height linear .3s, .1s -webkit-transform linear .2s
    }

    .info .info__wrapper {
        padding-top: 160px
    }

    .info__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .info__main {
        position: relative;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 40px;
        max-width: 600px;
        margin: 0 40px 0 0
    }

    .info__subtitle {
        width: inherit;
        margin-bottom: 0;
        top: 350px
    }

    .info__text {
        margin-bottom: 40px
    }

    .info__btn {
        margin-left: 0
    }

    .info__text--right {
        margin-bottom: 0
    }

    .info__figure {
        background: radial-gradient(circle at 63% 43%, #f4fbff 22%, #f4fbff 35%, rgba(219, 242, 255, .6) 35%, rgba(219, 242, 255, .6) 35.2%, #f4fbff 35.2%, #f4fbff 48.2%, rgba(219, 242, 255, .6) 48.2%, rgba(219, 242, 255, .6) 48.4%, #f4fbff 48.4%, #f4fbff 64.4%, rgba(219, 242, 255, .6) 64.4%, rgba(219, 242, 255, .6) 64.6%, #f4fbff 64.6%)
    }

    .info__picture:before {
        width: 335px;
        height: 335px;
        left: -43px;
        bottom: -120px
    }

    .result__main {
        margin-bottom: 50px;
        position: relative;
        padding-left: 40px;
        padding-right: 40px
    }

    .result__title {
        margin-bottom: 30px
    }

    .result__subtitle {
        margin-bottom: 0;
        top: 401px
    }

    .result__item {
        max-width: 284px;
        text-align: left;
        padding: 30px 15px 33px 70px
    }

    .result__item:not(:last-of-type) {
        margin-right: 0
    }

    .result__item:nth-child(-n+3) {
        margin-bottom: 20px
    }

    .result__item:nth-child(-n+3) .result__item-header:before {
        top: -8px
    }

    .result__item-header {
        font-size: 18px
    }

    .result__item-header:before {
        left: -53px;
        -webkit-transform: none;
        transform: none;
        top: 0
    }

    .result__info {
        padding-left: 40px;
        padding-right: 40px
    }

    .result__info-subtitle {
        margin-bottom: 30px
    }

    .result__info-items {
        max-width: 268px
    }

    .result__info-items:nth-child(-n+3) {
        margin-bottom: 30px
    }

    .form__wrapper {
        position: relative;
        display: block
    }

    .form__header {
        font-size: 28px;
        text-align: left;
        margin-bottom: 40px;
        padding-left: 250px
    }

    .form__price-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 250px
    }

    .form__price {
        margin-right: 50px
    }

    .form__timer {
        display: block;
        flex-basis: 89%;
    }

    .form__price-title {
        font-size: 20px
    }

    .form__timer-text {
        margin-bottom: 20px;
        max-width: inherit
    }

    .form__time {
        font-size: 32px;
        width: 52px
    }

    .form__prod {
        max-width: 220px;
        position: absolute;
        bottom: 70px
    }

    .form__inner {
        max-width: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 51px 20px 59px
    }

    .form__btn,
    .form__label {
        max-width: 225px
    }

    .form__label {
        margin-right: 15px;
        margin-bottom: 0
    }

    .composition__inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 40px
    }

    .composition__info::before {
        width: 544px;
        height: 400px;
        position: absolute;
        content: "";
        left: -20px;
        bottom: -20px;
        border: 1px solid #419fd5
    }

    .composition__title {
        margin-bottom: 40px
    }

    .composition__subtitle {
        margin-bottom: 0;
        top: 271px
    }

    .composition__info-test {
        margin: 0
    }

    .composition__main {
        margin-right: 30px;
        max-width: 360px;
        margin-bottom: 0
    }

    .composition__list {
        position: relative
    }

    .composition__item:not(:last-of-type) {
        margin-bottom: 25px
    }

    .composition__info-title {
        margin-bottom: 25px;
        text-align: left;
        padding-left: 15px
    }

    .composition__prod {
        bottom: 80px;
        z-index: 5
    }

    .expert__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .expert__picture {
        max-width: 350px;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 40px;
        position: relative;
        z-index: 5
    }

    .expert__picture:after,
    .expert__picture:before {
        position: absolute;
        content: "";
        width: 350px;
        height: 430px
    }

    .expert__picture:before {
        top: 70px;
        left: -10px;
        background-color: #fff;
        z-index: -1
    }

    .expert__picture:after {
        left: 10px;
        border: 1px solid #419fd5;
        z-index: -2;
        top: 100px
    }

    .expert__main {
        position: relative;
        padding-right: 40px
    }

    .expert__subtitle {
        left: auto;
        right: -266px;
        top: 294px;
        margin-bottom: 0
    }

    .expert__sign {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .carousel {
        padding-top: 60px;
        padding-bottom: 60px;
        overflow: hidden
    }

    .carousel__inner {
        margin-bottom: 50px
    }

    .slider__item {
        margin: 0 16px
    }

    .carousel__slider {
        margin-bottom: 0;
    }

    .slick-dots {
        display: none
    }

    .action__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
    }

    .action .action__wrapper {
        padding-top: 33px;
        padding-bottom: 40px
    }

    .action__logo--inner {
        margin-bottom: 0;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .action__logo-title {
        font-size: 50px
    }

    .action__logo-subtitle {
        font-size: 18px
    }

    .action__plashka {
        font-size: 30px;
        width: 90px;
        height: 90px;
        padding: 30px 0;
        margin-right: 30px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .action__price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .action__price-new {
        font-size: 35px;
        margin-bottom: 0
    }

    .use__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-right: 40px
    }

    .use__title {
        margin-bottom: 30px
    }

    .use__subtitle {
        margin-bottom: 0;
        top: 241px
    }

    .use__main {
        position: relative;
        padding-left: 40px;
        margin-right: 50px;
        max-width: 558px
    }

    .use__list {
        margin-bottom: 0
    }

    .use__item {
        max-width: 250px;
        padding: 70px 10px 30px 29px
    }

    .use__item:not(:last-of-type) {
        margin-right: 0
    }

    .use__item:nth-child(-n+2) {
        margin-bottom: 17px
    }

    .use__item:nth-child(odd) {
        margin-right: 17px
    }

    .use__picture:before {
        width: 320px;
        height: 320px
    }

    .use__img {
        max-width: 320px
    }

    .order__wrapper {
        position: relative;
        padding-left: 65px
    }

    .order__subtitle {
        margin-bottom: 0;
        left: 25px;
        top: 289px
    }

    .order__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .order__item {
        max-width: 299px;
        padding: 89px 10px 23px 23px
    }

    .order__item:not(:last-of-type) {
        margin-right: 19px
    }

    .order__item-header:before {
        top: -65px
    }

    .benefit__inner {
        margin-bottom: 120px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .benefit__header {
        padding-left: 40px
    }

    .benefit__title-bottom {
        font-size: 34px
    }

    .benefit__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 330px;
        flex: 0 330px;
        margin-right: 30px
    }

    .benefit__timer--mob {
        display: none
    }

    .benefit__timer--desc {
        display: block
    }

    .benefit__timer {
        margin-bottom: 0
    }

    .benefit__timer .timer__block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .benefit__timer-text {
        font-size: 18px;
        text-align: left;
        max-width: inherit;
        margin-bottom: 20px
    }

    .benefit__time {
        font-size: 36px;
        padding: 2px;
        width: 41px
    }

    .benefit__list {
        padding: 25px 21px 25px 25px
    }

    .benefit__list--title {
        margin-bottom: 25px;
        text-align: left
    }

    .benefit__info-header,
    .benefit__info-text {
        font-size: 18px
    }

    .benefit__price-block .price__block,
    .popup .form__inner,
    .price__block--desc {
        display: block
    }

    .price__block--mob {
        display: none
    }

    .price__title {
        text-align: left;
        line-height: 1.4;
        margin-bottom: 0;
        font-size: 16px;
    }

    .price__old {
        margin-top: 11px;
        display: inline-block;
    }

    .action__price-old {
        font-size: 30px;
        margin-top: 0;
    }

    .popup__right .price__old {
        margin-top: 0;
    }

    .benefit__price-block {
        margin-bottom: 0;
        text-align: right
    }

    .benefit__price-new,
    .benefit__price-old {
        display: block;
        margin-right: 0
    }

    .benefit__price-old {
        font-size: 40px;
        margin-top: 0;
    }

    .benefit__price-new {
        font-size: 50px
    }

    .benefit__form-inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .form__img {
        right: 30px;
        max-width: 230px
    }

    .form__img:before {
        left: 0;
        top: 0
    }

    .form-subtitle {
        right: -150px;
        top: -90px
    }

    .popup .form__btn,
    .popup .form__label {
        max-width: 322px
    }

    .popup .form__label {
        margin-right: 0;
        margin-bottom: 20px
    }

    .popup .promo__price {
        margin-bottom: 20px
    }

    .popup .price__block {
        display: block
    }

    .block {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media screen and (min-width:1220px) {
    .container {
        width: 1220px
    }

    .title {
        font-size: 50px
    }

    .subtitle {
        font-size: 40px
    }

    .subtitle--left {
        left: -3px;
        top: 224px;
        font-size: 28px
    }

    .nav__link:not(:last-of-type) {
        margin-right: 40px
    }

    .nav__logo-subtitle {
        font-size: 15px
    }

    .timer__text {
        margin-right: 35px
    }

    .time {
        font-size: 32px;
        width: 52px
    }

    .promo {
        background: radial-gradient(circle at 50% 40%, #dbf2ff 20%, #f4fbff 20%, #f4fbff 33%, rgba(219, 242, 255, .6) 33%, rgba(219, 242, 255, .6) 33.2%, #f4fbff 33.2%, #f4fbff 46.2%, rgba(219, 242, 255, .6) 46.2%, rgba(219, 242, 255, .6) 46.4%, #f4fbff 46.4%, #f4fbff 59.4%, rgba(219, 242, 255, .6) 59.4%, rgba(219, 242, 255, .6) 59.6%, #f4fbff 59.6%)
    }

    .promo__main {
        max-width: 390px;
        padding-left: 50px;
        margin-right: 30px
    }

    .promo__header {
        font-size: 85px;
        margin-bottom: 15px
    }

    .promo__title {
        font-size: 40px;
        margin-bottom: 50px
    }

    .promo__subtitle {
        font-size: 28px
    }

    .promo__price {
        margin-bottom: 64px
    }

    .price__new {
        font-size: 40px
    }

    .price__old {
        font-size: 30px
    }

    .promo__picture {
        margin: 0 80px 0 0
    }

    .promo__info {
        max-width: 350px;
        padding-right: 20px;
    }

    .promo__info-test,
    .promo__info-title {
        margin-bottom: 49px
    }

    .promo__info-list {
        margin-bottom: 65px;
    }

    .list__disc-items:not(:last-of-type) {
        margin-bottom: 25px
    }

    .promo__inner-bottom {
        max-width: 1170px
    }

    .list__item {
        max-width: 372px;
        padding: 28px 18px 28px 87px
    }

    .list__item:nth-child(2) .list__item-header:before {
        width: 43px;
        height: 43px
    }

    .list__item:nth-child(3) .list__item-header:before {
        width: 39px;
        height: 40px
    }

    .list__item-header::before {
        left: -60px
    }

    .info .info__wrapper {
        padding-top: 200px
    }

    .info__main {
        padding-left: 50px;
        max-width: 710px;
        margin-right: 50px
    }

    .info__title {
        margin-bottom: 40px
    }

    .info__subtitle {
        top: 376px
    }

    .info__text {
        max-width: 385px;
        width: 100%;
        margin: 0 40px 0 0
    }

    .info__text--right {
        margin: 0;
        max-width: 235px;
        width: 100%
    }

    .info__btn {
        margin: -65px 0 0
    }

    .info__figure {
        background: radial-gradient(circle at 63% 44%, #f4fbff 22%, #f4fbff 35%, rgba(219, 242, 255, .6) 35%, rgba(219, 242, 255, .6) 35.2%, #f4fbff 35.2%, #f4fbff 48.2%, rgba(219, 242, 255, .6) 48.2%, rgba(219, 242, 255, .6) 48.4%, #f4fbff 48.4%, #f4fbff 64.4%, rgba(219, 242, 255, .6) 64.4%, rgba(219, 242, 255, .6) 64.6%, #f4fbff 64.6%)
    }

    .info__picture:before {
        width: 410px;
        height: 410px;
        left: -43px
    }

    .result__main {
        margin-bottom: 60px;
        padding-left: 50px;
        padding-right: 50px
    }

    .result__subtitle {
        top: 435px
    }

    .result__item {
        max-width: 342px;
        padding: 30px 15px 33px 92px
    }

    .result__item:not(:last-of-type) {
        margin-right: 0
    }

    .result__item-header:before {
        left: -63px
    }

    .result__info {
        padding-left: 50px;
        padding-right: 50px
    }

    .result__info-subtitle {
        margin-bottom: 40px
    }

    .result__info-items {
        max-width: 342px
    }

    .form__header,
    .form__price-block {
        margin-bottom: 50px;
        padding-left: 350px
    }

    .form__price {
        margin-right: 78px
    }

    .form__price-title {
        font-size: 20px
    }

    .form__timer-text {
        margin-bottom: 23px
    }

    .form__timer {
        flex-basis: 74%;
    }

    .form__time {
        font-size: 36px;
        width: 52px
    }

    .form__prod {
        max-width: 316px
    }

    .form__inner {
        padding: 51px 61px 59px 20px
    }

    .form__btn,
    .form__label {
        max-width: 238px
    }

    .form__label {
        margin-right: 21px
    }

    .composition__inner {
        padding-left: 50px
    }

    .composition__info::before {
        width: 605px;
        height: 474px;
        left: -30px;
        bottom: -30px
    }

    .composition__title {
        margin-bottom: 50px
    }

    .composition__subtitle {
        top: 293px
    }

    .composition__main {
        margin-right: 45px;
        max-width: 581px;
        width: 100%
    }

    .composition__text {
        margin-bottom: 50px
    }

    .composition__info-test {
        max-width: 330px
    }

    .composition__list {
        padding: 38px 200px 43px 93px
    }

    .composition__item:not(:last-of-type) {
        margin-bottom: 35px
    }

    .composition__item:before {
        width: 67px;
        height: 45px;
        left: -80px
    }

    .composition__info-title {
        margin-bottom: 33px
    }

    .expert__picture {
        max-width: 400px;
        margin-right: 50px
    }

    .expert__picture:before {
        width: 400px;
        height: 480px;
        top: 92px;
        left: -20px
    }

    .expert__picture:after {
        width: 400px;
        height: 480px;
        top: 120px
    }

    .expert__main {
        padding-right: 50px
    }

    .expert__title {
        margin-bottom: 30px
    }

    .expert__subtitle {
        right: -281px;
        top: 316px;
        left: auto
    }

    .expert__left {
        margin-right: 50px
    }

    .carousel__inner {
        margin-bottom: 60px
    }

    .action__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .action__logo--inner {
        margin-bottom: 0;
        margin-right: 0
    }

    .action__logo-title {
        font-size: 60px
    }

    .action__logo-subtitle {
        font-size: 28px
    }

    .action__plashka {
        font-size: 30px;
        width: 90px;
        height: 90px;
        padding: 30px 0;
        margin-bottom: 0
    }

    .action__price {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .form__price-title:first-child {
        margin-right: 20px;
    }

    .action__price-new {
        font-size: 45px
    }

    .action__price-old {
        font-size: 35px;
        margin-top: 11px;
    }

    .use__inner {
        padding-right: 50px
    }

    .use__title {
        margin-bottom: 40px
    }

    .use__subtitle {
        top: 262px
    }

    .use__main {
        padding-left: 50px;
        max-width: 700px
    }

    .use__item {
        max-width: 315px;
        padding: 70px 10px 30px 29px
    }

    .use__item-header:before {
        top: -55px;
        left: 0;
        width: 39px;
        height: 39px
    }

    .use__picture:before {
        width: 380px;
        height: 380px
    }

    .use__img {
        max-width: 320px
    }

    .order__wrapper {
        padding-left: 75px
    }

    .order__title {
        margin-bottom: 35px
    }

    .order__subtitle {
        left: 25px;
        top: 309px
    }

    .order__item {
        max-width: 360px;
        padding: 89px 10px 29px 23px
    }

    .order__item-header:before {
        top: -65px;
        left: 0
    }

    .benefit__header {
        padding-left: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 470px;
        flex: 0 470px;
        margin-right: 40px
    }

    .benefit__title {
        font-size: 95px;
        margin-bottom: 20px
    }

    .benefit__title-bottom {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 20px
    }

    .benefit__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 380px;
        flex: 0 380px;
        margin-right: 40px
    }

    .benefit__list--title {
        font-size: 28px;
        margin-bottom: 30px
    }

    .benefit__info-header {
        margin-bottom: 6px
    }

    .benefit__time {
        font-size: 40px;
        width: 55px
    }

    .benefit__price-title {
        font-size: 24px
    }

    .benefit__price-new {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 60px
    }

    .benefit__price-old {
        font-size: 50px
    }

    .form__img {
        right: 60px;
        max-width: 260px
    }

    .form-subtitle {
        right: -135px
    }

    .benefit__btn,
    .benefit__form-label {
        max-width: 280px
    }
}

@media screen and (min-width:1480px) {
    .container {
        width: 1480px
    }

    .title {
        font-size: 64px
    }

    .subtitle--left {
        left: -3px;
    }

    .nav__link:not(:last-of-type) {
        margin-right: 76px
    }

    .bg-left:before,
    .bg-right--after:after,
    .bg-right:before {
        position: absolute;
        content: "";
        width: 713px;
        height: 231px;
        background: url(../img/bg.png) no-repeat center/contain
    }

    .bg-left:before {
        top: 80px;
        left: -635px;
        -webkit-animation: drag 60s infinite;
        animation: drag 60s infinite
    }

    .bg-right--after:after,
    .bg-right:before {
        bottom: -296px;
        right: -380px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: drag2 60s infinite;
        animation: drag2 60s infinite
    }

    .bg-right:before {
        left: auto;
        top: auto
    }

    @-webkit-keyframes drag {

        0%,
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        50% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }
    }

    @keyframes drag {

        0%,
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        50% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }
    }

    .bg-right--after:after {
        -webkit-animation-delay: 30s;
        animation-delay: 30s
    }

    @-webkit-keyframes drag2 {

        0%,
        to {
            bottom: 20%
        }

        50% {
            bottom: -20%
        }
    }

    @keyframes drag2 {

        0%,
        to {
            bottom: 20%
        }

        50% {
            bottom: -20%
        }
    }

    .time:not(:last-of-type) {
        margin-right: 16px
    }

    .promo {
        overflow: hidden;
        background: radial-gradient(circle at 50% 42%, #dbf2ff 227px, #f4fbff 227px, #f4fbff 377px, rgba(219, 242, 255, .6) 377px, rgba(219, 242, 255, .6) 379px, #f4fbff 379px, #f4fbff 529px, rgba(219, 242, 255, .6) 529px, rgba(219, 242, 255, .6) 531px, #f4fbff 531px, #f4fbff 681px, rgba(219, 242, 255, .6) 681px, rgba(219, 242, 255, .6) 683px, #f4fbff 683px);
        padding-bottom: 189px
    }

    .promo .promo__wrapper {
        padding-bottom: 0;
        padding-top: 92px
    }

    .promo:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 92px;
        bottom: -12px;
        background-color: #fff
    }

    .promo__inner {
        align-items: inherit;
        position: relative;
        justify-content: space-between;
        margin-bottom: 80px;
    }

    .promo__main {
        max-width: 445px;
        padding-left: 51px;
        margin-right: 49px;
        display: flex;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: space-between;
    }

    .promo__header {
        font-size: 95px
    }

    .promo__price {
        margin-bottom: 59px
    }

    .price__title {
        font-size: 18px;
    }

    .price__new {
        font-size: 55px
    }

    .price__old {
        font-size: 35px;
        margin-top: 18px;
    }

    .promo__picture {
        margin: 0 130px 0 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .promo__prod {
        max-width: 380px
    }

    .promo__prod:before {
        width: 98px;
        height: 98px;
        font-size: 33px;
        padding: 33px 0;
        right: 15px
    }

    .promo__info {
        padding-top: 20px;
    }

    .promo__info-test,
    .promo__info-title {
        margin-bottom: 44px
    }

    .promo__info-list {
        margin-bottom: 54px;
    }

    .list__disc-items:not(:last-of-type) {
        margin-bottom: 32px
    }

    .promo__btn {
        position: relative
    }

    .promo__inner-bottom {
        bottom: 0;
        max-width: 1430px;
        z-index: 5
    }

    .list__item {
        max-width: 459px
    }

    .list__item:nth-child(2) .list__item-header:before {
        width: 43px;
        height: 43px
    }

    .list__item:nth-child(3) .list__item-header:before {
        width: 39px;
        height: 40px
    }

    .list__item-header::before {
        left: -60px
    }

    .info .info__wrapper {
        padding-top: 97px
    }

    .info__wrapper {
        padding-bottom: 130px
    }

    .info__main {
        padding-left: 60px;
        max-width: 760px;
        width: 100%;
        margin-right: 86px
    }

    .info__title {
        margin-bottom: 31px;
        line-height: 1
    }

    .info__subtitle {
        top: 569px;
        left: -2px
    }

    .info__text {
        line-height: 1.35
    }

    .info__text--right {
        max-width: 254px
    }

    .info__btn {
        margin: -65px 0 0
    }

    .info__figure {
        background: radial-gradient(circle at 66% 51%, #f4fbff 22%, #f4fbff 35%, rgba(219, 242, 255, .6) 35%, rgba(219, 242, 255, .6) 35.2%, #f4fbff 35.2%, #f4fbff 48.2%, rgba(219, 242, 255, .6) 48.2%, rgba(219, 242, 255, .6) 48.4%, #f4fbff 48.4%, #f4fbff 64.4%, rgba(219, 242, 255, .6) 64.4%, rgba(219, 242, 255, .6) 64.6%, #f4fbff 64.6%);
        padding: 85px 25px 25px 23px
    }

    .info__picture {
        margin-bottom: 45px
    }

    .info__picture:before {
        width: 540px;
        height: 478px;
        left: -62px;
        bottom: -147px
    }

    .info__img {
        margin-left: 30px
    }

    .result {
        position: relative;
        overflow: hidden
    }

    .result__wrapper {
        padding-top: 116px;
        padding-bottom: 86px
    }

    .result.bg-left:before {
        left: -638px
    }

    .result.bg-right--after:after {
        right: -396px
    }

    .result__main {
        margin-bottom: 76px;
        padding-left: 60px;
        padding-right: 60px
    }

    .result__title {
        line-height: 1
    }

    .result__subtitle {
        top: 433px
    }

    .result__item {
        max-width: 423px
    }

    .result__info {
        padding-left: 63px;
        padding-right: 60px
    }

    .result__info-subtitle {
        margin-bottom: 52px
    }

    .result__info-items {
        max-width: 420px
    }

    .result__info-items:nth-child(-n+3) {
        margin-bottom: 38px
    }

    .result__info-header {
        max-width: 360px
    }

    .form__wrapper {
        padding-top: 128px;
        padding-bottom: 110px
    }

    .form__header {
        margin-bottom: 55px;
        padding-left: 406px
    }

    .form__price-block {
        padding-left: 406px;
        margin-bottom: 50px
    }

    .form__price {
        margin-right: 80px
    }

    .form__price-title {
        font-size: 22px
    }

    .form__timer-text {
        margin-right: 0;
        margin-bottom: 23px
    }

    .form__timer {
        flex-basis: 73%;
    }

    .form__time {
        font-size: 40px;
        width: 62px
    }

    .form__timer .timer__dots {
        font-size: 40px;
        margin: 0 5px 3px
    }

    .form__prod {
        max-width: 340px;
        bottom: 120px;
        left: 33px
    }

    .form__prod:before {
        right: 64px;
        top: -15px
    }

    .form__btn,
    .form__label {
        max-width: 308px;
        width: 100%
    }

    .composition__wrapper {
        padding-bottom: 133px;
        padding-top: 76px
    }

    .composition__inner {
        padding-left: 60px
    }

    .composition__info::before {
        width: 706px;
        left: 49px;
        bottom: -25px
    }

    .composition__title {
        margin-bottom: 61px;
        line-height: 1
    }

    .composition__text {
        margin-bottom: 78px;
        line-height: 1.4;
        max-width: 478px
    }

    .composition__list {
        max-width: 635px;
        padding: 43px 225px 43px 93px
    }

    .composition__item:not(:last-of-type) {
        margin-bottom: 43px
    }

    .composition__info-title {
        margin-bottom: 33px;
        padding-left: 28px
    }

    .composition__item-text {
        line-height: 1.4
    }

    .composition__prod {
        max-width: 300px;
        bottom: -30px;
        right: -106px
    }

    .expert {
        overflow: hidden;
        position: relative
    }

    .expert__wrapper {
        padding-top: 137px;
        padding-bottom: 146px
    }

    .expert__inner {
        padding-left: 77px
    }

    .expert__picture {
        max-width: 486px;
        margin-top: -105px;
        margin-right: 60px
    }

    .expert__picture:before {
        width: 500px;
        height: 592px;
        top: 104px;
        left: -30px
    }

    .expert__picture:after {
        width: 490px;
        height: 568px;
        top: 185px;
        left: -78px
    }

    .expert__main {
        padding-right: 60px
    }

    .expert__title {
        margin-bottom: 54px;
        line-height: 1
    }

    .expert__subtitle {
        right: -273px;
        top: 312px;
        left: auto;
        z-index: 5
    }

    .expert__text--last {
        margin-bottom: 54px
    }

    .expert__left {
        margin-right: 106px
    }

    .expert__name {
        font-size: 39px;
        margin-bottom: 18px
    }

    .expert__sign-img {
        margin-top: -16px
    }

    .carousel {
        padding-top: 122px;
        padding-bottom: 46px
    }

    .carousel__inner {
        display: block
    }

    .carousel__title {
        text-align: center
    }

    .carousel__wrapper {
        padding-left: 84px;
        padding-right: 92px
    }

    .carousel__inner {
        margin-bottom: 79px
    }

    .slider__item {
        margin: 0 10px
    }

    .carousel__slider {
        margin: 0;
        padding: 0 15px
    }

    .slider__text {
        line-height: 1.5
    }

    .action__price {
        width: 33%;
    }

    .action__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 59px 0 52px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .action__logo--inner {
        margin-right: 60px;
        width: inherit
    }

    .action__plashka {
        font-size: 35px;
        width: 105px;
        height: 105px;
        padding: 35px 0;
        margin-right: 40px
    }

    .action__price-new {
        font-size: 50px;
        margin-right: 25px
    }

    .action__price-old {
        font-size: 35px
    }

    .action__btn {
        max-width: 322px;
        width: 100%;
        padding: 19px 0
    }

    .use__wrapper {
        padding-top: 100px;
        padding-bottom: 121px
    }

    .use__inner {
        padding-right: 60px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .use__title {
        margin-bottom: 54px;
        line-height: 1
    }

    .use__subtitle {
        top: 259px
    }

    .use__main {
        padding-left: 60px;
        max-width: 854px;
        margin-right: 0
    }

    .use__item {
        max-width: 388px
    }

    .use__item-header:before {
        top: -55px;
        left: 0;
        width: 39px;
        height: 39px
    }

    .use__picture:before {
        width: 500px;
        height: 500px;
        top: 110px
    }

    .use__img {
        max-width: 440px
    }

    .order {
        overflow: hidden;
        position: relative
    }

    .order__wrapper {
        padding: 109px 86px 125px 87px
    }

    .order__title {
        margin-bottom: 48px;
        line-height: 1
    }

    .order__subtitle {
        left: 25px;
        top: 355px
    }

    .order__item {
        max-width: 423px;
        position: relative;
        z-index: 5
    }

    .order__item-header:before {
        left: 0
    }

    .benefit__wrapper {
        padding-top: 120px
    }

    .benefit__inner {
        margin-bottom: 46px
    }

    .benefit__header {
        padding-left: 60px;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        max-width: 522px;
        margin-right: 60px
    }

    .benefit__list--title {
        margin-bottom: 35px
    }

    .benefit__title-bottom {
        margin-bottom: 55px
    }

    .benefit__list {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: 100%;
        max-width: 450px;
        margin-right: 52px;
        padding: 51px 39px 37px
    }

    .benefit__info-header {
        margin-bottom: 10px
    }

    .benefit__time {
        width: 56px;
    }

    .benefit__time:not(:last-of-type) {
        margin-right: 10px;
    }

    .benefit__timer .timer__dots {
        margin-left: 7px;
        margin-right: 7px;
    }

    .price__block--desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .benefit__price-title {
        margin-bottom: 0
    }

    .benefit__price-title:first-child {
        margin-right: 10px;
    }

    .benefit__price-new {
        margin-right: 0;
        font-size: 37px;
        margin-bottom: 0
    }

    .benefit__price-old {
        font-size: 30px;
        margin-top: 7px;
    }

    .benefit__form-inner {
        padding: 70px
    }

    .benefit__btn,
    .benefit__form-label {
        max-width: 306px
    }

    .form__img {
        right: 66px;
        bottom: 15px;
        max-width: 320px
    }

    .form__img:before {
        width: 90px;
        height: 90px;
        font-size: 30px;
        padding: 30px 0;
        left: 60px;
        top: 20px
    }

    .form-subtitle {
        right: -133px;
        top: -77px
    }

    .popup__right .price__old {
        font-size: 28px;
    }

    .popup__right .price__new {
        font-size: 38px;
    }
}

@media screen and (min-width:1620px) {
    .container__fluid {
        width: 1620px
    }

    .benefit .benefit__wrapper {
        width: 1620px;
        padding-top: 113px
    }

    .benefit__inner {
        margin-bottom: 60px
    }

    .benefit__header {
        margin-right: 100px;
        padding-left: 68px;
        max-width: 532px
    }

    .benefit__title {
        margin-bottom: 15px
    }

    .benefit__title-bottom {
        line-height: 1.2;
        margin-bottom: 62px
    }

    .benefit__list {
        padding: 59px 38px 37px 40px
    }

    .benefit__list--title {
        margin-bottom: 51px
    }

    .benefit__info-items:not(:last-of-type) {
        margin-bottom: 34px
    }

    .benefit__price-block {
        max-width: 438px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .benefit__price-title {
        font-size: 25px
    }

    .benefit__price-new {
        font-size: 53px
    }

    .benefit__price-old {
        font-size: 40px;
        margin-top: 13px;
    }

    .benefit__time {
        width: 62px;
        padding: 5px;
    }

    .benefit__btn,
    .benefit__form-label {
        max-width: 322px
    }

    .composition__prod {
        right: -136px;
    }

    .form__img {
        right: 85px;
        bottom: 0;
        max-width: 380px
    }

    .form__img:before {
        width: 98px;
        height: 98px;
        font-size: 34px;
        padding: 33px 0;
        left: 0;
    }

    .form-subtitle {
        right: -146px;
        top: -87px
    }
}

@media screen and (min-width:1920px) {

    .bg-left:before,
    .result.bg-left:before {
        left: calc(50% - 1530px)
    }

    .bg-right--after:after,
    .bg-right:before,
    .result.bg-right--after:after {
        right: calc(50% - 1275px)
    }
}

@media screen and (min-width:1000px) and (-ms-high-contrast:active),
screen and (min-width:1000px) and (-ms-high-contrast:none) {
    .popup {
        max-width: 704px
    }
}