.trunkOld {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.order-price {
  font-size: larger;
  font-weight: 900;
  color: #D00DA7;
}

#order {
  display: block;
  height: 1px;
}

.stats {
  margin: 2.8vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

.stats__item {
  margin-left: 4.7vw;
}

.stats__item:nth-child(3) {
  position: relative;
  margin-left: 6.7vw;
}

.stats__item:nth-child(3)::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2vw;
  content: '';
  width: 1.5vw;
  height: 1.5vw;
  background: url(../img/star0bl.svg) 0 0 no-repeat;
  background-size: contain;
}

.stats__item span {
  padding: 0.2vw 0.4vw;
  color: #fff;
  background: #D00DA7;
  opacity: 0.5;
  border-radius: 32px;
}

.article__header {
  width: 60%;
  font-size: 60px;
  line-height: 131.99%;
  font-weight: 700;
}

.article__header-mini {
  margin-bottom: 1.9vw;
  font-size: 28px;
  color: #171717;
  font-weight: 700;
}

.article__header-wrapper {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 47px;
  color: #fff;
  position: relative;
  background: url(../img/bg-1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.article__header-wrapper img {
  width: 22.2vw;
  max-width: 320px;
  position: absolute;
  top: calc(50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10.8vw;
}

.article__subheader {
  margin-top: 2.6vw;
  width: 24%;
  font-size: 24px;
  line-height: 131.99%;
}

.article__subheader b {
  text-transform: uppercase;
}

.article__author {
  width: 90%;
  margin: 4.2vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article__author-descr {
  height: 6.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article__author-descr span {
  font-size: 1.1vw;
  color: #D0D0D0;
}

.article__author-descr span:first-child {
  color: #000;
  font-size: 1.7vw;
  line-height: 1.94vw;
  font-weight: 700;
}

.article__author-photo {
  height: 100%;
  margin-right: 3.7vw;
  margin-left: 2vw;
}

.article__author-prod {
  width: 18.2vw;
  margin-left: 40%;
}

.article__wrapper {
  margin-left: 4%;
}

.article__text {
  width: 80%;
  margin-left: 3vw;
  font-size: 18px;
  line-height: 22px;
}

.article__text p {
  margin-bottom: 35px;
}

.article__text img {
  display: block;
  width: 36.5vw;
  margin: 70px auto;
}

.article__text a {
  text-decoration: underline;
  color: #D00DA7;
}

.article__order {
  width: 83%;
  margin-left: 3vw;
}

.article__order-header {
  width: 40vw;
  margin: 0 auto;
  color: #D00DA7;
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 131.99%;
  text-align: center;
}

.article__order-header b {
  font-weight: 900;
  color: #002E6D;
}

.article__order-wrapper {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article__order-wrapper img {
  width: 10.7vw;
}

.article__order-wrapper img:first-child {
  width: 14.6vw;
}

.article__order-wrapper a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 70px;
  color: #fff;
  font-size: 2.5vw;
  font-weight: 700;
  background: #D00DA7;
  -webkit-box-shadow: 0px 4px 18px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 18px rgba(0,0,0,0.25);
  border-radius: 30px;
}

.expert {
  margin: 0 auto;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 75%;
  padding: 40px 47px;
  padding-bottom: 10px;
  color: #fff;
  position: relative;
  background: url(../img/bg-2.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.expert__header {
  width: 60%;
  font-size: 50px;
  line-height: 131.99%;
  font-weight: 700;
}

.expert__subheader {
  margin-bottom: 2.6vw;
  width: 24%;
  font-size: 24px;
  line-height: 131.99%;
}

.expert__subheader b {
  text-transform: uppercase;
}

.expert__wrapper img {
  width: 21vw;
  max-width: 309px;
  position: absolute;
  top: 19%;
  right: 10.8vw;
}

.comments__left {
  width: 90%;
  background-color: #E9E9E9;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 70px;
  margin-left: 3vw;
}

.comments__header {
  display: block;
  margin-left: 10vw;
  margin-bottom: 2vw;
  font-size: 60px;
  line-height: 131.99%;
}

.comments__wrapper {
  padding-left: 10vw;
  margin-top: 5vw;
}

.comments .review__date {
  color: #DEDEDE;
}

.review__item {
  position: relative;
  margin-left: 14%;
  margin-bottom: 50px;
}

.review__item img {
  display: block;
  /* max-width: 50%; */
}

.review__avatar {
  position: absolute;
  width: 7.6vw;
  left: -15%;
  max-width: 110px;

}



.review__author {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 17px;
}

.review__date {
  display: inline-block;
  height: 28px;
  vertical-align: middle;
  margin-left: 2vw;
  font-size: 16px;
}

.review__text {
  width: 85%;
  margin-left: 3%;
  margin-top: 23px;
  font-size: 18px;
  line-height: 22px;
}

.review__text p {
  margin-bottom: 25px;
}

.stars {
  width: 10.2vw;
  max-width: 147px;
}

.countdown {
  margin-bottom: 10px;
}

.countdown-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.countdown-item {
  width: 60px;
  margin-bottom: 5px;
  padding: 10px 5px;
  display: inline-block;
  position: relative;
  background: #D00DA7;
  -webkit-box-shadow: 0px 4px 16px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 16px rgba(0,0,0,0.25);
  border-radius: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.countdown-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
  color: #fff;
}

.order {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 35%;
  border-radius: 44px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  background: #1E0036;
  color: #FFFFFF;
}

.order__img {
  position: absolute;
  left: 50%;
  top: -125px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18vw;
  max-width: 339px;
}

.order__title {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.order-form {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  background: none;
}

.order-form-label {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
}

.order-form-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  padding: 2px 10px;
  height: 35px;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  border: none;
  font-size: 14px;
}

.order-form-input::-webkit-input-placeholder {
  color: #bebebe;
}

.order-form-input:-ms-input-placeholder {
  color: #bebebe;
}

.order-form-input::-ms-input-placeholder {
  color: #bebebe;
}

.order-form-input::placeholder {
  color: #bebebe;
}

.order-form-btn {
  display: block;
  margin: 10px auto;
  padding: 7px 65px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  background: #D00DA7;
  -webkit-box-shadow: 0px 4px 18px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 18px rgba(0,0,0,0.25);
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .order__img {
    top: -150px;
  }
}

@media (max-width: 995px) {
  body,  html {
    min-width: 100vw;
  }

  .countdown-item {
    width: 50px;
    font-size: 35px;
  }

  .order__img {
    width: 22vw;
  }

  .header-v1 .header-wrapper {
    min-width: 100vw;
  }

  .stats {
    font-size: 15px;
  }

  .article {
    max-width: 100%;
  }

  .article__header {
    font-size: 40px;
  }

  .article__header-mini {
    font-size: 20px;
  }

  .article__header-wrapper {
    padding: 20px 50px;
  }

  .article__subheader {
    font-size: 16px;
  }

  .expert {
    padding: 20px 50px;
  }

  .expert__header {
    font-size: 35px;
  }

  .expert__subheader {
    font-size: 16px;
    width: 30%;
  }

  .review__author {
    font-size: 16px;
  }

  .review__date {
    height: 20px;
    font-size: 14px;
  }

  .review__text {
    font-size: 15px;
    line-height: 20px;
  }

  .review__text p {
    margin-bottom: 15px;
  }

  .review__item {
    margin-bottom: 35px;
  }

  .comments__header {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .countdown-item {
    font-size: 30px;
    padding: 15px 10px;
  }

  .order {
    width: 60%;
  }

  .order__title {
    font-size: 20px;
    width: 70%;
  }

  .order__img {
    top: -100px;
  }

  .order-form-label {
    font-size: 16px;
  }

  .header-v1 .header-top {
    text-align: left;
  }

  .header-v1 .header-top .item:last-child {
    margin-top: 10px;
  }

  .header-v1 .header-basket {
    width: 80%;
  }

  .header-v1 .header-user-menu {
    width: 220px;
  }

  .stats {
    font-size: 13px;
  }

  .article {
    max-width: 100%;
  }

  .article__header {
    font-size: 30px;
  }

  .article__header-mini {
    font-size: 15px;
  }

  .article__header-wrapper {
    padding: 15px 30px;
  }

  .article__text {
    font-size: 12px;
    line-height: 16px;
  }

  .article__order-wrapper a {
    padding: 10px 40px;
  }

  .expert {
    padding: 15px 30px;
  }

  .expert__header {
    font-size: 30px;
  }

  .expert__subheader {
    font-size: 13px;
  }

  .expert__wrapper img {
    right: 5.8vw;
  }

  .comments__header {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .header-v1 .header-user-menu {
    display: none;
  }

  .countdown-items {
    width: 70%;
    margin: 0 auto;
  }

  .countdown-item {
    font-size: 30px;
    width: 4rem;
    padding: 10px 5px;
  }

  .order {
    padding-top: 50px;
    margin-top: 60px;
    width: 90%;
  }

  .order__img {
    width: 30vw;
  }

  .order__title {
    font-size: 20px;
    line-height: 25px;
  }

  .order-form {
    width: 80%;
  }

  .order-form-btn {
    padding: 10px 20px;
    width: 80%;
  }

  .order-form-label {
    font-size: 16px;
  }

  .order-form-input {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .comments__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .comments .info .lines {
    width: 100%;
  }
}