/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -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 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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:before,
.slick-track:after {
  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 img {
  display: block;
}

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

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

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  -webkit-text-size-adjust: 100%
}

a {
  cursor: pointer
}

a:hover {
  text-decoration: none
}

p a {
  color: #000;
  font-weight: 900
}

p a:hover {
  color: #e30000;
  text-decoration: underline;
  -webkit-text-decoration-color: #e30000;
  text-decoration-color: #e30000;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy
}

p b {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  font-style: italic;
  line-height: 1;
  font-weight: 900
}

p a,
p span {
  text-decoration: underline;
  -webkit-text-decoration-color: #e30000;
  text-decoration-color: #e30000;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy
}

p span.clr {
  text-decoration: none;
  font-weight: bold;
  color: #e30000
}

p strong {
  font-weight: 900
}

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

ul, ol {
  list-style: none
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: #faf8f2
}

body[data-fix] {
  overflow: hidden
}

button {
  font-family: 'Montserrat', sans-serif
}

.wrapper {
  overflow: hidden
}

.container {
  max-width: 375px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.container.container_unident {
  padding: 0;
  z-index: 0
}

.icons {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block
}

@-webkit-keyframes healthWave_01 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
  }
  70% {
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes healthWave_01 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
  }
  70% {
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes healthWave_02 {
  0% {
    -webkit-transform: scale(-0.5, 0.5);
    transform: scale(-0.5, 0.5);
    opacity: 0
  }
  70% {
    opacity: 1
  }
  100% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    opacity: 0
  }
}

@keyframes healthWave_02 {
  0% {
    -webkit-transform: scale(-0.5, 0.5);
    transform: scale(-0.5, 0.5);
    opacity: 0
  }
  70% {
    opacity: 1
  }
  100% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    opacity: 0
  }
}

@-webkit-keyframes bacteria {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  95% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@keyframes bacteria {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  95% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes dream {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-15deg) translate(0, 0);
    transform: scale(0.5) rotate(-15deg) translate(0, 0)
  }
  15% {
    opacity: 1
  }
  25% {
    -webkit-transform: scale(0.65) rotate(0deg) translate(25px, -10px);
    transform: scale(0.65) rotate(0deg) translate(25px, -10px)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.85) rotate(-10deg) translate(50px, -15px);
    transform: scale(0.85) rotate(-10deg) translate(50px, -15px)
  }
  75% {
    -webkit-transform: scale(0.95) rotate(0deg) translate(55px, -12px);
    transform: scale(0.95) rotate(0deg) translate(55px, -12px)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1) rotate(15deg) translate(65px, -10px);
    transform: scale(1) rotate(15deg) translate(65px, -10px)
  }
}

@keyframes dream {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-15deg) translate(0, 0);
    transform: scale(0.5) rotate(-15deg) translate(0, 0)
  }
  15% {
    opacity: 1
  }
  25% {
    -webkit-transform: scale(0.65) rotate(0deg) translate(25px, -10px);
    transform: scale(0.65) rotate(0deg) translate(25px, -10px)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.85) rotate(-10deg) translate(50px, -15px);
    transform: scale(0.85) rotate(-10deg) translate(50px, -15px)
  }
  75% {
    -webkit-transform: scale(0.95) rotate(0deg) translate(55px, -12px);
    transform: scale(0.95) rotate(0deg) translate(55px, -12px)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1) rotate(15deg) translate(65px, -10px);
    transform: scale(1) rotate(15deg) translate(65px, -10px)
  }
}

@-webkit-keyframes rain {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  10% {
    opacity: 1
  }
  95% {
    opacity: 0
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px)
  }
}

@keyframes rain {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  10% {
    opacity: 1
  }
  95% {
    opacity: 0
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px)
  }
}

@-webkit-keyframes weightLoss_01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    opacity: 1
  }
  65% {
    opacity: 1
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px)
  }
}

@keyframes weightLoss_01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    opacity: 1
  }
  65% {
    opacity: 1
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px)
  }
}

@-webkit-keyframes weightLoss_02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) scale(-1, 1);
    transform: translateX(0) scale(-1, 1)
  }
  50% {
    opacity: 1
  }
  65% {
    opacity: 1
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-70px) scale(-1, 1);
    transform: translateX(-70px) scale(-1, 1)
  }
}

@keyframes weightLoss_02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) scale(-1, 1);
    transform: translateX(0) scale(-1, 1)
  }
  50% {
    opacity: 1
  }
  65% {
    opacity: 1
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-70px) scale(-1, 1);
    transform: translateX(-70px) scale(-1, 1)
  }
}

@-webkit-keyframes eatSteam {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    opacity: 1
  }
  80% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

@keyframes eatSteam {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    opacity: 1
  }
  80% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #020634;
  z-index: 4;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s
}

header.scrolled {
  background-color: rgba(2, 6, 52, 0.8)
}

header:after {
  content: '';
  display: block;
  clear: both
}

.logo {
  float: left;
  position: relative;
  z-index: 4;
  padding: 20px 10px
}

.logo:before {
  content: '';
  background: url(../img/logo.png) center no-repeat;
  background-size: contain;
  width: 125px;
  height: 30px;
  display: block
}

.header__decore {
  display: block
}

.m-menu {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 25px 10px 0 0;
  z-index: 5;
  cursor: pointer
}

.m-menu b {
  width: 100%;
  height: 2px;
  background: #2e3de6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

.m-menu:before, .m-menu:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

.m-menu:before {
  margin-top: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #2e3de6), color-stop(70%, transparent));
  background: -o-linear-gradient(left, #2e3de6 70%, transparent 70%);
  background: linear-gradient(to right, #2e3de6 70%, transparent 70%)
}

.m-menu:after {
  margin-top: 6px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #2e3de6), color-stop(30%, transparent));
  background: -o-linear-gradient(left, #2e3de6 30%, transparent 30%);
  background: linear-gradient(to right, #2e3de6 30%, transparent 30%)
}

.m-menu[data-opened] b {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%)
}

.m-menu[data-opened]:before {
  -webkit-transform: rotate(-45deg) translateX(30%);
  -ms-transform: rotate(-45deg) translateX(30%);
  transform: rotate(-45deg) translateX(30%)
}

.m-menu[data-opened]:after {
  -webkit-transform: rotate(-45deg) translate(20%, 1px);
  -ms-transform: rotate(-45deg) translate(20%, 1px);
  transform: rotate(-45deg) translate(20%, 1px)
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.95);
  z-index: 2;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #3344ff;
  counter-reset: nav-cointer;
  padding-top: 100px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s
}

nav[data-opened] {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

nav[data-opened]:before {
  content: '';
  width: 90%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70px);
  -ms-transform: translate(-50%, 70px);
  transform: translate(-50%, 70px);
  background: -webkit-gradient(linear, left top, right top, from(#e30000), to(#34f));
  background: -o-linear-gradient(left, #e30000, #34f);
  background: linear-gradient(to right, #e30000, #34f)
}

.nav__item {
  position: relative;
  padding: 20px 0;
  cursor: pointer
}

.nav__item span {
  position: relative;
  z-index: 1
}

.nav__item.nav__item_mark {
  color: #e30000
}

.nav__item:before {
  content: counter(nav-cointer);
  counter-increment: nav-cointer;
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  font-weight: 900;
  line-height: .2;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  visibility: hidden
}

.nav__item.nav__item_mark:before {
  margin-top: -15px
}

.nav__item:hover {
  color: #ffffff
}

.nav__item:hover:before {
  color: #e30000;
  visibility: visible
}

.case-left, .case-right {
  position: relative
}

.promo {
  padding: 70px 0 15px;
  background: url(../img/promo_bg.jpg) center no-repeat;
  background-size: cover
}

.promo h1 {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 2px;
  font-family: 'Playfair Display', serif;
  padding: 0 0 25px;
  color: #ffffff
}

.promo h1 span {
  display: block
}

.promo .button__wrap {
  padding: 0
}

.promo__product {
  position: relative;
  margin: 0 auto -20px;
  z-index: 6;
  max-width: 260px
}

.button__wrap {
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 3
}

button {
  display: table;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px 35px;
  min-height: 60px;
  color: #ffffff;
  background: #3344ff;
  -webkit-box-shadow: 0 4px 16px rgba(51, 68, 255, 0.7), 20px 10px 20px -10px rgba(51, 68, 255, 0.7), -20px 10px 20px -10px rgba(51, 68, 255, 0.7);
  box-shadow: 0 4px 16px rgba(51, 68, 255, 0.7), 20px 10px 20px -10px rgba(51, 68, 255, 0.7), -20px 10px 20px -10px rgba(51, 68, 255, 0.7);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s, -webkit-box-shadow .2s;
  transition: -webkit-transform .2s, -webkit-box-shadow .2s;
  -o-transition: transform .2s, box-shadow .2s;
  transition: transform .2s, box-shadow .2s;
  transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s
}

button b {
  display: table-cell;
  vertical-align: middle;
  min-width: 175px;
}

button:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0 1px 10px #3344ff;
  box-shadow: 0 1px 10px #3344ff
}

button:hover .button__decore svg:first-child {
  -webkit-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%)
}

button:hover .button__decore svg:last-child {
  -webkit-transform: translate(30px, -50%) scale(-1, 1);
  -ms-transform: translate(30px, -50%) scale(-1, 1);
  transform: translate(30px, -50%) scale(-1, 1)
}

.button__decore {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.button__decore svg {
  width: 21px;
  height: 90%;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.button__decore svg:first-child {
  left: 0;
  -webkit-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%)
}

.button__decore svg:last-child {
  right: 0;
  -webkit-transform: translate(15px, -50%) scale(-1, 1);
  -ms-transform: translate(15px, -50%) scale(-1, 1);
  transform: translate(15px, -50%) scale(-1, 1);
  z-index: 1
}

button:before, button:after {
  content: '';
  width: 20px;
  height: 100%;
  border: 30px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

button:before {
  border-right: 18px solid #3344ff;
  right: 100%
}

button:after {
  border-left: 18px solid #3344ff;
  left: 100%
}

.promo__title {
  padding: 40px;
  line-height: 1.4;
  font-size: 18px;
  color: #3344ff;
  text-align: center
}

button.slick-arrow:before, button.slick-arrow:after {
  display: none
}

button.slick-arrow {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: auto;
  font-size: 0;
  padding: 0;
  margin: 0 0 -20px;
  width: 20px;
  height: 40px;
  position: absolute;
  bottom: 50%;
  z-index: 5;
  opacity: .8
}

button.slick-arrow svg {
  width: 16px;
  height: 40px;
  fill: #fff
}

.slick-next {
  right: 0
}

.slick-prev {
  left: 0
}

.slick-prev svg {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.slick-next:hover {
  -webkit-transform: translate(3px, 0);
  -ms-transform: translate(3px, 0);
  transform: translate(3px, 0);
  -webkit-box-shadow: none;
  box-shadow: none
}

.slick-prev:hover {
  -webkit-transform: translate(-3px, 0);
  -ms-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
  -webkit-box-shadow: none;
  box-shadow: none
}

.promo__photo {
  position: relative
}

.promo__photo img {
  margin: 0 auto
}

.promo__action {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.promo__action span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.promo__action_01:before, .promo__action_01:after {
  content: '';
  background: url(../img/slider_decore_02.png) center no-repeat;
  width: 106px;
  height: 156px;
  position: absolute;
  top: 50%;
  margin-top: -78px
}

.promo__action_01:before {
  left: 50%;
  margin-left: 40px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}

.slick-active .promo__action_01:before {
  -webkit-animation: healthWave_01 1.4s infinite;
  animation: healthWave_01 1.4s infinite
}

.promo__action_01:after {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: 50%;
  margin-right: -65px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}

.slick-active .promo__action_01:after {
  -webkit-animation: healthWave_02 1.4s infinite;
  animation: healthWave_02 1.4s infinite
}

.promo__action_01 span:before {
  content: '';
  background: url(../img/slider_decore_01.png) center no-repeat;
  width: 66px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -33px
}

.promo__action_01 span:after {
  content: '';
  background: url(../img/slider_decore_01_1.png) center no-repeat;
  width: 64px;
  height: 67px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -32px;
  opacity: 0
}

.slick-active .promo__action_01 span:before {
  -webkit-animation: bacteria 3s infinite;
  animation: bacteria 3s infinite
}

.slick-active .promo__action_01 span:after {
  -webkit-animation: bacteria 3s 1.5s infinite;
  animation: bacteria 3s 1.5s infinite
}

.promo__action_02:before {
  content: '';
  width: 144px;
  height: 144px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -72px 0 0 -72px;
  border-radius: 50%;
  border: 2px dotted #fff
}

.slick-active .promo__action_02:before {
  -webkit-animation: circle 2s infinite linear;
  animation: circle 2s infinite linear
}

.promo__action_02:after {
  content: '';
  background: url(../img/slider_decore_03.png) center no-repeat;
  width: 92px;
  height: 304px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -152px 0 0 -46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.promo__action_03:before {
  content: '';
  width: 47px;
  height: 67px;
  background: url(../img/slider_decore_04.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 10px
}

.promo__action_03:after {
  content: '';
  width: 55px;
  height: 50px;
  background: url(../img/slider_decore_04.png) 100% 100% no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 20px 0 0 45px
}

.promo__action_03 span:before, .promo__action_03 span:after {
  content: '';
  width: 12px;
  height: 20px;
  background: url(../img/slider_decore_04.png) -46px 100% no-repeat;
  position: absolute;
  top: 0;
  right: 50%;
  opacity: 0
}

.promo__action_03 span:before {
  margin: 70px 70px 0 0
}

.promo__action_03 span:after {
  margin: 20px -40px 0 0
}

.slick-active .promo__action_03 span:before {
  -webkit-animation: rain 1s infinite linear;
  animation: rain 1s infinite linear
}

.slick-active .promo__action_03 span:after {
  -webkit-animation: rain 1s .7s infinite linear;
  animation: rain 1s .7s infinite linear
}

.promo__action_03 b {
  width: 18px;
  height: 45px;
  background: url(../img/slider_decore_04.png) -58px 100% no-repeat;
  position: absolute;
  top: 0;
  right: 50%;
  margin: -10px 25px 0 0;
  opacity: 0
}

.slick-active .promo__action_03 b {
  -webkit-animation: rain 1s .3s infinite linear;
  animation: rain 1s .3s infinite linear
}

.promo__action_04:before {
  content: '';
  background: url(../img/slider_decore_05.png) center no-repeat;
  width: 84px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -42px;
  -webkit-animation: eatSteam 2s infinite;
  animation: eatSteam 2s infinite
}

.promo__action_05 span:before, .promo__action_05 span:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin: 0 15px -1px 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity .3s .7s, -webkit-transform 1s .7s;
  transition: opacity .3s .7s, -webkit-transform 1s .7s;
  -o-transition: transform 1s .7s, opacity .3s .7s;
  transition: transform 1s .7s, opacity .3s .7s;
  transition: transform 1s .7s, opacity .3s .7s, -webkit-transform 1s .7s
}

.promo__action_05 span:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-box-shadow: 0 10px 20px 15px #3344ff;
  box-shadow: 0 10px 20px 15px #3344ff
}

.promo__action_05 span:after {
  background: url(../img/slider_decore_06.png) 0 100% no-repeat
}

.promo__action_05 b:before, .promo__action_05 b:after {
  content: '';
  width: 53px;
  height: 52px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 4px -25px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity .3s .5s, -webkit-transform 1s .5s;
  transition: opacity .3s .5s, -webkit-transform 1s .5s;
  -o-transition: transform 1s .5s, opacity .3s .5s;
  transition: transform 1s .5s, opacity .3s .5s;
  transition: transform 1s .5s, opacity .3s .5s, -webkit-transform 1s .5s
}

.promo__action_05 b:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-box-shadow: 0 20px 30px 25px #3344ff;
  box-shadow: 0 20px 30px 25px #3344ff
}

.promo__action_05 b:after {
  background: url(../img/slider_decore_06.png) 100% 100% no-repeat
}

.slick-active .promo__action_05 b:before {
  opacity: 1;
  -webkit-transform: translateY(0) scale(0.5);
  -ms-transform: translateY(0) scale(0.5);
  transform: translateY(0) scale(0.5)
}

.slick-active .promo__action_05 b:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.slick-active .promo__action_05 span:before {
  opacity: 1;
  -webkit-transform: translateY(0) scale(0.5);
  -ms-transform: translateY(0) scale(0.5);
  transform: translateY(0) scale(0.5)
}

.slick-active .promo__action_05 span:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.promo__action_06:before, .promo__action_06 span:before, .promo__action_06 span:after {
  content: 'Z';
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 50%;
  margin: 20px 40px 0 0;
  text-shadow: 0 0 20px #3344ff;
  opacity: 0
}

.slick-active .promo__action_06:before {
  -webkit-animation: dream 4s infinite linear;
  animation: dream 4s infinite linear
}

.slick-active .promo__action_06 span:before {
  -webkit-animation: dream 4s 1.5s infinite linear;
  animation: dream 4s 1.5s infinite linear
}

.slick-active .promo__action_06 span:after {
  -webkit-animation: dream 4s 3s infinite linear;
  animation: dream 4s 3s infinite linear
}

.promo__action_07:before, .promo__action_07:after, .promo__action_07 span:before, .promo__action_07 span:after {
  content: '';
  background: url(../img/slider_decore_09.png) center no-repeat;
  width: 38px;
  height: 32px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -10px;
  opacity: 0
}

.slick-active .promo__action_07:before, .slick-active .promo__action_07 span:before {
  left: 50%;
  margin-left: 50px;
  -webkit-animation: weightLoss_01 2s infinite;
  animation: weightLoss_01 2s infinite
}

.slick-active .promo__action_07:after, .slick-active .promo__action_07 span:after {
  right: 50%;
  margin-right: 50px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-animation: weightLoss_02 2s infinite;
  animation: weightLoss_02 2s infinite
}

.slick-active .promo__action_07 span:before, .slick-active .promo__action_07 span:after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.promo__subslider {
  padding: 0 20px
}

.promo__text {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  font-size: 16px
}

.count__wrap {
  position: relative
}

[data-count] {
  position: absolute;
  width: 40px;
  top: 50%;
  left: 50%;
  font-size: 28px;
  color: #3344ff;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  margin: 25px 0 0 60px
}

[data-count] span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 15px;
  margin: 0 -3px
}

[data-count] b {
  background: #0d1680;
  width: 35px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

[data-count] b:before, [data-count] b:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0d1680
}

[data-count] b:before {
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
  -ms-transform: translate(-50%, -50%) rotate(60deg);
  transform: translate(-50%, -50%) rotate(60deg)
}

[data-count] b:after {
  -webkit-transform: translate(-50%, -50%) rotate(-60deg);
  -ms-transform: translate(-50%, -50%) rotate(-60deg);
  transform: translate(-50%, -50%) rotate(-60deg)
}

.count__curr {
  color: #ffffff;
  padding-bottom: 20px;
  font-weight: 900
}

.count__total {
  padding-top: 20px;
  font-weight: 900
}

.test .container {
  padding: 25px 10px;
  background: #f2f2f2
}

.title {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.1;
  text-align: center;
  color: #3142f9;
  font-family: 'Playfair Display', serif;
  position: relative
}

.title svg {
  width: 40px;
  height: 10px;
  display: block;
  margin: 20px auto 0
}

[data-scroll-hide] {
  padding: 20px 0
}

.test__text {
  line-height: 1.54;
  padding: 10px 0 5px
}

.test__list {
  padding: 20px 0
}

.test__list li {
  padding-bottom: 10px
}

.test__point {
  display: table;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding-left: 75px;
  min-height: 60px;
  position: relative;
  overflow: hidden;
  background: url(../img/test_item_mobile_bg.png) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer
}

.test__point span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 25px 5px 0;
  line-height: 1.2
}

.test__point:before {
  content: '+';
  font-size: 46px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.1);
  width: 65px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.test__point:hover:before {
  color: #ffffff
}

.test__point[data-active]:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #ffffff
}

.test__point:hover, .test__point[data-active] {
  background: url(../img/test_item_bg_active.png) center no-repeat;
  background-size: 100% 100%;
  color: #ffffff
}

.test__photo {
  display: none
}

.targets {
  padding: 25px 0;
  z-index: 2;
  position: relative;
}

.targets .title {
  padding: 25px 0
}

.targets__item {
  border-top: 1px solid #3142f9;
  padding: 25px 0 0
}

.targets__case {
  padding: 0 20px
}

.targets__name {
  font-size: 28px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 900;
  font-family: 'Playfair Display', serif
}

.targets__text {
  line-height: 1.5;
  padding: 20px 0 30px
}

.description {
  padding: 25px 0;
  position: relative
}

.description:before {
  content: '';
  width: 55%;
  height: 40px;
  background: #d3d7db;
  position: absolute;
  bottom: 40%;
  left: 0;
  margin: 0 0 -15px;
  opacity: .8
}

.description__decore {
  width: 750px;
  padding: 0 0 50px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s
}

.description__photo {
  max-width: 300px;
  display: inline-block;
  vertical-align: bottom
}

.description__photo_02 {
  margin: 0 0 -30px -70px;
  width: 280px
}

.description__photo_03 {
  margin: 40px 0 0 -70px;
  vertical-align: top
}

.description__wrap {
  padding: 0 10px
}

.description__text {
  line-height: 1.5;
  padding: 10px 0 5px;
  text-shadow: 0 0 5px #faf8f2, 0 0 10px #faf8f2, 0 0 10px #faf8f2
}

.description__product {
  position: relative;
  z-index: 3
}

.description__product img {
  width: 170px;
  margin: 20px 0 -50px auto;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg)
}

.description__product:before {
  content: '';
  width: 110px;
  height: 110px;
  background: url(../img/description_decore_02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px 0 0 15px
}

.description__case {
  position: relative;
  padding: 40px 20px
}

.description__case button {
  padding: 10px 20px
}

.description__border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  stroke-width: 20px
}

.description__title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  text-align: center;
  padding-bottom: 15px
}

.description__item {
  position: relative;
  text-align: center;
  padding: 0 10px
}

.description__item:before {
  content: '';
  background-image: url(../img/description_sprite.png);
  background-repeat: no-repeat;
  width: 88px;
  height: 104px;
  display: block;
  margin: 0 auto
}

.description__item_01:before {
  background-position: 0 50%
}

.description__item_02:before {
  background-position: -88px 50%
}

.description__item_03:before {
  background-position: -176px 50%
}

.description__item_04:before {
  background-position: -264px 50%
}

.description__name {
  font-size: 16px;
  line-height: 1.2;
  color: #3344ff;
  font-weight: 900;
  text-transform: uppercase
}

.description__text {
  line-height: 1.5;
  padding: 15px 0
}

.composition {
  padding: 25px 0;
  background: #000000;
  color: #ffffff;
  position: relative
}

.composition .title {
  font-size: 26px;
  color: #ffffff
}

.composition .title span:before {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #e9da2e;
  display: block;
  margin: 15px auto 10px;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s
}

.composition .title span[data-clr="2"]:before {
  background-color: #f99431
}

.composition .title span[data-clr="3"]:before {
  background-color: #50a62d
}

.composition .title span[data-clr="4"]:before {
  background-color: #c7d437
}

.composition .title span[data-clr="5"]:before {
  background-color: #84cf42
}

.composition__bg span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s
}

.composition__bg span[data-bg="1"] {
  background: url(../img/composition_bg_01.jpg) center no-repeat;
  background-size: cover
}

.composition__bg span[data-bg="2"] {
  background: url(../img/composition_bg_02.jpg) center no-repeat;
  background-size: cover;
  opacity: 0
}

.composition__bg span[data-bg="3"] {
  background: url(../img/composition_bg_03.jpg) center no-repeat;
  background-size: cover;
  opacity: 0
}

.composition__bg span[data-bg="4"] {
  background: url(../img/composition_bg_04.jpg) center no-repeat;
  background-size: cover;
  opacity: 0
}

.composition__bg span[data-bg="5"] {
  background: url(../img/composition_bg_05.jpg) center no-repeat;
  background-size: cover;
  opacity: 0
}

.composition__case {
  padding-top: 220px
}

.composition__case .slick-arrow {
  margin-bottom: -65px
}

.composition__item {
  text-align: center
}

.composition__name {
  font-size: 28px;
  line-height: 1.2;
  padding: 0 20px 10px;
  font-style: italic;
  font-family: 'Playfair Display', serif
}

.composition__text {
  line-height: 1.5
}

.composition__list {
  display: none
}

.opinions {
  padding: 35px 0
}

.opinions__wrap {
  padding: 25px 0
}

.opinions__photo {
  position: relative;
  padding: 0 10px
}

.opinions__photo img {
  position: relative
}

.composition__dots {
  display: none
}

.opinions__photo:before {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
  -webkit-box-shadow: 10px 0 0 0 #f2f2f2, -10px 0 0 0 #f2f2f2;
  box-shadow: 10px 0 0 0 #f2f2f2, -10px 0 0 0 #f2f2f2
}

.opinions__name {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  font-style: italic;
  color: #ffffff;
  background: #3142f9;
  padding: 0 10px;
  display: table;
  margin: -20px 0 0;
  position: relative;
  font-family: 'Playfair Display', serif
}

.opinions__caption {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
  padding: 10px 0
}

.opinions__text {
  line-height: 1.5;
  padding: 10px 0 15px
}

.opinions__text svg {
  display: none
}

.reviews {
  padding: 25px 0
}

.reviews__title:before {
  content: '';
  width: 100px;
  height: 2px;
  background: #d3d7db;
  display: block;
  margin: 0 auto 30px
}

.reviews__title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  color: #3142f9;
  padding-bottom: 35px
}

.reviews__title span {
  display: block;
  color: #000000
}

.reviews__case {
  padding-bottom: 100px;
  position: relative
}

.reviews__case li {
  padding: 0 5px
}

.reviews__case .slick-arrow {
  margin: 0 0 50px;
  width: 60px;
  height: 2px;
  bottom: 0;
  background: #3142f9
}

.reviews__case .slick-arrow:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid transparent;
  border-top-color: #3142f9;
  border-right-color: #3142f9;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -12px 2px 0 0
}

.reviews__case .slick-prev {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.reviews__case .slick-prev:hover {
  -webkit-transform: scale(-1, 1) translate(3px, 0);
  -ms-transform: scale(-1, 1) translate(3px, 0);
  transform: scale(-1, 1) translate(3px, 0)
}

.reviews__item {
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.reviews__info img {
  display: inline-block;
  vertical-align: bottom
}

.reviews__data {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 20px
}

.reviews__data b {
  font-weight: 900;
  text-transform: uppercase;
  color: #3344ff
}

.reviews__data span {
  display: block;
  font-weight: bold;
  padding: 5px 0 10px
}

.reviews__data:after {
  content: '';
  background: url(../img/reviews_rating.png) center no-repeat;
  width: 103px;
  height: 16px;
  display: block
}

.reviews__text {
  line-height: 1.5;
  padding: 15px 0
}

.reviews__tags {
  color: #3142f9;
  padding: 0 0 20px
}

.reviews__photo {
  margin: 0 auto
}

.count__wrap_reviews [data-count] {
  top: 100%;
  left: 50%;
  font-size: 28px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  margin: -75px 0 0 -20px;
  color: #d3d7db
}

.count__wrap_reviews [data-count] b {
  background: #fff;
  width: 46px;
  height: 80px;
  -webkit-box-shadow: inset 0 -1.5px 0 #3344ff, inset 0 1.5px 0 #3344ff;
  box-shadow: inset 0 -1.5px 0 #3344ff, inset 0 1.5px 0 #3344ff
}

.count__wrap_reviews [data-count] b:before, .count__wrap_reviews [data-count] b:after {
  background: #fff;
  -webkit-box-shadow: inset 0 -2px 0 #3344ff, inset 0 2px 0 #3344ff;
  box-shadow: inset 0 -2px 0 #3344ff, inset 0 2px 0 #3344ff
}

.count__wrap_reviews [data-count] .count__curr {
  color: #3344ff
}

.order {
  background: url(../img/promo_bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 70px
}

.order__title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  font-family: 'Playfair Display', serif;
  position: relative;
  z-index: 1
}

.order__subtitle {
  font-size: 18px;
  line-height: 1.4;
  color: #3344ff;
  padding-bottom: 20px
}

.order__subtitle span {
  color: #e30000
}

.order__photo {
  position: relative;
  padding: 30px 0
}

.order__photo img {
  margin-left: auto
}

.order__photo:before {
  content: '';
  background: url(../img/order_decore.png) center no-repeat;
  background-size: contain;
  width: 158px;
  height: 44px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 35px 25px 0
}

.order__photo:after {
  content: '';
  width: 166px;
  height: 295px;
  background: url(../img/order_photo_01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 15px -10px
}

.price {
  padding: 15px;
  background: url(../img/price_bg.png) center no-repeat;
  background-size: 100% 100%;
  font-size: 0
}

.price__item {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.price__item s {
  display: block;
  font-weight: 900;
  font-size: 16px;
}

.price__item b {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.price__item_old {
  color: #e30000;
}

.price__item_new {
  color: #141e28;
}

form {
  margin-top: 35px;
  position: relative
}

.form__field {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2)
}

.form__field label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.form__field_select:before {
  content: '';
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -2px 15px 0 0
}

select, option, input {
  display: block;
  width: 100%;
  min-height: 50px;
  background: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select {
  padding: 15px
}

select::-ms-expand {
  display: none
}

option, input {
  padding: 20px 15px 10px
}

input::-webkit-input-placeholder {
  font-size: 16px;
  color: #ffffff
}

input::-moz-placeholder {
  font-size: 16px;
  color: #ffffff
}

input:-ms-input-placeholder {
  font-size: 16px;
  color: #ffffff
}

input::-ms-input-placeholder {
  font-size: 16px;
  color: #ffffff
}

input::placeholder {
  font-size: 16px;
  color: #ffffff
}

option {
  color: #141e28 !important
}

select:focus, input:focus {
  color: #141e28;
  background: #ffffff
}

select:focus + label, input:focus + label, label[data-full] {
  color: #3344ff;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  padding-top: 10px;
  z-index: 5
}

.order:after {
  content: '';
  background: url(../img/order_photo_02.png) right bottom no-repeat;
  background-size: contain;
  width: 300px;
  height: 460px;
  display: block;
  margin: 30px 0 0 auto;
}

[data-show] {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s
}

[data-show='show'] {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.leafs {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  z-index: 1
}

.leafs__item {
  position: absolute;
  background: url(../img/description_decore_01.png) no-repeat;
  height: 120px;
  top: 20%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

.leafs__item_01 {
  background-position: 0 50%;
  width: 98px;
  margin: -60px 0 0 -25px
}

.leafs__item_02 {
  background-position: -98px 50%;
  width: 154px;
  right: 0;
  margin: -145px -25px 0 0
}

.leafs__item_03 {
  background-position: -242px 50%;
  width: 154px;
  margin: 85px 55px 0 0;
  right: 0
}

.leafs__item_04 {
  background-position: -396px 50%;
  width: 154px;
  margin: 135px 0 0 -50px
}

.leafs__item_05 {
  background-position: -550px 50%;
  width: 90px;
  margin: 290px 0 0 0;
  right: 0
}

.hex {
  position: absolute;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  width: 116px;
  height: 100px
}

.hex:before {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 70px 50px rgba(13, 22, 128, 0.7);
  box-shadow: 0 5px 70px 50px rgba(13, 22, 128, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.hex:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/sprite_decore_hex.png) 0 50% no-repeat
}

.hex.hex_red:after {
  background-position: -232px 50%
}

.hex.hex_red:before {
  display: none
}

.promo h1 {
  position: relative
}

.promo .case-left {
  z-index: 7
}

.promo .case-left .hex {
  bottom: 0;
  right: 50%;
  margin: 0 25px -65px 0;
  opacity: .7
}

.promo .case-left .hex:not(.hex_red):after {
  background-position: -116px 50%
}

.promo .case-left .hex_red {
  top: 50%;
  right: 0;
  margin: -55px -20px 0 0
}

.promo .case-right .hex {
  display: none
}

.test .hex:not(.hex_scaled) {
  display: none
}

.test .test__case .hex {
  margin: 285px 0 0 -80px
}

.description__photo {
  position: relative
}

.description__photo .hex {
  right: 0;
  top: 50%;
  opacity: .7;
  z-index: 1;
  margin-right: -25px
}

.description__photo .hex:after {
  background-position: -464px 50%
}

.hex.hex_transparent {
  width: 80px;
  height: 140px;
  -webkit-box-shadow: inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
  box-shadow: inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none
}

.hex.hex_transparent:before, .hex.hex_transparent:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  background: none;
  -webkit-box-shadow: inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
  box-shadow: inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
  border-radius: 0 !important
}

.hex.hex_transparent:before {
  -webkit-transform: translate(-50%, -50%) rotate(-60deg);
  -ms-transform: translate(-50%, -50%) rotate(-60deg);
  transform: translate(-50%, -50%) rotate(-60deg)
}

.hex.hex_transparent:after {
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
  -ms-transform: translate(-50%, -50%) rotate(60deg);
  transform: translate(-50%, -50%) rotate(60deg)
}

.composition .hex {
  right: 0;
  margin: -25px -40px 0 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8)
}

.hex.hex_white:before {
  -webkit-box-shadow: 0 10px 70px 30px rgba(13, 22, 128, 0.7);
  box-shadow: 0 10px 70px 30px rgba(13, 22, 128, 0.7)
}

.hex.hex_white:after {
  background-position: -348px 50%
}

.opinions .hex.hex_white {
  right: 0;
  margin: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8)
}

.opinions__photo .hex {
  top: 50%;
  margin: -65px 0 0 -70px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: .7
}

.opinions__photo .hex.hex_red {
  right: 0;
  margin: 30px -70px 0 0
}

.order .hex {
  right: 0;
  opacity: .6;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  margin: 65px 15px 0 0;
  z-index: 1
}

.order .hex:not(.hex_red):after {
  background-position: -116px 50%
}

.order .order__title .hex {
  display: none
}

@media (min-width: 768px) {
  .description__decore {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (min-width: 991px) {
  body {
    font-size: 16px
  }

  p b {
    font-size: 66px;
    line-height: 0
  }

  section .container {
    max-width: 990px;
    padding: 0 20px
  }

  section .container.container_unident {
    padding: 0 20px
  }

  .m-menu {
    display: none
  }

  nav {
    position: static;
    display: block;
    float: right;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    background: none;
    padding: 0 20px 0 0;
    text-align: right;
    font-size: 14px;
    overflow: visible
  }

  .nav__item {
    display: inline-block;
    padding: 35px 15px
  }

  .logo:before {
    width: 183px;
    height: 45px
  }

  .header__case {
    font-size: 0;
    text-align: center
  }

  .header__decore {
    min-width: 150px
  }

  .clear-wrap {
    clear: both
  }

  .clear-wrap:after {
    content: '';
    display: block;
    clear: both
  }

  .case-left {
    max-width: 50%;
    float: left
  }

  .case-right {
    max-width: 50%;
    float: right
  }

  .promo {
    position: relative;
    padding: 150px 0 75px
  }

  .promo h1 {
    font-size: 66px
  }

  .promo:before {
    content: '';
    background: url(../img/promo_photo.png) center no-repeat;
    background-size: contain;
    width: 452px;
    height: 629px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 500px;
  }

  .promo .case-left {
    max-width: 60%
  }

  .promo__product {
    margin-top: 75px;
    max-width: 100%
  }

  .count__wrap_promo, .promo__case {
    display: inline-block;
    max-width: 49%;
    vertical-align: middle
  }

  .count__wrap_promo button.slick-arrow, .promo__case button.slick-arrow {
    left: 100%;
    margin: 0 0 0 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .count__wrap_promo button.slick-arrow svg, .promo__case button.slick-arrow svg {
    fill: #1f2999
  }

  .count__wrap_promo button.slick-arrow:hover svg, .promo__case button.slick-arrow:hover svg {
    fill: #fff
  }

  .count__wrap_promo button.slick-next, .promo__case button.slick-next {
    top: 0;
    margin-top: -15px
  }

  .count__wrap_promo button.slick-prev, .promo__case button.slick-prev {
    bottom: 0
  }

  .count__wrap {
    padding-top: 20px
  }

  .promo__title {
    font-size: 26px;
    text-align: left;
    padding: 20px 0 45px;
    width: 50%
  }

  .promo__subslider {
    padding: 0
  }

  .promo__text {
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
    color: #1f2999;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: color .2s, -webkit-transform .2s;
    transition: color .2s, -webkit-transform .2s;
    -o-transition: font-size .2s, color .2s;
    transition: font-size .2s, color .2s;
    transition: font-size .2s, color .2s, -webkit-transform .2s
  }

  .slick-active .promo__text, .promo__text.slick-active {
    font-size: 16px;
    color: #ffffff
  }

  button {
    font-size: 18px;
    max-width: 100%;
    min-height: 70px;
    padding: 10px 15px
  }

  button:before, button:after {
    border-width: 35px 20px 35px 20px
  }

  .test {
    background: url(../img/test_bg.jpg) 0 0
  }

  .test .container {
    padding-bottom: 0
  }

  .test .title {
    font-size: 48px
  }

  .title {
    font-size: 60px;
    width: 60%;
    margin: 0 auto
  }

  .title svg {
    margin-top: 25px
  }

  .test__case {
    -webkit-transition: height .7s;
    -o-transition: height .7s;
    transition: height .7s
  }

  .test__result {
    padding: 20px 0;
  }

  .test__text {
    width: 70%;
    margin: 0 auto
  }

  .test__list {
    font-size: 0
  }

  .test__list li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 14px;
    padding: 10px
  }

  .test__point {
    background: url(../img/test_item_bg.png) center no-repeat
  }

  [data-result] {
    padding: 130px 0
  }

  [data-result] .button__wrap {
    padding: 50px 0 10px
  }

  .test__photo {
    display: block;
    margin: 0 auto
  }

  .targets__item {
    border-top: none;
    clear: both
  }

  .targets__item .case-left {
    text-align: right
  }

  .targets__item .case-left .targets__photo {
    direction: rtl
  }

  .targets__item .case-left .targets__name:before {
    left: 0
  }

  .targets__name {
    font-size: 36px;
    padding-top: 20px;
    position: relative;
    z-index: 1
  }

  .targets__name:before {
    content: '';
    width: 620px;
    height: 2px;
    background: #3142f9;
    position: absolute;
    top: 0;
    right: 0
  }

  .targets__photo img {
    min-width: 700px;
    margin-left: auto
  }

  .targets__case {
    padding: 20px;
    display: table;
    min-height: 400px;
    text-shadow: 0 0 5px #faf8f2, 0 0 9px #faf8f2;
  }

  .targets__cell {
    display: table-cell;
    vertical-align: middle
  }

  .description {
    padding: 60px 0 70px
  }

  .description .title {
    padding-bottom: 40px
  }

  .description .container.container_unident {
    position: static
  }

  .description:before {
    height: 80px;
    width: 37%;
    bottom: 35%;
    margin: 0 0 -35px
  }

  .description__text {
    width: 70%;
    margin: 0 auto;
    padding: 10px 0 5px
  }

  .description__decore {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .description__photo {
    max-width: 100%;
    width: auto;
    position: absolute;
    top: 0
  }

  .description__photo_01 {
    right: 50%;
    margin: -30px 440px 0 0
  }

  .description__photo_02 {
    left: 50%;
    margin: 450px 0 0 520px
  }

  .description__photo_03 {
    left: 50%;
    margin: 10px 0 0 330px
  }

  .description__product {
    margin-top: -50px
  }

  .description__product img {
    width: auto;
    margin-right: 30px
  }

  .description__product:before {
    width: 156px;
    height: 148px;
    left: 50%;
    margin: 100px 0 0 0
  }

  .description__product:after {
    content: '';
    background: url(../img/description_decore_03.png) center no-repeat;
    width: 403px;
    height: 374px;
    position: absolute;
    right: 100%;
    bottom: 0;
    margin: 0 -175px 0 0
  }

  .description__case {
    padding: 40px 80px;
    text-align: center;
    font-size: 0
  }

  .description__border {
    stroke-width: 40px
  }

  .description__title {
    position: relative;
    font-size: 32px;
    width: 70%;
    margin: 0 auto;
    padding: 30px 0 50px
  }

  .description__item {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: text-top;
    padding: 0 0 50px 100px;
    text-align: left;
    font-size: 14px
  }

  .description__item .description__text {
    margin: 0;
    width: 80%
  }

  .description__item:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -35px
  }

  .description__name {
    width: 75%
  }

  .composition {
    padding-bottom: 0
  }

  .composition .title {
    font-size: 66px;
    width: auto
  }

  .composition .title span {
    font-size: 100px;
    line-height: .7
  }

  .composition .title span:before {
    width: 300px;
    margin-top: 25px
  }

  .composition .slick-list {
    overflow: visible
  }

  .composition__case {
    padding: 170px 0;
    width: 500px;
    margin: 0 auto
  }

  .composition__item {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: opacity .7s, -webkit-transform .7s;
    transition: opacity .7s, -webkit-transform .7s;
    -o-transition: transform .7s, opacity .7s;
    transition: transform .7s, opacity .7s;
    transition: transform .7s, opacity .7s, -webkit-transform .7s
  }

  .slick-active .composition__item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  .composition__name {
    font-size: 48px;
    text-shadow: 0 5px 30px rgba(0, 0, 0, 0.7)
  }

  .composition__text {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px
  }

  [data-item="1"] .composition__name {
    background: rgba(233, 218, 46, 0.9)
  }

  [data-item="1"] .composition__text {
    border: 1px solid rgba(233, 218, 46, 0.9)
  }

  [data-item="2"] .composition__name {
    background: rgba(249, 148, 49, 0.9)
  }

  [data-item="2"] .composition__text {
    border: 1px solid rgba(249, 148, 49, 0.9)
  }

  [data-item="3"] .composition__name {
    background: rgba(80, 166, 45, 0.9)
  }

  [data-item="3"] .composition__text {
    border: 1px solid rgba(80, 166, 45, 0.9)
  }

  [data-item="4"] .composition__name {
    background: rgba(199, 212, 55, 0.9)
  }

  [data-item="4"] .composition__text {
    border: 1px solid rgba(199, 212, 55, 0.9)
  }

  [data-item="5"] .composition__name {
    background: rgba(132, 207, 66, 0.9)
  }

  [data-item="5"] .composition__text {
    border: 1px solid rgba(132, 207, 66, 0.9)
  }

  .composition__dots {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, 0.7)
  }

  .composition__dots li {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    padding: 20px
  }

  .composition__dots p {
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: text-shadow .2s;
    -o-transition: text-shadow .2s;
    transition: text-shadow .2s
  }

  [data-dot] {
    display: table;
    margin: 0 auto;
    cursor: pointer
  }

  [data-dot="1"]:hover p {
    text-shadow: 0 0 7px #e9da2e, 0 0 7px #e9da2e
  }

  [data-dot="2"]:hover p {
    text-shadow: 0 0 7px #f99431, 0 0 7px #f99431
  }

  [data-dot="3"]:hover p {
    text-shadow: 0 0 7px #50a62d, 0 0 7px #50a62d
  }

  [data-dot="4"]:hover p {
    text-shadow: 0 0 7px #c7d437, 0 0 7px #c7d437
  }

  [data-dot="5"]:hover p {
    text-shadow: 0 0 7px #84cf42, 0 0 7px #84cf42
  }

  [data-dot]:before {
    content: '';
    background: url(../img/composition_sprite.png) no-repeat;
    width: 98px;
    height: 86px;
    display: block;
    margin: 0 auto -20px
  }

  [data-dot="2"]:before {
    background-position: -98px 0
  }

  [data-dot="3"]:before {
    background-position: -196px 0
  }

  [data-dot="4"]:before {
    background-position: -294px 0
  }

  [data-dot="5"]:before {
    background-position: -392px 0
  }

  [data-dot][data-active]:before {
    background-position: -490px 0
  }

  .opinions {
    padding: 70px 0
  }

  .opinions__case {
    margin: 80px 0 0 -40px
  }

  .opinions__info {
    margin-left: -85px;
    position: relative;
    width: 80%
  }

  .opinions__name {
    font-size: 36px;
    margin: 0
  }

  .opinions__caption {
    font-size: 24px;
    padding: 10px
  }

  .opinions__text {
    position: relative
  }

  .opinions__text svg {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    fill: #fff;
    width: 57px;
    height: 40px;
    margin: 10px 20px 0 0
  }

  .opinions__text:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 100%;
    -webkit-box-shadow: 0 0 30px #3A3DFF, inset 0 0 10px rgba(58, 61, 255, 0.1);
    box-shadow: 0 0 30px #3A3DFF, inset 0 0 10px rgba(58, 61, 255, 0.1);
    margin: 20px 40px 0 0
  }

  .opinions__case_right {
    text-align: right;
    margin: 80px 0 0 0
  }

  .opinions__case_right .opinions__info {
    margin-left: auto;
    margin-right: -85px
  }

  .opinions__case_right .opinions__name {
    margin-left: auto
  }

  .opinions__case_right .opinions__text:before {
    left: 100%;
    margin: 20px 0 0 40px
  }

  .opinions__case_right .opinions__text svg {
    left: 100%;
    margin: 10px 0 0 20px
  }

  .count__wrap_reviews {
    max-width: 100%
  }

  .reviews__title {
    font-size: 32px
  }

  .reviews__title:before {
    width: 160px
  }

  .reviews__case li {
    padding: 0 10px;
    font-size: 14px
  }

  .reviews__data b {
    font-size: 16px
  }

  .reviews__case .slick-arrow {
    left: 50%
  }

  .reviews__case .slick-prev {
    margin-left: -130px
  }

  .reviews__case .slick-next {
    margin-left: 70px
  }

  .count__wrap_reviews [data-count] b {
    width: 57px;
    height: 100px;
    -webkit-box-shadow: inset 0 -2px 0 #3344ff, inset 0 2px 0 #3344ff;
    box-shadow: inset 0 -2px 0 #3344ff, inset 0 2px 0 #3344ff
  }

  .count__wrap_reviews [data-count] b:before, .count__wrap_reviews [data-count] b:after {
    -webkit-box-shadow: inset 0 -3px 0 #3344ff, inset 0 3px 0 #3344ff;
    box-shadow: inset 0 -3px 0 #3344ff, inset 0 3px 0 #3344ff
  }

  .order {
    padding: 140px 0 45px
  }

  .order .case-left {
    max-width: 65%
  }

  .order .case-right {
    max-width: 35%
  }

  .order__title {
    font-size: 66px;
    width: 80%;
    padding-bottom: 60px
  }

  .order:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 443px;
    height: 674px;
    margin-left: 510px;
  }

  .order__photo {
    float: right
  }

  .order__photo:before {
    width: 226px;
    height: 61px;
    right: 100%;
    margin: 0 -45px 40px 0
  }

  .order__photo:after {
    left: auto;
    right: 100%;
    width: 293px;
    height: 517px;
    margin-right: 300px
  }

  .order__subtitle {
    font-size: 26px;
    padding: 65px 0 0
  }

  .form__wrap {
    background: rgba(0, 2, 26, 0.6);
    padding: 30px 0 15px
  }

  form {
    width: 330px;
    padding: 20px;
    margin-top: 10px
  }

  form button {
    width: 90%;
    text-align: center;
    padding: 10px 45px;
    margin-top: 30px
  }

  select {
    padding: 20px 15px
  }

  option, input {
    padding: 30px 15px 15px
  }

  .form__field label {
    padding: 20px 15px
  }

  .price {
    background-size: 90% 100%
  }

  .leafs__item_01 {
    margin: -200px 0 0 110px
  }

  .leafs__item_02 {
    right: 50%;
    margin: -260px 290px 0 0
  }

  .leafs__item_05 {
    margin: -290px 160px 0 0
  }

  .leafs__item_03 {
    margin: 70px 140px 0 0
  }

  .leafs__item_03 {
    right: 50%;
    margin: 260px 140px 0 0
  }

  .leafs__item_04 {
    right: 0;
    margin: 210px 360px 0 0
  }

  .hex {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  .promo .case-left .hex {
    bottom: 50%;
    right: 100%;
    margin: 0 25px 75px 0
  }

  .promo .case-left .hex_red {
    margin: -55px -3px 0 0;
    right: 0
  }

  .promo .case-right .hex {
    display: block;
    opacity: .8;
    right: 0;
    margin: 25px 0 0;
    z-index: 7
  }

  .promo .case-right .hex:after {
    background-position: -116px 50%
  }

  .promo .case-left .hex.hex_mod {
    top: 50%;
    margin: 105px -120px 0 0
  }

  .test .test__case .hex.hex_scaled {
    margin-top: -75px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
  }

  .test .hex:not(.hex_scaled) {
    display: block;
    bottom: 0;
    right: 0;
    margin: 0 0 -15px 0
  }

  .test .hex:not(.hex_scaled):after {
    background-position: -116px 50%
  }

  .description__photo .hex {
    margin-right: 55px
  }

  .composition .hex {
    margin: 0 120px 0 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
  }

  .hex.hex_transparent {
    display: block;
    right: 100%;
    margin: 200px 0 0
  }

  .opinions .hex.hex_white {
    left: 50%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    margin: 55px 0 0 120px
  }

  .opinions__photo .hex {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .order .hex {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 65px 170px 0 0
  }

  .order .order__title .hex {
    display: block;
    margin: -55px 0 0 -75px;
    left: 0
  }

  .order .hex.hex_red {
    right: 100%;
    top: 50%;
    margin: -65px 500px 0 0;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
  }
}

@media (min-width: 1280px) {
  .header__case:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#e30000), to(#34f));
    background: -o-linear-gradient(left, #e30000, #34f);
    background: linear-gradient(to right, #e30000, #34f);
    height: 1px;
    width: 20%;
    display: inline-block;
    margin: 40px 0 0
  }
}

@media (min-width: 1920px) {
  .header__case:after {
    width: 45%
  }
}
.terms__block {
    position: relative;
    bottom: -93px;
    text-align: center;
    z-index: 1;
}
.terms__block a {
    color: #A12000;
}
@media (min-width: 991px) {
    .terms__block {
	bottom: -100px;
    }
}