@charset "UTF-8";

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

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

body,
br {
  line-height: 1
}

body {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto !important;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  overflow-x: hidden
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

br {
  font-size: 0
}

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

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

a {
  text-decoration: none
}

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

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

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

::-ms-clear {
  display: none
}

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

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

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

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

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

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

select {
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(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';
  font-style: normal;
  font-weight: 400;
  src: local(""), url(../fonts/inter-v11-latin-ext-regular.woff2) format("woff2"), url(../fonts/inter-v11-latin-ext-regular.woff) format("woff")
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local(""), url(../fonts/inter-v11-latin-ext-500.woff2) format("woff2"), url(../fonts/inter-v11-latin-ext-500.woff) format("woff")
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local(""), url(../fonts/inter-v11-latin-ext-700.woff2) format("woff2"), url(../fonts/inter-v11-latin-ext-700.woff) format("woff")
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: local(""), url(../fonts/inter-v11-latin-ext-900.woff2) format("woff2"), url(../fonts/inter-v11-latin-ext-900.woff) format("woff")
}

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

svg {
  overflow: hidden
}

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

.title {
  font-size: 30px
}

.title span {
  font-size: 22px
}

.text-bold {
  font-weight: 700
}

.text-black {
  font-weight: 900
}

.text-nowrap {
  white-space: nowrap
}

.btn {
  max-width: 100%;
  width: 100%;
  border: 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.4%, #c90000), to(#de0000));
  background: linear-gradient(180deg, #c90000 2.4%, #de0000 100%);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
  box-shadow: 0 0 15px rgba(0, 0, 0, .25);
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
  outline: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif
}

.btn--yellow {
  background: #e1c53b;
  font-size: 18px;
  color: #000
}

.appeal {
  padding: 30px 0;
  background: radial-gradient(40.56% 352.22% at 72.01% 59.44%, #fff 0, #f3f3f3 100%)
}

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

.appeal__info {
  text-align: center
}

.appeal__title {
  font-weight: 900;
  line-height: 1.2;
  color: #a40000;
  margin-bottom: 15px;
  font-size: 26px;
}

.appeal__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px
}

.appeal__text span {
  display: block;
  font-weight: 400
}

.appeal__case {
  margin-bottom: 20px;
  position: relative;
}

.appeal__case--desc {
  display: none
}

.appeal__btn {
  max-width: 290px;
  margin: auto
}

.why {
  padding: 30px 0;
  background: linear-gradient(94.8deg, #8a0500 3.67%, #d90502 27.41%, #9f0305 95.58%)
}

.why__title {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center
}

.why__list {
  margin-bottom: 20px
}

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

.why__arrow--left {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto
}

.slick-slide.slick-loading img,
.why__arrow--right {
  display: none
}

.why__btn {
  margin-top: 15px
}

.why-item {
  text-align: center
}

.why-item:first-of-type .why-item__photo-wrap {
  max-width: 280px
}

.why-item__photo-wrap {
  max-width: 240px;
  width: 100%;
  margin: auto auto 10px
}

.why-item__text {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 1.2
}

.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;
  cursor: hand
}

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

.banner__text br,
.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-dots li button:before,
.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 {
  bottom: -25px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
  margin: 0
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: .25;
  color: #000
}

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

.slick-slide {
  outline: 0
}

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

.nav {
  padding: 14px 0
}

.nav__logo {
  margin: auto
}

.promo {
  padding: 25px 0;
  background: radial-gradient(90.28% 623.37% at 4.72% 12.04%, #950303 0, #de0403 30.52%, #9a0405 100%);
  color: #fff;
  overflow: hidden;
}

.promo__top {
  text-align: center;
  margin-bottom: 20px
}

.promo__text-tel {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px
}

.promo__num-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  color: #fff
}

.promo__num-tel img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 3px
}

.promo__note-tel {
  font-size: 10px;
  line-height: 1.2
}

.promo__center {
  max-width: 290px;
  width: 100%;
  margin: auto auto 20px
}

.promo__bottom {
  font-size: 18px;
  line-height: 1.4;
  text-align: center
}

.promo__bottom span {
  font-weight: 900;
  display: block
}

.list-promo {
  counter-reset: section
}

.list-promo__item {
  position: relative;
  padding-left: 30px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2
}

.list-promo__item span {
  display: block;
  font-size: 31px
}

.list-promo__item::before {
  content: counter(section);
  counter-increment: section;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300
}

.order {
  padding: 30px 0;
  background: radial-gradient(40.56% 352.22% at 72.01% 59.44%, #fff 0, #f3f3f3 100%)
}

.order__title {
  text-align: center;
  color: #a40000;
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 15px
}

.order__title span {
  color: #000;
  font-size: 30px;
  display: block;
  line-height: 1.5;
}

.order__timer {
  margin-bottom: 20px
}

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

.timer__block {
  text-align: center
}

.timer__text {
  width: 100%;
  color: #363636;
  margin-bottom: 3px;
  font-size: 12px;
  display: block
}

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

.timer__el {
  background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#4e4e4e));
  background: linear-gradient(180deg, #6c6c6c 0, #4e4e4e 100%);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 15px rgba(21, 21, 21, .15);
  box-shadow: 0 5px 15px rgba(21, 21, 21, .15);
  border-radius: 5px;
  height: 40px;
  width: 28px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  font-weight: 900;
  font-size: 22px
}

.timer__el:not(:last-of-type) {
  margin-right: 3px
}

.timer__dot {
  font-weight: 900;
  font-size: 35px;
  margin-left: 3px;
  margin-right: 3px;
  color: #3a3a3a;
  margin-top: 17px
}

.form__inputs {
  margin-bottom: 15px
}

.form__wrap-input:not(:last-of-type) {
  margin-bottom: 9px
}

.form__label {
  color: #3a3a3a;
  font-size: 12px;
  margin-bottom: 5px
}

.form__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 2px solid #cccbcb;
  border-radius: 50px;
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(58, 58, 58, .5);
  font-size: 18px;
  font-family: "Inter", Arial, Helvetica, sans-serif
}

.form__checkbox {
  margin-bottom: 15px;
  display: block
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 100;
  font-size: 11px;
  line-height: 14px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px
}

.checkbox__input:checked~.checkbox__checkmark img {
  opacity: 1
}

.checkbox__checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border: 1px solid #0264a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

.checkbox__checkmark img {
  opacity: 0;
  width: 11px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.banner {
  background: linear-gradient(94.8deg, #8a0500 3.67%, #d90502 27.41%, #9f0305 95.58%);
  padding: 30px 0
}

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

.banner__wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 15px 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
  box-shadow: 0 0 15px rgba(0, 0, 0, .25);
  margin-bottom: 20px
}

.banner__text {
  font-size: 20px;
  line-height: 1.2
}

.banner__text span {
  font-weight: 800
}

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

.banner__text--big {
  font-weight: 900;
  font-size: 26px;
  line-height: .9;
}

.banner__text--big span {
  font-size: 20px
}

.banner__arrow--left {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto
}

.banner__arrow--right,
.slick-dots li button {
  display: none
}

.banner__btn {
  margin-top: 15px
}

.prize {
  padding: 30px 0
}

.prize__title {
  color: #a40000;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
  font-size: 25px;
}

.prize__title span {
  color: #000
}

.prize__photo {
  max-width: 113%;
  margin-left: -20px
}

.reviews {
  padding: 30px 0;
  background: linear-gradient(94.8deg, #8a0500 3.67%, #d90502 27.41%, #9f0305 95.58%)
}

.reviews__title {
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px
}

.prize__title span,
.reviews__title span {
  display: block;
  font-weight: 400
}

.review,
.reviews__list {
  position: relative
}

.reviews .slick-dots {
  margin-top: 30px
}

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

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

.review {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
  box-shadow: 0 0 15px rgba(0, 0, 0, .25);
  border-radius: 30px;
  padding: 15px;
  overflow: hidden
}

.review::before {
  content: '';
  display: block;
  position: absolute;
  height: 23px;
  width: 170px;
  background: url(../img/my-win.svg) no-repeat center, linear-gradient(270.51deg, #253b92 7.56%, #077fc8 91.22%);
  -webkit-transform: rotate(42.7deg);
  transform: rotate(42.7deg);
  right: -50px;
  top: 20px
}

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

.review__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  max-width: 80px;
  width: 100%
}

.review__name {
  font-weight: 800;
  font-size: 19px;
  line-height: 1.2;
  width: 53%
}

.review__desc {
  font-size: 17px;
  line-height: 1.3
}

.slick-dots {
  position: static;
  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
}

.slick-dots li:not(:last-of-type) {
  margin-right: 9px
}

.arrow,
.slick-dots li.slick-active {
  background: #fff
}

.arrow {
  position: absolute;
  width: 60px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #a40000;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
  box-shadow: 0 0 15px rgba(0, 0, 0, .25);
  z-index: 11;
  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;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: -15px
}

.arrow--prev {
  left: 0
}

.arrow--next {
  right: 0
}

.arrow--next .arrow__icon {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}

.arrow__text {
  display: none
}

.footer {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background: #d30000;
  font-size: 14px;
  line-height: 17px
}

.footer__link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline
}

.popup {
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 12;
  display: none
}

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

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  cursor: pointer;
  z-index: 1
}

.popup__wrap {
  position: relative;
  max-width: 90%;
  margin: auto;
  width: auto
}

.popup__content {
  border-radius: 10px;
  overflow: hidden;
  background: radial-gradient(40.56% 352.22% at 72.01% 59.44%, #fff 0, #f3f3f3 100%);
  -webkit-box-shadow: 0 40px 60px rgba(22, 21, 44, .2);
  box-shadow: 0 40px 60px rgba(22, 21, 44, .2);
  padding: 30px 15px
}

.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none
}

.overlay.active {
  opacity: 1;
  pointer-events: visible
}

.promo__wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}

.promo__photo {
  position: relative;
  bottom: -25px;
  margin: 0 auto;
}


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

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

  .promo__top {
    margin-bottom: 25px
  }

  .timer__el {
    height: 50px;
    width: 40px;
    font-size: 30px;
    line-height: 44px
  }

  .timer__el:not(:last-of-type) {
    margin-right: 5px
  }

  .timer__dot {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px
  }

  .banner__wrapper {
    padding: 25px 20px
  }

  .banner__text--big {
    font-size: 30px
  }

  .banner__text--big span {
    font-size: 20px
  }

  .prize__photo {
    width: 100%;
    max-width: 450px;
    top: 35px;
    margin-left: 0;
  }

  .popup__wrap {
    max-width: 450px
  }
}

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

  .title {
    font-size: 34px
  }

  .title span {
    font-size: 24px
  }
  .appeal__title {
    font-size: 30px;
  }

  .appeal__text {
    font-size: 20px
  }

  .appeal__case {
    max-width: 450px;
    left: calc(50% - 236px)
  }

  .why__btn-wrap,
  .why__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .why__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px
  }

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

  .why__arrow--left {
    -webkit-transform: none;
    transform: none;
    margin: 0
  }

  .why__arrow--right {
    display: block;
    -webkit-transform: scale(-1);
    transform: scale(-1)
  }

  .why__btn {
    margin: 0 20px;
    max-width: 290px
  }

  .why-item {
    width: 45%
  }

  .why-item:first-of-type {
    width: 100%
  }

  .nav__logo {
    margin-left: 0
  }

  .promo {
    padding-bottom: 0
  }

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

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

  .promo__top {
    text-align: right;
    max-width: 350px;
    /* max-width: 250px; */
    width: 100%;
    margin-left: auto
  }

  .promo__text-tel {
    font-size: 18px;
  }

  .promo__num-tel {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px
  }

  .promo__note-tel {
    font-size: 12px;
    line-height: 15px
  }

  .promo__center {
    max-width: 350px;
    margin-bottom: 30px
  }

  .promo__bottom {
    text-align: right;
    font-size: 23px;
    z-index: 2;
    position: relative;
  }

  .list-promo__item {
    font-size: 28px;
    padding-left: 36px
  }

  .list-promo__item span {
    font-size: 37px
  }

  .list-promo__item:not(:last-of-type) {
    margin-bottom: 7px
  }

  .order__title {
    font-size: 44px;
    line-height: 1.4;
    margin-bottom: 25px
  }

  .order__title span {
    font-size: 32px
  }

  .order__timer {
    margin-bottom: 30px
  }

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

  .timer__text {
    font-size: 14px;
    line-height: 17px
  }

  .timer__el {
    height: 60px;
    width: 50px;
    font-size: 36px;
    line-height: 54px
  }

  .timer__dot {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 28px;
    font-size: 40px
  }

  .banner__wrapper {
    padding: 35px;
    margin-bottom: 30px
  }

  .banner__text,
  .banner__text--big span {
    font-size: 22px
  }

  .banner__text--big {
    font-size: 40px
  }

  .banner__btn-wrap {
    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
  }

  .banner__arrow--left {
    -webkit-transform: none;
    transform: none;
    margin: 0
  }

  .banner__arrow--right {
    display: block;
    -webkit-transform: scale(-1);
    transform: scale(-1)
  }

  .banner__btn {
    margin: 0 20px;
    max-width: 290px
  }

  .prize__photo {
    max-width: 120%
  }

  .prize__btn {
    max-width: 290px;
    margin: auto
  }

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

@media screen and (min-width:767px) {
  .why__item:not(:last-of-type) {
    margin-bottom: 0
  }
}

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

  .appeal {
    padding: 40px 0
  }

  .appeal__info {
    text-align: left
  }

  .appeal__case {
    margin-bottom: 0;
    max-width: 370px;
    margin-left: 0;
    margin-right: 20px;
    left: 0
  }

  .appeal__case--mob {
    display: none
  }

  .appeal__case--desc {
    display: block
  }

  .appeal__btn {
    margin: 0
  }

  .why {
    padding: 40px 0
  }

  .why__title {
    margin-bottom: 35px
  }

  .why-item {
    max-width: calc(100%/3 - 15px);
    width: 100%
  }

  .why-item:first-of-type {
    max-width: calc(100%/3 - 15px)
  }

  .why-item:nth-of-type(odd) {
    margin-top: 50px
  }

  .why-item__photo-wrap {
    max-width: 190px
  }

  .why-item__text {
    font-size: 20px;
    line-height: 24px
  }

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

  .promo {
    padding-top: 0
  }

  .promo__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
  }

  .promo__photo {
    margin: 0;
    width: auto;
    position: absolute;
    bottom: 0;
    left: calc(50% - 415px);
    max-width: 440px;
  }

  .promo__info {
    max-width: 350px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 50px;
    margin-left: 0
  }

  .promo__center {
    margin: 0 0 30px
  }

  .order {
    padding: 40px 0;
  }
  
  .no-webp .order {
    background: url(../img/bg-order-1.png) no-repeat calc(50% - -360px) 280px, url(../img/bg-order-2.png) no-repeat calc(50% - 600px) 230px;
    background-size: 310px 500px, 730px 500px;
  }
  .webp .order {
    background: url(../img/bg-order-1.webp) no-repeat calc(50% - -360px) 280px, url(../img/bg-order-2.webp) no-repeat calc(50% - 600px) 230px;
    background-size: 310px 500px, 730px 500px;
  }

  .order__title {
    font-size: 48px
  }

  .order__title span {
    font-size: 34px
  }

  .order__form {
    max-width: 350px
  }

  .banner {
    padding: 0
  }

  .banner__wrapper {
    padding: 15px
  }

  .banner__photo {
    position: absolute;
    bottom: 0;
    left: calc(50% - 460px);
    max-width: 460px
  }

  .banner__right {
    padding: 40px 0;
    max-width: 440px;
    width: 100%;
    position: relative
  }

  .prize {
    padding: 40px 0
  }

  .prize__title {
    text-align: left
  }

  .prize__photo {
    width: 800px;
    max-width: 800px;
    margin-top: -30px;
  }

  .reviews {
    padding-top: 40px;
    padding-bottom: 50px
  }
}

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

  .title {
    font-size: 38px
  }

  .title span {
    font-size: 34px
  }

  .appeal {
    padding: 58px 0
  }

  .appeal__title {
    line-height: 42px;
    margin-bottom: 12px
  }

  .appeal__text {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 41px
  }

  .appeal__case {
    max-width: 450px;
    margin-left: -40px;
    margin-right: 72px
  }

  .why {
    padding-top: 57px;
    padding-bottom: 66px
  }

  .why__title {
    text-align: left;
    margin-left: 50px;
    margin-bottom: 0
  }

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

  .why__btn-wrap {
    margin-top: -30px
  }

  .why-item:nth-of-type(odd) {
    margin-top: 68px
  }

  .why-item__photo-wrap {
    max-width: 250px;
    margin-bottom: 33px
  }

  .why-item__text {
    width: 200px;
    margin: auto
  }

  .promo__photo {
    left: calc(50% - 535px);
    max-width: 600px;
  }

  .promo__info {
    max-width: 440px;
    padding-bottom: 60px
  }

  .promo__top {
    margin-bottom: 32px
  }

  .promo__text-tel {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1px
  }

  .promo__num-tel {
    font-size: 24px;
    line-height: 29px
  }

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

  .promo__bottom {
    font-size: 28px;
    line-height: 39px
  }

  .list-promo__item {
    font-size: 32px;
    line-height: 39px
  }

  .list-promo__item:not(:last-of-type) {
    margin-bottom: 2px
  }

  .list-promo__item span {
    font-size: 47px;
    margin-top: 15px;
    line-height: 1;
  }

  .order {
    padding-top: 67px;
    padding-bottom: 100px;
    background-position: calc(50% - -460px) 325px, calc(50% - 653px) 390px !important;
    background-size: 410px 600px, 730px 500px !important;
  }

  .order__title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 14px
  }

  .order__title span {
    font-size: 38px
  }

  .order__timer {
    margin-bottom: 78px
  }

  .timer__text {
    margin-bottom: 8px
  }

  .timer__el {
    font-size: 50px;
    line-height: 84px;
    width: 58px;
    height: 86px
  }

  .timer__el:not(:last-of-type) {
    margin-right: 10px
  }

  .timer__dot {
    font-size: 50px;
    line-height: 61px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 39px
  }

  .form__inputs {
    margin-bottom: 18px
  }

  .form__input {
    padding-left: 30px
  }

  .form__checkbox {
    margin-bottom: 23px
  }

  .banner__wrapper {
    text-align: left;
    margin-bottom: 39px;
    position: relative;
    padding: 30px 20px;
    z-index: 2
  }

  .banner__wrapper::after {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 57px 99px 57px 0;
    border-color: transparent #fff transparent transparent;
    z-index: -1
  }

  .banner__photo {
    left: calc(50% - 605px);
    max-width: 560px
  }

  .banner__right {
    padding-top: 63px;
    padding-bottom: 74px;
    max-width: 510px
  }

  .banner__text,
  .banner__text--big span {
    font-size: 24px
  }

  .banner__text br {
    display: block
  }

  .banner__text--big {
    font-size: 50px;
    line-height: .7;
  }

  .prize {
    padding-bottom: 50px
  }

  .prize__title {
    line-height: 41px;
    margin-bottom: 0
  }

  .prize__photo {
    position: relative;
    z-index: -1;
    width: 1000px;
    max-width: 1000px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: -100px;
  }

  .prize__btn {
    margin-right: 180px !important;
    margin-top: -25px;
  }

  .reviews {
    padding-bottom: 72px;
    background: linear-gradient(94.8deg, #8a0500 3.67%, #d90502 27.41%, #9f0305 95.58%)
  }

  .reviews__title {
    margin-bottom: 39px
  }

  .reviews__title span {
    font-size: 26px
  }

  .reviews__list {
    max-width: 100%
  }

  .reviews__slider {
    max-width: 600px;
    width: 100%;
    margin: auto
  }

  .reviews .slick-dots {
    margin-top: 72px
  }

  .review {
    border-radius: 50px;
    padding: 36px 31px 20px 30px;
    min-height: 394px
  }

  .review::before {
    width: 200px;
    right: -40px;
    top: 33px
  }

  .review__top {
    margin-bottom: 25px
  }

  .review__photo {
    max-width: 95px;
    margin-right: 25px
  }

  .arrow {
    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;
    max-width: 284px;
    width: 100%;
    height: 50px;
    bottom: -20px;
    border-radius: 50px;
    padding: 16px
  }

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

  .arrow--next .arrow__text,
  .arrow--prev .arrow__icon {
    margin-right: 29px
  }

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

  .arrow__text {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #a40000
  }
}

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

  .why__btn-wrap {
    margin-top: -70px
  }

  .promo__photo {
    left: calc(50% - 615px);
    max-width: 690px
  }

  .promo__center {
    margin-bottom: 100px
  }

  .banner__wrapper {
    padding: 35px 30px 20px 40px
  }

  .banner__photo {
    max-width: 575px
  }

  .banner__right {
    max-width: 542px
  }
  .promo__info {
    max-width: 480px;
  }

  .prize__photo {
    width: 1370px;
    max-width: 1370px;
    margin-top: -90px;
    margin-left: auto;
    margin-right: -150px;
  }

  .prize__btn {
    margin-top: -105px
  }

  .review__name {
    font-size: 24px
  }

  .review__desc {
    font-size: 18px;
    line-height: 24px
  }
  .order {
    background-position: calc(50% - -500px) 250px, calc(50% - 653px) 390px !important;
    background-size: 451px 778px, 849px 619px !important;
  }
  .list-promo__item span {
    font-size: 53px;
  }
}

@media screen and (min-width:1024px) and (max-width:1219px) {
  .block {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
.products
.input-error {
  display: none !important;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin-bottom: 9px;
  color: #f00;
}
.input-error.show {
	display: block !important;
}

/* order styles */

.products__title {
  width: 100%;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 25px;
  color: #A40000;
  line-height: 1.2;
}

.products__title br {
  display: none;
}


.products .slick-dots li button:before {
	display: none;
}

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

.products .slick-dots {
	position: static;
}

.products .slick-dots li {
	width: 10px;
	height: 10px;
	background: #e5e5e5;
	border-radius: 50%;
	margin-left: 14px;
	margin-right: 14px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.products .slick-dots li button {
	width: 100%;
	height: 100%;
}

.products .slick-dots li.slick-active {
	background: #ff7122;
}

.prize__btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  .products__title {
    max-width: 100%;
    font-size: 22px;
  }
  .products__title br {
    display: block;
  }
  .prize__title {
    font-size: 30px;
  }
}

@media (min-width: 640px) {
  .products__title {
    margin-bottom: 40px;
  }
  .products__list {
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal;
    -webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}


@media (min-width: 768px) {
  .products__title {
    margin-bottom: 50px;
    font-size: 26px;
  }
  .prize__title {
    font-size: 32px;
  }
  .prize__btn {
    margin-top: -40px;
    margin-left: auto;
    margin-right: 70px;
  }
}

@media (min-width: 1024px) {
  .products__title {
    margin-bottom: 60px;
    font-size: 28px;
  }
  .prize__title {
    font-size: 38px;
  }
  .prize__btn {
    margin-top: -20px;
  }
}
@media (min-width: 1220px) {
  .products__title {
    margin-bottom: 80px;
    font-size: 38px;
  }
  .products {
    padding-top: 75px !important;
    padding-bottom: 110px !important;
  }
  .prize__btn {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1620px) {

	.products__list {
		max-width: 1170px;
		width: 100%;
		margin: auto;
	}
}

.input-error {
  display: none;
  color: #f00;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.input-error.show {
  display: block;
}

/* return promo woman */
/* .promo {
  overflow: hidden;
}
.promo__wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}

.promo__photo {
  position: relative;
  top: 30px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .promo__photo {
    width: 100%;
    max-width: 350px;
    top: 35px;
  }
} */


.form__input.form__input--phone.error {
  border-color: red !important;
}