@charset "UTF-8";
body {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-weight: inherit;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.header {
  margin-bottom: 20px;
}

.header__logo {
  max-width: 112px;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 22px 0;
}

.nav-list {
  display: flex;
  gap: 5px;
}

.header__content-top {
  margin-bottom: 20px;
}

.header__content {
  max-width: 100%;
  width: 100%;
}

.header__content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__content-right {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 640px;
  width: 100%;
}

.header__content-title {
  color: #244B99;
}
.header__content-title .t1 {
  font-weight: 500;
}

.header__number {
  font-size: 18px;
  font-weight: 500;
  color: #244B99;
}

.header__search {
	position: relative;
  margin-left: 37px;
  display: flex;
  align-items: center;
  background-color: #F1F3F9;
  border: 1px solid transparent;
  padding: 10px 17px;
  border-radius: 10px;
  max-width: 332px;
  width: 100%;
  transition: all 0.3s;
}
.header__search:hover {
  border-color: #244B99;
}
.header__search:focus-within {
  border-color: #244B99;
}

.search__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

.search__input {
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  flex: 1;
  padding: 0;
  color: #244B99;
}
.search__input::-moz-placeholder {
  color: #8A9FC9;
}
.search__input::placeholder {
  color: #8A9FC9;
}

.header__content-right__btn {
  padding: 0 13px;
  margin-left: 8px;
  background-color: #F1F3F9;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
}
.header__content-right__btn:hover {
  border-color: #244B99;
}

.nav-item {
  border-radius: 10px;
  background-color: #244B99;
  transition: all 0.3s;
  flex-grow: 1;
  text-align: center;
}
.nav-item:hover {
  background-color: #3D5FA5;
}
.nav-item a {
  color: #fff;
  font-size: 14px;
  padding: 15px;
  display: block;
}


.header__mobile {
  padding: 15px 0;
  background-color: #fff;
}

.header__mobile-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__mobile-container {
  padding: 0 25px;
  max-width: 1268px;
  margin: 0 auto;
  overflow-y: auto;
}

.header__mobile-icons {
  display: flex;
  gap: 8px;
}

.header__burger {
  cursor: pointer;
}

.menu-close-btn {
  display: none;
}

.menu-open .menu-open-btn {
  display: none;
}

.menu-open .menu-close-btn {
  display: block;
}

.header__mobile-menu {
  padding: 10px 0 30px;
  background-color: #8A9FC9;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  /* или нужный тебе цвет */
  z-index: 1000;
  overflow-y: auto;
  display: none;
}

.header__mobile-menu.active {
  display: block;
}

/* Блокировка прокрутки фона */
body.menu-open {
  overflow: hidden;
}

.header__mobile-search {
  margin: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 23px;
}

.mobile__list {
  flex-direction: column;
}
.mobile__list .nav-item {
  text-align: left;
}

.header__mobile-nav {
  margin-bottom: 33px;
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: 5px;
  /* отступ сверху от пункта меню */
  background-color: #F1F3F9;
  /* светло-серый фон — можешь заменить */
  padding: 0 15px;
  /* внутренние отступы */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.submenu a {
  padding: 10px 0 20px;
  color: #244B99;
}

.has-submenu.active .submenu {
  max-height: 500px;
}

.header__mobile {
  display: none;
}

.diplom img {
  max-width: 69px;
  width: 100%;
}

.nav-item {
  position: relative;
    display: flex;
    align-items: baseline;
  flex-wrap: wrap;

}


.submenu {
  width: 100%; /* Перенос на новую строку */
}

.nav-item.has-submenu:hover .submenu__pc {
  display: block;
}

.submenu__pc {
  display: none;
  position: absolute;
  top: 40px;
  padding-top: 10px;
  width: 277px;
}
.submenu__pc ul {
  background-color: #F1F3F9;
  padding: 10px 15px 15px;
  border-radius: 10px;
  position: relative;
  z-index: 100;
}
.submenu__pc a {
  color: #244B99;
  text-align: left;
  padding: 0;
  margin-top: 10px;
  line-height: 24px;
}
.submenu__pc a + a {
  margin-top: 0;
}

.footer {
  margin-top: 100px;
}

.footer__social {
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
}

.social__item {
  padding: 20px;
  background-color: #F1F3F9;
  border-radius: 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #244B99;
}
.social__item .t14 {
  font-weight: 600;
  color: #244B99;
}
.social__item--content {
  max-width: 386px;
}
.social__item .t2 {
  margin-left: 20px;
}

.footer__body {
  padding: 50px;
  border-radius: 20px;
  background-color: #F1F3F9;
  margin-bottom: 12px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__address {
  margin-bottom: 20px;
  max-width: 310px;
}

.footer__item1 {
  max-width: 310px;
}

.footer__item2 {
  max-width: 421px;
}

.footer__item3 {
  max-width: 212px;
}

.footer__contact {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: black;
  padding-left: 26px;
  position: relative;
}
.footer__contact::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer__number {
  margin-bottom: 10px;
}
.footer__number::before {
  background-image: url(../images/index/footer-number.svg);
}

.footer__email::before {
  background-image: url(../images/index/footer-email.svg);
}

.footer__item .t2-bold {
  text-transform: uppercase;
  color: #244B99;
  margin-bottom: 10px;
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__list-link {
  font-size: 14px;
  color: black;
}

.footer__gerbs {
  display: flex;
  margin-top: auto;
}

.footer__item3 {
  display: flex;
  flex-direction: column;
}

.footer__gerb {
  font-size: 9px;
}

.footer__copyright {
  font-size: 12px;
}

.footer__gerb {
  max-width: 93px;
  text-align: center;
}
.footer__gerb img {
  max-width: 67px;
  width: 100%;
  image-rendering: auto;
}
.footer__gerb p {
  margin-top: 8px;
  font-size: 6px;
  font-weight: 600;
  text-align: center;
  line-height: 10px;
  color: #525252;
  text-transform: uppercase;
}

.footer__gerbs {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.section {
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .section {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .section {
    margin-bottom: 40px;
  }
}

.textblock p {
  margin-bottom: 10px;
}
.textblock p:last-child {
  margin-bottom: 0;
}

.section:last-child {
  margin-bottom: 0;
}

.img {
  border-radius: 20px;
  overflow: hidden;
}
.img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button {
  padding: 15px 25px 15px 25px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.button svg {
  margin-left: 10px;
}

.button1 {
  color: #8A9FC9;
  border: 1px solid #8A9FC9;
}
.button1:hover {
  background-color: #F8AC14;
  color: #fff;
  border: 1px solid transparent;
}

.button2 {
  color: #fff;
  background-color: #244B99;
}
.button2:hover {
  background-color: #F8AC14;
  color: #fff;
}

.button3 {
  background-color: #F1F3F9;
  color: #8A9FC9;
}
.button3:hover {
  background-color: #244B99;
  color: #fff;
  border-color: #fff;
}

.button4 {
  background-color: #fff;
  color: #244B99;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.button4:hover {
  background-color: #F8AC14;
  color: #fff;
  border-color: #fff;
}

h1 {
  font-size: 50px;
  line-height: normal;
  /* AUTO */
  font-weight: 400;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 25px;
    line-height: 34px;
  }
}

h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.t1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.t2 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.t2-bold {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.t14 {
  font-size: 14px;
  line-height: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-style: normal;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1277px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  max-width: 1430px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.home__inner {
  display: flex;
  gap: 4px;
  align-items: stretch;
  color: #FFF;
}

.home__inner-content {
  max-width: 810px;
  background-color: #244B99;
  border-radius: 20px;
  padding: 50px;
  position: relative;
}

.home__inner-content__top {
  display: flex;
  color: #fff;
  align-items: center;
  margin-bottom: 84px;
}

.plush {
  padding: 10px 20px;
  background-color: #3D5FA5;
  border-radius: 30px;
  font-size: 18px;
}

.diplom {
  display: flex;
  align-items: center;
  margin-left: 59px;
  max-width: 320px;
}
.diplom span {
  margin-left: 15px;
}

.home__inner-content__info p {
  font-size: 22px;
  margin-bottom: 10px;
}
.home__inner-content__info h1 {
  margin-bottom: 30px;
}
.home__inner-content__info .items {
  display: flex;
  gap: 14px;
  margin-bottom: 92px;
}
.home__inner-content__info .items .item {
  border-radius: 14px;
  border: 1px solid #8A9FC9;
  padding: 11px 13px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 210px;
  width: 100%;
}
.home__inner-content__info .items .item .item__content .start {
  color: #8A9FC9;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
}
.home__inner-content__info .items .item .item__content p {
  font-size: 20px;
}

.home__inner-content__bottom {
  display: flex;
  align-items: center;
  position: relative;
}
.home__inner-content__bottom p {
  font-size: 42px;
}
.home__inner-content__bottom .button {
  margin-left: 50px;
}

.home__inner-slider {
  border-radius: 20px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
}
.home__inner-slider img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

.home__inner-swiper__btns {
  display: flex;
  max-width: 100px;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home__swiper {
  /* Расположение слева и справа */
}
.home__swiper .swiper-button-prev,
.home__swiper .swiper-button-next {
  position: static;
}
.home__swiper .swiper-button-prev {
  left: 580px;
  /* отступ от левого края слайдера */
}
.home__swiper .swiper-button-next {
  right: 10px;
  /* отступ от правого края слайдера */
}
.home__swiper .swiper-button-prev::after,
.home__swiper .swiper-button-next::after {
  content: none;
  /* убирает стрелки по умолчанию */
}

.advantages {
  margin-top: 86px;
}
.advantages .white {
  color: #fff;
}
.advantages .blue {
  color: #244B99;
}
.advantages__item {
  padding: 20px;
  min-height: 263px;
  border-radius: 20px;
}
.advantages__item p {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 12px;
}
.advantages__item span {
  display: block;
  font-size: 18px;
  line-height: 22px;
}

.section.news .news__date::after {
  display: none;
}

.advantages__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
}

.advantages__item {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-position: center;
}

.item6 {
  grid-area: 1/3/3/4;
}

.item__btn {
  display: flex;
  flex-direction: column;
}
.item__btn div {
  margin-top: auto;
}
.item__btn div img {
  margin-left: 10px;
}
.item__btn div a {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
.item__btn div a:hover {
  border-color: #fff;
}

.institut__inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.institut__inner .item {
  padding: 16px;
  background-color: #F1F3F9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.institut__inner .item span {
  display: block;
  font-size: 50px;
  color: #244B99;
  margin-bottom: 15px;
}

.testimonial__item-video {
  cursor: pointer;
}

.programs__inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.programs__item-top {
  background-color: #244B99;
  padding: 33px;
  color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  max-height: 357px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.programs__item-top .plush {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 125px;
  text-align: center;
  padding: 12px 0;
}
.programs__item-top p {
  margin-bottom: 15px;
  max-width: 270px;
}

.programs__item-button {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.programs__item-button .button {
  background-color: transparent;
  color: #8A9FC9;
  border: 1px solid #8A9FC9;
  transition: all 0.3s;
}
.programs__item-button .button:hover {
  background-color: #F8AC14;
  border-color: transparent;
  color: #fff;
}

.programs__item-price {
  font-size: 32px;
}

.programs__item-bottom {
  padding: 60px 33px 20px;
  background-color: #F1F3F9;
  border-radius: 20px;
  margin-top: -40px;
  position: relative;
}

.programs__item-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #8A9FC9;
  margin-bottom: 20px;
}
.programs__item-info .t2 {
  max-width: 160px;
  width: 100%;
  text-align: left;
}

.programs__item-diplom {
  display: flex;
  gap: 15px;
  max-width: 330px;
}

.section.news {
  padding: 85px 0;
  background-color: #F1F3F9;
}

.news__inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 4fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.news__item-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 241px;
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.news__item-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  min-height: 314px;
}
.news__item-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.news__button {
  margin-top: auto;
}

.news__date {
  font-size: 13px;
  margin-bottom: 15px;
}

.news__btn-block {
  margin-top: 40px;
  text-align: center;
}

.programma h2 {
  color: #fff;
}

.programma__wrapper {
  background-image: url(../images/index/bg-programma.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px;
  border-radius: 20px;
}

.programma__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.program__img {
  overflow: hidden;
  border-radius: 20px;
  max-height: 316px;
}
.program__img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.program__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.program__item {
  display: flex;
  padding: 12px 30px;
  background-color: #3D5FA5;
  border-radius: 20px;
  color: #fff;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.program__item:hover {
  background-color: #F8AC14;
}
.program__item::after {
  content: "";
  width: 23px;
  height: 22px;
  position: absolute;
  background-image: url(../images/index/icons/program-arrow.svg);
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.programm__procent {
  font-size: 60px;
  font-weight: 500;
}

.program__info {
  font-size: 18px;
  margin-left: 30px;
  padding-left: 27px;
  border-left: 1px solid #8A9FC9;
  line-height: 27px;
  max-width: 284px;
}

.partners__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.partners__item {
  padding: 38px;
  background-color: #F1F3F9;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}
.partners__item img {
  max-width: 250px;
  width: 100%;
}

.feedback {
  margin-bottom: 130px;
}

.feedback__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: stretch;
}

.feedback__img {
  border-radius: 20px;
  overflow: hidden;
}
.feedback__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feedback__content {
  background-color: #244B99;
  color: #fff;
  padding: 60px;
  border-radius: 20px;
}
.feedback__content .form__group input,
.feedback__content .form__group textarea {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  background-color: transparent;
  padding: 15px 18px;
  border: 1px solid #8A9FC9;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
.feedback__content input::-moz-placeholder, .feedback__content textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.feedback__content input::placeholder,
.feedback__content textarea::placeholder {
  color: #fff;
  font-size: 14px;
}

.feedback__content .button4 {
	width: 100%;
}

.feedback__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

.form .button4 {
  display: block;
  max-width: 100%;
  width: 100%;
}

.accordion-item {
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #F1F3F9;
}

.accordion-header {
  display: flex;
  padding: 25px 33px 25px 33px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

.accordion-title {
  max-width: 470px;
}

accordion-item.active .accordion-header {
  color: #244B99;
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  font-size: 14px;
  line-height: 20px;
}
.accordion-content p {
  padding: 0 33px 25px 33px;
}

.accordion-item.active .accordion-title {
  color: #244B99;
}

.accordion-icon {
  width: 40px;
  height: 40px;
}

.faq__inner {
  margin-top: 40px;
}


.faq__inner .accordion {
	display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
	align-items: flex-start;
}

.not-found {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

.not-found__inner h2 {
  margin-bottom: 20px;
}
.not-found__inner p {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 28px;
}

.not-found__image {
  margin-bottom: 20px;
}
.not-found__image img {
  max-width: 100%;
}

.page-header {
  margin-bottom: 80px;
}

.page-header__inner {
  padding: 50px 0;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-position: center right;
}
.page-header__inner h1 {
  margin-top: 35px;
}

.news__page-inner .news__item-content {
  background-color: #F1F3F9;
}

.news__load-more {
  max-width: 100%;
  text-align: center;
  margin-top: 44px;
}

.prepod__inner {
  margin-top: 40px;
}

.prepod__content {
  background-color: #F1F3F9;
  padding: 40px 30px 20px;
  margin-bottom: 6px;
  border-radius: 20px;
  text-align: center;
  min-height: 411px;
}

.prepod__img {
  max-width: 145px;
  width: 100%;
  max-height: 145px;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}

.prepod__soc {
  margin-bottom: 6px;
  padding: 15px;
}

.prepod__btn .button {
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.prepod__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.clear__breadcrumbs {
  margin-bottom: 45px;
}

.teacher__card {
  max-width: 405px;
  text-align: center;
  width: 100%;
}

.teacher__card-content {
  background-color: #F1F3F9;
  margin-bottom: 6px;
  border-radius: 20px;
  padding: 40px;
}

.prepod__name {
  margin-bottom: 25px;
}

.teacher__item-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 7px;
  border-bottom: 1px solid #8A9FC9;
  margin-bottom: 10px;
}
.teacher__item-info p {
  margin-right: 17px;
}

.teacher__item-info:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.teacher__info h3 {
  margin-bottom: 13px;
  margin-top: 36px;
}
.teacher__info ul {
  margin-left: 20px;
}
.teacher__info li {
  list-style: disc;
  margin-bottom: 7px;
}

.teacher__info h3:first-of-type {
  margin-top: 0;
}

.teacher__inner {
  display: flex;
  gap: 125px;
}

.news__card-inner {
  margin-top: 74px;
  display: flex;
  gap: 32px;
  align-items: baseline;
}

.news__date {
  max-width: 179px;
  width: 100%;
  position: relative;
  padding-right: 20px;
}
.news__date::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 1px;
  background-color: #8A9FC9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news__content {
  max-width: 826px;
}

.news__content ul li {
	list-style-type: disc;
}

.news__content ol li {
	list-style-type: space-counter;
}

.news__content ul, ol {
	padding-left: 20px;
}

.news__content .t1 {
  font-weight: 600;
  margin-bottom: 23px;
}

.news__title {
  max-width: 950px;
}

.news__img {
  margin: 40px 0;
}
.news__img img {
  max-width: 100%;
}

.reasons__list {
  padding-left: 20px;
}
.reasons__list .t2-bold {
  margin-bottom: 6px;
}
.reasons__list li {
  margin-top: 12px;
  list-style-type: decimal;
}

.news__card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.license {
  padding: 100px 0;
  background-color: #F1F3F9;
}

.license__inner {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.license__diplom {
  max-width: 744px;
  width: 100%;
}
.license__diplom p {
  max-width: 319px;
  margin: 0 auto;
}
.license__diplom img {
  max-width: 100%;
}

.license__slider {
  padding: 35px 76px;
  background-color: #E7E9F1;
  border-radius: 20px;
  max-width: 400px;
}
.license__slider p {
  text-align: center;
  margin-top: 24px;
}

.license__slider-item {
  height: 350px;
}
.license__slider-item img {
  max-width: 247px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.license__slider {
  position: relative;
}
.license__slider .swiper-wrapper {
  display: flex;
}
.license__slider .license__slider-block {
  max-width: 250px;
}
.license__slider .swiper-slide {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.license__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.license__slider .swiper-button-prev,
.license__slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.license__slider .swiper-button-prev img,
.license__slider .swiper-button-next img {
  width: 40px;
  height: 40px;
}
.license__slider .swiper-button-prev {
  left: 20px;
  top: 50%;
}
.license__slider .swiper-button-next {
  right: 20px;
  top: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.testimonial h2 {
  max-width: 761px;
}

.testimonial__inner {
  margin-top: 42px;
}

.testimonial__item {
  padding: 38px;
  border-radius: 20px;
  display: flex;
  gap: 45px;
}
.testimonial__item--active {
  background-color: #F1F3F9;
}

.testimonial__item-video {
  width: 215px;
  height: 307px;
  overflow: hidden;
  border-radius: 20px;
}
.testimonial__item-video img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition: all 0.3s;
}

.testimonial__item-content {
  max-width: 595px;
  display: none;
}

.testimonial__item-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.testimonial__item-title h6 {
  font-size: 20px;
  color: #244B99;
  margin-bottom: 16px;
  font-weight: 500;
}

.testimonial .test__prev {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial .swiper-slide {
  transition: background-color 0.3s ease;
}
.testimonial .swiper-slide-active {
  background-color: #F1F3F9;
  max-width: 939px;
}
.testimonial .swiper-slide-active .testimonial__item-content {
  display: block;
}
.testimonial .swiper-slide-active img {
  opacity: 1;
  transition: all 0.3s;
}

.test .container {
  position: relative;
}
.test .container .test__prev {
  top: 110%;
  left: 67%;
}
.test .container .test__next {
  top: 110%;
  right: 26%;
}

.news__page-inner .news__date::after {
  display: none;
}

.about__block-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.about__item-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.about__god {
  font-weight: 500;
  font-size: 60px;
  color: #244B99;
}

.students__info {
  padding: 80px 0;
  background-color: #F1F3F9;
}

.students__info-inner {
  display: flex;
  gap: 90px;
}

.students__info-content {
  max-width: 650px;
  width: 100%;
}
.students__info-content h2 {
  margin-bottom: 40px;
}
.students__info-content p {
  margin-bottom: 15px;
}

.more__info {
  color: #244B99;
  cursor: pointer;
}

.students__info-img {
  max-width: 402px;
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.students__info-img .director {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  width: 150px;
}
.students__info-img .director .t2 {
  font-weight: 600;
}
.students__info-img .director .t12 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
}
.students__info-img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
}

.features__block {
  margin-bottom: 150px;
}

.features__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.features__item {
  border-radius: 20px;
  padding: 30px;
  background-color: #F1F3F9;
}
.features__item h3 {
  color: #244B99;
  margin-bottom: 16px;
}
.features__item img {
  max-width: 69px;
  width: 100%;
  margin-bottom: 40px;
}

.features__education-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  margin-top: 30px;
}

.features__education-item {
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  height: 263px;
}
.features__education-item p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 34px;
  line-height: 27px;
}
.features__education-item p.accent {
  color: #244B99;
}
.features__education-item.item1 {
  background-image: url(../images/inst-segodnya/features-education/one-bg.png);
}
.features__education-item.item2 {
  background-image: url(../images/inst-segodnya/features-education/two-bg.png);
}
.features__education-item.item3 {
  background-image: url(../images/inst-segodnya/features-education/three-bg.png);
}

.features__education-item__img {
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.features__education-item__img img {
  max-width: 100%;
}

.education-license {
  background-color: #F1F3F9;
  padding: 95px 0;
}
.education-license h2 {
  text-align: center;
  margin-bottom: 40px;
}

.education-license__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 341px;
  margin: 0 auto;
  max-width: 826px;
}

.education-license__item-content {
  max-width: 450px;
  display: flex;
  flex-direction: column;
}
.education-license__item-content .button {
  margin-top: auto;
}

.education-license__item-img {
  max-width: 264px;
  padding: 20px 48px;
  background-image: url(../images/inst-segodnya/slider-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.education-license__item-img img {
  max-width: 100%;
}

.license-importance h2 {
  margin-bottom: 40px;
}

.license-importance__inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.license-importance__img {
  max-width: 467px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.license-importance__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.license-importance__content .t2 {
  margin-bottom: 15px;
}

.license-benefits h2 {
  font-size: 30px;
}

.license-benefits__inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.license-benefits__item {
  padding: 25px;
  display: flex;
  gap: 30px;
  border-radius: 20px;
  background-color: #F1F3F9;
}
.license-benefits__item h3 {
  color: #244B99;
  margin-bottom: 10px;
}

.about__video {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.about__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Кнопка Play */
.about__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}
.about__video-play svg {
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
}

.about__video-play:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Треугольник */
.play-icon {
  width: 40px;
  height: 40px;
}

.career-center__inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.career-center__inner .item2 {
  grid-area: 1/2/3/3;
  padding: 0;
  overflow: hidden;
}
.career-center__inner .item2 img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.career-center__item {
  padding: 30px;
  background-color: #F1F3F9;
  border-radius: 20px;
}
.career-center__item img {
  max-width: 69px;
  margin-bottom: 30px;
}
.career-center__item h3 {
  color: #244B99;
  margin-bottom: 10px;
}

.center-feedback .feedback__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.center-feedback .politika {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}
.center-feedback .form__left {
  display: flex;
  flex-direction: column;
}
.center-feedback .spec__card {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 400px;
}
.center-feedback .spec__card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.center-feedback .spec__card img {
  max-width: 100px;
}

.partners-program {
  border-radius: 20px;
  margin-top: 80px;
  padding: 78px 0;
  background-color: #F1F3F9;
}
.partners-program h2 {
  max-width: 1037px;
}

.partners-program__inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.partners-program__content .t25 {
  font-size: 25px;
  color: #244B99;
  line-height: 38px;
  margin-bottom: 15px;
}
.partners-program__content .t2 + .t2 {
  margin-top: 10px;
}

.partners-program__img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
}
.partners-program__img img {
  max-width: 100%;
}

.social-mission__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.social-mission__inner + .social-mission__inner {
  margin-top: 50px;
}

.social-mission h2 {
  margin-bottom: 40px;
  max-width: 1008px;
}

.social-participation {
  margin-top: 67px;
}
.social-participation h3 {
  max-width: 1032px;
}

.social-participation__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.social-participation__item {
  padding: 25px;
  background-color: #F1F3F9;
  border-radius: 20px;
}
.social-participation__item h4 {
  color: #244B99;
  font-weight: 600;
  margin-bottom: 10px;
}

.project-family h2 {
  max-width: 550px;
}

.project-family__img {
  max-width: 588px;
}
.project-family__img img {
  display: block;
  margin-bottom: 15px;
}
.project-family__img img + img {
  margin-bottom: 0;
}

.project-family__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.project-family__inner .textblock {
  max-width: 614px;
  margin-left: 20px;
}

.family-education h2 {
  max-width: 929px;
  margin-bottom: 40px;
}

.family-education__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.family-education__list .div1 {
  grid-area: 3/1/4/3;
}
.family-education__list .div2 {
  grid-area: 1/3/4/4;
}

.family-education__list-item {
  padding: 35px;
  background-color: #F1F3F9;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #244B99;
}

.family-education__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.education-duration {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 64px;
}

.education-duration__info .t25 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #244B99;
}
.education-duration__info p {
  margin-bottom: 10px;
}
.education-duration__info ul {
  padding-left: 20px;
}
.education-duration__info ul li {
  list-style-type: disc;
}

.education-duration__plush {
  padding: 34px 46px;
  background-image: url(../images/social-projects/family-education/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 20px;
}
.education-duration__plush::after {
  position: absolute;
  content: "";
  width: 177px;
  height: 73px;
  right: 40px;
  bottom: 40px;
  background-image: url(../images/social-projects/family-education/semya.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.education-duration__plush .t25 {
  font-size: 25px;
  line-height: 38px;
  color: #fff;
}

.zapis_kurs {
  margin-top: auto;
  max-width: 244px;
  color: #fff;
}
.zapis_kurs a {
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.zapis_kurs a:hover {
  border-color: #fff;
}
.zapis_kurs a svg {
  margin-left: 10px;
}
.zapis_kurs .t2 span {
  color: #F8AC14;
  font-weight: 600;
}

.joint-project {
  padding: 100px 0;
  background-color: #F1F3F9;
}
.joint-project .container {
  max-width: 1037px;
}
.joint-project h2 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.mnogo__mama {
  padding: 37px 20px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}
.mnogo__mama .t2 {
  max-width: 774px;
}
.mnogo__mama .img {
  max-width: 170px;
  width: 100%;
  margin-right: 20px;
}

.project-intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
.project-intro h4 {
  font-weight: 600;
  margin-bottom: 16px;
}

.project__intro-list ol {
  padding-left: 20px;
}
.project__intro-list li {
  list-style-type: decimal;
  margin-bottom: 15px;
}
.project__intro-list li:last-child {
  margin-bottom: 0;
}
.project__intro-list li span {
  font-weight: 600;
}

.project-intro__descr .t2 {
  margin-bottom: 18px;
}
.project-intro__descr ul {
  padding-left: 20px;
}
.project-intro__descr li {
  list-style-type: disc;
  margin-bottom: 15px;
}
.project-intro__descr li:last-child {
  margin-bottom: 0;
}

.joint-project__slider {
  margin-top: 56px;
}

.joint-project__slider-item .img {
  height: 347px;
}
.joint-project__slider-item .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feedback__project .feedback__content {
  gap: 60px;
}

.feedback__content h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.pro-education__inner {
  margin-top: 40px;
}

.pro-education__item {
  display: flex;
}

.pro-education__item-name {
  max-width: 403px;
  width: 100%;
  background-color: #244B99;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.pro-education__item-name .img {
  margin-top: auto;
  text-align: right;
  max-width: 193px;
  height: 176px;
  margin-left: auto;
  overflow: hidden;
}
.pro-education__item-name h3 {
  font-weight: 500;
}

.pro-education__item-info {
  background-color: #F1F3F9;
  border-radius: 20px;
  padding: 30px;
  padding-left: 80px;
  margin-left: -40px;
}
.pro-education__item-info .pro-education__item-info__descr {
  padding-bottom: 22px;
  border-bottom: 1px solid #8A9FC9;
  margin-bottom: 30px;
}
.pro-education__item-info .pro-education__item-info__descr span {
  font-weight: 600;
}
.pro-education__item-info .button4 {
  margin-top: 30px;
  color: #8A9FC9;
  border: none;
  padding-left: 80px;
  padding-right: 80px;
}
.pro-education__item-info .button4:hover {
  color: #fff;
}

.pro-education__inner {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.pro-education__item__infoblock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  align-items: center;
}
.pro-education__item__infoblock .programs__item-info {
  padding: 0;
  border: none;
  margin-bottom: 10px;
}

.pro-education__parameters .t2 {
  max-width: 150px;
  width: 100%;
  text-align: left;
}

.document {
  display: flex;
  align-items: center;
  gap: 20px;
}

.courses__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}
.courses__inner .programs__item-button {
  margin-top: auto;
}
.courses__inner .programs__item-top {
  padding: 20px;
}

.courses__item .programs__item-info:last-child {
  border: none;
  margin-bottom: 0;
}
.courses__item .programs__item-top {
  max-height: 307px;
  height: 100%;
}

.programs__item-top__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}
.programs__item-top__inner .plush {
  width: 100%;
}
.programs__item-top__inner .img {
  max-width: 195px;
  height: 101px;
  overflow: hidden;
  border-radius: 20px;
}
.programs__item-top__inner .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.programs__feedback {
  margin-bottom: 0;
}

.distance__inner {
  display: flex;
  justify-content: space-between;
}

.distance__inner-content {
  max-width: 614px;
  margin-right: 40px;
}
.distance__inner-content p {
  margin-bottom: 10px;
}
.distance__inner-content p:last-child {
  margin-bottom: 0;
}

.learning-technologies__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.learning-technologies {
  margin-top: 100px;
}

.learning-stages {
  padding: 120px 0;
  background-color: #F1F3F9;
  border-radius: 20px;
}

.learning-stages__inner {
  display: flex;
  justify-content: space-between;
}
.learning-stages__inner h2 {
  max-width: 278px;
  font-weight: 500;
}

.learning-stages__item {
  display: flex;
  max-width: 825px;
  margin-bottom: 50px;
  align-items: center;
}
.learning-stages__item:last-child {
  margin-bottom: 0;
}
.learning-stages__item h3 {
  color: #244B99;
  margin-bottom: 15px;
}

.learning-stages__item-img {
  max-width: 276px;
  margin-right: 40px;
}
.learning-stages__item-img img {
  width: 100%;
}

.learning-stages__item-info {
  max-width: 484px;
}

.learning-stages__item-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.learning-stages__item-top img {
  margin-right: 10px;
}
.learning-stages__item-top p {
  color: #8A9FC9;
  padding: 6px 18px;
  border: 1px solid #8A9FC9;
  border-radius: 50px;
}

.education-license__slider {
  max-width: 950px;
}

.education-license {
  position: relative;
}
.education-license .swiper-pagination {
  bottom: 70px;
}
.education-license .swiper-pagination-bullet {
  border-radius: 100px;
  height: 3px;
  width: 30px;
  background-color: #6883B9;
}

.projects__slider {
  position: relative;
}
.projects__slider .swiper-button-next {
  right: -50px;
}
.projects__slider .swiper-button-prev {
  left: -50px;
}

.distance-learning-benefits__inner {
  margin-top: 40px;
}

.distance-learning-benefits__item {
  display: flex;
  gap: 20px;
}

.distance__inner .img {
  max-width: 720px;
}

.distance-learning-benefits__info {
  max-width: 508px;
  padding: 50px 39px;
  border-radius: 20px;
  background-color: #F1F3F9;
  position: relative;
  display: flex;
  flex-direction: column;
}
.distance-learning-benefits__info h4 {
  font-weight: 600;
  margin-bottom: 28px;
}

.distance-learning-benefits__btns {
  position: relative;
  max-width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.distance-learning-benefits__btns .swiper-counter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;
}

.edu-info__menu-item {
  cursor: pointer;
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}

.edu-info__menu-item.active {
  background-color: #F1F3F9;
  font-weight: 700;
  color: #244B99;
  font-size: 16px;
  padding: 12px 18px;
  border-radius: 20px;
}

.edu-info__sidebar {
  max-width: 297px;
	width: 100%;
}

.page-edu-info-with-sidebar {
  display: flex;
}

.edu-info__content {
  margin-left: 100px;
}
.edu-info__content h2 {
  margin-bottom: 36px;
}

.trainer-psychology__hero {
  padding: 60px 0;
  background-color: #F1F3F9;
  border-radius: 20px;
}

.trainer-psychology__hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.trainer-psychology__hero-inner .img {
  max-width: 533px;
}

.trainer-psychology__hero-content {
  max-width: 600px;
}
.trainer-psychology__hero-content h1 {
  font-weight: 500;
  color: #244B99;
  margin-bottom: 30px;
}
.trainer-psychology__hero-content .button {
  margin-top: 40px;
}

.trainer__info {
  margin-top: 26px;
  margin-bottom: 60px;
}

.trainer__info-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.trainer__info-inner .item3 {
  grid-area: 1/3/3/5;
}
.trainer__info-inner .item {
  padding: 15px 18px;
  border-radius: 20px;
  background-color: #F1F3F9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.trainer__info-inner .item__content span {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.trainer__info-inner .item__content p {
  font-size: 28px;
  color: #244B99;
  line-height: 34px;
}

.students__info-img-mobile {
  display: none;
}

.psychology-demand {
  padding: 100px 0;
  background-image: url(../images/trainer-psychology/psychology-demand.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.psychology-demand__inner {
  display: flex;
  justify-content: space-between;
}
.psychology-demand__inner h2 {
  max-width: 470px;
  color: #fff;
}

.psychology-demand__content {
  max-width: 720px;
}

.psychology-demand__top {
  background-color: #fff;
  padding: 30px 30px 70px;
  border-radius: 20px;
}

.psychology-demand__content-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 29px;
  grid-row-gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #8A9FC9;
  margin-bottom: 18px;
}
.psychology-demand__content-inner .t20 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 27px;
  color: #244B99;
}
.psychology-demand__content-inner:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
}

.psychology-demand__bottom {
  background-color: #DDE5F6;
  padding: 30px;
  border-radius: 20px;
  margin-top: -30px;
}
.psychology-demand__bottom .t25 {
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 30px;
}
.psychology-demand__bottom .psychology-demand__content-inner:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.psychology-demand__bottom ul {
  padding-left: 20px;
}
.psychology-demand__bottom ul li {
  list-style-type: disc;
}

.learning-outcomes__title {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.learning-outcomes__title .btns {
  position: relative;
  width: 110px;
}

.learning-outcomes__inner {
  display: flex;
  margin-top: 40px;
}

.learning-outcomes__item {
  padding: 35px;
  border-radius: 20px;
  background-color: #F1F3F9;
  min-height: 385px;
}
.learning-outcomes__item .t2 {
  margin-top: 100px;
}

.course-summary__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.course-summary__info .top {
  background-color: #244B99;
  color: #fff;
  padding: 37px;
  border-radius: 20px;
  z-index: 2;
  position: relative;
}
.course-summary__info .top h2 {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #8A9FC9;
}
.course-summary__info .bottom {
  padding: 60px 20px 20px;
  background-color: #F1F3F9;
  border-radius: 20px;
  margin-top: -30px;
}
.course-summary__info .bottom .t20 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #244B99;
}
.course-summary__info .bottom li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #8A9FC9;
  margin-bottom: 15px;
  position: relative;
}
.course-summary__info .bottom li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 200px;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  left: 0;
}
.course-summary__info .bottom li:last-child {
  margin-bottom: 0;
  border: none;
  padding-left: 20px;
}

.course-summary__modules {
  grid-area: 1/2/2/4;
}
.course-summary__modules .accordion-content span {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #8A9FC9;
  border-radius: 20px;
  border: 1px solid #8A9FC9;
  padding: 6px 12px;
}
.course-summary__modules .accordion-content p {
  padding: 0;
}
.course-summary__modules .content {
  padding: 0 25px 20px;
}
.course-summary__modules .accordion-title {
  max-width: 100%;
}
.course-summary__modules .accordion-header {
  padding: 15px 25px;
}

.course-result {
  padding: 100px 0;
  background-color: #F1F3F9;
  border-radius: 20px;
}
.course-result h2 {
  text-align: center;
}

.course-result__inner {
  margin: 0 auto;
  margin-top: 40px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 826px;
}
.course-result__inner .t2 {
  max-width: 410px;
}

.happy__info-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.happy-demand__top {
  padding: 40px;
}
.happy-demand__top li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #8A9FC9;
}
.happy-demand__top li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 200px;
  position: absolute;
  left: 0;
  top: 30%;
}
.happy-demand__top li:last-child {
  border: none;
  margin: 0;
  padding-left: 20px;
}

.breadcrumbs {
  font-size: 12px;
  color: #8A9FC9;
}

.breadcrumbs a{
color: #fff;
}

.author__course {
  max-width: 674px;
  margin-top: 80px;
}

.author__course-inner {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.author__course-content {
  max-width: 510px;
  margin-left: 34px;
}
.author__course-content .t20 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}



.edu-info__dropdown {
  position: relative;
}

.edu-info__selected {
  display: none;
  background: #f3f3f3;
  border-radius: 20px;
  cursor: pointer;
  background-color: #F1F3F9;
  font-weight: 600;
  color: #244B99;
  padding: 14px 20px;
  position: relative;
}

.edu-info__selected::after {
  content: "▾";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.feedback__project-social .feedback__block {
  border-radius: 20px;
}
.feedback__project-social .feedback__content {
  background-image: url(../images/social-projects/social-feedback-bg.png);
  background-position: center;
}

.family-education__img-mobile {
  display: none;
}

.course-summary__modules .accordion-item {
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #C4CEE4;
}
.course-summary__modules .accordion-item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.course-summary__modules .accordion-item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.course-result__inner .img {
  border-radius: 20px;
  overflow: hidden;
}
.course-result__inner .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */







.submenu__pc li {
	border-radius: 0;
    background-color: transparent;
    transition: all 0.3s;
    flex-grow: 1;
    text-align: left;
}

.submenu__pc li:hover {
	 background-color: transparent;
}


.trainer-psychology__hero-inner .img {
	width: 100%;
}

.trainer-psychology__hero-inner img {
	width: 100%;
}


.edu-info__content a {
	color: #000;
	text-decoration: underline;
	padding-left: 40px;
	position: relative;
	margin: 10px 0;
	display: block;
	margin-bottom: 20px;
}

.edu-info__content a::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/pdf.svg);
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header__search {
	
}

.search-results {
	 position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  background: #F1F3F9;
  border-radius: 4px;
  z-index: 100;
 max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  padding: 0 15px; /* чтобы при скрытии отступы не мешали */
}

.search-results.active {
  max-height: 500px; /* достаточно большой, чтобы вместить контент */
  opacity: 1;
  padding: 20px /* добавляем внутренние отступы */
}

.arrow-toggle {
  flex-grow: 1;     /* занимает всё свободное место */
  /* или flex: 1 1 auto; */
}


.mobile__list .submenu li{
	background-color: transparent;
}


.arrow-toggle img.arrow-icon {
    display: block; /* чтобы убрать inline-особенности */
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.has-submenu.active .arrow-toggle img.arrow-icon {
    transform: rotate(180deg);
}


.search-results ul li {
	margin-bottom: 7px;
	
}

.search-results ul a {
	color: #244B99;
	font-size: 15px;
	line-height: 22px;
}


.edu-info__list {
    li {
        display: flex;
        margin-bottom: 20px;

        .t2 {
            max-width: 300px;
            width: 100%;
        }

        .t2-bold {
            max-width: 507px;
            margin-left: 20px;
        }
    }
}




.edu-info__content {
    flex-grow: 1;
}

@media (max-width: 590px) {


    .edu-info__list {
        li {
            flex-wrap: wrap;

            .t2 {
                max-width: 100%;
                width: 100%;
            }

            .t2-bold {
                max-width: 100%;
                margin-left: 0;
            }
        }
    }

}

.obrazovanie__subtitle {
	font-weight: 500;
    margin-bottom: 20px;

}

.pedagog__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pedagog__item {
  background-color: #F1F3F9;
  padding: 30px;
  border-radius: 20px;
}

.pedagog__top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pedagog__top .img {
  width: 96px;
  height: 96px;
  border-radius: 200%;
  overflow: hidden;
}
.pedagog__top .img img {
  max-width: 100%;
  height: 100%;
}

.pedagog__name {
  max-width: 447px;
}
.pedagog__name h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.pedagog__item-left {
  display: flex;
  flex-direction: column;
}

.pedagog__item-inner {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}

.pedagog__item-list {
  margin-bottom: 40px;
}

.pedagog__item-list-stazh {
  margin-top: auto;
}

.stazh {
  display: flex;
  gap: 10px;
}

.stazh_spec {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.pedagog__item-right ul {
  padding-left: 20px;
}
.pedagog__item-right ul li {
  margin-top: 10px;
  list-style-type: disc;
}


.wpcf7-response-output {
	display: none;
}


@media (max-width: 770px) {
  .pedagog__item-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .pedagog__item-list {
    margin-bottom: 20px;
  }
  .pedagog__top {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=main.css.map */








.joint-project__slider-item img {
	max-height: 325px;
    width: 100%;
}




.contacts {
  margin: 0;
}

.contacts__inner {
  margin-top: 40px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
	background: #F1F3F9;
	border-radius: 20px;
overflow: hidden;
}


.contacts__info {
  padding: 50px;
}

.contacts__info-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contacts__info-item .img {
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.contacts__info-item-title p {
  font-weight: 600;
  margin-bottom: 5px;
}

.contacts__number {
 
  font-weight: 600;
  transition: all 0.3s;
}

.contacts__number:hover {
  color: #000;
}

.contacts__mail {
  
  font-weight: 600;
  transition: all 0.3s;
}

.contacts__mail:hover {
  color: #000;
}


.inst__info {
	margin-bottom: 20px;
	line-height: 24px;
}

.contacts__info-item-title {
	max-width: 400px;
	width: 100%;
}

.contacts__info-item-title {
	line-height: 24px;
}

.testimonial__item-video img {
	width: 100%;
}

.banner {
  background-color: #21355D;
  color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: fixed;
  width: 100%;
  bottom: -500px;
  /* прячем за экран */
  z-index: 100;
  padding: 20px 0 0;
  transition: bottom 0.5s ease-in-out;
}

.banner.active {
  bottom: 0;
  /* выезжает наверх */
}

.banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.close__banner {
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 50px;
}

@media (max-width: 1120px) {
  .banner {
    display: none;
  }
}

.breadcrumbs--black a {
	color: #000;
}



.news__item-content p {
	margin-bottom: 20px;
	}

