.container {
  padding: 0;
}

@media screen and (max-width: 1330px) {
  .container {
    padding: 0 15px;
  }
}
.landBanner {
  background: url(/wp-content/uploads/2025/03/banner-bg.webp) 0% 0% / cover
    no-repeat #eb6b46;
  padding: 50px 40px;
}

.landBanner__inner {
  align-items: center;
}

.landBanner__title {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 1;
}

.landBanner .title {
  font-size: 26px;
  line-height: 130%;
  font-weight: 500;
  margin-top: 16px;
}

.landBanner__list {
  gap: 20px;
}

.landBanner__list li::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2025/03/tick.svg) no-repeat;
}

.landBanner__list li {
  font-weight: 500;
  padding-left: 40px;
}

.landBanner__right {
  padding: 24px;
  background: #ffffff66;
  backdrop-filter: blur(16px);
  border-radius: 16px;
}

.landBanner__aboveform {
  background: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2e2e31;
  text-align: center;
  line-height: 130%;
}

.landBanner__right .btn {
  min-height: 48px;
  height: auto;
  background: #635fca;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 150%;
}

.landBanner__right .free-form-row-check .checkbox-label {
  color: #7c7c7c;
}

.landBanner__right .free-form-row-check .checkbox > a {
  background: #fff;
  border: 1px solid #fff;
}

.landBanner__right .free-form-row-check .checkbox-label a {
  color: inherit;
  border-bottom: 1px solid #7c7c7c;
}

.landBanner__right .free-form-row-check {
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .landBanner__img {
    bottom: 340px;
    left: auto;
    right: 48px;
    width: 300px;
    transform: none;
  }
  .landBanner__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 600px) {
  .landBanner__img {
    display: block;
    width: 174px;
    bottom: 320px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .landBanner__subtitle {
    font-size: 22px;
  }
  .landBanner__title {
    font-size: 24px;
  }
  .landBanner {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 450px) {
  .landBanner__right {
    padding: 10px;
  }
  .landBanner__img {
    bottom: 290px;
  }
}


.landStat {
  display: flex;
  align-items: center;
  gap: 0;
  background: transparent;
}

.landStat__item {
  width: 25%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #c4e5fa;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
  background: #f6f9fc;
}

.landStat__item-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.landStat__item-text {
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}

.landStat-wrapper {
  margin-top: 50px;
}

@media screen and (max-width: 1000px) {
  .landStat__item {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .landStat-wrapper {
    margin-top: 25px;
  }
  .landStat {
    padding: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .landStat__item-title {
    font-size: 28px;
  }
  .landStat__item-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .landStat {
    justify-content: center;
  }
  .landStat__item {
    width: 300px;
    max-width: 100%;
  }
}

.beginProgram {
  padding: 50px 0 !important;
}

.beginProgram__item-list {
  padding: 0;
  background: transparent;
}

.beginProgram__item-card {
  background: #f6f9fc;
}

.beginProgram__item-title {
  color: #2e2e31;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.btn-begin {
  width: 100%;
  height: 48px;
  background: #635fca;
  border: 1px solid #635fca;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .beginProgram {
    padding: 25px 0 !important;
  }
}

.give__left {
  background: #6b92f6;
}

.give__right {
  background: #eb6c48;
}

.give__item-title {
  color: #fff;
}

.give__item-text {
  color: #fff;
}

.give__item-text span {
  color: inherit;
  font-weight: 700;
  font-style: normal;
}

.give__item-list li {
  color: #fff;
}

.give__item-list li::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff url(/wp-content/uploads/2025/03/Check.svg) no-repeat
    center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.steps {
  padding: 50px 0;
}

.steps__list {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.steps__item {
  background: #f6f9fc;
  border-radius: 24px;
  padding: 24px 24px 32px 32px;
  width: calc(33% - 13px);
}

.steps__item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.steps__item-num {
  padding: 6px 12px;
  background: #c4e5fa;
  border-radius: 8px;
  font-size: 14px;
  color: #2e2e31;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
}

.steps__item-text {
  width: 301px;
  max-width: 100%;
  font-size: 16px;
  color: #2e2e31;
  line-height: 140%;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .steps__item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 700px) {
  .steps__item {
    padding: 20px;
  }
  .steps__list {
    gap: 10px;
  }
}

@media screen and (max-width: 600px) {
  .steps__item {
    width: 100%;
  }
}

.landHow__inner {
  justify-content: center;
  margin-top: 30px;
}

.landHow .demo_course-right-video {
  width: 1200px;
  max-width: 100%;
}

.demo_course-right-video a:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/03/Ikonka_Plej.svg);
  background-size: contain;
  background-position: center center;
  height: 160px;
  width: 160px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -24px;
}

@media screen and (max-width: 1000px) {
  .demo_course-right-video a:before {
    height: 80px;
    width: 80px;
  }
}

.onlFormat__list {
  gap: 20px;
  justify-content: center;
}

.onlFormat__item {
  width: 310px;
  max-width: 100%;
  position: relative;
}

.onlFormat__item-title {
  color: #635fca;
  font-size: 24px;
  text-align: left;
  padding: 0;
  letter-spacing: -1px;
}

.onlFormat__item-subtitle {
  margin-top: 10px;
  font-size: 16px;
  line-height: 120%;
  color: #7c7c7c;
  min-height: 39px;
  max-width: 269px;
}

.onlFormat__item-flex {
  margin-top: 20px;
}

.onlFormat__item-info {
  padding: 6px 12px;
  min-width: 0;
}

.onlFormat__item-rating {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.onlFormat__item-iconlist {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onlFormat__item-iconitem {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  color: #7c7c7c;
  line-height: 140%;
  font-weight: 500;
}

.onlFormat__item-price {
  color: #2e2e31;
  font-weight: 700;
  font-size: 24px;
}

.onlFormat__item .btn-blue {
  background: #635fca;
  border: 1px solid #635fca;
  min-height: 48px;
  height: auto;
  font-weight: 700;
  text-transform: uppercase;
}

.onlFormat__item-crown {
  position: absolute;
  top: 8px;
  right: 20px;
}

@media screen and (max-width: 500px) {
  .onlFormat__item {
    width: 100%;
  }
}

.postuplenie-prof-front .postuplenie-prof-form-container {
  background: url(/wp-content/uploads/2025/03/Blok-8.-Forma.webp);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  gap: 0;
  align-items: center;
}

.postuplenie-prof-front .postuplenie-form-right {
  width: 727px;
  max-width: 100%;
  padding: 40px 0 40px 56px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
}

.postuplenie-prof-front .postuplenie-form-right .childBanner__form {
  width: 490px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.postuplenie-prof-front h2 {
  margin-bottom: 20px;
}

.postuplenie-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.postuplenie-img {
  object-fit: contain;
  width: calc(100% - 727px);
  max-width: 480px;
}

@media screen and (max-width: 1000px) {
  .postuplenie-img {
    display: none;
  }
  .postuplenie-prof-front .postuplenie-form-right {
    width: 100%;
    padding: 0;
    align-items: center;
  }
  .postuplenie-text {
    text-align: center;
  }
}

.cert {
  padding: 50px 0;
  padding: 0;
}

.reasons__cert {
  padding: 0;
}
.reasons__cert-info {
  background: #f6f9fc;
}

.reasons__cert-img {
  padding: 50px 30px 0;
  background: #f6f9fc;
  align-items: flex-end;
}

.reasons__cert-link {
  color: #635fca;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  margin-top: 40px;
}

.reasons__cert-text {
  color: #7c7c7c;
  margin-top: 20px;
}

.reasons__cert-link:hover {
  text-decoration: none;
}

.reasons__cert-img img {
  width: 420px;
  max-width: 100%;
}

.landTeachers__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 0;
}

.landTeachers__item {
  padding: 48px 48px 48px 440px;
  background: #cac8f5;
  min-height: 0;
}

.landTeachers__item-info {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  margin-top: 0;
}

.landTeachers__item-desc {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  margin-top: 20px;
}

.landTeachers__item-desc,
.landTeachers__item-desc p {
  font-size: 16px;
  font-style: italic;
  color: #7c7c7c;
}

.landTeachers__item-img {
  width: 372px;
  height: calc(100% - 96px);
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
}

.landTeachers__item-info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.landTeachers__item-nos {
  padding: 5px 10px 5px 28px;
  position: relative;
  border: 1px solid #635fca;
  border-radius: 8px;
  color: #635fca;
  font-size: 16px;
  font-weight: 500;
}

.landTeachers__item-nos::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #635fca;
}

.landTeachers__item-spisok {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.landTeachers__item-spisok li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7c7c7c;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .landTeachers__item {
    padding: 20px 20px 20px 420px;
  }
  .landTeachers__item-img {
    height: calc(100% - 40px);
    left: 20px;
  }
}

@media screen and (max-width: 800px) {
  .landTeachers__item-img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 0 !important;
  }
  .landTeachers__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .landTeachers__item-info {
    min-height: 0 !important;
    margin-top: 20px;
    width: 100%;
  }
  .onlFormat__item-iconitem {
    font-size: 16px;
  }
}

@media screen and (max-width: 550px) {
  .landTeachers__item-img {
    width: 100%;
  }
  .landTeachers__item-info-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.reviews-testimonial-footer {
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
  margin-top: 20px;
  color: #2e2e31;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.reviews-testimonial-footer span {
  color: #635fca;
}

.school-tabs {
  padding: 48px 32px;
  background: #f6f9fc;
  border-radius: 24px;
}

.departments .container {
  align-items: stretch;
}

.department-content-item-right--in {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: none;
}

.departments .school-tabs-item-icon {
  background-image: url(/wp-content/uploads/2025/03/Location.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center !important;
}
.school-tabs-item-subtitle,
.school-tabs-item .school-tabs-item-element span {
  font-size: 16px;
  font-weight: 500;
  color: #2e2e31;
  line-height: 140%;
}
.school-tabs {
  width: 330px;
}
.school-content {
  width: calc(100% - 350px);
}

.school-content iframe {
  width: 100%;
  height: 100%;
}
.school-content-item.active,
.school-content-item--in {
  height: 100%;
}
.departments .container {
  gap: 20px;
}

.departments .school-tabs-item {
  min-width: 250px;
}

@media screen and (max-width: 1023px) {
  .school-content,
  .school-tabs {
    width: 100%;
  }
  .school-content iframe {
    height: 360px;
  }
  .department-content-item-right {
    margin-top: 0;
  }
}

.give__inner {
  margin: 0;
}
.landHow .demo_course-right-video img {
  aspect-ratio: 0;
}

.header__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: calc(100% - 600px);
}

.header__links a {
  color: #2e2e31;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .header__links {
    display: none;
  }
}

.landHeader-phone {
  color: #635fca;
}


