/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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

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

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

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

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

  font-weight: bold;
  line-height: 1;
}

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

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

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

main {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;

  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}

.preloader-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #020a05;
}

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

section {
  padding: 70px 0;
}

.container {
  position: relative;
}

header {
  padding-bottom: 20px;

  background: #454343;
}

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

.logoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  width: 197px;
  height: 46px;

  font-weight: bold;
  font-size: 32px;
  color: #f44336;
}

.logoBox img {
  width: auto;
  height: 100%;
}

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

.headerItem {
  margin: 0 20px;
}

.headerItem-text {
  margin: 0 10px;

  font-size: 16px;
  color: #edb72b;
}

.headerButton {
  max-width: 290px;
  padding: 8px 12px;

  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #ffffff;

  border: 2px solid #edb72b;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer;

   -khtml-border-radius: 10px;
}

.block_01 {
  padding-bottom: 10px;

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

.block_01-title {
  margin-bottom: 20px;

  font-weight: 700;
  font-size: 46px;
  text-align: center;
  color: #ffffff;
}

.block_01-subtitle {
  margin-bottom: 40px;

  font-weight: 400;
  font-size: 26px;
  text-align: center;
  color: #ffffff;
}

.plusesItem {
  align-items: center;
  margin-bottom: 30px;
}

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

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

.productBox {
  position: relative;

  max-width: 245px;
  margin: 0 auto;
}

.saleBox {
  top: -35px;
  right: -5px;

  width: 100px;
  padding: 23px 10px 35px;

  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #ffffff;

  background: url("../img/sale.png")no-repeat center;
  background-size: contain;
}

.saleBox span {
  font-size: 28px;
}

.formBox {
  max-width: 320px;
  padding: 4px;

  background: #ffffff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;

   -khtml-border-radius: 10px;
}

.formBox-header {
  align-items: center;
  padding: 10px 15px 10px;

  background: #b58dc1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.formBox-header__text {
  padding-right: 25px;

  font-size: 16px;
  color: #ffffff;
}

.formBox-header__count {
  justify-content: center;
  min-width: 85px;
  min-height: 85px;

  font-weight: 300;
  font-size: 32px;
  text-align: center;
  color: #000000;

  background: #ffffff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;

   -khtml-border-radius: 50%;
}

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

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

.priceBox {
  align-items: flex-end;
}

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

.oldPrice {
  color: #000000;
}

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

.priceBox-title {
  margin-bottom: 10px;

  font-size: 16px;
}

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

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

.orderForm {
  margin-top: 20px;
}

.customSelect {
  margin-bottom: 20px;

  background: url("../img/custom_select.png")no-repeat 95% 20px;
  outline: none;
}

.input-field label {
  padding: 0 5px;
}

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

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  height: 3rem;
  margin-bottom: 5px;
  padding: 5px;

  color: #a8788e;

  border: 1px solid #f2f2f2;
  border-radius: 2px;
}

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

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

  line-height: 46px;
}

.block_02 {
  padding-bottom: 50px;

  background: #eeeeee;
}

.objBox1 {
  right: -80px;
  bottom: -53px;
  z-index: 1;

  width: 100%;
  max-width: 512px;
}

.block_02-title {
  position: relative;
  z-index: 2;

  margin-bottom: 20px;

  font-weight: 700;
  font-size: 36px;
}

.block_02-title span {
  display: block;
}

.symptomBox {
  position: relative;
  z-index: 2;

  flex-wrap: wrap;
}

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

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

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

.block_02 .bannerBox {
  position: relative;
  z-index: 2;

  max-width: 60%;
  margin: 40px auto 0;
}

.bannerBox-title {
  margin-bottom: 10px;

  font-weight: 700;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

.bannerBox-text {
  padding: 10px 20px;

  font-weight: 500;
  font-size: 20px;
  text-align: center;

  border: 8px solid #edb72b;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;

   -khtml-border-radius: 10px;
}

.bannerBox-text span {
  display: block;
}

.block_03-title {
  margin-bottom: 30px;

  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.block_03-subtitle {
  margin-bottom: 40px;

  font-weight: 300;
  font-size: 20px;
}

.block_04 {
  padding: 30px 0;
}

.block_04-title {
  margin-bottom: 20px;

  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
}

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

.block_05 {
  background: #f4ecf1;
}

.block_05-title {
  margin-bottom: 40px;

  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

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

.causesBox-item {
  flex: 0 0 33%;
  margin-bottom: 25px;
  padding: 0 30px;

  text-align: center;
}

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

.causesBox-title {
  margin-bottom: 5px;

  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

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

.block_06 {
  overflow: hidden;
}

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

  width: 333px;
}

.block_06-title {
  position: relative;
  z-index: 2;

  margin-bottom: 30px;

  font-weight: 700;
  font-size: 36px;
}

.block_06-text {
  position: relative;
  z-index: 2;

  font-weight: 300;
  font-size: 22px;
}

.expertName {
  position: relative;
  z-index: 2;

  margin-top: 40px;

  font-weight: 700;
  font-size: 22px;
}

.expertName span {
  display: block;
}

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

.customForm {
  position: relative;

  flex-wrap: wrap;
  padding: 20px 25px;

  background: #ffffff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;

   -khtml-border-radius: 10px;
}

.customForm-item {
  position: relative;

  flex: 0 0 33%;
}



.objArrow {
  right: -25px;
  bottom: 10px;
  z-index: 10;

  width: 50px !important;
}

.customForm-title {
  margin-bottom: 10px;

  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.customForm .saleBox {
  width: 120px;
  margin: -50px auto 10px;
  padding: 29px 10px 45px;

  font-size: 24px;
}

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

.customForm-header {
  align-items: center;
  margin-bottom: 25px;
}

.customForm .formBox-header__count {
  font-style: italic;
  font-weight: 700;

  background: #ae8ac0;
}

.customForm .formBox-header__text {
  color: #000000;
}

.block_08-title {
  margin-bottom: 30px;

  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.block_08 .bannerBox-text {
  margin-bottom: 30px;

  font-weight: 300;
  line-height: 1.3;
  text-align: left;

  border: 3px solid #edb72b;
}

.resultBox {
  justify-content: space-between;
}

.resultBox-item {
  flex: 0 0 49%;
  padding: 18px 22px 70px;

  background:    -moz-linear-gradient(top, rgba(140, 140, 140, 1) 0%, rgba(140, 140, 140, 1) 69%, rgba(140, 140, 140, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(140, 140, 140, 1) 0%, rgba(140, 140, 140, 1) 69%, rgba(140, 140, 140, 0) 100%);
  background:         linear-gradient(to bottom, rgba(140, 140, 140, 1) 0%, rgba(140, 140, 140, 1) 69%, rgba(140, 140, 140, 0) 100%);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#008c8c8c', GradientType=0);

   -khtml-border-radius: 15px;
}

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

.resultBox-title {
  margin-bottom: 20px;

  font-weight: 700;
  font-size: 38px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

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

.resultBox-info {
  justify-content: space-between;
  align-items: center;

  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}

.resultBox-percent {
  flex: 0 0 20%;
  margin: 2px 0;
  padding: 15px 0;

  text-align: center;

  border-left: 2px dashed #ffffff;
}

.block_09 {
  padding: 70px 0 0;
}

.block_09-title {
  margin-bottom: 40px;

  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.reviewItem {
  margin-bottom: 35px;
}

.reviewItem-avatar {
  flex: 0 0 165px;
  margin-right: 20px;

  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;

   -khtml-border-radius: 50%;
}

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

.authorName {
  display: block;
  margin-top: 20px;

  font-weight: 700;
  text-align: right;
}

.block_10-title {
  margin-bottom: 40px;

  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

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

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

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

.bonusItem-title {
  margin-bottom: 5px;

  font-weight: 700;
  font-size: 26px;
}

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

.block_11 {
  padding: 0 0 20px;
}

.howToUse {
  position: relative;

  padding: 50px 40px;

  border: 10px solid #edb72b;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;

   -khtml-border-radius: 10px;
}

.howToUse-content {
  position: relative;
  z-index: 2;

  flex: 0 0 60%;
}

.howToUse-title {
  margin-bottom: 20px;

  font-weight: 700;
  font-size: 36px;
}

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

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

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

  width: 411px;
}


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

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

  .objBox2 {
    left: -145px;
  }

  .objBox3 {
    right: -40px;
  }
}

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

  .headerContent-items {
    order: 3;
    margin-top: 30px;
  }

  .objBox1 {
    opacity: 0.2;
  }

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

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

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

  .objBox2 {
    right: 0;
    left: inherit;

    width: 400px;

    opacity: 0.2;
  }

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

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

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

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

  .resultBox-title {
    font-size: 30px;
  }

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

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

  .bonusItem {
    flex: 0 0 45%;
  }

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

  .objBox3 {
    opacity: 0.3;
  }
}

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

  .logoBox {
    margin-bottom: 30px;
  }

  .headerItem {
    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 {
    flex: 0 0 100%;
    padding: 0;
  }

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

  .block_04 {
    height: inherit;
  }

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

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

  .customForm .productBox {
    margin: 20px auto;
  }

  .objArrow {
    right: inherit;
    bottom: -29px;
    left: 10%;

    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .resultBox {
    flex-wrap: wrap;
  }

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

  .reviewItem {
    flex-wrap: wrap;
    justify-content: center;
  }

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

.note3 {
  font-style: italic;
  font-size: 14px;
  text-align: right;
}

.modal {
  position: fixed;
  top: 50%;
  left: -100%;
  z-index: 20000000000000;

  display: block;
  max-width: 800px;
  max-height: 800px;
  overflow: auto;

  background-color: #ffffff;
  border: 1px solid black;
  transform: translate(-50%, -50%);

  transition: left 0.5s;

  overscroll-behavior: contain;
}

.modal--active {
  left: 50%;
}

.modal__wrapper {
  position: relative;

  padding: 30px 15px;
}

.modal__close-button {
  position: absolute;
  top: 5px;
  right: 5px;

  width: 20px;
  height: 20px;

  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
}

.modal__close-button::before,
.modal__close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;
  width: 100%;
  height: 2px;

  background-color: #cccccc;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.modal__close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.modal__paragraph {
  margin-top: 15px;

  font-size: 14px;
}

.modal__subtitle {
  margin-top: 20px;

  font-weight: 700;
  font-size: 16px;
  text-align: left;
}

.modal__subtitle + .modal__paragraph {
  margin-top: 10px;
}

.modal__ordered-list {
  margin-top: 10px;
  padding-left: 25px;

  list-style: decimal;
}

.modal__ordered-item:not(:first-of-type) {
  margin-top: 10px;
}

.modal__unordered-list {
  margin-top: 10px;
  padding-left: 15px;

  font-size: 14px;
}

.modal__unordered-item:not(:first-of-type) {
  margin-top: 10px;
}

.modal__unordered-list--inner {
  padding-left: 20px;

  list-style-type: circle;
}

.overlay-bg {
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: -5;

  width: 100vw;
  height: 100vh;

  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;

  transition: opacity 0.5s;
}

.overlay-bg--active {
  left: 0;
  z-index: 150;

  opacity: 1;
}

.ac_footer {
  padding: 0 0 50px 0;
}

.row .col.offset-m4 {
  float: none;
  margin: 0 auto;
}

.img_box.productBox {
  display: block;
  width: 70%;
  margin: 0 auto 20px;
}

@media (max-width: 638px) {
  .row .col.offset-m4 {
    width: 100%;
    max-width: 320px;
  }
}

@media only screen and (min-width: 639px) {
  .row .col.offset-m4 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.offset-m4 {
    margin: 0 auto;
  }
  
  .customForm-title {
    margin-top: 30px;
}

.img_box.productBox {
  max-width: 177px;
}

@media (max-width: 992px) {
    .img_box.productBox {
    width: 100%;
  }
}