* {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  font-weight: 400;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.header .header__top {
  background: #222;
}

.header .header__top .header__top-content {
  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;
  padding: 7px 0;
}

.header .header__top .header__top-content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__top .header__top-content .menu a {
  color: #fff;
  margin-right: 26px;
}

.header .header__top .header__top-content .date {
  color: #fff;
  margin-right: 44px;
}

.header .header__top .header__top-content .social a {
  margin-right: 10px;
}

.header .header__top .header__top-content .social a:last-of-type {
  margin-right: 0;
}

.header .header__top .header__top-content .header_burger {
  display: none;
}

.header .header__top .header__top-content .logo {
  display: none;
}

.header .header__top .header__top-content .header_search {
  display: none;
}

.header .header__bottom {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
}

.header .header__bottom .header__bottom-images {
  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;
}

.header .header__bottom .header__bottom-images .logo {
  height: 121px;
}

.header .header__bottom .header__bottom-images .banner {
  height: 88px;
}

.header .header__bottom .header__bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header .header__bottom .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__bottom .nav a {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
  margin-right: 40px;
}

.header .header__bottom .nav a:last-of-type {
  margin-right: 0;
}

.header .header__bottom .nav .header_search {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .main__wrapper .bread-crumbs {
  font-size: 14px;
  line-height: 16px;
  color: #c3c3c3;
  margin-top: 20px;
}

.main .main__wrapper .autor {
  display: inline-block;
  color: #fff;
  padding: 4px 8px;
  background: #222;
  margin-top: 29px;
}

.main .main__wrapper .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000;
  margin-top: 5px;
}

.main .main__wrapper .subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000;
  margin-top: 10px;
}

.main .main__wrapper .article-author {
  font-size: 14px;
  line-height: 16px;
  color: #2d2d2d;
  margin-top: 20px;
}

.main .main__wrapper .article-author strong {
  font-weight: 900;
}

.main .main__wrapper .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

.main .main__wrapper .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
}

.main .main__wrapper .social a:last-of-type {
  margin-right: 0;
}

.main .main__wrapper .social .social__facebook {
  background: #3b5996;
}

.main .main__wrapper .social .social__twetter {
  background: #4299fd;
}

.main .main__wrapper .social .social__whatsup {
  background: #42c12a;
}

.main .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.main .content__wrapper .article {
  margin-right: 101px;
}

.main .content__wrapper .article .article__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.main .content__wrapper .article .article__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  margin-top: 20px;
}

.main .content__wrapper .article .article__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-top: 5px;
}

.main .content__wrapper .article p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 130%;
}

.main .content__wrapper .article p strong {
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
}

.main .content__wrapper .article .article__image {
  max-width: 90%;
  margin-top: 20px;
}

.main .content__wrapper .article .comments {
  margin-top: 40px;
}

.main .content__wrapper .article .comments .comments__item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.main .content__wrapper .article .comments .comments__item-question img {
  margin-right: 12px;
}

.main .content__wrapper .article .comments .comments__item-question span {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.main .content__wrapper .article .comments .comments__item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.main .content__wrapper .article .comments .comments__item-answer .avatar {
  margin-right: 12px;
}

.main .content__wrapper .article .comments .comments__item-answer span {
  font-size: 18px;
  line-height: 130%;
}

.main .content__wrapper .article .comments .comments__item-answer .inner__img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.main .content__wrapper .article .comments .comments__item-answer ul {
  margin-top: 10px;
}

.main .content__wrapper .article .comments .comments__item-answer ul li {
  font-size: 18px;
  line-height: 130%;
  position: relative;
  padding-left: 15px;
}

.main .content__wrapper .article .comments .comments__item-answer ul li:before {
  position: absolute;
  content: "\2022";
  left: 0;
  color: #c4c4c4;
}

.main .content__wrapper .article .comments .comments__item-answer strong {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}

.main
.content__wrapper
.article
.comments
.comments__item-answer.no-picture
span {
  margin-left: 62px;
}

.main
.content__wrapper
.article
.comments
.comments__item-answer.no-picture
.product
img {
  height: 70%;
  margin-left: 30px;
}

.main
.content__wrapper
.article
.comments
.comments__item-answer.no-picture
strong {
  margin-left: 62px;
}

.main .content__wrapper .article .comments .mark {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 40px;
}

.main .content__wrapper .article .comments .legs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.main .content__wrapper .article .comments .legs .legs-item {
  max-width: 377px;
}

.main .content__wrapper .article .comments .legs .legs-item img {
  width: 100%;
}

.main .content__wrapper .article .comments .legs .legs-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.main .content__wrapper .article .comments .ulcers .ulcers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
}

.main .content__wrapper .article .comments .ulcers .ulcers-item img {
  margin-right: 19px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.main .content__wrapper .article .comments .ulcers .ulcers-item p {
  margin-top: 0;
}

.main .content__wrapper .article .comments .form {
  background: #68338a;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 50px 30px 50px 60px;
}

.main .content__wrapper .article .comments .form .form__info {
  width: 40%;
}

.main .content__wrapper .article .comments .form .form__info-product {
  position: relative;
  margin-top: 30px;
}

.main .content__wrapper .article .comments .form .form__info-product img {
  width: 100%;
}

.main .content__wrapper .article .comments .form .old__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main .content__wrapper .article .comments .form .old__price:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 3px;
  background: red;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.main .content__wrapper .article .comments .form .new__price {
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #fff;
}

.main .content__wrapper .article .comments .form .form__content {
  width: 60%;
}

.main
.content__wrapper
.article
.comments
.form
.form__content
.form__content-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 23px;
  display: block;
}

.main
.content__wrapper
.article
.comments
.form
.form__content
.form__content-field {
  margin-bottom: 28px;
}

.main
.content__wrapper
.article
.comments
.form
.form__content
.form__content-field
label {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 12px;
}

.main
.content__wrapper
.article
.comments
.form
.form__content
.form__content-field
input {
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 41px;
  color: #a7a7a7;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 22px 24px;
  width: 100%;
}

.main
.content__wrapper
.article
.comments
.form
.form__content
.form__content-field
input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #a7a7a7;
}

.main
.content__wrapper
.article
.comments
.form
.form__content
.form__content-field
input::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #a7a7a7;
}

.main
.content__wrapper
.article
.comments
.form
.form__content
.form__content-field
input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #a7a7a7;
}

.main
.content__wrapper
.article
.comments
.form
.form__content
.form__content-field
input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #a7a7a7;
}

.main
.content__wrapper
.article
.comments
.form
.form__content
.form__content-field
input::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #a7a7a7;
}

.main .content__wrapper .article .comments .form .form__content .form__submit {
  background: #ff8025;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 23px 0;
}

.main
.content__wrapper
.article
.comments
.form
.form__content
.form__submit:hover {
  cursor: pointer;
  background: #f69550;
}

.main .content__wrapper .article .comments .form .form__content .form__ps {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews__add
.reviews__add-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #000;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews__add
.reviews__add-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews__add
.add-form__avatar {
  margin-right: 10px;
  width: 47px;
  height: 47px;
}

.main .content__wrapper .article .comments .reviews .reviews__add .add-form {
  width: 100%;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews__add
.add-form
input {
  background: #fff;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  color: #949494;
  padding: 12px;
  width: 70%;
  margin-bottom: 12px;
  display: block;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews__add
.add-form
button {
  background: #ff8025;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 17px 60px;
  margin-bottom: 30px;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews__add
.add-form
button:hover {
  cursor: pointer;
  background: #f69550;
}

.main .content__wrapper .article .comments .reviews .reviews-item {
  border-bottom: 1px solid #b3b3b3;
  padding-right: 30%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.reviews-item__avatar {
  width: 50px;
  height: 50px;
  margin-right: 11px;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.item__comment-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #141414;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.item__comment-text {
  margin-top: 5px;
  font-size: 18px;
  line-height: 21px;
  color: #141414;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.item__comment-img {
  margin-top: 10px;
  width: 50%;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.item__comment-reaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 11px;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.reaction__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.reaction__actions
a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #a4a4a4;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.reaction__actions-likes {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.reaction__actions-likes
img {
  margin-right: 5px;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.reaction__actions-likes
span {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #141414;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.reaction-date {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #a4a4a4;
}

.main
.content__wrapper
.article
.comments
.reviews
.reviews-item
.reviews-item__comment-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
}

.main .content__wrapper .article .comments .order-btn {
  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;
  margin: 53px 0;
}

.main .content__wrapper .article .comments .order-btn a {
  background: #ff8025;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 23px 0;
  width: 70%;
  text-align: center;
}

.main .content__wrapper .advertising {
  max-width: 331px;
}

.main .content__wrapper .advertising .advertising__title {
  background: #c5e2f7;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #0c70bf;
  padding-left: 17px;
  padding-top: 8px;
  padding-bottom: 4px;
}

.main .content__wrapper .advertising .advertising__item {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #c1e4ff;
}

.main .content__wrapper .advertising .item__img {
  max-height: 72px;
  margin-right: 22px;
}

.main .content__wrapper .advertising .item__text {
  font-size: 14px;
  line-height: 16px;
  color: #333;
}

.footer {
  background: #efefef;
  padding: 24px 0;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #343434;
  width: 100%;
}

.footer a {
  text-decoration: underline;
  color: #686868;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .header .header__bottom .header__bottom-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header .header__bottom .header__bottom-images .logo {
    margin-bottom: 10px;
    height: 100px;
  }

  .header .header__bottom .header__bottom-images .banner {
    height: 60px;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    max-width: 768px;
  }

  .main .content__wrapper .article .comments .legs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main .content__wrapper .advertising {
    display: none;
  }

  .main .content__wrapper .advertising .item__img {
    max-width: 60px;
    margin-right: 5px;
  }

  .main .content__wrapper .advertising .advertising__image {
    width: 201px;
    height: 171px;
  }
}

@media screen and (max-width: 800px) {
  .container {
    max-width: 576px;
  }

  .header .header__top .header__top-content .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header .header__top .header__top-content .menu a {
    margin-top: 10px;
  }

  .header .header__top .header__top-content .social {
    display: none;
  }

  .header .header__bottom .nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header .header__bottom .nav .header_search {
    display: none;
  }

  .main .content__wrapper .article {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .container {
    max-width: 480px;
  }

  .header .header__top .header__top-content .menu {
    display: none;
  }

  .header .header__top .header__top-content .header_burger {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
  }

  .header .header__top .header__top-content .header_burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
  }

  .header .header__top .header__top-content .header_burger span:nth-of-type(1) {
    top: 4px;
  }

  .header .header__top .header__top-content .header_burger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header .header__top .header__top-content .header_burger span:nth-of-type(3) {
    bottom: 4px;
  }

  .header .header__top .header__top-content .logo {
    display: block;
  }

  .header .header__top .header__top-content .header_search {
    display: block;
  }

  .header .header__bottom {
    display: none;
  }

  .main .main__wrapper .title {
    font-size: 30px;
    line-height: 35px;
  }

  .main
  .content__wrapper
  .article
  .comments
  .comments__item-answer.no-picture
  span {
    margin-left: 0;
  }

  .main
  .content__wrapper
  .article
  .comments
  .comments__item-answer.no-picture
  .product {
    margin-left: 0;
    background-position: center;
    width: 100%;
  }

  .main
  .content__wrapper
  .article
  .comments
  .comments__item-answer.no-picture
  .product
  img {
    height: 60%;
  }

  .main
  .content__wrapper
  .article
  .comments
  .comments__item-answer.no-picture
  strong {
    margin-left: 0;
  }

  .main .content__wrapper .article .comments .ulcers .ulcers-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main .content__wrapper .article .comments .ulcers .ulcers-item img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .main .content__wrapper .article .comments .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
  }

  .main .content__wrapper .article .comments .form .form__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main .content__wrapper .article .comments .form .form__info-product {
    width: 60%;
  }

  .main .content__wrapper .article .comments .form .discont {
    top: 2px;
    left: auto;
    right: 0;
  }

  .main .content__wrapper .article .comments .form .prices {
    width: auto;
    padding-left: 10px;
  }

  .main .content__wrapper .article .comments .form .old__price {
    font-size: 20px;
    line-height: 130%;
  }

  .main .content__wrapper .article .comments .form .new__price {
    font-size: 30px;
    line-height: 130%;
  }

  .main .content__wrapper .article .comments .form .form__content {
    width: 100%;
  }

  .main
  .content__wrapper
  .article
  .comments
  .form
  .form__content
  .form__content-title {
    font-size: 18px;
    line-height: 130%;
  }

  .main
  .content__wrapper
  .article
  .comments
  .reviews
  .reviews__add
  .add-form
  input {
    width: 100%;
  }

  .main .content__wrapper .article .comments .reviews .reviews-item {
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .container {
    max-width: 450px;
  }

  .main .content__wrapper .article .comments .answer__image-bg-block {
    height: 230px;
    margin-left: 0;
    width: 100%;
    padding: 24px 22px;
  }
}

@media screen and (max-width: 480px) {
  .main .content__wrapper .article .comments .legs .legs-item {
    margin-bottom: 30px;
  }

  .main .content__wrapper .article .comments .mark {
    margin-bottom: 10px;
    margin-top: 30px !important;
  }
}


@media (min-width: 768px) {
  .product-img {
    width: 60%
  }
}

.hide,
      .flag-dropdown {
        display: none;
      }
      .error-box {
        color: #fff;
        background-color: #de5042 !important;
        border-radius: 5px;
        text-align: center;
        width: 240px;
        font-size: 13px;
        line-height: 20px;
        margin: 5px auto !important;
        z-index: 100;
      }
      input:invalid {
        box-shadow: none;
      }
      .intl-tel-input {
        width: 100% !important;
      }
      @media (max-width: 650px) {
        .error-box {
          width: 100% !important;
        }
      }


.component_ava {
  background-color: rgb(235, 237, 240);
}



.main-title {
  margin: 15px auto 10px;
  font-size: 24px;
  line-height: 1.2;
}


.product-link {
  font-weight: 700;
  color: #f36b7f;
  transition: all .3s ease-out;
}

.product-link:hover {
  text-decoration: underline;
  color: #284791;
}


.image-wrapper {
  margin: 20px auto;
  font-size: 0;
  text-align: center;
}

.interviewer {
  margin-top: 15px;
}

@media (max-width: 480px) {
  .person-inner-right {
    display: none;
  }
}

/*@media (max-width: 991px) {
  #comments_component .item:nth-last-of-type(n+7) {
    display: none !important;
  }
}*/