.banner_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--banner-title);
  margin: 0;
  margin-bottom: 5px;
}

.banner_data {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  margin-bottom: 23px;
  color: var(--banner-data);
}

.bannerBox {
  display: flex;
  flex-direction: row;
  gap: 11px;
  margin-bottom: 20px;
}

.img_banner {
  border-radius: var(--banner-radius);
  height: 100%;
}

.bannerGif {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 11px;
}

.bannerFrame {
  position: relative;

  overflow: hidden;
}

.bannerGif_line {
    margin: 0;
  }

.imgfreeBanner {
  border-radius: var(--banner-radius);
  /* width: 100%; */
}

.banner_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}

.btn_link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  padding: 17px;

  color: var(--primary-text-btn);
  border-radius: var(--br-radius);
  background: var(--primary-bg-btn);
}

/* Для вторых страниц */
.main_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: var(--color-text-footer);
  margin: 0;
  margin-bottom: 15px;
}
 .nav_list .nav_content_h2 {
  margin: 0;
}
.nav_list .nav_content_h3 {
  margin-left: 20px;
}
.nav_list .nav_content_h4 {
  margin-left: 40px;
}


@media (max-width: 768px) {
  .bannerBox {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .bannerGif {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
  }

  .bannerGif_line {
    display: none;
  }
}

@media (max-width: 564px) {
  .banner_title {
    margin-bottom: 5px;
  }

  .imgfreeBanner {
    border-radius: 6px;
    width: 100%;
  }
}
