body {
  background: #e9f0fb;
}

.page {
  overflow: hidden;
}
.landHeader {
  background: transparent;
}
.container {
  padding: 0;
}

.landHeader-logo {
  width: 178px;
}

@media screen and (max-width: 1330px) {
  .container {
    padding: 0 15px;
  }
}
.camp-banner {
  padding: 28px 0;
  background: url(/wp-content/uploads/2025/04/Liniya-1.webp) no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.camp-banner__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
  align-items: stretch;
}

.camp-banner-left {
  width: calc(50% - 20px);
}
.camp-banner-right {
  width: 50%;
}

.camp-banner-left {
  padding: 32px;
  border-radius: 24px;
  background: #ffffff;
}

.camp-banner-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: #2e2e31;
}

.camp-banner-title span {
  color: #4ba3fb;
}

.camp-banner-text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  color: #2e2e31;
}

.camp-banner-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.camp-banner-left .btn {
  width: 100%;
  margin-top: 26px;
}

.camp-banner-icon {
  position: absolute;
  top: -20px;
  right: 0;
}

.camp-banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.camp-banner-item {
  width: calc(25% - 15px);
  border-radius: 16px;
  border: 1px solid #4ba3fb;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.camp-banner-item-icon {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  flex-shrink: 0;
}

.camp-banner-item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #7c7c7c;
}

.camp-banner-icon {
  width: 128px;
  object-fit: contain;
}

@media screen and (max-width: 1100px) {
  .camp-banner-title {
    font-size: 46px;
  }
  .camp-banner-item,
  .camp-banner-right,
  .camp-banner-left {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 850px) {
  .camp-banner-item,
  .camp-banner-right,
  .camp-banner-left {
    width: 100%;
  }
  .camp-banner-icon {
    width: 76px;
  }
}
@media screen and (max-width: 450px) {
  .camp-banner-title {
    font-size: 36px;
  }
  .camp-banner-text {
    font-size: 18px;
  }
}

.camp-about {
  padding: 290px 0 60px;
  position: relative;
  background: #fff;
}

.camp-about-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #e9f0fb;
}

.camp-about-bg img {
  width: 100%;
  object-fit: contain;
  position: relative;
  top: 65px;
}

.camp-about .title {
  width: 880px;
  max-width: 100%;
  text-align: left;
}

.camp-about__inner {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 60px;
}

.camp-about-img {
  width: calc(50% - 50px);
}

.camp-about-info {
  width: calc(50% - 10px);
}

.camp-about-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #4ba3fb;
}

.camp-about-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #7c7c7c;
  margin-top: 16px;
}

@media screen and (max-width: 1100px) {
  .camp-about__inner {
    gap: 16px 20px;
  }
  .camp-about-img {
    width: calc(50% - 20px);
  }
  .camp-about-title {
    font-size: 20px;
  }

  .camp-about-info {
    width: 50%;
  }
  .camp-about {
    padding: 192px 0 60px;
  }
}

@media screen and (max-width: 700px) {
  .camp-about-info,
  .camp-about-img {
    width: 100%;
  }
  .camp-about-title {
    font-size: 18px;
  }
  .camp-about-bg img {
    top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .camp-about {
    padding: 130px 0 30px;
  }
  .camp-about-bg {
    width: 150%;
    left: 0;
    transform: translateX(0);
  }
}

.schedule {
  padding: 60px 0 0;
  margin-bottom: 210px;
  background: #ffffff url(/wp-content/uploads/2025/04/Vector-8.webp) no-repeat;
  background-size: 100% auto;
  background-position: 0 20%;
}

.schedule .title {
  text-align: left;
}

.schedule__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.schedule__item {
  width: calc(33% - 14px);
  padding: 32px;
  border-radius: 24px;
  background: #f6f9fc;
  display: flex;
  flex-direction: column;
}

.schedule__item-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: #7c7c7c29;
}

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

.schedule__item-icon {
  width: 96px;
  height: 96px;
  object-fit: contain;
  position: relative;
  top: -8px;
  right: -8px;
}

.schedule__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #2e2e31;
}

.schedule__item-list {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  gap: 8px;
}

.schedule__item-list li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #7c7c7c;
}

.schedule__item-list li::before {
  content: "";
  width: 10px;
  height: 15px;
  background: url(/wp-content/uploads/2025/04/Frame-2924.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.schedule__item-footer {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.schedule__item-text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #6f5be9;
}

.schedule__item-toggle {
  display: none;
  position: relative;
  width: 32px;
  height: 32px;
}

.schedule__item-toggle::before {
  content: "";
  width: 2px;
  height: 22px;
  background: #6f5be9;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.schedule__item-toggle::after {
  content: "";
  height: 2px;
  width: 22px;
  background: #6f5be9;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.schedule__item.open .schedule__item-toggle::before {
  display: none;
}

.schedule__item-mob {
  position: static;
}

.schedule-bg {
  position: absolute;
  left: 50%;
  bottom: -210px;
  transform: translateX(-50%);
  width: 100%;
}

.schedule-bg-mb {
  display: none;
}

@media screen and (max-width: 1600px) {
  .schedule-bg {
    bottom: -150px;
  }
}

@media screen and (max-width: 1150px) {
  .schedule-bg {
    display: none;
  }
  .schedule {
    margin-bottom: 0;
    padding: 60px 0 100px;
  }
  .schedule-bg-mb {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120%;
    background: #e9f0fb;
  }

  .schedule-bg-mb img {
    width: 100%;
  }
}

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

@media screen and (max-width: 600px) {
  .schedule__item {
    padding: 20px;
    width: 100%;
  }
  .schedule__item-toggle {
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .schedule__item-num {
    display: none;
  }
  .schedule__item-icon {
    display: none;
    top: 0;
    right: 0;
    margin-bottom: 8px;
    width: 72px;
    height: 72px;
  }
  .schedule__item-title {
    width: calc(100% - 32px);
  }
  .schedule__item-list {
    display: none;
  }
  .schedule__item-footer {
    display: none;
  }

  .schedule__item.open .schedule__item-list,
  .schedule__item.open .schedule__item-footer {
    display: flex;
  }

  .schedule__item.open .schedule__item-icon {
    display: block;
  }
  .schedule__item-toggle {
    display: block;
  }
}

.camp-time {
  padding: 60px 0;
}

.camp-time-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 48px 32px;
  padding: 0 50px;
  position: relative;
}

.camp-time-list::after {
  content: "";
  width: calc(100% - 100px);
  height: 250px;
  border-right: 16px solid #f65634;
  border-top: 16px solid #f65634;
  border-bottom: 16px solid #f65634;
  border-radius: 0 50px 50px 0;
  position: absolute;
  top: 153px;
  right: 0;
}

.camp-time-item {
  width: calc(25% - 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.camp-time-icon {
  width: 96px;
  object-fit: contain;
}

.camp-time-num {
  padding: 6px 12px;
  background: #4ba3fb;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.camp-time-text {
  width: 100%;
  height: 98px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  padding: 10px 24px;
  color: #2e2e31;
  text-align: center;
  margin-top: -6px;
}

.camp-time-item:nth-child(1) {
  order: 0;
}
.camp-time-item:nth-child(2) {
  order: 1;
}
.camp-time-item:nth-child(3) {
  order: 2;
}
.camp-time-item:nth-child(4) {
  order: 3;
}
.camp-time-item:nth-child(5) {
  order: 7;
}
.camp-time-item:nth-child(6) {
  order: 6;
}
.camp-time-item:nth-child(7) {
  order: 5;
}
.camp-time-item:nth-child(8) {
  order: 4;
}

@media screen and (max-width: 1200px) {
  .camp-time-text {
    padding: 10px;
  }
  .camp-time-list {
    padding: 0 50px 0 0;
    gap: 16px 20px;
  }
  .camp-time-item {
    width: calc(25% - 15px);
  }
}

@media screen and (max-width: 1000px) {
  .camp-time-list::after {
    display: none;
  }
  .camp-time-list {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .camp-time-item {
    width: 255px;
  }
  .camp-time-item:nth-child(1) {
    order: 0;
  }
  .camp-time-item:nth-child(2) {
    order: 1;
  }
  .camp-time-item:nth-child(3) {
    order: 2;
  }
  .camp-time-item:nth-child(4) {
    order: 3;
  }
  .camp-time-item:nth-child(5) {
    order: 4;
  }
  .camp-time-item:nth-child(6) {
    order: 5;
  }
  .camp-time-item:nth-child(7) {
    order: 6;
  }
  .camp-time-item:nth-child(8) {
    order: 7;
  }
  .camp-time-icon {
    width: 56px;
  }
  .camp-time-text {
    z-index: 1;
  }

  .camp-time-item:nth-child(1)::after,
  .camp-time-item:nth-child(3)::after,
  .camp-time-item:nth-child(5)::after,
  .camp-time-item:nth-child(7)::after {
    content: "";
    width: 50px;
    height: 190px;
    border-right: 8px solid #f65634;
    border-top: 8px solid #f65634;
    border-bottom: 8px solid #f65634;
    border-radius: 0 36px 36px 0;
    position: absolute;
    top: 120px;
    right: -36px;
  }
  .camp-time-item:nth-child(2)::after,
  .camp-time-item:nth-child(4)::after,
  .camp-time-item:nth-child(6)::after {
    content: "";
    width: 50px;
    height: 190px;
    border-left: 8px solid #f65634;
    border-top: 8px solid #f65634;
    border-bottom: 8px solid #f65634;
    border-radius: 36px 0 0 36px;
    position: absolute;
    top: 120px;
    left: -36px;
  }
}

@media screen and (max-width: 1000px) {
  .camp-time {
    padding: 30px 0;
  }
}

.tarifs {
  padding: 60px 0;
}

.tarifs__subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  color: #7c7c7c;
  text-align: center;
  margin-top: 16px;
}

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

.tarifs__item {
  width: calc(33% - 14px);
  min-width: 345px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  padding: 40px;
}

.tarifs__item-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.tarifs__item-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tarifs__item-days {
  padding: 8px 16px;
  border-radius: 40px;
  background: #ffffff66;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.tarifs__item-price {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.tarifs__item-pricemonth {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.tarifs__item-line {
  width: 100%;
  height: 1px;
  background: #ffffff66;
  margin: 20px 0;
}

.tarifs__item-text {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.tarifs__item .btn {
  background: #fff;
  border-radius: 10px;
  color: #2e2e31;
  text-transform: uppercase;
  border: 0;
}
.wrap {
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding: 20px;
  background: #6188ec;
  padding: 16px 0;
}
.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}

.items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  min-width: 100%;
}
.inf_item {
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 0 0 auto;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.inf_item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.marquee {
  animation: scroll 20s linear infinite;
}
.reverce {
  animation-direction: reverse;
}
.items-wrap:hover .marquee {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.why {
  padding: 60px 0;
}

.why__inner {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

.why__inner-left {
  width: calc(50% - 10px);
  border-radius: 24px;
  padding: 56px 32px 0;
  background: url(/wp-content/uploads/2025/04/Levaya-chast.svg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.why-title {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.why__inner-list {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why__inner-item {
  width: 100%;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  gap: 20px;
  align-items: center;
}

.why__inner-item-img {
  width: 64px;
  object-fit: contain;
  flex-shrink: 0;
}

.why__inner-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why__inner-title {
  font-size: 20px;
  color: #2e2e31;
  font-weight: 700;
  line-height: 120%;
}
.why__inner-text {
  font-size: 16px;
  color: #7c7c7c;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 900px) {
  .why__inner-left,
  .why__inner-list {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .why-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .why__inner-item-img {
    width: 40px;
  }
  .why__inner-title {
    font-size: 18px;
  }
  .why {
    padding: 30px 0;
  }
  .why__inner-item {
    align-items: flex-start;
  }
}

.quote {
  padding: 60px 0;
}

.quote__inner {
  position: relative;
  padding: 0 40px;
  margin: 0 auto;
  width: 1002px;
  max-width: 100%;
  font-size: 40px;
  color: #2e2e31;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}

.quote__inner::before {
  content: "";
  width: 64px;
  height: 64px;
  background: url(/wp-content/uploads/2025/04/Frame-7.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -32px;
  left: 0;
  display: block;
}
.quote__inner::after {
  content: "";
  width: 64px;
  height: 64px;
  background: url(/wp-content/uploads/2025/04/Frame-8.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -32px;
  right: 0;
  display: block;
}

@media screen and (max-width: 600px) {
  .quote {
    padding: 30px 0;
  }
  .quote__inner {
    font-size: 20px;
  }
  .quote__inner::after,
  .quote__inner::before {
    width: 40px;
    height: 40px;
  }
}
.dialog-content {
  padding: 40px 20px 20px !important;
  display: none;
  max-width: 90wv;
}
.dialog-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  width: 900px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .dialog-content {
    padding: 40px 10px 10px !important;
  }
}

.team {
  margin: 60px 0;
  border-radius: 24px;
  width: 100%;
  padding: 56px;
  background: url(/wp-content/uploads/2025/04/Blok-7.-Komanda.png) no-repeat;
  background-size: cover;
}

.team__list {
  margin-top: 40px;
}

.team__item {
  width: 100%;
  padding: 40px 32px 32px;
  border-radius: 20px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
}

.team-right {
  position: absolute;
  top: -24px;
  right: 28px;
  cursor: pointer;
}

.team-right img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

.team-right::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/wp-content/uploads/2025/04/icon-park-solid_play.svg)
    no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-right-no-video {
  position: absolute;
  top: -24px;
  right: 28px;
}

.team-right-no-video img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

.team__name {
  padding-right: 150px;
  font-size: 24px;
  color: #2e2e31;
  font-weight: 700;
  line-height: 100%;
}

.team__exp {
  padding-right: 150px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 100%;
  padding: 6px 16px;
  border-radius: 8px;
  background: #f65634;
  margin-top: 16px;
}

.team__desc {
  margin-top: 20px;
  font-size: 16px;
  color: #7c7c7c;
  font-weight: 500;
  line-height: 140%;
}

.team .title {
  text-align: left;
  color: #fff;
}

.team .slick-list {
  padding-top: 24px !important;
}

.team .slick-next {
  left: auto !important;
  right: -25px !important;
}
.team .slick-prev {
  right: auto !important;
  left: -25px !important;
}
.slick-next {
  background-image: url(/wp-content/uploads/2025/04/Vpered.svg);
  background-size: cover;
}
.slick-prev {
  background-image: url(/wp-content/uploads/2025/04/Nazad.svg);
  background-size: cover;
}

.team .slick-arrow {
  bottom: auto !important;
  top: 50% !important;
  width: 50px !important;
  height: 50px !important;
  transform: none !important;
}

.slick-prev {
  margin-right: 0;
}

.slick-dots {
  bottom: -34px;
}

.slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}

.slick-dots li button {
  background: #fff;
}

@media screen and (max-width: 600px) {
  .team {
    margin: 30px 0;
    padding: 24px 10px 80px;
  }
  .team .slick-arrow {
    bottom: auto !important;
    top: 105% !important;
    width: 40px !important;
    height: 40px !important;
    transform: none !important;
  }
  .team .slick-next {
    left: auto !important;
    right: 0 !important;
  }
  .team .slick-prev {
    right: auto !important;
    left: 0 !important;
  }
  .slick-dots {
    bottom: -45px;
  }
  .team__list {
    margin-top: 24px;
  }
}

.campben {
  padding: 60px 0;
}

.campben .title {
  text-align: center;
}

.campben__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.campben__item {
  padding: 8px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.campben__item:nth-child(3n - 2) {
  grid-column: span 1;
  grid-row: span 2;
  flex-direction: column;
  justify-content: space-between;
}
.campben__item:nth-child(3n - 1),
.campben__item:nth-child(3n) {
  grid-column: span 2;
  grid-row: span 1;
}

.campben__item-info {
  width: calc(50% - 20px);
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.campben__item-icon {
  width: 80px;
  object-fit: contain;
}

.campben__item-wrapper {
  margin-top: 34px;
}
.campben__item-title {
  font-size: 20px;
  color: #2e2e31;
  font-weight: 700;
  line-height: 140%;
}

.campben__item-text {
  font-size: 16px;
  color: #7c7c7c;
  font-weight: 500;
  line-height: 140%;
  margin-top: 10px;
}

.campben__item-img {
  width: calc(50% - 20px);
  border-radius: 20px;
  object-fit: cover;
}
.campben__item:nth-child(3n - 2) .campben__item-info,
.campben__item:nth-child(3n - 2) .campben__item-img {
  width: 100%;
}

.campben__item:nth-child(3n) .campben__item-info {
  order: 1;
}
.campben__item:nth-child(3n) .campben__item-img {
  order: 0;
}

.campben .btn {
  width: 640px;
  max-width: 100%;
}

@media screen and (max-width: 900px) {
  .campben__item {
    grid-column: span 3 !important;
    grid-row: span 2 !important;
    flex-direction: column;
    justify-content: space-between;
  }
  .campben__item:nth-child(3n) .campben__item-info {
    order: 0;
  }
  .campben__item:nth-child(3n) .campben__item-img {
    order: 1;
  }
  .campben__item-info,
  .campben__item-img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .campben__item-title {
    font-size: 18px;
  }
  .campben__item-icon {
    width: 50px;
  }
  .campben__item {
    gap: 16px;
  }
  .campben__item-wrapper {
    margin-top: 16px;
  }
  .campben__item-info {
    padding: 24px 16px 0;
  }
  .campben {
    padding: 30px 0;
  }
}

.youtubeSlider {
  padding: 50px 0;
}

.youtubeSlider .container {
  overflow: hidden;
}

.youtubeSlider .slick-list {
}

.youtubeSlider__subtitle {
  margin: 20px 0 0;
  color: #222;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.youtubeSlider__wrapper {
  position: relative;
  padding-top: 30px;
}

.youtubeSlider__wrapper::-webkit-scrollbar {
  height: 6px;
}

.youtubeSlider__wrapper::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 3px;
}

.youtubeSlider__wrapper::-webkit-scrollbar-thumb {
  background-color: #0072de;
  border-radius: 3px;
}

.youtubeSlider__wrapper .agegroup-swipe {
  display: block;
  top: 0;
}

.youtubeSlider__list {
  gap: 30px;
  padding: 10px 0 24px;
  /* min-width: 1170px; */
}

.youtubeSlider__list .slick-track {
  display: flex;
  justify-content: center;
  gap: 0px;
  padding: 10px 0 20px;
}

.youtubeSlider__item {
  width: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(21, 78, 132, 0.1);
  position: relative;
}

.youtubeSlider__item-link img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.youtubeSlider__item-link a::before {
  top: 70%;
}

.youtubeSlider__item-link a:before {
  display: none;
}

.youtubeSlider__item-play {
  position: absolute;
  height: 48px;
  width: 64px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.youtubeSlider__item iframe {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.youtubeSlider__more {
  position: relative;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #6188ec;
  margin-top: 10px;
}

.youtubeSlider .slick-dots {
  bottom: 2px;
}

.youtubeSlider .slick-arrow {
  display: none !important;
}
.slick-dots li button,
.youtubeSlider .slick-dots li.slick-active button {
  background: #6f5be9;
}
.youtubeSlider__more:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .youtubeSlider__wrapper {
    padding-top: 35px;
  }

  .youtubeSlider .slick-arrow {
    top: -20px !important;
  }

  .youtubeSlider__more {
    right: auto;
    left: 15px;
    top: 75px;
  }
}

.map__cantacts {
  position: absolute;
  width: 1300px;
  max-width: 100%;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  z-index: 1;
}

.map .title {
  text-align: left;
}

.map__inner {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.map__item {
  width: calc(25% - 5px);
  background: #4fa451;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.map__item--address {
  width: calc(50% - 10px);
  background: url(/wp-content/uploads/2025/04/Adres.png) no-repeat;
  background-size: cover;
}

.map__item-name {
  padding: 4px 14px 4px 4px;
  background: #fff;
  border-radius: 32px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #2e2e31;
  line-height: 100%;
}

.map__adress {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.map__adress p {
  display: block;
  width: 240px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
}

.map__phone {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
}

.map__phone a {
  color: #fff;
}

.map__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.map__list a {
  width: 40px;
  height: 40px;
  background: #66ba68;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .map__item--address {
    width: calc(33% - 6px);
  }
  .map__item {
    width: calc(33% - 7px);
  }
}

@media screen and (max-width: 900px) {
  .map__cantacts {
    top: 0;
  }
  .map__item {
    width: 100% !important;
  }
  .map__adress {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .map__cantacts {
    padding: 20px;
  }
  .map__item {
    padding: 20px;
  }
  .map__adress p {
    width: 100%;
    font-size: 18px;
  }

  .map__adress p:nth-child(2) {
    border-top: 1px solid #ffffff66;
    padding-top: 10px;
  }
}

.footer {
  padding: 20px 0;
  border-radius: 0;
  background: #2e2e31;
  width: 100%;
  margin-top: 0 !important;
}

.footer-inner-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-inner-text p {
  color: #7c7c7c;
  font-size: 13px;
}

.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: flex-end;
}

.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% - 500px);
}

.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;
}

.btn-main.js-submit.processing {
    opacity: 0.6;
    pointer-events: none; /* Отключаем клики, так как кнопка — <a> */
    cursor: not-allowed;
}

.btn-main.js-submit::after {
    content: none !important;
}

.btn-main.js-submit.processing::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}