.visually-hidden {
  position: absolute;
  margin: -1px;

  padding: 0;
  width: 1px;
  height: 1px;

  border: 0;
  overflow: hidden;

  clip: rect(0 0 0 0);
}

fieldset {
  margin: 0;

  padding: 0;

  border: none;
}

.news-container {
  position: relative;
  z-index: 2;

  padding: 0 100px;
  width: 100% !important;
  max-width: 100% !important;

  will-change: transform;
}

.news-tab__list {
  padding-bottom: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

@media screen and (max-width: 1024px) {
  .news-tab__list {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 630px) {
  .news-tab__list {
    gap: 6px;
  }
}

.tag {
  padding: 11px 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;

  color: var(--black, #452A1F);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;

  background: var(--white, #FFF);
  border: 1px solid #EEDED1;
  border-radius: 50px;

  cursor: pointer;
}

@media screen and (max-width: 630px) {
  .tag {
    font-size: 12px;
  }
}

.news-card {
  position: relative;
}

.news-list {
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
}

@media screen and (max-width: 1440px) {
  .news-list {
    padding-bottom: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .news-list {
    padding-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 630px) {
  .news-list {
    grid-template-columns: unset;
    gap: 20px;
  }
}

.news-card__top {
  position: relative;

  width: 100%;
  height: -moz-fit-content;
  height:      fit-content;
  aspect-ratio: 538/399.58;
  display: flex;
}

@media screen and (max-width: 1920px) {
  .news-card__top {
    aspect-ratio: 377/280;
  }
}

@media screen and (max-width: 1440px) {
  .news-card__top {
    aspect-ratio: 407/302.28;
  }
}

@media screen and (max-width: 1024px) {
  .news-card__top {
    aspect-ratio: 329/244.35;
  }
}

@media screen and (max-width: 630px) {
  .news-card__top {
    aspect-ratio: 280/207.96;
  }
}

.news-card__top img {
  -o-object-fit: cover;
  -o-object-position: center center;

  position: absolute;
  top: 0px;
  left: 0px;

  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center center;

  background-color: var(--bg-light);
}

.news-card__bottom {
  padding: 20px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: center;
  gap: 14px;

  border-right: 1px solid #EEDED1;
  border-bottom: 1px solid #EEDED1;
  border-left: 1px solid #EEDED1;
}

@media screen and (max-width: 630px) {
  .news-card__bottom {
    padding: 16px 16px 20px 16px;
  }
}

.news-card__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-card__title {
  display: -webkit-box;
  align-self: stretch;

  color: var(--black, #452A1F);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 155%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

@media screen and (max-width: 1920px) {
  .news-card__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .news-card__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 630px) {
  .news-card__title {
    font-size: 14px;
  }
}

.news-card__title::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: transparent;
  opacity: 0;
}

.news-card__view {
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;

  color: rgba(69, 42, 31, 0.6);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;

  background: #F0F0F0;
  border-radius: 50px;
}

.news-card__date {
  color: rgba(69, 42, 31, 0.6);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
}

.news-toolbar {
  padding: 70px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-toolbar__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.news-toolbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.toolbar__btn {
  padding: 12px 20px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;

  border: none;
  border-radius: 50px;
}

.toolbar__btn--special {
  color: #452A1F;

  border: 1px solid #EEDED1;
}

.toolbar__btn--share {
  color: #FFF;

  background: var(--gold, #452A1F);
}

.toc {
  padding: 40px 40px 44px 40px;
  width: 100%;
  max-width: 527px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  gap: 24px;

  background: #F0F0F0;
}

@media screen and (max-width: 1850px) {
  .toc {
    max-width: fit-content;
  }
}

@media screen and (max-width: 1440px) {
  .toc {
    padding: 28px 36px 36px 36px;
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .toc {
    padding: 32px 32px 38px 32px;
    max-width: unset;
    gap: 22px;
  }
}

@media screen and (max-width: 630px) {
  .toc {
    padding: 20px 20px 24px 20px;
    gap: 16px;
  }
}

.toc__title {
  margin: 0;

  color: var(--black, #452A1F);
  font-family: "Cormorant Garamond";
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
}

@media screen and (max-width: 1440px) {
  .toc__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .toc__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 630px) {
  .toc__title {
    font-size: 30px;
  }
}

.toc__list {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;

  list-style: none;

  counter-reset: toc-counter;
}

.toc__item {
  position: relative;

  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;

  color: var(--gold, #452A1F);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 155%;

  counter-increment: toc-counter;
}

@media screen and (max-width: 1440px) {
  .toc__item {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .toc__item {
    font-size: 18px;
  }
}

@media screen and (max-width: 630px) {
  .toc__item {
    font-size: 16px;
  }
}

.toc__item::before {
  content: counter(toc-counter) ".";

  flex-shrink: 0;
}

.toc__link {
  color: var(--gold, #452A1F);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 155%;
  line-height: 155%;
}

@media screen and (max-width: 1440px) {
  .toc__link {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .toc__link {
    font-size: 18px;
  }
}

@media screen and (max-width: 630px) {
  .toc__link {
    font-size: 16px;
  }
}

.news-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
}

@media screen and (max-width: 1850px) {
  .news-wrapper {
    flex-direction: column-reverse;
    gap: 60px;
  }
}

@media screen and (max-width: 1440px) {
  .news-wrapper {
    gap: 30px;
  }
}

@media screen and (max-width: 630px) {
  .news-wrapper {
    gap: 40px;
  }
}

.news-content {
  width: 100%;
  max-width: 1550px;
}

@media screen and (max-width: 1850px) {
  .news-content {
    max-width: unset;
  }
}

.news-content h2 {
  margin: 0;

  padding: 0;

  color: var(--gold, #452A1F);
  font-family: "Cormorant Garamond";
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
}

.news-content h3 {
  margin: 0;

  padding: 0;

  color: var(--gold, #452A1F);
  font-family: "Cormorant Garamond";
  font-size: 38px;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
}

@media screen and (max-width: 1440px) {
  .news-content h2 {
    font-size: 40px;
  }

  .news-content h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 1024px) {
  .news-content h2 {
    font-size: 36px;
  }

  .news-content h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 630px) {
  .news-content h2 {
    font-size: 30px;
  }

  .news-content h3 {
    font-size: 26px;
  }
}

.news-content p {
  margin: 30px 0;

  padding: 0;

  color: var(--gold, #452A1F);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 155%;
}

@media screen and (max-width: 1440px) {
  .news-content p {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .news-content p {
    font-size: 20px;
  }
}

@media screen and (max-width: 630px) {
  .news-content p {
    font-size: 18px;
  }
}

.news-content strong {
  display: contents;

  font-weight: 600;
}

.news-content ul,
.news-content ol {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

@media screen and (max-width: 630px) {
  .news-content ul,
  .news-content ol {
    gap: 12px;
  }
}

.news-content ul li,
.news-content ol li {
  margin: 0;

  padding: 0;
  display: flex;
  gap: 12px;

  color: var(--gold, #452A1F);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 155%;
  list-style: none;
}

@media screen and (max-width: 1440px) {
  .news-content ul li,
  .news-content ol li {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .news-content ul li,
  .news-content ol li {
    font-size: 20px;
  }
}

@media screen and (max-width: 630px) {
  .news-content ul li,
  .news-content ol li {
    font-size: 18px;
  }
}

.news-content ul li::before {
  content: "•";

  flex-shrink: 0;
}

.news-content ol {
  counter-reset: news-counter;
}

.news-content ol li {
  position: relative;

  counter-increment: news-counter;
}

.news-content ol li::before {
  content: counter(news-counter) ".";

  flex-shrink: 0;
}

.news-content blockquote {
  margin: 0;

  padding: 36px 48px;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 10px;

  color: var(--black, #452A1F);
  font-family: Inter;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  line-height: 155%;

  background: #F9F9FA;
  border-left: 2px solid var(--black, #452A1F);
}

.news-content a {
  text-underline-offset: auto;

  color: var(--black, #452A1F);
  /* 1920/cap small */
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  text-underline-position: from-font;
}

.news-content a + span {
  color: var(--black, #452A1F);
  /* 1920/cap small */
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .news-content a {
    font-size: 12px;
  }

  .news-content a + span {
    font-size: 12px;
  }
}

.news-promo {
  position: relative;

  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 64px;

  background: linear-gradient(97deg, #FEF4E2 0%, #D6BFA7 100%);
}

@media screen and (max-width: 1024px) {
  .news-promo {
    padding: 40px;
    gap: 40px;
  }
}

@media screen and (max-width: 630px) {
  .news-promo {
    padding: 20px;
    gap: 16px;
  }
}

.news-promo__text {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 675px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

@media screen and (max-width: 1250px) {
  .news-promo__text {
    max-width: unset;
    gap: 20px;
  }
}

@media screen and (max-width: 630px) {
  .news-promo__text {
    gap: 12px;
  }
}

.news-promo__text span {
  color: var(--black, #452A1F);
  font-family: "Cormorant Garamond";
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
}

@media screen and (max-width: 1250px) {
  .news-promo__text span {
    font-size: 46px;
  }
}

@media screen and (max-width: 1024px) {
  .news-promo__text span {
    font-size: 40px;
  }
}

@media screen and (max-width: 630px) {
  .news-promo__text span {
    font-size: 30px;
  }
}

.news-promo__text p {
  color: var(--gold, #452A1F);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 155%;
}

@media screen and (max-width: 1250px) {
  .news-promo__text p {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .news-promo__text p {
    font-size: 20px;
  }
}

@media screen and (max-width: 630px) {
  .news-promo__text p {
    font-size: 18px;
  }
}

.news-promo__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 630px) {
  .news-promo__buttons {
    gap: 10px;
  }
}

.news-promo__buttons a {
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 5px;

  color: var(--white, #FFF);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;

  background: var(--gold, #452A1F);
  border: none;
  border-radius: 50px;

  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .news-promo__buttons button {
    font-size: 12px;
  }
}

.news-promo__image {
  -webkit-user-select: none;
     -moz-user-select: none;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  display: block;

  pointer-events: none;
          user-select: none;
}

.news-promo__image img {
  -o-object-fit: cover;
  -o-object-position: right;

  width: 100%;
  height: 100%;
     object-fit: cover;
}

@media screen and (max-width: 1250px) {
  .news-promo__image {
    display: none;
  }
}

.news-popular__title {
  margin: 0;
  margin: 70px 0 28px;

  color: var(--gold, #452A1F);
  font-family: "Cormorant Garamond";
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
}

@media screen and (max-width: 1440px) {
  .news-popular__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .news-popular__title {
    margin: 60px 0 28px;

    font-size: 36px;
  }
}

@media screen and (max-width: 630px) {
  .news-popular__title {
    margin: 40px 0 20px;

    font-size: 30px;
  }
}

.news-popular__text {
  margin: 0;

  padding: 0;
  width: 100%;
  max-width: 944px;

  color: rgba(69, 42, 31, 0.7);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 155%;
}

@media screen and (max-width: 1440px) {
  .news-popular__text {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .news-popular__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 630px) {
  .news-popular__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .news-popular .sec-products__slider-btn {
    display: none;
  }
}

.news-popular__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 630px) {
  .news-popular__description {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.news-popular__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.news-popular__buttons a {
  display: block;
  flex-shrink: 0;

  color: var(--gold, #452A1F);
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

@media screen and (max-width: 630px) {
  .news-popular__buttons a {
    font-size: 14px;
  }
}

.btn-more__news {
  margin: 0 auto 100px;

  display: block;

  color: var(--gold, #452A1F);
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;

  background-color: #FFF;
  border: none;
  outline: none;

  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .btn-more__news {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 1024px) {
  .btn-more__news {
    margin: 0 auto 50px;

    font-size: 14px;
  }
}

.news-content table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f0f0f0;
  margin-bottom: 30px;
}

.news-content th, td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
}

.news-content th {
  background-color: #e5e5e5;
  font-weight: 600;
}

.news-content tr:nth-child(even) {
  background-color: #fafafa;
}
.button-wts {
    display: flex;
    padding: 11px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #639F6C;
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.button-wts svg {
    width: 18px;
    height: 18px;
}
.news-promo__buttons .button-wts {
    display: flex;
    padding: 11px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #639F6C;
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
