/* blog section: base + theme */

/* base */
.mg-main-news-item .mg-news-date,
.mg-news-details .mg-news-date {
  color: var(--color-text);
  font-size: var(--text-xxs);
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1.77;
}

.mg-news-details .mg-news-date,
.mg-news-details .tags {
  text-align: center;
}

.mg-date-icon {
  background: none;
  width: 0;
  height: 0;
}

.mg-main-news-item .mg-news-date::before {
  content: "\f073";
  font-family: "FontAwesome";
}

.mg-main-news-block .mg-news-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.mg-news-title a {
  font-size: inherit;
  line-height: inherit;
}

.mg-news-title a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.mg-main-news-item .mg-news-info {
  padding: 0 15px;
}

.mg-news-main-desc,
.tags {
  color: #808080;
  font-size: var(--text-xxs);
  margin-bottom: 10px;
  font-weight: bold;
}

.tags a {
  color: var(--main-color);
}

.mg-main-news-block h1.mg-news-title,
.mg-news-details h1 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 7px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mg-news-details h1 {
  margin: 15px 0;
  text-align: center;
  font-size: var(--text-h1);
}

.mg-main-news-block .mg-back,
.mg-news-details .mg-back {
  font-weight: 500;
  color: var(--main-color);
  font-size: 1.4rem;
  transition: all 0.25s;
}

.mg-main-news-block .mg-back:hover,
.mg-news-details .mg-back:hover {
  color: var(--color-accent);
}

.similar-articles,
.mg-news-details {
  background: var(--color-bg-accent);
  padding: 0 0 30px;
  margin: 0 auto;
}

.mg-news-details .mg-news-full-desc {
  width: 100%;
  font-size: inherit;
  text-align: justify;
  margin-bottom: 15px;
  text-indent: 20px;
  line-height: 1.8;
  background: inherit;
  max-width: none;
}

.mg-news-details .mg-news-full-desc h2 {
  text-indent: 0px;
}

.mg-news-details .mg-news-full-desc img {
  display: block;
  text-indent: 0;
  object-fit: contain;
  object-position: center;
}

.mg-news-full-desc .ai-rule,
.mg-news-full-desc .ai-definition,
.mg-news-full-desc .ai-formula {
  text-indent: 0;
}

.mg-news-full-desc ul,
.mg-news-full-desc ol {
  padding-left: 15px;
  margin-left: 5px;
}

.mg-news-full-desc ul li {
  list-style-type: disc;
}

.mg-news-full-desc ol li {
  list-style-type: decimal;
}

/* AI blocks */
.mg-news-details .ai-summary,
.blog-article-with-ai .ai-summary {
  font-size: var(--text-md);
  display: block;
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid #eee;
}
.mg-news-details .ai-answer,
.blog-article-with-ai .ai-answer {
  font-size: var(--text-md);
  display: block;
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid #eee;
}
.mg-news-details .ai-facts,
.mg-news-details .blog-faq-section,
.blog-article-with-ai .ai-facts {
  display: block;
  margin: 1em 0;
}
.mg-news-details .ai-facts ul,
.blog-article-with-ai .ai-facts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mg-news-details .ai-facts li,
.blog-article-with-ai .ai-facts li {
  margin: 0 0 0.5em;
  padding: 0.5em 0;
  border-bottom: 1px solid #f0f0f0;
}

.ai-answer [data-entity]:hover,
.ai-facts [data-entity]:hover,
.mg-news-full-desc [data-entity]:hover {
  background: rgba(255,230,120,.25);
}

.mg-main-news-block .rss {
  display: block;
  margin: 10px 0;
  float: none;
}

.blog-article-author {
  padding: 1rem 0 2rem 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95em;
  color: #555;
  margin-bottom: 2rem;
  text-align: right;
  font-size: var(--text-md);
}
.blog-article-author__label {
  margin-right: 0.35em;
}
.blog-article-author a {
  color: inherit;
  text-decoration: underline;
}
.blog-article-author__bio {
  font-size: var(--text-md);
}

.sr-only,
.blog-article-with-ai .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* theme */
.block-wrapper .blog-content,
.block-wrapper .static-container {
  display: flex;
  width: 100%;
}

.blog-articles {
  width: 100%;
}

.mg-news-title-container {
  padding: 2.5rem 1rem 3rem;
}

.blog-article .mg-news-title,
.blog-articles .mg-news-title {
  font-size: var(--text-h1);
  line-height: 1.15;
  font-weight: 500;
  margin: 0;
}

.blog-container {
  background-color: var(--color-bg-accent);
}
@media (min-width: 1550px) {
  .background-texture .blog-container {
    background: none;
  }
}
/* comments */
.blog-article .comments h3 {
  display: block;
  margin: 0 0 2rem;
  font-size: var(--text-h2);
  line-height: 1.15;
  font-weight: 500;
  font-family: inherit;
}

.blog-article .comments label {
  color: var(--color-text);
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 400;
}

.blog-article .comments textarea {
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 400;
  font-family: inherit;
}

.blog-article .comments .showImgComments {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 400;
  font-family: inherit;
}

.blog-article .comments-dropZone {
  width: 100%;
  max-width: 600px;
  margin-right: 2rem;
}

.blog-article .comments form .sendComment {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15rem;
  height: 3.8rem;
  position: relative;
  margin: 1.9rem 0 0;
  border-radius: 5px;
  background: var(--color-accent);
  color: var(--color-text-inverse);
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.25s,
    color 0.25s;
}

.blog-article .comments form .sendComment:hover {
  background: var(--color-accent);
  color: var(--color-text-inverse);
}

.blog-article .comments form .sendComment::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.2);
  transition: opacity 0.25s;
  opacity: 0;
}

.blog-article .comments form .sendComment:hover::after {
  opacity: 1;
}

.blog-article .comment-post {
  border-radius: 10px;
  border: none;
  background: var(--color-bg);
  padding: 1.4rem;
}
.blog-article .comments-dropZone input {
  top: 0;
}

.blog-article .comments-dropZone {
  overflow: hidden;
}
.blog-article .comment-post .post-author {
  font-size: 1.6rem;
  font-weight: 700;
}

.blog-article .comment-post p {
  font-size: 1.4rem;
}

.blog-article .comment-post .post-date {
  font-size: 1.2rem;
}

.block-wrapper .blog-content {
  margin: 0 0 8rem;
}

.block-wrapper .static-container {
  padding: 0;
}

/* sidebar + list */
.mg-main-news-left {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.mg-main-news-block {
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.mg-main-news-left .blog-category {
  background-color: var(--color-bg);
  margin: 0 2rem 6rem 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 34rem;
  border-radius: 10px;
  padding: 4rem 3rem 3rem;
}

.mg-main-news-left .blog-category__main-title {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--text-h2);
  line-height: 1;
  font-weight: 500;
  margin: 0 0 2.5rem;
  position: relative;
  cursor: pointer;
}

.mg-main-news-left .blog-category__main-title::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 0.8rem;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 8'%3E%3Cpath d='M7.007 7.783l5.785-6.06A.758.758 0 0013 1.196c0-.2-.074-.386-.208-.527l-.426-.446a.69.69 0 00-1.005 0L6.503 5.312 1.639.218a.69.69 0 00-1.005 0L.208.664A.758.758 0 000 1.19c0 .199.074.386.208.526l5.79 6.066a.691.691 0 001.01 0z' fill='currentColor'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.mg-main-news-left .blog-category__main-title.active::after {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .mg-main-news-left .blog-category__main-title::after {
    display: none;
  }

  .mg-main-news-left .blog-category__main-title {
    cursor: default;
  }
}

.mg-main-news-left .blog-category__list {
  margin: 0;
  padding: 0 2.5rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  flex-direction: column;
  overflow: visible;
  padding: 0;
}

/* categories: hide on mobile by default */
@media (max-width: 991px) {
  .mg-main-news-left .blog-category__list.js-dropdown-list {
    display: none !important;
  }
}

/* desktop: list visible */
@media (min-width: 992px) {
  .mg-main-news-left .blog-category__list.js-dropdown-list {
    display: flex !important;
  }
}

.blog-category__item,
.mg-news-time {
  margin-bottom: 0.5rem;
}

.blog-category .blog-category__item {
  list-style: none !important;
  padding: 0;
}

.mg-main-news-left .blog-category__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  background: var(--color-bg-accent);
  border-radius: 5px;
  color: var(--color-text);
  transition:
    color 0.25s,
    background 0.25s;
  height: 4.5rem;
  padding: 0 1.5rem;
}

.mg-main-news-left .blog-category__link.selected,
.mg-main-news-left .blog-category__link.active,
.mg-main-news-left .blog-category__link:hover,
.mg-main-news-left .blog-category__link.selected:hover,
.mg-main-news-left .blog-category__link.active:hover,
.blog-article .mg-back:hover,
.blog-articles .mg-back:hover {
  color: var(--color-accent);
}

.mg-main-news-block .mg-news-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 20px;
  color: var(--main-color);
}

.blog-article .mg-back,
.blog-articles .mg-back {
  display: block;
  color: var(--color-text-muted);
  font-size: var(--text-md);
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

.mg-main-news-item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 1rem 5rem;
  background: none;
  border: none;
}

.mg-main-news-container,
.mg-main-news-big-item {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--color-text);
  transition: color 0.25s;
}

.mg-main-news-wrapper,
.mg-main-news-big-item__wrapper {
  position: relative;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 2rem;
  transition: transform 0.25s;
}

.mg-main-news-item .mg-list-news-img img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
}

.mg-news-info-wrapper,
.mg-news-details .mg-news-info__container {
  display: flex;
}

.mg-list-news-img,
.mg-main-news-big-item__img {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  max-height: 46.5rem;
}

.mg-list-news-img::before,
.mg-main-news-big-item__img:before {
  content: "";
  float: left;
  padding: 136% 0 0 0;
}

.mg-list-news-img:after,
.mg-main-news-big-item__img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7.4rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.mg-news-author {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 2rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: var(--color-text-inverse);
  font-size: 1.5rem;
  font-weight: 500;
}

.mg-news-info-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: var(--text-h4);
  line-height: 1.2;
  font-weight: 400;
  color: #bdc2d3;
  transition: transform 0.25s;
  will-change: transform;
  padding-bottom: 1rem;
}

.mg-main-news-container:hover .mg-main-news-wrapper,
.mg-main-news-big-item__container:hover .mg-main-news-big-item__wrapper {
  transform: scale(1.05);
}

.mg-main-news-list {
  margin: 0 -1rem -5rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mg-main-news-list > .mg-main-news-big-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 1rem 5rem;
}

.mg-main-news-big-item__container {
  position: relative;
  display: block;
  text-decoration: none;
  color: #343434;
  transition: color 0.25s;
}

.blog__item-info-item,
.mg-main-news-big-item__content-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text-inverse);
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  white-space: nowrap;
}

.blog-content .mg-main-news-big-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: auto;
  right: 0;
  padding: 3rem;
}

.blog-content .mg-main-news-big-item__content-item {
  margin-right: 2rem;
  list-style: none;
}

.mg-main-news-big-item__img-shadow {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 17.4rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.blog-content .mg-main-news-big-item__content-item:last-child {
  margin-right: 0;
}

.mg-main-news-big-item .mg-main-news-big-item__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.mg-main-news-big-item-title {
  display: block;
  margin: 0 3rem 0.8rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  transition: transform 0.25s;
  will-change: transform;
  color: inherit;
  z-index: 100;
}

.mg-main-news-item .tags {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 2rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mg-main-news-item .mg-news-author {
  left: auto;
  right: 0;
}

.mg-news-details .mg-news-details__head .mg-news-date {
  position: absolute;
  left: 2.5rem;
  bottom: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--text-h4);
  line-height: 1.53;
  font-weight: 500;
  white-space: nowrap;
  color: var(--color-text-inverse);
}

.blog-content .mg-news-details .mg-news-full-desc {
  /* margin-left: 16.66%; */
  width: 58.333%;
  padding: 0 1rem;
  font-size: var(--text-h3);
  line-height: 1.9;
  font-weight: 400;
  color: var(--color-text);
  text-indent: 0;
}

.mg-main-news-big-item .tags {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 3rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags > li {
  margin: 0 1rem 1rem 0;
  list-style: none !important;
}

.tags > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text-inverse);
  background: rgba(247, 247, 251, 0.2);
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
  height: 3.5rem;
  padding: 0 1.2rem;
  transition:
    color 0.25s,
    background 0.25s;
}

.tags > li > a:hover {
  text-decoration: none;
  background: #fff;
  color: #343434;
}

.mg-main-news-block .mg-news-item-title {
  display: block;
  margin: 0 3rem 0.8rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  transition: transform 0.25s;
  will-change: transform;
  color: var(--color-text);
}

.mg-main-news-block .mg-news-item-title span {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s;
}

.mg-main-news-block .mg-news-item-title a {
  color: var(--color-text);
  transition: all 0.4s ease-in-out;
}

.mg-main-news-container:hover .mg-news-item-title,
.mg-main-news-container:hover .mg-news-info-wrapper {
  transform: translate(0, 10px);
}

.mg-main-news-container:hover .mg-news-item-title a {
  color: var(--color-link);
}

.mg-main-news-container:hover .mg-news-item-title span {
  border-color: rgba(71, 145, 255, 0.15);
  text-decoration: none;
}

.mg-main-news-block .mg-news-main-desc {
  max-height: 80px;
  color: var(--color-text-muted);
  font-style: italic;
  font-size: var(--text-xxs);
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.mg-main-news-block .tags {
  display: flex;
  align-items: center;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.mg-main-news-block .mg-news__read-more-link {
  color: var(--color-text);
  font-size: var(--text-xxs);
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding: 8px 10px;
  border-radius: 20px;
  background-color: var(--secondary-background-color);
  color: var(--color-text-inverse);
  display: block;
  margin-bottom: 10px;
  width: fit-content;
}

.mg-main-news-block .mg-news__read-more-link:hover {
  background-color: var(--color-accent);
  color: var(--color-text);
}

.mg-main-news-block .mg-pager {
  float: none;
  display: flex;
  flex-direction: column;
}

.blog-content .mg-news-details {
  background: none;
  max-width: none;
  padding: 0;
}

.blog-content .mg-news-details .mg-back {
  color: var(--color-text-muted);
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}

.mg-main-news-block .allPages {
  display: none;
}

.blog-content .mg-news-details .main-news-img {
  width: 100%;
  margin: 0;
}

.mg-news-details .mg-news-details__head {
  margin: 0 0 10rem;
  position: relative;
}

.mg-news-details .main-news-img {
  display: block;
  background: #000;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  height: 46.5rem;
  position: relative;
  border-radius: 10px;
}

.mg-news-details .main-news-img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 23rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.mg-news-details .main-news-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mg-news-details .tags {
  margin-top: 1em;
  padding-top: 0.75em;
  font-size: var(--text-md);
  font-weight: 400;
  color: #555;
}
.mg-news-details .mg-news-info h1 {
  font-size: 1.6rem;
  color: var(--color-text);
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-align: left;
}

.blog-products {
  max-width: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

/* related products carousel */
.blog-products .related {
  margin-top: 2rem;
  padding-bottom: 4rem;
}
.blog-products .related .related__title {
  font-size: var(--text-h2, 1.6rem);
  color: var(--color-text);
  letter-spacing: 0.5px;
  font-weight: 500;
}
.blog-products .related .related__container .swiper-slide {
  min-width: 0;
}
.blog-products .related .related__container .swiper-slide .card,
.blog-products .related .related__container .swiper-slide .product-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.blog-container .product__nav {
  top: -7px;
}

.blog-container .product__next {
  right: 0;
}

.blog-container .product__prev {
  right: 28px;
}

.blog-slider__title {
  font-size: 1.6rem;
  color: var(--color-text);
  letter-spacing: 1px;
  margin: 0;
  font-weight: 400;
  margin-bottom: -43px;
}

.blog-related .blog {
  padding-bottom: 3rem;
  margin: 0;
}

.similar-articles .similar-articles__title {
  font-size: 1.6rem;
  color: var(--color-text);
  letter-spacing: 1px;
  margin: 0 0 15px;
  font-weight: 400;
}

.similar-articles__list {
  margin: 0;
}

@media (min-width: 1201px) {
  .mg-main-news-big-item__img:after {
    height: 17.2rem;
  }

  .mg-main-news-big-item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--color-text-inverse);
    padding: 3rem;
    font-size: var(--text-h2);
    max-width: 70rem;
  }
}

/* 431-1200px */
@media (min-width: 431px) and (max-width: 1200px) {
  .blog-category__item {
    margin: 0 1rem 0.5rem 0;
  }
}

/* 431-991px (list shown via JS) */
@media (min-width: 431px) and (max-width: 991px) {
  .mg-main-news-left .blog-category__list[style*="display: block"],
  .mg-main-news-left .blog-category__list[style*="display: flex"] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
}

/* 992-1200px */
@media (min-width: 992px) and (max-width: 1200px) {
  .mg-main-news-left .blog-category__list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .block-wrapper .blog-content {
    flex-direction: column;
  }

  .mg-main-news-block,
  .mg-main-news-left {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mg-main-news-left .blog-category {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0;
    background: none;
    border-radius: 0;
  }

  /*    .mg-main-news-left .blog-category__main-title {
        display: none;
    } */

  .mg-main-news-left .blog-category__link {
    background: #fff;
  }

  .mg-main-news-list {
    margin: 0 -2rem -5rem;
  }
  .blog-content .mg-news-details .mg-news-full-desc {
    width: 100%;
    margin: 0;
  }
  .mg-news-details .mg-news-details__head {
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .mg-main-news-list > .mg-main-news-big-item,
  .mg-main-news-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .mg-main-news-list > .mg-main-news-big-item,
  .mg-main-news-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-content .mg-news-details .mg-news-full-desc {
    text-align: left;
  }
}

/* ≤430px: full width */
@media (max-width: 430px) {
  .mg-main-news-left .blog-category__list[style*="display: block"],
  .mg-main-news-left .blog-category__list[style*="display: flex"] {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap;
  }

  .blog-category__item {
    margin: 0 0 0.5rem 0;
    width: 100%;
  }

  .mg-main-news-left .blog-category__link {
    width: 100%;
  }
}

