@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
* {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  font-weight: 500;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  border: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.faq,
.lead,
.summary,
.reviews,
.teachers,
.learn,
.formats,
.video,
.plans,
.desc {
  margin-bottom: 7.5rem;
}
@media (max-width: 500px) {
  .faq,
  .lead,
  .summary,
  .reviews,
  .teachers,
  .learn,
  .formats,
  .video,
  .plans,
  .desc {
    margin-bottom: 3.125rem;
  }
}

.faq,
.lead,
.summary,
.reviews,
.teachers,
.learn,
.formats,
.video,
.plans,
.desc {
  margin-bottom: 7.5rem;
}
@media (max-width: 500px) {
  .faq,
  .lead,
  .summary,
  .reviews,
  .teachers,
  .learn,
  .formats,
  .video,
  .plans,
  .desc {
    margin-bottom: 3.125rem;
  }
}

.formats__lead,
.formats__list,
.first--item .advant__item-bg {
  margin-bottom: 3.125rem;
}
@media (max-width: 500px) {
  .formats__lead,
  .formats__list,
  .first--item .advant__item-bg {
    margin-bottom: 1.25rem;
  }
}

.lead__wr,
.summary__bg,
.summary__item,
.reviews__info-block,
.teachers__item,
.learn__wr,
.formats__lead,
.formats__item,
.plans__content,
.advant__item {
  border-radius: 1.5rem;
}

.custom-dropdown__list,
.custom-dropdown__selected,
.third--item .advant__item-bg,
.accent-button,
.default-button {
  border-radius: 0.875rem;
}

.lead--blue .lead__list,
.lead__wr,
.summary__item,
.teachers__stage,
.teachers__educ,
.formats__way-info ul,
.formats__way,
.formats__lead-desc,
.plans__header button,
.plans__wr,
.advant__item-list,
.advant__item-title,
.advant__item-wr,
.desc__list,
.hero__actions,
.swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lead--blue .lead__link,
.formats__lead-actions,
.formats__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__item-head,
.formats__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews {
  padding-top: 0;
  background: #fff;
  padding-bottom: 0;
}

.checkbox-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}

.checkbox-label a {
  text-decoration: underline;
}

.checkbox-label a:hover {
  text-decoration: none;
}

.hero__actions a,
.swiper__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq__list,
.lead__form,
.lead__info,
.summary__list,
.teachers__item,
.formats__way-banks,
.formats__lead-block,
.formats__item,
.advant__item-list-block,
.desc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
  color: #2e2e31;
}

.header-top-left-department {
  text-wrap: nowrap;
}

.bread {
  margin-bottom: 22px;
}

.header-top-right-menu a {
  color: #555;
}

.learn {
  margin-bottom: 7.1875rem;
}

@media (max-width: 500px) {
  .learn {
    margin-bottom: 3.125rem;
  }

  .reviews-list .slick-track {
    gap: 0;
  }
}

div {
  position: static;
}

.container {
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.default-button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 1rem 1.25rem;
  text-transform: uppercase;
  text-align: center;
  color: #2e2e31;
  background: #fff;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (hover: hover) {
  .default-button:hover {
    background: #706cdb;
    color: #fff;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}

.accent-button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.875rem 1.25rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #706cdb;
  border: 0.125rem solid #706cdb;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (hover: hover) {
  .accent-button:hover {
    background: #fff;
    color: #2e2e31;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}

.h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 500px) {
  .h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
  }
}

.swiper__buttons {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 1024px) {
  .teachers .swiper__nav,
  .teachers .swiper__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .swiper__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper__button {
  width: 2.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #706cdb;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}
.swiper__button.swiper-button-disabled {
  background: transparent;
  border: 0.0625rem solid #a9a7bc;
  pointer-events: none;
}
.swiper__button.swiper-button-disabled svg path {
  fill: #a9a7bc;
}
@media (hover: hover) {
  .swiper__button:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  }
}

.swiper__nav {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  .swiper__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper .swiper-pagination {
  position: static;
  width: auto;
}
.swiper .swiper-pagination-bullet {
  background: #706cdb;
  width: 0.625rem;
  height: 0.625rem;
}

@media (max-width: 1024px) {
  .teachers .swiper-wrapper {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 768px) {
  .swiper-wrapper {
    margin-bottom: 1.25rem;
  }
}

.acc-header {
  cursor: pointer;
}

.acc-item {
  overflow: hidden;
}

.acc-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}

.hero {
  position: relative;
  padding: 7.1875rem 0;
  background: #6b92f6;
  color: #fff;
  z-index: 1;
  overflow-x: hidden;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .hero .container {
    height: 100%;
  }
}
@media (max-width: 880px) {
  .hero {
    height: 45rem;
    padding: 2.5rem 0 5.9375rem;
  }
}
@media (max-width: 500px) {
  .hero {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 880px) {
  .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

.hero__title {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media (max-width: 880px) {
  .hero__title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 2.25rem;
    line-height: 1.1;
    margin-bottom: 1.25rem;
  }
}

.hero__desc {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 500;
  margin-bottom: 3.125rem;
}
@media (max-width: 880px) {
  .hero__desc br {
    display: none;
  }
}

@media (max-width: 400px) {
  .hero__desc br {
    display: block;
  }
}
@media (max-width: 768px) {
  .hero__desc {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.hero__actions {
  gap: 1rem;
}
@media (max-width: 500px) {
  .hero__actions button {
    width: 100%;
  }
}
.hero__actions a {
  width: 3.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}
@media (hover: hover) {
  .hero__actions a:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  }
}
@media (max-width: 768px) {
  .hero__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .hero__actions {
    margin-top: auto;
  }
}

.hero__bg {
  position: absolute;
  bottom: 0;
  right: 2.8125rem;
  height: 100%;
  z-index: -1;
}
.hero__bg img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
@media (max-width: 768px) {
  .hero__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media (max-width: 1250px) {
  .hero__bg {
    right: -8.125rem;
  }
}
@media (max-width: 1150px) {
  .hero__bg {
    width: clamp(500px, 500px + (180) * (100vw - 870px) / (280), 680px);
  }
}
@media (max-width: 768px) {
  .hero__bg {
    right: auto;
    width: 100%;
    left: 0;
    width: 100%;
    height: 31.25rem;
  }
}

.desc__list {
  gap: 1.625rem;
}
@media (max-width: 1000px) {
  .desc__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.desc {
  margin-bottom: 7rem;
}
@media (max-width: 500px) {
  .desc {
    margin-bottom: 3.125rem;
  }
  .desc__list {
    gap: 1rem;
  }
}

.desc__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 16.875rem;
  gap: 1.0625rem;
  border-radius: 1rem;
  padding: 2.5rem 2.25rem;
  background: #f6f9fc;
}
.desc__item img {
  width: 3rem;
  height: 3rem;
}
.desc__item span {
  font-size: 1.75rem;
  line-height: 1.9375rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 500px) {
  .desc__item span {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}
.desc__item p {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 500;
  color: #4f4f4f;
}
@media (max-width: 500px) {
  .desc__item p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 500px) {
  .desc__item {
    padding: 1rem;
  }
}

.advant {
  margin-bottom: 5.8125rem;
}
@media (max-width: 500px) {
  .advant {
    margin-bottom: 3.125rem;
  }
}

.advant__header {
  margin-bottom: 1.875rem;
}

.advant__subtitle {
  font-size: 2.25rem;
  line-height: 2.6875rem;
  font-weight: 500;
  margin-bottom: 3.125rem;
}
.advant__subtitle span {
  color: #706cdb;
}
@media (max-width: 500px) {
  .advant__subtitle {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin-bottom: 1.25rem;
  }
}

.advant__item {
  padding: 2.5rem;
  background: #f6f9fc;
}
.advant__item:not(:last-child) {
  margin-bottom: 5.8125rem;
}
@media (max-width: 500px) {
  .advant__item {
    padding: 1rem;
  }
  .advant__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.first--item .advant__item-bg {
  width: 100%;
}

@media (max-width: 900px) {
  .advant__item-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.second--item .advant__item-wr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}
.second--item .advant__item-video {
  width: 100%;
  max-width: 36.25rem;
  position: relative;
}
.second--item .advant__item-video video {
  width: 74%;
  height: 78%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 13%;
  top: 7%;
}
@media (max-width: 500px) {
  .second--item .advant__item-video video {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .second--item .advant__item-video img {
    display: none;
  }
}
.second--item .advant__item-side ul {
  margin-bottom: 1.875rem;
}
.second--item .advant__item-side li {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 500;
  color: #4f4f4f;
  padding-left: 2.25rem;
  background-image: url("../images/adv-check.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
.second--item .advant__item-side li:not(:last-child) {
  margin-bottom: 1rem;
}
.second--item .advant__item-side li span {
  font-weight: 700;
  color: #2e2e31;
}
@media (max-width: 500px) {
  .second--item .advant__item-side li {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 500px) {
  .second--item .accent-button {
    display: block;
  }
}

.third--item {
  padding: 0;
}

.third--item .advant__item-side {
  padding-left: 2.5rem;
}

.third--item .advant__item-title {
  margin-bottom: 60px;
}

@media (max-width: 500px) {
  .third--item .advant__item-title {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 900px) {
  .third--item {
    padding: 2.5rem;
  }
  .third--item .advant__item-side {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .third--item {
    padding: 1rem;
  }
}
.third--item .advant__item-wr {
  gap: 2.5rem;
}
@media (max-width: 900px) {
  .third--item .advant__item-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 500px) {
  .third--item .advant__item-wr {
    gap: 1.25rem;
  }
}
.third--item .advant__item-side p {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 700;
  color: #706cdb;
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .third--item .advant__item-side p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1rem;
  }
}
.third--item .advant__item-side span {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 500;
  display: block;
  color: #4f4f4f;
  margin-bottom: 0.9375rem;
}
@media (max-width: 500px) {
  .third--item .advant__item-side span {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 0;
  }
}
.third--item .advant__item-side li {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.5625rem;
  color: #4f4f4f;
}
.third--item .advant__item-side li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.625rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #4f4f4f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* .third--item .advant__item-side li:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (max-width: 500px) {
  .third--item .advant__item-side li:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
} */
@media (max-width: 500px) {
  .third--item .advant__item-side li {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.third--item .advant__item-bg {
  width: 40rem;
  height: 18.125rem;
  overflow: hidden;
  flex-shrink: 0;
}
.third--item .advant__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 900px) {
  .third--item .advant__item-bg {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .third--item .advant__item-bg {
    height: auto;
    aspect-ratio: 311/143;
  }
}

.plans__title {
  margin-bottom: 2.8125rem;
}

@media (max-width: 500px) {
  .plans__title {
    margin-bottom: 1.25rem;
  }
}

.advant__item-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  position: relative;
  padding: 0.9375rem 1.25rem 0.4375rem;
  border-bottom: 0.0625rem solid #706cdb;
  margin-bottom: 3.125rem;
  overflow: hidden;
  padding-left: 5rem;
}
.advant__item-title img {
  position: absolute;
  left: 1.25rem;
  bottom: 0;
}
@media (max-width: 500px) {
  .advant__item-title img {
    display: none;
  }
}
.advant__item-title span {
  display: none;
}
.advant__item-title span::after {
  content: ".";
}
@media (max-width: 500px) {
  .advant__item-title span {
    display: inline;
  }
}
@media (max-width: 768px) {
  .advant__item-title {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 500px) {
  .advant__item-title {
    display: block;
    padding: 0;
    font-size: 1.125rem;
    color: #706cdb;
    margin-bottom: 1.25rem;
    border: none;
  }
}

.advant__item-list {
  gap: 3.125rem;
}
@media (max-width: 900px) {
  .advant__item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }
}

.advant__item-list-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: auto;
}

.advant__item-list-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5625rem;
  letter-spacing: -0.0625rem;
}
.advant__item-list-title span {
  color: #706cdb;
}
@media (max-width: 768px) {
  .advant__item-list-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 500px) {
  .advant__item-list-title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}

.advant__item-list-text {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .advant__item-list-text {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 500px) {
  .advant__item-list-text {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 0.5rem;
  }
}

.advant__item-list-desc {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 500;
  padding-left: 3.5rem;
  background-image: url("../images/adv-arr.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2.25rem;
  margin-top: auto;
}
@media (max-width: 768px) {
  .advant__item-list-desc {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 500px) {
  .advant__item-list-desc {
    font-size: 1rem;
    line-height: 1.375rem;
    background-size: 1rem;
    padding-left: 1.5rem;
    background-position: left top;
  }
}

.plans__wr {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 768px) {
  .plans__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.plans__header {
  border-left: 0.0625rem solid #dbdaf6;
  position: relative;
}
@media (max-width: 768px) {
  .plans__header {
    display: none;
  }
}
.plans__header button {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 500;
  text-align: left;
  padding: 1.1875rem 1rem;
  background: transparent;
}
.plans__header button.button--active {
  position: relative;
  font-weight: 700;
}
.plans__header .plans__header-line {
  position: absolute;
  left: 0;
  width: 0.1875rem;
  background: #706cdb;
  -webkit-transition: all 0.2s 0.1s linear;
  transition: all 0.2s 0.1s linear;
  z-index: 1;
}

.plans__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45.5625rem;
  flex: 0 1 45.5625rem;
  padding: 2.5rem;
  background: #dbdaf6;
  overflow: hidden;
  background-image: url("../images/plans-star.svg");
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .plans__content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 500px) {
  .plans__content {
    padding: 1rem;
  }
}

.plans__panel h3 {
  font-size: 1.75rem;
  line-height: 1.9375rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .plans__panel h3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 1rem;
  }
}
.plans__panel p {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 500;
  color: #4f4f4f;
  margin-bottom: 1.875rem;
  letter-spacing: -0.0625rem;
}
@media (max-width: 500px) {
  .plans__panel p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1rem;
  }
}
.plans__panel p span {
  color: #2e2e31;
  font-weight: 700;
}
.plans__panel .plans__panel-list {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .plans__panel .plans__panel-list {
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.plans__panel .plans__panel-list span {
  font-weight: 700;
  display: block;
  margin-bottom: 1.25rem;
}
.plans__panel .plans__panel-list li {
  position: relative;
  padding-left: 2.3125rem;
}
.plans__panel .plans__panel-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #2e2e31;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plans__panel .plans__panel-list li:not(:last-child) {
  margin-bottom: 0.8125rem;
}
@media (max-width: 500px) {
  .plans__panel .plans__panel-list li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.plans__panel .default-button {
  display: block;
}

.tabs-panel {
  display: none;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.tabs-panel.panel--active {
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Кастомный dropdown */
.custom-dropdown {
  display: none;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .custom-dropdown {
    display: block;
  }
}

.custom-dropdown__selected {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  padding: 1rem 1.25rem;
  background: white;
  border: 0.0625rem solid #706cdb;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 500px) {
  .custom-dropdown__selected {
    padding: 0.75rem 1.25rem;
  }
}

.custom-dropdown__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 500px) {
  .custom-dropdown__arrow {
    width: 1rem;
    height: 1rem;
  }
}

.custom-dropdown__arrow svg {
  width: 100%;
  height: 100%;
}

.custom-dropdown__selected.active .custom-dropdown__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 0.0625rem solid #706cdb;
  padding: 0.75rem 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  -webkit-box-shadow: 0 7px 8px -2px rgba(223, 222, 246, 0.3);
  box-shadow: 0 7px 8px -2px rgba(223, 222, 246, 0.3);
}

.custom-dropdown__list.active {
  opacity: 1;
  overflow-y: auto;
}

.custom-dropdown__item {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  padding: 0.625rem 1rem;
  cursor: pointer;
  color: #4f4f4f;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-dropdown__item:last-child {
  border-bottom: none;
}

.custom-dropdown__item:hover {
  background: #f5f5f5;
  color: #333;
}

.video {
  padding: 7.5rem 0 3.75rem;
  background: #6b92f6;
}
@media (max-width: 500px) {
  .video {
    padding: 1rem 0;
  }
}

.video__title {
  color: #fff;
}

.video__wr {
  position: relative;
}
@media (max-width: 500px) {
  .video__wr {
    width: 100%;
    aspect-ratio: 343/194;
    border-radius: 1.25rem;
    overflow: hidden;
  }
}
.video__wr img {
  width: 100%;
}
@media (max-width: 500px) {
  .video__wr img {
    display: none;
  }
}
.video__wr iframe {
  position: absolute;
  width: 74%;
  height: 79%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 13%;
  top: 7%;
  cursor: pointer;
}
@media (hover: hover) {
  .video__wr iframe:hover + .video__play {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  }
}
@media (max-width: 500px) {
  .video__wr iframe {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.footer-top-contact-btn img,
.footer-top-contact-btn picture {
    display: inline;
}

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  pointer-events: none;
}
@media (max-width: 500px) {
  .video__play svg {
    width: 3.75rem;
    height: 3.75rem;
  }
}

/* .formats__list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media (max-width: 1100px) {
  .formats__list .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .formats__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
} */
@media (max-width: 1250px) {
  .formats .swiper-wrapper {
    margin-bottom: 1.25rem;
  }
  .formats .swiper__nav,
  .formats .swiper__buttons {
    display: flex;
  }
}

.formats__item {
  background-color: #f6f9fc;
  padding: 1.25rem;
  height: auto;
}
.formats__item ul {
  margin-bottom: 2.5rem;
  margin-top: auto;
}
@media (max-width: 500px) {
  .formats__item ul {
    margin-bottom: 0;
  }
}
.formats__item li {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  position: relative;
  padding-left: 2rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
.formats__item li.item--inc {
  background-image: url("../images/bl-check.svg");
}
.formats__item li.item--exc {
  color: #a9a7bc;
  background-image: url("../images/cancel.svg");
}
.formats__item li:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.formats__item--invert {
  background-image: url("../images/zip3.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #706cdb;
  color: #fff;
}
.formats__item--invert .formats__item-desc,
.formats__item--invert .formats__item-title {
  color: #fff;
}
.formats__item--invert li.item--inc {
  background-image: url("../images/wh-check.svg");
}
.formats__item--invert button {
  background: #fff;
  color: #2e2e31;
}
@media (hover: hover) {
  .formats__item--invert button:hover {
    background: #2e2e31;
    color: #fff;
  }
}

.formats__item-title {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #706cdb;
}
@media (max-width: 500px) {
  .formats__item-title {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 0.5rem;
  }
}

.formats__item-desc {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 500;
  margin-bottom: 1.0625rem;
  color: #4f4f4f;
}
@media (max-width: 500px) {
  .formats__item-desc {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

.formats__item-price {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 2.4375rem;
}
@media (max-width: 500px) {
  .formats__item-price {
    margin-bottom: 1.25rem;
  }
}
.formats__item-price span {
  font-weight: 700;
}

@media (max-width: 500px) {
  .formats__item-actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.formats__item-actions button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .formats__item-actions button {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
  }
}
.formats__item-actions a {
  display: inline-block;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}
@media (hover: hover) {
  .formats__item-actions a:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  }
}
@media (max-width: 500px) {
  .formats__item-actions a {
    margin: 0;
  }
}
.formats__item-actions a:not(:last-child) {
  margin-right: 0.625rem;
}
.formats__item-actions svg {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 500px) {
  .formats__item-actions svg {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.formats__lead {
  min-height: 15.8125rem;
  padding: 3.5rem;
  gap: 1.875rem;
  background-color: #f6f9fc;
  background-image: url("../images/lead-w.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .formats__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
    gap: 1.875rem;
    background-image: none;
  }
}

.formats__lead-block:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.5rem;
  flex: 0 1 41.5rem;
}
@media (max-width: 768px) {
  .formats__lead-block:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.formats__lead-block:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24.75rem;
  flex: 0 1 24.75rem;
}
@media (max-width: 768px) {
  .formats__lead-block:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.formats__lead-title {
  font-size: 1.75rem;
  line-height: 1.9375rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .formats__lead-title {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 1rem;
  }
}

.formats__lead-subtitle {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
.formats__lead-subtitle span {
  color: #706cdb;
  font-weight: 700;
}
@media (max-width: 500px) {
  .formats__lead-subtitle span {
    display: block;
  }
}
@media (max-width: 768px) {
  .formats__lead-subtitle {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}

.formats__lead-desc {
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0.75rem;
  margin-top: auto;
}
.formats__lead-desc svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.formats__lead-price {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 1rem;
}
.formats__lead-price span {
  font-weight: 700;
}

.formats__lead-actions {
  margin-top: auto;
}
@media (max-width: 768px) {
  .formats__lead-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
  }
}
.formats__lead-actions .accent-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .formats__lead-actions .accent-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
  }
}
.formats__lead-actions a {
  width: 1.875rem;
  aspect-ratio: 1;
  transition: filter 0.2s linear;
}

@media (hover: hover) {
  .formats__lead-actions a:hover {
    filter: brightness(0.8);
    transition: filter 0.2s linear;
  }
}
@media (max-width: 768px) {
  .formats__lead-actions a {
    width: 3.5rem;
  }
}
.formats__lead-actions a:not(:last-child) {
  margin-right: 0.625rem;
}
@media (max-width: 768px) {
  .formats__lead-actions a:not(:last-child) {
    margin: 0;
  }
}

.formats__way {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 3.75rem;
  padding: 1.875rem 1.875rem 2.625rem;
  border-top: 0.0625rem solid #706cdb;
  border-bottom: 0.0625rem solid #706cdb;
}
@media (max-width: 1280px) {
  .formats__way {
    gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .formats__way {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 3.125rem;
    padding: 1.25rem 0;
  }
}

.formats__way-info h3 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .formats__way-info h3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 1rem;
  }
}
.formats__way-info ul {
  gap: 1.375rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .formats__way-info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }
}
.formats__way-info li {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #4f4f4f;
  padding-left: 2rem;
  background-image: url("../images/bl-check.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

.formats__way-banks {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0.75rem;
  position: relative;
  top: 0.9375rem;
}
@media (max-width: 768px) {
  .formats__way-banks {
    position: static;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.learn__wr {
  position: relative;
  padding: 2.5rem;
  background: #f6f9fc;
}
@media (max-width: 900px) {
  .learn__wr {
    padding-bottom: 16.875rem;
  }
}
@media (max-width: 500px) {
  .learn__wr {
    padding: 1rem 1rem 16.875rem;
  }
}

.learn__info {
  width: 38.5rem;
}
@media (max-width: 900px) {
  .learn__info {
    width: 100%;
  }
}

.learn__title {
  text-align: left;
  margin-bottom: 2.6875rem;
}
@media (max-width: 900px) {
  .learn__title br {
    display: none;
  }
}

.learn__text {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
@media (max-width: 500px) {
  .learn__title {
    margin-bottom: 1.25rem;
  }
  .learn__text {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.learn__text p:not(:last-child) {
  margin-bottom: 1.5625rem;
}
@media (max-width: 500px) {
  .learn__text p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.learn__text span {
  color: #706cdb;
  font-weight: 700;
}

.learn__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 37.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 900px) {
  .learn__bg {
    width: 100%;
    max-height: 15rem;
  }
}

.teachers__item {
  padding: 1.25rem;
  background: #f6f9fc;
  height: auto;
}
@media (max-width: 500px) {
  .teachers__item {
    padding: 1rem;
  }
}

.teachers__ava {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0.5rem;
}
@media (hover: hover) {
  .teachers__ava:hover .teachers__ava-play {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  }
}

.teachers__ava-img {
  width: 9.0625rem;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.teachers__ava-play {
  position: absolute;
  right: 0;
  bottom: 0.625rem;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}

.reviews__title {
  margin-bottom: 2.75rem;
}

.teachers__educ-text {
  line-height: 1.1;
}

.teachers__name {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 700;
  color: #706cdb;
  margin-bottom: 1.5rem;
}
@media (max-width: 500px) {
  .teachers__name {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 1rem;
  }
}

.teachers__stage,
.teachers__educ {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0.25rem;
}
.teachers__stage span,
.teachers__educ p {
  font-size: 1rem;
  color: #4f4f4f;
  font-weight: 500;
}

.teachers__educ p {
  display: inline;
}

.teachers__stage {
  margin-bottom: 1rem;
}

.teachers__educ {
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .teachers__educ {
    margin-bottom: 1rem;
  }
}

.teachers__info {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #4f4f4f;
}

.reviews__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin-bottom: 5.8125rem;
}
@media (max-width: 768px) {
  .reviews__info {
    gap: 1rem;
  }
}

.reviews.mt0 {
  margin-bottom: 3.75rem;
}

.reviews__info-block {
  position: relative;
  min-height: 13.5625rem;
  padding: 2.5rem;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 500px) {
  .reviews.mt0 {
    margin-bottom: 3.75rem;
  }
  .reviews__info-block {
    min-height: auto;
    padding: 1rem;
  }
  .reviews__info {
    margin-bottom: 5rem;
  }

  .strong-view.nav-position-outside .wpmslider-controls {
    left: 50%;
    transform: translate(-50%);
  }

  .slick-prev {
    left: 36%;
  }

  .slick-next {
    right: 36%;
  }

  .youtubeSlider .slick-list {
    width: 100%;
    margin-left: 0;
  }

  .youtubeSlider__list {
    display: flex;
    margin-bottom: 1.25rem;
  }

  .lead--blue .lead__title {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .faq .accent-button {
    padding-inline: 0.625rem;
  }

  .youtubeSlider__list .slick-track {
    gap: 0;
  }

  .youtubeSlider__wrapper slick-slide {
    padding: 0 15px;
  }
}
.reviews__info-block span {
  font-size: 3rem;
  line-height: 3.3125rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1.25rem;
  letter-spacing: 0.125rem;
}
@media (max-width: 500px) {
  .reviews__info-block span {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    margin-bottom: 1rem;
  }
}
.reviews__info-block p {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
@media (max-width: 500px) {
  .reviews__info-block p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.reviews__info-block img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  z-index: -1;
}

.reviews__info--orange {
  background-color: #f57652;
}
.reviews__info--orange img {
  right: 0;
}
@media (max-width: 768px) {
  .reviews__info--orange {
    grid-column: span 2;
  }
}

.reviews__info--blue {
  background: #6b92f6;
}
.reviews__info--blue img {
  left: 0;
}
@media (max-width: 768px) {
  .reviews__info--blue {
    grid-column: span 2;
  }
}

.reviews__info--fio {
  background: #706cdb;
  grid-column: span 2;
}
.reviews__info--fio img {
  right: 0;
}
@media (max-width: 900px) {
  .reviews__info--fio img {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 9.8125rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media (max-width: 900px) {
  .reviews__info--fio {
    padding-bottom: 10.8125rem;
  }
}

.summary {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #6b92f6;
  background-image: url("../images/ab-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 500px) {
  .summary {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-position: top left;
  }
}

.summary__title {
  color: #fff;
}

.summary__list {
  gap: 1.875rem;
}
@media (max-width: 500px) {
  .summary__list {
    gap: 1.25rem;
  }
}

.summary__item {
  background: #f6f9fc;
  min-height: 24.375rem;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .summary__item {
    justify-content: none;
  }
}
.summary__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .summary__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .summary__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.summary__info {
  -webkit-box-flex: 0;
  -ms-flex: 1 1 38.75rem;
  flex: 1 1 38.75rem;
  padding: 3.125rem 2.5rem 2.5rem;
}
@media (max-width: 768px) {
  .summary__info {
    padding: 1rem;
    flex: 1;
  }
}
.summary__info img {
  width: 2.5rem;
  aspect-ratio: 1;
  margin-bottom: 1.25rem;
}
@media (max-width: 500px) {
  .summary__info img {
    margin-bottom: 1rem;
  }
}
.summary__info h3 {
  font-size: 1.75rem;
  line-height: 1.9375rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: -0.0625rem;
}
@media (max-width: 500px) {
  .summary__info h3 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}

.summary__text {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #4f4f4f;
}
@media (max-width: 500px) {
  .summary__text {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.summary__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.summary__text span {
  font-weight: 700;
  color: #2e2e31;
}

.summary__bg {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 39.1875rem;
  flex: 0 1 39.1875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .summary__bg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    aspect-ratio: 343/150;
  }
}
.summary__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lead__wr {
  gap: 1.875rem;
  padding: 3.5rem;
  color: #fff;
}
@media (max-width: 1000px) {
  .lead__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .lead__wr {
    padding: 1rem;
  }
}

.lead__form input[type="tel"]::placeholder,
.lead__form input[type="text"]::placeholder {
  color: #7c7c7c;
}

.lead--orange .lead__wr {
  background-color: #f57652;
  background-image: url("../images/lead-w2.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .lead--orange .lead__wr {
    background-image: none;
  }
}
.lead--orange .lead__title {
  margin-bottom: 0.75rem;
}
.lead--orange .lead__list {
  margin-top: auto;
}
.lead--orange .lead__list li {
  font-size: 1rem;
  line-height: 1.375rem;
  padding-left: 2.25rem;
  background-image: url("../images/circ-che-w.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
.lead--orange .lead__list li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .lead--orange .default-button span:nth-child(1) {
    display: none;
  }
}
.lead--orange .default-button span:nth-child(2) {
  display: none;
}
@media (max-width: 500px) {
  .lead--orange .default-button span:nth-child(2) {
    display: block;
  }
}

.lead--blue .lead__wr {
  background-color: #6b92f6;
}
.lead--blue .lead__title {
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .lead--blue .lead__title {
    margin-bottom: 1rem;
  }
}
.lead--blue .lead__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  gap: 1.6875rem 0.3125rem;
}
.lead--blue .lead__list li {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  border-radius: 6.25rem;
  padding: 1rem;
  background-color: #706cdb;
}
.lead--blue .lead__list li:nth-child(1) {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (max-width: 500px) {
  .lead--blue .lead__list li:nth-child(1) {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
.lead--blue .lead__list li:nth-child(3) {
  width: 94%;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
@media (max-width: 500px) {
  .lead--blue .lead__list li:nth-child(3) {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@media (max-width: 500px) {
  .lead--blue .lead__list li {
    font-size: 1rem;
    line-height: 1.375rem;
    width: auto;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 500px) {
  .lead--blue .lead__list {
    gap: 0.625rem;
  }
}
.lead--blue .lead__link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  gap: 0.625rem;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: auto;
}
.lead--blue .lead__link svg path {
  transition: fill 0.2s linear;
}
@media (max-width: 500px) {
  .lead--blue .lead__link svg {
    display: none;
  }
}
@media (hover: hover) {
  .lead--blue .lead__link:hover {
    color: #706cdb;
    transition: color 0.2s linear;
  }

  .lead--blue .lead__link:hover svg path {
    fill: #706cdb;
    transition: fill 0.2s linear;
  }
}
@media (max-width: 500px) {
  .lead--blue .lead__link {
    text-align: center;
  }
}

.lead__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 1000px) {
  .lead__info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.lead__title {
  font-size: 1.75rem;
  line-height: 1.9375rem;
  font-weight: 700;
}
@media (max-width: 500px) {
  .lead__title {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}

.lead__subtitle {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
@media (max-width: 1000px) {
  .lead__subtitle {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .lead__subtitle {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

.youtubeSlider .title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.youtubeSlider .title {
  padding-bottom: 1.25rem;
}

@media (max-width: 500px) {
  .youtubeSlider .title {
    font-size: 24px;
  }
}

.youtubeSlider .title + a {
  display: none;
}

.lead--blue .lead__wr {
  background-image: url("../images/lead_bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lead--orange {
  margin-bottom: 4.125rem;
}

@media (max-width: 500px) {
  .lead--orange {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 900px) {
  .youtubeSlider .slick-arrow {
    top: -45px !important;
  }

  .youtubeSlider .title {
    padding-bottom: 1.875rem;
  }

  .youtubeSlider {
    padding: 0;
  }
}

.lead__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  gap: 1.3125rem;
}
.lead__form input.input {
  font-size: 1rem;
  line-height: 1.375rem;
  width: 100%;
  height: 3rem;
  border-radius: 0.625rem;
  border-color: #fff;
  background: #fff;
  padding: 0.8125rem 1.25rem;
  color: #2E2E31;
}
.lead__form input::-webkit-input-placeholder {
  color: #4f4f4f;
}
.lead__form input::-moz-placeholder {
  color: #4f4f4f;
}
.lead__form input:-ms-input-placeholder {
  color: #4f4f4f;
}
.lead__form input::-ms-input-placeholder {
  color: #4f4f4f;
}
.lead__form input::placeholder {
  color: #4f4f4f;
}
.lead__form .default-button {
  display: block;
  width: 100%;
}
@media (max-width: 1000px) {
  .lead__form {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
@media (max-width: 500px) {
  .lead__form {
    gap: 1rem;
  }
}

.lead--blue .lead__wr {
  min-height: 25.75rem;
}

.lead--blue .checkbox-legal {
  margin-top: auto;
}

.faq .accent-button {
  display: block;
  width: 100%;
  max-width: 22.5rem;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .faq .accent-button {
    max-width: none;
  }
}

.faq__list {
  margin-bottom: 3.125rem;
}
@media (max-width: 500px) {
  .faq__list {
    margin-bottom: 1.25rem;
  }
}

.faq__item {
  border-bottom: 0.0625rem solid #706cdb;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.faq__item:first-child {
  border-top: 0.0625rem solid #706cdb;
}
.faq__item.acc--open .faq__item-cont {
  padding-bottom: 1.25rem;
}
@media (max-width: 500px) {
  .faq__item.acc--open .faq__item-cont {
    padding-bottom: 1rem;
  }
}

.faq__item-head {
  gap: 1.25rem;
  padding: 1.25rem;
  cursor: pointer;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.faq__item-head h3 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .faq__item-head h3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
.faq__item-head button {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.375rem;
  flex: 0 0 1.375rem;
  height: 1.375rem;
  background: transparent;
}
.faq__item-head button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #706cdb;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.faq__item-head button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.125rem;
  height: 100%;
  border-radius: 0.625rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #706cdb;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 500px) {
  .faq__item-head button {
    -ms-flex-preferred-size: 1.5rem;
    flex-basis: 1.5rem;
    height: 1.5rem;
  }
}
.faq__item-head.acc-header--active button::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .faq__item-head {
    padding: 1rem;
  }
}
@media (hover: hover) {
  .faq__item-head:hover {
    background: rgba(219, 218, 246, 0.6862745098);
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}

.header {
  position: relative;
  font-weight: 400;
}

.faq__item-cont {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #4f4f4f;
  padding: 0 1.25rem;
}
.faq__item-cont ul li {
  position: relative;
  padding-left: 1.25rem;
}
.faq__item-cont ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #7c7c7c;
  border-radius: 50%;
}
.faq__item-cont p:not(:last-child),
.faq__item-cont ul:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.slick-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #706cdb;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  top: -2.8125rem;
  transition: filter 0.2s linear;
}

.slick-arrow.slick-disabled {
  background-color: #706cdb;
}

.slick-prev {
  background-image: url(../images/arr-prev.svg);
  margin-right: 3.125rem;
}

.slick-next {
  background-image: url(../images/arr-next.svg);
}

@media (hover: hover) {
  .slick-arrow:hover {
    filter: brightness(0.8);
    transition: filter 0.2s linear;
  }
}

.reviews-list-item-content-video:before {
  width: 3.75rem;
  height: 3.75rem;
}

.icon-yt:before {
  background-image: url(../images/vk-play.svg);
}

.reviews-list-item-wrap {
  padding-bottom: 0;
}

.reviews-list-item {
  padding: 0 10px;
  height: 100%;
  max-height: 100%;
}
.strong-view.nav-position-outside .wpmslider-controls {
  position: absolute;
  top: -73px;
  right: 0;
  padding: 10px 0 20px !important;
}
.reviews .strong-view.controls-style-buttons2 .wpmslider-next,
.reviews .strong-view.controls-style-buttons2 .wpmslider-prev {
  background: #706cdb;
  border-radius: 20px;
  width: 2.5rem;
  height: 2.5rem;
}
.strong-view.nav-position-outside .wpmslider-controls .wpmslider-prev,
.strong-view.nav-position-outside .wpmslider-controls .wpmslider-next {
  margin: 0 5px !important;
}
.strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before {
  width: 18px !important;
  height: 18px !important;
  top: 10px !important;
}
.strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before {
  width: 18px !important;
  height: 18px !important;
  top: 10px !important;
}

.strong-view.controls-style-buttons2 .wpmslider-start:hover,
.strong-view.controls-style-buttons2 .wpmslider-stop:hover,
.strong-view.controls-style-buttons2 .wpmslider-next:hover,
.strong-view.controls-style-buttons2 .wpmslider-prev:hover {
  background: #706cdb !important;
  filter: brightness(0.8);
  transition: filter 0.2s linear;
}

.strong-view.controls-style-buttons2 .wpmslider-start:hover,
.strong-view.controls-style-buttons2 .wpmslider-stop:hover,
.strong-view.controls-style-buttons2 .wpmslider-next:hover,
.strong-view.controls-style-buttons2 .wpmslider-prev:hover {
  opacity: 0.5;
}

.strong-view.nav-position-outside .wpmslider-controls {
  display: none !important;
}
.strong-view:has(.t-slide[aria-hidden="true"]) .wpmslider-controls {
  display: flex !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial.t-slide,
.strong-view .wpmslider-viewport {
  height: 390px !important;
}

.reviewBody {
  height: 280px !important;
  top: 25px !important;
}

.reviews.mt0 .wpmtst-testimonial-field.testimonial-field {
  font-size: 16px;
}

.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type {
  color: #4f4f4f;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.reviewBody strong {
  color: #0a598e;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #2e2e31;
}

.strong-view.wpmtst-default
  .wpmtst-testimonial-content
  .reviewBody::-webkit-scrollbar {
  width: 2px !important;
}

.strong-view.wpmtst-default
  .wpmtst-testimonial-content
  .reviewBody::-webkit-scrollbar-thumb {
  background-color: #f57652 !important;
  border-radius: 8px !important;
}

.strong-view.wpmtst-default
  .wpmtst-testimonial-content
  .reviewBody::-webkit-scrollbar-track {
  background-color: #706cdb33 !important;
}

@media (max-width: 500px) {
  .strong-view.nav-position-outside .wpmslider-controls {
    top: -70px;
  }
  .strong-view.wpmtst-default .wpmtst-testimonial.t-slide,
  .strong-view .wpmslider-viewport {
    height: 456px !important;
  }
  .reviewBody {
    height: 346px !important;
  }
}

@media (max-width: 1199px) {
  .strong-view.nav-position-outside .wpmslider-controls {
    display: block;
  }
}