/************************************ Корпоративное обучение /academy/corporate-training/ ************************************/
.cx_banner.ct_banner {
  padding: 120px 0 76px 0;
  background-color: #7e5ac8;
  background-image: url(/academy/corporate-training/img/corporate-training-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.ct_banner.ct_banner h1 {
  font-family: "Aeroport";
  font-style: normal;
  font-weight: 700;
  font-size: 85px !important;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 33px;
  width: 60%;
}
.ct_banner.ct_banner .cx_banner__info .cx_banner__title {
  font-family: "Aeroport";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 26px;
  width: 39%;
}

.cx_banner.ct_banner .cx_banner__subtitle {
  font-family: "Aeroport";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 16px;
}
.ct_areas {
  padding: 70px 0;
}
.ct_areas .ct_areas__block {
  margin: 50px 0;
}
.ct_areas h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  color: #53565b;
}
.ct_areas .ct_areas_text {
  width: 80%;
}
.ct_areas .ct_areas_text p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #53565b;
}
.ct_areas .ct_areas__item {
  background: #7e5ac8;
  border-radius: 200px;
  position: relative;
  padding: 30px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.ct_areas .ct_areas__item:hover {
  box-shadow: 0px 0px 20px #7e5ac8;
  cursor: pointer;
}
.ct_areas .ct_areas__popup {
  display: none;
}
/*
.ct_areas .ct_areas__popup {
  display: none;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  border-radius: 200px;
  padding: 10px 40px;
}

.ct_areas .ct_areas__item:hover .ct_areas__popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  top: 0;
  left: 0;
  bottom: 80px;
  right: 0;
  position: absolute;
  z-index: -1;
  background: #7e5ac8;
  z-index: 1;
  height: 100%;
}
*/
.ct_areas .ct_areas__image {
  width: 100px;
}

.ct_areas .ct_areas__text {
  font-family: "Aeroport";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.1;
  color: #ffffff;
  width: calc(100% - 130px);
}

.ct_areas .row_result {
  row-gap: 30px;
}
.ct_areas_text__but {
  text-align: center;
  margin-top: 30px;
}
.ct_areas_text__but a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #ffffff !important;
  padding: 21px 23px;
  display: inline-block;
  background: #9866d0;
  box-shadow:
    11px 13px 7px rgba(0, 0, 0, 0.01),
    6px 7px 6px rgba(0, 0, 0, 0.05),
    3px 3px 4px rgba(0, 0, 0, 0.09),
    1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 34.5px;
}
.ct_areas_text__but a:hover {
  box-shadow: 0px 0px 20px #7e5ac8;
  cursor: pointer;
}
.minikc_feedback.ct_feedback {
  padding: 70px 0;
}
.minikc_feedback.ct_feedback h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  color: #53565b;
}
.cx_experts.ct_experts {
  background: linear-gradient(360deg, #7e5ac8 0%, #7e5ac8 14.42%, #4a2793 100%);
}
.cx_experts.ct_experts h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  color: #ffffff;
}
.ct_courses {
  position: relative;
  background-color: #7e5ac8;
  padding: 70px 0 150px 0;
}
.ct_courses .ct_courses__block {
  background: #9866d0;
  border-radius: 50px;
  padding: 65px;
}
.ct_courses .ct_courses__title {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 23px;
  text-align: center;
}
.ct_courses .ct_courses__text {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ct_courses .ct_courses__btn {
  text-align: center;
  position: relative;
  bottom: -93px;
}
.ct_courses .ct_courses__btn a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #9866d0;
  display: inline-block;
  padding: 21px 23px;
  background: #ffffff;
  box-shadow:
    11px 13px 7px rgba(0, 0, 0, 0.01),
    6px 7px 6px rgba(0, 0, 0, 0.05),
    3px 3px 4px rgba(0, 0, 0, 0.09),
    1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 34.5px;
}
.ct_courses .ct_courses__btn a:hover {
  cursor: pointer;
  box-shadow:
    11px 13px 7px rgb(0 0 0 / 15%),
    6px 7px 6px rgba(0, 0, 0, 0.05),
    3px 3px 4px rgba(0, 0, 0, 0.09),
    1px 1px 2px rgba(0, 0, 0, 0.1);
}
.ct_courses .ct_courses__img {
  position: absolute;
}
.ct_courses .ct_courses__img.ct_courses__img_left {
  left: -130px;
  bottom: -153px;
}
.ct_courses .ct_courses__img.ct_courses__img_right {
  right: -130px;
  bottom: -153px;
}
.ct_accordeon .accordion-body ul {
  list-style: disc;
  padding-left: 38px;
}

.ct_btn {
  text-align: center;
  margin-top: 30px;
}
.ct_btn a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #9866d0;
  display: inline-block;
  padding: 21px 23px;
  background: #ffffff;
  box-shadow:
    11px 13px 7px rgba(0, 0, 0, 0.01),
    6px 7px 6px rgba(0, 0, 0, 0.05),
    3px 3px 4px rgba(0, 0, 0, 0.09),
    1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 34.5px;
}
.ct_btn a:hover {
  cursor: pointer;
  box-shadow:
    11px 13px 7px rgb(0 0 0 / 15%),
    6px 7px 6px rgba(0, 0, 0, 0.05),
    3px 3px 4px rgba(0, 0, 0, 0.09),
    1px 1px 2px rgba(0, 0, 0, 0.1);
}
.cx_banner__btn_white {
  color: #9866d0 !important;
}
.ct__form {
  background-color: #7e5ac8;
  padding: 70px 0;
}
#AcademyCxMiniForm .cx__block_form {
  position: relative;
}
.ct_form_img__right {
  position: absolute;
  right: -35px;
  bottom: 90px;
}
.ct_form_img__left {
  position: absolute;
  left: -65px;
  top: 58px;
}
.ct_areas_popup .close {
  display: inline-block;
  background-image: url(/academy/corporate-training/img/close-2.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  opacity: 1;
}
.ct_areas_popup .ct_areas_popup__title {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.1;
  color: #53565b;
  margin-bottom: 20px;
}
.ct_areas_popup .ct_areas_popup__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #53565b;
}
.ct_areas_popup .modal-header {
  border-bottom: none;
}
/************************************ end Корпоративное обучение /academy/corporate-training/ ************************************/

@media (max-width: 768px) {
  .ct_areas h2 {
    font-size: 35px;
  }
  .ct_areas .ct_areas__item {
    border-radius: 50px;
    padding: 20px 20px;
    gap: 20px;
  }
  .ct_areas .ct_areas__text {
    font-size: 18px;
    width: calc(100% - 120px);
  }
  .ct_areas .ct_areas__image {
    width: 70px;
  }
  .ct_areas .row_result {
    row-gap: 20px;
  }
  .ct_areas .ct_areas__popup {
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 20px;
  }
  .ct_areas .ct_areas_text {
    width: 100%;
  }
  .ct_areas .ct_areas_text p {
    font-size: 18px;
  }
  .ct_areas .ct_areas__block {
    margin: 30px 0;
  }
  .ct_courses .ct_courses__text {
    font-size: 20px;
    width: 100%;
  }
  .ct_courses .ct_courses__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .ct_courses .ct_courses__block {
    padding: 35px;
  }
  .ct_courses .ct_courses__btn {
    bottom: auto;
    margin-top: 20px;
  }
  .ct_courses .ct_courses__btn a {
    font-size: 18px;
    padding: 15px 15px;
    width: 100%;
  }
  .ct_courses .ct_courses__img.ct_courses__img_right {
    display: none;
  }
  .ct_courses .ct_courses__img.ct_courses__img_left {
    left: 0;
    bottom: -210px;
  }
  .ct_form_img__right {
    display: none;
  }
  .ct_form_img__left {
    display: none;
  }
  .ag-countrymask.iti {
    width: 100%;
  }
  .ct_btn a {
    font-size: 18px;
    padding: 15px 15px;
    width: 100%;
  }
  #AcademyFaq .accordion-button {
    font-size: 18px !important;
  }
  #AcademyFaq h2 {
    font-size: 25px !important;
    margin-bottom: 30px !important;
  }
  .minikc_feedback.ct_feedback h2 {
    font-size: 35px;
  }
  .cx_experts .cx_experts__top {
    margin-bottom: 20px !important;
  }
  .cx_experts.ct_experts h2 {
    font-size: 35px !important;
  }
  .cx_about .cx_about__title {
    font-size: 35px !important;
  }
  .ct_banner.ct_banner h1 {
    font-size: 45px !important;
    margin-bottom: 20px;
    width: 100%;
  }
  .cx_banner.ct_banner .cx_banner__subtitle {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .ct_banner.ct_banner .cx_banner__info .cx_banner__title {
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .cx_banner.ct_banner {
    padding: 50px 0 50px 0;
    background-position: 20% 76%;
    background-blend-mode: soft-light;
  }
}
