* {
  padding: 0;
  margin: 0;
  border: none;
  color: #000;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  /* font-size: 12px; */
  /* line-height: 14px; */
  font-style: normal;
  font-weight: 400;
}

.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 {
  margin-right: 16px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  transition: all .3s ease-out;
}

.header .header__top .header__top-content .menu a:hover {
  color: #f74576;
}

.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: 1.5;
  text-transform: uppercase;
  color: #000;
  margin-right: 40px;
}

.header .header__bottom .nav a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.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: 1.5;
  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;
  align-items: stretch;
  width: 100%;
}

.main .content__wrapper .article .article__photos .article__photos-first {
  width: 35%;
  background-image: url("../images/image35.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.main .content__wrapper .article .article__photos .article__photos-second {
  width: 65%;
  background-image: url("../images/image36.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

.main .content__wrapper .article p strong {
  font-size: 18px;
  line-height: 1.5;
  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: 1.5;
}

.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: 1.5;
}

.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: 1.5;
  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: 1.5;
  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 {
  background-image: url("../images/Group671.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 325px;
  margin-left: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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 .answer__image-bg-block {
  height: 330px;
  width: calc(100% - 50px);
  background-image: url("../images/image13.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 34px 32px;
  margin-top: 20px;
  margin-bottom: 12px;
  margin-left: 50px;
}

.main .content__wrapper .article .comments .answer__image-bg-block img {
  height: 100%;
}

.main .content__wrapper .article .comments .mark {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  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;
  margin-bottom: 20px;
}

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

.main .content__wrapper .article .comments .legs .legs-item p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #111111;
}

.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 {
  max-width: 100%;
}

.main .content__wrapper .article .comments .form .discont {
  width: 85px;
  height: 85px;
  background: url("../images/star6.svg") no-repeat center;
  background-size: contain;
  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;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 40px;
  left: -10px;
}

.main .content__wrapper .article .comments .form .discont strong {
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  color: #fff;
}

.main .content__wrapper .article .comments .form .discont span {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
}

.main .content__wrapper .article .comments .form .old__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  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: 1.5;
  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: 1.5;
  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,
.main .content__wrapper .article .comments .form .form__content .form__content-field select {
  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 select::-ms-expand {
  display: none;
}

.main .content__wrapper .article .comments .form .form__content .form__content-field select {
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/customselect.png") center right 15px no-repeat, #fff;
}

.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: 1.3;
  text-align: center;
  color: #fff;
}

.main .content__wrapper .article .comments .reviews .reviews__add .reviews__add-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  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%;
  max-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 .reviews-item__comment {
  max-width: calc(100% - 50px - 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: 16px;
  line-height: 1.4;
  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: 12px;
  line-height: 1.2;
  color: #a4a4a4;
  transition: all .3s ease-out;
}

.main .content__wrapper .article .comments .reviews .reviews-item .reaction__actions a:hover {
  text-decoration: underline;
  color: #f69550;
}

.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: 12px;
  line-height: 1.2;
  color: #141414;
}

.main .content__wrapper .article .comments .reviews .reviews-item .reaction-date {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  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;
}

.main .content__wrapper .advertising .advertising__item:hover .item__text {
  text-decoration: underline;
}

.main .content__wrapper .advertising .advertising__image {
  margin-top: 62px;
  display: block;
  width: 301px;
  height: 271px;
  background-image: url("../images/Group677.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding: 11px 14px;
}

.main .content__wrapper .advertising .advertising__image-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}

.main .content__wrapper .advertising .advertising__image-subtitle {
  font-size: 17px;
  line-height: 20px;
  max-width: 157px;
  width: 100%;
}

.main .content__wrapper .advertising .advertising__image-sale {
  margin-top: 13px;
  width: 153px;
  height: 144px;
  background-image: url("../images/product.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
}

.main .content__wrapper .advertising .sale-discont {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  width: 70px;
  background-image: url("../images/star6.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main .content__wrapper .advertising .sale-discont strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.main .content__wrapper .advertising .sale-discont span {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #fff;
}

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

  .header .header__top .header__top-content .menu,
  .header .header__bottom .header__bottom-menu {
    display: none !important;
  }
}

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

  /* .main .content__wrapper .article .comments .legs {
    justify-content: space-around;
  } */

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

  .main .content__wrapper .article {
    margin-left: auto;
    margin-right: auto;
  }

  .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;
    max-width: 100%;
  }

  .main .content__wrapper .article .comments .legs {
    justify-content: center;
  }
}

@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: 100%;
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .main .content__wrapper .article .comments .form .prices {
    width: auto;
    text-align: center;
    /* padding-left: 10px; */
  }

  .main .content__wrapper .article .comments .form .old__price {
    font-size: 20px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
  }

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

  .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: 1.5;
  }

  .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;
    padding: 0 15px;
  }

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

  .main .content__wrapper .article .comments .reviews .reviews-item .reviews-item__comment-answer {
    margin-left: -61px; /* 50px of avatar width + 11px margin-right */
  }
}

@media (min-width: 768px) {
  .product-img {
    max-width: 100%;
    margin: 15px auto;
  }
}


.overflow {
  overflow-x: hidden;
}

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

.product-link {
  font-weight: 700;
  color: #e26e86;
  text-decoration: underline !important;
  transition: all .3s ease-out;
}

.product-link:hover {
  text-decoration: none !important;
  color: #143987;
}