.news {
  margin-bottom: 80px;
}

.news__wrap {
  margin-bottom: 40px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
}
@media (max-width: 1024px) {
  .news__wrap {
    column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .news__wrap {
    grid-template-columns: 1fr;
  }
}

.promo-detailed {
  margin-bottom: 80px;
}

.promo-detailed__main {
  display: grid;
  grid-template-columns: 850px 1fr;
  align-items: flex-end;
  column-gap: 30px;
  margin-bottom: 64px;
}

.promo-detailed__goods .h2 {
  margin-bottom: 24px;
}

.promo-detailed__tags {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  margin-top: 32px;
}

.promo-detailed__socials > .p3 {
  margin-bottom: 16px;
}

.promo-detailed__date {
  margin-left: 16px;
}

.promo-detailed__tag {
  width: fit-content;
  display: block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid transparent;
}

.promo-detailed__tag.red {
  color: #ff4c4c;
  border-color: #ff4c4c;
}

.promo-detailed__tag.cyan {
  color: #5AC748;
  border-color: #5AC748;
}

.promo-detailed__tag.magenta {
  color: #8048C7;
  border-color: #8048C7;
}

.promo-detailed__description > .h1 {
  margin-bottom: 16px;
}

.promo-detailed__text > .p1:not(:first-child) {
  margin-top: 12px;
}

.news-detailed .promo-detailed__main {
  align-items: flex-start;
  margin-bottom: 80px;
}

.news-detailed__snippets {
  width: fit-content;
  margin: 0 -14px 0 auto;
  display: grid;
  gap: 30px;
}

.promo-detailed__back {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.promo-detailed__back svg {
  transition: 0.3s;
}

@media (hover: hover) {
  .promo-detailed__back:hover svg {
    fill: #2F2F3E;
  }
}
@media screen and (max-width: 1409px) {
  .promo-detailed__main {
    grid-template-columns: 721px 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .promo-detailed__main {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
  .promo-detailed__socials {
    width: fit-content;
    order: 1;
    display: flex;
    align-items: center;
    margin-top: 32px;
  }
  .promo-detailed__socials > * {
    margin-bottom: 0 !important;
  }
  .promo-detailed__socials .footer-socials {
    order: 1;
    margin-left: 14px;
  }
  .promo-detailed__tags {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .promo-detailed {
    margin-bottom: 72px;
  }
  .news-detailed__snippets {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    margin: 32px 0 0;
  }
  .news-detailed .promo-detailed__main {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .news-detailed__snippets {
    grid-template-columns: 1fr;
  }
}
.news-item {
  padding: 14px 13px 16px;
  border: 1px solid transparent;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.news-item:hover {
  border-color: #CED4DA;
}
@media (max-width: 768px) {
  .news-item {
    border-color: #CED4DA;
  }
}
.news-item .news-item-desc {
  margin-bottom: 6px;
  text-wrap: balance;
}
@media (max-width: 1410px) {
  .news-item .news-item-desc {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .news-item .news-item-desc {
    margin-bottom: 30px;
  }
}
.news-item .news-item-desc__title {
  margin-bottom: 8px;
}
.news-item .news-item__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.news-item .news-item__tag {
  padding: 6px 10px;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid transparent;
}
.news-item .news-item__tag.red {
  color: #ff4c4c;
  border-color: #ff4c4c;
}
.news-item .news-item__tag.cyan {
  color: #5AC748;
  border-color: #5AC748;
}
.news-item .news-item__tag.magenta {
  color: #8048C7;
  border-color: #8048C7;
}
.news-item .news-item__tag.gray {
  color: #A0A5AB;
  border-color: #A0A5AB;
}
.news-item .news-item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.news-item .news-item-img.image-container {
  width: 100%;
  text-align: center;
  height: 0;
  overflow: hidden;
  padding-top: 62.5935162095%;
  background: white;
  position: relative;
  max-height: unset;
  max-width: unset;
  border-radius: 4px;
}
.news-item .news-item-img.image-container img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: unset;
  max-width: unset;
}

/*# sourceMappingURL=style.css.map */
