@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@-webkit-keyframes left-spin {

  0%,
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
}

@keyframes left-spin {

  0%,
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
}

@-webkit-keyframes right-spin {

  0%,
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
}

@keyframes right-spin {

  0%,
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
}

.red {
  background-color: #f44336 !important
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, .87)
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

b,
strong {
  font-weight: 700
}

img {
  border: 0
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

input {
  line-height: normal
}

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

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

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

.btn,
.btn-floating,
.btn-large,
.card,
.card-panel,
.collapsible,
.dropdown-content,
.side-nav,
.toast,
.z-depth-1,
nav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
}

.btn-floating:hover,
.btn-large:hover,
.btn:hover,
.z-depth-1-half {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

i {
  line-height: inherit
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.parallax-container .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

table,
td,
th {
  border: 0
}

table {
  width: 100%;
  display: table
}

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px
}

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

.left {
  float: left !important
}

.right {
  float: right !important
}

.no-select,
input[type=range],
input[type=range]+.thumb {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.circle {
  border-radius: 50%
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%
}

.container .row {
  margin-left: -.75rem;
  margin-right: -.75rem
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .75rem;
  min-height: 1px
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto
}

.btn,
.btn-flat,
.btn-large {
  border: 0;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent
}

.btn,
.btn-flat,
.btn-floating,
.btn-large {
  font-size: 1rem;
  outline: 0
}

.btn-floating:focus,
.btn-large:focus,
.btn:focus {
  background-color: #1d7d74
}

.btn,
.btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer
}

.btn-large:hover,
.btn:hover {
  background-color: #2bbbad
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

select:focus {
  outline: 1px solid #c9f3ef
}

button:focus {
  outline: 0;
  background-color: #2ab7a9
}

label {
  font-size: .8rem;
  color: #9e9e9e
}

input:not([type]),
input[type=date]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=search]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=text]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=url]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: 0;
  width: 100%;
  font-size: 1rem;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

input:not([type]):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #a8788e;
  -webkit-box-shadow: 0 1px 0 0 #a8788e;
  box-shadow: 0 1px 0 0 #a8788e
}

input:not([type]):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
  color: #a8788e
}

.select-wrapper+label:after,
input:not([type])+label:after,
input[type=date]:not(.browser-default)+label:after,
input[type=datetime-local]:not(.browser-default)+label:after,
input[type=datetime]:not(.browser-default)+label:after,
input[type=email]:not(.browser-default)+label:after,
input[type=number]:not(.browser-default)+label:after,
input[type=password]:not(.browser-default)+label:after,
input[type=search]:not(.browser-default)+label:after,
input[type=tel]:not(.browser-default)+label:after,
input[type=text]:not(.browser-default)+label:after,
input[type=time]:not(.browser-default)+label:after,
input[type=url]:not(.browser-default)+label:after,
textarea.materialize-textarea+label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  -o-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out
}

.input-field {
  position: relative;
  margin-top: 1rem
}

.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  pointer-events: none
}

.input-field label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(.8);
  -ms-transform: translateY(-14px) scale(.8);
  transform: translateY(-14px) scale(.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
  position: absolute;
  top: 0
}

select {
  display: none;
  background-color: rgba(255, 255, 255, .9);
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
  -moz-appearance: none;
  appearance: none
}

select.browser-default {
  display: block
}

input[type=range],
input[type=range]+.thumb {
  cursor: pointer
}

input[type=range],
select {
  width: 100%;
  -webkit-appearance: none
}

input[type=range] {
  position: relative;
  background-color: transparent;
  outline: 0;
  margin: 15px 0;
  padding: 0;
  border: 1px solid #fff
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: 0
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0;
  -webkit-transition: .3s;
  transition: .3s
}

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px
}

.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-green-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.circle-clipper,
.gap-patch {
  height: 100%;
  overflow: hidden;
  border-color: inherit
}

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%
}

.gap-patch .circle {
  width: 1000%;
  left: -450%
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  transform: rotate(129deg)
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  -ms-transform: rotate(-129deg);
  transform: rotate(-129deg)
}

.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

::-webkit-scrollbar-button {
  width: 3px;
  height: 0
}

::-webkit-scrollbar-track {
  background-color: #32312e;
  -webkit-box-shadow: 0 0 3px #000 inset;
  box-shadow: 0 0 3px #000 inset
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ff1403;
  -webkit-box-shadow: 0 1px 1px #fff inset;
  box-shadow: 0 1px 1px #fff inset
}

::-webkit-resizer {
  width: 3px;
  height: 0
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px
}

.obj {
  position: absolute;
  z-index: 1
}

.img_box img,
.obj img {
  width: 100%
}

.m-0 {
  margin: 0
}

.dflex,
.preloader-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

main {
  overflow: hidden
}

.preloader-background {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #020a05;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.spinner-blue,
.spinner-blue-only {
  border-color: #ab0002
}

section {
  padding: 70px 0
}

.container {
  position: relative
}

header {
  padding: 20px 0;
  background: #454343
}

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

.logoBox {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 197px
}

.headerContent-items,
.headerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.headerItem {
  margin: 0 20px
}

.headerItem-text {
  font-size: 16px;
  color: #edb72b;
  margin: 0 10px
}

.headerButton {
  max-width: 290px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: 2px solid #edb72b;
  padding: 8px 12px;
  border-radius: 10px
}

.block_01 {
  padding-bottom: 95px;
  background: url(../img/bg_01.jpg) no-repeat center;
  background-size: cover
}

.block_01-subtitle,
.block_01-title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 20px
}

.block_01-subtitle {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px
}

.plusesItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}

.plusesItem-icon {
  min-width: 82px;
  margin-right: 10px
}

.plusesItem-text {
  font-size: 18px;
  line-height: 1.3;
  color: #fff
}

.productBox {
  position: relative;
  max-width: 245px;
  margin: 0 auto
}

.saleBox {
  width: 150px;
  padding: 35px 10px 60px;
  right: -5px;
  top: -35px;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: url(../img/sale.png) no-repeat center;
  background-size: contain
}

.saleBox span {
  font-size: 28px
}

.formBox {
  max-width: 320px;
  padding: 4px;
  background: #fff;
  border-radius: 10px
}

.formBox-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px 15px;
  background: #b58dc1
}

.formBox-header__text {
  font-size: 16px;
  color: #fff;
  padding-right: 25px
}

.formBox-header__count {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 85px;
  min-height: 85px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  color: #000;
  border-radius: 50%;
  background: #fff
}

.formBox-header__count b {
  font-size: 16px;
  font-weight: 300
}

.formBox-content {
  padding: 8px 16px
}

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

.priceBox-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.oldPrice {
  color: #000
}

.newPrice {
  text-align: right;
  color: #db0000
}

.priceBox-title {
  font-size: 16px;
  margin-bottom: 10px
}

.priceBox-info {
  font-size: 24px;
  font-weight: 700
}

.oldPrice .priceBox-info {
  text-decoration: line-through
}

.orderForm {
  margin-top: 20px
}

.customSelect {
  outline: 0;
  margin-bottom: 20px;
  background: url(../img/custom_select.png) no-repeat 95% 20px
}

input:not([type]),
input[type=date]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=search]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=text]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=url]:not(.browser-default),
textarea.materialize-textarea {
  height: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a8788e;
  margin: 0 0 5px
}

.customBtn {
  width: 100%;
  height: 46px;
  line-height: 46px;
  margin-top: 20px
}

.block_02 {
  padding-bottom: 50px;
  background: #eee
}

.objBox1 {
  z-index: 1;
  width: 100%;
  max-width: 512px;
  right: -80px;
  bottom: -53px
}

.block_02-title {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px
}

.block_02-title span,
.expertName span {
  display: block
}

.symptomBox {
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.symptomBox-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding-right: 20px
}

.symptomItem-icon {
  max-width: 38px;
  margin-right: 15px
}

.symptomItem-text {
  font-size: 16px;
  font-weight: 300
}

.block_02 .bannerBox {
  position: relative;
  z-index: 2;
  max-width: 60%;
  margin: 40px auto 0
}

.bannerBox-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border: 8px solid #edb72b;
  padding: 10px 20px;
  border-radius: 10px
}

.block_03-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px
}

.block_03-subtitle {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px
}

.block_04 {
  padding: 30px 0;
  height: auto;
  min-height: 275px
}

.block_04-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px
}

.block_04-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: #fff
}

.block_05 {
  background: #f4ecf1
}

.block_05-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px
}

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

.causesBox-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 25px
}

.causesBox-icon {
  display: block;
  width: 121px;
  margin: 0 auto 20px
}

.causesBox-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px
}

.causesBox-text {
  font-size: 22px;
  font-weight: 300
}

.block_06 {
  overflow: hidden
}

.objBox2 {
  z-index: 1;
  width: 333px;
  left: 0;
  bottom: -74px
}

.block_06-title {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px
}

.block_06-text,
.expertName {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 300
}

.expertName {
  font-weight: 700;
  margin-top: 40px
}

.block_07 {
  background: url(../img/bg_01.jpg) no-repeat center;
  background-size: cover
}

.customForm {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 25px;
  background: #fff;
  border-radius: 10px
}

.customForm-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%
}

.customForm .productBox {
  margin: -50px auto 0
}

.objArrow {
  z-index: 10;
  width: 50px !important;
  bottom: 30px;
  right: 10px
}

.customForm-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px
}

.customForm .saleBox {
  width: 150px;
  padding: 35px 10px 60px;
  font-size: 24px;
  margin: -50px auto 10px
}

.customForm .saleBox span {
  font-size: 34px
}

.customForm-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px
}

.customForm .formBox-header__count {
  font-weight: 700;
  font-style: italic;
  background: #ae8ac0
}

.customForm .formBox-header__text {
  color: #000
}

.block_08-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px
}

.block_08 .bannerBox-text {
  line-height: 1.3;
  font-weight: 300;
  text-align: left;
  border: 3px solid #edb72b;
  margin-bottom: 30px
}

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

.resultBox-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  padding: 18px 22px 70px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8c8c8c), color-stop(69%, #8c8c8c), to(rgba(140, 140, 140, 0)));
  background: -o-linear-gradient(top, #8c8c8c 0, #8c8c8c 69%, rgba(140, 140, 140, 0) 100%);
  background: linear-gradient(to bottom, #8c8c8c 0, #8c8c8c 69%, rgba(140, 140, 140, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#008c8c8c', GradientType=0)
}

.resultBox-item:last-of-type {
  background: -webkit-gradient(linear, left top, left bottom, from(#c396b3), color-stop(69%, #c396b3), to(rgba(195, 150, 179, 0)));
  background: -o-linear-gradient(top, #c396b3 0, #c396b3 69%, rgba(195, 150, 179, 0) 100%);
  background: linear-gradient(to bottom, #c396b3 0, #c396b3 69%, rgba(195, 150, 179, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c396b3', endColorstr='#00c396b3', GradientType=0)
}

.resultBox-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px
}

.resultBox-image {
  width: 222px;
  margin: 0 auto 30px
}

.resultBox-info {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.resultBox-percent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: center;
  border-left: 2px dashed #fff;
  padding: 15px 0;
  margin: 2px 0
}

.block_09 {
  padding: 0
}

.block_09-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px
}

.reviewItem {
  margin-bottom: 35px
}

.reviewItem-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
  margin-right: 20px;
  border-radius: 50%
}

.reviewItem-avatar img {
  display: block;
  border-radius: 50%
}

.reviewItem-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4
}

.authorName {
  display: block;
  font-weight: 700;
  text-align: right;
  margin-top: 20px
}

.block_10-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px
}

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

.bonusItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  margin-bottom: 50px
}

.bonusItem-icon {
  width: 111px;
  margin: 0 auto 20px
}

.bonusItem-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px
}

.bonusItem-text {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3
}

.block_11 {
  padding: 0 0 20px
}

.howToUse {
  position: relative;
  border: 10px solid #edb72b;
  padding: 50px 40px;
  border-radius: 10px
}

.howToUse-content {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%
}

.howToUse-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px
}

.howToUse-text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3
}

.block_12 {
  background: url(../img/bg_01.jpg) no-repeat center;
  background-size: cover
}

.objBox3 {
  z-index: 1;
  width: 300px;
  bottom: -54px;
  right: 20px
}

@media only screen and (min-width:0) {
  html {
    font-size: 14px
  }
}

@media only screen and (min-width:601px) {
  .container {
    width: 85%
  }

  .row .col.m12,
  .row .col.m6,
  .row .col.m7 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.m12,
  .row .col.m7 {
    width: 58.33333333%
  }

  .row .col.m12 {
    width: 100%
  }

  .row .col.offset-m4 {
    margin-left: 33.33333333%
  }
}

@media only screen and (min-width:992px) {
  html {
    font-size: 14.5px
  }
}

@media only screen and (min-width:993px) {
  .container {
    width: 70%
  }

  .row .col.l4 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l10,
  .row .col.l12,
  .row .col.l8 {
    width: 66.66666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.l10,
  .row .col.l12 {
    width: 83.33333333%
  }

  .row .col.l12 {
    width: 100%
  }

  .row .col.offset-l2 {
    margin-left: 16.66666667%
  }
}

@media only screen and (min-width:1200px) {
  html {
    font-size: 15px
  }
}

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

  .row .col.xl4,
  .row .col.xl8 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xl8 {
    width: 66.66666667%
  }

  .row .col.xl10,
  .row .col.xl12,
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
  }

  .row .col.xl10,
  .row .col.xl12 {
    width: 83.33333333%
  }

  .row .col.xl12 {
    width: 100%
  }

  .row .col.offset-xl1 {
    margin-left: 8.33333333%
  }

  .row .col.offset-xl4 {
    margin-left: 33.33333333%
  }
}

@media screen and (max-width:1200px) {
  .objBox1 {
    right: -180px
  }

  .objBox2 {
    left: -145px
  }

  .objBox3 {
    right: -40px
  }
}

@media screen and (max-width:992px) {
  .headerContent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .headerContent-items {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px
  }

  .objBox1 {
    opacity: .2
  }

  .block_01-title {
    font-size: 36px
  }

  .block_02 .bannerBox {
    max-width: 80%
  }

  .causesBox-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .objBox2 {
    opacity: .2;
    width: 400px;
    left: inherit;
    right: 0
  }

  .customForm-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .customForm-item:nth-child(2) {
    position: absolute;
    left: -200px;
    bottom: 0
  }

  .customForm .priceBox {
    margin-bottom: 20px
  }

  .block_02-title,
  .block_04-title,
  .resultBox-title {
    font-size: 30px
  }

  .resultBox-info {
    font-size: 18px
  }

  .resultBox-percent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }

  .bonusItem,
  .howToUse-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
  }

  .howToUse-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .objBox3 {
    opacity: .3
  }
}

@media screen and (max-width:639px) {
  section {
    padding: 40px 0
  }

  .logoBox {
    margin-bottom: 30px
  }

  .headerItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0
  }

  .block_01-title {
    font-size: 30px
  }

  .formBox {
    margin: 0 auto
  }

  .block_02-title,
  .block_03-title,
  .block_05-title,
  .block_08-title,
  .block_09-title,
  .block_10-title {
    font-size: 24px
  }

  .symptomBox-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  .block_02 .bannerBox {
    max-width: 100%
  }

  .block_04 {
    height: inherit
  }

  .causesBox-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px
  }

  .customForm-item:nth-child(2) {
    position: relative;
    left: inherit
  }

  .customForm .productBox {
    margin: 20px auto
  }

  .objArrow {
    right: inherit;
    left: 10%;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .resultBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .resultBox-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

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

  .bonusItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .bonusItem-title {
    font-size: 22px
  }

  .bonusItem-text {
    font-size: 20px
  }

  .howToUse {
    padding: 25px 20px
  }

  .howToUse-title {
    font-size: 28px
  }

  .howToUse-text {
    font-size: 20px
  }
}

@media screen and (min-width:992px) and (max-width:1360px) {
  .container {
    width: 90%
  }
}