/* ----------------------fs2------------------------ */
.fs2__container {
  padding-bottom: 0;
}
.fs__info-events-left {
  margin-right: 33px;
  display: flex;
  align-items: center;
}
.fs__info-events-top {
  margin-bottom: 27px;
}
.fs__info-events-left i {
  font-size: 20px;
  margin-right: 9px;
}
.fs__info-events-bottom {
  display: flex;
  margin-bottom: 55px;
  font-size: 18px;
}
.fs__info-event-date {
  margin-right: 45px;
}
.first-screen__btn2 {
  margin-left: 30px;
  border: 1px solid var(--c-green);
}
.fs2__title {
  margin-bottom: 23px;
}
.fs2__subtitle {
  margin-bottom: 21px;
}
.fs2-banner {
  left: 100px;
  width: calc(50vw - 100px);
}
.fs-banner.fs2-banner img {
  object-position: center right;
}
.fs2-img__bg1 {
  left: -323px;
  top: 42px;
}
.fs2-img__bg2 {
  left: 448px;
  top: 100px;
}
.fs-banner__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 30px 30px -20px rgba(0, 0, 0, 0.25);
}
.enrol-now__btn {
  border: 2px solid var(--c-green);
}

/* ---------------------advantages--------------------- */
.advantages {
  padding: 22px 0 18px;
}
.advantages__list {
  align-items: center;
  justify-content: space-around;
}
.advantages__list li {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.advantages__list li:not(:last-child) {
  padding-right: 60px;
}
.advantages__list li:not(:first-child) {
  padding-left: 60px;
}
.advantages__list li:nth-child(2) {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.advantages__number {
  font-size: 36px;
  margin-right: 20px;
}
.advantages__text {
  font-size: 18px;
}
/* --------------------about-------------------- */
.about {
  padding: 95px 0 100px;
  overflow: hidden;
}
.about__container {
  display: flex;
  align-items: center;
  margin: 0 -15px 60px;
  position: relative;
  z-index: 1;
}
.about__left {
  width: calc((100% - 2 * 30px) / 2);
  margin: 0 15px;
}
.about__left-img {
  width: 450px;
  height: 340px;
  margin: 20px 0 0 19px;
  border-radius: 100px 0px;
  position: relative;
  z-index: 1;
}
.about__left-img img {
  border-radius: 100px 0px;
  object-position: left;
}
.about__left-img:before {
  content: '';
  position: absolute;
  width: 380px;
  height: 286px;
  left: -19px;
  top: -20px;
  background: var(--c-green);
  border-radius: 100px 0px;
  z-index: -1;
}
.about__right {
  width: calc((100% - 2 * 30px) / 2);
  margin: 0 15px;
}
.about-title {
  line-height: 128%;
  margin-bottom: 50px;
}
.about__right-text p:not(:last-child) {
  margin-bottom: 15px;
}
.about-img__bg1 {
  width: 513px;
  height: 462px;
  background: url(../img/icons/dots_and_circle_lines.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -186px;
  top: -55px;
  z-index: -1;
}
.about-img__bg2 {
  width: 462px;
  height: 462px;
  background: url(../img/icons/dots_460x460.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -332px;
  top: -17px;
  z-index: -1;
}
.about-img__bg3 {
  width: 350px;
  height: 120px;
  background: url(../img/icons/light_green_elips_50pt_300x300.svg) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  position: absolute;
  left: -267px;
  bottom: -390px;
  z-index: -1;
}
/* ------------------form-type1------------------ */
.form__title {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 30px;
}
.form-type1-step1 {
  display: flex;
  margin: 0 -15px 20px;
}
.form-input-type1 {
  font-size: 16px;
  width: calc((100% - 3 * 30px) / 3);
  height: 60px;
  padding: 0 33px;
  border-radius: 30px;
  margin: 0 15px;
  color: var(--c-dark);
}
.form-type1-btn {
  width: calc((100% - 3 * 30px) / 3);
  margin: 0 15px;
  padding: 0;
}
.form-type1-btn input {
  font-size: 16px;
  width: 100%;
  height: 100%;
}
.form-type1__box .checkbox-container {
  justify-content: center;
}
.form-type1-step2 {
  display: flex;
  margin: 17px -15px 0;
}
.step2-title {
  font-size: 24px;
  width: calc((100% - 3 * 30px) / 3);
  margin: 0 15px;
  display: flex;
  align-items: center;
  padding-left: 9px;
}
.form__input-code.form-input-type1 {
  font-size: 18px;
}
.form__input-code.form-input-type1::placeholder {
  font-weight: bold;
}
#form-message {
  text-align: center;
}
/* ----------------speakers---------------- */
.speakers {
  padding: 120px 0 115px;
}
.speakers__subtitle {
  max-width: 872px;
  margin: 30px auto 59px;
}
.speakers__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.speaker__card {
  width: calc((100% - 4 * 30px) / 4);
  margin: 11px 15px;
}
.speaker__card-img {
  height: 300px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.speaker__card-img img {
  object-position: top;
}
.circle-left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/icons/speakers_photo_design_1.svg) no-repeat center;
  background-size: 100% 100%;
}
.circle-right:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/icons/speakers_photo_design_2.svg) no-repeat center;
  background-size: 100% 100%;
}
.speaker__card-info {
  display: flex;
}
.speaker__card-left {
  width: calc(100% - 70px - 10px);
  margin-right: 10px;
}
.speaker__card-right-logo {
  width: 70px;
  height: 23px;
  margin-top: 13px;
}
.speaker__card-right-logo img {
  object-fit: contain;
}
.speakers__cards-more_btn {
  display: none;
}
.speaker__card-img__detail {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 21px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(77, 80, 97, 0.95);
  opacity: 0;
  transition: all 0.2s ease;
}
.speaker__card:hover .speaker__card-img__detail {
  opacity: 1;
}
.scid-name {
  margin-bottom: 15px;
}
.scid__box .speaker__card-img {
  display: none;
}
.scid__close-btn {
  display: none;
}
/* ----------------program----------------- */
.program {
  padding: 120px 0;
  overflow: hidden;
}
.program__container {
  position: relative;
  z-index: 1;
}
.program__title {
  margin-bottom: 30px;
}
.program__time {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
.program__time-li {
  display: flex;
  margin: 0 15px;
  font-size: 18px;
  line-height: 133%;
}
.program__time-li span:nth-child(1) {
  margin-right: 5px;
}
.program__routine-list {
  display: flex;
  flex-direction: column;
  width: 970px;
  margin: 0 auto;
}
.program__routine-card {
  display: flex;
  padding: 25px 30px 25px 24px;
  border-radius: 20px;
  transition: all 0.2s ease;
}
.program__routine-card:not(:last-child) {
  margin-bottom: 20px;
}
.pr__card-img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 46px;
}
.pr__card-info {
  width: 500px;
  margin-right: 46px;
}
.pr__card-speaker-text {
  margin-bottom: 24px;
  display: flex;
}
.pr__card-theme_title {
  font-size: 18px;
  line-height: 144%;
}
.pr__card-theme_detail {
  height: 0px;
  padding-top: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.open .pr__card-theme_detail {
  height: max-content;
  padding-top: 8px;
}
.pr__card-theme_detail ul {
  margin-left: 24px;
}
.pr__card-theme_detail ul li {
  position: relative;
}
.pr__card-theme_detail ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: -13px;
  top: 9px;
  background: var(--c-white);
  border-radius: 50%;
}
.pr__card-right {
  width: max-content;
  margin-top: 38px;
}
.pr__card-time {
  display: flex;
  width: 115px;
  font-size: 18px;
  line-height: 133%;
}
.pr__detail_btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
  transform: rotate(180deg);
  border: 1px solid var(--c-green);
  margin-left: auto;
  transition: all 0.2s ease;
  margin-top: 35px;
}
.program__routine-card.card-brake {
  align-items: center;
  padding: 22px 30px 22px 24px;
}
.card-brake .pr__card-right,
.card-brake .pr__detail_btn {
  margin-top: 0;
}
.open .pr__detail_btn {
  transform: rotate(0deg);
}
.pr__card-icon {
  width: 100px;
  margin-right: 46px;
  font-size: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-img__bg4 {
  right: -286px;
  top: 260px;
}
.blog-img__bg3 {
  left: -251px;
  bottom: -229px;
}
/* ----------------who----------------- */
.who {
  padding: 147px 0;
}
.who__subtitle {
  margin-bottom: 54px;
}
.who__cards {
  display: flex;
  margin: 0 -15px;
}
.who__card {
  width: calc((100% - 3 * 30px) / 3);
  margin: 0 15px;
  padding: 0 26px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #b1e3ca;
  border-radius: 20px;
}
.who__card-img {
  width: 193px;
  height: 193px;
}
.who__card-img img {
  object-fit: contain;
}
.who__card-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 100%;
  margin-top: -9px;
}
/* -------------------enrol-now------------------ */
.enrol-now {
  padding: 30px 0;
  position: relative;
  transition: all 0.5s ease;
}
.enrol-now.fixed {
  padding: 10px 0;
}
.enrol-now.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 10;
}
.enrol-now.fixed .exit-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 12px;
  display: none;
}
.enrol-now.fixed .exit-btn span {
  width: 26.62px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #d1d1d1;
  border-radius: 2px;
}
.enrol-now.fixed .exit-btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.enrol-now.fixed .exit-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.enrol-now__container {
  align-items: center;
  justify-content: space-between;
}
.enrol-now__title {
  font-size: 24px;
}
.timer__item {
  margin-right: 40px;
}
.timer__items {
  display: flex;
  font-size: 48px;
}
.timer__item {
  position: relative;
  min-width: 45px;
  text-align: center;
  font-size: 36px;
  line-height: 100%;
}
.timer__item::before {
  content: attr(data-title);
  display: flex;
  position: absolute;
  left: calc(100% + 5px);
  bottom: 0;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  color: var(--c-green);
}
/* -----------------expect------------------ */
.expect {
  padding: 95px 0 92px;
  overflow: hidden;
}
.expect__container {
  position: relative;
  z-index: 1;
}
.expect__subtitle {
  margin-bottom: 52px;
}
.expect__cards {
  display: flex;
  margin: 0 -15px;
}
.expect__card {
  width: calc((100% - 3 * 30px) / 3);
  margin: 0 15px;
  border-radius: 20px 20px 10px 10px;
}
.expect__card-top {
  font-size: 24px;
  line-height: 133%;
  padding: 16px 30px;
  min-height: 96px;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expect__card-bottom {
  padding: 32px 35px 50px;
}
.expect__text {
  font-size: 24px;
  line-height: 133%;
  margin-top: 30px;
}
.expect-now__btn {
  margin: 30px auto 0;
}
.expect-img__bg1 {
  width: 462px;
  height: 462px;
  background: url(../img/icons/dots_460x460.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 129px;
  top: -95px;
  z-index: -1;
}
.expect-img__bg2 {
  width: 130px;
  height: 130px;
  background: url(../img/icons/1.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -185px;
  top: -18px;
  z-index: -1;
}
.expect-img__bg3 {
  width: 345px;
  height: 345px;
  background: url(../img/icons/2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -273px;
  bottom: -244px;
  z-index: -1;
}
.expect-img__bg4 {
  width: 462px;
  height: 462px;
  background: url(../img/icons/dots_460x460.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -221px;
  bottom: -82px;
  z-index: -1;
}
/* ---------------------organizers--------------------- */
.organizers {
  padding: 129px 0 133px;
}
.organizers__container {
  position: relative;
  z-index: 1;
}
.organizers__blocks {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
.organizers__img-block {
  width: calc((100% - 2 * 30px) / 2);
  height: 532px;
  margin: 0 15px;
  position: relative;
}
.organizers__img-block img {
  width: calc((100vw / 2 - 100px));
  height: 100%;
  position: absolute;
  right: 100px;
  top: 0;
  border-radius: 0px 200px 0px 0px;
}
.organizers__info-block {
  width: calc((100% - 2 * 30px) / 2);
  margin: 0 15px;
}
.organizers__title {
  margin-bottom: 62px;
}
.organizers__text {
  margin-bottom: 44px;
}
.organizers__text p:not(:last-child) {
  margin-bottom: 15px;
}
.organizers__povered {
  display: flex;
  align-items: center;
}
.organizers__povered-title {
  font-size: 26px;
  line-height: 92%;
  margin-right: 36px;
}
.organizers__povered-ul {
  display: flex;
}
.organizers__povered-logo img {
  max-width: 100px;
  max-height: 45px;
  object-fit: contain;
  display: flex;
}
.organizers__povered-logo:not(:last-child) {
  margin-right: 40px;
}
.organizers-img__bg1 {
  width: 462px;
  height: 462px;
  background: url(../img/icons/dots_460x460.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 273px;
  top: -111px;
  z-index: -1;
}
.organizers-img__bg2 {
  width: 462px;
  height: 462px;
  background: url(../img/icons/dots_460x460.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -155px;
  bottom: -212px;
  z-index: -1;
}
.organizers-img__bg3 {
  width: 462px;
  height: 462px;
  background: url(../img/icons/dots_460x460.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -363px;
  bottom: -310px;
  z-index: -1;
}
/* ----------------------partners------------------------- */
.partners {
  padding: 0 0 30px;
}
.partners__container {
  position: relative;
  z-index: 1;
}
.partners__title {
  margin-bottom: 27px;
}
.partners__logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  padding: 0 40px;
}
.partners__logo {
  width: calc((100% - 4 * 80px) / 4);
  max-height: 45px;
  margin: 35px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__logo img {
  object-fit: contain;
}
.partners__logo a {
  display: flex;
}
/* -----------------------form-type2-------------------- */
.form-type2 {
  padding: 0 0 122px;
}
.form-type2__box {
  padding: 40px 50px;
  border-radius: 20px;
  display: flex;
}
.ft2__box-left {
  width: calc(100% - 570px - 30px);
  margin-right: 30px;
  padding-right: 65px;
}
.ft2__box-title {
  font-size: 24px;
  line-height: 133%;
}
.ft2__box-subtitle {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
}
.ft2__box-text {
  font-size: 18px;
  margin-bottom: 54px;
}
.ft2__box-right {
  width: 570px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ft2__input {
  width: calc((100% - 30px) / 2);
  height: 60px;
}
.ft2__input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  padding: 0 20px 0 33px;
}
.ft2__textarea {
  width: 100%;
  margin: 20px 0;
  height: 100px;
  resize: none;
}
.ft2__textarea textarea {
  font-size: 16px;
  padding: 28px 20px 28px 33px;
  width: 100%;
  height: 100%;
  resize: none;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
}
.ft2__form-btn {
  width: 100%;
}
.ft2__form-btn input {
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.ft2__form-btn.btn:hover::before {
  transform: scale(120) translate(0, 0);
}
/* ---------------------faq--------------------- */
.faq {
  padding: 110px 0 113px;
  overflow: hidden;
}
.faq__title {
  margin-bottom: 52px;
}
.faq__container {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.faq__box {
  width: 100%;
  padding: 18px 70px 18px 30px;
  position: relative;
  border-radius: 10px;
  transition: all 0.2s ease;
  margin-bottom: 10px;
}
.faq__box.show {
  margin: 13px 0;
}
.question {
  width: 100%;
  font-size: 18px;
  line-height: 133%;
}
.question__answer {
  margin: 0;
  padding: 0 70px 0 22px;
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.show .question__answer {
  height: max-content;
  margin: 14px 0 29px;
}
.question__detail_btn {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--c-green);
  transform: rotate(-180deg);
  position: absolute;
  right: 30px;
  top: 15px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.show .question__detail_btn {
  transform: rotate(0deg);
}
.faq-img__bg1 {
  width: 462px;
  height: 462px;
  background: url(../img/icons/gray_dots_460x460.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -256px;
  top: -311px;
  z-index: -1;
}
.faq-img__bg2 {
  width: 130px;
  height: 130px;
  background: url(../img/icons/1.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -46px;
  bottom: -189px;
  z-index: -1;
}
.faq-img__bg3 {
  width: 261px;
  height: 261px;
  background: url(../img/icons/2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -397px;
  bottom: -77px;
  z-index: -1;
}
.faq-img__bg4 {
  width: 462px;
  height: 462px;
  background: url(../img/icons/dots_460x460.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -320px;
  bottom: -112px;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  /* ----------------fs2----------------- */
  .fs2-img__bg1 {
    left: -282px;
    top: 36px;
  }
  .fs2-img__bg2 {
    left: 391px;
    top: 87px;
  }
  .fs__info-events-top {
    margin-bottom: 24px;
  }
  .fs2__subtitle {
    margin-bottom: 18px;
  }
  .fs2__title {
    margin-bottom: 20px;
  }
  .fs__info-events-bottom {
    margin-bottom: 48px;
    font-size: 16px;
  }
  .fs2-banner {
    left: 87px;
    width: calc(50vw - 87px);
  }
  /* .fs-banner__play-btn {
    left: 58px;
    top: 50%;
    transform: translateY(-50%);
  } */
  .first-screen__block-btns .btn {
    min-width: calc((100% - 26px) / 2);
  }
  .play-btn__green {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  /* ------------------advantages------------------ */
  .advantages {
    padding: 19px 0 16px;
  }
  .advantages__list li:not(:last-child) {
    padding-right: 54px;
  }
  .advantages__list li {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .advantages__number {
    font-size: 31px;
    margin-right: 18px;
  }
  .advantages__text {
    font-size: 16px;
  }
  .advantages__list li:not(:first-child) {
    padding-left: 52px;
  }
  /* ----------------------about---------------------- */
  .about {
    padding: 83px 0 87px;
  }
  .about__container {
    margin: 0 -13px 52px;
  }
  .about-img__bg1 {
    width: 448px;
    height: 403px;
    left: -162px;
    top: -48px;
  }
  .about-img__bg2 {
    width: 403px;
    height: 403px;
    right: -289px;
    top: -15px;
  }
  .about-img__bg3 {
    width: 306px;
    height: 105px;
    left: -233px;
    bottom: -340px;
  }
  .about__left {
    width: calc((100% - 2 * 26px) / 2);
    margin: 0 13px;
  }
  .about__right {
    width: calc((100% - 2 * 26px) / 2);
    margin: 0 13px;
  }
  .about__left-img {
    width: 393px;
    height: 297px;
    margin: 17px 0 0 17px;
    border-radius: 87px 0px;
  }
  .about__left-img::before {
    width: 332px;
    height: 250px;
    left: -17px;
    top: -17px;
    border-radius: 87px 0px;
  }
  .about__left-img img {
    border-radius: 87px 0px;
  }
  .about-title {
    margin-bottom: 44px;
  }
  .about__right-text p:not(:last-child) {
    margin-bottom: 13px;
  }
  .form__title {
    font-size: 21px;
    margin-bottom: 26px;
  }
  .form-type1-step1 {
    margin: 0 -13px 18px;
  }
  .form-input-type1 {
    font-size: 14px;
    width: calc((100% - 3 * 26px) / 3);
    height: 52px;
    padding: 0 30px;
    border-radius: 25px;
    margin: 0 13px;
  }
  .form-type1-btn {
    width: calc((100% - 3 * 26px) / 3);
    margin: 0 13px;
  }
  .form-type1-step2 {
    margin: 15px -13px 0;
  }
  .step2-title {
    font-size: 21px;
    width: calc((100% - 3 * 26px) / 3);
    margin: 0 13px;
    padding-left: 7px;
  }
  .form__input-code.form-input-type1 {
    font-size: 16px;
  }
  /* -------------------speakers------------------ */
  .speakers {
    padding: 105px 0 100px;
  }
  .speakers__subtitle {
    max-width: 761px;
    margin: 26px auto 52px;
  }
  .speakers__cards {
    margin: 0 -13px;
  }
  .speaker__card {
    width: calc((100% - 4 * 26px) / 4);
    margin: 9px 13px;
  }
  .speaker__card-img {
    height: 262px;
    margin-bottom: 26px;
  }
  .speaker__card-left {
    width: calc(100% - 61px - 10px);
  }
  .speaker__card-right-logo {
    width: 61px;
    height: 20px;
  }
  .scid-name {
    margin-bottom: 8px;
  }
  .speaker__card-img__detail {
    padding: 13px 15px;
  }

  /* --------------------program--------------------- */
  .program {
    padding: 95px 0;
  }
  .blog-img__bg3 {
    left: -219px;
    bottom: -200px;
  }
  .blog-img__bg4 {
    right: -250px;
    top: 227px;
  }
  .program__title {
    margin-bottom: 26px;
  }
  .program__time {
    margin-bottom: 48px;
  }
  .program__time-li {
    margin: 0 13px;
    font-size: 16px;
  }
  .program__routine-list {
    width: 850px;
  }
  .program__routine-card:not(:last-child) {
    margin-bottom: 18px;
  }
  .program__routine-card {
    padding: 22px 26px 22px 21px;
  }
  .pr__card-img {
    width: 88px;
    height: 88px;
    margin-right: 40px;
  }
  .pr__card-info {
    width: 436px;
    margin-right: 40px;
  }
  .pr__card-speaker-text {
    margin-bottom: 21px;
  }
  .pr__card-theme_title {
    font-size: 16px;
  }
  .pr__card-theme_detail ul {
    margin-left: 21px;
  }
  .pr__card-right {
    margin-top: 34px;
  }
  .pr__detail_btn {
    margin-top: 30px;
  }
  .program__routine-card.card-brake {
    padding: 19px 26px 19px 21px;
  }
  .pr__card-icon {
    width: 88px;
    margin-right: 40px;
    font-size: 39px;
    height: 39px;
  }
  .pr__card-time {
    width: 105px;
    font-size: 16px;
  }
  .blog-img__bg1 {
    width: 228px;
    height: 92px;
    right: 14px;
    top: -95px;
  }
  .blog-img__bg2 {
    width: 465px;
    height: 465px;
    left: -265px;
    top: -100px;
  }
  /* ------------------who------------------ */
  .who {
    padding: 128px 0;
  }
  .who__subtitle {
    margin-bottom: 47px;
  }
  .who__cards {
    margin: 0 -13px;
  }
  .who__card {
    width: calc((100% - 3 * 26px) / 3);
    margin: 0 13px;
    padding: 0 23px 40px;
  }
  .who__card-img {
    width: 168px;
    height: 168px;
  }
  .who__card-title {
    font-size: 21px;
    margin-bottom: 9px;
    margin-top: -8px;
  }
  /* ---------------------enrol-now--------------------- */
  .enrol-now {
    padding: 26px 0;
  }
  .enrol-now__title {
    font-size: 21px;
  }
  .timer__items {
    font-size: 42px;
  }
  .timer__item {
    min-width: 40px;
    font-size: 32px;
  }
  .timer__item::before {
    left: calc(100% + 4px);
    font-size: 21px;
  }
  /* .enrol-now__btn.btn::before {
    background: var(--c-white);
  }
  .enrol-now__btn.btn:hover {
    color: var(--c-green);
  } */
  /* --------------------expect------------------- */
  .expect {
    padding: 83px 0 80px;
  }
  .expect-img__bg1 {
    width: 403px;
    height: 403px;
    left: 121px;
    top: -83px;
  }
  .expect-img__bg2 {
    width: 114px;
    height: 114px;
    left: -162px;
    top: -16px;
  }
  .expect-img__bg3 {
    width: 301px;
    height: 301px;
    left: -238px;
    bottom: -213px;
  }
  .expect-img__bg4 {
    width: 403px;
    height: 403px;
    right: -192px;
    bottom: -72px;
  }
  .expect__subtitle {
    margin-bottom: 45px;
  }
  .expect__cards {
    margin: 0 -13px;
  }
  .expect__card {
    width: calc((100% - 3 * 26px) / 3);
    margin: 0 13px;
  }
  .expect__card-top {
    font-size: 21px;
    padding: 14px 26px;
    min-height: 84px;
  }
  .expect__card-bottom {
    padding: 28px 30px 44px;
  }
  .expect__text {
    font-size: 21px;
    margin-top: 26px;
  }
  .expect-now__btn {
    margin: 26px auto 0;
  }
  /* -------------------organizers-------------------- */
  .organizers {
    padding: 113px 0 116px;
  }
  .organizers-img__bg1 {
    width: 403px;
    height: 403px;
    left: 238px;
    top: -97px;
  }
  .organizers-img__bg2 {
    width: 403px;
    height: 403px;
    left: -135px;
    bottom: -185px;
  }
  .organizers-img__bg3 {
    width: 403px;
    height: 403px;
    right: -317px;
    bottom: -271px;
  }
  .organizers__blocks {
    margin: 0 -13px;
  }
  .organizers__img-block {
    width: calc((100% - 2 * 26px) / 2);
    height: 464px;
    margin: 0 13px;
  }
  .organizers__img-block img {
    width: calc((100vw / 2 - 87px));
    right: 87px;
    border-radius: 0px 175px 0px 0px;
  }
  .organizers__info-block {
    width: calc((100% - 2 * 26px) / 2);
    margin: 0 13px;
  }
  .organizers__title {
    margin-bottom: 54px;
  }
  .organizers__text {
    margin-bottom: 38px;
  }
  .organizers__text p:not(:last-child) {
    margin-bottom: 13px;
  }
  .organizers__povered-title {
    font-size: 23px;
    margin-right: 30px;
  }
  .organizers__povered-logo:not(:last-child) {
    margin-right: 30px;
  }
  .organizers__povered-logo img {
    max-width: 87px;
    max-height: 39px;
  }
  /* --------------------partners----------------------- */
  .partners {
    padding: 0 0 26px;
  }
  .partners__title {
    margin-bottom: 24px;
  }
  .partners__logos {
    margin: 0 -35px;
    padding: 0 35px;
  }
  .partners__logo {
    width: calc((100% - 4 * 70px) / 4);
    max-height: 39px;
    margin: 30px 35px;
  }
  /* ---------------------form-type2----------------------- */
  .form-type2 {
    padding: 0 0 107px;
  }
  .form-type2__box {
    padding: 35px 44px;
  }
  .ft2__box-left {
    width: calc(100% - 498px - 26px);
    margin-right: 26px;
    padding-right: 57px;
  }
  .ft2__box-right {
    width: 498px;
  }
  .ft2__box-title {
    font-size: 21px;
  }
  .ft2__box-subtitle {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .ft2__box-text {
    font-size: 16px;
    margin-bottom: 47px;
  }
  .ft2__input {
    width: calc((100% - 26px) / 2);
    height: 52px;
  }
  .ft2__textarea {
    margin: 18px 0;
    height: 88px;
  }
  .ft2__textarea textarea {
    font-size: 14px;
    padding: 24px 18px 24px 29px;
  }
  .ft2__input input {
    font-size: 14px;
    padding: 0 18px 0 29px;
  }
  .ft2__form-btn input {
    font-size: 16px;
  }
  /* ----------------------faq---------------------- */
  .faq {
    padding: 96px 0 99px;
  }
  .faq__title {
    margin-bottom: 45px;
  }
  .faq__container {
    max-width: 850px;
  }
  .faq-img__bg1 {
    width: 403px;
    height: 403px;
    left: -224px;
    top: -272px;
  }
  .faq-img__bg2 {
    width: 114px;
    height: 114px;
    left: -40px;
    bottom: -165px;
  }
  .faq-img__bg3 {
    width: 228px;
    height: 228px;
    left: -347px;
    bottom: -67px;
  }
  .faq-img__bg4 {
    width: 403px;
    height: 403px;
    right: -279px;
    bottom: -98px;
  }
  .faq__box {
    padding: 16px 61px 16px 26px;
    margin-bottom: 9px;
  }
  .question {
    font-size: 16px;
  }
  .question__detail_btn {
    font-size: 25px;
    width: 25px;
    height: 25px;
    right: 26px;
    top: 14px;
  }
  .show .question__answer {
    margin: 12px 0 25px;
  }
}
@media screen and (max-width: 1150px) {
  /* ------------------fs2------------------- */
  .fs2-img__bg1 {
    left: -245px;
    top: 31px;
  }
  .fs2-img__bg2 {
    left: 341px;
    top: 76px;
  }
  .fs__info-events-top {
    margin-bottom: 21px;
  }
  .fs2__title {
    margin-bottom: 17px;
  }
  .fs2__subtitle {
    margin-bottom: 16px;
  }
  .fs__info-events-bottom {
    margin-bottom: 42px;
  }
  .first-screen__block-btns .btn {
    min-width: calc((100% - 22px) / 2);
  }
  .fs2-banner {
    left: 30px;
    width: calc(50vw - 30px);
  }
  /* .fs-banner__play-btn {
    left: 46px;
  } */
  .fs__info-events-left {
    margin-right: 30px;
  }
  .fs__info-events-left i {
    font-size: 18px;
  }
  .first-screen__btn2 {
    margin-left: 22px;
  }
  /* ---------------------advantages--------------------- */
  .advantages {
    padding: 17px 0 14px;
  }
  .advantages__list li:not(:last-child) {
    padding-right: 47px;
  }
  .advantages__list li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .advantages__number {
    font-size: 27px;
    margin-right: 16px;
  }
  .advantages__list li:not(:first-child) {
    padding-left: 47px;
  }
  .advantages__text {
    font-size: 14px;
  }
  /* --------------------about----------------------- */
  .about {
    padding: 72px 0 76px;
  }
  .about__container {
    margin: 0 -11px 45px;
  }
  .about-img__bg1 {
    width: 391px;
    height: 352px;
    left: -141px;
    top: -42px;
  }
  .about-img__bg2 {
    width: 352px;
    height: 352px;
    right: -252px;
    top: -13px;
  }
  .about-img__bg3 {
    width: 267px;
    height: 92px;
    left: -203px;
    bottom: -315px;
  }
  .about__left {
    width: calc((100% - 2 * 22px) / 2);
    margin: 0 11px;
  }
  .about__right {
    width: calc((100% - 2 * 22px) / 2);
    margin: 0 11px;
  }
  .about-title {
    margin-bottom: 38px;
  }
  .about__right-text p:not(:last-child) {
    margin-bottom: 11px;
  }
  .about__left-img {
    width: 343px;
    height: 259px;
    margin: 15px 0 0 15px;
    border-radius: 76px 0px;
  }
  .about__left-img img {
    border-radius: 76px 0px;
  }
  .about__left-img::before {
    width: 290px;
    height: 218px;
    left: -15px;
    top: -15px;
    border-radius: 76px 0px;
  }
  .form__title {
    font-size: 18px;
    margin-bottom: 23px;
  }
  .form-input-type1 {
    width: calc((100% - 3 * 22px) / 3);
    height: 50px;
    padding: 0 26px;
    margin: 0 11px;
  }
  .form-type1-btn {
    width: calc((100% - 3 * 22px) / 3);
    margin: 0 11px;
  }
  .form-type1-step2 {
    margin: 15px -11px 0;
  }
  .step2-title {
    font-size: 18px;
    width: calc((100% - 3 * 22px) / 3);
    margin: 0 11px;
    padding-left: 6px;
  }
  .form-type1-step1 {
    margin: 0 -11px 16px;
  }
  .btn {
    height: 50px;
  }
  .form-type1-btn input {
    font-size: 14px;
  }
  /* ------------------speakers-------------------- */
  .speakers {
    padding: 92px 0 87px;
  }
  .speakers__subtitle {
    margin: 23px auto 40px;
  }
  .speakers__cards {
    margin: 0 -11px;
  }
  .speaker__card {
    width: calc((100% - 4 * 23px) / 4);
    margin: 8px 11px;
  }
  .speaker__card-img {
    height: 231px;
    margin-bottom: 23px;
  }
  .speaker__card-left {
    width: 100%;
    margin: 0;
  }
  .circle-left::before {
    background-size: cover;
  }
  .speaker__card-info {
    flex-direction: column;
  }
  .speaker__card-right-logo {
    margin-top: 8px;
  }
  .program__time-li span:nth-child(1) {
    margin-right: 4px;
  }
  .scid__close-btn {
    display: flex;
  }
  /* ---------------------------------- */
  .scid__close-btn {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 101;
  }
  .scid__close-btn span {
    width: 27px;
    height: 2px;
    background: #d1d1d1;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .scid__close-btn span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .scid__close-btn span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .scid__detail-btn {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    left: 16px;
    bottom: 13px;
    z-index: 3;
    display: none;
    align-items: flex-end;
  }
  .speaker__card:hover .scid__detail-btn {
    display: flex;
  }
  .scid__detail-btn i {
    font-size: 7px;
    margin-left: 8px;
    line-height: 18px;
  }
  .speaker__card-img__detail {
    position: fixed;
    bottom: auto;
    width: 100vw;
    height: 100vh;
    padding: 0;
    justify-content: start;
    opacity: 1;
    z-index: 100;
    top: -100vh;
    background: transparent;
  }
  .open .speaker__card-img__detail {
    top: 0;
  }
  .scid__box {
    position: relative;
    z-index: 1;
    background: var(--c-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 64px 30px;
  }
  .scid__box .speaker__card-img {
    display: flex;
    margin-bottom: 16px;
  }
  .scid-name {
    color: var(--c-green);
    font-size: 16px;
    line-height: 24px;
  }
  .scid__box .speaker__card-img::after {
    display: none;
  }
  .scid-info {
    color: var(--c-dark);
  }
  .speaker__card-img__detail::before {
    content: '';
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    z-index: -1;
  }
  .speaker__card-img::after {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(360deg, #0000 0%, rgba(77, 80, 97, 0) 100%);
    background-size: 100% 100%;
    transition: all 0.5s ease;
  }
  .speaker__card:hover .speaker__card-img::after {
    background: linear-gradient(360deg, #000 0%, rgba(77, 80, 97, 0) 100%);
    background-size: 100% 100%;
  }
  /* --------------------program---------------------- */
  .program {
    padding: 83px 0;
  }
  .blog-img__bg1 {
    width: 199px;
    height: 80px;
    right: 13px;
    top: -83px;
  }
  .blog-img__bg2 {
    width: 406px;
    height: 406px;
    left: -231px;
    top: -87px;
  }
  .blog-img__bg3 {
    left: -191px;
    bottom: -175px;
  }
  .blog-img__bg4 {
    right: -218px;
    top: 198px;
  }
  .program__title {
    margin-bottom: 23px;
  }
  .program__time {
    margin-bottom: 42px;
  }
  .program__time-li {
    margin: 0 11px;
  }
  .program__routine-list {
    width: 750px;
  }
  .program__routine-card:not(:last-child) {
    margin-bottom: 16px;
  }
  .program__routine-card {
    padding: 19px 18px 19px 18px;
  }
  .pr__card-img {
    width: 78px;
    height: 78px;
    margin-right: 30px;
  }
  .pr__card-info {
    width: 381px;
    margin-right: 35px;
  }
  .pr__card-speaker-text {
    margin-bottom: 15px;
  }
  .pr__card-theme_title {
    font-size: 14px;
  }
  .pr__card-theme_detail ul {
    margin-left: 18px;
  }
  .pr__card-right {
    margin-top: 30px;
  }
  .pr__detail_btn {
    margin-top: 25px;
  }
  .pr__card-time {
    width: 92px;
    font-size: 14px;
  }
  .pr__card-icon {
    width: 78px;
    margin-right: 30px;
    font-size: 34px;
    height: 34px;
  }
  .program__routine-card.card-brake {
    padding: 19px 18px 19px 18px;
  }
  .pr__card-theme_detail ul li::before {
    left: -11px;
    top: 7px;
  }
  /* ------------------------who---------------------- */
  .who {
    padding: 112px 0;
  }
  .who__subtitle {
    margin-bottom: 40px;
  }
  .who__cards {
    margin: 0 -11px;
  }
  .who__card {
    width: calc((100% - 3 * 22px) / 3);
    margin: 0 11px;
    padding: 0 20px 35px;
  }
  .who__card-img {
    width: 147px;
    height: 147px;
  }
  .who__card-title {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: -7px;
  }
  /* ---------------------enrol-now--------------------- */
  .enrol-now {
    padding: 23px 0;
  }
  .enrol-now__title {
    font-size: 18px;
  }
  .timer__items {
    font-size: 36px;
  }
  .timer__item {
    min-width: 36px;
    font-size: 28px;
    margin-right: 30px;
  }
  .timer__item::before {
    left: calc(100% + 3px);
    font-size: 18px;
  }
  /* -----------------------expect----------------------- */
  .expect {
    padding: 72px 0 70px;
  }
  .expect-img__bg1 {
    width: 352px;
    height: 352px;
    left: 106px;
    top: -72px;
  }
  .expect-img__bg2 {
    width: 100px;
    height: 100px;
    left: -141px;
    top: -14px;
  }
  .expect-img__bg3 {
    width: 263px;
    height: 263px;
    left: -208px;
    bottom: -186px;
  }
  .expect-img__bg4 {
    width: 352px;
    height: 352px;
    right: -168px;
    bottom: -63px;
  }
  .expect__subtitle {
    margin-bottom: 39px;
  }
  .expect__cards {
    margin: 0 -11px;
  }
  .expect__text {
    font-size: 16px;
    margin-top: 23px;
  }
  .expect__card {
    width: calc((100% - 3 * 22px) / 3);
    margin: 0 11px;
  }
  .expect__card-top {
    font-size: 16px;
    padding: 14px 35px;
    min-height: 80px;
  }
  .expect__card-bottom {
    padding: 25px 18px 35px;
  }
  /* -----------------------organizers----------------------- */
  .organizers {
    padding: 99px 0 101px;
  }
  .organizers-img__bg1 {
    width: 352px;
    height: 352px;
    left: 208px;
    top: -85px;
  }
  .organizers-img__bg2 {
    width: 352px;
    height: 352px;
    left: -118px;
    bottom: -162px;
  }
  .organizers-img__bg3 {
    width: 352px;
    height: 352px;
    right: -277px;
    bottom: -242px;
  }
  .organizers__blocks {
    margin: 0 -11px;
  }
  .organizers__img-block {
    width: calc((100% - 2 * 22px) / 2);
    height: 405px;
    margin: 0 11px;
  }
  .organizers__info-block {
    width: calc((100% - 2 * 22px) / 2);
    margin: 0 11px;
  }
  .organizers__title {
    margin-bottom: 47px;
  }
  .organizers__text {
    margin-bottom: 33px;
  }
  .organizers__text p:not(:last-child) {
    margin-bottom: 11px;
  }
  .organizers__povered-title {
    font-size: 20px;
  }
  .organizers__povered-logo:not(:last-child) {
    margin-right: 26px;
  }
  .organizers__povered-logo img {
    max-width: 76px;
    max-height: 35px;
  }
  .organizers__img-block img {
    width: calc((100vw / 2 - 76px));
    right: 76px;
    border-radius: 0px 153px 0px 0px;
  }
  /* ---------------------partners------------------- */
  .partners {
    padding: 0 0 23px;
  }
  .partners__title {
    margin-bottom: 21px;
  }
  .partners__logos {
    margin: 0 -30px;
    padding: 0 30px;
  }
  .partners__logo {
    width: calc((100% - 4 * 60px) / 4);
    max-height: 34px;
    margin: 26px 30px;
  }
  /* -----------------------form-type2------------------------ */
  .form-type2 {
    padding: 0 0 93px;
  }
  .form-type2__box {
    padding: 30px 38px;
  }
  .ft2__box-left {
    width: calc(100% - 432px - 22px);
    margin-right: 22px;
    padding-right: 0;
  }
  .ft2__box-right {
    width: 432px;
  }
  .ft2__input input {
    padding: 0 18px 0 26px;
  }
  .ft2__input {
    width: calc((100% - 22px) / 2);
    height: 50px;
  }
  .ft2__textarea {
    margin: 10px 0;
    height: 96px;
  }
  .ft2__textarea textarea {
    padding: 21px 18px 21px 26px;
  }
  .ft2__box-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ft2__box-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .ft2__box-text {
    margin-bottom: 40px;
  }
  /* ----------------------faq-------------------- */
  .faq {
    padding: 83px 0 86px;
  }
  .faq__title {
    margin-bottom: 39px;
  }
  .faq__container {
    max-width: 750px;
  }
  .faq-img__bg1 {
    width: 352px;
    height: 352px;
    left: -195px;
    top: -237px;
  }
  .faq-img__bg2 {
    width: 100px;
    height: 100px;
    left: -35px;
    bottom: -144px;
  }
  .faq__box {
    padding: 13px 52px 13px 17px;
    margin-bottom: 8px;
  }
  .question__detail_btn {
    right: 16px;
    top: 12px;
  }
  .show .question__answer {
    margin: 16px 0 19px;
  }
  .question {
    font-size: 14px;
  }
  .faq-img__bg3 {
    width: 199px;
    height: 199px;
    left: -303px;
    bottom: -58px;
  }
  .faq-img__bg4 {
    width: 352px;
    height: 352px;
    right: -244px;
    bottom: -86px;
  }
  .faq__box.show {
    margin: 8px 0;
  }
  .question__answer {
    padding: 0 70px 0 17px;
  }
}
@media screen and (max-width: 970px) {
  /* -----------------------fs2------------------ */
  .fs2-img__bg1 {
    left: -214px;
    top: 27px;
  }
  .fs2-img__bg2 {
    left: 298px;
    top: 66px;
  }
  .fs__info-events-top {
    margin-bottom: 18px;
  }
  .fs__info-events-left {
    margin-right: 20px;
  }
  .fs__info-events-left i {
    font-size: 16px;
  }
  .fs2__title {
    margin-bottom: 8px;
  }
  .fs__info-events-bottom {
    margin-bottom: 16px;
  }
  .fs2-banner {
    left: 0;
    width: 50vw;
  }
  .fs-banner__play-btn {
    /* left: 15px; */
    width: 50px;
    height: 50px;
  }
  .fs__info-events-bottom {
    font-size: 14px;
  }
  .fs__info-event-date {
    margin-right: 30px;
  }
  .fs-events-type {
    font-size: 13px;
  }
  .first-screen__right {
    height: 360px;
  }
  /* ---------------------advantages---------------------- */
  .advantages {
    padding: 15px 0 14px;
  }
  .advantages__list li:not(:last-child) {
    padding-right: 29px;
  }
  .advantages__list li:not(:first-child) {
    padding-left: 29px;
  }
  .advantages__number {
    font-size: 23px;
    margin-right: 14px;
  }
  .advantages__list li {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .advantages__text {
    font-size: 12px;
  }
  /* ---------------------about----------------------- */
  .about {
    padding: 63px 0 66px;
  }
  .about__container {
    margin: 0 -11px 39px;
  }
  .about-img__bg1 {
    width: 341px;
    height: 307px;
    left: -123px;
    top: -37px;
  }
  .about-img__bg2 {
    width: 307px;
    height: 307px;
    right: -219px;
    top: -11px;
  }
  .about-img__bg3 {
    width: 233px;
    height: 80px;
    left: -177px;
    bottom: -298px;
  }
  .about__left-img {
    width: 300px;
    height: 236px;
    margin: 14px 0 0 14px;
    border-radius: 70px 0px;
  }
  .about__left-img::before {
    width: 264px;
    height: 199px;
    left: -14px;
    top: -14px;
    border-radius: 70px 0px;
  }
  .about-title {
    margin-bottom: 24px;
  }
  /* ------------------form__title-------------------- */
  .form__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .step2-title {
    font-size: 16px;
  }
  /* ---------------------speakers-------------------- */
  .speakers {
    padding: 80px 0 76px;
  }
  .speakers__subtitle {
    margin: 20px auto 30px;
  }
  .speakers__cards {
    margin: 0 -8px;
  }
  .speaker__card {
    width: calc((100% - 4 * 16px) / 4);
    margin: 8px 8px;
  }
  .speaker__card-img {
    height: 209px;
    margin-bottom: 8px;
  }
  .speaker__card-left {
    font-size: 12px;
    line-height: 18px;
  }
  .circle-right::before {
    background-size: cover;
  }
  /* -----------------------program---------------------- */
  .program {
    padding: 72px 0;
  }
  .blog-img__bg2 {
    width: 354px;
    height: 354px;
    left: -202px;
    top: -76px;
  }
  .blog-img__bg3 {
    left: -167px;
    bottom: -152px;
  }
  .blog-img__bg4 {
    right: -190px;
    top: 172px;
  }
  .program__title {
    margin-bottom: 20px;
  }
  .program__time {
    margin-bottom: 30px;
  }
  /* ----------------------who------------------------- */
  .who {
    padding: 98px 0;
  }
  .who__subtitle {
    margin-bottom: 30px;
  }
  .who__cards {
    margin: 0 -8px;
  }
  .who__card {
    width: calc((100% - 3 * 16px) / 3);
    margin: 0 8px;
    padding: 0 11px 25px;
  }
  .who__card-title {
    margin-top: -9px;
  }
  .who__card-text {
    line-height: 143%;
  }
  /* ----------------------enrol-now------------------------ */
  .enrol-now {
    padding: 20px 0;
  }
  .enrol-now__title {
    font-size: 16px;
  }
  .timer__item {
    min-width: 32px;
    font-size: 25px;
    margin-right: 26px;
  }
  .timer__item::before {
    left: calc(100% + 2px);
    font-size: 16px;
  }
  .enrol-now__btn {
    min-width: 200px;
  }
  /* ----------------------expect-------------------- */
  .expect__subtitle {
    margin-bottom: 30px;
  }
  .expect-img__bg4 {
    width: 307px;
    height: 307px;
    right: -146px;
    bottom: -55px;
  }
  .expect-img__bg1 {
    width: 307px;
    height: 307px;
    left: 93px;
    top: -63px;
  }
  .expect-img__bg2 {
    width: 87px;
    height: 87px;
    left: -123px;
    top: -12px;
  }
  .expect-img__bg3 {
    width: 230px;
    height: 230px;
    left: -182px;
    bottom: -162px;
  }
  .expect__cards {
    margin: 0 -8px;
  }
  .expect__card {
    width: calc((100% - 3 * 16px) / 3);
    margin: 0 8px;
  }
  /* ---------------------organizers--------------------- */
  .organizers {
    padding: 86px 0 88px;
  }
  .organizers-img__bg1 {
    width: 307px;
    height: 307px;
    left: 181px;
    top: -74px;
  }
  .organizers-img__bg2 {
    width: 307px;
    height: 307px;
    left: -103px;
    bottom: -141px;
  }
  .organizers-img__bg3 {
    width: 307px;
    height: 307px;
    right: -241px;
    bottom: -211px;
  }
  .organizers__title {
    margin-bottom: 30px;
  }
  .organizers__text {
    margin-bottom: 26px;
  }
  .organizers__povered-title {
    font-size: 16px;
    margin-right: 25px;
  }
  .organizers__img-block {
    height: 356px;
  }
  .organizers__img-block img {
    width: calc((100vw / 2 - 30px));
    right: 30px;
    border-radius: 0px 120px 0px 0px;
  }
  /* -------------------partners-------------------- */
  .partners {
    padding: 0 0 20px;
  }
  .partners__title {
    margin-bottom: 18px;
  }
  .partners__logos {
    margin: 0 -26px;
    padding: 0 26px;
  }
  .partners__logo {
    width: calc((100% - 4 * 52px) / 4);
    max-height: 30px;
    margin: 22px 26px;
  }
  /* ---------------------form-type2---------------------- */
  .form-type2__box {
    padding: 26px 33px;
  }
  .ft2__box-left {
    width: calc(100% - 377px - 22px);
  }
  .ft2__box-right {
    width: 377px;
  }
  .ft2__input {
    width: calc((100% - 8px) / 2);
  }
  .ft2__input input {
    padding: 0 18px 0 23px;
  }
  .ft2__textarea textarea {
    padding: 18px 18px 18px 23px;
  }
  .ft2__form-btn input {
    font-size: 14px;
  }
  /* ----------------------faq------------------------ */
  .faq {
    padding: 72px 0 75px;
  }
  .faq__title {
    margin-bottom: 34px;
  }
  .faq-img__bg1 {
    width: 307px;
    height: 307px;
    left: -170px;
    top: -207px;
  }
  .faq-img__bg2 {
    width: 87px;
    height: 87px;
    left: -31px;
    bottom: -126px;
  }
  .faq-img__bg3 {
    width: 173px;
    height: 173px;
    left: -148px;
    bottom: -168px;
  }
  .faq-img__bg4 {
    width: 307px;
    height: 307px;
    right: -213px;
    bottom: -75px;
  }
}
@media screen and (max-width: 850px) {
  /* -------------------fs2-------------------- */
  .first-screen__container {
    padding: 69px 0 0;
  }
  .fs-banner {
    background: transparent;
  }
  .first-screen__block-btns .btn {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
  }
  .fs2__subtitle {
    line-height: 22px;
  }
  .fs2-img__bg1 {
    left: -171px;
    top: 156px;
  }
  .fs2-img__bg2 {
    left: auto;
    top: 33px;
    right: -147px;
  }
  .fs__info-events-top {
    margin-bottom: 5px;
  }
  .fs__info-events-left i {
    font-size: 15px;
    margin-right: 8px;
  }
  .fs2__title {
    line-height: 36px;
  }
  .fs-events-type {
    font-size: 12px;
    line-height: 24px;
  }
  .fs__info-events-left {
    margin-right: 16px;
  }
  .fs__info-events-bottom {
    line-height: 24px;
  }
  .fs__info-event-date {
    margin-right: 16px;
  }
  .first-screen__right {
    height: max-content;
  }
  .fs2-banner {
    left: 0;
    width: calc(100% + 16px);
    min-height: 304px;
  }
  .fs-banner__play-btn {
    left: calc(50% - 8px);
    transform: translate(-50%, -50%);
  }
  .fs__info-events-right {
    font-size: 12px;
    line-height: 24px;
  }
  .first-screen__block-btns {
    margin-bottom: 24px;
  }
  .fs-banner.fs2-banner img {
    display: flex;
    object-position: center;
  }
  /* ------------------advantages-------------------- */
  .advantages {
    padding: 34px 0 33px;
    background: var(--c-white);
    color: var(--c-dark);
  }
  .advantages__list li {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .advantages__number {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 8px;
    line-height: 24px;
    color: var(--c-green);
  }
  .advantages__list li:not(:last-child) {
    padding-right: 4%;
  }
  .advantages__list li:not(:first-child) {
    padding-left: 4%;
  }
  .advantages__text {
    line-height: 18px;
  }
  .advantages__list {
    justify-content: center;
  }
  .advantages__list li:nth-child(2) {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
  }
  /* ------------------about---------------------- */
  .about {
    padding: 64px 0;
  }
  .about-img__bg1 {
    display: none;
  }
  .about-img__bg2 {
    display: none;
  }
  .about-img__bg3 {
    display: none;
  }
  .about__container {
    margin: 0 0 24px;
    flex-direction: column-reverse;
  }
  .about-title {
    text-align: center;
  }
  .about__left-img {
    width: calc(100% - 14px);
    height: 50vw;
    min-height: 236px;
  }
  .about__left-img::before {
    width: 84%;
    height: 84%;
  }
  .form__title {
    margin: 0 auto 16px;
    line-height: 22px;
    max-width: 95%;
  }
  .step2-title {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    margin: 0 0 16px;
    text-align: center;
  }
  .about__left {
    width: 100%;
  }
  .about__right {
    width: 100%;
    margin: 0 0 24px;
  }
  .about__right-text p:not(:last-child) {
    margin-bottom: 10px;
  }
  .form-type1-step1 {
    margin: 0 0 24px;
    flex-direction: column;
  }
  .form-input-type1 {
    width: 100%;
    margin: 0 0 8px;
    font-size: 12px;
  }
  .form-type1-btn {
    width: max-content;
    margin: 8px auto 0;
    min-width: 242px;
  }
  .form-type1-step2 {
    margin: 24px 0 0;
    flex-direction: column;
    position: relative;
  }
  .form__input-code.form-input-type1 {
    font-size: 12px;
    margin: 0;
    padding-right: 165px;
  }
  .about__right-text {
    line-height: 20px;
  }
  .form-type1__box {
    max-width: 500px;
    margin: 0 auto;
  }
  .step2-title span {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .form-type1-step2 .form-type1-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 156px;
  }
  /* ------------------speakers------------------- */
  .speakers {
    padding: 64px 0;
  }
  .speaker__card {
    width: calc((100% - 3 * 16px) / 3);
  }
  .speaker__card-img {
    height: 34vw;
  }
  .speakers__subtitle {
    margin: 8px auto 24px;
  }

  /* -----------------program---------------- */
  .program {
    padding: 64px 0;
  }
  .program__title {
    margin-bottom: 8px;
  }
  .program__routine-list {
    width: 100%;
  }
  .blog-img__bg1 {
    display: none;
  }
  .program__time-li {
    margin: 0 8px;
  }
  .program__routine-card {
    padding: 16px 12px 54px 12px;
    position: relative;
  }
  .pr__card-info {
    width: 100%;
    margin-right: 0;
    padding-top: 33px;
  }
  .pr__card-img {
    width: 70px;
    height: 70px;
    margin-right: 16px;
    position: absolute;
    left: 12px;
    top: 16px;
  }
  .pr__card-speaker-text {
    margin-bottom: 8px;
    margin-left: 86px;
    font-size: 12px;
    line-height: 18px;
  }
  .pr__card-right {
    margin-top: 0;
    position: absolute;
    left: 98px;
    top: 16px;
  }
  .pr__card-theme_detail ul {
    margin-left: 20px;
  }
  .pr__card-theme_detail ul li::before {
    top: 4px;
    width: 3px;
    height: 3px;
  }
  .pr__card-icon {
    width: 70px;
    margin-right: 16px;
    font-size: 35px;
    height: 35px;
  }
  .pr__card-time {
    line-height: 24px;
  }
  .blog-img__bg2 {
    display: none;
  }
  .blog-img__bg3 {
    display: none;
  }
  .blog-img__bg4 {
    display: none;
  }
  .pr__detail_btn {
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin: 0;
    transform: translateX(-50%) rotate(180deg);
  }
  .open .pr__detail_btn {
    transform: translateX(-50%) rotate(0deg);
  }
  .program__time-li span:nth-child(1) {
    margin-right: 4px;
  }
  .pr__card-speaker-name {
    margin-left: 86px;
  }
  .card-brake .pr__card-info {
    padding-top: 30px;
  }
  .pr__card-theme_detail {
    font-size: 12px;
    line-height: 18px;
  }
  /* -------------------who------------------ */
  .who {
    padding: 66px 0 29px;
  }
  .who__card-title {
    font-size: 16px;
    line-height: 24px;
  }
  .who__cards {
    margin: 0;
    flex-direction: column;
  }
  .who__card {
    width: 100%;
    margin: 8px 0;
    padding: 0 28px 54px;
  }
  .who__subtitle {
    margin-bottom: 24px;
  }
  .who__card-img {
    width: 150px;
    height: 150px;
  }
  /* -------------------enrol-now-------------------- */
  .enrol-now {
    padding: 33px 0;
  }
  .enrol-now__title {
    line-height: 24px;
    margin-bottom: 8px;
  }
  .timer__item {
    font-size: 24px;
  }
  .enrol-now__btn {
    min-width: 242px;
  }
  .enrol-now__container {
    justify-content: center;
    flex-direction: column;
  }
  .enrol-now__btn {
    margin-top: 16px;
  }
  /* ----------------------expect---------------------- */
  .expect {
    padding: 64px 0 63px;
  }
  .expect__card-top {
    padding: 18px 52px;
    line-height: 22px;
  }
  .expect__card-bottom {
    padding: 38px 19px 44px;
    line-height: 20px;
  }
  .expect-img__bg1 {
    display: none;
  }
  .expect-img__bg2 {
    display: none;
  }
  .expect-img__bg3 {
    display: none;
  }
  .expect-img__bg4 {
    display: none;
  }
  .expect__cards {
    margin: 0;
    flex-direction: column;
  }
  .expect__card {
    width: 100%;
    margin: 8px 0;
  }
  .expect__subtitle {
    margin-bottom: 24px;
  }
  .expect-now__btn {
    margin: 16px auto 0;
  }
  /* -----------------------organizers------------------- */
  .organizers {
    padding: 64px 0;
    overflow: hidden;
  }
  .organizers-img__bg3 {
    display: none;
  }
  .organizers__title {
    margin-bottom: 24px;
    text-align: center;
  }
  .organizers__text {
    margin-bottom: 16px;
  }
  .organizers__povered-title {
    margin-right: 0;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .organizers__img-block {
    min-height: 288px;
    height: 44vw;
  }
  .organizers__img-block img {
    width: 100%;
    right: 0;
    position: relative;
  }
  .organizers__blocks {
    margin: 0;
    flex-direction: column-reverse;
  }
  .organizers__img-block {
    width: 100%;
    margin: 0;
  }
  .organizers__info-block {
    width: 100%;
    margin: 0 0 21px;
  }
  .organizers__povered-logo:not(:last-child) {
    margin-right: 0;
  }
  .organizers__povered {
    align-items: flex-start;
    flex-direction: column;
  }
  .organizers__povered-ul {
    justify-content: space-between;
    width: 100%;
  }
  .organizers-img__bg1 {
    left: auto;
    top: -171px;
    right: -115px;
  }
  .organizers-img__bg2 {
    left: -182px;
    bottom: auto;
    top: -89px;
  }
  /* ---------------------------ft2------------------------- */
  .form-type2__box {
    padding: 32px 16px 93px;
    margin: 0 -16px;
    border-radius: 0;
    flex-direction: column;
    position: relative;
  }
  .ft2__box-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .ft2__box-right {
    width: 100%;
  }
  .ft2__input {
    width: 100%;
    margin-bottom: 8px;
  }
  .ft2__input input {
    font-size: 12px;
    border: none;
  }
  .ft2__textarea textarea {
    padding: 14px 22px;
    font-size: 12px;
    border: none;
  }
  .form-type2 {
    padding: 0;
  }
  .ft2__box-text {
    margin-bottom: 0;
  }
  .ft2__textarea {
    margin: 0 0 16px;
    height: 120px;
  }
  .ft2__box-left .checkbox-container {
    position: absolute;
    bottom: 32px;
    width: calc(100% - 2 * 16px);
    left: 16px;
  }
  .ft2__form-btn {
    width: 242px;
    margin: 0 auto;
  }
  .checkbox-custom-label {
    font-size: 12px;
  }
  /* -----------------------faq----------------------- */
  .faq {
    padding: 63px 0 64px;
  }
  .faq__title {
    margin-bottom: 32px;
  }
  .faq-img__bg4 {
    width: 250px;
    height: 250px;
    right: -151px;
    bottom: auto;
    top: -94px;
  }
  .faq-img__bg1 {
    width: 250px;
    height: 250px;
    left: -152px;
    top: -167px;
    background: url(../img/icons/dots_460x460.svg) no-repeat center;
    background-size: contain;
  }
  .faq-img__bg3 {
    width: 125px;
    height: 125px;
    left: -50px;
    bottom: -144px;
  }
  .faq-img__bg2 {
    width: 50px;
    height: 50px;
    left: 36px;
    bottom: -82px;
  }
  .question {
    line-height: 25px;
  }
  .question__answer {
    padding: 0 0px 0 18px;
    font-size: 12px;
  }
  .faq__box {
    padding: 13px 55px 13px 17px;
  }
  .question__detail_btn {
    top: 13px;
  }
}
@media screen and (max-width: 660px) {
  /* -------------------speaker__card------------------ */
  .speaker__card {
    width: calc((100% - 2 * 16px) / 2);
  }
  .speaker__card-img {
    height: 48vw;
  }
  .speakers__cards-more_btn {
    display: flex;
    margin: 32px auto 0;
  }
  /* ----------------partners__logos--------------- */
  .partners__logos {
    margin: 0px -11px;
    padding: 0 3px;
  }
  .partners__logo {
    width: calc((100% - 3 * 26px) / 3);
    margin: 13px;
  }
}
