.mobile-menu__row {
  border-bottom: 1px solid #E8E8E8;
}

.tags-materials__row {
  flex-direction: column;
}
.tags-materials__row h1 {
  color: var(--gray-900, #1B1B1B);
  font-feature-settings: "clig" off, "liga" off;
  /* 96px */
  font-family: Factor A;
  font-size: 96px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 96px */
  letter-spacing: -3.84px;
}
@media screen and (max-width: 992px) {
  .tags-materials__row h1 {
    color: var(--, #000);
    font-feature-settings: "clig" off, "liga" off;
    /* Medium/56px */
    font-family: Factor A;
    font-size: 56px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 56px */
    letter-spacing: -2.24px;
  }
}
.tags-materials__row .tags-materials__wrap {
  padding-top: 0 !important;
  padding-left: 80px !important;
}

.tags-article .tags-article__col {
  border-top: none !important;
}

.tags-news .tags-news__col {
  border-top: none !important;
}

.product-order {
  margin-top: 95px;
}
@media screen and (max-width: 992px) {
  .product-order {
    margin-top: 0;
  }
}
.product-order .product-order__button {
  width: 125px;
  height: 52px;
}
@media screen and (max-width: 992px) {
  .product-order .product-order__button {
    width: 100%;
  }
}
.product-order .product-order__contact-info {
  width: 315px;
}
@media screen and (max-width: 992px) {
  .product-order .product-order__contact-info {
    width: 205px;
    color: var(--gray-100, #F2F2F2);
    font-feature-settings: "clig" off, "liga" off;
    /* Regular/13px */
    font-family: Factor A;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
  }
}

section .product-order__contact {
  color: var(--gray-100, #F2F2F2);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Factor A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  gap: 24px;
  width: 562px;
}
@media screen and (max-width: 992px) {
  section .product-order__contact {
    width: 100%;
    gap: 50px;
  }
}

section .product-order__title {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 992px) {
  section .product-order__title {
    color: var(--, #FFF);
    font-feature-settings: "clig" off, "liga" off;
    font-family: Factor A;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
    letter-spacing: -0.8px;
    margin-bottom: 23px !important;
    width: 308px !important;
  }
}

.tags-page .tags-materials .tags-materials__row .tags-materials__wrap {
  width: 1055px;
}
@media screen and (max-width: 992px) {
  .tags-page .tags-materials .tags-materials__row .tags-materials__wrap {
    padding-left: 26px !important;
  }
}

.projects-more {
  border: 1px solid #E8E8E8;
  display: flex;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.projects-more button {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 13px */
  letter-spacing: -0.26px;
  text-transform: uppercase;
  display: flex;
  height: 52px;
  padding: 0px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 162px;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .projects-more {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .projects-more .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .projects-more .container-fluid button {
    color: var(--gray-900, #1B1B1B);
    font-feature-settings: "clig" off, "liga" off;
    /* Button & Link/13px */
    font-family: Factor A;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 13px */
    letter-spacing: -0.26px;
    text-transform: uppercase;
  }
}

.projects-more button:hover {
  background-color: #0064F5;
  color: #fff;
}

.content > *:first-child {
  display: none;
}

.tags-page .tags-article .tags-article__col .tags-article__row .tags-article__col .tags-article-header h5 {
  white-space: normal;
}

.tags-page .tags-news .tags-news__col .tags-news__row .tags-news__col .tags-news-header h5 {
  white-space: normal;
}

.news-main-article__col {
  border-top: none !important;
}

.news-main-article__row:nth-child(1) .news-main-article__col {
  border-bottom: 1px solid #E8E8E8 !important;
}

.tags-page .tags-materials .tags-materials__row {
  border-bottom: none !important;
}

.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .content .info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-page .news-main-article .news-main__col .news-main-article__row .news-main-article__col .content {
  align-items: center;
}/*# sourceMappingURL=webinars.css.map */