<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

br {
  line-height: 1
}

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

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

br {
  font-size: 0
}

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

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

a {
  text-decoration: none
}

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

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

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

::-ms-clear {
  display: none
}

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

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

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

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

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

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

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]&gt;input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0
}

:not(#fake) {
  outline: 0
}

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

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

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

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

svg {
  overflow: hidden
}

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

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

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

.text-nowrap {
  white-space: nowrap
}

.btn,
.btn--empty {
  -webkit-transition: all .3s;
  transition: all .3s
}

.btn {
  outline: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border-radius: 40px;
  max-width: 100%;
  width: 100%;
  cursor: pointer
}

.btn--empty {
  padding: 8px 10px;
  background: #f57272;
  font-size: 15px
}

.btn--empty:hover,
.btn--full:hover {
  background-color: #cf5d5d
}

.btn--full {
  background: #f57272;
  padding: 10px;
  font-size: 22px;
  letter-spacing: .96px;
  font-weight: 700;
  line-height: 24px
}

.btn--full span {
  display: block;
  font-size: 20px
}

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

.timer-wrap__label {
  width: 50px;
  height: 50px;
  background-color: #f57272;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.timer {
  color: #222;
  font-size: 21px;
  font-weight: 700
}

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

.timer__dot {
  margin: 0 6px
}

.bg {
  background-color: #fcf7f1
}

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

.slick-slide img,
.ways img {
  display: block
}

.ev-footer__logo {
  margin-bottom: 5px
}

.ev-footer__logo svg {
  width: 50px !important;
  height: 50px !important
}

.ev-footer__link {
  text-decoration: none !important;
  font-size: 16px !important
}

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

.promo {
  position: relative;
  z-index: 0
}

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

.promo__center {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 50px
}

.promo__title {
  padding-bottom: 15px;
  position: relative;
  max-width: 90%;
  margin: auto auto 10px
}

.promo__title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100px;
  background: #f3a137;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.promo__desc {
  text-align: center;
  margin-bottom: 15px;
  color: #222;
  font-size: 18px;
  line-height: 110%
}

.promo__list {
  max-width: 300px;
  width: 100%;
  margin: auto
}

.promo__left {
  margin-bottom: 50px
}

.promo__prod {
  max-width: 290px;
  width: 100%;
  margin: auto auto 10px;
  position: relative
}

.list__item::before,
.promo__prod::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.promo__prod::before {
  width: 75px;
  height: 75px;
  top: -34px;
  right: 8px;
  background-image: url(../img/medal.png)
}

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

.promo__right {
  max-width: 320px;
  width: 100%;
  margin: auto
}

.promo__raiting {
  padding-top: 15px
}

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

.raiting__img {
  margin-right: 13px
}

.raiting__link {
  color: #666;
  font-size: 16px
}

.label--1 {
  margin-right: 15px;
  width: 150px
}

.label--2 {
  width: 100px
}

.list__item {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 35px
}

.list__item::before {
  left: 0;
  top: 4px;
  width: 25px;
  height: 20px;
  background-image: url(../img/check.png)
}

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

.list__item span {
  font-weight: 700;
  color: #000
}

.header {
  padding: 10px 0;
  background-image: linear-gradient(90deg, rgb(160, 160, 160) 0%, rgb(228, 228, 228) 50%, rgb(165, 165, 165) 100%);
}

.header__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
}

.header__logo .logo__img {
  max-width: 110px
}

.header__menu,
.header__timer-wrap {
  display: none
}

.header__btn {
  width: 160px
}

.form {

  border-top: 4px solid #f57272;
  padding: 26px 17px 18px;
  width: 100%;
  position: relative;
  background-image: linear-gradient(90deg, rgb(160, 160, 160) 0%, rgb(228, 228, 228) 50%, rgb(165, 165, 165) 100%);
}

.form::after,
.form__input-wrap--tel::before,
.form__input-wrap--name::before {
  content: '';
  display: block;
  position: absolute;
  background-size: contain
}

.form::after {
  width: 80px;
  height: 80px;
  background: url(../img/sale.png) no-repeat center;
  top: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.form__ttl {
  color: #222;
  text-align: center;
  font-size: 24px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 17px
}

.form__ttl span {
  display: block
}

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

.form__inputs {
  margin-bottom: 21px
}

.form__input-wrap {
  width: 100%;
  height: 70px;
  display: block;
  position: relative
}

.form__input-wrap--name {
  margin-bottom: 20px
}

.form__input-wrap--name::before {
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 21px;
  background: url(../img/name.png) no-repeat center
}

.form__input-wrap--tel::before {
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/phone-icon2.svg) no-repeat;
  background-size: contain;
}

.form__input-wrap--name .form__input {
  padding-left: 57px
}

.form__input-wrap--tel .form__input {
  padding-left: 57px
}

.form__input {
  width: 100%;
  background-color: #fff;
  border-radius: 34px;
  height: 100%;
  border: 0;
  color: #949494;
  font-size: 16px;
  font-family: Roboto, Arial, Helvetica, sans-serif
}

.form__btn {
  margin-bottom: 17px
}

.online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222
}

.online__ico {
  margin-right: 9px
}

.price__wrap {
  text-align: center
}

.price__wrap--old {
  color: #fff;
  font-weight: 300;
  margin-right: 10px;
  position: relative
}

.price__wrap--old::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1.5px;
  width: 100%;
  background: rgba(255, 255, 255, .5)
}

.price__wrap--old .price__num {
  font-size: 30px
}

.price__wrap--old .price__currency {
  font-size: 20px;
  letter-spacing: -.63px
}

.price__wrap--new {
  color: #222;
  font-weight: 700
}

.price__wrap--new .price__num {
  font-size: 50px;
  line-height: 79%
}

.interruption__price .price__wrap--old .price__num,
.price__wrap--new .price__currency {
  font-size: 25px
}

.why__title {
  margin-bottom: 15px
}

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

.why__center {
  max-width: 200px;
  width: 100%;
  margin: auto auto 20px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.why__col {
  max-width: 300px;
  width: 100%;
  margin: auto
}

.list-w:not(:last-of-type),
.why__col:not(:last-of-type) {
  margin-bottom: 30px
}

.list-w__img {
  margin: auto auto 10px
}

.list-w__ttl {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 15px;
  text-align: center
}

.list-w__desc {
  color: #444;
  font-size: 16px;
  line-height: 20px
}

.list-w__text {
  padding-left: 27px;
  position: relative
}

.list-w__text:not(:last-of-type) {
  margin-bottom: 10px
}

.list-w__text::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  background: url(../img/bad.png) no-repeat center;
  background-size: cover
}

.changes {
  position: relative;
  overflow: hidden
}

.changes__title {
  margin-bottom: 40px
}

.changes__content {
  margin-bottom: 70px
}

.changes__chart {
  display: none;
  margin-bottom: 40px
}

.changes__main {
  background: #f3a137;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  padding: 7px
}

.changes-step {
  position: relative;
  z-index: 1
}

.changes-step::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background-color: #f6ede4;
  z-index: -1
}

.changes-step:not(:last-of-type) {
  margin-bottom: 80px
}

.changes-step__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 210px;
  width: 100%;
  margin: auto auto 13px
}

.changes-step__num {
  font-size: 70px;
  margin-right: 10px;
  font-weight: 700;
  color: #f3a137;
}

.changes-step__text {
  color: #444;
  font-size: 17px;
  line-height: 20px
}

.changes-step__img {
  max-width: 180px;
  width: 100%;
  margin: auto
}

.changes-step__ico {
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden
}

.chart {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: url(../img/chart_bg.png) no-repeat top;
  background-size: 100% 170px;
  position: relative
}

.chart__col {
  width: calc(100%/9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.chart__label {
  color: #333;
  font-size: 17px;
  font-weight: 500
}

.chart__text,
.chart__text::after {
  position: absolute;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl
}

.chart__text {
  white-space: nowrap;
  color: #666;
  font-size: 14px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 10px;
  top: 15px;
  padding-bottom: 20px
}

.chart__text::after {
  content: '';
  display: block;
  width: 17px;
  height: 9px;
  background: url(../img/arrow.png) no-repeat center;
  background-size: cover;
  bottom: 0;
  left: -2px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.steps__title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative
}

.research__title::before,
.steps__title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100px;
  background: #f3a137;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.steps__list {
  max-width: 300px;
  width: 100%;
  margin: auto
}

.interruption {
  padding: 25px 0;
  background-image: linear-gradient(90deg, rgb(160, 160, 160) 0%, rgb(228, 228, 228) 50%, rgb(165, 165, 165) 100%);
}

.interruption__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.interruption__title {
  text-align: center;
  margin-bottom: 15px;
  color: #222;
  font-size: 21px;
  line-height: 22px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.interruption__attention {
  display: block;
  margin-bottom: 9px;
  font-size: 34px;
  font-weight: 700
}

.interruption__date {
  white-space: nowrap
}

.interruption__action {
  position: absolute;
  top: 30%;
  right: calc(50% - 150px);
  z-index: 1
}

.interruption__prod {
  max-width: 290px;
  width: 100%;
  position: relative;
  left: calc(50% - 143px);
  margin-bottom: 20px
}

.interruption__prod--desc,
.work-item__ttl br {
  display: none
}

.interruption__price,
.interruption__timer-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.interruption__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 300px;
  width: 100%;
  margin: auto auto 25px
}

.interruption__price .price__val {
  text-align: center;
  width: 38%
}

.interruption__price .price__wrap--old .price__currency {
  font-size: 18px
}

.interruption__price .price__wrap--new .price__num {
  font-size: 50px;
  line-height: 79%
}

.interruption__price .price__wrap--new .price__currency {
  font-size: 20px
}

.interruption__timer-wrap {
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.interruption__timer-wrap .timer-wrap__text {
  max-width: 100%;
  text-align: center;
  margin-right: 0;
  margin-bottom: 5px
}

.interruption__form {
  max-width: 300px;
  width: 100%;
  margin: auto
}

.interruption__form .form__btn {
  margin-bottom: 0
}

.interruption__form .form__input-wrap {
  margin-bottom: 20px
}

picture {
  line-height: 0
}

.research {
  overflow: hidden
}

.research__left {
  margin-bottom: 15px
}

.research__title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative
}

.research__text {
  color: #444;
  font-size: 16px;
  line-height: 22px
}

.list-e__item:not(:last-of-type),
.research__text:not(:last-of-type),
.secret__text:not(:last-of-type) {
  margin-bottom: 12px
}

.research__result-test {
  max-width: 300px;
  width: 100%;
  margin: auto auto 15px
}

.research__label {
  max-width: 90px;
  width: 100%;
  margin: auto
}

.result-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  border-radius: 5px;
  background-color: #fff;
  padding: 11px
}

.result-test__wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.result-test__text {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e0e0e0;
  color: #444;
  font-size: 17px;
  line-height: 20px
}

.effect__title {
  margin-bottom: 10px
}

.effect__desc {
  text-align: center;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
  color: #222;
  margin-bottom: 20px
}

.effect__left {
  max-width: 300px;
  width: 100%;
  margin: auto auto 20px
}

.effect__ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px
}

.effect__right {
  position: relative;
  max-width: 300px;
  width: 100%;
  margin: auto
}

.list-e__item {
  position: relative;
  padding-left: 35px;
  color: #444;
  font-size: 17px;
  line-height: 20px
}

.list-e__item::before,
.secret__left::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.list-e__item::before {
  left: 0;
  top: 2px;
  width: 25px;
  height: 20px;
  background-image: url(../img/check.png)
}

.secret__title {
  margin-bottom: 25px
}

.secret__top {
  margin-bottom: 20px
}

.secret__left {
  max-width: 270px;
  width: 100%;
  margin: auto auto 20px;
  position: relative
}

.secret__left::before {
  top: -20px;
  right: -13px;
  width: 75px;
  height: 75px;
  background-image: url(../img/medal.png)
}

.secret__text {
  color: #444;
  font-size: 17px;
  line-height: 22px
}

.secret__bottom {
  max-width: 300px;
  width: 100%;
  margin: auto
}

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

.item-recommend:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3
}

.item-recommend__wrap-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #e6d8c7;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #f2ebe3;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #f2ebe3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 4px 10px 4px 4px
}

.item-recommend__text {
  color: #222;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700
}

.work__title {
  margin-bottom: 20px
}

.work__content {
  max-width: 300px;
  width: 100%;
  margin: auto auto 25px
}

.work__btn {
  max-width: 336px;
  margin: auto
}

.work-item {
  padding: 15px;
  -webkit-box-shadow: 9px 18px 20px rgba(3, 3, 3, .1);
  box-shadow: 9px 18px 20px rgba(3, 3, 3, .1);
  background-color: #fff;
  border-top: 4px solid #fe7979;
  -webkit-transition: all .3s;
  transition: all .3s
}

.work-item:not(:last-of-type) {
  margin-bottom: 30px
}

.work-item__img {
  margin: auto auto 15px
}

.work-item__ttl {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px
}

.list-work__item {
  position: relative;
  padding-left: 35px;
  color: #444;
  font-size: 17px;
  line-height: 20px
}

.list-work__item:not(:last-of-type) {
  margin-bottom: 12px
}

.list-work__item::before {
  left: 0;
  top: 2px;
  width: 26px;
  height: 20px;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.expert {
  overflow: hidden
}

.expert__title {
  margin-bottom: 30px
}

.expert__left {
  max-width: 300px;
  width: 100%;
  margin: auto
}

.expert__quote {
  margin-bottom: 15px
}

.expert__name {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px
}

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

.expert__right {
  display: none
}

.expert__photo {
  pointer-events: none
}

.quote {
  padding: 20px 15px 15px;
  background-color: #fcf7f1;
  position: relative;
  -webkit-box-shadow: 2px 3px 8px 1px #ccc;
  box-shadow: 2px 3px 8px 1px #ccc
}

.list-work__item::before,
.proccess__title::before,
.quote::before {
  content: '';
  display: block;
  position: absolute
}

.quote::before {
  top: -10px;
  left: 15px;
  width: 40px;
  height: 26px;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.quote__text {
  color: #444;
  font-size: 17px;
  line-height: 22px
}

.quote__text span {
  color: #000
}

.proccess {
  position: relative;
  z-index: 0
}

.proccess__left {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.proccess__right {
  padding-top: 8px
}

.proccess__title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative
}

.proccess__title::before {
  bottom: 0;
  height: 5px;
  width: 100px;
  background: #f3a137;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.proccess__text {
  text-align: center;
  color: #444;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px
}

.proccess__graph {
  max-width: 300px;
  width: 100%;
  margin: auto
}

.proccess__photo--desc {
  display: none
}

.graph {
  background: #fff;
  border-top: 4px solid #fe7979;
  padding: 15px
}

.graph__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px
}

.graph__wrapper {
  border-bottom: 2px solid #d9d0c4;
  border-left: 2px solid #d9d0c4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.graph__wrapper::after,
.graph__wrapper::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #d9d0c4;
  width: 12px;
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%)
}

.graph__wrapper::after {
  width: 2px;
  height: 12px
}

.graph__arrow,
.graph__line,
.graph__wrapper {
  position: relative
}

.graph__arrow::after,
.graph__arrow::before {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 12px;
  background: url(../img/chart_arrow.svg) no-repeat center;
  background-size: cover
}

.graph__arrow::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

.graph__arrow::before {
  top: 0;
  left: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.graph__line {
  padding-top: 40px;
  overflow: hidden
}

.graph__line::after {
  content: '';
  display: block;
  position: absolute;
  height: 361px;
  left: -83px;
  width: 118px;
  bottom: -26px;
  border-radius: 81px/131px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  border-right: 2px dashed #f3a137
}

.graph__row {
  min-height: 70px;
  border-top: 2px solid rgba(217, 208, 196, .3);
  position: relative
}

.graph__row:nth-of-type(2) .graph__text {
  margin-right: 5px
}

.graph__row:nth-of-type(3) .graph__text {
  margin-right: 10px
}

.graph__row::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: #d9d0c4;
  width: 12px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%)
}

.graph__text,
.graph__text::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.graph__text {
  background-color: #f1eae2;
  padding: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  max-width: 170px;
  width: 100%;
  margin-left: auto;
  position: relative
}

.graph__text span {
  color: #fe7979
}

.graph__text::before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 49%;
  width: 10px;
  height: 10px;
  background-color: #f3a137;
  border-radius: 50%
}

.graph__label {
  color: #999;
  font-size: 14px;
  text-align: right
}

.graph__list-labels {
  padding-top: 30px;
  margin-right: 5px
}

.list-labels__item {
  color: #999;
  font-size: 14px;
  text-align: center;
  max-width: 30px;
  margin-bottom: 42px
}

.form-block__title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative
}

.form-block__title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100px;
  background: #f3a137;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.form-block__desc {
  text-align: center;
  color: #222;
  font-size: 20px;
  line-height: 24px
}

.form-block__top {
  margin-bottom: 40px
}

.form-block__wrap-ttl {
  margin-bottom: 20px
}

.form-block__label {
  max-width: 180px;
  width: 100%;
  margin: auto
}

.form-block__prod {
  max-width: 290px;
  width: 100%;
  margin: auto auto 70px;
  position: relative
}

.form-block__prod::before {
  content: '';
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  top: -34px;
  right: 8px;
  background: url(../img/medal.png) no-repeat center;
  background-size: contain
}

.form-block__right {
  max-width: 320px;
  width: 100%;
  margin: auto
}

.form-block__raiting {
  padding-top: 15px
}

.feedback {
  position: relative;
  z-index: 1
}

.feedback__title {
  margin-bottom: 10px
}

.feedback__desc {
  text-align: center;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
  color: #222;
  margin-bottom: 20px
}

.comment__photo {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px
}

.comment__labels {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  bottom: 0;
  width: 100%
}

.comment__label {
  width: 100%;
  text-align: center
}

.comment__label--after .comment__label-text {
  background-color: #fe7979
}

.comment__label--before .comment__label-text {
  background-color: #f3a137
}

.comment__label-text {
  color: #fff;
  padding: 5px
}

.comment__desc {
  position: relative;
  padding-top: 30px;
  height: 176px;
  padding-right: 20px;
  overflow-y: scroll;
  max-width: 300px;
  width: 100%;
  margin: auto
}

.comment__desc::-webkit-scrollbar-track {
  width: 5px;
  border: 2px solid #fcf7f1;
  background: #d9d0c4
}

.comment__desc::-webkit-scrollbar {
  width: 6px
}

.comment__desc::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #f3a137 url(../img/scroll_line.png) no-repeat center
}

.comment__desc::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 20px;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.comment__text {
  font-size: 17px;
  line-height: 20px;
  color: #444
}

.comment__text:nth-of-type(1) {
  font-size: 18px;
  line-height: 22px
}

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

.reviews {
  overflow: hidden
}

.reviews__title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative
}

.reviews__title::before,
.use__title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100px;
  background: #f3a137;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.reviews__desc {
  text-align: center;
  color: #222;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 300
}

.reviews__desc span {
  white-space: nowrap
}

.reviews__slider img {
  border: 1px solid #d3d3d3;
  width: 300px;
  margin: auto
}

.reviews .slick-next,
.reviews .slick-prev,
.reviews .slick-slide {
  -webkit-transition: all .3s;
  transition: all .3s
}

.reviews .slick-next,
.reviews .slick-prev {
  width: 60px;
  height: 35px;
  top: 289px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #d7d7d7
}

.reviews .slick-next::before,
.reviews .slick-prev::before {
  line-height: 6px;
  height: 20px;
  color: #1d1d1b;
  -webkit-transition: all .3s;
  transition: all .3s
}

.reviews .slick-next:hover,
.reviews .slick-prev:hover {
  background-color: #f3a137;
  border: 1px solid #f3a137
}

.reviews .slick-next:hover::before,
.reviews .slick-prev:hover::before {
  color: #fff
}

.reviews .slick-next {
  right: calc(50% - 144px)
}

.reviews .slick-prev {
  left: calc(50% - 144px)
}

.use {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.use__title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative
}

.use__content {
  max-width: 300px;
  width: 100%;
  margin: auto
}

.use-item:not(:last-of-type) {
  margin-bottom: 20px
}

.use-item__wrap {
  background: #fff;
  width: 130px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: auto auto 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.order-item__wrap-photo::after,
.use-item__wrap::after {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background: #f1eae2;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s
}

.use-item__text {
  text-align: center;
  color: #444;
  font-size: 17px;
  line-height: 20px
}

.use-item__text span {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  margin-bottom: 5px
}

.order__title {
  margin-bottom: 30px
}

.order__wrap {
  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;
  counter-reset: section;
  max-width: 300px;
  width: 100%;
  margin: auto
}

.order-item {
  text-align: center
}

.order-item:not(:last-of-type) {
  margin-bottom: 30px
}

.order-item__wrap-photo {
  max-width: 200px;
  width: 100%;
  margin: auto auto 30px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.order-item__ttl {
  color: #222;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
  font-weight: 700
}

.order-item__text {
  color: #444;
  font-size: 16px;
  line-height: 20px
}

.banner {
  display: none
}

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

.banner__img {
  max-width: 65px
}

.banner__timer-wrap,
.my-popup .form::before {
  display: none
}

.banner__btn {
  max-width: 200px;
  font-size: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px
}

.my-popup {
  border-radius: 10px;
  padding: 10px;
  position: relative !important;
  z-index: 1;
  width: 300px !important
}

.my-popup .form {
  padding-top: 20px
}

.my-popup .price__wrap--new .price__num {
  font-size: 53px
}

.my-popup .price__wrap--new .price__currency {
  font-size: 20px
}

.my-popup__left {
  display: none
}

.my-popup__title {
  text-align: left;
  position: relative;
  padding-left: 40px;
  margin-bottom: 67px;
  max-width: 80%
}

.my-popup__title::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 56px;
  left: 0;
  top: 0;
  background: #f3a137
}

.my-popup__right {
  max-width: 320px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.my-popup .form__input-wrap,
.my-popup .form__inputs,
.my-popup .form__ttl {
  margin-bottom: 10px
}

.ever-popup__close {
  width: 23px !important;
  height: 23px !important;
  background: url(../img/close.png) no-repeat center;
  background-size: cover
}

.ever-popup__close::after,
.ever-popup__close::before {
  display: none !important
}

@media screen and (min-width:399px) {
  .form {
    padding: 26px 23px 18px
  }

  .form::before {
    width: 100%;
    background: #797979
  }

  .effect__right {
    margin-bottom: 20px;
    z-index: 1
  }

  .comment__photo::before,
  .effect__right::before,
  .form::before,
  .graph::before,
  .quote::after {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    bottom: -20px;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s
  }

  .effect__right::before {
    width: 97%;
    background: #08433d
  }

  .expert__quote {
    margin-bottom: 35px;
    margin-right: 20px
  }

  .quote {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .comment__photo::before,
  .graph::before,
  .quote::after {
    background: #f1eae2
  }

  .quote::after {
    width: 97%;
    pointer-events: none
  }

  .proccess__graph {
    margin-bottom: 20px
  }

  .graph {
    position: relative
  }

  .comment__photo::before,
  .graph::before {
    width: 100%
  }

  .comment__photo {
    max-width: 320px;
    width: 100%;
    margin: auto auto 35px
  }

  .my-popup {
    width: 320px !important
  }

  .form-block .form,
  .promo .form {
    margin-bottom: 20px
  }
}

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

  .title {
    font-size: 30px
  }

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

  .promo__title {
    max-width: 100%
  }

  .why__center {
    max-width: 210px
  }

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

  .research__result-test {
    margin: 0 15px 0 0
  }

  .comment__photo {
    max-width: 350px;
    margin-bottom: 40px
  }

  .comment__desc {
    height: 194px
  }

  .reviews__slider img {
    width: 350px
  }

  .reviews .slick-next,
  .reviews .slick-prev {
    top: 354px
  }

  .reviews .slick-next {
    right: 51px
  }

  .reviews .slick-prev {
    left: 51px
  }

  .comment__desc,
  .use__content {
    max-width: 100%;
    margin: 0
  }

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

  .use-item:not(:last-of-type) {
    margin-bottom: 20px
  }

  .use-item__wrap {
    margin: 0 35px 20px 0
  }

  .use-item__text {
    text-align: left
  }
}

@media screen and (max-width:639px) {
  .banner {
    display: none !important
  }
}

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

  .title {
    font-size: 30px
  }

  .menu,
  .menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

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

  .menu__item:not(:last-of-type) {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .2)
  }

  .menu__icon {
    margin-right: 13px
  }

  .menu__link {
    color: #222;
    border-bottom: 1px dotted #fff;
    -webkit-transition: all .3s;
    transition: all .3s
  }

  .menu__link:hover {
    border-bottom: 1px dotted rgba(0, 0, 0, .001)
  }

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

  .why__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

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

  .why__center img {
    margin: auto
  }

  .why__col {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .why__col:not(:last-of-type) {
    margin-bottom: 20px
  }

  .list-w {
    max-width: 270px
  }

  .list-w:not(:last-of-type) {
    margin-bottom: 0
  }

  .changes__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .changes-step {
    max-width: calc(100%/2 - 20px);
    width: 100%
  }

  .changes-step:not(:last-of-type) {
    margin-bottom: 60px
  }

  .steps {
    position: relative
  }

  .steps__title {
    margin-bottom: 30px
  }

  .steps__list {
    margin-left: 0
  }

  .steps__photo {
    position: absolute;
    right: calc(50% - 300px);
    bottom: 0;
    max-width: 260px;
    width: 100%
  }

  .interruption__wrap {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: auto
  }

  .interruption__block {
    position: static
  }

  .interruption__title {
    margin-bottom: 10px
  }

  .interruption__action {
    top: 37%;
    right: calc(50% - -8px)
  }

  .interruption__prod {
    max-width: 280px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0
  }

  .interruption__price {
    margin-right: 0
  }

  .interruption__timer-wrap {
    margin-bottom: 10px;
    position: absolute;
    left: 50px;
    bottom: 220px
  }

  .interruption__form {
    margin-right: 0
  }

  .research__title {
    margin-bottom: 30px
  }

  .research__text {
    line-height: 24px
  }

  .research__photo {
    max-width: 500px;
    width: 100%;
    margin: auto
  }

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

  .effect__left {
    margin: 0 10px 0 0
  }

  .effect__right {
    margin: 0 20px 20px 0
  }

  .secret__title {
    margin-bottom: 30px
  }

  .secret__text {
    line-height: 24px
  }

  .secret__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%
  }

  .item-recommend {
    max-width: calc(100%/3);
    width: 100%;
    display: block
  }

  .item-recommend:not(:last-of-type) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #d3d3d3
  }

  .item-recommend__wrap-ico {
    margin: auto auto 10px
  }

  .item-recommend__text {
    text-align: center;
    max-width: 78%;
    width: 100%;
    margin: auto
  }

  .work__content,
  .work__title {
    margin-bottom: 30px
  }

  .work__content {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .work-item {
    width: calc(100%/2 - 20px)
  }

  .expert__left {
    max-width: 100%
  }

  .expert__name {
    font-size: 19px
  }

  .expert__post {
    font-size: 17px
  }

  .quote {
    padding: 25px
  }

  .quote::before {
    left: 23px
  }

  .quote__text {
    font-size: 18px;
    line-height: 24px
  }

  .form-block__prod {
    max-width: 350px
  }

  .form-block__prod::before {
    width: 85px;
    height: 85px;
    background-size: contain
  }

  .comment__photo {
    max-width: 400px;
    padding-bottom: 0
  }

  .comment__label {
    text-align: right
  }

  .comment__label-text {
    font-size: 16px;
    display: inline-block
  }

  .comment__desc {
    height: 186px
  }

  .comment__text {
    font-size: 18px;
    line-height: 22px
  }

  .comment__text:nth-of-type(1) {
    font-size: 19px;
    line-height: 25px
  }

  .reviews .slick-slide {
    margin: 0 10px
  }

  .reviews .slick-list {
    margin: 0 -10px
  }

  .reviews .slick-next,
  .reviews .slick-prev {
    top: 293px;
    width: 65px;
    height: 50px
  }

  .reviews .slick-next {
    right: 0
  }

  .reviews .slick-prev {
    left: 0
  }

  .use__title {
    margin-bottom: 30px
  }

  .use__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .use-item {
    display: block;
    max-width: calc(100%/2 - 10px);
    width: 100%
  }

  .use-item__wrap {
    margin: auto auto 30px
  }

  .use-item__text {
    text-align: center
  }

  .order__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%
  }

  .order-item {
    max-width: 230px;
    width: 100%
  }

  .order-item:nth-of-type(3) {
    margin-bottom: 0
  }

  .banner {
    padding: 10px 0 8px;
    background-color: #f3a137;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 95;
    display: block
  }

  .banner__title {
    color: #222;
    font-weight: 500;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px
  }

  .banner__title span {
    display: block;
    white-space: nowrap
  }

  .banner__price {
    padding-right: 30px;
    border-right: 1px solid rgba(34, 34, 34, 0.2)
  }

  .banner__price .price__num {
    font-size: 54px
  }

  .banner__price .price__currency {
    font-size: 20px
  }

  .banner__btn {
    margin-left: auto
  }
}

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

  .title {
    font-size: 35px
  }

  .btn--full {
    font-size: 24px
  }

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

  .promo__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .promo__center {
    width: 100%;
    margin-bottom: 70px
  }

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

  .promo__list {
    max-width: 100%
  }

  .promo__left {
    margin-right: 40px;
    margin-bottom: 0
  }

  .promo__prod {
    max-width: 350px
  }

  .promo__prod::before {
    width: 85px;
    height: 85px;
    background-size: contain
  }

  .promo__right {
    margin: 0
  }

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

  .list__item {
    font-size: 18px;
    width: calc(100%/3 - 20px)
  }

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

  .why__center {
    max-width: 250px
  }

  .list-w__desc {
    font-size: 18px
  }

  .changes__main {
    font-size: 22px;
    padding: 10px
  }

  .steps__title {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 30px;
    line-height: 107%;
    padding-left: 25px;
    max-width: 60%
  }

  .steps__title::before {
    width: 15px;
    height: 56px;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none
  }

  .steps__list {
    display: block
  }

  .steps__list .list__item {
    width: 100%
  }

  .steps__list .list__item:not(:last-of-type) {
    margin-bottom: 20px
  }

  .steps__photo {
    right: calc(50% - 360px);
    max-width: 390px
  }

  .research__text {
    font-size: 18px
  }

  .research__photo {
    max-width: 550px
  }

  .effect__desc {
    font-size: 21px;
    line-height: 25px
  }

  .effect__left {
    max-width: 330px;
    margin-right: 20px
  }

  .effect__right {
    max-width: 100%
  }

  .secret__title {
    margin-bottom: 35px
  }

  .secret__top {
    margin-bottom: 30px
  }

  .secret__left {
    max-width: 300px
  }

  .secret__left::before {
    width: 80px;
    height: 80px;
    background-size: contain
  }

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

  .item-recommend__wrap-ico {
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 10px
  }

  .item-recommend__text {
    text-align: left
  }

  .work-item {
    padding: 25px
  }

  .expert__title {
    text-align: left;
    margin-bottom: 40px
  }

  .expert__content {
    position: relative
  }

  .expert__left {
    max-width: 380px;
    margin-left: 0
  }

  .expert__name {
    font-size: 21px
  }

  .expert__post {
    font-size: 18px
  }

  .expert__right {
    display: block;
    position: relative
  }

  .expert__photo {
    position: absolute;
    bottom: 0;
    left: 280px;
    max-width: 570px
  }

  .expert__prod {
    position: absolute;
    bottom: 10px;
    left: 410px;
    width: 90px
  }

  .proccess__text {
    margin-bottom: 30px
  }

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

  .proccess__graph {
    margin-top: 0;
    margin-right: 20px
  }

  .proccess__photo {
    max-width: 420px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: calc(50% - 360px)
  }

  .proccess__photo--mob {
    display: block
  }

  .form-block {
    padding-top: 70px
  }

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

  .form-block__title {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 25px;
    padding-left: 25px;
    line-height: 103%
  }

  .form-block__title::before,
  .reviews__title::before {
    width: 15px;
    height: 56px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .form-block__desc {
    text-align: left;
    font-size: 22px;
    line-height: 26px
  }

  .form-block__prod {
    margin-bottom: 0
  }

  .form-block__right {
    margin-right: 20px
  }

  .feedback__desc {
    font-size: 21px;
    line-height: 25px
  }

  .comment__photo {
    max-width: 440px
  }

  .comment__desc {
    height: 220px
  }

  .reviews__title {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 25px;
    padding-left: 25px;
    line-height: 103%
  }

  .reviews__desc {
    text-align: left;
    font-size: 22px;
    line-height: 26px
  }

  .reviews .slick-next,
  .reviews .slick-prev {
    top: 345px
  }

  .use__title {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 45px;
    padding-left: 25px;
    line-height: 103%;
    padding-top: 13px
  }

  .use__title::before {
    width: 15px;
    height: 56px;
    left: 0;
    top: 2px;
    -webkit-transform: none;
    transform: none
  }

  .use__content {
    display: block;
    max-width: 370px;
    width: 100%
  }

  .use__girl {
    position: absolute;
    bottom: 0;
    right: calc(50% - 378px);
    max-width: 390px
  }

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

  .use-item__wrap {
    margin: 0 35px 20px 0;
    width: 120px;
    height: 110px
  }

  .use-item__text {
    text-align: left
  }

  .order__title {
    margin-bottom: 35px
  }

  .order-item {
    max-width: 240px
  }

  .banner__img {
    max-width: 75px
  }

  .banner__title {
    max-width: 200px;
    width: 100%
  }

  .banner__title span {
    display: inline
  }

  .banner__price {
    padding-right: 48px
  }

  .my-popup .form__action {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -61px
  }

  .item-recommend {
    max-width: fit-content
  }

  .item-recommend:not(:last-of-type) {
    border-right: none;
    padding-right: 0;
    max-width: fit-content
  }

  .item-recommend:nth-of-type(2) {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3
  }
}

@media screen and (min-width:950px) {
  .use__girl {
    right: calc(50% - 470px);
    max-width: 450px
  }
}

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

  .title {
    font-size: 35px
  }

  .promo__prod {
    max-width: 440px
  }

  .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .header__logo {
    margin-right: 75px
  }

  .header__logo .logo__img {
    max-width: 190px
  }

  .header__timer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 55px
  }

  .form:hover::before {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }

  .why__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .why__center {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: 380px;
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center
  }

  .why__center img {
    max-width: 100%
  }

  .why__col {
    display: block;
    width: 250px
  }

  .why__col:not(:last-of-type) {
    margin-bottom: 0
  }

  .why__col--right .list-w:nth-of-type(1)::before,
  .why__col--right .list-w:nth-of-type(2)::before {
    left: 208px;
    -webkit-transform: scaleX(-1.1);
    transform: scaleX(-1.1)
  }

  .why__col--left .list-w:nth-of-type(1)::before,
  .why__col--left .list-w:nth-of-type(2)::before {
    right: 208px
  }

  .list-w {
    max-width: 100%;
    position: relative
  }

  .list-w:not(:last-of-type) {
    margin-bottom: 30px
  }

  .list-w::before {
    content: '';
    display: block;
    position: absolute
  }

  .list-w:nth-of-type(1)::before {
    width: 115px;
    height: 52px;
    background: url(../img/arrow-top.png) no-repeat center;
    background-size: cover;
    top: 55px
  }

  .list-w:nth-of-type(2)::before {
    width: 80px;
    height: 19px;
    background: url(../img/arrow-bottom.png) no-repeat center;
    background-size: cover;
    top: 44px
  }

  .list-w__ttl {
    text-align: left
  }

  .changes__title {
    margin-bottom: 50px
  }

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

  .changes__chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px
  }

  .changes-step {
    max-width: calc(100%/3 - 20px)
  }

  .changes-step:not(:last-of-type) {
    margin-bottom: 0
  }

  .changes-step--2,
  .changes-step--3 {
    position: relative;
    top: 42px
  }

  .changes-step--3 {
    top: 97px
  }

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

  .chart__col {
    width: calc(100%/9 - -14px)
  }

  .steps {
    background: url(../img/steps_bg.png) no-repeat calc(50% - -292px) bottom;
    background-size: 680px
  }

  .steps__title {
    max-width: 50%
  }

  .steps__list {
    padding-left: 20px;
    max-width: 350px
  }

  .steps__list .list__item {
    font-size: 18px;
    line-height: 22px
  }

  .steps__photo {
    right: calc(50% - 380px);
    max-width: 460px
  }

  .interruption {
    padding: 30px 0
  }

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

  .interruption__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .interruption__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
  }

  .interruption__title {
    text-align: left;
    margin-bottom: 0;
    max-width: 238px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .interruption__action {
    top: -79%;
    right: auto;
    left: -280px
  }

  .interruption__prod {
    position: static;
    max-width: 260px;
    margin-right: 10px
  }

  .interruption__prod--desc,
  .work-item__ttl br {
    display: block
  }

  .interruption__prod--mob {
    display: none
  }

  .interruption__price {
    margin: 0 0 0 10px
  }

  .interruption__timer-wrap {
    position: static;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .interruption__timer-wrap .timer-wrap__text {
    text-align: left;
    width: 128px;
    margin-right: 5px
  }

  .interruption__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .interruption__form .form__input-wrap {
    margin-bottom: 0;
    margin-right: 10px
  }

  .research {
    background: url(../img/research_bg.png) no-repeat no-repeat left calc(50% - -300px) top;
    background-size: 460px
  }

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

  .research__left {
    max-width: 470px;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 0
  }

  .research__title {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 36px;
    padding-left: 25px;
    line-height: 103%
  }

  .research__title::before {
    width: 15px;
    height: 56px;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none
  }

  .research__desc {
    padding-top: 20px;
    border-top: 1px solid #d3d3d3
  }

  .effect__title {
    margin-bottom: 15px
  }

  .effect__desc {
    font-size: 23px;
    margin-bottom: 50px
  }

  .effect__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .effect__left {
    max-width: 490px
  }

  .effect__ttl {
    font-size: 20px;
    margin-bottom: 25px
  }

  .effect__right {
    max-width: 450px
  }

  .comment__photo:hover::before,
  .effect__right:hover::before,
  .graph:hover::before,
  .quote:hover::after {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }

  .list-e__item {
    font-size: 18px;
    line-height: 22px;
    padding-left: 40px
  }

  .list-e__item:not(:last-of-type) {
    margin-bottom: 17px
  }

  .list-e__item::before {
    width: 27px;
    height: 22px
  }

  .secret__title {
    margin-bottom: 45px
  }

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

  .secret__left {
    max-width: 370px;
    margin-right: 30px;
    margin-bottom: 0
  }

  .secret__left::before {
    right: auto;
    left: -20px;
    top: -40px
  }

  .secret__text {
    line-height: 27px;
    font-size: 18px
  }

  .secret__text:not(:last-of-type) {
    margin-bottom: 20px
  }

  .item-recommend:nth-of-type(3) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .item-recommend:not(:last-of-type) {
    margin-right: 0;
    padding-right: 0
  }

  .item-recommend:nth-of-type(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 21px;
    padding-left: 21px
  }

  .item-recommend__text {
    max-width: 100%;
    width: auto;
    margin: 0;
    font-size: 16px
  }

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

  .work-item {
    width: calc(100%/3 - 20px);
    padding: 20px
  }

  .work-item:not(:last-of-type) {
    margin-bottom: 0
  }

  .work-item:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
  }

  .list-work__item {
    font-size: 18px;
    line-height: 22px;
    padding-left: 40px
  }

  .list-work__item:not(:last-of-type) {
    margin-bottom: 17px
  }

  .expert__title {
    margin-bottom: 60px
  }

  .expert__left {
    max-width: 490px
  }

  .expert__photo {
    bottom: -40px;
    left: 410px;
    max-width: 710px
  }

  .expert__prod {
    bottom: -20px;
    left: 570px;
    width: 110px
  }

  .quote::before {
    width: 50px;
    height: 35px;
    top: -16px
  }

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

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

  .proccess__left {
    margin-right: 40px;
    max-width: 440px;
    width: 100%
  }

  .proccess__title {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 25px;
    line-height: 103%
  }

  .proccess__title::before {
    width: 15px;
    height: 56px;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none
  }

  .proccess__text {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px
  }

  .proccess__graph {
    max-width: 100%
  }

  .proccess__photo {
    max-width: 520px;
    left: calc(50% - 510px)
  }

  .my-popup .form::before,
  .proccess__photo--desc {
    display: block
  }

  .proccess__photo--mob {
    display: none
  }

  .graph__line {
    padding-top: 50px;
    overflow: visible
  }

  .graph__line::after {
    width: 192px;
    height: 100%;
    background: url(../img/chart_line.png) no-repeat center;
    background-size: contain;
    border-radius: 0;
    -webkit-transform: none;
    transform: none;
    border-right: none;
    left: -5px;
    bottom: 0
  }

  .graph__row {
    min-height: 90px
  }

  .graph__row:nth-of-type(1) .graph__text::before {
    left: -22px
  }

  .graph__row:nth-of-type(2) .graph__text {
    margin-right: 20px
  }

  .graph__row:nth-of-type(2) .graph__text::before {
    left: -23px
  }

  .graph__row:nth-of-type(3) .graph__text {
    margin-right: 47px
  }

  .graph__row:nth-of-type(3) .graph__text::before {
    left: -38px
  }

  .graph__text {
    padding: 12px;
    font-size: 17px;
    line-height: 20px;
    max-width: 200px
  }

  .graph__text::before {
    left: -40px
  }

  .graph__label {
    font-size: 15px
  }

  .graph__list-labels {
    margin-right: 10px;
    padding-top: 40px
  }

  .list-labels__item {
    font-size: 15px;
    max-width: 35px;
    margin-bottom: 59px
  }

  .form-block.block {
    padding-top: 100px
  }

  .form-block__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .form-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 65px
  }

  .form-block__wrap-ttl {
    max-width: 60%;
    margin-bottom: 0
  }

  .form-block__prod {
    max-width: 350px
  }

  .feedback__title {
    margin-bottom: 15px
  }

  .feedback__desc {
    font-size: 23px;
    margin-bottom: 50px
  }

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

  .comment__photo {
    margin-bottom: 0;
    margin-right: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0
  }

  .comment__desc {
    height: 240px
  }

  .reviews .slick-list,
  .reviews.block {
    padding-bottom: 30px
  }

  .reviews__slider img {
    -webkit-box-shadow: 0 8px 14px rgba(3, 3, 3, .1);
    box-shadow: 0 8px 14px rgba(3, 3, 3, .1)
  }

  .reviews .slick-next,
  .reviews .slick-prev {
    top: -101px
  }

  .reviews .slick-prev {
    left: auto;
    right: 64px
  }

  .use__girl {
    max-width: 590px;
    right: calc(50% - 501px)
  }

  .use-item__wrap {
    width: 140px;
    height: 128px;
    margin-right: 40px
  }

  .use-item__text {
    font-size: 18px;
    line-height: 22px
  }

  .use-item__text span {
    font-size: 22px;
    line-height: 26px
  }

  .order__title {
    margin-bottom: 45px
  }

  .order-item {
    text-align: left
  }

  .order-item:nth-of-type(-n+2) {
    margin-bottom: 0
  }

  .order-item:hover .order-item__wrap-photo::after {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }

  .order-item__wrap-photo {
    margin-left: 0
  }

  .banner__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .banner__title {
    max-width: 100%;
    width: auto
  }

  .banner__price {
    padding-right: 17px;
    border-right: none
  }

  .banner__price .price__num {
    font-size: 56px
  }

  .banner__price .price__currency {
    font-size: 23px
  }

  .banner__timer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
  }

  .banner__timer-wrap .timer-wrap__text {
    display: none
  }

  .banner__btn {
    margin-left: 20px
  }

  .my-popup {
    width: 912px !important;
    padding: 20px 40px
  }

  .my-popup .bg {
    background-size: auto 100%
  }

  .my-popup .form {
    margin-bottom: 20px
  }

  .my-popup .form::after {
    top: -16px;
    left: 97%
  }

  .my-popup__wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .my-popup__left {
    display: block
  }

  .my-popup__title {
    font-size: 45px
  }

  .my-popup__pack {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 350px;
    width: 100%;
    margin: auto
  }

  .my-popup__pack::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -48px;
    width: 90px;
    height: 90px;
    background: url(../img/medal.png) no-repeat center;
    background-size: contain
  }

  .my-popup .form__action {
    width: 60px;
    height: 60px;
    right: -16px;
    top: -14px;
    -webkit-transform: none;
    transform: none;
    left: auto
  }

  .my-popup .form__action .action__percent {
    font-size: 14px
  }

  .item-recommend {
    width: fit-content
  }

  .item-recommend:not(:last-of-type) {
    margin-right: 21px
  }
}

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

  .title {
    font-size: 56px
  }

  .changes-step__text {
    line-height: 22px
  }

  .proccess__title {
    font-size: 55px
  }

  .use-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .btn--empty {
    font-size: 18px;
    padding: 12px
  }

  .menu__item:not(:last-of-type) {
    margin-right: 38px;
    padding-right: 30px
  }

  .menu__icon {
    margin-right: 18px
  }

  .menu__link {
    font-size: 18px
  }

  .timer {
    font-size: 24px
  }

  .bg {
    background: url(../img/bg.jpg) no-repeat center
  }

  .ev-footer {
    padding-top: 116px
  }

  .promo {
    padding-top: 150px;
    padding-bottom: 68px
  }

  .promo::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 864px);
    width: 726px;
    height: 686px;
    background: url(../img/girl.png) no-repeat bottom;
    background-size: contain
  }

  .promo__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
  }

  .promo__center {
    max-width: 350px;
    margin-right: 50px;
    margin-bottom: 0
  }

  .promo__title {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 16px;
    line-height: 107%
  }

  .promo__title::before {
    width: 15px;
    height: 56px;
    left: -46px;
    top: 0
  }

  .promo__desc {
    text-align: left;
    font-size: 28px;
    line-height: 117%;
    margin-bottom: 39px
  }

  .promo__left {
    margin-right: 0
  }

  .promo__prod {
    max-width: 350px;
    margin-bottom: 0;
    position: absolute;
    bottom: -132px;
    left: 100px;
  }

  .promo__labels {
    position: absolute;
    bottom: -121px;
    left: 470px
  }

  .promo__right {
    padding-top: 19px
  }

  .promo__raiting {
    padding-top: 21px;
    padding-left: 41px
  }

  .label--1 {
    width: 196px;
    margin-right: 41px
  }

  .label--2 {
    width: inherit
  }

  .list,
  .use__title span {
    display: block
  }

  .list__item {
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    padding-left: 63px
  }

  .list__item::before {
    width: 40px;
    height: 31px;
    top: 50%;
    transform: translateY(-50%)
  }

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

  .header {
    padding: 19px 0
  }

  .header__logo {
    margin-right: 94px;
    max-width: 200px;
  }

  .header__logo .logo__img {
    max-width: 100%
  }

  .header__timer-wrap {
    margin-right: 44px
  }

  .header__btn {
    width: 210px
  }

  .form__price {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .why {
    padding-top: 154px;
    padding-bottom: 82px
  }

  .why__title {
    margin-bottom: 43px
  }

  .why__center {
    max-width: 490px
  }

  .why__col {
    width: 309px
  }

  .why__col--right .list-w:nth-of-type(1)::before,
  .why__col--right .list-w:nth-of-type(2)::before {
    left: 229px
  }

  .why__col--left .list-w:nth-of-type(1)::before,
  .why__col--left .list-w:nth-of-type(2)::before {
    right: 236px
  }

  .list-w:not(:last-of-type) {
    margin-bottom: 42px
  }

  .list-w__ttl {
    font-size: 24px;
    margin-bottom: 22px
  }

  .list-w__desc,
  .list-w__ttl {
    line-height: 117%
  }

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

  .changes {
    padding-top: 82px;
    padding-bottom: 104px
  }

  .changes__content {
    margin-bottom: 0
  }

  .changes__chart {
    height: 220px;
    margin-bottom: 53px
  }

  .changes__main {
    font-size: 28px;
    padding: 18px
  }

  .changes-step {
    max-width: calc(100%/3 - 84px);
    padding: 7px
  }

  .changes-step::before {
    width: 300px;
    height: 300px
  }

  .changes-step--2 {
    top: 45px
  }

  .changes-step--3 {
    top: 106px
  }

  .changes-step:not(:last-of-type)::after {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 33px;
    background: url(../img/changes_arrow.png) no-repeat center;
    background-size: cover;
    right: -84px;
    top: 160px
  }

  .changes-step__top {
    margin-bottom: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .changes-step__num {
    font-size: 100px;
    margin-right: 15px;
    line-height: 90%
  }

  .changes-step__text {
    font-size: 18px
  }

  .changes-step__img {
    max-width: 195px
  }

  .changes-step__ico {
    width: 62px;
    height: 62px;
    bottom: -15px
  }

  .chart {
    background-size: 100% 184px
  }

  .chart__col {
    width: calc(100%/9 - -14px)
  }

  .chart__label {
    font-size: 18px
  }

  .chart__text {
    font-size: 15px;
    left: 16px;
    top: 21px
  }

  .steps {
    padding-top: 96px;
    padding-bottom: 70px;
    background-size: auto
  }

  .steps__list {
    padding-left: 0;
    max-width: 380px
  }

  .steps__list .list__item {
    padding-left: 75px;
    font-size: 19px;
    line-height: 26px
  }

  .steps__list .list__item:not(:last-of-type) {
    margin-bottom: 22px
  }

  .steps__list .list__item::before {
    top: 50%;
    transform: translateY(-50%)
  }

  .steps__photo {
    right: calc(50% - 550px);
    max-width: 637px
  }

  .interruption {
    padding: 50px 0
  }

  .interruption__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .interruption__wrapper {
    width: 74%;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }

  .interruption__block {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 29px
  }

  .interruption__title {
    max-width: 266px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 19px;
    margin-right: 10px
  }

  .interruption__attention {
    font-size: 47px;
    margin-bottom: 19px
  }

  .interruption__action {
    position: static;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 26px
  }

  .interruption__prod {
    max-width: 300px;
    left: 0
  }

  .interruption__price {
    margin-left: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .interruption__price .price__val {
    text-align: left;
    width: 46%
  }

  .interruption__price .price__wrap--old .price__num {
    font-size: 30px
  }

  .interruption__price .price__wrap--new .price__currency {
    font-size: 25px
  }

  .interruption__timer-wrap {
    -ms-flex-item-align: center;
    align-self: center
  }

  .interruption__form .form__input-wrap {
    height: 70px;
    margin-right: 20px
  }

  .interruption__form .form__input {
    border-radius: 42px
  }

  .interruption__form .form__btn {
    max-width: 276px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .research {
    padding-top: 103px;
    padding-bottom: 95px;
    background-position: calc(50% - -300px) -40px;
    background-size: 1090px
  }

  .research__content {
    position: relative
  }

  .research__left {
    max-width: 560px;
    margin-right: 26px
  }

  .research__desc {
    padding-top: 35px
  }

  .research__text {
    font-size: 20px;
    line-height: 34px
  }

  .research__text:not(:last-of-type) {
    margin-bottom: 34px
  }

  .research__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .research__photo {
    max-width: 809px;
    position: absolute;
    top: -12px;
    right: calc(50% - 769px)
  }

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

  .research__result-test {
    max-width: 356px;
    margin-right: 49px
  }

  .research__label {
    max-width: 122px
  }

  .result-test {
    padding: 11px 28px
  }

  .result-test__text {
    margin-left: 32px;
    padding-left: 29px;
    font-size: 18px;
    line-height: 22px
  }

  .effect {
    padding-top: 83px;
    padding-bottom: 80px
  }

  .effect__title {
    margin-bottom: 24px
  }

  .effect__desc {
    font-size: 30px;
    line-height: 36px;
    max-width: 100%;
    width: 100%;
    margin: auto auto 43px
  }

  .effect__left {
    padding-top: 5px;
    max-width: 530px
  }

  .effect__ttl {
    font-size: 24px;
    margin-bottom: 41px
  }

  .effect__right {
    max-width: 500px
  }

  .list-e__item {
    font-size: 19px;
    padding-left: 56px
  }

  .list-e__item:not(:last-of-type) {
    margin-bottom: 28px
  }

  .list-e__item::before {
    width: 32px;
    height: 25px;
    top: -3px
  }

  .secret {
    padding-top: 74px;
    padding-bottom: 76px
  }

  .secret__title {
    margin-bottom: 70px
  }

  .secret__top {
    margin-bottom: 35px
  }

  .secret__left {
    max-width: 350px;
    margin-right: 67px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .secret__left::before {
    left: 0;
    top: -48px;
    width: 90px;
    height: 90px;
    background-size: contain
  }

  .secret__desc {
    padding-top: 5px
  }

  .secret__text {
    font-size: 20px;
    line-height: 34px
  }

  .secret__text:not(:last-of-type) {
    margin-bottom: 34px
  }

  .item-recommend {
    max-width: calc(100%/3 - 7px)
  }

  .item-recommend__wrap-ico {
    margin-right: 19px
  }

  .work {
    padding-top: 79px;
    padding-bottom: 90px
  }

  .work__title {
    margin-bottom: 48px
  }

  .work__content {
    margin-bottom: 53px
  }

  .work-item {
    padding: 23px 23px 25px
  }

  .work-item__img {
    margin-bottom: 27px
  }

  .work-item__ttl {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 22px;
    text-align: center
  }

  .list-work__item {
    padding-left: 46px
  }

  .list-work__item:not(:last-of-type) {
    margin-bottom: 24px
  }

  .list-work__item::before {
    left: 5px
  }

  .expert {
    padding-top: 128px;
    padding-bottom: 140px
  }

  .expert__left {
    max-width: 620px
  }

  .expert__quote {
    margin-bottom: 70px
  }

  .expert__name {
    font-size: 24px;
    margin-bottom: 7px
  }

  .expert__photo {
    bottom: -144px;
    left: 360px;
    max-width: 1137px
  }

  .expert__prod {
    bottom: -90px;
    left: 671px;
    width: 160px
  }

  .quote {
    padding: 53px 51px 42px
  }

  .quote::before {
    width: 53px;
    height: 39px;
    left: 53px
  }

  .quote::after,
  .reviews__slider img {
    width: 100%
  }

  .quote__text {
    font-size: 22px;
    line-height: 32px
  }

  .proccess {
    padding-top: 93px;
    padding-bottom: 104px
  }

  .proccess__left {
    max-width: 560px;
    margin-right: 20px
  }

  .proccess__text {
    font-size: 22px;
    line-height: 32px;
    max-width: 95%;
    margin-bottom: 95px
  }

  .proccess__photo {
    max-width: 650px;
    left: calc(50% - 720px)
  }

  .graph {
    padding: 27px 20px 30px
  }

  .graph__content {
    margin-bottom: 2px
  }

  .graph__line {
    padding-top: 47px
  }

  .graph__line::after {
    width: 230px;
    height: 382px;
    background-size: cover
  }

  .graph__row {
    min-height: 125px
  }

  .graph__row:nth-of-type(1) .graph__text::before {
    left: -17px
  }

  .graph__row:nth-of-type(2) .graph__text {
    margin-right: 18px
  }

  .graph__row:nth-of-type(2) .graph__text::before {
    left: -27px
  }

  .graph__row:nth-of-type(3) {
    min-height: 89px
  }

  .graph__row:nth-of-type(3) .graph__text {
    margin-right: 68px
  }

  .graph__text {
    font-size: 18px;
    line-height: 22px;
    max-width: 237px;
    padding: 18px 22px
  }

  .graph__text::before {
    width: 16px;
    height: 16px
  }

  .graph__label {
    font-size: 16px
  }

  .graph__list-labels {
    margin-right: 23px;
    padding-top: 34px
  }

  .list-labels__item {
    font-size: 16px;
    margin-bottom: 84px
  }

  .form-block {
    padding-bottom: 80px
  }

  .form-block.block {
    padding-top: 123px
  }

  .form-block__left {
    margin-right: 40px
  }

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

  .form-block__wrap-ttl {
    margin-right: 60px
  }

  .form-block__label {
    max-width: 217px;
    margin-top: 20px
  }

  .form-block__prod::before {
    width: 95px;
    height: 95px;
    top: -64px;
    right: 273px;
    background-size: contain
  }

  .form-block__right {
    margin-right: 0
  }

  .form-block__raiting {
    padding-top: 21px;
    padding-left: 41px
  }

  .feedback {
    padding-top: 89px;
    padding-bottom: 85px
  }

  .feedback__title {
    margin-bottom: 27px
  }

  .feedback__desc {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 53px
  }

  .comment__photo {
    max-width: 570px;
    margin-right: 49px
  }

  .comment__label-text {
    font-size: 18px;
    padding: 6px 7px
  }

  .comment__desc {
    height: 325px;
    padding-top: 35px
  }

  .comment__text {
    line-height: 30px
  }

  .comment__text:nth-of-type(1) {
    font-size: 22px;
    line-height: 32px
  }

  .comment__text:not(:last-of-type) {
    margin-bottom: 21px
  }

  .reviews {
    padding-top: 93px
  }

  .reviews.block {
    padding-bottom: 56px
  }

  .reviews__title {
    margin-bottom: 32px
  }

  .reviews__desc {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 63px
  }

  .reviews .slick-slide {
    margin: 0 15px
  }

  .reviews .slick-list {
    margin: 0 -15px
  }

  .reviews .slick-next,
  .reviews .slick-prev {
    width: 80px;
    height: 70px;
    top: -147px
  }

  .reviews .slick-next::before,
  .reviews .slick-prev::before {
    font-size: 28px
  }

  .reviews .slick-prev {
    right: 79px
  }

  .use {
    padding-top: 93px;
    padding-bottom: 114px
  }

  .use__title {
    margin-bottom: 50px
  }

  .use__content {
    max-width: 460px
  }

  .use__girl {
    max-width: 792px;
    right: calc(50% - 659px)
  }

  .use-item:hover .use-item__wrap::after {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }

  .use-item:not(:last-of-type) {
    margin-bottom: 53px
  }

  .use-item__wrap {
    margin-right: 60px
  }

  .use-item__text {
    line-height: 28px
  }

  .use-item__text span {
    font-size: 24px;
    line-height: 28px
  }

  .order {
    padding-bottom: 113px;
    padding-top: 94px
  }

  .order__title {
    margin-bottom: 55px
  }

  .order__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px
  }

  .order-item {
    max-width: 260px;
    text-align: center
  }

  .order-item:nth-of-type(even) {
    padding-top: 35px
  }

  .order-item__wrap-photo {
    max-width: 100%;
    margin-bottom: 33px
  }

  .order-item__ttl {
    font-size: 23px;
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 10px
  }

  .order-item__text {
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px
  }

  .banner__img {
    max-width: 105px
  }

  .banner__title {
    font-size: 24px;
    margin-left: 19px
  }

  .banner__price {
    padding-right: 60px
  }

  .banner__btn {
    max-width: 210px
  }

  .my-popup__title {
    padding-left: 52px;
    max-width: 100%;
    margin-left: 23px
  }

  .ever-popup__close {
    right: -30px !important
  }

  .changes-step__top {
    max-width: 235px
  }

  .banner__price {
    position: relative
  }

  .banner__price::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(34, 34, 34, 0.2);
    right: 25px;
    top: 0
  }

  .item-recommend:not(:last-of-type) {
    border-right: none
  }

  .item-recommend--1 {
    max-width: 300px
  }

  .item-recommend--2 {
    max-width: 325px;
    position: relative
  }

  .item-recommend--2::after,
  .item-recommend--2::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #d3d3d3;
    top: 0
  }

  .item-recommend--2::before {
    left: -50px
  }

  .item-recommend--2::after {
    right: -50px
  }

  .item-recommend--3 {
    max-width: 370px
  }

  .graph__line::after {
    left: 0
  }

  .item-recommend:nth-of-type(2) {
    padding-left: 0;
    border-left: none
  }

  .use__title {
    padding-top: 0
  }

  .item-recommend__text {
    font-size: 18px
  }
}

@media screen and (min-width:1299px) {
  .steps__title {
    margin-bottom: 67px
  }

  .research__title::before,
  .steps__title::before {
    left: -35px;
    top: -3px
  }

  .research__title,
  .steps__title {
    padding-left: 0
  }

  .proccess__left {
    margin-right: 40px;
    max-width: 540px
  }

  .form-block__title,
  .proccess__title,
  .reviews__title,
  .use__title {
    padding-left: 0
  }

  .proccess__title::before {
    left: -50px;
    top: -3px
  }

  .form-block__title::before,
  .reviews__title::before {
    left: -50px
  }

  .use__title::before {
    left: -50px;
    top: 23%
  }

  .research__title {
    font-size: 52px
  }

  .changes__title,
  .promo__title,
  .why__title {
    font-size: 53px
  }
}

@media screen and (min-width:1499px) {
  .promo__prod {
    bottom: -152px;
    left: 83px
  }

  .promo__prod::before {
    width: 100px;
    height: 100px
  }

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

  .interruption__prod {
    position: absolute;
    bottom: auto;
    left: -40px
  }

  .promo::before {
    left: calc(50% - 885px)
  }
}

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

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .chart__text::after {
    left: -9px
  }

  .banner .timer__dot {
    position: relative;
    left: 4px
  }
}

.my-popup__raiting {
  display: none
}

@media(max-width:1500px) {
  .phoneBtnContainer {
    display: none !important
  }
}

@media(min-width:1220px) and (max-width:1298px) {
  .title {
    font-size: 52px !important
  }
}</pre></body></html>