* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
}

.header {
  width: 100%;
  margin-bottom: 50px;
}

.header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/header-bg.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 186px;
}

.header-logo {
  max-width: 301px;
  width: 100%;
}

.logo {
  width: 100%;
}

.mobile-menu {
  display: none;
}

.header-bottom {
  background: #393939;
  height: 66px;
  width: 100%;
}
.header-bottom .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header-bottom__right-section {
  display: flex;
}

.container {
  max-width: 1124px;
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}

.nav {
  width: 458px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__item a {
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  transition: 0.2s;
}
.nav__item:hover a {
  filter: brightness(0.4);
}

.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 166px;
  height: 100%;
  margin-right: 28px;
}

.social-item a img {
  transition: 0.2s;
}
.social-item:hover a img {
  filter: brightness(0.4);
}

.search-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 18px;
  border-left: 1px solid #737373;
}
.search-btn__img a img {
  transition: 0.2s;
}
.search-btn__img:hover img {
  filter: brightness(0.4);
}

.content {
  display: flex;
  justify-content: space-between;
}

.main {
  max-width: 660px;
  width: 100%;
  box-sizing: border-box;
}

.article {
  background: #FFFFFF;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  margin-bottom: 80px;
}
.article__p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 1em;
}
.article__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px;
}
.article__author {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  margin-top: 17px;
}

.article-img {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.article-img--last {
  margin-bottom: 0;
}

.first-img {
  margin-top: 0;
}

.quote {
  display: flex;
  height: 85px;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-top: 30px;
}
.quote__symbol {
  font-weight: 500;
  font-size: 72px;
  line-height: 115px;
  color: #B04040;
  width: 80px;
  height: 100%;
  border-right: 3px solid #B04040;
  margin-right: 50px;
}
.quote__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #B04040;
}

.features-wrapper {
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}

.last-p {
  margin-bottom: 0;
}

.wheel-text {
  margin-bottom: 40px;
}

.wheel-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #950000;
  text-align: center;
  margin-bottom: 12px;
}

.wheel-p {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.highlight {
  color: #AA3333;
}

.wheel-wrapper {
  margin-bottom: 40px;
}

.offer-date {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.certificate {
  margin-bottom: 48px;
}

.wheel-img {
  border-radius: 50%;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
}

.comments {
  margin-bottom: 90px;
}
.comments__title {
  font-size: 26px;
  line-height: 39px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.comments__title img {
  margin-left: 10px;
}

.comment-wrap {
  position: relative;
  width: 100%;
}

.answer-inc .comment:not(.comment--answer):before {
  content: "";
  position: absolute;
  height: calc(100% + 40px);
  border-left: 1px solid rgba(61, 61, 61, 0.29);
  width: 100%;
  border-radius: 26px;
  left: 25px;
  z-index: -1;
  transform: scale(1);
  opacity: 1;
  transform-origin: top;
  transition: 0.7s;
}
.answer-inc .comment:not(.comment--answer):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 53px;
  width: 53px;
  background: #fff;
  z-index: 1;
}

.comment {
  display: flex;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
.comment__author-pic {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 11px;
  z-index: 2;
}
.comment__author-pic img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.comment__body {
  padding: 20px;
  max-width: 597px;
  width: 100%;
  background: #F7F7F7;
  border-radius: 20px;
  transition: 0.3s;
}
.comment__author-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.comment__text {
  font-size: 16px;
  line-height: 24px;
}
.comment__footer {
  display: flex;
  justify-content: space-between;
}
.comment__ui {
  display: flex;
  padding-left: 19px;
  margin-top: 5px;
}
.comment__ui-item {
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  color: #000;
}
.comment__ui-item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #C4C4C4;
  border-radius: 50%;
  margin: 0 8px;
  transform: translateY(-1px);
}
.comment__img {
  max-width: 320px;
  width: 100%;
  margin-top: 10px;
  display: block;
}

.emoji-box {
  display: flex;
  align-items: center;
  height: 32px;
  background: #F2F2F2;
  border-radius: 20px;
  transform: translateY(-6px);
  margin-right: 20px;
}
.emoji-box__emoji-wrap {
  display: flex;
  transition: 0.3s;
}
.emoji-box__ico {
  width: 32px;
  height: 32px;
  margin-left: -14px;
  position: relative;
}
.emoji-box__ico:first-child {
  z-index: 3;
}
.emoji-box__ico:nth-child(2) {
  z-index: 2;
}
.emoji-box__ico:last-child {
  z-index: 1;
}
.emoji-box__like-count {
  font-size: 18px;
  line-height: 100%;
  margin-left: 11px;
  margin-right: 11px;
}

.comment--answer {
  margin-left: 62px;
}
.comment--answer .comment__author-pic {
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.comment--answer .comment__body {
  max-width: 459px;
  min-width: 229px;
}
.comment--answer .emoji-box {
  background: none;
  transform: translateY(0);
  margin-right: 2px;
}
.comment--answer .emoji-box__ico {
  width: 19px;
  height: 19px;
  margin-left: -5px;
}
.comment--answer .emoji-box__like-count {
  font-size: 14px;
  line-height: 21px;
}

.order-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 56px;
  background: #AA3333;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: #FFF;
  transition: 0.3s;
}
.order-btn:hover {
  background: #782323;
}

.sidebar {
  margin-left: 34px;
  max-width: 386px;
  width: 100%;
}

.order_block {
  width: 100%;
}
.order_block .offer-date {
  text-align: center;
  margin-bottom: 40px;
}

.order-info {
  display: flex;
  justify-content: center;
  margin-bottom: 46px;
}
.order-info__product {
  max-width: 140px;
}
.order-info__price-wrap {
  text-align: center;
}
.order-info__price-wrap img {
  margin-bottom: 17px;
}

.x_currency_old {
  font-weight: normal;
  font-size: 24px;
  line-height: 135%;
  text-decoration-line: line-through;
}

.x_currency {
  font-weight: 900;
  font-size: 24px;
  line-height: 135%;
  color: #AA3333;
}

.form_order {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.target_list_wrap {
  max-width: 360px;
  width: 100%;
}

.form-item {
  max-width: 360px;
  width: 100%;
  height: 40px;
  background: #F7F7F7;
  padding: 0 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 135%;
  border: none;
  margin-bottom: 15px;
  color: #000;
}
.form-item::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.submit-form {
  max-width: 360px;
  width: 100%;
  height: 56px;
  margin-top: 14px;
  background: #AA3333;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  border: none;
  color: #FFFFFF;
  transition: 0.3s;
}
.submit-form:hover {
  background: #782323;
}

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

.packs-left {
  background: #F7F7F7;
  border-radius: 10px;
  width: 100%;
  padding: 32px 12px;
}
.packs-left__title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
}
.packs-left__value {
  text-align: center;
  margin-top: 14px;
  font-weight: bold;
  font-size: 28px;
  line-height: 135%;
}

.about, .recommend {
  padding: 30px;
  background: #F7F7F7;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.about {
  margin-bottom: 69px;
}
.about .sidebar-section-title {
  margin-bottom: 26px;
}
.about__img {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 32px;
}
.about__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 1em;
}
.about__text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}

.sidebar-section-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}
.sidebar-section-title:after {
  content: "";
  width: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-left: 18px;
}

.categories {
  margin-bottom: 69px;
}
.categories .sidebar-section-title {
  margin-bottom: 26px;
}

.category {
  height: 40px;
  width: 100%;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.category__name {
  font-size: 15px;
  line-height: 22px;
  color: #272727;
  display: flex;
}
.category__name:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E44D54;
  margin: auto 10px auto 2px;
}
.category__count {
  font-size: 15px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}

.posts {
  margin-bottom: 69px;
}
.posts .sidebar-section-title {
  margin-bottom: 50px;
}

.post {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 23px;
  text-decoration: none;
}
.post__img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 30px;
}
.post__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E44D54;
  border: 2px solid #FFFFFF;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
}
.post__body {
  width: 247px;
}
.post__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #000;
}
.post__footer {
  display: flex;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.post__author {
  margin-right: 17px;
}
.tags {
  margin-bottom: 56px;
}
.tags .sidebar-section-title {
  margin-bottom: 30px;
}
.tags__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -4px;
  margin-right: -4px;
}

.tag {
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 23px;
  background: #F7F7F7;
  border-radius: 6px;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}
.tag:hover {
  background: #dfdcdc;
}

.recommend {
  margin-bottom: 69px;
}
.recommend .sidebar-section-title {
  margin-bottom: 32px;
}
.recommend__body {
  display: flex;
  justify-content: space-between;
}
.recommend__img {
  max-width: 84px;
  width: 100%;
  margin-right: 8px;
}
.recommend__text-wrap {
  max-width: 213px;
  width: 100%;
}
.recommend__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 1em;
}
.recommend__list-item {
  font-weight: 300;
  font-size: 14px;
  line-height: 135%;
  padding-left: 5px;
  position: relative;
}
.recommend__list-item:before {
  content: ".";
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: -5px;
  margin: auto;
  font-size: 28px;
  transform: translateY(-7px);
}

.follow .sidebar-section-title {
  margin-bottom: 37px;
}
.follow__social {
  width: 210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.follow__social-item:hover a {
  filter: brightness(0.4);
}

footer {
  text-align: center;
  margin: 42px auto 28px;
}

footer a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  transition: 0.2s;
}
footer a:hover {
  color: #3e3d3d;
}

.order-btn-mobile {
  display: none;
}

.prod-link {
  color: #33B6FF;
  text-decoration: none;
}

@media screen and (max-width: 1140px) {
  .article {
    padding: 20px;
  }

  .sidebar {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .order-btn--bottom {
    display: none;
  }

  .order-btn-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 303px;
    height: 56px;
    background: #AA3333;
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    margin-top: 102px;
    margin-left: auto;
    margin-right: auto;
  }

  .recommend .order-btn-mobile {
    margin-top: 40px;
  }
}
@media screen and (max-width: 980px) {
  .content {
    flex-direction: column;
  }

  .main {
    max-width: 100%;
  }

  .article-img {
    display: block;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .comments {
    max-width: 680px;
    margin: 0 auto;
  }

  .sidebar {
    margin: 0 auto;
    max-width: 720px;
    display: flex;
    flex-direction: column;
  }

  .posts, .about {
    display: none;
  }

  .recommend {
    order: 1;
  }

  .tags {
    order: 2;
    max-width: 720px;
  }

  .categories {
    order: 3;
  }

  .follow {
    order: 4;
  }

  .order-btn-mobile {
    order: 5;
  }

  .recommend__body {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .nav {
    display: none;
  }

  .header-top {
    height: 65px;
  }

  .header-logo {
    max-width: 113px;
  }

  .social {
    width: 111px;
    align-items: center;
  }

  .header-bottom {
    height: 43px;
  }

  .social-item {
    display: flex;
    align-items: center;
  }
  .social-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
  }
  .social-item:first-child {
    width: 5px;
  }
  .social-item:nth-child(2) {
    width: 13px;
  }
  .social-item:nth-child(3) {
    width: 12px;
  }
  .social-item:last-child {
    width: 13px;
  }

  .search-btn {
    max-width: 24px;
    padding-left: 0;
  }

  .search-btn__img {
    margin-left: 10px;
    transform: translateY(2px);
  }

  .header {
    margin-bottom: 8px;
  }

  .article__title {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 30px;
  }

  .article__author {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    margin-top: 17px;
  }

  .article__p {
    font-size: 16px;
    line-height: 140%;
  }

  .quote__symbol {
    min-width: 50px;
    margin-right: 30px;
  }

  .article {
    margin-bottom: 0;
  }

  .wheel-text {
    margin-bottom: 30px;
  }

  .wheel-wrapper {
    margin-bottom: 30px;
  }

  .features-wrapper {
    margin-bottom: 0;
  }

  .offer-date {
    font-size: 14px;
  }

  .comments__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 135%;
  }
  .comments .emoji-box {
    background: none;
    transform: translateY(0);
    margin-right: 2px;
  }
  .comments .emoji-box__ico {
    width: 19px;
    height: 19px;
    margin-left: -5px;
  }
  .comments .emoji-box__like-count {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 440px) {
  .comment--answer {
    margin-left: 30px;
  }

  .article {
    padding: 20px 14px;
  }

  .recommend__list {
    margin-left: 10px;
  }
}
@media screen and (max-width: 410px) {
  .pop-up-heading {
    font-size: 34px;
  }

  .pop-up-text {
    font-size: 22px;
    margin-top: 10px;
  }

  .comment__author-pic {
    margin-right: 4px;
  }
}
@media screen and (max-width: 380px) {
  .order-btn-mobile {
    max-width: 100%;
    width: 100%;
    font-size: 18px;
  }

  .comments {
    overflow: hidden;
  }
}
@media screen and (min-width: 360px) {
  .comment--answer .comment__body {
    min-width: 279px;
  }
}
@media screen and (max-width: 410px) {
  .comment__ui {
    padding-left: 4px;
  }
  .comment__ui-item {
    font-size: 12px;
  }
  .comment__ui-item:not(:last-child):after {
    width: 4px;
    height: 4px;
    margin: 0 5px;
  }
}
@keyframes emoji-appear {
  0% {
    display: none;
    transform: scale(0);
  }
  1% {
    display: block;
    transform: scale(0);
  }
  65% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.35);
  }
  100% {
    transform: scale(1);
  }
}

.emoji-box .emoji-box__ico {
  display: none;
}

.emoji-box .emoji-box__ico.active {
  display: block;
}


.emoji-box.active .emoji-box__ico {
  transform: scale(0);
  display: none;
  transition: 0s;
}

.emoji-box.active .emoji-box__ico.active {
  display: block;
  transform: scale(1);
  animation: emoji-appear 0.5s linear forwards;
}