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 {
    min-width: 320px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #222;
    background-color: #e6eaf2;
}

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 {
    line-height: 1;
    font-size: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button, button:focus, input, input:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    display: block;
    padding: 0;
}

::-moz-focus-inner, ::-moz-focus-outer {
    border: 0;
    padding: 0;
}

: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(https://179523.selcdn.ru/public/layout-images/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: 'Inter';
    src: url(../fonts/inter-300.woff2) format("woff2"), url(../fonts/inter-300.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/inter-regular.woff2) format("woff2"), url(../fonts/inter-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/inter-700.woff2) format("woff2"), url(../fonts/inter-700.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

img, picture {
    display: block;
}

img {
    max-width: 100%
}

svg {
    overflow: hidden;
}

picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.title {
    font-size: 23px;
    color: #222;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
}

.text-light {
    font-weight: 300;
    line-height: 1.4;
}

.text-bold {
    font-weight: 700;
}

.text-nowrap {
    white-space: nowrap;
}

.text-gray {
    color: #444;
}

.text-white {
    color: #fff;
}

.date {
    font-size: 18px;
}

.date br, .slick-slide.slick-loading img {
    display: none;
}

.price {
    position: relative;
    padding-right: 15px;
}

.price__new {
    color: #284976;
    padding-top: 15px;
}

.price__new-value {
    display: inline-block;
    font-size: 45px;
}

.price__new-currency {
    font-size: 30px;
}

.price__old {
    color: #8b8b8b;
    position: absolute;
    top: -10px;
    right: 5px;
}

.price__old-value {
    font-size: 24px;
    position: relative;
}

.price__old-value::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
    width: 110%;
    border-bottom: 2px solid #db4e51;
}

.price__old-currency {
    font-size: 16px;
}

.input {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #c4c4c4;
    background-color: #fff !important;
    padding: 19.5px 15px 19.5px 32px;
    -webkit-transition: .3s;
    transition: .3s;
}

.input:-webkit-autofill, .input:-webkit-autofill:active, .input:-webkit-autofill:focus, .input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.input:focus, .input:hover {
    -webkit-box-shadow: inset 0 0 15px 0 rgba(164, 168, 177, .5);
    box-shadow: inset 0 0 15px 0 rgba(164, 168, 177, .5);
}

.input::-webkit-input-placeholder {
    color: rgba(68, 68, 68, .7) !important;
}

.input:-moz-placeholder, .input::-moz-placeholder {
    color: #313131 !important;
}

.input:-ms-input-placeholder {
    color: rgba(68, 68, 68, .5) !important;
}

.input::-ms-input-placeholder {
    color: #535353 !important;
}

.input::-moz-placeholder {
    color: rgba(68, 68, 68, .8);
}

.input::placeholder {
    color: rgba(68, 68, 68, .8);
}

.btn {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    background-color: #db4e51;
    width: 100%;
    max-width: 290px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .07em;
    font-weight: 700;
    text-align: center;
    padding: 16px 55px 20px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn__out {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #284976;
    bottom: -6px;
    right: -5px;
    z-index: -1;
}

.btn:hover {
    background-color: #b1373a;
}

.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.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;
}

.header__inner {
    position: relative;
    z-index: 3;
}

.header__logo {
    display: none;
}

.header__logo-menu {
    width: 150px;
    margin-bottom: 25px;
}

.header__button {
    border: 2px solid #444;
    width: 40px;
    height: 40px;
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25px;
}

.header__button-line {
    width: 100%;
    height: 2px;
    background-color: #444;
    margin-bottom: 7px;
    display: block;
}

.header__button-line:last-child, .header__item:last-child {
    margin-bottom: 0;
}

.header__nav-wrapper {
    display: none;
}

.header__item {
    font-size: 18px;
    margin-bottom: 15px;
}

.header__item:hover {
    text-decoration: underline;
}

.header__btn {
    width: 285px;
}

.header__menu, .header__menu-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    display: none;
}

.header__menu {
    width: 320px;
    padding: 15px;
    background-color: #e6eaf2;
    z-index: 5;
}

.header__menu-wrapper {
    z-index: 4;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.header__menu-close {
    background-color: transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.header__menu-close::after, .header__menu-close::before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #444;
    position: absolute;
    left: 0;
    top: 50%
}

.header__menu-close::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.header__menu-close::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.header__menu-nav {
    margin-bottom: 25px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo__top {
    text-align: center;
    margin-bottom: 20px;
}

.promo__top-2 {
    margin-bottom: 30px;
}

.promo__info {
    text-transform: uppercase;
    color: #aaa;
    line-height: 1.4;
    margin-bottom: 5px;
    text-align: left;
    font-size: 12px;
}

.helping__title br, .problem__item-text br, .problem__title br, .promo__info-2 {
    display: none;
}

.promo__title {
    width: 210px;
    margin: 0 0 20px;
}

.promo__title-2 {
    margin: 0 auto 20px;
}

.promo__subtitle {
    font-size: 18px;
}

.promo__list {
    width: 255px;
    margin: 0 auto 20px;
}

.promo__item {
    position: relative;
    padding-left: 55px;
    margin-bottom: 15px;
}

.promo__item:last-child {
    margin-bottom: 0;
}

.promo__form-btn::after, .promo__item::before {
    content: '';
    background-color: #284976;
    position: absolute;
}

.promo__item::before {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-image: url(../img/check_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.promo__product {
    width: 290px;
    margin: 0 auto 20px;
    position: relative;
}

.promo__medal, .promo__sticker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo__sticker {
    position: absolute;
    top: -15px;
    right: 0;
    background-image: url(../img/sticker.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    font-size: 20px;
}

.promo__medal {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.promo__medal-item-1 {
    width: 75px;
}

.promo__medal-item-2 {
    width: 100px;
}

.promo__medal-item-3 {
    width: 75px;
}

.promo__order {
    max-width: 335px;
    margin: 0 auto;
}

.promo__order-info {
    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;
    margin-bottom: 20px;
}

.promo__date {
    text-align: center;
    margin-bottom: 15px;
    width: 100%
}

.promo__btn {
    max-width: calc(100% - 5px);
    margin: 0 5px 6px 0;
}

.promo__form-input {
    margin-bottom: 15px;
}

.promo__form-btn {
    position: relative;
    max-width: calc(100% - 5px);
    margin-bottom: 6px;
}

.promo__form-btn::after {
    width: 100%;
    height: 100%;
    bottom: -6px;
    right: -5px;
    z-index: -1;
}

.promo__form-btn .btn {
    max-width: 100%
}

.carefully__inner {
    padding: 25px 15px;
    background-color: #f7f9fb;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.carefully__item {
    max-width: 295px;
    margin: 0 auto 25px;
}

.carefully__item:last-child {
    margin-bottom: 0;
}

.carefully__item-picture {
    position: relative;
    z-index: 1;
    padding: 0 5px 5px 0;
    margin-bottom: 10px;
}

.carefully__item-picture::after {
    content: '';
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #284976;
}

.carefully__item-text {
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    text-align: center;
}

.carefully__item-text::before {
    content: '';
    background-image: url(../img/check_red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-right: 20px;
}

.problem__content {
    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;
}

.problem__item {
    background-color: #db4e51;
    padding: 15px 10px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 35px;
    width: 280px;
    line-height: 1.3;
}

.problem__item:last-child {
    margin-bottom: 10px;
}

.problem__item::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}

.problem__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.problem__item-image {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f9ca5d;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.problem__item-image-1 {
    background-image: url(../img/problem_icon1.svg);
}

.problem__item-image-2 {
    background-image: url(../img/problem_icon2.svg);
}

.problem__item-image-3 {
    background-image: url(../img/problem_icon3.svg);
}

.problem__item-text {
    padding-left: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
}

.problem__item-text::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f9ca5d;
    position: absolute;
    top: 5px;
    left: 0;
}

.compare__other-item:last-child, .compare__product-item:last-child, .consist__item:last-child, .problem__item-text:last-child, .reviews__top-text:last-child {
    margin-bottom: 0;
}

.helping__inner {
    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;
}

.helping__item {
    background-color: #fff;
    position: relative;
    padding: 20px 15px 20px 55px;
    margin: 0 5px 25px 0;
    width: 285px;
}

.helping__item-6 {
    margin-bottom: 6px;
}

.helping__item::before {
    content: '';
    background-image: url(../img/check_yellow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 17px;
    position: absolute;
    left: 20px;
    top: 21px;
}

.consist__item-info::after, .helping__item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -6px;
    right: -5px;
    z-index: -1;
    background-color: #284976;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
}

.helping__item-title {
    margin-bottom: 10px;
}

.expert__title br {
    display: none;
}

.helping__image {
    max-width: 290px;
    margin: 15px auto;
}

.expert__inner {
    padding: 15px;
    background-color: #f7f9fb;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    border-radius: 15px;
    margin-bottom: 25px;
}

.expert__text {
    line-height: 1.4;
}

.expert__text-1 {
    margin-bottom: 15px;
}

.expert__text-2 {
    margin-bottom: 20px;
}

.expert__name {
    font-size: 18px;
    padding: 6px 0 6px 50px;
    background-image: url(../img/expert_icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    margin-bottom: 5px;
}

.expert__pos {
    padding-left: 50px;
    font-style: italic;
}

.expert__image {
    display: none;
}

.action__inner {
    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;
    width: 290px;
    margin: 0 auto;
    position: relative;
}

.action__title {
    margin-bottom: 60px;
}

.action__sticker {
    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;
    width: 85px;
    height: 85px;
    font-size: 20px;
    background-image: url(../img/sticker.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: 40px;
}

.action__date, .action__medal {
    margin-bottom: 15px;
}

.action__medal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.action__medal-item-1 {
    margin-right: 15px;
}

.action__price {
    margin-bottom: 15px;
}

.action__btn {
    margin: 0 5px 6px 0;
}

.consist__inner {
    border-top: 1px solid rgba(52, 59, 127, .2);
}

.consist__title {
    margin-bottom: 20px;
}

.consist__subtitle {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 15px;
}

.consist__item {
    margin-bottom: 35px;
}

.consist__item-image {
    margin: 0 auto 15px;
    width: 170px;
}

.consist__item-image-gray, .reviews__item.active .reviews__item-btn {
    display: none;
}

.consist__item-image img {
    margin: 0 auto;
}

.consist__item-info {
    background-color: #fff;
    position: relative;
    margin: 0 6px 7px 0;
    line-height: 18px;
    padding: 15px 15px 15px 45px;
}

.consist__item-info::after {
    bottom: -7px;
    right: -6px;
}

.consist__item-title {
    margin-bottom: 15px;
    position: relative;
}

.consist__item-title::before {
    content: '';
    background-image: url(../img/check_yellow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 17px;
    position: absolute;
    left: -30px;
    top: 1px;
}

.compare__title {
    margin-bottom: 85px;
}

.compare__content {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.compare__product, .compare__product::after {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
}

.compare__product {
    background-color: #284976;
    position: relative;
    margin: 0 5px 30px 0;
    padding: 20px 10px;
}

.compare__product::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background-color: #fff;
}

.compare__product-image {
    width: 180px;
    margin: -80px auto 20px;
}

.compare__product-icon, .compare__product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.compare__product-item {
    margin-bottom: 20px;
}

.compare__product-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f9ca5d;
    margin-right: 10px;
}

.compare__other, .compare__other::after {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
}

.compare__other {
    background-color: #fff;
    position: relative;
    margin: 0 5px 5px 0;
    padding: 20px 10px;
}

.compare__other::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background-color: #444;
}

.compare__other-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.compare__other-item {
    position: relative;
    line-height: 1.4;
    padding-left: 30px;
    margin-bottom: 20px;
}

.compare__other-item::after {
    content: '';
    width: 18px;
    height: 17px;
    background-image: url(../img/compare_icon5.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 0;
}

.reviews__top {
    padding: 15px;
    background: #f7f9fb;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    border-radius: 15px;
    margin-bottom: 30px;
}

.reviews__top-title {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.reviews__top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.reviews__top-ava {
    width: 75px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviews__top-subtitle {
    font-size: 18px;
    width: calc(100% - 90px);
}

.reviews__top-text {
    margin-bottom: 20px;
    line-height: 1.4;
}

.reviews__top-text-wrap {
    padding-right: 10px;
    height: 250px;
    overflow: auto;
    scrollbar-color: #db4e51 #e6e6e6 !important;
    scrollbar-width: thin !important;
}

.reviews__top-text-wrap::-webkit-scrollbar {
    width: 3px;
}

.reviews__top-text-wrap::-webkit-scrollbar-track {
    position: relative;
    background-color: #e6e6e6;
}

.reviews__top-text-wrap::-webkit-scrollbar-thumb {
    background-color: #db4e51;
}

.reviews__content {
    position: relative;
    padding-bottom: 45px;
}

.reviews__item {
    background-color: #fff;
    position: relative;
    margin: 0 8px 8px 0;
    padding: 20px 25px;
}

.reviews__item::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #284976;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    position: absolute;
    right: -8px;
    bottom: -8px;
    z-index: -1;
}

.reviews__item-wrap {
    padding: 0 5px;
}

.reviews__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.reviews__item-ava {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
}

.reviews__item-text {
    line-height: 1.4;
    max-height: 104px;
    overflow: hidden;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.reviews__item-btn {
    font-style: italic;
    color: #999;
    text-decoration: underline;
    margin-top: 15px;
    cursor: pointer;
}

.reviews__item.active .reviews__item-text {
    max-height: 624px;
}

.reviews__arrow {
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.reviews__arrow:hover path {
    opacity: .7;
}

.reviews__arrow.slick-disabled path {
    fill: #434343;
    fill-opacity: .3;
}

.reviews__arrow-left {
    left: 10px;
}

.reviews__arrow-right {
    right: 10px;
}

.use__line {
    display: none;
}

.use__inner {
    border-top: 1px solid rgba(52, 59, 127, .2);
}

.use__block {
    width: 290px;
    margin: 0 auto 20px;
}

.use__item {
    background-color: #fff;
    position: relative;
    padding: 10px 10px 10px 65px;
    margin: 0 5px 25px 0;
}

.use__item:last-child {
    margin-bottom: 6px;
}

.use__item::before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.use__item-1::before {
    background-image: url(../img/use_icon1.svg);
}

.use__item-2::before {
    background-image: url(../img/use_icon2.svg);
}

.use__item-3::before {
    background-image: url(../img/use_icon3.svg);
}

.use__item::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #284976;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    position: absolute;
    right: -5px;
    bottom: -6px;
    z-index: -1;
}

.action__image {
    width: 290px;
}

.use__item-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.use__item-text {
    line-height: 1.4;
}

.use__image {
    width: 290px;
    margin: 0 auto;
}

.order__inner {
    padding: 25px 15px;
    background-color: #f7f9fb;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.order__item {
    padding-bottom: 25px;
    padding-left: 85px;
    margin: 0 auto 15px;
    border-bottom: 1px solid rgba(52, 59, 127, .2);
    position: relative;
}

.order__item:last-child {
    margin-bottom: 0;
    padding-bottom: 17px;
    border-bottom: none;
}

.order__item-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f9ca5d;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.order__item-image-1 {
    background-image: url(../img/order_image1.svg);
}

.order__item-image-2 {
    background-image: url(../img/order_image2.svg);
}

.order__item-image-3 {
    background-image: url(../img/order_image3.svg);
}

.order__item-image-4 {
    background-image: url(../img/order_image4.svg);
}

.order__item-title {
    margin-bottom: 10px;
}

.order__item-text {
    line-height: 1.5;
}

.popup {
    background-color: #e6eaf2;
    padding: 15px;
    width: 290px;
    border-radius: 15px;
}

.popup__product {
    display: none;
}

.popup__text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}

.popup__date {
    text-align: center;
    margin-bottom: 10px;
}

.popup__price {
    margin-bottom: 15px;
}

.popup__price .price__new {
    text-align: center;
}

.popup__form {
    position: relative;
    z-index: 1;
}

.popup__form-input {
    margin-bottom: 15px;
}

.popup__form-btn {
    margin: 0 5px 6px 0;
    width: calc(100% - 5px);
    position: relative;
}

.popup__form-btn::after {
    content: '';
    background-color: #284976;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -6px;
    right: -5px;
    z-index: -1;
}

.popup__form-btn .btn {
    max-width: 100%;
    padding: 16px 20px 20px;
    font-size: 22px;
}

.popup__form-btn .btn__arrow {
    right: 15px;
}

.ever-popup.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.ever-popup__inner {
    margin: auto !important;
}

@media screen and (min-width: 480px) {
    .container {
        width: 480px;
    }

    .popup {
        width: 400px;
    }

    .title {
        font-size: 28px;
    }

    .action__title {
        margin-bottom: 40px;
    }

    .block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header__button {
        top: 30px;
    }

    .promo__info {
        font-size: 18px;
    }

    .promo__info-2 {
        display: block;
        text-align: center;
    }

    .promo__title {
        width: 340px;
    }

    .promo__subtitle {
        font-size: 20px;
    }

    .carefully__inner {
        padding: 30px 15px;
    }

    .carefully__item {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .carefully__item-picture {
        width: 200px;
        margin: 0 15px 0 0;
    }

    .carefully__item-text {
        text-align: left;
        padding-left: 40px;
    }

    .carefully__item-text::before {
        position: absolute;
        left: 5px;
        top: 5px;
        margin-right: 0;
    }

    .problem__item {
        padding: 25px 30px;
        width: 320px;
    }

    .helping__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .helping__item {
        padding: 20px 10px 20px 15px;
        width: 210px;
    }

    .helping__item-5 {
        margin-bottom: 6px;
    }

    .helping__item::before {
        left: 15px;
    }

    .helping__item-title {
        padding-left: 40px;
    }

    .expert__inner {
        margin-bottom: 30px;
    }

    .action__inner {
        width: 335px;
    }

    .action__sticker {
        right: 80px;
        top: 40px;
    }

    .consist__subtitle {
        font-size: 16px;
    }

    .consist__item {
        position: relative;
    }

    .consist__item-image {
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        width: 180px;
        margin-bottom: 0;
    }

    .consist__item-info {
        padding: 15px 15px 15px 215px;
    }

    .compare__content {
        margin-bottom: 30px;
    }

    .compare__product {
        padding: 20px 30px 30px;
    }

    .compare__other {
        padding: 30px;
    }

    .reviews__top-text-wrap {
        height: 165px;
    }

    .reviews__item-text {
        max-height: 105px;
    }

    .reviews__item.active .reviews__item-text {
        max-height: 355px;
    }

    .reviews__arrow {
        z-index: 5;
    }

    .reviews .slick-dots {
        bottom: 5px;
    }

    .reviews .slick-dots li {
        width: 11px;
        height: 11px;
        background-color: #c4c4c4;
        border-radius: 50%;
        margin: 0 9px;
    }

    .reviews .slick-dots li.slick-active {
        background-color: #284976;
    }

    .reviews .slick-dots li button {
        display: none;
    }

    .use__block {
        width: 320px;
    }

    .use__item {
        padding: 15px 15px 15px 80px;
    }

    .use__item::before {
        left: 20px;
    }

    .use__image {
        width: 320px;
    }

    .order__inner {
        padding: 30px 15px;
    }

    .order__item {
        width: 335px;
        padding-bottom: 30px;
        margin: 0 auto 20px;
    }

    .order__item-title {
        font-size: 19px;
    }
}

@media screen and (min-width: 640px) {
    .container {
        width: 640px;
    }

    .helping__image {
        max-width: 300px;

    }

    .promo .container {
        padding-bottom: 100px;
    }

    .last .container {
        padding-bottom: 25px;
    }

    .title {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }

    .promo__top {
        margin-bottom: 35px;
        width: 100%
    }

    .promo__info {
        text-align: center;
    }

    .promo__title {
        width: 380px;
        margin: 0 auto 20px;
    }

    .promo__list {
        width: 285px;
        margin: 0 35px 0 0;
    }

    .promo__item {
        padding-left: 65px;
        margin-bottom: 20px;
    }

    .promo__product {
        margin: 0;
    }

    .promo__product-2 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 300px;
        margin: 100px 0 0;
    }

    .promo__prod {
        margin-bottom: 15px;
    }


    .promo__order {
        position: absolute;
        left: 0;
        bottom: -50px;
        width: 290px;
    }

    .promo__order-info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .promo__order-info-2 {
        margin-bottom: 0;
    }

    .promo__order-2 {
        position: static;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .promo__date {
        text-align: left;
    }

    .promo__btn {
        margin: 0;
    }

    .promo__form {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 290px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .carefully__title br {
        display: none;
    }

    .carefully__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .carefully__item {
        display: block;
        width: 280px;
        margin: 0 0 25px;
    }

    .carefully__item:nth-child(7) {
        margin-bottom: 0;
    }

    .carefully__item-picture {
        width: 100%;
        padding: 0 10px 10px 0;
        margin: 0 0 10px;
    }

    .carefully__item-picture::after {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .carefully__item-text {
        padding-left: 50px;
    }

    .carefully__item-text::before {
        left: 10px;
    }

    .problem__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .problem__item {
        padding: 15px 10px;
        width: 280px;
    }

    .problem__item:last-child {
        margin: 0 auto 10px;
    }

    .helping__item {
        padding: 20px 15px 20px 55px;
        width: 290px;
    }

    .helping__item::before {
        left: 25px;
    }

    .helping__item-title {
        padding-left: 0;
    }

    .helping__image {
        display: block;
        width: 420px;
        margin: 20px auto 0;
    }

    .action__inner {
        width: 100%;
        padding-left: 300px;
    }

    .action__title {
        position: relative;
        left: -150px;
    }

    .action__sticker {
        right: auto;
        left: 155px;
        top: 60px;
        z-index: 1;
    }

    .action__image {
        position: absolute;
        left: 0;
        top: 90px;
        width: 300px;
    }

    .consist__title {
        margin-bottom: 20px;
    }

    .consist__subtitle {
        margin-bottom: 40px;
    }

    .consist__item-image {
        width: 170px;
        left: 20px;
    }

    .consist__item-info {
        padding: 20px 15px 20px 320px;
    }

    .compare__title {
        margin-bottom: 90px;
    }

    .compare__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .compare__product {
        padding: 20px 10px;
        margin-bottom: 5px;
        width: 295px;
    }

    .compare__other {
        width: 295px;
        padding: 35px 10px;
    }

    .compare__other-title {
        margin-bottom: 30px;
    }

    .reviews__top {
        padding: 20px 20px 20px 115px;
        position: relative;
        margin-bottom: 40px;
    }

    .reviews__top-title {
        text-align: left;
        margin-bottom: 30px;
        padding-right: 90px;
        position: relative;
    }

    .reviews__top-title::after {
        content: '';
        width: 65px;
        height: 50px;
        background-image: url(../img/quote.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 0;
    }

    .reviews__top-info {
        margin-bottom: 30px;
    }

    .reviews__top-ava {
        margin-right: 0;
        position: absolute;
        left: 20px;
        top: 16px;
    }

    .reviews__top-subtitle {
        width: 100%
    }

    .reviews__top-text-wrap {
        padding-right: 15px;
    }

    .reviews__item-wrap {
        padding: 0 10px;
    }

    .reviews__item-text {
        max-height: 147px;
    }

    .reviews__item.active .reviews__item-text {
        max-height: 645px;
    }

    .use__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .use__block {
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .use__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 20px 0 0;
        width: 340px;
    }

    .order__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .order__item {
        width: 245px;
        margin: 0 0 25px;
        padding-bottom: 25px;
        padding-left: 0;
    }

    .order__item:nth-child(3) {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .order__item-image {
        margin-bottom: 20px;
        position: static;
    }

    .order__item-title {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    html {
        overflow-y: auto !important;
    }

    .container {
        width: 768px;
    }

    .promo .container {
        padding-bottom: 0;
    }

    .title {
        font-size: 38px;
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .expert {
        padding-bottom: 80px;
    }

    .header__logo {
        width: 108px;
        height: 20px;
        display: block;
    }

    .header__inner {
        padding: 30px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__button {
        display: none;
    }

    .header__menu, .header__menu-wrapper {
        display: none !important;
    }

    .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__nav-wrapper {
        display: block;
    }

    .header__item {
        font-size: 16px;
        line-height: 1;
        margin: 0 30px 0 0;
    }

    .header__item:last-child {
        margin-right: 0;
    }

    .promo__title {
        width: 430px;
    }

    .promo__subtitle {
        font-size: 22px;
    }

    .promo__list {
        margin-right: 50px;
    }

    .promo__item {
        margin-bottom: 25px;
    }

    .promo__product {
        width: 400px;
    }

    .promo__product-2 {
        margin-top: 0;
    }

    .promo__prod {
        margin-bottom: 10px;
    }

    .promo__prod-2 {
        margin-bottom: 0;
    }

    .promo__sticker {
        width: 110px;
        height: 110px;
        font-size: 28px;
    }

    .promo__order {
        width: 320px;
        bottom: 25px;
    }

    .promo__order-2 {
        margin-right: 18px;
    }

    .promo__medal {
        position: relative;
        left: -2px;
    }

    .promo__medal-item-1 {
        width: 88px;
    }

    .promo__medal-item-2 {
        width: 117px;
    }

    .promo__medal-item-3 {
        width: 88px;
    }

    .promo__form {
        width: 320px;
        bottom: 60px;
    }

    .carefully__inner {
        padding: 40px 15px;
        border-radius: 30px;
    }

    .carefully__content {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .carefully__item {
        width: 300px;
    }

    .problem__content {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .problem__item {
        width: 310px;
        font-size: 18px;
        padding: 20px 10px;
        margin-bottom: 45px;
    }

    .problem__item-header {
        margin-bottom: 20px;
    }

    .problem__item-image {
        width: 75px;
        height: 75px;
        margin-right: 20px;
    }

    .problem__item-text {
        padding-left: 30px;
        margin-bottom: 15px;
    }

    .problem__item-text::before {
        top: 8px;
    }

    .promo__prod-2 {
        margin-top: 100px;
    }

    .helping__inner {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .helping__item {
        margin-bottom: 35px;
    }

    .helping__item-5, .helping__item-6 {
        margin-bottom: 6px;
    }

    .expert__inner {
        position: relative;
        padding: 15px 330px 15px 15px;
        margin-bottom: 40px;
    }

    .expert__text {
        line-height: 1.4;
        font-size: 17px;
    }

    .expert__name {
        font-size: 20px;
        padding: 7px 0 7px 70px;
        background-size: 35px;
    }

    .expert__pos {
        font-size: 17px;
        padding-left: 70px;
    }

    .expert__image {
        display: block;
        position: absolute;
        bottom: 0;
        right: 15px;
        width: 300px;
    }

    .action__inner {
        padding-left: 360px;
    }

    .action__title {
        left: -180px;
    }

    .action__sticker {
        left: 195px;
        top: 65px;
        width: 110px;
        height: 110px;
        font-size: 28px;
    }

    .action__image {
        top: 100px;
        width: 370px;
    }

    .consist__subtitle {
        font-size: 17px;
    }

    .consist__item-image {
        width: 170px;
        left: 50px;
    }

    .consist__item-info {
        padding: 25px 20px 25px 350px;
    }

    .compare__content {
        margin-bottom: 40px;
        align-items: center;
    }

    .compare__product {
        padding: 20px 15px;
        width: 350px;
        margin: 0 10px 50px 0;
    }

    .compare__other::after, .compare__product::after {
        right: -10px;
        bottom: -10px;
    }

    .compare__product-item {
        font-size: 17px;
    }

    .compare__other {
        width: 350px;
        padding: 32px 15px;
        margin: 0 10px 10px 0;
    }

    .compare__other-title {
        font-size: 22px;
    }

    .compare__other-item {
        font-size: 17px;
    }

    .reviews__top {
        padding: 30px 30px 30px 140px;
    }

    .reviews__top-title {
        padding-right: 100px;
        font-size: 34px;
    }

    .reviews__top-title::after {
        width: 80px;
        height: 62px;
        top: 0;
    }

    .reviews__top-ava {
        left: 25px;
        top: 25px;
        width: 90px;
    }

    .reviews__top-subtitle {
        font-size: 20px;
    }

    .reviews__top-text {
        font-size: 17px;
        line-height: 1.4;
    }

    .reviews__top-text-wrap {
        padding-right: 20px;
    }

    .reviews__content {
        padding-bottom: 60px;
    }

    .reviews__item-name {
        font-size: 17px;
    }

    .reviews__item-text {
        font-size: 17px;
        line-height: 1.4;
        max-height: 142px;
    }

    .reviews__item.active .reviews__item-text {
        max-height: 595px;
    }

    .use__block {
        width: 360px;
    }

    .use__item {
        padding: 15px 15px 15px 100px;
    }

    .use__item::before {
        left: 30px;
    }

    .use__item-title {
        font-size: 22px;
    }

    .use__item-text {
        font-size: 17px;
    }

    .use__image {
        margin: -10px 30px -23px 0;
        width: 360px;
    }

    .order__inner {
        padding: 40px 15px;
    }

    .order__item {
        width: 280px;
    }

    .order__item-image {
        margin-bottom: 25px;
        width: 80px;
        height: 80px;
    }

    .order__item-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .order__item-text {
        font-size: 17px;
    }
}

@media screen and (min-width: 1000px) {
    .popup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        padding: 50px 50px 50px 25px;
        border-radius: 30px;
        background-image: url(../img/popup_line.svg);
        background-repeat: no-repeat;
        background-position: left -100px center;
    }

    .popup__product {
        display: block;
        position: relative;
        width: 400px;
        margin-right: 60px;
    }

    .popup__sticker {
        width: 110px;
        height: 110px;
        font-size: 28px;
        position: absolute;
        top: -25px;
        right: -10px;
        background-image: url(../img/sticker.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        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;
    }

    .popup__order {
        width: 390px;
    }

    .popup__text {
        font-size: 23px;
        margin-bottom: 30px;
        text-align: left;
    }

    .popup__info {
        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;
        margin-bottom: 30px;
    }

    .popup__date {
        text-align: left;
    }

    .popup__date br {
        display: block;
    }

    .popup__date, .popup__price {
        margin-bottom: 0;
    }

    .popup__form-input {
        margin-bottom: 20px;
    }

    .popup__form-btn {
        margin: 0 5px 6px 0;
        width: calc(100% - 5px);
        max-width: 100%
    }

    .ever-popup__inner {
        width: 925px !important;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        width: 1024px;
    }

    .title {
        font-size: 40px;
    }

    .first, .last {
        background-repeat: no-repeat;
        background-position: top right calc(50% - 700px), top 115px left calc(50% + 380px), top 825px left calc(50% - 575px), top 1455px right calc(50% - 630px), bottom 425px left calc(50% - 700px);
        background-size: auto, 720px 720px, auto, auto, 400px 400px;
    }

    .no-webp .first {
        background-image: url(../img/first_bg_1.png), radial-gradient(360px, rgba(255, 255, 255, .6) 50%, transparent), url(../img/first_bg_2.png), url(../img/first_bg_3.png), radial-gradient(200px, rgba(219, 78, 81, .1) 50%, transparent);
    }

    .webp .first {
        background-image: url(../img/first_bg_1.webp), radial-gradient(360px, rgba(255, 255, 255, .6) 50%, transparent), url(../img/first_bg_2.webp), url(../img/first_bg_3.webp), radial-gradient(200px, rgba(219, 78, 81, .1) 50%, transparent);
    }

    .last {
        background-position: top right calc(50% - 600px), top 2350px left calc(50% - 700px), top 2500px right calc(50% - 600px), top 2920px left calc(50% - 600px), bottom 1550px right calc(50% - 715px), bottom 650px left calc(50% - 550px), bottom right calc(50% - 675px), bottom left calc(50% - 750px), bottom left calc(50% + 160px), bottom -120px left calc(50% - 685px);
        background-size: auto, 400px 400px, auto, auto, 400px 400px, auto, auto, auto, auto, 400px 400px;
    }

    .no-webp .last {
        background-image: url(../img/last_bg_1.png), radial-gradient(200px, rgba(219, 78, 81, .1) 50%, transparent), url(../img/last_bg_2.png), url(../img/last_bg_3.png), radial-gradient(200px, rgba(219, 78, 81, .1) 50%, transparent), url(../img/last_bg_3.png), url(../img/last_bg_4.png), url(../img/promo2_line_1.svg), url(../img/promo2_line_2.svg), radial-gradient(200px, rgba(219, 78, 81, .1) 50%, transparent);
    }

    .webp .last {
        background-image: url(../img/last_bg_1.webp), radial-gradient(200px, rgba(219, 78, 81, .1) 50%, transparent), url(../img/last_bg_2.webp), url(../img/last_bg_3.webp), radial-gradient(200px, rgba(219, 78, 81, .1) 50%, transparent), url(../img/last_bg_3.webp), url(../img/last_bg_4.webp), url(../img/promo2_line_1.svg), url(../img/promo2_line_2.svg), radial-gradient(200px, rgba(219, 78, 81, .1) 50%, transparent);
    }

    .block {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .header__inner {
        padding: 40px 0 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header__logo {
        margin-right: 130px;
    }

    .header__item {
        margin-right: 50px;
    }

    .promo__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .promo__top {
        width: 476px;
        margin: 0 90px 50px 0;
    }

    .promo__top-2 {
        margin-right: 118px;
    }

    .promo__info {
        text-align: left;
        margin-bottom: 15px;
    }

    .promo__title {
        width: 476px;
        margin: 0 0 65px;
    }

    .promo__subtitle {
        font-size: 24px;
        text-align: left;
        position: relative;
        padding-right: 75px;
    }

    .promo__subtitle::after {
        content: '';
        width: 110px;
        height: 191px;
        background-image: url(../img/promo_line.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 10px;
        right: -45px;
    }

    .promo__subtitle-2::after {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
        top: -20px;
        right: -85px;
    }

    .promo__list {
        margin: 40px 0 0;
    }

    .promo__item {
        margin-bottom: 45px;
    }

    .promo__product {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-left: 20px;
    }

    .promo__product-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: -20px 0 -90px;
    }

    .promo__prod {
        margin-bottom: 0;
    }

    .promo__sticker-2 {
        top: 20px;
        right: -12px;
    }

    .last .promo__sticker-2 {
        top: 45px;
        right: -12px;
    }

    .promo__order {
        position: static;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 476px;
        margin: 0 30px 0 0;
        max-width: 100%
    }

    .promo__order-info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .promo__date {
        margin: 0 30px 0 0;
        width: auto;
    }

    .action__date br, .expert__title br, .promo__date br, .problem__title br {
        display: block;
    }

    .promo__btn {
        max-width: 330px;
        margin-bottom: 6px;
    }

    .promo__medal {
        position: absolute;
        left: -430px;
        bottom: -45px;
    }

    .promo__medal-item-2 {
        margin: 0 50px;
    }

    .promo__form {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        bottom: 0;
        z-index: 1;
    }

    .helping__image {
        max-width: 550px;
    }

    .promo__form-input {
        margin: 0 0 6px;
        width: 310px;
    }

    .promo__form-btn {
        margin: 0 5px 6px 0;
        max-width: 310px;
        width: 100%
    }

    .carefully__inner {
        padding: 60px 15px;
    }

    .carefully__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .carefully__item {
        width: 225px;
        margin-bottom: 0;
    }

    .carefully__item:nth-child(odd) {
        margin-top: 35px;
    }

    .carefully__item-picture {
        padding: 0 5px 5px 0;
        margin: 0 0 15px;
    }

    .carefully__item-picture::after {
        width: calc(100% - 5px);
        height: calc(100% - 5px);
    }

    .carefully__item-text {
        padding-left: 35px;
        font-size: 16px;
    }

    .carefully__item-text::before {
        left: 5px;
    }

    .problem {
        background-image: url(../img/problem_line.svg);
        background-repeat: no-repeat;
        background-position: bottom -30px center;
    }

    .problem__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 40px;
        position: relative;
        z-index: 1;
    }

    .problem__item {
        padding: 25px 10px;
        margin-bottom: 10px;
    }

    .problem__item:nth-child(2) {
        top: 40px;
    }

    .problem__item:last-child {
        margin: 0 10px 10px 0;
    }

    .problem__item-header {
        margin-bottom: 25px;
    }

    .helping {
        background-image: url(../img/helping_line.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: auto 580px;
    }

    .helping__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    .helping__item {
        margin-bottom: 35px;
    }

    .helping__item-1 {
        margin-right: 350px;
    }

    .helping__item-3 {
        margin-right: 409px;
    }

    .helping__item-5 {
        margin-right: 350px;
    }

    .helping__item-5, .helping__item-6 {
        margin-bottom: 6px;
    }

    .helping__image {
        width: 300px;
        position: absolute;
        top: 115px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }

    .expert__title {
        text-align: left;
        padding: 0 430px 0 30px;
    }

    .expert__inner {
        padding: 30px 475px 30px 30px;
        border-radius: 30px;
        margin-bottom: 60px;
    }

    .expert__text-1 {
        margin-bottom: 20px;
    }

    .expert__text-2 {
        margin-bottom: 30px;
    }

    .expert__image {
        right: 30px;
        width: 435px;
    }

    .action__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        padding-left: 360px;
    }

    .action__title {
        left: 0;
        width: 100%;
        text-align: left;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 35px;
        margin-bottom: 15px;
    }

    .action__title::after {
        content: '';
        width: 70px;
        height: 5px;
        background-color: #284976;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .action__sticker {
        left: 740px;
        top: -30px;
    }

    .action__image {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 350px;
    }

    .action__date {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px;
    }

    .action__medal, .action__price {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 20px;
    }

    .action__price {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .action__btn {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .consist__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-end;
        height: 580px;
    }

    .consist__item {
        display: block;
        width: 310px;
        margin-bottom: 0;
    }

    .consist__item-image {
        margin: 0 0 25px;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }

    .consist__item-image-color {
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .consist__item-image-gray {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .consist__item-image-3 img {
        width: 220px;
    }

    .consist__item-image-1 .consist__item-image-gray {
        width: 310px;
    }

    .consist__item-image-2 .consist__item-image-gray {
        left: 30px;
    }

    .consist__item-image-3 .consist__item-image-gray {
        left: 45px;
    }

    .consist__item-info {
        padding: 20px 20px 20px 50px;
    }

    .consist__item-title {
        margin-bottom: 0;
    }

    .consist__item-title::before {
        left: -35px;
    }

    .consist__item-text {
        line-height: 1.5;
        margin-top: 0;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .consist__item.hover .consist__item-text {
        margin-top: 15px;
        max-height: 290px;
    }

    .consist__item.hover .consist__item-image-color {
        opacity: 1;
    }

    .consist__item.hover .consist__item-image-gray {
        opacity: 0;
    }

    .compare {
        background-image: url(../img/compare_line.svg);
        background-repeat: no-repeat;
        background-position: top 30% center;
    }

    .compare__content {
        align-items: center;
        margin-bottom: 60px;
    }

    .compare__product {
        width: 460px;
        margin: 0 10px 0 0;
        background-image: url(../img/compare_item_line1.svg), url(../img/compare_item_line2.svg);
        background-repeat: no-repeat;
        background-position: left top, right bottom;
        background-size: 79px, 198px;
    }

    .compare__product-image {
        width: 200px;
        margin-top: -85px;
    }

    .compare__product-item {
        margin-bottom: 30px;
    }

    .compare__product-icon {
        width: 57px;
        height: 57px;
        margin-right: 25px;
    }

    .compare__other {
        width: 460px;
        padding: 53px 15px;
    }

    .compare__other-title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .compare__other-item {
        margin-bottom: 40px;
        padding-left: 45px;
    }

    .reviews {
        background-image: url(../img/reviews_line.svg);
        background-repeat: no-repeat;
        background-position: top 790px center;
    }

    .reviews__top {
        padding: 50px 50px 50px 220px;
        border-radius: 30px;
    }

    .reviews__top-title {
        padding-right: 120px;
        font-size: 40px;
        margin-bottom: 50px;
    }

    .reviews__top-title::after {
        width: 117px;
        height: 89px;
        top: -20px;
        right: -20px;
    }

    .reviews__top-info {
        margin-bottom: 50px;
    }

    .reviews__top-ava {
        left: 40px;
        top: 30px;
        width: 135px;
    }

    .reviews__top-text-wrap {
        padding-right: 50px;
        height: 260px;
    }

    .reviews__content {
        padding: 0 40px;
    }

    .reviews__item-wrap.slick-active + .slick-active, .reviews__item-wrap.slick-current + .slick-active {
        margin-top: 40px;
    }

    .reviews__item-wrap.slick-current + .slick-active + .slick-active, .reviews__item-wrap.slick-current.slick-active {
        margin-top: 0;
    }

    .reviews__item.active .reviews__item-text {
        max-height: 765px;
    }

    .reviews__arrow {
        bottom: auto;
        top: 150px;
    }

    .reviews__arrow-left {
        left: -10px;
    }

    .reviews__arrow-right {
        right: -10px;
    }

    .reviews .slick-dots {
        bottom: auto;
        top: -15px;
    }

    .reviews .slick-dots li {
        margin: 0 14px;
    }

    .use {
        background-image: url(../img/helping_line.svg);
        background-repeat: no-repeat;
        background-position: top 90px left calc(50% - 270px);
        background-size: auto 550px;
    }

    .use__block {
        width: 470px;
        padding-right: 50px;
    }

    .use__line {
        display: block;
        border-top: 1px solid rgba(52, 59, 127, .2);
        width: 914px;
        margin: 0 auto;
    }

    .use__inner {
        border-top: none;
    }

    .use__item {
        margin-bottom: 40px;
    }

    .use__item-2 {
        left: 50px;
        padding: 26px 15px 26px 100px;
    }

    .use__image {
        margin: -29px 0 -32px -6px;
        width: 530px;
    }

    .order__inner {
        padding: 60px 15px;
    }

    .order__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .order__item {
        width: 220px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        position: relative;
    }

    .order__item:not(:last-child)::after {
        content: '';
        height: 215px;
        border-right: 1px solid rgba(52, 59, 127, .2);
        position: absolute;
        top: 5px;
        right: -14px;
    }

    .order__item-image {
        margin-bottom: 30px;
    }

    .order__item-title {
        font-size: 20px;
    }

    .order__item-text {
        font-size: 16px;
    }
}

@media screen and (min-width: 1320px) {
    .container {
        width: 1320px;
        padding: 0 25px;
    }

    .title {
        font-size: 46px;
        margin-bottom: 60px;
    }

    .first {
        background-position: top right calc(50% - 565px), top 125px left calc(50% + 255px), top 760px left calc(50% - 713px), top 1655px right calc(50% - 742px), bottom 690px left calc(50% - 950px);
    }

    .last {
        background-position: top 75px right calc(50% - 772px), top 2850px left calc(50% - 925px), top 3200px right calc(50% - 765px), top 3580px left calc(50% - 756px), bottom 2070px right calc(50% - 915px), bottom 680px left calc(50% - 756px), bottom right calc(50% - 728px), bottom left calc(50% - 767px), bottom -85px left calc(50% + 400px), bottom -120px left calc(50% - 850px);
    }

    .block {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .header__inner {
        padding: 50px 0 30px;
    }

    .promo__inner {
        padding-bottom: 160px;
    }

    .promo__inner-2 {
        padding-top: 170px;
        padding-bottom: 80px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1060px;
        margin: 0 auto;
    }

    .promo__product {
        width: 415px;
        margin-bottom: -258px;
    }

    .promo__product-2 {
        margin: 50px 0 0;
    }

    .promo__sticker {
        width: 140px;
        height: 140px;
        font-size: 36px;
        top: -60px;
        right: -33px;
    }

    .promo__sticker-2 {
        width: 118px;
        height: 118px;
        font-size: 30px;
        top: -20px;
        right: -20px;
    }

    .promo__medal {
        left: auto;
        right: -325px;
        bottom: 90px;
    }

    .promo__medal-item-2 {
        margin: 0 15px;
    }

    .promo__order-info-2 {
        margin-bottom: 15px;
    }

    .promo__form {
        width: 1060px;
    }

    .promo__form-input {
        width: 330px;
    }

    .promo__form-btn {
        max-width: 330px;
    }

    .carefully__inner {
        padding: 120px 25px 70px;
    }

    .carefully__item {
        width: 285px;
    }

    .carefully__item:nth-child(odd) {
        margin-top: 50px;
    }

    .carefully__item-picture {
        padding: 0 10px 10px 0;
        margin: 0 0 25px;
    }

    .carefully__item-picture::after {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .carefully__item-text {
        padding-left: 50px;
        font-size: 18px;
    }

    .carefully__item-text::before {
        left: 10px;
    }

    .problem {
        padding: 145px 0 90px;
        background-position: bottom 45px center;
    }

    .helping__title br, .problem__item-text br {
        display: block;
    }

    .problem__item {
        padding: 35px 15px 35px 35px;
        width: 355px;
    }

    .problem__item-header {
        margin-bottom: 30px;
    }

    .problem__item-image {
        margin-right: 30px;
    }

    .last .promo__sticker-2 {
        top: -45px;
    }

    .helping {
        background-size: auto;
        padding-bottom: 205px;
    }

    .helping__title {
        margin-bottom: 95px;
    }

    .helping__item-1 {
        margin-right: 535px;
    }

    .helping__item-3 {
        margin-right: 685px;
    }

    .helping__item-5 {
        margin-right: 535px;
    }

    .helping__image {
        width: 550px;
        top: 30px;
    }

    .expert {
        padding: 0 0 130px;
        margin-top: -35px;
    }

    .expert__title {
        padding-right: 650px;
    }

    .expert__inner {
        padding: 50px 640px 50px 30px;
        margin-bottom: 145px;
    }

    .expert__text {
        line-height: 1.5;
        font-size: 18px;
    }

    .expert__text-1 {
        margin-bottom: 30px;
    }

    .expert__text-2 {
        margin-bottom: 55px;
    }

    .expert__name {
        font-size: 22px;
    }

    .promo__prod-2 {
        margin-top: 0;
    }

    .expert__pos {
        font-size: 18px;
    }

    .expert__image {
        width: 570px;
    }

    .action__inner {
        padding-left: 320px;
    }

    .action__title {
        padding-bottom: 50px;
        margin-bottom: 35px;
    }

    .action__sticker {
        width: 140px;
        height: 140px;
        font-size: 36px;
        left: 750px;
        top: -45px;
    }

    .action__image {
        left: -45px;
        width: 340px;
    }

    .action__date, .action__medal, .action__price {
        margin-bottom: 0;
    }

    .consist__inner {
        padding: 130px 0 60px;
    }

    .consist__title {
        margin-bottom: 50px;
    }

    .consist__subtitle {
        margin-bottom: 60px;
        font-size: 18px;
    }

    .consist__content {
        height: 515px;
    }

    .consist__item {
        width: 400px;
    }

    .consist__item-image {
        margin-bottom: 40px;
    }

    .consist__item-image-gray {
        left: 2px;
    }

    .consist__item-image-3 img {
        width: 241px;
    }

    .consist__item-image-1 .consist__item-image-gray {
        width: 396px;
    }

    .consist__item-image-2 .consist__item-image-gray {
        left: 75.5px;
    }

    .consist__item-image-3 .consist__item-image-gray {
        left: 79.5px;
    }

    .consist__item-info {
        padding: 25px 25px 25px 55px;
    }

    .consist__item.hover .consist__item-text {
        margin-top: 20px;
        max-height: 200px;
    }

    .compare {
        background-position: top 40% center;
    }

    .compare__title {
        margin-bottom: 130px;
    }

    .compare__content {
        margin-bottom: 120px;
    }

    .compare__product {
        width: 590px;
        background-size: auto;
        padding: 20px 20px 80px 50px;
    }

    .compare__product-image {
        width: 220px;
        margin-top: -95px;
        margin-bottom: 30px;
    }

    .compare__product-item {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .compare__other {
        width: 590px;
        padding: 78px 45px;
    }

    .compare__other-title {
        font-size: 32px;
        margin-bottom: 80px;
    }

    .compare__other-item {
        font-size: 18px;
        margin-bottom: 45px;
        padding-left: 48px;
    }

    .reviews {
        padding-bottom: 110px;
        background-position: top 1040px center;
    }

    .reviews__top {
        padding: 80px 125px 80px 330px;
        margin-bottom: 120px;
    }

    .reviews__top-title {
        font-size: 46px;
        margin-bottom: 60px;
    }

    .reviews__top-title::after {
        right: -45px;
    }

    .reviews__top-info {
        margin-bottom: 60px;
    }

    .reviews__top-ava {
        left: 80px;
        top: 55px;
        width: 173px;
    }

    .reviews__top-subtitle {
        font-size: 22px;
    }

    .reviews__top-text {
        font-size: 18px;
        line-height: 1.5;
    }

    .reviews__top-text-wrap {
        height: 265px;
    }

    .reviews__item {
        padding: 35px 30px 45px 45px;
    }

    .reviews__item-wrap.slick-active + .slick-active, .reviews__item-wrap.slick-current + .slick-active {
        margin-top: 70px;
    }

    .reviews__item-wrap.slick-current + .slick-active + .slick-active, .reviews__item-wrap.slick-current.slick-active {
        margin-top: 0;
    }

    .reviews__item-top {
        margin-bottom: 25px;
    }

    .reviews__item-name {
        font-size: 18px;
    }

    .reviews__item-text {
        font-size: 18px;
        line-height: 1.5;
        max-height: 163px;
    }

    .reviews__item.active .reviews__item-text {
        max-height: 730px;
    }

    .reviews__item-btn {
        margin-top: 25px;
    }

    .reviews__arrow {
        top: 190px;
    }

    .reviews__arrow-left {
        left: -15px;
    }

    .reviews__arrow-right {
        right: -15px;
    }

    .reviews .slick-dots {
        top: -25px;
    }

    .use {
        background-position: top 135px left calc(50% - 375px);
        background-size: auto 750px;
    }

    .use__line {
        width: 1170px;
    }

    .use__inner {
        padding: 100px 0 150px;
    }

    .use__title {
        margin-bottom: 120px;
    }

    .use__block {
        width: 530px;
        padding-right: 75px;
    }

    .use__item {
        margin-bottom: 40px;
    }

    .use__item-2 {
        left: 75px;
        padding: 26px 15px 26px 100px;
    }

    .use__item-title {
        font-size: 24px;
    }

    .use__item-text {
        font-size: 18px;
    }

    .use__image {
        margin: -70px 0 -125px -40px;
        width: 698px;
    }

    .use__image img {
        margin: 0 auto;
    }

    .order__inner {
        padding: 80px 45px;
    }

    .order__item {
        width: 278px;
    }

    .order__item:not(:last-child)::after {
        height: 250px;
        right: -12px;
    }

    .order__item-image {
        margin-bottom: 35px;
        width: 90px;
        height: 90px;
    }

    .order__item-title {
        font-size: 22px;
        margin-bottom: 25px;
        height: 53px;
    }

    .order__item-text {
        font-size: 18px;
    }
}

@media screen and (min-width: 1620px) {
    .container__full {
        width: 1620px;
    }

    .carefully__inner {
        padding: 120px 140px 70px;
    }

    .carefully__item {
        width: 300px;
    }

    .expert__title {
        padding-left: 0;
    }

    .expert__inner {
        padding: 75px 820px 80px 150px;
    }

    .expert__image {
        right: 105px;
        width: 591px;
    }

    .reviews__content {
        padding: 0;
        margin-left: -35px;
        margin-right: -35px;
    }

    .reviews__item {
        width: 370px;
        margin: 0 auto 8px;
    }

    .reviews__item-wrap {
        padding: 0;
    }

    .reviews__arrow-left {
        left: -120px;
    }

    .reviews__arrow-right {
        right: -120px;
    }

    .use__line {
        width: 1220px;
    }

    .order__inner {
        padding: 100px 150px;
    }

    .order__item:not(:last-child)::after {
        right: -30px;
    }
}

.bel-footer-block {
    outline: 1px solid #2f3543 !important;
}

footer {
    padding: 25px 25px 22px;
    text-align: center;
    background-color: #284976;
    outline: 1px #284976 !important;
}

.copyright {
    font-size: 18px;
    color: #ccc;
}

.copyright > *:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .relative {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}