@charset "UTF-8";

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

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

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

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

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

body {
  min-width: 320px;
  min-height: 100vh;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #444
}

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;
  line-height: 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
}

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

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

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

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

svg {
  overflow: hidden
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

.bg_left,
.bg_right {
  background: #cce1f2
}

@media screen and (min-width:768px) {

  .bg_left,
  .bg_right {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
  }

  .webp .bg_left {
    background-image: url(../img/bg_left.webp)
  }

  .webp .bg_right {
    background-image: url(../img/bg_right.webp)
  }

  .no-webp .bg_left {
    background-image: url(../img/bg_left.jpg)
  }

  .no-webp .bg_right {
    background-image: url(../img/bg_right.jpg)
  }
}

.container {
  width: 100%;
  padding: 30px 15px
}

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

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

@media screen and (min-width:768px) {
  .container {
    width: 768px;
    padding: 40px 10px
  }
}

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

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

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

@media screen and (min-width:480px) {
  .title {
    font-size: 30px
  }
}

@media screen and (min-width:640px) {
  .title {
    font-size: 34px
  }
}

@media screen and (min-width:768px) {
  .title {
    font-size: 38px
  }
}

@media screen and (min-width:1024px) {
  .title {
    font-size: 40px
  }
}

@media screen and (min-width:1220px) {
  .title {
    font-size: 45px
  }
}

.subtitle {
  font-size: 20px;
  line-height: 1.2;
  text-align: center
}

@media screen and (min-width:1024px) {
  .subtitle {
    font-size: 22px
  }
}

@media screen and (min-width:1220px) {
  .subtitle {
    font-size: 24px
  }
}

.bold {
  font-weight: 700
}

.red {
  color: #e94859
}

.date-0 {
  display: inline-block
}

.btn__small,
.button {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  background-color: #e94859;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb4254), color-stop(49.5%, #eb4254), color-stop(50.5%, #eb4254), to(#f82138));
  background-size: 200% auto;
  background-position: left;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer
}

.button {
  width: 100%;
  min-width: 220px;
  max-width: 280px;
  padding: 6px 0;
  font-size: 27px;
  line-height: 23px;
  border-radius: 33px;
  border-bottom: 5px solid #c11e2f;
  background-image: linear-gradient(to right, #eb4254 0, #eb4254 49.5%, #eb4254 50.5%, #f82138 100%)
}

.button span {
  font-size: 20px
}

.btn__small {
  width: 160px;
  padding: 9px 0 8px;
  font-size: 18px;
  border-radius: 22px;
  border-bottom: 3px solid #c11e2f;
  background-image: linear-gradient(90deg, #eb4254 0, #eb4254 49.5%, #eb4254 50.5%, #f82138 100%)
}

.btn__small:hover,
.button:hover {
  color: #fefefe;
  background-position: right;
  -webkit-transition: .2s;
  transition: .2s
}

.five_stars,
.four_half {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 135px;
  height: 23px
}

.four_half {
  background-image: url(../img/icon_half_star.png), url(../img/icon_full_star.png);
  background-position: right center, left center;
  background-repeat: no-repeat, repeat
}

.five_stars {
  background: url(../img/icon_full_star.png) repeat left center
}

.in_bl {
  display: inline-block
}

.logo-top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px
}

@media screen and (min-width:1024px) {
  .logo-top {
    margin-bottom: 20px
  }
}

#order-popup {
  display: none !important
}

@media not all and (min-resolution:.001dpcm) {

  .order__item--1 .form__name,
  .order__item--1 .form__phone {
    width: 100% !important
  }

  .mainform .form .form__name,
  .mainform .form .form__phone {
    width: 224px !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;
  /* 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.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

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

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

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

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

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

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  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
}

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

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

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

.header {
  display: none
}

@media screen and (min-width:768px) {
  .header {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2)
  }

  .header .container {
    padding-top: 0;
    padding-bottom: 0
  }

  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0
  }

  .header__logo {
    display: none
  }

  .header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 35px
  }

  .header__link--wrapper {
    position: relative;
    padding: 5px 30px 5px 50px
  }

  .header__link--wrapper:first-child {
    margin-right: 30px
  }

  .header__link--wrapper::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 36px;
    left: 0;
    top: 2px
  }

  .header__link--wrapper:first-child::before {
    background: url(../img/icon_components.png) no-repeat center center
  }

  .header__link--wrapper:last-child::before {
    background: url(../img/icon_reviews.png) no-repeat center center
  }

  .header__link--wrapper::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background-color: #cecece
  }

  .header__link--wrapper a {
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    color: inherit;
    border-bottom: 1px dotted #444
  }

  .header__link--wrapper a:hover {
    border-bottom: 0
  }

  .header__button {
    margin-left: auto
  }
}

@media screen and (max-width:1023px) {
  .header .container {
    padding: 0 20px
  }

  .header .timer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .header .timer__text {
    margin: 0 0 3px
  }

  .header .timer__text br {
    display: none
  }

  .header .timer__time span {
    padding: 5px
  }
}

@media screen and (min-width:1024px) {
  .header {
    display: block
  }

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

  .header__link,
  .header__logo,
  .header__logo img {
    margin-right: 20px
  }

  .header__link--wrapper {
    padding: 5px 20px 5px 50px
  }

  .header .timer__text br {
    display: inline-block
  }

  .header .timer__time span {
    padding: 5px 7px
  }
}

@media screen and (min-width:1220px) {
  .header__logo {
    margin-right: 50px
  }

  .header__logo--logo {
    font-weight: 700;
    font-size: 24px;
    line-height: 1
  }

  .header__link {
    margin-right: 40px
  }

  .header__link--wrapper {
    padding: 5px 50px
  }

  .header__link--wrapper:first-child {
    margin-right: 40px
  }
}

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

.timer__text {
  margin-right: 15px;
  font-size: 16px;
  line-height: 18px
}

.timer__time span {
  display: inline-block;
  padding: 5px 7px;
  font-size: 22px;
  line-height: 30px
}

.timer__time span:nth-child(1),
.timer__time span:nth-child(4),
.timer__time span:nth-child(7) {
  margin-right: 5px
}

.timer__time .tm {
  position: relative;
  font-weight: 700;
  border: 1px solid #ed8e14;
  border-radius: 4px
}

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

.form .input {
  width: 100%;
  padding: 21px 10px 21px 55px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
  border-radius: 34px;
  background-color: #f8f8f8;
  border: 1px solid #c4c4c4
}

.form__name,
.form__phone {
  position: relative
}

.form__name::before,
.form__phone::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 24px;
  left: 20px;
  top: 18px;
  background: url(../img/icon_user.svg) no-repeat center center;
  background-size: 19px 24px
}

.form__phone::before {
  width: 21px;
  height: 24px;
  background: url(../img/tel.svg) no-repeat center center;
  background-size: 19px 24px;
}

.form .country-select,
.form .option__text,
.form .x_country_select {
  display: none
}

.form .custom-select {
  position: absolute;
  left: 0;
  top: 10px;
  color: #666;
  border: 0;
  border-right: 1px solid #d0d0d0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 80px;
  height: 40px;
  z-index: 1;
  display: none;
}

.form .selected {
  width: 80px;
  height: 40px;
  z-index: 1;
  position: relative
}

.form .selected::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 5px;
  top: 48%;
  border: 7px solid transparent;
  border-top-color: #a2a2a2
}

.form .options ::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0
}

.form .options::-webkit-scrollbar-track {
  background-color: #ecedee
}

.form .options::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #324697
}

.form .options::-webkit-scrollbar-thumb:hover {
  background-color: #2a3a7c
}

.form .options::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0
}

.form .options::-webkit-scrollbar {
  width: 5px
}

.form .options {
  position: absolute;
  z-index: 10;
  display: none;
  -webkit-box-shadow: inset 2px 0 10px rgba(0, 0, 0, .07);
  box-shadow: inset 2px 0 10px rgba(0, 0, 0, .07);
  border: 1px solid #edebe4;
  height: 195px;
  min-width: 75px;
  overflow-y: scroll;
  overflow-x: hidden;
  top: -10px;
  left: 0;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px
}

.action__wrap .form .options {
  top: -14px
}

.form .option,
.form .options.opened {
  display: block
}

.form .option,
.form .option:hover {
  -webkit-transition: .3s;
  transition: .3s
}

.form .option {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 15px auto
}

.form .option:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.selected.UA {
  background: url(../img/UA.png) left 20px center no-repeat
}

.selected.RU {
  background: url(../img/RU.png) left 20px center no-repeat
}

.selected.KZ {
  background: url(../img/KZ.png) left 20px center no-repeat
}

.selected.KG {
  background: url(../img/KG.png) left 20px center no-repeat
}

.selected.BY {
  background: url(../img/BY.png) left 20px center no-repeat
}

.selected.TH {
  background: url(../img/TH.png) left 20px center no-repeat
}

.selected.GE {
  background: url(../img/GE.png) left 20px center no-repeat
}

.selected.MD {
  background: url(../img/MD.png) left 20px center no-repeat
}

.selected.BG {
  background: url(../img/BG.png) left 20px center no-repeat
}

.selected.CY {
  background: url(../img/CY.png) left 20px center no-repeat
}

.selected.CZ {
  background: url(../img/CZ.png) left 20px center no-repeat
}

.selected.DE {
  background: url(../img/DE.png) left 20px center no-repeat
}

.selected.EL {
  background: url(../img/EL.png) left 20px center no-repeat
}

.selected.EN {
  background: url(../img/EN.png) left 20px center no-repeat
}

.selected.ES {
  background: url(../img/ES.png) left 20px center no-repeat
}

.selected.FR {
  background: url(../img/FR.png) left 20px center no-repeat
}

.selected.HR {
  background: url(../img/HR.png) left 20px center no-repeat
}

.selected.HU {
  background: url(../img/HU.png) left 20px center no-repeat
}

.selected.IT {
  background: url(../img/IT.png) left 20px center no-repeat
}

.selected.PL {
  background: url(../img/PL.png) left 20px center no-repeat
}

.selected.PT {
  background: url(../img/PT.png) left 20px center no-repeat
}

.selected.RO {
  background: url(../img/RO.png) left 20px center no-repeat
}

.selected.AT {
  background: url(../img/AT.png) left 20px center no-repeat
}

.selected.GR {
  background: url(../img/GR.png) left 20px center no-repeat
}

.selected {
  background-size: 34px !important
}

.option.UA {
  background: rgba(255, 255, 255, .7) url(../img/UA.png) no-repeat center
}

.option.RU {
  background: rgba(255, 255, 255, .7) url(../img/RU.png) no-repeat center
}

.option.KZ {
  background: rgba(255, 255, 255, .7) url(../img/KZ.png) no-repeat center
}

.option.KG {
  background: rgba(255, 255, 255, .7) url(../img/KG.png) no-repeat center
}

.option.BY {
  background: rgba(255, 255, 255, .7) url(../img/BY.png) no-repeat center
}

.option.TH {
  background: rgba(255, 255, 255, .7) url(../img/TH.png) no-repeat center
}

.option.GE {
  background: rgba(255, 255, 255, .7) url(../img/GE.png) no-repeat center
}

.option.MD {
  background: rgba(255, 255, 255, .7) url(../img/MD.png) no-repeat center
}

.option.BG {
  background: rgba(255, 255, 255, .7) url(../img/BG.png) no-repeat center
}

.option.CY {
  background: rgba(255, 255, 255, .7) url(../img/CY.png) no-repeat center
}

.option.CZ {
  background: rgba(255, 255, 255, .7) url(../img/CZ.png) no-repeat center
}

.option.DE {
  background: rgba(255, 255, 255, .7) url(../img/DE.png) no-repeat center
}

.option.EL {
  background: rgba(255, 255, 255, .7) url(../img/EL.png) no-repeat center
}

.option.EN {
  background: rgba(255, 255, 255, .7) url(../img/EN.png) no-repeat center
}

.option.ES {
  background: rgba(255, 255, 255, .7) url(../img/ES.png) no-repeat center
}

.option.FR {
  background: rgba(255, 255, 255, .7) url(../img/FR.png) no-repeat center
}

.option.HR {
  background: rgba(255, 255, 255, .7) url(../img/HR.png) no-repeat center
}

.option.HU {
  background: rgba(255, 255, 255, .7) url(../img/HU.png) no-repeat center
}

.option.IT {
  background: rgba(255, 255, 255, .7) url(../img/IT.png) no-repeat center
}

.option.PL {
  background: rgba(255, 255, 255, .7) url(../img/PL.png) no-repeat center
}

.option.PT {
  background: rgba(255, 255, 255, .7) url(../img/PT.png) no-repeat center
}

.option.RO {
  background: rgba(255, 255, 255, .7) url(../img/RO.png) no-repeat center
}

.option.AT {
  background: rgba(255, 255, 255, .7) url(../img/AT.png) no-repeat center
}

.option.GR {
  background: rgba(255, 255, 255, .7) url(../img/GR.png) no-repeat center
}

.mainform__wrapper {
  position: relative;
  width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 25px 20px 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, .2);
  background-color: #fff;
  border: 3px solid #4e7bb1;
  border-radius: 3px
}

.mainform__wrapper::before {
  position: absolute;
  content: "-50%";
  text-align: center;
  color: #fff;
  background: url(../img/mainform_plashka.png) no-repeat center center;
  background-size: 58px 58px
}

.mainform--date {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  text-align: center
}

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

.price {
  position: relative;
  margin-bottom: 20px;
  max-width: 260px;
  min-width: 224px;
  /* margin-left: auto;
  margin-right: auto */
}

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

.price__new,
.price__old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%
}

.price__old {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #666;
  text-align: center
}

.price__old::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #c4c4c4
}

.price__old--name {
  font-size: 14px;
  line-height: 18px
}

.price__old .x_currency {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  vertical-align: bottom
}

.price .x_price_previous {
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 1
}

.price .x_price_previous::after,
.price .x_price_previous::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 110%;
  left: 0;
  top: 50%;
  background-color: #e94859;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg)
}

.price .x_price_previous::after {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg)
}

.price__new {
  padding-left: 5px;
  color: #000;
  text-align: center
}

.price__new--name {
  font-size: 14px;
  line-height: 18px
}

.price__new .x_currency {
  font-size: 18px;
  font-weight: 500
}

.price .x_price_current {
  display: inline-block;
  font-size: 36px;
  line-height: .9;
  font-weight: 700
}

.mainform .form {
  margin-bottom: 15px
}

.mainform .form .form__name,
.mainform .form .form__phone {
  width: 100%;
  margin-bottom: 15px
}

.mainform--visiters {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1
}

.mainform--visiters::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/icon_eye.png) no-repeat center center
}

.mainform--lastpak {
  width: calc(100% + 42px);
  margin: 0 -21px -1px;
  padding: 15px 0;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #4e7bb1
}

.mainform--lastpak .lastpac {
  font-size: 20px;
  font-weight: 500
}

.mainform--reviews {
  position: relative;
  width: 100%;
  padding-left: 150px;
  font-size: 16px;
  line-height: 20px
}

.mainform--reviews .four_half {
  top: -5px;
  left: 5px
}

.mainform--reviews a {
  color: inherit
}

@media screen and (min-width:480px) {
  .mainform__wrapper::before {
    width: 70px;
    height: 70px;
    top: -35px;
    right: -30px;
    padding: 24px 2px;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    background-size: contain
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .mainform .input {
    width: 224px;
    margin-left: auto;
    margin-right: auto
  }
}

.promo__text,
.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

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

.promo__header {

  
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1
}



.promo__subtitle {
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700
}

.promo__list {
  width: 100%
}

.promo__list--header {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center
}

.promo__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding-left: 65px;
  padding-right: 10px
}

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

.promo__item::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  left: 0;
  top: calc(50% - 23px);
  border-radius: 50%;
  border: 4px solid #c0e0c7;
  background: #2e9747 url(../img/icon_chek.svg) no-repeat center center;
  background-size: 23px 19px
}

.promo__image {
  position: relative;
  padding-top: 50px;
  margin-bottom: 40px
}

.promo__product--plashka {
  position: absolute;
  top: 0
}

.promo .mainform {
  margin-bottom: 20px
}

@media screen and (min-width:480px) {
  .promo__header {
    font-size: 45px
  }

  .promo__subtitle {
    font-size: 23px
  }
}

@media screen and (min-width:640px) {
  .promo__wrapper {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .promo__wrapper>picture {
    position: absolute;
    left: 20px;
    bottom: 60px;
    max-width: 280px
  }

  .promo__text {
    width: 100%;
    margin-bottom: 30px
  }

  .promo__image {
    margin-right: 20px
  }

  .promo__product-wrapper {
    padding-bottom: 100px;
    max-width: 300px;
  }

  .promo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .promo__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 33%;
    padding: 50px 5px 0;
    text-align: center
  }

  .promo__item::before {
    top: 0;
    left: calc(50% - 23px)
  }

  .promo__item:nth-child(n) {
    margin-bottom: 0
  }

  .promo .mainform {
    margin-bottom: 0
  }
}

@media screen and (min-width:768px) {
  .promo__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .promo__wrapper>picture {
    left: 90px;
    bottom: 0
  }

  .promo__header {
    font-size: 56px
  }

  .promo__subtitle {
    font-size: 26px
  }

  .promo__image {
    margin-bottom: 0
  }
}

@media screen and (min-width:1024px) {
  .promo .container {
    padding-top: 50px;
    padding-bottom: 0
  }

  .promo__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .promo__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0
  }

  .promo__product-wrapper {
    margin-top: 245px;
    padding-bottom: 0;
    max-width: 250px;
  }

  .promo__product--plashka {
    top: calc(50% - 140px);
    left: 154px;
}

  .promo__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 400px
  }

  .promo__header {
    font-size: 80px;
    padding-left: 0;
    margin-bottom: 30px
  }

 

  .promo__subtitle {
    position: relative;
    padding-bottom: 20px;
    padding-right: 5px;
    margin-bottom: 25px;
    font-size: 27px;
    line-height: 30px;
    text-align: left
  }

  .promo__subtitle:after {
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #c4c4c4
  }

  .promo__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
  }

  .promo__list--header {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px
  }

  .promo__item {
    width: 100%;
    padding: 0 10px 0 60px;
    font-size: 20px;
    text-align: left
  }

  .promo__item::before {
    left: 0;
    top: calc(50% - 23px)
  }

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

  .promo .mainform {
    margin-top: 110px;
    margin-bottom: 160px
  }

}

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

  .promo__header {
    font-size: 80px;
    line-height: 64px
  }

  .promo__subtitle {
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 35px
  }

  .promo__list--header {
    margin-bottom: 30px
  }

  .promo__text {
    margin-right: 40px
  }

  .promo__item {
    padding-right: 0
  }

  .promo__image {
    width: 470px;
    margin: 0
  }

  .promo__image>picture {
    position: absolute;
    width: 600px;
    right: -40px;
    bottom: 0
  }

  .promo__product-wrapper {
    position: absolute;
    bottom: -160px;
    left: 0;
    max-width: 345px;
  }

  .promo .mainform {
    margin-bottom: 40px
  }
}

.promobottom {
  display: none
}

.promobottom .container {
  padding-top: 0;
  padding-bottom: 0
}

@media screen and (min-width:1024px) {
  .promobottom {
    display: block
  }

  .promobottom__list,
  .promobottom__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .promobottom__list {
    position: absolute;
    top: -130px;
    left: 0;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px
  }

  .promobottom__item {
    position: relative;
    width: 250px;
    padding: 21px 5px 21px 105px
  }

  .promobottom__item::before {
    position: absolute;
    content: "";
    width: 105px;
    height: 100%;
    left: 0;
    top: 0
  }

  .promobottom__item--1 {
    padding-left: 115px
  }

  .promobottom__item--1::before {
    background: url(../img/sert_1.png) no-repeat center center
  }

  .promobottom__item--2::before {
    background: url(../img/sert_2.png) no-repeat center center
  }

  .promobottom__item--3::before {
    background: url(../img/sert_3.png) no-repeat center center
  }
}

@media screen and (min-width:1220px) {
  .promobottom__list {
    position: relative;
    top: 0;
    margin: 0 0 0 auto;
    padding: 30px 0
  }
}

.danger__header {
  margin-bottom: 20px
}

.danger__list {
  width: 300px;
  margin: 0 auto 30px
}

.danger__item {
  position: relative;
  padding: 10px 0 10px 60px;
  margin-bottom: 10px
}

.danger__item::before {
  position: absolute;
  content: "!";
  width: 39px;
  height: 39px;
  left: 0;
  top: 5px;
  border: 4px solid #e94859;
  border-radius: 50%;
  color: #e94859;
  font-size: 28px;
  font-weight: 700;
  text-align: center
}

.danger__item::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  left: 60px;
  bottom: 0;
  background-color: rgba(0, 0, 0, .1)
}

.danger__item:nth-child(10) {
  padding-bottom: 6px;
  margin-bottom: 0
}

.danger__item:nth-child(10)::after {
  display: none
}

.danger__info {
  padding: 10px;
  font-weight: 500;
  line-height: 1.2;
  background-color: #ffe5e8;
  border-radius: 10px;
  text-align: center
}

@media screen and (min-width:640px) {
  .danger__list {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .danger__item {
    width: 290px
  }

  .danger__item:nth-child(9) {
    padding-bottom: 6px;
    margin-bottom: 0
  }

  .danger__item:nth-child(9)::after {
    display: none
  }

  .danger__info {
    padding: 20px;
    font-size: 22px
  }
}

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

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

  .danger__wrapper--left {
    width: 625px;
    padding-bottom: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .danger__wrapper--right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .danger__wrapper--right picture {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
  }

  .danger__header {
    width: 994px
  }

  .danger__info {
    text-align: left
  }

  .danger__info {
    margin-right: 25px
  }

  .danger__item {
    padding: 15px 0 15px 60px
  }
}

@media screen and (min-width:1220px) {
  .danger {
    overflow: hidden
  }

  .danger__header {
    width: 100%;
    text-align: left
  }

  .danger .container {
    padding-top: 70px
  }

  .danger__wrapper--left {
    padding-bottom: 90px
  }

  .danger__header,
  .danger__list {
    margin-bottom: 45px
  }

  .danger__item {
    padding-bottom: 25px;
    margin-bottom: 15px
  }

  .danger__info {
    padding: 25px 30px;
    font-size: 25px;
    line-height: 30px
  }

  .danger__wrapper--right picture {
    width: 687px
  }
}

.stroke__article--img,
.stroke__header,
.stroke__subtitle {
  margin-bottom: 20px
}

.stroke__article--img img {
  margin-left: auto;
  margin-right: auto
}

.stroke__article--text {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  text-align: center
}

@media screen and (min-width:640px) {
  .stroke__article {
    position: relative;
    z-index: 2;
    width: 590px;
    padding: 30px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px
  }

  .stroke__article--img {
    position: relative;
    margin-bottom: 35px
  }

  .stroke__article--img img {
    margin-left: 0
  }

  .stroke__article--img::after {
    position: absolute;
    content: '';
    width: 125px;
    height: 90px;
    right: 40px;
    bottom: 30px;
    background: url(../img/stroke_img.png) no-repeat center center
  }

  .stroke__article--text {
    text-align: left
  }
}

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

  .stroke__header,
  .stroke__subtitle {
    margin-bottom: 35px
  }

  .stroke__article {
    width: 500px;
    padding: 20px;
    margin: 0 20px 0 0;
    -webkit-box-shadow: -50px 50px 50px 0 rgba(0, 0, 0, .2);
    box-shadow: -50px 50px 50px 0 rgba(0, 0, 0, .2)
  }

  .stroke__article--text {
    font-size: 20px;
    line-height: 26px
  }

  .stroke__article::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 43px solid transparent;
    border-right-color: #fff;
    top: calc(50% - 43px);
    left: -84px
  }

  .stroke__article--img::after {
    right: 15px
  }

  .stroke__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-bottom: 40px
  }

  .stroke__img-under {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 5px solid #dde4ee
  }
}

@media screen and (min-width:1220px) {
  .stroke__wrapper {
    padding-bottom: 90px
  }

  .stroke__article {
    width: 590px;
    padding: 30px
  }

  .stroke__article--img::after {
    right: 40px
  }

  .stroke__img-under {
    left: 20px;
    border: 30px solid #dde4ee
  }
}

.components__header,
.components__list,
.components__subtitle {
  margin-bottom: 20px
}

.components__item {
  text-align: center
}

.components__item:not(:last-child) {
  margin-bottom: 20px
}

.components__item--header {
  position: relative;
  margin-bottom: 20px;
  padding-top: 170px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700
}

.components__item--header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 170px;
  top: 0;
  left: 0
}

.no-webp .components__item--1 h3::before {
  background: url(../img/components_1.jpg) no-repeat center center
}

.no-webp .components__item--2 h3::before {
  background: url(../img/components_2.jpg) no-repeat center center
}

.no-webp .components__item--3 h3::before {
  background: url(../img/components_3.jpg) no-repeat center center
}

.no-webp .components__item--4 h3::before {
  background: url(../img/components_4.jpg) no-repeat center center
}

.webp .components__item--1 h3::before {
  background: url(../img/components_1.webp) no-repeat center center
}

.webp .components__item--2 h3::before {
  background: url(../img/components_2.webp) no-repeat center center
}

.webp .components__item--3 h3::before {
  background: url(../img/components_3.webp) no-repeat center center
}

.webp .components__item--4 h3::before {
  background: url(../img/components_4.webp) no-repeat center center
}

.components .button {
  max-width: 220px;
  margin: 0 auto
}

@media screen and (min-width:640px) {
  .components__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px
  }

  .components__item {
    width: 40%
  }

  .components__item:nth-child(3) {
    margin-bottom: 0
  }

  .components .button {
    margin: 0 auto
  }
}

@media screen and (max-width:1023px) {
  .components .in_bl {
    display: inline
  }
}

@media screen and (min-width:768px) {
  .components__item {
    width: 40%
  }

  .components__item:nth-child(2n-1) {
    margin-right: 50px
  }

  .components__item:nth-child(2n) {
    margin-left: 50px
  }
}

@media screen and (min-width:1024px) {
  .components__wrapper {
    position: relative
  }

  .components__wrapper--prod {
    position: absolute;
    max-width: 268px;
    left: calc(50% - 142px);
    top: calc(50% - 48px);
}

  .components__plashka {
    position: absolute;
    width: 88px;
    left: calc(50% - 44px);
    top: -75px
  }

  .components__item--1 .components__item--text {
    padding: 0 30px
  }
  .components__item {
    width: 34%;
  }

}

@media screen and (min-width:1220px) {
  .components__item {
    position: relative;
    width: 370px
  }

  .components__item::before {
    position: absolute;
    content: "";
    z-index: 3;
    top: 140px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%
  }

  .components__item::after {
    position: absolute;
    content: "";
    top: 100px;
    width: 95px;
    height: 95px;
    background: url(../img/components_grey_line.png) no-repeat center center
  }

  .components__item--1::before {
    border: 6px solid #2e9747
  }

  .components__item--1::after {
    right: -60px
  }

  .components__item--2::before {
    border: 6px solid #e94859
  }

  .components__item--2::after {
    left: -60px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .components__item--3::before {
    border: 6px solid #4e7bb1
  }

  .components__item--3::after {
    right: -60px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .components__item--4::before {
    border: 6px solid #ed8e14
  }

  .components__item--4::after {
    left: -60px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .components__item--1,
  .components__item--2 {
    margin-bottom: 40px
  }

  .components__item--1::after,
  .components__item--2::after {
    top: 60px
  }

  .components__item--1::before,
  .components__item--2::before {
    top: 90px
  }

  .components__item:nth-child(2n-1) {
    margin-right: 215px
  }

  .components__item:nth-child(2n-1)::before {
    right: -20px
  }

  .components__item:nth-child(2n) {
    margin-left: 215px
  }

  .components__item:nth-child(2n)::before {
    left: -20px
  }

  .components__wrapper--middle {
    position: absolute;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 430px;
    height: 100%;
    left: calc(50% - 215px);
    top: 0
  }

  .components__wrapper--prod {
    position: relative;
    left: 0;
    top: 0;
    max-width: 300px;
    margin: 80px auto 50px
  }
}

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

.order__title {
  margin-bottom: 10px
}

.order__list {
  margin-bottom: 20px
}

.order__item {
  width: 270px;
  max-width: 270px
}

.order__item:not(:last-child) {
  margin-bottom: 10px
}

.order__item--2 .order__item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

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

.order__item--4 .order__item--img {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.order__item--1 .order__item--img {
  display: flex;
  justify-content: center;
  align-items: center
}

.order__item--1 .form {
  -webkit-transform: scale(.75);
  transform: scale(.75)
}

.order__item--1 .form__name {
  width: 100%;
  margin-bottom: 15px
}

.order__item--1 .form__phone {
  margin-bottom: 15px
}

.order__item--1 .input {
  font-size: 16px
}

.order__item--img {
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  height: 240px
}

.order__item--number {
  font-size: 60px;
  color: #4d9e48;
  font-weight: 700;
  margin-bottom: -36px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 4
}

.order__item--text {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 15px;
  text-align: center
}

.order__bottom {
  border-radius: 35px;
  background-color: #4e7bb1;
  padding: 15px 25px;
  text-align: center;
  color: #fff;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px
}

.order__bottom--b {
  font-weight: 700
}

@media screen and (min-width:480px) {
  .order__item {
    width: 48%
  }

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

  .order__item:nth-child(3) {
    margin-bottom: 0
  }
}

@media screen and (min-width:640px) {
  .order__list {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media screen and (min-width:768px) {
  .order__bottom {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 50px
  }

  .order__list,
  .order__title {
    margin-bottom: 20px
  }
}

@media screen and (min-width:1024px) {
  .order__item {
    width: 24%
  }

  .order__item:nth-child(1),
  .order__item:nth-child(2) {
    margin-bottom: 0
  }

  .order__item--text {
    margin-top: 25px
  }

  .order__title {
    margin-bottom: 30px
  }

  .order__list {
    margin-bottom: 40px
  }
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-content: center;
}

.popup .mainform--reviews {
  bottom: -45px;
  display: none
}

.popup .mainform::before {
  content: none
}

.popup .mainform__wrapper {
  margin-bottom: 0
}

.popup .form .input {
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 16px
}

.popup .form__name::before {
  top: 19px
}

.popup .form .custom-select {
  top: 10px
}

.popup .mainform--lastpak {
  padding-top: 10px;
  padding-bottom: 8px
}

.popup__left {
  display: none
}

.popup .mainform__wrapper::before,
.promo .mainform__wrapper::before {
  width: 58px;
  height: 58px;
  padding: 20px 2px;
  top: -40px;
  right: calc(50% - 29px);
  font-size: 22px;
  line-height: 1;
  font-weight: 700
}

.ever-popup__inner {
  padding-top: 30px !important
}

.ever-popup__close {
  right: 5px !important;
  top: 0 !important
}

.ever-popup__close:after,
.ever-popup__close:before {
  width: 25px !important;
  height: 3px !important
}

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

@media screen and (min-width:1000px) {
  .popup__left--prod {
    max-width: 300px;
  }
  .ever-popup__close {
    right: -35px !important
  }

  .ever-popup__close:after,
  .ever-popup__close:before {
    width: 35px !important
  }
.ever-popup__inner {
  width: 650px!important;
}
.p-prod {
  margin-right: 30px;
}
  .popup {
    padding: 45px 30px 15px;
    border-radius: 10px;
    background-color: #edf3fb
  }

  .popup .mainform {
    margin-bottom: 0
  }

  .popup .mainform__wrapper::before {
    width: 60px;
    height: 60px;
    top: -35px;
    right: -5px;
    padding: 20px 2px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    background-size: contain
  }

  .popup__left {
    padding-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
  }

  .popup__left--medal2 {
    margin-left: 35px;
    margin-right: 35px
  }

  .popup__left--medal {
    position: absolute;
    top: 72px;
    left: 197px;
}

}

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

@media screen and (min-width:1024px) {
  .banner {
    position: fixed;
    bottom: 0;
    z-index: 30;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #4e7bb1
  }

  .banner .container {
    padding-top: 0;
    padding-bottom: 0
  }

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

  .banner__logo {
    padding: 0 5px;
    margin-right: 10px
  }

  .banner__order-now {
    position: relative;
    padding: 0 20px 0 100px;
    margin-right: 15px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700
  }

  .banner__order-now::before {
    position: absolute;
    content: "-50%";
    width: 78px;
    height: 78px;
    padding: 24px 2px;
    top: calc(50% - 39px);
    left: 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: url(../img/mainform_plashka.png) no-repeat center center;
    background-size: contain
  }

  .banner__order-now::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #c4c4c4
  }

  .banner .timer {
    margin-right: auto
  }

  .banner .timer br {
    display: none
  }

  .banner .timer__text {
    margin-right: 20px
  }

  .banner .timer .tm {
    color: #000;
    background-color: #fff;
    border-color: #c4c4c4
  }
}

@media screen and (min-width:1220px) {
  .banner__logo {
    padding: 0 15px;
    margin-right: 50px
  }

  .banner__order-now {
    position: relative;
    padding: 0 50px 0 100px;
    margin-right: 50px
  }
}

.helps__title {
  margin-bottom: 10px
}

.helps__subtitle {
  text-align: center;
  font-size: 17px;
  color: #333;
  line-height: 1.25;
  margin-bottom: 20px
}

.helps__list,
.helps__list--el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

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

.helps__list--el {
  max-width: 48%;
  margin-bottom: 15px
}

.helps__list--el:nth-child(7),
.helps__list--el:nth-child(8) {
  margin-bottom: 0
}

.helps__list--el-num {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  color: #4d9e48;
  font-weight: 700;
  border-top-left-radius: 8px;
  background-color: #fff
}

.helps__list--el-num~* {
  width: 65%
}

.helps__list--el-pic {
  border-top-right-radius: 8px;
  display: block
}

.helps__list--el-descr {
  width: 100%;
  background-color: #4e7bb1;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 1.111;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px;
  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;
  min-height: 70px
}

@media screen and (min-width:480px) {
  .helps__list--el-descr {
    font-size: 18px
  }

  .helps__list--el picture,
  .helps__list--el-pic {
    width: 150px
  }

  .helps__list--el-num {
    width: calc(100% - 150px);
    font-size: 46px
  }
}

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

  .helps__list--el picture,
  .helps__list--el-pic {
    width: 170px
  }

  .helps__list--el-num {
    width: calc(100% - 170px);
    font-size: 60px
  }

  .helps__list--el {
    margin-bottom: 20px
  }
}

@media screen and (min-width:768px) {
  .helps__list--el {
    width: 32%
  }

  .helps__list--el:nth-child(7) {
    margin-left: auto;
    margin-right: 2%
  }

  .helps__list--el:nth-child(8) {
    margin-right: auto
  }

  .helps__title {
    margin-bottom: 20px
  }

  .helps__subtitle {
    margin-bottom: 30px;
    font-size: 22px
  }
}

@media screen and (min-width:1024px) {
  .helps__list--el {
    width: 24%
  }

  .helps__list--el:nth-child(5),
  .helps__list--el:nth-child(6) {
    margin-bottom: 0
  }

  .helps__list--el:nth-child(7) {
    margin-left: 0;
    margin-right: 0
  }

  .helps__list--el:nth-child(8) {
    margin-right: 0
  }

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

@media screen and (min-width:1219px) {
  .helps__list--el-descr {
    padding: 12px 19px;
    min-height: 63px
  }
}

.action {
  color: #222
}

.action .container {
  position: relative
}

.action .form__name::before {
  top: 23px
}

.action .form .custom-select {
  top: 14px
}

.action .button {
  min-width: 200px;
  font-size: 25px
}

.action .button span {
  font-size: 18px
}

.action__sale-sign {
  position: absolute;
  top: 120px;
  width: 60px;
  height: 60px;
  right: calc(50% - -70px);
}
.action .container {
  border-bottom: 1px solid #e1e1e1
}

.action__prod {
  max-width: 220px;
  margin: 0 auto 15px
}

.action__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 75px;
  width: 60px;
  height: 60px;
}

.action__attention {
  display: block;
  font-size: 32px;
  font-weight: 700
}

.action__date {
  color: #eb2315
}

.action .timer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

.action .timer__text {
  font-size: 18px;
  color: #333;
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: 0 0 10px
}

.action .timer__text br,
.action__wrap>picture {
  display: none
}

.action .form {
  width: 100%;
  margin: 0 auto;
  max-width: 270px
}

.action .form .input {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px
}

.action .form__name,
.action .form__phone {
  width: 100%
}

@media screen and (min-width:640px) {
  .action {
    padding-top: 30px
  }

  .action__prod {
    margin: 0;
    max-width: 160px
  }

  .action .form .input {
    margin-bottom: 10px
  }

  .action .form {
    max-width: 200px
  }

  .action__wrap,
  .action__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .action__wrap>picture {
    display: block
  }

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

  .action__block {
    margin-right: 20px
  }

  .action__block .action__prod {
    display: none
  }

  .action__title {
    margin-bottom: 15px
  }

  .action__sale-sign {
    top: 50px;
    right: auto;
    left: 90px
  }
}

@media screen and (min-width:768px) {
  .action .button {
    font-size: 27px
  }

  .action .button span {
    font-size: 20px
  }

  .pricei__item--old {
    font-size: 28px
  }

  .pricei__item--new {
    font-size: 44px
  }

  .action .form {
    max-width: 250px
  }

  .action .form__button {
    padding: 8px 0
  }
}

@media screen and (min-width:1024px) {
  .action {
    padding-top: 0
  }

  .action__sale-sign {
    display: block;
    position: absolute;
    left: auto;
    right: -20px;
    top: -35px
  }

  .action__title {
    font-size: 24px;
    text-align: left;
    position: relative
  }

  .action__price {
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-bottom: 0
  }

  .action__attention {
    font-size: 40px;
    text-align: left
  }

  .action .timer,
  .action .timer__text {
    max-width: 280px
  }

  .action .form .input {
    margin-bottom: 0;
    padding-top: 26px;
    padding-bottom: 26px
  }

  .action .form__name,
  .action .form__phone {
    width: 32%
  }

  .action .form,
  .action__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .action .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .action__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 15px
  }

  .action__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  margin: auto;
  justify-content: center;
  }

  .action__wrap>picture {
    position: relative
  }

  .action__wrap>picture::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    left: 85px;
    top: -52px;
}

  .no-webp .action__wrap>picture::before {
    background: url(../img/plashka.png) no-repeat center center;
    background-size: contain
  }

  .webp .action__wrap>picture::before {
    background: url(../img/plashka.webp) no-repeat center center;
    background-size: contain
  }
}

@media screen and (min-width:1220px) {
  .action__wrap>picture::before {
    left: 140px
  }

  .action .container {
    padding-bottom: 60px
  }

  .action__prod {
    max-width: 215px
  }

  .action .timer,
  .action__title {
    margin-bottom: 0
  }

  .action .timer {
    max-width: 100%
  }

  .action .timer__text {
    max-width: 170px;
    text-align: left;
    width: auto;
    font-size: 20px;
    line-height: 1.2
  }

  .action .form__name,
  .action .form__phone {
    width: 33%
  }

  .action .form .button {
    max-width: 280px
  }

  .action__wrapper {
    margin-left: 25px
  }

  .action__block {
    margin-bottom: 35px
  }
}

.results__title {
  margin-bottom: 10px
}

.results__subtitle {
  text-align: center;
  font-size: 17px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px
}

@media screen and (min-width:640px) {
  .results__subtitle {
    margin-bottom: 20px
  }
}

@media screen and (min-width:1024px) {
  .results__subtitle {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 35px
  }
}

.results__subtitle--medium {
  font-weight: 500;
  margin-left: 6px
}

.results__subtitle--highlighted {
  border-radius: 50px;
  background-color: #dae9f7;
  white-space: nowrap;
  padding: 1px 5px;
  margin-left: 3px
}

@media screen and (min-width:1024px) {
  .results__subtitle--highlighted {
    padding: 0 10px
  }
}

.results__list,
.results__list--el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

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

.results__list--el {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-top: 15px
}

@media screen and (min-width:640px) {
  .results__list--el {
    flex-direction: column;
    width: 48%;
    padding-top: 0
  }

  .results__list--el:last-child {
    margin-top: 20px
  }
}

@media screen and (min-width:768px) {
  .results__list--el {
    width: 32%;
    position: relative
  }

  .results__list--el:last-child {
    margin-top: 0
  }

  .results__list--el:not(:last-child):after {
    content: url(../img/line-r.png);
    position: absolute;
    right: -17px;
    top: 20px
  }
}

.results__list--el:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #cbcbcb
}

@media screen and (min-width:640px) {
  .results__list--el:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0
  }

  .results__list--el:last-child {
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (min-width:768px) {
  .results__list--el:last-child {
    margin-left: 0;
    margin-right: 0
  }
}

.results__list--el-circle {
  fill: transparent;
  stroke-width: 30;
  width: 133px;
  height: 133px;
  background-color: #edf3fb;
  border-radius: 50%
}

.results__list--el-circle-1 {
  stroke: #4e7bb1;
  stroke-dasharray: 200, 40
}

.results__list--el-circle-2 {
  stroke: #2e9747;
  stroke-dasharray: 225, 15
}

.results__list--el-circle-3 {
  stroke: #ed8e14;
  stroke-dasharray: 215, 25
}

.results__list--el-num {
  background-color: #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700
}

.results__list--el-num-percent {
  font-size: 19px
}

@media screen and (min-width:640px) {
  .results__list--el-num {
    top: 31px
  }
}

.results__list--el-descr {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  line-height: 1.3;
  text-align: center;
  font-weight: 500
}

@media screen and (min-width:1024px) {
  .results__list--el-circle {
    width: 220px;
    height: 220px
  }

  .results__list--el-num {
    width: 140px;
    height: 140px;
    top: 40px;
    font-size: 60px
  }

  .results__list--el-num-percent {
    font-size: 30px
  }

  .results__list--el-descr {
    max-width: none;
    margin-top: 25px;
    padding: 0 30px
  }
}

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

  .results__subtitle {
    font-size: 24px
  }

  .results__title {
    margin-bottom: 21px
  }

  .results__subtitle {
    margin-bottom: 52px
  }
}

.doctor {
  overflow: hidden
}

.doctor__title {
  margin-bottom: 20px
}

.doctor__left {
  display: none
}

.doctor__text {
  margin-bottom: 16px
}

.doctor__text--b {
  font-weight: 700
}

.doctor__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
  margin-right: auto
}

.doctor__name--top {
  font-weight: 700;
  margin-bottom: 7px;
  color: #000;
  font-size: 21px
}

.doctor__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px
}

.doctor__bottom::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  top: 0;
  left: 0;
  background-color: #4e7bb1
}

.doctor__bottom--img {
  max-width: 300px
}

@media screen and (min-width:640px) {
  .doctor__title {
    margin-bottom: 30px
  }

  .doctor__text {
    line-height: 1.3
  }
}

@media screen and (min-width:768px) {
  .doctor .container {
    position: relative;
    padding-bottom: 100px
  }

  .doctor__title {
    margin-bottom: 25px
  }

  .doctor__text:nth-child(4) {
    margin-bottom: 80px
  }

  .doctor__bottom {
    margin-left: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .doctor__left {
    display: block;
    position: absolute;
    left: 70px;
    bottom: 0;
    max-width: 250px;
    height: auto
  }

  .doctor .container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -80px;
    width: 504px;
    height: 368px;
    background-size: contain
  }

  .webp .doctor .container:before {
    background-image: url(../img/doctor-bg.webp)
  }

  .no-webp .doctor .container:before {
    background-image: url(../img/doctor-bg.png)
  }
}

@media screen and (min-width:1024px) {
  .doctor .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .doctor__title {
    text-align: left
  }

  .doctor__right {
    max-width: 600px;
    margin-left: auto
  }

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

  .doctor__bottom {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .doctor__text {
    line-height: 24px
  }

  .doctor__text:nth-child(4) {
    margin-bottom: 20px
  }

  .doctor__name--top {
    font-size: 24px
  }

  .doctor .container:before {
    left: -360px;
    width: 983px;
    height: 640px
  }
}

@media screen and (min-width:1220px) {
  .doctor__right {
    max-width: 650px
  }

  .doctor__left {
    max-width: 554px;
    left: -55px
  }

  .doctor__text {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 35px
  }

  .doctor__text:nth-child(4) {
    margin-bottom: 22px
  }

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

  .doctor__bottom--img {
    max-width: 360px;
    margin-right: 10px
  }

  .doctor__name {
    margin-right: 0
  }

  .doctor__name--top {
    font-size: 26px;
    margin-bottom: 12px
  }

  .doctor__name--bottom {
    font-size: 18px
  }

  .doctor .container:before {
    bottom: 0;
    left: -360px
  }
}

.recomend__header {
  margin-bottom: 40px
}

.recomend__img {
  display: none
}

.recomend__img img {
  margin: -20px auto 0
}

.recomend__img.active,
.recomend__slide--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.recomend__img.active {
  width: 100%;
  margin: 0 auto;
  background-color: #4e7bb1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.recomend__wrapper--slider {
  position: relative;
  padding: 10px 10px 40px;
  text-align: center;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px
}

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

.recomend__slide--top_wrap {
  display: flex
}

.recomend__slide--sign {
  flex-shrink: 2
}

.recomend__slide--header {
  flex-shrink: 0;
  margin: 0 10px 20px 0;
  text-align: left
}

.recomend__slide--name {
  font-size: 22px;
  line-height: 45px;
  font-weight: 700
}

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

.recomend__slide--sign {
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.recomend__slide--sign img {
  max-height: 69px;
  max-width: 100px
}

.recomend__slide--text {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.2
}

.recomend .slick-dots {
  bottom: 10px
}

.recomend .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #c4c4c4
}

.recomend .slick-dots li.slick-active {
  background-color: #e94859
}

.recomend .slick-prev {
  left: -10px !important;
  top: 0 !important
}

.recomend .slick-next {
  right: -10px !important;
  top: 0 !important
}

@media screen and (min-width:480px) {
  .recomend__slide--wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .recomend__slide--sign {
    position: relative
  }



  .recomend__wrapper--slider {
    padding: 20px 40px 40px
  }

  .recomend .slick-next,
  .recomend .slick-prev {
    top: 50% !important
  }

  .recomend .slick-prev {
    left: -20px !important
  }

  .recomend .slick-next {
    right: -20px !important
  }
}

@media screen and (min-width:640px) {
  .recomend__wrapper--slider {
    text-align: left
  }

  .slick-dots {
    position: absolute;
    width: 80px;
    height: 20px;
    left: auto !important;
    bottom: auto !important;
    top: 30px !important;
    right: 30px !important
  }
}

@media screen and (min-width:1024px) {
  .recomend__header {
    margin-bottom: 60px
  }

  .recomend__wrapper--img {
    position: relative;
    z-index: 1;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .recomend__img {
    display: block;
    max-width: 270px;
    padding: 0 20px;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
  }

  .recomend__img img {
    margin: -20px auto 0
  }

  .recomend__img img:hover {
    cursor: pointer
  }

  .recomend__img.active {
    width: auto;
    margin: -18px 0 -2px
  }

  .recomend__wrapper--slider {
    z-index: 2;
    border: 1px solid #c4c4c4
  }
}

@media screen and (min-width:1220px) {
  .recomend__header {
    margin-bottom: 100px
  }

  .recomend__wrapper--img {
    margin-bottom: -30px
  }

  .recomend__img {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .recomend__img img {
    margin: -30px auto 0
  }

  .recomend__img.active {
    width: 270px;
    margin: -28px 0 -2px
  }

  .recomend__slide--sign {
    height: auto;
    margin-bottom: 20px
  }

  .recomend__slide--sign::after {
    top: calc(50% - 33px)
  }

  .recomend__slide--sign img {
    max-height: none;
    max-width: none
  }

  .recomend__slide--text {
    line-height: 26px
  }

  .recomend__wrapper--slider {
    padding: 30px 30px 60px
  }
}

.use__header {
  margin-bottom: 20px
}

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

.use__item {
  position: relative;
  z-index: 3;
  min-height: 48px;
  padding-left: 60px;
  font-weight: 700
}

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

.use__item::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  top: calc(50% - 25px);
  border-radius: 50%
}

.use__item--1::before {
  background: #4e7bb1 url(../img/use_01.png) no-repeat center center;
  background-size: 25px auto
}

.use__item--2::before {
  background: #4e7bb1 url(../img/use_02.png) no-repeat center center;
  background-size: 25px auto
}

.use__item--3::before {
  background: #4e7bb1 url(../img/use_03.png) no-repeat center center;
  background-size: 25px auto
}

@media screen and (min-width:640px) {
  .use__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .use__list {
    margin: 0;
    max-width: none
  }

  .use__wrapper--product {
    position: relative;
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
  }

  .use__plashka {
    position: absolute;
    width: 80px;
    top: -46px;
    left: 105px;
}

  .use__item {
    font-size: 20px
  }
}

@media screen and (min-width:768px) {
  .use__header {
    margin-bottom: 40px
  }

  .use__wrapper--product {
    width: 270px
  }

  .use__plashka {
    width: 84px;
    left: 185px;
  }

  .use__list {
    position: relative;
    max-width: 450px
  }

  .use__list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    left: 45px;
    top: 15%;
    background-color: #c4c4c4
  }

  .use__item {
    padding: 20px 0 20px 110px;
    line-height: 26px
  }

  .use__item::before {
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    background-size: 40px;
    border: 5px solid #bdcfe5
  }
}

@media screen and (min-width:1024px) {
  .use__header {
    margin-bottom: 60px
  }

  .use__list {
    max-width: 430px
  }

  .use__list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    left: 55px;
    top: 15%;
    background-color: #c4c4c4
  }

  .use__item {
    padding: 29px 0 29px 150px
  }

  .use__item::before {
    width: 110px;
    height: 110px;
    top: calc(50% - 55px);
    background-size: auto;
    border: 10px solid #bdcfe5
  }
}

@media screen and (min-width:1220px) {
  .use__wrapper--product {
    margin: 0 100px 0 150px
  }
}

.listdoctor .container {
  border-bottom: 1px solid #c4c4c4
}

.listdoctor__list {
  margin-bottom: 30px
}

.listdoctor__item {
  position: relative;
  padding-left: 60px
}

.listdoctor__item:not(:last-child) {
  margin-bottom: 20px
}

.listdoctor__item::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  left: 0;
  top: calc(50% - 23px);
  border-radius: 50%;
  border: 4px solid #c0e0c7;
  background: #2e9747 url(../img/icon_chek.svg) no-repeat center center;
  background-size: 23px 19px
}

.listdoctor__sign {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.listdoctor__sign::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  top: 0;
  left: calc(50% - 20px);
  background-color: #4e7bb1;
  left: 0
}

.listdoctor__sign--text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 10px
}

.listdoctor__sign--img {
  max-width: 267px;
  -ms-flex-negative: 2;
  flex-shrink: 2
}

.listdoctor__name {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 26px
}

@media screen and (min-width:640px) {
  .listdoctor__list {
    margin-bottom: 40px
  }
}

@media screen and (min-width:768px) {
  .listdoctor .container {
    position: relative;
    padding-bottom: 0
  }

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

  .listdoctor__wrapper picture {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
  }

  .listdoctor__doctor {
    position: absolute;
    bottom: 0;
    width: 250px
  }
}

@media screen and (min-width:1024px) {
  .listdoctor .container {
    position: relative;
    padding-top: 0
  }

  .listdoctor__wrapper picture {
    width: 300px;
    margin-right: 30px
  }

  .listdoctor__doctor {
    bottom: 0;
    width: 300px
  }

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

  .listdoctor__item {
    width: 30%;
    padding-left: 0;
    padding-top: 50px;
    line-height: 26px
  }

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

  .listdoctor__item::before {
    top: -23px
  }
}

@media screen and (min-width:1220px) {
  .listdoctor {
    margin-top: 65px
  }

  .listdoctor__wrapper picture {
    width: 260px;
    margin-right: 70px
  }

  .listdoctor__wrapper--left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .listdoctor__doctor {
    width: 340px;
    left: -10px
  }

  .listdoctor__list {
    margin-bottom: 20px
  }

  .listdoctor__item {
    width: 230px
  }

  .listdoctor__sign {
    padding-top: 20px
  }

  .listdoctor__sign--text {
    margin-right: 35px
  }
}

.cert {
  overflow: hidden
}

.cert__title {
  margin-bottom: 20px
}

.cert__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.cert__list--el {
  width: 90px;
  height: 121px;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .2)
}

@media screen and (min-width:480px) {
  .cert__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .cert__list--el {
    width: 130px;
    height: 174px
  }
}

@media screen and (min-width:640px) {
  .cert__title {
    margin-bottom: 30px
  }

  .cert__list--el {
    width: 170px;
    height: 227px
  }
}

@media screen and (min-width:768px) {
  .cert__title {
    margin-bottom: 35px
  }

  .cert__list {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media screen and (min-width:1024px) {
  .cert__title {
    margin-bottom: 50px
  }

  .cert__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
    position: relative
  }

  .cert__list:after,
  .cert__list:before {
    content: '';
    width: 100%;
    max-width: 970px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
  }

  .cert__list:before {
    height: 30px;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f8fe), to(#fff));
    background-image: linear-gradient(to bottom, #f4f8fe 0, #fff 100%)
  }

  .cert__list:after {
    height: 0;
    bottom: 30px;
    border-bottom: 100px solid #fff;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent
  }

  .cert__list--el {
    width: auto;
    height: auto;
    display: block;
    margin-right: 70px;
    position: relative;
    z-index: 2
  }

  .cert__list--el-last {
    margin-right: 0
  }
}

.reviews__title {
  margin-bottom: 20px
}

.reviews__slider {
  margin-bottom: 30px
}

.reviews__el {
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 8px;
  background-color: #fff;
  margin: 2px 10px;
  padding: 15px;
  border-top: 5px solid #4e7bb1;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.reviews__el--ava {
  margin-right: 10px
}

.reviews__el--top {
  max-width: calc(100% - 80px);
  width: 100%;
  padding-top: 30px;
  text-align: center;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px
}

.reviews__el--name {
  font-size: 19px
}

.reviews__el--descr {
  font-size: 15px
}

.reviews__el--line {
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #c4c4c4;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px
}

.reviews__el--line::before {
  content: '';
  position: absolute;
  left: calc(50% - 15px);
  top: 0;
  background-color: #e94859;
  width: 30px;
  height: 5px
}

.reviews__el--text {
  line-height: 1.2
}

.reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 15px;
  right: calc(50% - 85px);
  width: 90px;
  height: 15px;
  background-position: right center, left center;
  background-repeat: no-repeat, repeat;
  background-size: 18px 15px, 18px 15px
}

.reviews__stars--full {
  background-image: url(../img/icon_full_star.png), url(../img/icon_full_star.png)
}

.reviews__stars--empty {
  background-image: url(../img/icon_half_star.png), url(../img/icon_full_star.png)
}

.slick-next,
.slick-prev {
  width: 46px;
  height: 46px;
  background-color: #4e7bb1;
  border-radius: 50%;
  border: 5px solid #cad7e7;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 5
}

.slick-next,
.slick-next:focus,
.slick-next:hover {
  background-image: url(../img/arrow-r.png);
  background-repeat: no-repeat;
  background-position: 9px center
}

.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background-image: url(../img/arrow-l.png);
  background-repeat: no-repeat;
  background-position: 6px center
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: #2e9747;
  border: 5px solid #c9e2c8;
  -webkit-transition: .4s;
  transition: .4s
}

.slick-next:before,
.slick-prev:before {
  content: none
}

.slick-prev {
  left: -5px !important;
  top: 130px !important
}

.slick-next {
  right: -5px !important;
  top: 130px !important
}

.reviews .slick-next,
.reviews .slick-prev {
  top: 110px !important
}

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

  .reviews .slick-next,
  .reviews .slick-prev {
    top: 111px !important
  }
}
@media screen and (min-width:768px) and (max-width: 1023px) {
  .promo__product--plashka {
    position: absolute;
    top: -5px;
    left: 200px;
}
}
@media screen and (min-width:768px) {
  .reviews__el--line {
    width: calc(100% - 30px)
  }

  .reviews__el--line::before {
    left: -30px
  }

  .reviews .slick-prev {
    left: -50px !important;
    top: 50% !important
  }

  .reviews .slick-next {
    right: -50px !important;
    top: 50% !important
  }

  .reviews .container {
    padding-left: 60px;
    padding-right: 60px
  }

  .reviews__slider {
    margin-bottom: 40px
  }
}

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

@media screen and (min-width:480px) {
  .reviews__el--text {
    line-height: 1.4
  }
}

@media screen and (min-width:640px) {
  .reviews__title {
    margin-bottom: 25px
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .promo__product--plashka {
    position: absolute;
    top: 0px;
    right: 0px;
}
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .promo__product-wrapper {
    max-width: 220px;
  }
  .promo__product--plashka {
    position: absolute;
    top: -21px;
    right: -13px;
    width: 70px;
}
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .promo__product-wrapper {
    max-width: 250px;
  }
  .promo__product--plashka {
    position: absolute;
    top: -31px;
    right: -13px;
    width: 70px;
}
}
@media screen and (min-width:640px) and (min-width:768px) {
  

  .reviews__title {
    margin-bottom: 30px
  }

  .reviews__el {
    padding: 18px
  }

  .reviews__el--top {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
  }

  .reviews__el--text {
    min-height: 200px
  }

  .reviews__el--descr {
    min-height: 60px
  }

  .reviews__el--name {
    margin-bottom: 7px;
    font-size: 20px
  }

  .reviews__stars {
    top: 21px;
    right: 18px
  }
}

@media screen and (min-width:640px) and (min-width:1024px) {
  .reviews__title {
    margin-bottom: 40px
  }

  .reviews__el--text {
    min-height: 120px
  }
}

@media screen and (min-width:1219px) {
  .reviews .container {
    padding-top: 60px
  }

  .reviews__el {
    margin: 2px 15px;
    padding: 27px
  }

  .reviews__el--name {
    font-size: 22px
  }

  .reviews__el--descr {
    font-size: 17px
  }

  .reviews__el--ava {
    margin-right: 22px
  }

  .reviews__el--top {
    max-width: calc(100% - 93px)
  }

  .reviews__el--text {
    font-size: 16px;
    line-height: 25px;
    min-height: 250px
  }

  .reviews__stars {
    top: 29px;
    right: 27px
  }
}

.reviews__btn {
  max-width: 280px;
  margin: auto;
  padding: 10px;
  font-size: 22px;
  font-weight: 900
}

.reviews-cta {
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  padding: 20px;
  display: none;
  background-color: #fff;
  z-index: 5;
  position: relative
}

@media screen and (min-width:1220px) {
  .reviews-cta {
    padding: 40px 50px
  }
}

.reviews-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.reviews-form__field {
  width: 100%;
  color: #666;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 50px;
  background-color: #f8f8f8;
  border: 1px solid #c4c4c4;
  padding: 20px 35px
}

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

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

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

@media screen and (min-width:1024px) {
  .reviews-form__field-wrap--name {
    margin-right: 25px;
    width: 30%
  }
}

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

@media screen and (min-width:1024px) {
  .reviews-form__field-wrap {
    margin-bottom: 20px
  }
}

@media screen and (max-width:1024px) {
  .reviews-form__intrenal-col {
    margin-bottom: 20px
  }
}

.reviews-form__textarea {
  resize: none;
  overflow: hidden;
  min-height: 100px;
  height: 100%;
  border-radius: 10px
}

.reviews-form__file,
.reviews-form__file-img {
  display: flex;
  align-items: center;
  cursor: pointer
}

.reviews-form__file-img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  padding-top: 9px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  background-color: #f8f8f8;
  background-image: url(../img/file-icon.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center
}

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

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

.reviews-form__checkmark-icon {
  display: none
}

.reviews-form__file.rloaded .reviews-form__file-img {
  background-image: none
}

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

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

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

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

@media screen and (min-width:480px) {
  .reviews-popup__inner {
    width: 400px
  }
}

.reviews .feedback__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
  width: 100%;
  margin-bottom: 20px
}

.feedback__rating-text {
  color: #666;
  font-size: 15px;
  line-height: 17px;
  margin-right: 10px;
  margin-left: auto;
  white-space: nowrap
}

.reviews__help {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px
}

@media screen and (min-width:1024px) {
  .feedback__rating-text {
    font-size: 16px;
    line-height: 18px;
    margin-right: 25px
  }

  .reviews__help {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px
  }

  .reviews .feedback__rating {
    margin-left: 0;
    margin-right: auto;
    width: 34%
  }
}

.reviews .feedback__star:nth-child(2n-2) {
  margin: 0 3px
}

.reviews .feedback__star {
  width: 27px;
  height: 23px;
  cursor: pointer
}

.reviews .feedback__star::before {
  content: '';
  display: block;
  background: url(../img/icon_empty_star.png) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 23px
}

.reviews .feedback__star.hover::before,
.reviews .feedback__star.selected::before {
  background: url(../img/icon_full_star.png) no-repeat center;
  background-size: cover;
  width: 27px;
  height: 23px
}

.reviews-form__field-wrap--message.invalid .reviews-form__error,
.reviews-form__field-wrap--name.invalid .reviews-form__error {
  display: block
}

.valid .reviews-form__field {
  border: 1px solid green
}

.invalid .reviews-form__field {
  border: 1px solid red
}

.reviews-form__field-wrap--name.invalid,
.reviews-form__field-wrap--name.valid {
  border-radius: 50px
}

.reviews-form__field-wrap--message.invalid,
.reviews-form__field-wrap--message.valid {
  border-radius: 10px
}

@media screen and (max-width:1023px) {
  .reviews-form__intrenal-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .reviews-form__input-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

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

.ev-footer__logo svg {
  width: 38px;
  height: 38px;
  margin-bottom: 6px
}

@media screen and (min-width:768px) {
  .ev-footer__logo svg {
    width: 55px;
    height: 55px
  }
}
@media screen and (min-width:1024px) and (max-width: 1250px) {

}
@media screen and (min-width:1024px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px
  }

}

@media screen and (max-width:1023px) {
  .block {
    padding: 40px 0
  }
}

@media screen and (max-width:767px) {
  .block {
    padding: 30px 0
  }
}

@media screen and (max-width:639px) {
  .block {
    padding: 30px 0
  }
}

@media screen and (max-width:479px) {
  .block {
    padding: 25px 0
  }
}

@media screen and (min-width:1220px) {
  .promo__product--plashka {
    top: calc(50% - 182px);
    left: 260px;
}
  .mainform__wrapper::before {
    right: -15px
  }
}

@media screen and (min-width:1300px) {
  .mainform__wrapper::before {
    right: -30px
  }
}

.product {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 410px;
  width: 100%
}

.product__collage {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-right: 40px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 0
}

.product__collage::before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background: url(../img/prod.png) no-repeat center/contain;
  position: absolute;
  bottom: 15px;
  left: 70px
}

/* .product__collage::after {
  content: '';
  display: block;
  width: 70px;
  height: 50px;
  background: url(../img/diary-sale.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0
} */

.product__note {
  flex-shrink: 0;
  width: 185px;
  max-width: none
}

.product__title {
  font-weight: 700;
  max-width: 320px;
  width: 100%;
  color: #fff;
  background-color: #e1353e;
  padding: 10px;
  border: none;
  border-radius: 7px;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 15px;
  box-sizing: border-box
}

.promo__medal {
  width: 80px;
  height: 80px;
  top: 43%;
  left: 35px;
  right: auto
}

.popup .product {
  max-width: 300px;
  margin-right: 40px
}

.popup .product__collage {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0;
  margin-right: 0
}

.popup .product__title {
  max-width: none;
  margin-right: 0;
  margin-bottom: 40px
}

.popup .product__note {
  width: 200px
}

.popup .product__collage::before {
  width: 110px;
  height: 170px;
  bottom: 15px;
  left: 0
}

.popup .product__collage::after {
  top: 18%
}

.popup .popup__image {
  margin-right: 55px
}

.popup .promo__medal {
  width: 60px;
  height: 60px;
  top: 48%
}

.action__wrapper--collage .product {
  max-width: 220px
}

.action__wrapper--collage .product__collage {
  margin-right: 0
}

.action__wrapper--collage .product__note {
  width: 150px
}

.action__wrapper--collage .product__collage::before {
  width: 215px;
  /* height: 130px; */
  left: 6px;
  bottom: -70px;
}

.action__wrapper--collage .product__collage::after {
  right: 0
}

.action__wrapper--collage .product.hidden {
  display: none
}

@media (max-width:1219px) {
  .promo .product {
    max-width: 270px
  }

  .promo .product__collage {
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
    padding-top: 0
  }

  .promo .product__note {
    width: 175px
  }

  .promo .product__collage::before {
    width: 99px;
    height: 160px;
    bottom: 15px;
    left: 0
  }

  .action__wrapper--collage .form__name,
  .action__wrapper--collage .form__phone {
    margin-right: 10px
  }

  .promo .product__collage::after {
    top: 100px
  }

  .promo .product__title {
    font-size: 18px;
    margin: 0 0 40px
  }

  .promo .promo__medal {
    width: 60px;
    height: 60px;
    top: 48%;
    left: 0
  }
}

@media (max-width:1023px) {
  .promo .product {
    max-width: 285px;
    margin-bottom: 20px
  }

  .promo .product__collage {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 0
  }

  .promo .product__note {
    width: 190px
  }

  .action__wrapper--collage .form__name,
  .action__wrapper--collage .form__phone {
    margin-right: 0
  }

  .promo .product__collage::after {
    top: 22%
  }

  .promo .product__title {
    max-width: none;
    margin-top: 0;
    margin-bottom: 25px
  }

  .promo .promo__medal {
    top: 46%
  }

  .action__wrapper--collage .product {
    margin-right: 20px
  }

  .action__wrapper--collage .product__collage::after {
    right: 0
  }

  .action__wrapper--collage .action__sale-sign {
    width: 60px;
    height: 60px;
    left: 110px;
    top: 70px;
}
}

@media (max-width:767px) {
  .promo .product {
    margin: 0 auto 20px
  }

  .promo .promo__product {
    margin-bottom: 0px
  }

  .promo .promo__medal {
    width: 60px;
    height: 60px;
    top: 51%
  }

  .promo .product__title {
    margin-bottom: 40px
  }

  .action__wrapper--collage .action__block {
    margin-right: 0
  }

  .action__wrapper--collage .form {
    max-width: 235px
  }

  .action__wrapper--collage .action__wrapper {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    position: relative
  }

  .action__wrapper--collage .product {
    display: none
  }

  .action__wrapper--collage .product.hidden {
    display: block;
    margin: 0 auto 15px
  }

  .action__wrapper--collage .action__sale-sign {
    top: 170px;
    left: 30px;
    z-index: 1
  }
}

@media (max-width:639px) {
  .promo__image {
    padding-top: 0;
    margin: 30px auto 50px
  }
}

footer {
  text-align: center;
  background: #f0ecec;
  padding: 15px 0;
  margin-top: 30px;
}

@media screen and (max-width: 1219px) {
  footer {
    margin-top: 0;
  }
}
.banner__button {
  margin-left: auto;
}
.secure {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 400px) {
  footer a{
    font-size: 15px !important;
  }
}