.page_overflow_wrapper {
  overflow-x: clip;
}

/* advantages */

.advanteges_origin_suptitle {
  width: clamp(922px, 64.028vw, 1229.33px);
}

/* video */

.video {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 2.083vw, 40px);
}

.video_item {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 1.042vw, 20px);
}

.video_title {
  color: var(--primary);
  font-weight: 600;
  font-size: clamp(28px, 1.944vw, 37.33px);
  line-height: 110%;
  letter-spacing: -0.04em;
  text-align: justify;
  text-transform: uppercase;
}

.video_title img {
  width: 30px;
  height: 50px;
  position: relative;
  top: 15px;
}

.video_controler {
  width: 100%;
  height: clamp(460px, 31.944vw, 613.33px);
  border-radius: clamp(32px, 2.222vw, 42.67px);
  position: relative;
}

.video_controler video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: clamp(32px, 2.222vw, 42.67px);
}

.video_play_pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(80px, 5.556vw, 106.67px);
  height: clamp(80px, 5.556vw, 106.67px);
  border-radius: 50%;
  background: rgba(229, 229, 229, 0.598);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: clamp(32px, 2.222vw, 42.67px);
  color: var(--white);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.video_play_pause.opacity-0 {
  opacity: 0;
  pointer-events: none;
}

/* points */

.points {
  position: relative;
  margin-top: clamp(60px, 4.167vw, 80px);
}

.points_line {
  width: 1px;
  position: absolute;
  top: clamp(7px, 0.486vw, 9.33px);
  bottom: clamp(7px, 0.486vw, 9.33px);
  left: clamp(18px, 1.25vw, 24px);
  z-index: -10;
  background-image: linear-gradient(to bottom, #2222221a 8px, transparent 8px);
  background-size: 1px 16px;
  background-repeat: repeat-y;
  background-position: right center;
}

.points_list {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 2.083vw, 40px);
}

.points_header {
  display: flex;
  align-items: center;
  gap: clamp(20px, 1.389vw, 26.67px);
}

.points_icon {
  width: clamp(37px, 2.569vw, 49.33px);
  min-width: clamp(37px, 2.569vw, 49.33px);
  height: clamp(37px, 2.569vw, 49.33px);
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.points_icon img {
  width: clamp(20px, 1.389vw, 26.67px);
  height: clamp(20px, 1.389vw, 26.67px);
  object-fit: contain;
  object-position: center;
}

.points_title {
  width: 100%;
  color: var(--primary);
  font-weight: 500;
  font-size: clamp(20px, 1.389vw, 26.67px);
  line-height: 130%;
  letter-spacing: -0.02em;
}

.points_content {
  padding-left: clamp(57px, 3.958vw, 76px);
}

.points_desc {
  padding-top: clamp(10px, 0.694vw, 13.33px);
  color: var(--black-text-light);
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 21.33px);
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: justify;
}

.points_desc a {
  color: var(--primary);
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 95%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  text-decoration-skip-ink: auto;
}

/* points certificate */

.points_certificate {
  padding-top: clamp(10px, 0.694vw, 13.33px);
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.347vw, 6.67px);
}

.points_certificate img {
  width: clamp(300px, 20.833vw, 400px);
  height: clamp(320px, 22.222vw, 426.67px);
  border-radius: clamp(24px, 1.667vw, 32px);
  object-fit: cover;
  object-position: center;
}

.points_certificate_text {
  width: clamp(255px, 17.708vw, 340px);
  color: #222222bf;
  font-weight: 500;
  font-size: clamp(14px, 0.972vw, 18.67px);
  line-height: 130%;
  letter-spacing: -0.02em;
}

.points_docs {
  margin: clamp(10px, 0.694vw, 13.33px) 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 1.042vw, 20px);
}

.points_docs img {
  width: 100%;
  height: clamp(244px, 16.944vw, 325.33px);
  border-radius: clamp(24px, 1.667vw, 32px);
  border: 1px solid #0000001a;
  object-fit: cover;
  object-position: center;
}

/* conferension */

.conferension {
  margin-top: clamp(50px, 3.472vw, 66.67px);
  width: 100%;
  height: clamp(460px, 31.944vw, 613.33px);
  border-radius: clamp(32px, 2.222vw, 42.67px);
  position: relative;
}

.conferension img {
  width: 100%;
  height: 100%;
  border-radius: clamp(32px, 2.222vw, 42.67px);
  object-fit: cover;
  object-position: center;
}

.conferension_content {
  position: absolute;
  left: 0;
  top: 0;
  padding: clamp(30px, 2.083vw, 40px);
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
  border-radius: clamp(32px, 2.222vw, 42.67px);
  background: linear-gradient(
    180deg,
    rgba(2, 65, 111, 0) 49.89%,
    #02416f 108.35%
  );
}

.conferension_text {
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -2%;
  text-align: justify;
}

@media (max-width: 400px) {
  /* advantages */

  .advanteges_origin_suptitle {
    width: 100%;
  }

  /* video */

  .video_item {
    gap: 10px;
  }

  .video_controler {
    height: 250px;
  }

  .video_title {
    text-align: start;
    font-size: 18px;
    letter-spacing: -4%;
  }

  .video_title img {
    width: 22px;
    height: 30px;
    top: 11px;
  }

  .video_play_pause {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  /* points */

  .points_line {
    top: 10px;
  }

  .points {
    margin-top: 20px;
  }

  .points_title {
    font-size: 16px;
  }

  .points_title br {
    display: none;
  }

  .points_desc {
    font-size: 14px;
  }

  /* points certificate */

  .points_certificate_text {
    width: 200px;
    font-size: 12px;
  }

  .points_certificate img {
    width: 100%;
  }

  /* points docs */

  .points_docs {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    overflow-y: hidden;

    margin-right: calc(-50vw + 50%);
    padding-right: 50px !important;
    box-sizing: border-box;
  }

  .points_docs::-webkit-scrollbar {
    display: none;
  }

  .points_docs img {
    min-width: 144px;
    height: 136px;
  }

  .points_docs img:last-child {
    margin-right: 25px;
  }

  /* conferension */

  .conferension {
    margin-top: 17.5px;
    height: 390px;
  }

  .conferension_content {
    padding: 20px;
    background: linear-gradient(
      180deg,
      rgba(2, 65, 111, 0) 49.89%,
      #02416f 100%
    );
  }

  .conferension_text {
    font-size: 16px;
    width: 260px;
    text-align: start;
  }
}
