.hidden {
  display: none !important;
}

.news-section {
  display: flex;
  flex-direction: column;
}

.news-main__preview {
  width: 290px;
  height: 350px;
  position: relative;
  margin-bottom: 20px;
}

.popular-wrapper {
  background-color: #f7f7f7;
  width: 100%;
}

.news-main__preview img {
  position: absolute;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  margin: 0 !important;
  object-fit: cover;
}

.news-main__share-list {
  display: none;
}

.news-main__share-list li a {
  display: block;
}

.news-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.news-main {
  margin-top: 30px;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

.news-main__wrapper {
  padding: 0 15px;
}

.news-popular-wrapper {
  width: 100%;
  background-color: #f7f7f7;
}

.news-main__top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}

.news-main__top-wrapper p, 
.news-main__top-wrapper time {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* color: #929497; */
  color: #000;
}

.news__share-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news__share-wrapper ul li a {
  display: block;
}

.news__share-wrapper ul li a svg {
  pointer-events: none;
}

.news__share-wrapper span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #929497;
  margin-right: 15px;
}

.news__share-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.news__share-wrapper ul li:not(:last-of-type) {
  margin-right: 15px;
}

.news-section h1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #e7e4e0;
  padding-bottom: 10px;
  letter-spacing: 0.02em;
}

.news-main h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #212121;
  margin-top: 25px;
  margin-bottom: 20px;
}

.news-main div,
.news-main p,
.news-main span {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #444a48 !important;
  width: 100% !important;
  background-color: transparent !important;
}

.news-main img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 0;
  object-fit: cover;
}

.news__slider-products .container {
  padding: 0;
  position: relative;
}

.news__slider-products .product {
  margin-top: 60px;
}



.news__hashtags {
  background-color: #f7f7f7;
}

.news__hashtags-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  padding: 25px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news__hashtags-wrapper span {
  border: 1px solid #444a48;
  padding: 5px 8px;
  display: block;
}

.news-main blockquote {
  background-color: #f7f7f7;
  margin: 0;
  margin: 40px 0;
  padding: 30px 20px;
}

.news-main blockquote b {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.news-main blockquote i {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #929497;
  font-style: normal;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #929497;
}

.news-main,
.news__slider-products {
  padding: 0 15px;
}

.breadcrumbs {
  padding: 0 15px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.news__reaction {
  width: 100%;
}

.news__reaction-wrapper ul {
  /* padding: 40px 15px; */
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
  justify-content: center;
}

.news__reaction-wrapper {
  margin: 0 auto;
}

.news__reaction-wrapper ul li {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.news__reaction-wrapper ul li button {
  width: 40px;
  height: 40px;
  border: none;
  padding: 7px;
  background-color:  #f7f7f7;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.1s ease-in;
}

.news__reaction-wrapper ul li button.active {
  transform: scale(1.3);
}

.reaction-like {
  background: url('../images/like.png') no-repeat center/26px 26px;
}

.reaction-dislike {
  background: url('../images/dislike.png') no-repeat center/26px 26px;
}

.news__reaction-wrapper ul li span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* color: #929497; */
  color: #000;
}

.news__share-bottom {
  width: 100%;
  /* background-color: #f7f7f7; */
  background-color: #fff;
}

.news__share-social{
  background-color: #f7f7f7;;
}

.news__share-social-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
}

.news__share-social-wrapper .share-span{
  display: flex;
  align-items: center;
  gap: 5px;
}

.news__share-social-wrapper .share-link{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}

.news__share-social-wrapper .share-link span {
  font-size: 14px;
  color: #000;
}

.news__share-social-wrapper ul {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}

.news__share-container{
  width: 100%;
  max-width: 720px;
  padding: 20px 15px;
  margin: 0 auto;
}

.news__share-bottom-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;

}

.news__share-bottom-wrapper .quantity-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #929497;
  margin-left: 10px;
  white-space: nowrap;
}

.news__share-bottom-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news__share-bottom-wrapper ul li {
  margin-bottom: 25px;
}

.news__share-bottom-wrapper ul li:not(:last-of-type) {
  margin-right: 30px;
}

.news__share-bottom-wrapper ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #929497;
  display: flex;
  align-items: center;
}

.news__share-bottom-wrapper ul a span {
  margin-left: 12px;
}

.news__share-bottom-wrapper .share-span {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.news-comments {
  padding: 60px 15px;
  margin-right: 0 auto;
  max-width: 720px;
  width: 100%;
}

.news-comments {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.news-comments h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  margin-bottom: 20px;
}

.news-comments ul {
  display: flex;
  flex-direction: column;
}

.news-comments ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.news-comments ul li div {
  display: flex;
  flex-direction: column;
}

.news-comments ul li .news-comments__answer-wrapper {
  padding-left: 30px;
  border-left: 2px solid #d9d9d9;
  order: 3;
}

.news-comments ul li .news-comments__answer-wrapper .comment-answer-button {
  margin-bottom: 0;
}

.comment-author {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #444a48;
}

.comment-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #929497;
  margin-bottom: 20px;
}

.comment-answer-button {
  order: 1;
  background-color: #ffffff;
  border: none;
  padding: 0;
  align-self: flex-start;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #444a48;
  margin-bottom: 20px;
  position: relative;
  width: max-content;
  text-align: left;
  padding: 5px;
  margin-left: -5px;
}

.comment-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 20px;
}

.news-comments__more-comments-button {
  /* width: 219px; */
  width: 100%;
  border: 1px solid #212121;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  /* color: #212121; */
  /* background-color: transparent; */
  color: #ffffff;
  background: #212121;
  transition: 0.4s ease-in-out;
  letter-spacing: 0.04em;
}

.news-comments__more-comments-button:hover {
  color: #ffffff;
  background: #212121;

  color: #212121;
  background-color: transparent;
}

.news-popular {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background-color: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}

.news-popular h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  /* margin-bottom: 45px; */
}

.news-popular__list .news-popular__img {
  /* width: 210px !important; */
  height: 150px;
  position: relative;
  margin-bottom: 15px;
  display: block;
}

.news-popular {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  background-color: #f7f7f7;
}

.news-popular__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* margin-bottom: 15px; */
  max-width: 200px;
}

.news-popular__info > span {
  margin-right: 15px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #444a48;
}

.slick-slide {
  margin-right: 40px;
}

.news-popular__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 15px;
  display: block;
  /* max-width: 200px; */
}

.news-popular__hashtags {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}

.news-popular__hashtags a,
.news__hashtags-wrapper a {
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 8px;
  border: 1px solid #444a48;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  cursor: default;
}

.news-popular__list {
  display: flex;
  height: 100%;
  width: 100%;
}

.news-item {
  flex-shrink: 0;
}

.news-popular__prev,
.news-popular__next {
  width: 25px;
  height: 25px;
  border: 1px solid var(--footer-links-color);
  top: auto;
  background-color: #000000;
  display:flex;
  justify-content: center;
  align-items:center;
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px; */
  
}

.news-popular__prev {
  /* background-image: url(/images/icons/swiper-prev.svg); */
  /* margin-right: 5px; */
}

.news-popular__next {
  /* background-image: url(/images/icons/swiper-next.svg); */
}

form[form-marker='news-comments'] {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

form[form-marker='news-comments'] input[name='data_id'] {
  position: absolute;
  left: -999em;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
}

form[form-marker='news-comments'] h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  margin-bottom: 20px;
}

form[form-marker='news-comments'] fieldset {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
}

form[form-marker='news-comments'] input:not(input[type='checkbox']):not(input[name='user_form[10]']) {
  width: 100%;
  height: 45px;
  border: 1px solid #444a48;
  padding: 15px;
  font-family: 'Scada', sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.news-popular__top-wrapper {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news-popular__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

form[form-marker='news-comments'] div {
  position: relative;
  margin-bottom: 20px;
}

input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #444a48;
}

.comments {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #444a48;
  position: absolute;
  left: 15px;
  top: 15px;
}

.form__save-data {
  display: flex;
}

form[form-marker='news-comments'] textarea {
  width: 100%;
  border: 1px solid #444a48;
  padding: 15px;
  font-family: 'Scada', sans-serif;
  resize: none;
  font-size: 14px;
  line-height: 17px;
}

form[form-marker='news-comments'] p {
  margin-left: 10px;
}

form[form-marker='news-comments'] button[type='submit'] {
  background: #212121;
  border: none;
  /* width: 219px; */
  width: 100%;
  height: 45px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.4s ease-in-out;
  letter-spacing: 0.04em;
}

form[form-marker='news-comments'] button[type='submit']:hover {
  color: #212121 !important;
  background-color: #ffffff !important;
  border: 1px solid #212121 !important;
}

.custom-placeholder-hidden {
  display: none;
}

.news-popular {
  position: relative;
}

.news-popular::after {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7f7f7;
}

.comment-answer__wrapper {
  order: 3;
}

.comment-answer__wrapper form[form-marker='news-comments'] {
  padding-left: 0;
  padding-right: 0;
}

.comment-answer__wrapper form[form-marker='news-comments'] p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.comment-answer__wrapper form[form-marker='news-comments'] .form__save-data {
  flex-direction: row;
}

.answers-list {
  padding-left: 30px;
  border-left: 2px solid #d9d9d9;
  order: 2;
}

.comment-answer__wrapper--animation {
  animation-duration: 0.5s;
  animation-name: slidein;
  animation-timing-function: ease;
}

@keyframes slidein {
  from {
    max-height: 0px;
    transform: scale(0);
    opacity: 0;
  }

  to {
    max-height: 500px;
    transform: scale(1);
    opacity: 1;
  }
}

.answers-list li:last-of-type {
  margin-bottom: 0;
}

.answers-list li:last-of-type .comment-answer-button {
  margin-bottom: 0;
}

.hidden-input,
.hidden-input label,
input[name='user_form[10]'] {
  height: 0 !important;
}

.news-main div,
.news-main p,
.news-main span {
  margin-bottom: 10px;
  /* font-family: 'NotoSans' !important; */
}

.news-main ul:not(.article__context) {
  margin: 15px 0 15px 20px;
  list-style: unset;
}

.news-main ul li:not(.article__context li) {
  margin: 0.4em 0px 0.5em;
  color: #494f4b;
}

.no-comments__message {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Scada';
  width: 100%;
  max-width: 720px;
  text-align: left;
  padding-left: 20px;
  text-align: left;
  margin: 15px 0;
}

.news__reaction-wrapper ul li span.current {
  font-weight: 600;
  color: #212121;
}

.news__reaction-wrapper ul li span.current.not-active {
  font-weight: 400;
  color: #929497;
}

.article__context {
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  line-height: 1.5;
  color: var(--title-color);
  transition: opacity 0.15s ease;
}

.article__context button::before {
  content: '';
  background-color: #929497;
  flex-shrink: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.article__context button {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  color: var(--black2);
  font-family: var(--main-font);
  font-weight: 300;
  transition: color var(--trans);
  background: transparent;
  border: none;
}

body {
  scroll-behavior: smooth;
}

.news__slider-products  .product-prev, 
.news__slider-products .product-next {
  border: 1px solid #000;
}

@media (min-width: 480px) {
  .no-comments__message {
    padding-left: 20px;
  }

  .news-section h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .news-comments ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content max-content max-content max-content;
  }

  .comment-answer__wrapper {
    grid-column: 1/-1;
    grid-row: 3/4;
  }

  .news-comments ul li div:not(.comment-answer__wrapper) {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .comment-answer-button {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: end;
    margin-top: 25px;
  }

  .comment-text {
    grid-column: 1/-1;
    grid-row: 2/3;
  }

  .news-comments ul li .news-comments__answer-wrapper {
    grid-column: 1/-1;
    grid-row: 3/4;
  }

  .news-comments ul li .news-comments__answer-wrapper ul li:last-of-type {
    margin-bottom: 0;
  }

  .news-comments ul li .news-comments__answer-wrapper ul li:last-of-type p {
    margin-bottom: 0;
  }

  .news-main__preview {
    width: 438px;
    height: 400px;
  }

  .news-slider__slider .slick-slide {
    margin-right: 20px;
  }

  .news-slider {
    padding: 60px 20px 0 20px;
  }

  /* .news-popular__list .news-popular__img {
    width: 200px !important;
  } */

  .news-main {
    padding: 0 20px;
  }

  .news-main__wrapper {
    padding: 0 20px;
  }

  .news__reaction-wrapper ul {
    width: 100%;
  }

  .news__hashtags-wrapper {
    padding: 25px 20px;
  }

  .news__share-bottom-wrapper {
    padding: 20px;
  }

  .news-comments {
    padding: 60px 20px;
  }

  .news-main__top-wrapper {
    justify-content: flex-start;
  }

  /* .news-main__top-wrapper p:not(:last-of-type) {
    margin-right: 15px;
  } */

  .form[form-marker='news-comments'] {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .news-popular {
    padding-left: 20px;
    padding-right: 20px;
  }

  form[form-marker='news-comments'] fieldset:not(.comment-answer__wrapper form[form-marker='news-comments'] fieldset) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content max-content;
    column-gap: 20px;
  }

  .comment-answer__wrapper form[form-marker='news-comments'] fieldset {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content max-content max-content;
    column-gap: 20px;
  }

  .comment-answer__wrapper form[form-marker='news-comments'] fieldset .wrapper-name {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .comment-answer__wrapper form[form-marker='news-comments'] fieldset .wrapper-email {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .comment-answer__wrapper form[form-marker='news-comments'] fieldset .form__save-data {
    grid-column: 1/-1;
    grid-row: 2/3;
  }

  .comment-answer__wrapper form[form-marker='news-comments'] fieldset .form__comments {
    grid-column: 1/-1;
    grid-row: 3/4;
  }

  .wrapper-name {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .wrapper-email {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .form__save-data {
    grid-column: 1/-1;
    grid-row: 2/3;
  }

  .form__comments {
    grid-column: 1/-1;
    grid-row: 3/4;
  }

  .news-popular::after {
    width: 20px;
  }

  .news-main,
  .news__slider-products {
    padding: 0 20px;
  }

  .answers-list {
    grid-column: 1/-1;
  }
}

@media (min-width: 770px) {
  .news-main img {
    object-fit: contain;
  }

  .no-comments__message {
    padding-left: 0;
    max-width: 720px;
    margin: 20px auto;
  }

  .news-main__preview {
    width: 720px;
    height: 420px;
  }

  /* .news-popular__name, */
  .news-popular__hashtags,
  .news-popular__info {
    max-width: 210px;
  }

  form[form-marker='news-comments'] {
    padding-left: 0;
    padding-right: 0;
  }

  .news-main__wrapper {
    padding: 0 20px;
  }

  /* .news__reaction-wrapper {
    padding: 40px 0;
  } */

  .news__share-bottom-wrapper ul li:not(:last-of-type) {
    margin-bottom: 0;
  }

  .news__share-bottom-wrapper .share-span {
    margin-bottom: 0;
  }

  .news__share-bottom-wrapper ul li {
    margin-bottom: 0;
  }

  .news-main {
    padding: 0;
  }

  .news__share-bottom-wrapper ul li:not(:last-of-type) {
    margin-right: 20px;
  }

  .news__hashtags-wrapper {
    padding: 25px 0;
  }

  .news__share-bottom-wrapper {
    padding: 25px 0;
    flex-direction: row;
    justify-content: space-between;
  }

  .news-comments {
    padding: 60px 0;
  }

  .news-main {
    padding: 0;
  }

  .news__slider-products {
    padding: 0 25px;
  }

  .news-popular {
    padding-left: 25px;
    padding-right: 25px;
  }

  .news-popular::after {
    width: 25px;
  }

  .news-main {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .news-main img {
    object-fit: contain;
  }

  .news-section h1 {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 15px;
  }


  .news-popular__prev,
  .news-popular__next {
    width: 40px;
    height: 40px;
  }
  .comment-text{
    font-size: 25px;
  }
}

@media (min-width: 1440px) {
  .news-popular::after {
    display: none;
  }

  .news-main__preview {
    width: 670px;
    height: 500px;
  }

  .news-slider__slider .slick-slide {
    margin-right: 45px;
  }

  .news-main__share-list {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 180px;
    height: max-content;
  }

  .news-main__top-wrapper {
    gap: 40px;
  }
  /* .news-main__top-wrapper p:not(:last-of-type) {
    margin-right: 40px;
  } */

  .news-main__share-list li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .news-main__inner-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1220px;
    display: flex;
  }

  .news-popular__list .news-popular__img {
    /* width: 275px !important; */
    height: 220px ;
  }

  /* .news-popular__name, */
  .news-popular__hashtags,
  .news-popular__info {
    max-width: 275px;
  }

  .news-section h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    grid-column: 1/-1;
    grid-row: 1/2;
  }

  .news-main {
    display: flex;
    flex-direction: column;
  }

  .news-main__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content;
    width: 1220px;
    margin: 0 auto;
    padding: 0;
  }

  .breadcrumbs {
    max-width: 1220px;
    padding-left: 0;
  }

  .news__share-wrapper {
    justify-self: end;
  }

  .news__hashtags-wrapper {
    padding: 25px 0;
  }

  /* .news__reaction-wrapper {
    padding: 40px 0;
  } */

  .news__share-bottom-wrapper {
    padding: 25px 0;
  }

  .news-comments {
    padding: 60px 0;
  }

  .news__hashtags-wrapper,
  .news-comments,
  .news__share-bottom-wrapper,
  .news__reaction-wrapper,
  form[form-marker='news-comments'] {
    max-width: 720px;
  }

  form[form-marker='news-comments'] {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .news-main__wrapper {
    margin-bottom: 60px;
  }

  .news-main__top-wrapper p,
  .news-main__top-wrapper time   {
    font-size: 18px;
  }

  .news-main h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .news-main div,
  .news-main p,
  .news-main span {
    /* font-size: 16px !important;
    line-height: 20px !important; */
    font-size: 25px !important;
    line-height: 1.3 !important;
  }

  .comment-text {
    font-size: 16px;
    line-height: 20px;
  }

  .comment-answer-button {
    font-size: 14px;
    line-height: 17px;
  }

  .comment-author {
    font-size: 18px;
    line-height: 22px;
  }

  .comment-date {
    font-size: 14px;
    line-height: 17px;
  }

  form[form-marker='news-comments'] h3 {
    font-size: 25px;
    line-height: 31px;
  }

  .news-popular h3 {
    font-size: 47px;
    /* line-height: 31px; */
  }

  .news-popular {
    padding-left: 0;
    padding-right: 0;
  }

  .news-popular__name {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.2;
  }

  .news__slider-products .product__title {
    font-size: 25px;
  }
}


@media (min-width: 1920px) {
  .news-main__preview {
    width: 645px;
    height: 500px;
  }

  .news-main {
    max-width: 645px;
  }

  .news__hashtags-wrapper,
  .news-comments,
  .news__share-bottom-wrapper,
  .news__reaction-wrapper,
  form[form-marker='news-comments'] {
    max-width: 645px;
  }

  /* .news-popular__list .news-popular__img {
    width: 295px !important;
    height: 210px !important;
  } */
}
