.hf-page {
  max-width: 1920px;
  margin: 0 auto;
  padding: 150px 20px 0;
}

@media screen and (max-width: 1680px) {
  .hf-page {
    padding-top: 130px;
  }
}

@media screen and (max-width: 1439px) {
  .hf-page {
    padding-top: 100px;
  }
}

.hf-header {
  display: flex;
  gap: 12px;
  min-height: 510px;
}

@media screen and (max-width: 1919px) {
  .hf-header {
    min-height: 26.5625vw;
  }
}

.hf-header-left {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background-color: #f3f1ef;
  padding: 40px;
  width: calc(50% - 6px);
}

@media screen and (max-width: 1919px) {
  .hf-header-left {
    padding: 2.0834vw;
    border-radius: 1.5625vw;
  }
}

.hf-header-title {
  color: #2d2d2d;
  font-size: 70px;
  font-weight: 500;
  line-height: 120%;
  max-width: 577px;
}

@media screen and (max-width: 1919px) {
  .hf-header-title {
    font-size: 3.64vw;
    max-width: 30.055vw;
  }
}

.hf-header-text {
  margin-top: 24px;
  color: #67676b;
  font-size: 16px;
  line-height: 140%;
  max-width: 484px;
}

@media screen and (max-width: 1919px) {
  .hf-header-text {
    margin-top: 1.25vw;
    font-size: 0.8335vw;
    max-width: 25.2085vw;
  }
}

.hf-header-btn {
  margin-top: auto;
  padding-top: 24px;
}

@media screen and (max-width: 1919px) {
  .hf-header-btn {
    padding-top: 1.25vw;
  }
}

.hf-header-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
  width: 100%;
  max-width: 384px;
  border-radius: 12px;
  background-color: #fff;
  height: 64px;
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 500;
  transition: background 300ms, color 300ms;
}

@media screen and (max-width: 1919px) {
  .hf-header-btn a {
    padding: 0 0.8334vw;
    max-width: 20vw;
    border-radius: 0.625vw;
    height: 3.3335vw;
    font-size: 1.042vw;
  }
}

.hf-header-btn a:hover {
  background-color: #f3f1ef;
}

.hf-header-right {
  position: relative;
  width: calc(50% - 6px);
  border-radius: 30px;
  overflow: hidden;
  background-color: #f3f1ef;
  z-index: 1;
}

@media screen and (max-width: 1919px) {
  .hf-header-right {
    border-radius: 1.5625vw;
  }
}

.hf-header-right img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.hf-menu {
  margin-top: 12px;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hf-menu-item {
  flex: none;
}

.hf-menu-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 54px;
  background-color: #f3f1ef;
  color: #67676b;
  border-radius: 54px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 300ms, color 300ms;
}

@media screen and (max-width: 1919px) {
  .hf-menu-item a {
    height: 2.8125vw;
    border-radius: 2.8125vw;
    padding: 0 1.042vw;
    font-size: 1.042vw;
  }
}

.hf-menu-item a:hover {
  background-color: #c4a585;
  color: #fff;
}

.hf-why {
  padding: 52px 0;
}

@media screen and (max-width: 1919px) {
  .hf-why {
    padding: 2.7085vw 0;
  }
}

.hf-why-main-title {
  text-align: center;
  color: #2d2d2d;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 32px;
}

@media screen and (max-width: 1919px) {
  .hf-why-main-title {
    font-size: 2.5vw;
    margin-bottom: 1.6665vw;
  }
}

.hf-why-list {
  display: flex;
  justify-content: center;
  gap: 100px;
}

@media screen and (max-width: 1919px) {
  .hf-why-list {
    gap: 5.2085vw;
  }
}

.hf-why-item {
  text-align: center;
  width: 100%;
  max-width: 416px;
}

@media screen and (max-width: 1919px) {
  .hf-why-item {
    max-width: 21.667vw;
  }
}

.hf-why-icon {
  height: 52px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1919px) {
  .hf-why-icon {
    margin-bottom: 0.8334vw;
  }
}

.hf-why-title {
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 1919px) {
  .hf-why-title {
    font-size: 1.042vw;
  }
}

.hf-why-text {
  color: #2d2d2d;
  font-size: 20px;
  line-height: 130%;
  margin-top: 16px;
}

@media screen and (max-width: 1919px) {
  .hf-why-text {
    font-size: 1.042vw;
    margin-top: 0.8334vw;
  }
}

@media screen and (max-width: 1679px) {
  .hf-menu-item a {
    font-size: 16px;
    height: 50px;
    padding: 0 18px;
    border-radius: 50px;
  }

  .hf-header-text {
    font-size: 0.9525vw;
  }

  .hf-why-title {
    font-size: 1.1905vw;
  }
}

@media screen and (max-width: 1023px) {
  .hf-header {
    flex-direction: column;
    min-height: auto;
  }

  .hf-header-left {
    padding: 40px;
    border-radius: 30px;
    width: 100%;
    min-height: 376px;
  }

  .hf-header-title {
    font-size: 40px;
    max-width: none;
    max-width: 577px;
  }

  .hf-header-text {
    font-size: 16px;
    max-width: 577px;
    margin-top: 24px;
  }

  .hf-header-btn {
    padding-top: 32px;
  }

  .hf-header-btn a {
    font-size: 16px;
    padding: 0 16px;
    max-width: 300px;
    border-radius: 12px;
    height: 52px;
  }

  .hf-header-right {
    border-radius: 30px;
    width: 100%;
    height: 376px;
  }

  .hf-menu-item a {
    height: 38px;
  }

  .hf-why-main-title {
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 32px;
  }

  .hf-why-title br {
    display: none;
  }

  .hf-why-text br {
    display: none;
  }

  .hf-why {
    padding: 40px 0;
  }

  .hf-why-list {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .hf-why-item {
    max-width: 416px;
  }

  .hf-why-icon {
    margin-bottom: 12px;
  }

  .hf-why-title {
    font-size: 20px;
  }

  .hf-why-text {
    font-size: 18px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .hf-header-left {
    padding: 24px;
  }

  .hf-header-left {
    order: 1;
    min-height: auto;
  }

  .hf-header-title {
    font-size: 36px;
  }

  .hf-header-btn a {
    max-width: none;
  }

  .hf-why {
    padding-bottom: 32px;
  }

  .hf-why-main-title {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .hf-why-title {
    font-size: 16px;
  }

  .hf-why-text {
    font-size: 14px;
    margin-top: 12px;
  }
}

.hf-experts {
  margin-top: 12px;
  min-height: 510px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 12px;
}

.hf-epxerts__first {
  width: 100%;
  padding: 40px;
  background-color: #efe9e3;
  border-radius: 30px;
}

.hf-epxerts__first-title {
  max-width: 450px;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  color: #2d2d2d;
}

.hf-epxerts__first-filter {
  margin-top: 136px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hf-epxerts__first-filter_item {
  cursor: pointer;
  max-width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 14px 15px;
  background-color: #ffffff;
  border: 1px solid #c4a585;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #c4a585;
  transition: all 0.2s linear;
}

.hf-epxerts__first-filter_item:hover {
  color: #ffffff;
  background-color: #c4a585;
}

.hf-epxerts__first-filter_item.active {
  color: #ffffff;
  background-color: #c4a585;
}

.hf-epxerts__second-row_item {
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-color: #f3f1ef;
  border-radius: 30px;
}

.hf-epxerts__second-row_item-video {
  border-radius: 20px;
  position: relative;
}

.hf-epxerts__second-row_item-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.hf-epxerts__second-row_item-video-play {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.hf-epxerts__second-row_item-video-play svg {
  width: 60px;
  height: 60px;
}

.hf-epxerts__second-row_item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 41.6px;
  color: #2d2d2d;
}

.hf-lessons {
  margin-top: 12px;
  min-height: 510px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 12px;
}

.hf-lessons__first {
  width: 100%;
  padding: 40px;
  background-color: #c4a585;
  border-radius: 30px;
}

.hf-lessons__first-title {
  max-width: 450px;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  color: #ffffff;
}

.hf-lessons__second-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}

.hf-lessons__second-row_item {
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: #efe9e3;
  border-radius: 30px;
}

.hf-lessons__second-row_item-video {
  border-radius: 20px;
  position: relative;
}

.hf-lessons__second-row_item-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.hf-lessons__second-row_item-video-play {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.hf-lessons__second-row_item-video-play svg {
  width: 60px;
  height: 60px;
}

.hf-lessons__second-row_item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 41.6px;
  color: #2d2d2d;
}

.hf-history {
  margin-top: 40px;
}

.hf-history-header {
  padding: 44px 0 40px;
  text-align: center;
}

.hf-history-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  color: #2d2d2d;
}

.hf-history-text {
  max-width: 1120px;
  margin: 32px auto 0;
  font-size: 20px;
  line-height: 30px;
  color: #2d2d2d;
}

.hf-history-items {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  min-height: 460px;
}

.hf-history-item {
  padding: 40px;
  background-color: #f3f1ef;
  border-radius: 30px;
  flex: 1;
}

.hf-history-item-container {
  width: 100%;
  max-width: 816px;
  height: 100%;
  display: flex;
  gap: 48px;
}

.hf-history-item-photo {
  flex: none;
  position: relative;
  flex: none;
  width: 263px;
}

.hf-history-item-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  border-radius: 20px;
  background-color: #fff;
}

.hf-history-item-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.hf-history-item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #2d2d2d;
  width: 1px;
}

.hf-history-item-age {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #67676b;
}

.hf-history-item-text {
  font-size: 16px;
  line-height: 22px;
  color: #67676b;
}

.hf-history-item-btn {
  margin-top: auto;
}

.hf-history-item-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
  width: 100%;
  max-width: 384px;
  border-radius: 12px;
  background-color: #fff;
  height: 64px;
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 500;
  transition: background 300ms, color 300ms;
}

.hf-articles {
  display: flex;
  gap: 12px;
  min-height: 476px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hf-articles-left {
  width: calc(50% - 6px);
  padding: 16px 32px;
}

.hf-articles-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #2d2d2d;
  margin-bottom: 24px;
}

.hf-articles-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}

.hf-articles-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #b6b4b3;
}

.hf-articles-item-panel {
  display: flex;
  align-items: center;
  height: 48px;
  gap: 8px;
  margin-bottom: 8px;
}

.hf-articles-item-group {
  color: #67676b;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hf-articles-item-info {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.hf-articles-item-info span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #67676b;
  line-height: 16px;
  text-align: left;
  gap: 5px;
  flex: none;
  white-space: nowrap;
}

.hf-articles-item-info svg {
  display: block;
}

.hf-articles-item-title {
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.hf-articles-item-btn {
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.hf-articles-item-btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #c4a585;
  font-size: 16px;
  text-decoration: underline;
  transition: color 300ms;
}

.hf-articles-right {
  width: calc(50% - 6px);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.hf-articles-right img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.hf-materials {
  display: flex;
  gap: 12px;
  min-height: 476px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hf-materials-container {
  width: 100%;
  padding: 16px 32px;
}

.hf-materials-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #2d2d2d;
  margin-bottom: 24px;
}

.hf-materials-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 48px;
}

.hf-materials-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #b6b4b3;
}

.hf-materials-item-panel {
  display: flex;
  align-items: center;
  height: 48px;
  gap: 8px;
  margin-bottom: 8px;
}

.hf-materials-item-group {
  color: #67676b;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hf-materials-item-info {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.hf-materials-item-info span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #67676b;
  line-height: 16px;
  text-align: left;
  gap: 5px;
  flex: none;
  white-space: nowrap;
}

.hf-materials-item-info svg {
  display: block;
}

.hf-materials-item-title {
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.hf-materials-item-descr {
  color: #67676b;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
}

.hf-materials-item-btn {
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.hf-materials-item-btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #c4a585;
  font-size: 16px;
  text-decoration: underline;
  transition: color 300ms;
}

.hf-banner {
  position: relative;
  border-radius: 30px;
  background-color: #a5978c;
  height: 461px;
  z-index: 1;
  overflow: hidden;
}

.hf-banner-image {
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  height: 100%;
  width: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: left;
}

.hf-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 40px 40px 900px;
  height: 100%;
  color: #ffffff;
}

.hf-banner-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
}

.hf-banner-text {
  font-size: 20px;
  line-height: 26px;
  max-width: 630px;
  margin-top: 24px;
}

.hf-banner-btn {
  margin-top: auto;
}

.hf-banner-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
  width: 100%;
  max-width: 384px;
  border-radius: 12px;
  background-color: #fff;
  height: 64px;
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 500;
  transition: background 300ms, color 300ms;
}

/* FAQ */

.hf-faq {
  padding-top: 12px;
}

.hf-faq-block {
  border-radius: 30px;
  padding: 40px;
  background-color: #f3f1ef;
}

.hf-faq-title {
  color: #2d2d2d;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 32px;
  max-width: 925px;
}

.hf-faq-colummns {
  display: flex;
  gap: 12px;
}

.hf-faq-colummn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.hf-faq-item {
  background-color: #ffffff;
  border-radius: 20px;
}

.hf-faq-item-header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  cursor: pointer;
}

.hf-faq-item-title {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #2d2d2d;
}

.hf-faq-item-arrow {
  margin: 9px 0;
}

.hf-faq-item-arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4a585;
  color: #c4a585;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  transition: background 300ms, color 300ms;
}

.hf-faq-item-arrow svg {
  display: block;
  transition: transform 200ms;
}

.hf-faq-item.active .hf-faq-item-arrow span {
  background-color: #c4a585;
  color: #fff;
}

.hf-faq-item.active .hf-faq-item-arrow svg {
  transform: rotateX(180deg);
}

.hf-faq-item-body {
  display: none;
  margin: 0 24px;
  padding: 16px 0;
  border-top: 1px solid #b6b4b3;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 22px;
}

.hf-faq-item.active .hf-faq-item-body {
  display: block;
}

.hf-faq-item-header:hover .hf-faq-item-arrow span {
  background-color: #c4a585;
  color: #fff;
}

.hf-footer {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.hf-footer-container {
  padding: 16px 32px;
}

.hf-footer-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 32px;
  color: #2d2d2d;
}

.hf-footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 58px;
}

.hf-footer-link-title a {
  color: #2d2d2d;
  transition: color 300ms;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.hf-footer-link-btn {
  margin-top: 24px;
}

.hf-footer-link-btn a {
  font-size: 16px;
  transition: color 300ms;
  text-decoration: underline;
  color: #c4a585;
}

.hf-footer-link-btn a:hover {
  color: #e3eef0;
}

.hf-footer-link-title a:hover {
  color: #ad9275;
}

.hf-sources {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.hf-sources-container {
  padding: 16px 32px;
}

.hf-sources-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 32px;
  color: #2d2d2d;
}

.hf-sources-list {
  padding-left: 1%;
  list-style-type: decimal;
}

.hf-sources-list-item {
font-weight: 400;
font-size: 20px;
line-height: 160%;
color: #2D2D2D;
}

.hf-sources-list-item a {
  overflow-wrap: break-word;
  color: #C4A585;
}

.hf-sources-list-item:not(:last-child) {
  margin-bottom: 16px;
}

.hf-swiper_init {
  height: 100%;
}

.hf-epxerts__second {
  display: none;
  overflow: hidden;
}

.hf-epxerts__second.active {
  display: block;
}

.hf-epxerts__second .hf-epxerts__second-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}

.hf-experts .swiper-button-next,
.hf-experts .swiper-button-prev,
.hf-experts .swiper-container-horizontal > .swiper-pagination-bullets {
  display: none !important;
}

@media screen and (max-width: 1919px) {
  .hf-history {
    margin-top: 2.0834vw;
  }

  .hf-history-header {
    padding: 2.293vw 0 2.0834vw;
  }

  .hf-history-title {
    font-size: 2.5vw;
    line-height: 3.2295vw;
  }

  .hf-history-text {
    max-width: 58.75vw;
    margin: 1.6665vw auto 0;
    font-size: 1.042vw;
    line-height: 1.5625vw;
  }

  .hf-history-items {
    min-height: 23.9585vw;
  }

  .hf-history-item {
    padding: 2.0834vw;
    border-radius: 1.5625vw;
  }

  .hf-history-item-container {
    max-width: 42.5vw;
    gap: 2.5vw;
  }

  .hf-history-item-photo {
    width: 13.698vw;
  }

  .hf-history-item-photo img {
    border-radius: 1.042vw;
  }

  .hf-history-item-body {
    gap: 0.8334vw;
  }

  .hf-history-item-title {
    font-size: 1.6665vw;
    line-height: 2.1875vw;
  }

  .hf-history-item-btn a {
    padding: 0 0.8334vw;
    max-width: 20vw;
    border-radius: 0.625vw;
    height: 3.3335vw;
    font-size: 1.042vw;
  }

  .hf-banner {
    height: 27.917vw;
  }

  .hf-banner-content {
    padding: 2.0834vw 2.0834vw 2.0834vw 44.5835vw;
  }

  .hf-banner-title {
    font-size: 2.0834vw;
    line-height: 2.7085vw;
  }

  .hf-banner-text {
    font-size: 1.042vw;
    line-height: 1.3545vw;
    max-width: 32.8125vw;
    margin-top: 1.25vw;
  }

  .hf-banner-btn a {
    padding: 0 0.8334vw;
    max-width: 20vw;
    border-radius: 0.625vw;
    height: 3.3335vw;
    font-size: 1.042vw;
  }

  /* FAQ */
}

@media screen and (max-width: 1679px) {
  .hf-epxerts__second-row_item {
    /* max-width: 423px; */
  }

  .hf-history-item-age {
    font-size: 0.9525vw;
    line-height: 130%;
  }

  .hf-history-item-text {
    font-size: 0.9525vw;
    line-height: 130%;
  }

  .hf-articles-item-group {
    font-size: 0.8335vw;
    line-height: 130%;
  }

  .hf-articles-item-info span {
    font-size: 0.8335vw;
    line-height: 130%;
  }
}

@media screen and (max-width: 1440px) {
  .hf-experts {
    min-height: 430px;
  }

  .hf-epxerts__first-filter {
    margin-top: 55px;
  }

  .hf-lessons {
    min-height: 430px;
  }
}

@media screen and (max-width: 1199px) {
  .hf-experts {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 12px;
  }

  .hf-epxerts__first-title {
    max-width: none;
  }

  .hf-epxerts__first-filter {
    margin-top: 164px;
  }

  .hf-epxerts__second-row.swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hf-epxerts__second-row_item {
    gap: 20px;
    max-width: none;
  }

  .hf-lessons {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 12px;
  }

  .hf-lessons__first {
    min-height: 210px;
  }

  .hf-lessons__first-title {
    max-width: none;
  }

  .hf-lessons__second-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hf-lessons__second-row_item {
    gap: 20px;
  }

  .hf-history-title {
    font-size: 36px;
    line-height: 130%;
  }

  .hf-history-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 130%;
    max-width: 704px;
  }

  .hf-history-items {
    min-height: auto;
    flex-direction: column;
  }

  .hf-history-item {
    padding: 40px;
    border-radius: 30px;
  }

  .hf-history-item-container {
    max-width: none;
    gap: 24px;
  }

  .hf-history-item-photo {
    width: 190px;
  }

  .hf-history-item-photo img {
    border-radius: 20px;
  }

  .hf-history-item-body {
    gap: 16px;
    max-width: 337px;
  }

  .hf-history-item-title {
    font-size: 26px;
    line-height: 130%;
  }

  .hf-history-item-age {
    font-size: 14px;
  }

  .hf-history-item-text {
    font-size: 14px;
  }

  .hf-history-item-btn a {
    font-size: 16px;
    padding: 0 16px;
    max-width: 300px;
    border-radius: 12px;
    height: 52px;
  }

  .hf-articles {
    flex-direction: column;
    min-height: auto;
    padding: 28px 0;
  }

  .hf-articles-left,
  .hf-materials-container {
    width: 100%;
    padding: 0;
  }

  .hf-articles-title,
  .hf-materials-title {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 24px;
  }

  .hf-articles-items,
  .hf-materials-items {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }

  .hf-articles-item {
    width: 100%;
  }

  .hf-articles-item-panel,
  .hf-materials-item-panel {
    height: 48px;
    gap: 8px;
    margin-bottom: 8px;
  }

  .hf-articles-item-group,
  .hf-materials-item-group {
    font-size: 14px;
    line-height: 18px;
  }

  .hf-articles-item-info,
  .hf-materials-item-info {
    gap: 16px;
  }

  .hf-articles-item-info span,
  .hf-materials-item-info span {
    font-size: 12px;
    line-height: 16px;
    gap: 5px;
  }

  .hf-articles-item-title,
  .hf-materials-item-title {
    font-size: 18px;
    line-height: 130%;
  }

  .hf-articles-item-btn,
  .hf-materials-item-btn {
    padding-top: 16px;
  }

  .hf-articles-item-btn a,
  .hf-materials-item-btn a {
    font-size: 14px;
  }

  .hf-articles-right {
    display: none;
  }

  .hf-banner {
    min-height: 458px;
    height: 100%;
  }

  .hf-banner-content {
    padding: 40px 40px 40px 260px;
  }

  .hf-banner-title {
    font-size: 32px;
    line-height: 41.6px;
  }

  .hf-banner-text {
    font-size: 20px;
    line-height: 30px;
    max-width: 417px;
    margin-top: 24px;
  }

  .hf-banner-btn {
    margin-top: 32px;
  }

  .hf-banner-btn a {
    padding: 22px;
    max-width: 384px;
    width: 100%;
    border-radius: 12px;
    height: 64px;
    font-size: 20px;
  }

  .hf-faq {
    padding-top: 24px;
  }

  .hf-faq-block {
    background-color: transparent;
    padding: 16px 0;
  }

  .hf-faq-title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 40px;
    max-width: none;
  }

  .hf-faq-colummns {
    flex-direction: column;
    margin: 0;
  }

  .hf-faq-item {
    background-color: #f3f1ef;
  }

  .hf-faq-item-title {
    color: #2d2d2d;
  }

  .hf-footer-container {
    padding: 16px 0;
  }

  .hf-sources-container {
    padding: 16px 0;
  }

  .hf-sources-list {
    padding-left: 16px;
  }

  .hf-footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .hf-epxerts__first,
  .hf-lessons__first {
    padding: 24px;
  }

  .hf-epxerts__first-title,
  .hf-lessons__first-title {
    font-size: 24px;
    line-height: 28.8px;
  }

  .hf-epxerts__second-row_item,
  .hf-lessons__second-row_item {
    padding: 24px;
  }

  .hf-epxerts__second-row_item-title,
  .hf-lessons__second-row_item-title {
    font-size: 16px;
    line-height: 22.4px;
  }

  .hf-history {
    margin-top: 24px;
  }

  .hf-history-title {
    font-size: 30px;
  }

  .hf-history-items {
    margin-top: 24px;
  }

  .hf-history-item {
    padding: 24px;
    position: relative;
  }

  .hf-history-item-container {
    flex-direction: column;
    gap: 16px;
  }

  .hf-history-item-photo {
    width: 100%;
    height: 119px;
  }

  .hf-history-item-body {
    gap: 12px;
  }

  .hf-history-item-title {
    font-size: 24px;
    width: 100%;
  }

  .hf-history-item-btn a {
    max-width: none;
  }

  .hf-banner {
    min-height: 613px;
    height: 100%;
  }

  .hf-banner-content {
    padding: 24px;
  }

  .hf-banner-title {
    font-size: 24px;
    line-height: 28.8px;
  }

  .hf-banner-text {
    font-size: 16px;
    line-height: 20.8px;
    margin-top: 16px;
  }

  .hf-banner-btn a {
    padding: 16.5px;
    height: 54px;
    font-size: 16px;
    line-height: 20.8px;
  }

  .hf-articles-item, .hf-materials-item {
    border-bottom: none;
    padding-bottom: 0;
  }

  .hf-faq-title {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 24px;
  }

  .hf-footer-title {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 24px;
  }

  .hf-sources-title {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 24px;
  }

  .hf-footer-links {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
