/* 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.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: #6fa32b;
  font-weight: bold
}

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

ul, ol {
  list-style: none
}

section {
  position: relative
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #34374B
}

.wrapper {
  overflow: hidden
}

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

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

.top {
  background: url(../img/top_bg.jpg) center no-repeat;
  background-size: cover;
  z-index: 1
}

h1 {
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  padding: 25px 0 15px
}

.logo {
  color: #fff;
  display: inline-block;
  background: #1B3E84;
  padding-left: 5px;
  line-height: 1
}

.logo b {
  display: inline-block;
  background: #EA2328;
  padding: 0 5px
}

.top__inner {
  text-align: center
}

.top__case {
  font-size: 0
}

.top__product {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  margin: 0 10px 25px 0;
  position: relative;
  z-index: 1
}

.top__points {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 16px;
  color: #fff
}

.top__points li {
  padding: 20px 0 20px 45px;
  position: relative
}

.top__points li:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -18px 0 0;
  background-image: url(../img/top_sprite.png)
}

.top__point_02:before {
  background-position: -36px 0
}

.top__point_03:before {
  background-position: -72px 0
}

.form__wrap {
  text-align: center
}

form {
  max-width: 390px;
  background: #fff;
  padding: 30px 0 40px;
  -webkit-box-shadow: 15px 0 0 #fff, -15px 0 0 #fff;
  box-shadow: 15px 0 0 #fff, -15px 0 0 #fff
}

.form__title {
  font-size: 32px;
  color: #1B3E84
}

.price {
  padding: 10px 0 15px;
  font-weight: bold
}

.price:after {
  content: '';
  width: 145px;
  border-bottom: 1px solid #EBEBEB;
  display: block;
  margin: 15px auto 10px
}

.price__item {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 5px
}

.price__item_old {
  font-size: 16px;
  color: #717592
}

.price__item_new {
  font-size: 32px;
  color: #EA2328
}

.form__field {
  position: relative;
  margin-bottom: 15px
}

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

select, option, input {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #EBEBEB;
  background: none;
  border-radius: 8px;
  color: #828282;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center
}

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

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

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

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

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

button {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  background: #EA2328;
  -webkit-box-shadow: 0 4px 16px rgba(234, 35, 40, 0.4);
  box-shadow: 0 4px 16px rgba(234, 35, 40, 0.4);
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  -o-transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s
}

button:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0 2px 8px rgba(234, 35, 40, 0.7);
  box-shadow: 0 2px 8px rgba(234, 35, 40, 0.7)
}

.timer {
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  margin: 15px 0 5px;
  padding: 15px;
  text-align: center;
  color: #fff
}

.timer__caption {
  font-size: 16px;
  padding-bottom: 10px
}

.timer__case {
  font-size: 18px;
  font-weight: bold
}

.timer__case span {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  text-align: center;
  margin: 0 10px;
  padding: 15px 10px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid #272727;
  border-radius: 8px
}

.top__list {
  padding: 25px 0
}

.top__list li {
  padding-left: 88px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
  position: relative;
  margin-bottom: 20px
}

.top__list img {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -5px
}

.top__item {
  display: table;
  width: 100%;
  min-height: 80px
}

.top__item b {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  border-radius: 0 4px 4px 0;
  padding: 10px 15px 10px 10px;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.08)
}

.common-bg {
  position: relative
}

.common-bg__photo {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 1920px;
  opacity: .2
}

.hazards {
  padding: 40px 0 0
}

.title {
  text-align: center;
  font-size: 24px;
  line-height: 1.3
}

.hazards__case {
  padding: 25px 0 40px
}

.hazards__item {
  text-align: center;
  width: 300px;
  margin: 15px auto 0
}

.hazards__photo img {
  margin: 0 auto
}

.hazards__text {
  font-weight: bold;
  line-height: 1.3;
  padding-top: 10px
}

.statistics {
  background: #EFF4FF
}

.statistics__case {
  padding: 40px 0
}

.title_left {
  text-align: left
}

.statistics__text {
  line-height: 1.4;
  color: #717592;
  padding: 10px 0 0
}

.symptoms {
  padding: 40px 0
}

.symptoms__list {
  padding: 25px 0 0;
  line-height: 1.3
}

.symptoms__item {
  padding: 0 0 15px
}

.symptoms__item svg {
  width: 45px;
  height: 45px;
  fill: #EA2328;
  display: inline-block
}

.symptoms__text {
  display: inline-block;
  vertical-align: top;
  max-width: 80%;
  padding: 2px 0 0 10px
}

.symptoms__text span {
  display: table;
  width: 100%;
  min-height: 45px
}

.symptoms__text span b {
  display: table-cell;
  vertical-align: middle
}

.symptoms__photo {
  position: relative;
  width: 290px;
  height: 310px
}

[data-pict] {
  position: absolute;
  width: 44%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-46%, -58%);
  -ms-transform: translate(-46%, -58%);
  transform: translate(-46%, -58%);
  opacity: 1;
  border-radius: 8px;
  -webkit-transition: -webkit-transform .5s, -webkit-box-shadow .3s;
  transition: -webkit-transform .5s, -webkit-box-shadow .3s;
  -o-transition: transform .5s, box-shadow .3s;
  transition: transform .5s, box-shadow .3s;
  transition: transform .5s, box-shadow .3s, -webkit-transform .5s, -webkit-box-shadow .3s
}

[data-pict][data-show] {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3)
}

[data-pict="top"][data-show] {
  -webkit-transform: translate(-50%, -128%) scale(0.6);
  -ms-transform: translate(-50%, -128%) scale(0.6);
  transform: translate(-50%, -128%) scale(0.6)
}

[data-pict="bottom right"][data-show] {
  -webkit-transform: translate(10%, 30%) scale(0.6);
  -ms-transform: translate(10%, 30%) scale(0.6);
  transform: translate(10%, 30%) scale(0.6)
}

[data-pict="top left"][data-show] {
  -webkit-transform: translate(-100%, -100%) scale(0.8);
  -ms-transform: translate(-100%, -100%) scale(0.8);
  transform: translate(-100%, -100%) scale(0.8)
}

[data-pict="bottom left"][data-show] {
  -webkit-transform: translate(-90%, 20%) scale(0.8);
  -ms-transform: translate(-90%, 20%) scale(0.8);
  transform: translate(-90%, 20%) scale(0.8)
}

[data-pict="top right"][data-show] {
  -webkit-transform: translate(12%, -77%) scale(0.9);
  -ms-transform: translate(12%, -77%) scale(0.9);
  transform: translate(12%, -77%) scale(0.9)
}

[data-pict="bottom"][data-show] {
  -webkit-transform: translate(-47%, 15%) scale(0.7);
  -ms-transform: translate(-47%, 15%) scale(0.7);
  transform: translate(-47%, 15%) scale(0.7)
}

[data-pict="right"][data-show] {
  -webkit-transform: translate(15%, -18%) scale(0.6);
  -ms-transform: translate(15%, -18%) scale(0.6);
  transform: translate(15%, -18%) scale(0.6)
}

[data-pict="left"][data-show] {
  -webkit-transform: translate(-120%, -45%) scale(0.7);
  -ms-transform: translate(-120%, -45%) scale(0.7);
  transform: translate(-120%, -45%) scale(0.7)
}

.description {
  padding: 40px 0 0;
  background: url(../img/description_bg.jpg) center no-repeat;
  background-size: cover;
  color: #fff
}

.description__case:after {
  content: '';
  background: url(../img/description_photo.png) center bottom no-repeat;
  background-size: contain;
  width: 330px;
  height: 305px;
  display: block;
  margin: 10px 0 0 -30px
}

.description__text {
  line-height: 1.4;
  padding: 25px 0 0
}

.description__text b {
  display: block;
  padding-bottom: 10px
}

.composition {
  padding: 40px 0;
  background: url(../img/composition_bg.jpg) center no-repeat;
  background-size: cover
}

.composition__item {
  padding: 15px 0 0;
  text-align: center;
  line-height: 1.3
}

.composition__item b {
  display: block;
  padding-bottom: 10px
}

.composition__item:before {
  content: '';
  width: 280px;
  height: 240px;
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto
}

.composition__item_01:before {
  background-image: url(../img/composition_photo_01.jpg)
}

.composition__item_02:before {
  height: 170px;
  background-image: url(../img/composition_photo_02.jpg)
}

.composition__item_03:before {
  background-image: url(../img/composition_photo_03.jpg)
}

.composition__item_04:before {
  height: 220px;
  background-image: url(../img/composition_photo_04.jpg)
}

.composition__item_05:before {
  height: 200px;
  background-image: url(../img/composition_photo_05.jpg)
}

.promo {
  background: #EFF4FF;
  padding: 40px 0 25px
}

.promo__subtext {
  text-align: center;
  line-height: 1.3;
  color: #717592;
  padding: 10px 0
}

.promo__case {
  line-height: 1.3;
  color: #717592;
  padding-top: 10px
}

.promo__case p {
  padding: 10px 0 15px
}

.citation {
  padding: 40px 0 0;
  background: url(../img/citation_bg.jpg) center no-repeat;
  background-size: cover
}

.citation__case {
  padding: 25px 0 0
}

.citation__text {
  line-height: 1.4;
  padding-bottom: 10px;
  position: relative;
  z-index: 1
}

.citation__sign {
  line-height: 1.3;
  padding: 10px 0 0;
  position: relative;
  z-index: 1
}

.citation__sign b {
  display: block
}

.citation__sign:after {
  content: '';
  background: url(../img/citation_sign.png) center no-repeat;
  background-size: contain;
  width: 130px;
  height: 65px;
  position: absolute;
  top: 100%;
  right: 0;
  margin: -10px 0 0
}

.citation__photo {
  margin: 25px 0 0 -15px
}

.reviews {
  background: #EFF4FF;
  padding: 40px 0
}

.reviews__slider {
  padding: 25px 0 0
}

.reviews__case {
  padding: 0 10px 20px
}

.reviews__item {
  max-width: 288px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.reviews__ava {
  border-radius: 16px
}

.reviews__content {
  border-radius: 0 0 16px 16px;
  background: #fff;
  padding: 25px 15px;
  line-height: 1.3
}

.reviews__content b {
  display: block;
  padding: 10px 0 0
}

.slick-arrow {
  font-size: 0;
  padding: 0;
  background: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -18px;
  z-index: 2
}

.slick-arrow:before, .slick-arrow:after {
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #C0D5FF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.slick-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 2px
}

.slick-next {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 50px
}

.slick-next:hover {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.slick-prev {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -70px
}

.slick-prev:hover {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.slick-arrow:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.slick-dots {
  text-align: center
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px
}

.slick-dots button {
  font-size: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 16px;
  height: 16px;
  background-color: #C0D5FF;
  border-radius: 50%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.slick-dots .slick-active button {
  background-color: #717592
}

.warning {
  padding: 40px 0;
  background: url(../img/warning_bg.jpg) center no-repeat;
  background-size: cover
}

.warning__title {
  font-size: 0;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px
}

.warning__title span {
  display: inline-block;
  background: #1B3E84;
  padding: 0 5px
}

.warning__title b {
  display: inline-block;
  background: #EA2328;
  padding: 0 5px
}

.warning__title > * {
  font-size: 24px
}

.warning__photo {
  margin: 0 auto
}

.warning__case {
  text-align: center;
  letter-spacing: 5px
}

.warning__case img {
  height: 128px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3)
}

.warning__text {
  letter-spacing: 0;
  background: #fff;
  padding: 25px;
  margin-top: 25px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #717592;
  border: 4px solid #FF9698;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16)
}

.warning__text b {
  color: #1B3E84
}

.warning__text span {
  color: #EA2328;
  text-transform: uppercase
}

.warning__text a {
  color: #34374B
}

.how-to-order {
  padding: 40px 0;
  background: #EFF4FF
}

.how-to-order__inner {
  padding: 25px 0 0
}

.how-to-order__case {
  padding-left: 105px;
  margin-bottom: 25px;
  height: 86px;
  display: table;
  font-weight: bold;
  line-height: 1.3;
  position: relative
}

.how-to-order__case p {
  display: table-cell;
  vertical-align: middle
}

.how-to-order__case:before {
  content: '';
  background-image: url(../img/how-to-order_sprite.png);
  width: 100px;
  height: 86px;
  position: absolute;
  top: 0;
  left: 0
}

.how-to-order__case_01:before {
  background-position: 50% -1px
}

.how-to-order__case_02:before {
  background-position: 50% -88px
}

.how-to-order__case_03:before {
  background-position: 50% -175px
}

.order {
  background: url(../img/order_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 40px 0
}

.order__title {
  font-size: 23px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #fff
}

.order__photo {
  width: 206px;
  margin: 25px auto
}

.order__list {
  padding: 25px 0
}

.order__item {
  padding-left: 88px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
  position: relative;
  margin-bottom: 20px
}

.order__item img {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -3px
}

.order__item .order__case {
  display: table;
  width: 100%;
  min-height: 80px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0 4px 4px 0
}

.order__item .order__case p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px 10px 10px;
  line-height: 1.3
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }

  form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px 50px;
    border-radius: 8px;
    width: 390px
  }

  .top__inner {
    float: left;
    max-width: 45%
  }

  .form__wrap {
    float: right
  }

  .top__product {
    display: block;
    width: 250px;
    margin: 0 25px
  }

  .top__points {
    display: block;
    width: auto;
    padding-top: 10px
  }

  .top__points li {
    display: inline-block;
    padding-right: 20px
  }

  .top__list {
    clear: both;
    max-width: 60%;
    margin: 0 auto
  }

  .table {
    display: table;
    width: 100%
  }

  .cell {
    display: table-cell
  }

  .cell_top {
    vertical-align: top
  }

  .cell_middle {
    vertical-align: middle
  }

  .hazards__photo {
    min-height: 200px
  }

  .hazards__text {
    min-height: 70px
  }

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

  .symptoms__photo {
    width: 410px;
    height: 430px
  }

  .description__case {
    width: 65%;
    margin-left: auto;
    position: relative;
    padding-bottom: 25px
  }

  .description__case:after {
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 350px;
    height: 340px;
    margin-right: 10px
  }

  .promo__case {
    width: 350px;
    margin: 0 auto
  }

  .promo__case p {
    padding-top: 20px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff
  }

  .citation__case {
    width: 65%;
    margin-left: auto;
    position: relative;
    padding-bottom: 20px
  }

  .citation__photo {
    max-width: 380px;
    position: absolute;
    right: 100%;
    bottom: 0;
    margin-right: -50px;
    max-height: 100%
  }

  .citation__sign > * {
    display: block;
    max-width: 60%
  }

  .citation__sign:after {
    margin: 0 20px -10px 0;
    top: auto;
    bottom: 0
  }

  .reviews__item {
    max-width: 100%;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .reviews__ava {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    -webkit-box-shadow: 40px 0 0 #fff, 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 40px 0 0 #fff, 0 5px 15px rgba(0, 0, 0, 0.1)
  }

  .reviews__content {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    min-height: 229px;
    padding: 20px 15px;
    -webkit-box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.1)
  }

  .warning__case img {
    height: auto
  }

  .how-to-order__inner {
    width: 390px;
    margin: 0 auto
  }

  .order__wrap {
    padding-top: 25px
  }

  .order__photo {
    float: left;
    width: 280px;
    margin-left: 20px
  }

  .order__list {
    clear: both;
    max-width: 60%;
    margin: 0 auto
  }
}

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

  .top {
    padding: 50px 0 40px
  }

  h1 {
    font-size: 60px;
    text-align: left;
    padding-bottom: 40px
  }

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

  .top__case {
    float: right;
    width: 62%
  }

  .top__product {
    margin: 0 0 0 -5px
  }

  .top__list {
    max-width: 38%;
    float: left;
    clear: none
  }

  form {
    width: 335px;
  }

  .top__points {
    width: 590px;
    position: relative;
    right: 100%;
    margin: 20px 0 0 -100px
  }

  .title {
    font-size: 40px
  }

  .hazards__case {
    position: relative;
    padding-bottom: 80px
  }

  .hazards__case:before {
    content: '';
    background: url(../img/hazards_photo.png) center top no-repeat;
    background-size: 90%;
    width: 708px;
    height: 685px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -354px
  }

  .hazards__item {
    width: 320px;
    font-size: 0;
    text-align: left;
    margin: 25px 0 25px;
    position: relative
  }

  .hazards__photo {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    min-height: auto;
    position: relative
  }

  .hazards__point {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #34374B;
    min-width: 50px
  }

  .hazards__point:before, .hazards__point:after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .hazards__point:before {
    width: 8px;
    height: 8px;
    background: #34374B;
    left: 0
  }

  .hazards__point:after {
    width: 20px;
    height: 20px;
    border: 2px solid #34374B;
    background: -o-radial-gradient(#EA2328 40%, transparent 40%);
    background: radial-gradient(#EA2328 40%, transparent 40%);
    right: 0;
    margin-right: -18px
  }

  .hazards__point_01 {
    width: 165px;
    left: 100%;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    margin-bottom: 20px
  }

  .hazards__point_02 {
    width: 75px;
    left: 100%;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    margin-bottom: 85px
  }

  .hazards__point_03 {
    width: 60px;
    left: 35%;
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
    margin-bottom: -10px
  }

  .hazards__point_04 {
    width: 155px;
    right: 100%;
    -webkit-transform: rotate(-25deg) scale(-1, 1);
    -ms-transform: rotate(-25deg) scale(-1, 1);
    transform: rotate(-25deg) scale(-1, 1)
  }

  .hazards__point_05 {
    width: 155px;
    right: 100%;
    -webkit-transform: rotate(-15deg) scale(-1, 1);
    -ms-transform: rotate(-15deg) scale(-1, 1);
    transform: rotate(-15deg) scale(-1, 1);
    margin-bottom: 15px
  }

  .hazards__point_06 {
    width: 45px;
    right: 35%;
    -webkit-transform: rotate(-100deg) scale(-1, 1);
    -ms-transform: rotate(-100deg) scale(-1, 1);
    transform: rotate(-100deg) scale(-1, 1);
    margin-bottom: -30px
  }

  .hazards__text {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    font-size: 16px;
    padding-right: 10px
  }

  .hazards__item_left {
    direction: rtl;
    text-align: right
  }

  .hazards__item_right {
    margin-left: auto
  }

  .statistics .hex-decore:before {
    margin: 70px -25px 0 0
  }

  .statistics__case {
    margin: 0;
    position: relative
  }

  .statistics__case:after {
    content: '';
    background: url(../img/statistic_photo.png) left center no-repeat;
    background-size: auto 100%;
    width: 703px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 95%
  }

  .statistics__text {
    font-size: 24px
  }

  .hex-decore {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .25;
    overflow: hidden
  }

  .hex-decore:before, .hex-decore:after {
    content: '';
    background-image: url(../img/decore.png);
    background-size: 620px;
    width: 525px;
    height: 240px;
    position: absolute;
    top: 0
  }

  .hex-decore:before {
    right: 80%;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    background-position: 0 -240px;
    margin: 45px -115px 0 0
  }

  .hex-decore:after {
    left: 80%;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    margin: 25px 0 0 -125px;
    background-position: 0 -240px
  }

  .composition__case {
    text-align: center
  }

  .composition__case .composition__item:before {
    height: 240px;
    background-position: 50% 65%
  }

  .symptoms__photo {
    width: 540px;
    height: 530px
  }

  .composition__item {
    display: inline-block;
    vertical-align: text-top;
    width: 310px
  }

  .promo .hex-decore:before {
    top: 20%;
    -webkit-transform: rotate(45deg) scale(1, -1);
    -ms-transform: rotate(45deg) scale(1, -1);
    transform: rotate(45deg) scale(1, -1);
    margin: 45px -20px 0 0
  }

  .promo .hex-decore:after {
    top: 20%;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    margin: 55px 0 0 -40px
  }

  .promo__case {
    width: 390px
  }

  .reviews__item {
    max-width: 810px
  }

  .reviews__ava {
    width: 185px
  }

  .reviews__content {
    width: 75%;
    padding: 25px;
    min-height: 202px
  }

  .slick-arrow {
    top: 50%
  }

  .slick-next {
    left: auto;
    right: 0;
    margin-right: 50px
  }

  .slick-prev {
    left: 0;
    margin-left: 40px
  }

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

  .warning__photo {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 50%
  }

  .warning__case {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 16px;
    letter-spacing: 38px
  }

  .warning__title > * {
    font-size: 40px;
    line-height: 1.5
  }

  .warning__text {
    margin-top: 40px
  }

  .how-to-order__inner {
    font-size: 0;
    width: auto
  }

  .how-to-order__item {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    position: relative
  }

  .how-to-order__item:not(:last-child):after {
    content: '';
    width: 34px;
    height: 42px;
    border: 21px solid transparent;
    border-left: 36px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -32px -10px 0 0
  }

  .how-to-order__case {
    padding-right: 50px
  }

  .order {
    padding: 60px 0
  }

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

  .order__title {
    font-size: 40px
  }

  .order__photo {
    width: 25%;
    margin: 0;
    position: relative;
    z-index: 1
  }

  .order__inner {
    float: right;
    width: 75%
  }

  .order__list {
    float: right;
    clear: none;
    width: 55%;
    padding-right: 15px
  }

  .order__item {
    padding: 0 88px 0 0;
    text-align: right
  }

  .order__item .order__case p {
    padding-left: 20px
  }

  .order__item img {
    left: auto;
    right: 0
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 0 25px
  }

  h1 {
    font-size: 80px;
    text-align: left;
    padding: 50px 0 60px
  }

  .top__list {
    padding: 40px 0
  }

  .top__item b {
    padding: 10px 40px 10px 20px
  }

  .top__product {
    width: auto
  }

  form {
    width: 390px
  }

  .timer {
    padding-top: 25px
  }

  .top__points {
    margin: -20px 0 0 -120px
  }

  .hazards {
    padding-top: 100px
  }

  .hazards .title {
    width: 90%;
    margin: 0 auto
  }

  .hazards__case:before {
    background-size: 100%;
    height: 765px
  }

  .hazards__item {
    width: 390px;
    margin-top: 10px;
    margin-bottom: 10px
  }

  .hazards__photo {
    width: auto
  }

  .hazards__text {
    width: 50%
  }

  .hazards__point_01 {
    width: 200px
  }

  .hazards__point_02 {
    width: 135px;
    margin-bottom: 100px
  }

  .hazards__point_04 {
    width: 195px
  }

  .hazards__point_05 {
    width: 200px;
    margin-bottom: 25px
  }

  .hazards__point_03 {
    width: 90px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    margin-bottom: 0
  }

  .hazards__point_06 {
    width: 60px;
    right: 50%;
    -webkit-transform: rotate(-110deg) scale(-1, 1);
    -ms-transform: rotate(-110deg) scale(-1, 1);
    transform: rotate(-110deg) scale(-1, 1);
    margin-bottom: -25px
  }

  .statistics__case {
    padding: 80px 0;
    width: 65%
  }

  .hex-decore:after {
    left: 82%;
    margin: 80px 0 0 -88px;
    background-position: 0 -340px;
    background-size: 810px;
    height: 260px
  }

  .hex-decore:before {
    background-position: 0 -340px;
    margin: 45px -25px 0 0;
    background-size: 810px;
    height: 300px
  }

  .symptoms {
    padding: 100px 0
  }

  .symptoms .table {
    padding-top: 20px
  }

  .symptoms__text {
    max-width: 85%
  }

  .symptoms__photo {
    width: 640px;
    height: 630px;
    margin-top: 30px
  }

  .description__case {
    width: 60%;
    padding: 80px 0
  }

  .description__case:after {
    width: 600px;
    height: 590px
  }

  .description__text {
    padding-top: 35px
  }

  .composition {
    padding: 100px 0
  }

  .composition .title {
    width: 80%;
    margin: 0 auto
  }

  .composition__item {
    width: 360px;
    padding: 15px 35px 0
  }

  .promo {
    padding: 80px 0
  }

  .promo .title {
    width: 70%;
    margin: 0 auto
  }

  .promo .table {
    width: 66%;
    margin: 0 auto
  }

  .promo .hex-decore:before {
    top: 10%;
    margin: 46px -190px 0 0
  }

  .promo .hex-decore:after {
    margin: 105px 0 0 -245px
  }

  .promo__subtext {
    padding: 15px 0 30px;
    font-size: 24px
  }

  .promo__decore {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0
  }

  .promo__decore_left {
    padding-right: 300px;
    left: 0
  }

  .promo__decore_right {
    padding-left: 430px;
    right: 0
  }

  .promo__decore_left:before {
    background: url(../img/promo_decore_left.png) right center no-repeat;
    max-width: 556px
  }

  .promo__decore_right:after {
    background: url(../img/promo_decore_right.png) left center no-repeat;
    margin-left: auto;
    max-width: 506px
  }

  .promo__decore_left:before, .promo__decore_right:after {
    content: '';
    display: block;
    background-size: cover;
    width: 100%;
    height: 100%
  }

  .citation {
    padding: 100px 0 0
  }

  .citation .title {
    width: 80%;
    margin: 0 auto
  }

  .citation__case {
    width: 55%;
    padding: 80px 0 120px
  }

  .citation__photo {
    max-width: 100%;
    margin-right: 10px
  }

  .citation__sign b {
    font-size: 24px
  }

  .citation__sign span {
    width: 250px
  }

  .citation__sign:after {
    margin: 0 25% -35px 0;
    width: 209px;
    height: 104px
  }

  .reviews {
    padding: 80px 0
  }

  .reviews .hex-decore:before {
    right: 65%;
    width: 770px;
    -webkit-transform: rotate(173deg);
    -ms-transform: rotate(173deg);
    transform: rotate(173deg);
    background-position: 0 -40px;
    margin: 212px -10px 0 0;
    height: 275px
  }

  .reviews .hex-decore:after {
    left: 75%;
    width: 770px;
    -webkit-transform: rotate(174deg);
    -ms-transform: rotate(174deg);
    transform: rotate(174deg);
    margin: -80px 0 0 -60px;
    background-position: 0 0
  }

  .reviews__slider {
    padding: 40px 0 0
  }

  .slick-next {
    margin-right: 190px
  }

  .slick-prev {
    margin-left: 180px
  }

  .warning {
    padding: 100px 0 40px
  }

  .warning__case {
    width: 42%;
    padding: 0 10px
  }

  .warning__photo {
    width: auto
  }

  .how-to-order .hex-decore:before {
    right: 65%;
    width: 770px;
    -webkit-transform: rotate(173deg);
    -ms-transform: rotate(173deg);
    transform: rotate(173deg);
    background-position: 0 10px;
    margin: -65px 35px 0 0;
    height: 275px
  }

  .how-to-order .hex-decore:after {
    left: 75%;
    width: 770px;
    -webkit-transform: rotate(174deg);
    -ms-transform: rotate(174deg);
    transform: rotate(174deg);
    margin: 15px 20px 0;
    background-position: 0 -50px
  }

  .how-to-order__inner {
    text-align: center
  }

  .how-to-order__item {
    width: 28%;
    margin-right: 20px;
    text-align: left
  }

  .order {
    padding: 100px 0 60px
  }

  .order__photo {
    width: 260px;
    margin: 25px -100px 0 10px
  }

  .order__inner {
    width: 80%;
    padding-top: 30px
  }

  .order__list {
    padding-right: 25px;
    width: 60%;
  }
}
.terms__block {
    position: relative;
    bottom: -102px;
    text-align: center;
    z-index: 1;
}
.terms__block a {
    color: #A12000;
}