@charset "UTF-8";

@font-face {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 700;
  src: local("Bebas Neue Bold"), local("BebasNeueBold"), url(../fonts/Bebas/bebasneuebold.woff2) format("woff2"), url(../fonts/Bebas/bebasneuebold.woff) format("woff"), url(../fonts/Bebas/bebasneuebold.ttf) format("truetype")
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: #666;
  opacity: 1
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1
}

#spriteSvg {
  height: 0;
  left: -10px;
  opacity: 0;
  position: absolute;
  top: -10px;
  width: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666
}

body input:required:valid,
body textarea:required:valid {
  color: #666
}

ul {
  list-style: none
}

.container {
  padding: 0 4.688vw;
  width: 100%
}

.container,
.wrapper {
  margin: 0 auto;
  position: relative
}

.wrapper {
  max-width: 1920px;
  overflow: hidden
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative
}

h1,
h2,
h3,
h4 {
  color: #0c3661;
  font-family: Bebas Neue, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase
}

h1 span,
h2 span,
h3 span,
h4 span,
p span {
  color: #9b2d49;
  font-weight: 700
}

.nowrap {
  white-space: nowrap
}

p {
  color: #1f1f1f
}

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

a {
  text-decoration: none
}

.button {
  background: -webkit-gradient(linear, left top, left bottom, from(#45ff6e), to(#00871d));
  background: -o-linear-gradient(top, #45ff6e 0, #00871d 100%);
  background: linear-gradient(180deg, #45ff6e, #00871d);
  border: 1px solid #00871d;
  border-radius: 99px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 135, 29, .25);
  box-shadow: 0 5px 10px rgba(0, 135, 29, .25);
  color: #fff;
  display: block;
  font-weight: 700;
  height: 60px;
  line-height: 3;
  margin: 0 auto;
  max-width: 243px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: background .6s, -webkit-box-shadow .6s;
  transition: background .6s, -webkit-box-shadow .6s;
  -o-transition: background .6s, box-shadow .6s;
  transition: background .6s, box-shadow .6s;
  transition: background .6s, box-shadow .6s, -webkit-box-shadow .6s;
  z-index: 10
}

.button:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#45ff6e), to(#00871d));
  background: -o-linear-gradient(top, #45ff6e 0, #00871d 100%);
  background: linear-gradient(180deg, #45ff6e, #00871d);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  z-index: -1
}

section:not(:first-child) {
  margin-top: 60px
}

h1 {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -o-linear-gradient(310deg, #0c3661 20%, #9b2d4a 20%, #9b2d4a 70%, #0c3661 70%);
  background-image: linear-gradient(140deg, #0c3661 20%, #9b2d4a 0, #9b2d4a 70%, #0c3661 0);
  color: transparent;
  font-size: 45px;
  margin: 15px 37px 4px;
  position: relative
}

h1:before {
  background: #9b2d49;
  content: "";
  -webkit-filter: blur(150px);
  filter: blur(150px);
  height: 215px;
  left: -55px;
  opacity: .15;
  position: absolute;
  top: -46px;
  width: 215px
}

h2 {
  font-size: 40px
}

h3 {
  font-size: 30px
}

.box-blur {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: hsla(0, 0%, 100%, .6);
  border-radius: 30px;
  -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, .15);
  box-shadow: 0 15px 45px rgba(0, 0, 0, .15);
  padding: 15px 30px
}

.box-blur p {
  color: #0c3661;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase
}

.promo .form {
  display: none
}

.promo__prod {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin: -100px auto 0;
  max-width: 384px;
  position: relative;
  z-index: -1
}

.promo__prod:before {
  background: #0c3661;
  bottom: 0;
  content: "";
  -webkit-filter: blur(150px);
  filter: blur(150px);
  height: 232px;
  opacity: .15;
  position: absolute;
  right: -60px;
  width: 232px;
  z-index: -1
}

.promo__prod img {
  -webkit-filter: drop-shadow(0 15px 45px rgba(0, 0, 0, .15));
  filter: drop-shadow(0 15px 45px rgba(0, 0, 0, .15));
  margin: 0;
  max-width: 212px;
  position: relative;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  width: 38.438vw
}

.promo__prod .sale {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' fill='none'%3E%3Cpath fill='url(%23a)' d='M96.6 3.3a5 5 0 0 1 6.8 0l5.2 4.9a5 5 0 0 0 5.9.7l6.2-3.4a5 5 0 0 1 6.7 1.7l3.8 6a5 5 0 0 0 5.5 2.2l6.9-1.8a5 5 0 0 1 6 3.3l2.2 6.8a5 5 0 0 0 4.8 3.5h7.1a5 5 0 0 1 5 4.6l.4 7.2a5 5 0 0 0 3.8 4.5l7 1.8a5 5 0 0 1 3.6 5.8l-1.4 7a5 5 0 0 0 2.6 5.3l6.2 3.4a5 5 0 0 1 2.2 6.6l-3.1 6.4a5 5 0 0 0 1.1 5.8l5.2 4.9a5 5 0 0 1 .5 6.9l-4.6 5.4a5 5 0 0 0-.4 6l3.9 6a5 5 0 0 1-1.3 6.7l-5.8 4.2a5 5 0 0 0-1.8 5.6l2.2 6.8a5 5 0 0 1-3 6.2l-6.6 2.6a5 5 0 0 0-3.2 5l.5 7.1a5 5 0 0 1-4.4 5.3l-7 .9a5 5 0 0 0-4.4 4l-1.3 7a5 5 0 0 1-5.5 4l-7.1-.9a5 5 0 0 0-5.2 2.9l-3 6.5a5 5 0 0 1-6.4 2.5l-6.6-2.7a5 5 0 0 0-5.7 1.5l-4.6 5.5a5 5 0 0 1-6.8.9l-5.7-4.2a5 5 0 0 0-6 0l-5.7 4.2a5 5 0 0 1-6.8-.9l-4.6-5.5a5 5 0 0 0-5.7-1.5l-6.6 2.7a5 5 0 0 1-6.4-2.5l-3-6.5a5 5 0 0 0-5.2-2.9l-7 1a5 5 0 0 1-5.6-4l-1.3-7a5 5 0 0 0-4.4-4.1l-7-.9a5 5 0 0 1-4.4-5.3l.5-7.1a5 5 0 0 0-3.2-5l-6.7-2.6a5 5 0 0 1-2.9-6.2l2.3-6.8a5 5 0 0 0-1.9-5.6l-5.8-4.2a5 5 0 0 1-1.3-6.8l3.9-6a5 5 0 0 0-.4-5.9l-4.6-5.4a5 5 0 0 1 .5-7l5.2-4.8a5 5 0 0 0 1.1-5.8l-3-6.4a5 5 0 0 1 2-6.6l6.3-3.4c2-1 3-3.2 2.6-5.3l-1.4-7a5 5 0 0 1 3.7-5.8l6.9-1.8a5 5 0 0 0 3.8-4.5l.4-7.2a5 5 0 0 1 5-4.7h7.1a5 5 0 0 0 4.8-3.4l2.2-6.8a5 5 0 0 1 6-3.3l7 1.8a5 5 0 0 0 5.4-2.2l3.8-6a5 5 0 0 1 6.7-1.7l6.2 3.4c2 1 4.3.8 5.9-.7l5.2-5Z'/%3E%3Cpath stroke='%239B2D49' stroke-opacity='.5' stroke-width='2' d='m102.8 11 4.3 4.2a6 6 0 0 0 7 .8l5.4-2.9a4 4 0 0 1 5.3 1.4l3.2 5.1a6 6 0 0 0 6.6 2.6l5.9-1.5a4 4 0 0 1 4.8 2.6l1.8 5.8a6 6 0 0 0 5.8 4.2h6a4 4 0 0 1 4 3.7l.4 6a6 6 0 0 0 4.5 5.5l5.9 1.5a4 4 0 0 1 3 4.6l-1.2 6a6 6 0 0 0 3 6.4l5.3 2.9a4 4 0 0 1 1.7 5.2l-2.6 5.5a6 6 0 0 0 1.3 7l4.5 4a4 4 0 0 1 .3 5.6l-3.9 4.6a6 6 0 0 0-.4 7l3.2 5.2a4 4 0 0 1-1 5.4l-4.9 3.5a6 6 0 0 0-2.2 6.8l2 5.7a4 4 0 0 1-2.4 5l-5.7 2.2a6 6 0 0 0-3.8 6l.4 6a4 4 0 0 1-3.5 4.3l-6 .7a6 6 0 0 0-5.2 4.8l-1 6a4 4 0 0 1-4.5 3.2l-6-.8a6 6 0 0 0-6.2 3.5l-2.6 5.4a4 4 0 0 1-5 2l-5.7-2.2a6 6 0 0 0-6.9 1.8L114 188a4 4 0 0 1-5.5.7l-4.8-3.6a6 6 0 0 0-7.2 0l-4.8 3.6a4 4 0 0 1-5.5-.7l-3.8-4.7a6 6 0 0 0-6.9-1.8l-5.6 2.3a4 4 0 0 1-5.1-2l-2.6-5.5a6 6 0 0 0-6.2-3.5l-6 .8a4 4 0 0 1-4.4-3.2l-1.1-6a6 6 0 0 0-5.2-4.8l-6-.7a4 4 0 0 1-3.5-4.3l.4-6a6 6 0 0 0-3.8-6l-5.7-2.2c-2-.8-3-3-2.3-5l1.9-5.7a6 6 0 0 0-2.2-6.8l-5-3.5a4 4 0 0 1-1-5.4l3.3-5.1a6 6 0 0 0-.4-7.1l-4-4.6a4 4 0 0 1 .3-5.5l4.5-4.2a6 6 0 0 0 1.3-7l-2.6-5.4a4 4 0 0 1 1.7-5.2l5.3-3a6 6 0 0 0 3-6.3l-1.1-6a4 4 0 0 1 3-4.6l5.8-1.5a6 6 0 0 0 4.5-5.5l.4-6a4 4 0 0 1 4-3.8h6a6 6 0 0 0 5.8-4.1l1.8-5.8a4 4 0 0 1 4.8-2.6l5.9 1.5a6 6 0 0 0 6.6-2.6l3.2-5.1a4 4 0 0 1 5.3-1.4l5.3 3a6 6 0 0 0 7-1l4.4-4.1a4 4 0 0 1 5.6 0Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100' x2='100' y1='0' y2='200' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFC700'/%3E%3Cstop offset='1' stop-color='%23FF8A00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 50%/contain no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .25));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .25));
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Bebas Neue, sans-serif;
  font-size: 55px;
  font-weight: 700;
  height: 125px;
  justify-content: center;
  line-height: .8;
  position: relative;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  text-transform: uppercase;
  width: 125px
}

.promo__prod .sale span {
  font-size: 41px
}

.promo__list {
  margin: 0 auto;
  max-width: 460px
}

.promo__list li {
  margin-bottom: 15px
}

.promo__list li,
.promo__list li .ico {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.promo__list li .ico {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #fff;
  border: 2px dashed rgba(155, 45, 73, .6);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  height: 60px;
  justify-content: center;
  margin-left: 15px;
  width: 60px
}

.promo__list li .ico svg {
  max-height: 39px;
  max-width: 47px
}

.promo__list li h4 {
  text-align: right;
  width: calc(100% - 75px)
}

.promo__badge {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 375px
}

.promo__badge li {
  max-width: 105px;
  width: 28.125vw
}

.jungle h3 span,
.jungle__item {
  display: block
}

.jungle__item:nth-of-type(2) p,
.jungle__item:nth-of-type(3) p {
  margin-top: 15px
}

.jungle__item:first-of-type p {
  margin-top: 39px;
  position: relative
}

.jungle__item:first-of-type p:after,
.jungle__item:first-of-type p:before {
  content: "";
  position: absolute
}

.jungle__item:first-of-type p:before {
  color: #e5e5e5;
  content: "❛❛";
  font-size: 250px;
  line-height: .8;
  right: -20px;
  z-index: -1
}

.jungle__item:first-of-type p:after {
  background: #9b2d49;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  height: 253px;
  opacity: .15;
  right: -80px;
  top: -100px;
  width: 253px
}

.jungle__item:first-of-type .jungle__img {
  max-width: 307px;
  width: 74.063vw
}

.jungle__item:first-of-type .jungle__img h3 {
  margin-top: 23px;
  position: relative
}

.jungle__item:first-of-type .jungle__img:after {
  background: url(../img/top-secret.png) 50%/contain no-repeat;
  bottom: 90px;
  content: "";
  height: 99px;
  position: absolute;
  right: 0;
  width: 99px
}

.jungle__item:first-of-type .jungle__img:before {
  background: #fff;
  border-radius: 50%;
  bottom: 85px;
  content: "";
  height: 108px;
  position: absolute;
  right: -7px;
  width: 108px
}

.jungle__item:nth-of-type(2) .jungle__img {
  left: 30px;
  margin-top: 63px;
  max-width: 224px;
  width: 53.75vw
}

.jungle__item:nth-of-type(2) .jungle__img:before {
  background: url(../img/recipe-2-before.png) 50%/cover no-repeat;
  content: "";
  height: 62.188vw;
  left: -80px;
  max-height: 259px;
  max-width: 330px;
  position: absolute;
  top: -60px;
  width: 79.375vw;
  z-index: -1
}

.jungle__item:nth-of-type(3) .jungle__img {
  left: 40px;
  margin-top: 54px;
  max-width: 224px;
  width: 53.75vw
}

.jungle__item:nth-of-type(3) .jungle__img:before {
  background: url(../img/recipe-3-before.png) 50%/contain no-repeat;
  content: "";
  height: 73.125vw;
  left: -80px;
  max-height: 234px;
  max-width: 297px;
  position: absolute;
  top: -50px;
  width: 92.813vw;
  z-index: -1
}

.jungle__img {
  margin: 0 auto;
  position: relative
}

.jungle .box-blur__img {
  margin-top: 6px;
  position: relative
}

.jungle .box-blur__img img:first-child {
  -webkit-filter: drop-shadow(0 15px 45px rgba(0, 0, 0, .25));
  filter: drop-shadow(0 15px 45px rgba(0, 0, 0, .25));
  left: 53%;
  max-width: 172px;
  position: absolute;
  top: -8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28.05vw
}

.jungle .box-blur__img img:last-child,
.jungle .box-blur__img img:nth-child(2) {
  -webkit-filter: drop-shadow(0 15px 45px rgba(0, 0, 0, .15));
  filter: drop-shadow(0 15px 45px rgba(0, 0, 0, .15));
  left: -30px;
  max-width: 113px;
  position: relative;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  width: 23.438vw
}

.jungle .box-blur p {
  color: #0c3661;
  color: #1f1f1f;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 1.25;
  text-transform: none
}

.jungle .button {
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
  width: 210px
}

.risk .container:before {
  background: #9b2d49;
  content: "";
  -webkit-filter: blur(150px);
  filter: blur(150px);
  height: 394px;
  left: -172px;
  opacity: .15;
  position: absolute;
  top: 700px;
  width: 394px
}

.risk .subtitle-min {
  margin: 10px auto 30px;
  max-width: 690px;
  text-align: center
}

@media (min-width: 992px) {
  .risk .subtitle-min {
    margin-bottom: 80px;
  }
}

.risk h3 {
  text-align: right
}

.risk h3 span {
  display: block;
  margin-top: 5px
}

.risk__promo p {
  margin: 30px 0
}

.risk__smell {
  height: 223px;
  margin: 0 auto;
  position: relative;
  width: 213px;
  z-index: 10
}

.risk__smell svg {
  display: inline-block
}

.risk__smell:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='70' height='59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='60' width='10' height='10' rx='5' fill='red'/%3E%3Cpath d='M1 58C34 28 48 34.5 64.5 5.5' stroke='red' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 6'/%3E%3C/svg%3E") 50%/contain no-repeat;
  bottom: -55px;
  content: "";
  height: 74px;
  left: -10px;
  position: absolute;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  width: 74px
}

.risk__girl {
  margin-top: -40px;
  max-width: none;
  position: relative;
  right: 40px;
  width: 419px
}

.risk .box-blur p {
  color: #0c3661;
  font-family: Bebas Neue, sans-serif;
  line-height: 1;
  text-transform: uppercase
}

.risk__list {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -10px
}

.risk__list li {
  margin: 30px 10px 0 0;
  width: 234px
}

.risk__list p {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 15px;
  text-align: center
}

.risk__img {
  margin: 0 auto
}

.risk__img,
.risk__img img {
  border-radius: 50%
}

.risk .attention {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: hsla(0, 0%, 100%, .6);
  border: 1px solid red;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(255, 0, 0, .15);
  box-shadow: 0 5px 15px rgba(255, 0, 0, .15);
  margin: 30px auto 0;
  max-width: 930px;
  padding: 14px 10px;
  position: relative
}

.risk .attention:before {
  background: #9b2d49;
  bottom: -145px;
  content: "";
  -webkit-filter: blur(150px);
  filter: blur(150px);
  height: 344px;
  left: -100px;
  opacity: .15;
  position: absolute;
  width: 344px
}

.risk .attention p {
  color: red;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 16px 0;
  text-align: center
}

.risk .attention p br {
  display: none
}

.risk .attention svg {
  display: block;
  height: 31px;
  margin: 0 auto;
  width: 31px
}

.fronts h3 {
  margin: 30px 0 5px;
  text-align: right
}

.fronts .box-blur {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 197px
}

.fronts .box-blur--fronts {
  background: #fff;
  padding: 0;
  position: relative
}

.fronts .box-blur--fronts p {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: hsla(0, 0%, 100%, .6);
  border-radius: 30px;
  -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, .15);
  box-shadow: 0 15px 45px rgba(0, 0, 0, .15);
  padding: 30px 15px
}

.fronts .box-blur--fronts:after,
.fronts .box-blur--fronts:before {
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.fronts .box-blur--fronts:after {
  background: url(../img/fronts-bg.png) 50%/contain no-repeat;
  height: 453px;
  top: -310px;
  width: 386px;
  z-index: -100
}

.fronts .box-blur--fronts:before {
  background: url(../img/fronts.png) 50%/contain no-repeat;
  height: 178px;
  top: -166px;
  width: 198px;
  z-index: 10
}

.compound__wrapper {
  margin-top: 10px
}

.compound__item:not(:first-child) {
  margin-top: 30px
}

.compound__img img {
  margin: 0 auto;
  width: 350px
}

.compound h3 {
  margin: 5px 0;
  text-align: right
}

.users h2 {
  margin: 0 auto;
  max-width: 820px
}

.users__wrapper {
  -webkit-box-align: top;
  -ms-flex-align: top;
  -ms-flex-pack: distribute;
  align-items: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -10px
}

.users__item {
  margin: 30px 10px;
  max-width: 330px;
  width: 100%
}

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

.users__item figure img {
  border-radius: 50%;
  margin: 0 15px 0 0;
  width: 100px
}

.users__item figure figcaption h3 {
  text-align: left
}

.users__item figure figcaption>p {
  color: #ffb800;
  font-size: 32px;
  line-height: 1.6;
  margin-left: -4px
}

.users__item img {
  border-radius: 15px;
  margin-top: 10px
}

.users__item>p {
  line-height: 1.25;
  margin-top: 15px
}

.easy__wrapper {
  -webkit-box-align: top;
  -ms-flex-align: top;
  -ms-flex-pack: distribute;
  align-items: top;
  counter-reset: myCounter2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around
}

.easy__prod {
  left: 50%;
  position: absolute;
  top: 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 137px
}

.easy__item {
  margin-top: 30px;
  max-width: 330px;
  width: 100%
}

.easy__item,
.easy__item--prod {
  position: relative
}

.easy__item img:first-child {
  margin-bottom: 15px;
  width: 210px
}

.easy__item:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #0c3661;
  border-radius: 50%;
  color: #fff;
  content: counter(myCounter2);
  counter-increment: myCounter2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Bebas Neue;
  font-size: 45px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
  width: 60px
}

.easy .box-blur {
  margin-top: 30px
}

.form {
  max-width: 360px
}

.form__title {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c67b4), to(#0c3661));
  background: -o-linear-gradient(top, #1c67b4 0, #0c3661 100%);
  background: linear-gradient(180deg, #1c67b4, #0c3661);
  border-radius: 30px 30px 0 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 -10px;
  padding: 10px;
  position: relative;
  text-align: center
}

.form__title:after,
.form__title:before {
  border-style: solid;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0
}

.form__title:before {
  border-color: #000 transparent transparent;
  border-width: 10px 10px 0 0;
  right: 0
}

.form__title:after {
  border-color: transparent #000 transparent transparent;
  border-width: 0 10px 10px 0;
  left: 0
}

.form__wrapper {
  background: #fff;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, .15);
  box-shadow: 0 15px 45px rgba(0, 0, 0, .15)
}

.form__old-price {
  color: rgba(12, 54, 97, .5);
  font-size: 40px;
  padding-top: 15px;
  text-align: center;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through
}

.form__new-price,
.form__old-price {
  font-family: Bebas Neue;
  font-weight: 700;
  line-height: 1
}

.form__new-price {
  color: #9b2d49;
  font-size: 60px;
  margin-bottom: 5px;
  text-align: center
}

.form #country_code_selector {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23869baf' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat 5% 50%;
  cursor: pointer;
  padding-left: 70px;
  text-align: left
}

.form #country_code_selector option {
  color: rgba(12, 54, 97, .5);
  font-size: 20px;
  line-height: 1.5
}

.form #country_code_selector,
.form .button,
.form input {
  height: 15.625vw;
  max-height: 60px;
  max-width: 300px;
  width: 84.375vw
}

.form #country_code_selector,
.form input {
  border: 1px solid rgba(12, 54, 97, .5);
  border-radius: 30px;
  color: #686c8a;
  display: block;
  font-size: 18px;
  line-height: 120%;
  margin: 0 auto 15px;
  outline: none;
  text-align: right;
  padding-right: 30px;
}

.form #country_code_selector,
.form #country_code_selector::-webkit-input-placeholder,
.form input::-webkit-input-placeholder {
  color: rgba(12, 54, 97, .5);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5
}

.form #country_code_selector:-ms-input-placeholder,
.form input:-ms-input-placeholder {
  color: rgba(12, 54, 97, .5);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5
}

.form #country_code_selector::-ms-input-placeholder,
.form input::-ms-input-placeholder {
  color: rgba(12, 54, 97, .5);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5
}

.form #country_code_selector::-webkit-input-placeholder,
.form input::-webkit-input-placeholder {
  color: rgba(12, 54, 97, .5);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.form #country_code_selector::-moz-placeholder,
.form input::-moz-placeholder {
  color: rgba(12, 54, 97, .5);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.form #country_code_selector::placeholder,
.form input::placeholder {
  color: rgba(12, 54, 97, .5);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.form .button {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4
}

.form__secure {
  padding: 15px 0
}

.footer .promo .form {
  display: block;
  margin: 30px auto 24px
}

.footer .promo h3 {
  display: none;
}

@media only screen and (min-width:768px) {
  .promo__prod {
    max-width: 419px
  }

  .promo__prod .sale {
    font-size: 90px;
    height: 200px;
    width: 200px
  }

  .promo__prod .sale span {
    font-size: 45px;
    line-height: 0.7;
  }
}

@media only screen and (min-width:992px) {
  .button {
    cursor: pointer
  }

  .button:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#45ff6e), to(#00871d));
    background: -o-linear-gradient(bottom, #45ff6e 0, #00871d 100%);
    background: linear-gradient(1turn, #45ff6e, #00871d);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    z-index: -1
  }

  .button:hover:after {
    opacity: 1
  }

  .button:hover:before {
    opacity: 0
  }

  section:not(:first-child) {
    margin-top: 170px
  }

  #box .promo {
    padding-top: 100px
  }

  #box .promo .container:before {
    background: url(../img/promo.png) no-repeat;
    height: 661px;
    left: -20px;
    top: -190px;
    width: 607px
  }

  h1 {
    text-align: right
  }

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

  .promo .container:before {
    content: "";
    position: absolute;
    z-index: -5
  }

  .promo h1,
  .promo__badge,
  .promo__list {
    margin: 0
  }

  .footer .promo__list {
    margin-top: 60px;
    position: relative;
    z-index: 11;
    max-width: 240px;
  }

  .footer .promo .promo__txt {
    margin-right: 80px;
  }

  .footer .promo h1 {
    width: 350px;
  }

  .promo h3 {
    margin-bottom: 60px;
    margin-top: 15px;
    text-align: right
  }

  .promo__badge {
    margin-top: 60px
  }

  .footer .promo__badge {
    margin-top: 160px
  }

  .promo__prod {
    margin-right: -20px;
    position: relative;
    z-index: 10
  }

  .promo__prod .sale {
    margin-right: -100px;
    position: relative;
    z-index: 10
  }

  .promo .form {
    position: relative;
    z-index: 9
  }

  .jungle h2 span {
    display: block
  }

  .jungle__img {
    margin: 0
  }

  .jungle__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px
  }

  .jungle__item p {
    max-width: 810px
  }

  .jungle__item:first-of-type .jungle__img:before {
    height: 135px;
    right: -5px;
    width: 135px
  }

  .jungle__item:first-of-type .jungle__img:after {
    height: 128px;
    width: 128px
  }

  .jungle__item:first-of-type p {
    margin-right: 42px;
    width: calc(100% - 307px)
  }

  .jungle__item:nth-of-type(2) .jungle__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .jungle__item:nth-of-type(2) .jungle__img:before {
    left: -100px;
    top: -80px
  }

  .jungle__item:nth-of-type(2) p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: 136px;
    order: 1;
    width: calc(100% - 224px)
  }

  .jungle__item:nth-of-type(3) .jungle__img {
    left: 0
  }

  .jungle__item:nth-of-type(3) p {
    margin-right: 45px;
    width: calc(100% - 267px)
  }

  .jungle .box-blur__img {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1000px;
    z-index: 2
  }

  .jungle .box-blur__img img:first-child,
  .jungle .box-blur__img img:nth-child(2) {
    margin: 0;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .jungle .box-blur__img img:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .jungle .box-blur__img img:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  .jungle .box-blur__img .button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-bottom: 80px;
    order: 2
  }

  .jungle .box-blur {
    margin: 107px auto 0;
    padding: 45px 120px 120px;
    position: relative;
    width: 912px;
    z-index: 1
  }

  .risk__promo {
    position: relative;
    text-align: right;
  }

  .risk__promo h3,
  .risk__promo p {
    max-width: 480px;
    margin-right: auto;
  }

  .risk__promo p {
    margin: 10px 0 45px;
    margin-right: auto;
  }

  .risk__promo h3:nth-of-type(2) {
    font-size: 45px
  }

  .risk__girl {
    margin: -440px -130px 0 auto;
    width: 530px
  }

  .risk__smell {
    margin: 0 0 0 auto;
    right: 70px;
    top: -360px
  }

  .risk .box-blur {
    margin-top: -120px;
    padding: 30px 100px
  }

  .risk__img {
    border: 10px solid #fff;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25))
  }

  .risk__list li {
    width: 254px
  }

  .risk .attention {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 37px
  }

  .risk .attention p {
    margin: 0 14px
  }

  .risk .attention p br {
    display: block
  }

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

  .fronts__item {
    max-width: 450px;
    position: relative;
    width: 33%;
    z-index: 10
  }

  .fronts .box-blur--fronts {
    margin-top: 30px
  }

  .fronts .box-blur--fronts:after {
    height: 559px;
    top: -420px;
    width: 732px
  }

  .fronts .box-blur--fronts:before {
    height: 311px;
    top: -291px;
    width: 347px
  }

  .compound__img {
    left: 50%;
    position: absolute;
    top: 25%;
    -webkit-transform: translateX(-44%);
    -ms-transform: translateX(-44%);
    transform: translateX(-44%);
  }

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

  .compound__item,
  .compound__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .compound__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 450px;
    position: relative;
    width: 31.25vw
  }

  .compound__item:before {
    content: "";
    position: absolute
  }

  .compound__item img {
    width: 330px
  }

  .compound__item--left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    text-align: right
  }

  .compound__item--left img {
    margin: 0
  }

  .compound__item--right,
  .compound__item--right h3 {
    text-align: right
  }

  .compound__item--right img {
    margin: 0 0 0 auto
  }

  .compound__item--center,
  .compound__item--center h3 {
    text-align: center
  }

  .compound__item:last-child {
    margin: 30px auto 0;
  }

  .easy .box-blur {
    padding: 30px 100px
  }

  .footer .promo__prod {
    margin-left: -20px;
    margin-right: -120px;
    pointer-events: none;
  }
}

@media only screen and (min-width:1440px) {
  .container {
    padding: 0;
    width: 1410px
  }

  h1 {
    font-size: 75px;
    position: relative;
    width: 780px
  }

  h1:before {
    background: #9b2d49;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 394px;
    left: -288px;
    opacity: .15;
    position: absolute;
    top: -138px;
    width: 394px
  }

  h2 {
    font-size: 60px
  }

  h3 {
    font-size: 30px
  }

  .box-blur p {
    font-size: 45px
  }

  .promo .container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .promo h3 {
    font-size: 45px
  }

  .promo__list li h4 {
    font-size: 30px
  }

  .promo__prod {
    margin-right: -100px;
    position: relative;
    top: 90px
  }

  .promo__prod .sale {
    margin-right: -40px
  }

  .promo__prod:before {
    right: 3300px
  }

  .form__title {
    font-size: 25px;
    margin: 0 -20px;
    padding: 20px
  }

  .form__title:after {
    border-width: 0 20px 20px 0
  }

  .form__title:before {
    border-width: 20px 20px 0 0
  }

  .form__title:after,
  .form__title:before {
    bottom: -20px
  }

  #box .promo .form {
    display: block
  }

  #box .promo .container:before,
  .promo .container:before {
    content: "";
    height: 661px;
    position: absolute;
    left: 210px;
    top: -190px;
    width: 607px;
    z-index: -1
  }

  #box .promo .container:before {
    background: url(../img/promo.png) no-repeat
  }

  .promo .container:before {
    background: url(../img/order.png) no-repeat
  }

  .jungle h3 {
    margin: 30px auto 0;
    width: 249px
  }

  .jungle h3 span {
    display: inline
  }

  .jungle__item:first-of-type {
    margin-right: 45px;
    margin-top: -62px
  }

  .jungle__item:first-of-type p {
    margin-top: 45px
  }

  .jungle__item:first-of-type p:after {
    height: 464px;
    right: -290px;
    top: -500px;
    width: 464px
  }

  .jungle__item:first-of-type p:before {
    font-size: 660px;
    right: -280px
  }

  .jungle__item:nth-of-type(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 260px
  }

  .jungle__item:nth-of-type(3) {
    margin-right: 100px;
    margin-top: -120px
  }

  .jungle__item:nth-of-type(3) .jungle__img:after {
    background: #9b2d49;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 394px;
    left: -370px;
    opacity: .15;
    position: absolute;
    top: -70px;
    width: 394px;
    z-index: -2
  }

  .fronts h2,
  .risk h2 {
    position: relative
  }

  .fronts h2:before,
  .risk h2:before {
    background: #0c3661;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 426px;
    left: 380px;
    opacity: .15;
    position: absolute;
    top: -156px;
    width: 426px;
    z-index: -1
  }

  .fronts h2:after,
  .risk h2:after {
    background: #9b2d49;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 464px;
    opacity: .15;
    position: absolute;
    right: -291px;
    top: -200px;
    width: 464px;
    z-index: -1
  }

  .risk__promo h3 span {
    font-size: 45px
  }

  .risk__girl {
    margin: -610px -50px 0 auto;
    width: 767px
  }

  .risk__smell {
    margin: 0 auto;
    right: 60px;
    top: -190px
  }

  .risk__smell:after {
    bottom: unset;
    left: 180px;
    top: -50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .risk .box-blur {
    margin-top: -148px;
    padding: 30px 242px
  }

  .risk__img {
    border: none;
    -webkit-filter: none;
    filter: none;
    margin-top: 10px;
    width: 234px
  }

  .risk__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    position: relative
  }

  .risk__list:before {
    background: url(../img/circles-arrows.min.png) 50%/contain no-repeat;
    content: "";
    height: 387px;
    left: -54px;
    position: absolute;
    top: -31px;
    width: 1540px
  }

  .risk__list li {
    margin: 0;
    position: relative;
    z-index: 2
  }

  .risk__list p {
    margin-top: 53px
  }

  .fronts h3 {
    font-size: 45px
  }

  .fronts .box-blur--fronts:after {
    left: 45%
  }

  .fronts__wrapper {
    margin-top: 105px
  }

  .compound__wrapper {
    margin-top: 60px
  }

  .compound__img {
    top: 7%
  }

  .compound__img img {
    width: 584px
  }

  .compound__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 577px;
    width: 577px
  }

  .compound__item--right {
    padding-left: 127px
  }

  .compound__item--left {
    padding-right: 127px;
  }

  .compound__item:first-of-type,
  .compound__item:nth-of-type(2) {
    margin-top: 0
  }

  .compound__item:first-of-type:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='288' height='75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 24c47.667-23.167 167-47.9 263 38.5' stroke='%230C3661' stroke-width='4' stroke-linecap='round' stroke-dasharray='6 8'/%3E%3Ccircle cx='7.5' cy='27.5' r='7.5' fill='%230C3661'/%3E%3Ccircle cx='280.5' cy='67.5' r='7.5' fill='%230C3661'/%3E%3C/svg%3E") 50%/contain no-repeat;
    height: 71px;
    left: -20px;
    top: 17px;
    width: 273px
  }

  .compound__item:nth-of-type(2):before {
    right: -32px;
    top: 119px;
  }

  .compound__item:nth-of-type(2):before,
  .compound__item:nth-of-type(3):before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='253' height='67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 55.003C123 1 142 91 241 11.5' stroke='%230C3661' stroke-width='4' stroke-linecap='round' stroke-dasharray='6 8'/%3E%3Ccircle cx='7.5' cy='58.503' r='7.5' fill='%230C3661'/%3E%3Ccircle cx='245.5' cy='7.5' r='7.5' fill='%230C3661'/%3E%3C/svg%3E") 50%/contain no-repeat;
    height: 76px;
    width: 263px
  }

  .compound__item:nth-of-type(3):before {
    right: 360px;
    top: -10px
  }

  .compound__item:nth-of-type(3):after {
    background: #9b2d49;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 394px;
    left: -300px;
    opacity: .15;
    position: absolute;
    top: 50px;
    width: 394px;
    z-index: -1
  }

  .compound__item:nth-of-type(4):before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='162' height='47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 10.5c54.5 31 69 32 135.5 29' stroke='%230C3661' stroke-width='4' stroke-linecap='round' stroke-dasharray='6 8'/%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='%230C3661'/%3E%3Ccircle cx='154.5' cy='39.5' r='7.5' fill='%230C3661'/%3E%3C/svg%3E") 50%/contain no-repeat;
    height: 57px;
    right: 20px;
    top: 78px;
    width: 170px
  }

  .compound__item:nth-of-type(4):after {
    background: #0c3661;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 322px;
    left: -162px;
    opacity: .15;
    position: absolute;
    top: 30px;
    width: 322px;
    z-index: -1
  }

  .compound__item:nth-of-type(5) {
    /* margin-top: -50px */
  }

  .compound__item:nth-of-type(5):before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 96.5c-3-33-2-60 3.5-84' stroke='%230C3661' stroke-width='4' stroke-linecap='round' stroke-dasharray='6 8'/%3E%3Ccircle cx='7.5' cy='102.503' r='7.5' fill='%230C3661'/%3E%3Ccircle cx='12.5' cy='7.5' r='7.5' fill='%230C3661'/%3E%3C/svg%3E") 50%/contain no-repeat;
    height: 120px;
    left: 50%;
    top: -100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px
  }

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

  .users h2 {
    position: relative
  }

  .users h2:before {
    background: #0c3661;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 426px;
    left: 110px;
    opacity: .15;
    position: absolute;
    top: -156px;
    width: 426px;
    z-index: -1
  }

  .users h2:after {
    background: #9b2d49;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 464px;
    opacity: .15;
    position: absolute;
    right: -671px;
    top: -10px;
    width: 464px;
    z-index: -1
  }

  .easy__item:after {
    content: "";
    height: 48px;
    position: absolute;
    left: -60px;
    top: 0;
    width: 159px
  }

  .easy__item:first-of-type:after,
  .easy__item:nth-of-type(2):after,
  .easy__item:nth-of-type(3):after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='162' height='47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 10.5c54.5 31 69 32 135.5 29' stroke='%230C3661' stroke-width='4' stroke-linecap='round' stroke-dasharray='6 8'/%3E%3Ccircle cx='9.5' cy='9.5' r='7.5' fill='%230C3661'/%3E%3Ccircle cx='154.5' cy='39.5' r='7.5' fill='%230C3661'/%3E%3C/svg%3E") 50%/contain no-repeat
  }

  .easy__item:first-of-type:after,
  .easy__item:nth-of-type(3):after {
    -webkit-transform: scaleY(-1) rotate(-14deg);
    -ms-transform: scaleY(-1) rotate(-14deg);
    transform: scaleY(-1) rotate(-14deg)
  }

  .easy__item:nth-of-type(2):after {
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg)
  }

  .footer {
    margin-bottom: 101px
  }

  .footer .promo h1 {
    width: auto;
  }
}

.promo--bottom {
  margin-bottom: 100px;
}
@media (min-width:990px) and (max-width: 1440px) {
  .fronts h2 {
    margin-bottom: 80px;
  }
}

.js_errorMessage2,
.js_errorMessage,
.only_number {
  direction: ltr;
  text-align: right;
}
