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

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

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

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ff1403;
  box-shadow: 0 1px 1px #fff 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;
}

ul {
  padding: 0;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: bold;
  margin: 0;
}

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

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

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

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

main {
  overflow: hidden;
}

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

.preloader-background {
  display: flex;
  align-items: 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;
}

.sale {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: red;
  top: 45px;
  left: -40px;
  z-index: 3;
  color: #fff;
  font-weight: 300;
  line-height: 100%;
  font-size: 20px;
}

.button__wrap {
  display: flex;
  justify-content: center;
}

.button__full {
  width: 100%;
  max-width: 406px;
  color: #fff;
  border: 1px solid red;
  -webkit-box-shadow: 3px 3px 15px rgb(82, 82, 82);
  box-shadow: 3px 3px 15px rgb(82, 82, 82);
  border-radius: 7px;
  background: red;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .2s linear;
  padding: 15px 35px;
}

.button__arrow {
  background: url(../fonts/fullArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 48px;
}

.button__full:hover,
.button__full:focus,
.button__full:active {
  background-color: red;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sale__big {
  font-size: 48px;
  font-weight: 500;
}

section {
  padding: 70px 0;
}

.container {
  position: relative;
}

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

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

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

.block_01-subtitle {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}

.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: red;
  top: -100px;
  left: 80px;
  z-index: 3;
  color: #fff;
  font-weight: 300;
  line-height: 100%;
  font-size: 20px;
}

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

.img_box .saleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: red;
  top: 50px;
  left: -55px;
  z-index: 3;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  font-size: 34px;
}

.img_box .saleBox span {
  font-size: 20px;
  font-weight: 300;
}

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

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

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

.formBox-header__count {
  justify-content: center;
  flex-direction: column;
  min-width: 85px;
  min-height: 85px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

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

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

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

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

.oldPrice {
  color: #000000;
}

.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: none;
  margin-bottom: 20px;
  background: url('../images/custom_select.png') no-repeat 95% 20px;
}

.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 {
  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-size: 16px;
  font-weight: 300;
}

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

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

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

.bannerBox-text span {
  display: block;
}

.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: #ffffff;
  margin-bottom: 20px;
}

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

.block_05 {
  background: #f4ecf1;
}

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

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

.causesBox-item {
  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 {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 300;
}

.expertName {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
}

.expertName span {
  display: block;
}

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

.customForm {
  flex-wrap: wrap;
  position: relative;
  padding: 20px 25px;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.customForm-item {
  position: relative;
  flex: 0 0 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.form_product {
  display: none;
}

.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 {
  font-size: 34px;
  font-weight: 700;
}

.customForm .saleBox span {
  font-size: 20px;
  font-weight: 300;
}

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

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

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

.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 {
  justify-content: space-between;
}

.resultBox-item {
  flex: 0 0 49%;
  padding: 18px 22px 70px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#008c8c8c', GradientType=0);
}

.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 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

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

.resultBox-info {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
}

.resultBox-percent {
  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 {
  flex: 0 0 165px;
  margin-right: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.reviewItem-avatar img {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  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 {
  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 {
  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;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

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

#row-change {
  display: flex;
}

.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('../images/bg_01.jpg') no-repeat center;
  background-size: cover;
}

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

.formBox {
  display: none;
}

.orderForm .button__full {
  height: 46px;
  font-size: 14px;
  margin-top: 1.5rem;
}

@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 {
    opacity: 0.2;
    width: 400px;
    left: inherit;
    right: 0;
  }

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

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

  .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) {

  .formBox {
    display: block;
    margin: 0 auto 30px;
  }

  .form_product {
    display: block;
    margin-bottom: 30px;
  }

  .customForm {
    display: none;
  }

  section {
    padding: 40px 0;
  }

  .logoBox {
    margin-bottom: 30px;
  }

  .headerItem {
    flex: 0 0 50%;
    margin: 0;
  }

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

  #row-change {
    flex-direction: column;
  }

  .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;
    left: 10%;
    bottom: 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-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;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 0) {
  @media (max-width: 470px) {
    .header__logo {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      line-height: 1;
      width: 45px;
      top: -5px;
    }
  }
}

.chat {
  display: none;
  align-items: center;
  gap: 15px;

  border-radius: 7px 7px 0px 0px;
  background-color: #fe453d;

  font-size: 17px;
  padding: 1em;
  color: #fff;
  cursor: pointer;

  position: fixed;
  bottom: 0px;
  right: 40px;
  z-index: 99;
}

.chat__icon {
  width: 25.5px;
  height: 25.5px;
  fill: #fff;
}

.chat-box {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 99;

  width: 360px;

  padding-bottom: 40px;

  font-size: 14px;

  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 0 10px rgb(17 17 17 / 20%);
}

.chat-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4em 1.4em 1.6em;
  color: #fff;

  background-color: #fe453d;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.chat-box__header img {
  width: 35px;
  height: 35px;
}

.chat-box__close {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .2s ease;
  padding: 10px;
}

.chat-box__close:hover {
  background: hsla(0, 0%, 100%, .2);
}

.close__icon {
  fill: #fff;
  stroke: #fff;
  width: 16px;
  height: 16px;
}

.chat__icon-mob {
  display: none;
}

.chat-box__wrap {
  padding: 0 1.4em;

  position: relative;
  top: -10px;
  z-index: 98;

  background-color: #fff;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.chat-box__main {
  padding: 90px 0 50px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.chat-box__question-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-end;
}

.chat-box__question {
  display: flex;
  align-items: center;

  max-width: 230px;
  text-align: left;
  color: #7087a3;
  background-color: #fff;
  border-radius: 2em;
  height: 42px;
  padding: 0 1.4em;
  border: 1px solid #7087a3;
  cursor: pointer;

  transition: .1s linear;
}

.chat-box__question.checked {
  border-bottom-right-radius: 0 !important;
  border-radius: 23px;
  background: #A069F7;
  color: #fff;
  cursor: auto;
  border: none;
}

.chat-box__question.checked:hover,
.chat-box__question.checked:focus {
  background: #A069F7;
  color: #fff;
  border: none;
}

.chat-box__question:hover,
.chat-box__question:focus {
  background-color: #7087a3;
  border-color: #e1e5eb;
  color: #fff;
}

.chat-box__answer-wrap {
  display: none;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.chat-box__answer {
  max-width: 230px;
  text-align: left;
  background: #F3F2F7;
  color: #000;
  border-radius: 23px;
  border-bottom-left-radius: 0px !important;
  padding: 1em;
  margin-top: 15px;
}

.chat-box__date {
  margin-bottom: 60px;
  color: #818ea3;
}

.chat-box__fakeBtn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  height: 49px;
  color: rgb(254, 87, 82);
  background-color: #f3f2f7;
  border-radius: 2em;
  font-weight: 700;
  transition: .1s linear;
}

.chat-box__fakeBtn:hover,
.chat-box__fakeBtn:focus {
  opacity: .85;
  background-color: #f3f2f7;
}

.chat-box__form {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  padding: 0 15px;
  display: none;
}

.chat-box__form .button__full {
  height: 46px;
  font-size: 16px;
  margin-top: 1.5rem;
}

.form .button__full {
  height: 46px;
  font-size: 16px;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .chat {
    width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    right: 5px;
    bottom: 10px;
  }

  .chat span {
    display: none;
  }

  .chat__icon {
    display: none;
  }

  .chat__icon-mob {
    display: inline;
    width: 48px;
    height: 48px;
    fill: #fff;
  }

  .chat-box {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    right: unset;
    top: 0;
    left: 0;
    bottom: unset;
    border-radius: 0;
  }

  .chat-box__header {
    border-radius: 0;
  }

  .chat-box__question {
    max-width: 350px;
  }

  .chat-box__answer {
    max-width: 350px;
  }

  .chat-box__wrap {
    top: -15px;
  }

  .chat-box__main {
    margin-top: 75px;
    padding: 60px 0 20px;
  }

  .chat-box__form .button__full .button__arrow {
    margin-left: 110px;
  }
}

@media (max-width: 425px) {
  .chat-box__answer {
    max-width: 230px;
  }

  .chat-box__question {
    max-width: 230px;
  }

  .form .button__full .button__arrow {
    margin-left: 55px;
  }

  .button__full {
    font-size: 24px;
  }

  .button__full .button__arrow {
    margin-left: 55px;
  }

  .chat-box {
    overflow: auto;
  }

  .chat-box__main {
    margin-top: 0px;
    padding: 10px 0;
  }
}

@media (max-width: 375px) {
  .chat-box__form .button__full .button__arrow {
    margin-left: 90px;
  }

  .button__full {
    font-size: 18px;
  }

  .chat-box__main {
    margin-top: 0px;
    padding: 20px 0 80px;
  }
}

@media (max-width: 320px) {
  .form .button__full .button__arrow {
    display: none;
  }

  .chat-box__form .button__full .button__arrow {
    margin-left: 30px;
  }

  .form .button__full {
    font-size: 15px;
  }
}

.order-text h1 {
  max-width: 550px;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.order-text h2 {
  font-size: 30px;
  font-weight: 500;
}

.order-text h2 span {
  font-size: 50px;
  font-weight: 700;
  color: red;
}

.order__wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 120px;
  justify-content: center;
  align-items: center;
}

.time_remains_title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.time_remains {
  font-size: 1.1em;
  color: red;
}

.customBtn {
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: 46px;
  line-height: 46px;
  margin-top: 20px;
  background-color: #F44336;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.customBtn:hover {
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}

@media (max-width: 768px) {
  .order__wrap {
    flex-direction: column;
    gap: 40px;
  }

  .prod_img_wrapper {
    margin-top: 50px;
  }
}

@media (max-width: 425px) {
  .sale {
    width: 110px;
    height: 110px;
    font-size: 15px;
    top: 40px;
    left: -15px;
  }

  .sale__big {
    font-size: 35px;
  }

  .img_box .saleBox {
    width: 110px;
    height: 110px;
    font-size: 35px;
    top: 40px;
    left: -15px;
  }

  .img_box .saleBox span {
    font-size: 15px;
  }

  .order-text h1 {
    font-size: 28px;
  }

  .order-text h2 {
    font-size: 25px;
    line-height: 1.4;
  }
}

@media (max-width: 320px) {
  .order-text h1 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .order-text h2 {
    font-size: 20px;
    line-height: 1.1;
  }
}

.order_block {
  font-family: 'Arial', sans-serif;
  background: #fff;
  padding: 25px;

  margin-bottom: 50px;
}

.x_order_form {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 320px;
}

.prod_img_wrapper {
  max-width: 300px;
  position: relative;
}

.prod_img {
  width: 100%;
  max-width: 300px;
}

.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 {
  height: 2.5rem;
  box-sizing: border-box;
  color: #a8788e;
  margin-bottom: 5px;
}

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